============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/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: 3.506945 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 6.667111 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 9.814423 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 12.985828 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 16.163834 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 19.263724 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 22.386477 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 25.516722 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 28.634246 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.003152 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1440047==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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034cf3052 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034cf3052 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034cf3052 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034cf3052 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 0x000034cf3052 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034cf3052 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034cf3052 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034cf3052 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034cf3052 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034d01cce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003b58bb07 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003b57d484 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #18 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #19 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #20 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #21 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #22 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034cf2f6c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034cf2f6c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034d01cce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003b58bb07 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003b57d484 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c1f5ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c1f5ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c1f5ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c1f5ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c1f5ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c1f5ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c1f5ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c1f5ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c1f5ab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c1f5ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034cf68cc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034cf68cc 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 0x000034cf68cc 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #21 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #22 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #23 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #24 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #25 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034cf68ba 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 0x000034cf68ba 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #10 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #11 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #12 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #13 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #14 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c1f5a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c1f5a34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c1f5a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034cf68cc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034cf68cc 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 0x000034cf68cc 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #14 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #15 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #16 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #17 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #18 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000344754e4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000344754e4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000344754e4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000344754e4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000344754e4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x0000344754e4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x0000344754e4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x0000344754e4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x0000344754e4 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x0000344754e4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x0000344754e4 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 0x0000344742b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x0000344742b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x00003447a7d0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x0000344d6a18 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 0x000034d01606 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003b586cfb 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 0x00003b57cb62 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #24 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #25 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #26 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #27 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #28 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034475442 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000034475442 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000034475442 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000034475442 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 0x0000344742b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x0000344742b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x00003447a7d0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x0000344d6a18 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 0x000034d01606 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003b586cfb 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 0x00003b57cb62 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #17 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #18 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #19 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #20 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #21 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000022511436 in MakeIntrusive<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>, NMonitoring::TDynamicCounters *> /-S/util/generic/ptr.h:834:12
E   #2 0x000022511436 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 0x00003b63903b in NKikimr::NGRpcService::TResponseStatusCounter::operator+=(unsigned long) /-S/ydb/core/grpc_services/counters/counters.cpp:65:34
E   #4 0x00003b62105a 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 0x00004518e6e7 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 0x00003b5750ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #7 0x00003b5750ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #8 0x00003b5750ac 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 0x00003b5750ac 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 0x00003b5750ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #11 0x00003b5750ac 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 0x00002209624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #13 0x00002209624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #14 0x00002209624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #15 0x0000220967ac in Execute /-S/util/thread/factory.h:15:13
E   #16 0x0000220967ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #17 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #18 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027b3a9d8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027b3a9d8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027b3a9d8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027b3a9d8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027b3a9d8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027b3a9d8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027b3a9d8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027b3a9d8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027b3a67f 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 0x000027b394d8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b63162a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b63162a 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 0x00003b63162a 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 0x00003b63162a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003b63162a 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 0x00001fa0681f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003b620691 in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00003b620691 in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x00003b620691 in NKikimr::NGRpcService::TYdbCounterBlock::StartProcessing(unsigned int, TInstant) /-S/ydb/core/grpc_services/counters/counters.cpp:195:9
E   #20 0x00004517f2cb in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:430:24
E   #21 0x00003b5750ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x00003b5750ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x00003b5750ac 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 0x00003b5750ac 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 0x00003b5750ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x00003b5750ac 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
------------------------------ 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/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12714
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21837
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18059
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29722
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19584
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16165
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29007
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22582
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:474 Working directory: /home/runner/.ya/build/build_root/2i5p/000b12/r3tmp/kikimr_cluster_mqmd1l1m
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62007
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30304
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10849
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9391
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_61xtd9hf.log --grpc-port=62007 --mon-port=30304 --ic-port=12714
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12475
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4227
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8244
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8245
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8246
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64307
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_bzcfvi06.log --grpc-port=12475 --mon-port=4227 --ic-port=21837
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61996
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22195
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23757
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29694
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_8uiprt_4.log --grpc-port=61996 --mon-port=22195 --ic-port=18059
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3145
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14188
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7526
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12715
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_g5dbwp_c.log --grpc-port=3145 --mon-port=14188 --ic-port=29722
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26685
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16099
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21754
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18710
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ihlbm74v.log --grpc-port=26685 --mon-port=16099 --ic-port=19584
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11911
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28708
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28675
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9257
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ojfqqndt.log --grpc-port=11911 --mon-port=28708 --ic-port=16165
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13976
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15064
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21260
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13576
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_1etbl35y.log --grpc-port=13976 --mon-port=15064 --ic-port=29007
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5649
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8769
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14755
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30139
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_cm9akwhv.log --grpc-port=5649 --mon-port=8769 --ic-port=22582
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:62007/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:62007/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_61xtd9hf.log --grpc-port=62007 --mon-port=30304 --ic-port=12714
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_61xtd9hf.log', '--grpc-port=62007', '--mon-port=30304', '--ic-port=12714')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1440047
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:62007/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440048
DEBUG    ya.test:process.py:259 Command (pid 1440048) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440048) elapsed time (sec): 1.644498586654663
DEBUG    ya.test:process.py:263 Command (pid 1440048) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) maxrss: 470620
DEBUG    ya.test:process.py:263 Command (pid 1440048) minflt: 45343
DEBUG    ya.test:process.py:263 Command (pid 1440048) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) nivcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 1440048) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1440048) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440048) stime: 0.264658
DEBUG    ya.test:process.py:263 Command (pid 1440048) utime: 0.531129
DEBUG    ya.test:process.py:263 Command (pid 1440048) wtime: 1.651
DEBUG    ya.test:process.py:275 Command (pid 1440048) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12475/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:12475/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_bzcfvi06.log --grpc-port=12475 --mon-port=4227 --ic-port=21837
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_bzcfvi06.log', '--grpc-port=12475', '--mon-port=4227', '--ic-port=21837')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1440458
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:12475/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440461
DEBUG    ya.test:process.py:259 Command (pid 1440461) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440461) elapsed time (sec): 1.4906339645385742
DEBUG    ya.test:process.py:263 Command (pid 1440461) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) maxrss: 470516
DEBUG    ya.test:process.py:263 Command (pid 1440461) minflt: 45334
DEBUG    ya.test:process.py:263 Command (pid 1440461) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) nivcsw: 254
DEBUG    ya.test:process.py:263 Command (pid 1440461) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1440461) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440461) stime: 0.265465
DEBUG    ya.test:process.py:263 Command (pid 1440461) utime: 0.535292
DEBUG    ya.test:process.py:263 Command (pid 1440461) wtime: 1.502
DEBUG    ya.test:process.py:275 Command (pid 1440461) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:61996/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:61996/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_8uiprt_4.log --grpc-port=61996 --mon-port=22195 --ic-port=18059
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_8uiprt_4.log', '--grpc-port=61996', '--mon-port=22195', '--ic-port=18059')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1440923
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:61996/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440937
DEBUG    ya.test:process.py:259 Command (pid 1440937) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440937) elapsed time (sec): 1.1340422630310059
DEBUG    ya.test:process.py:263 Command (pid 1440937) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) maxrss: 470512
DEBUG    ya.test:process.py:263 Command (pid 1440937) minflt: 45345
DEBUG    ya.test:process.py:263 Command (pid 1440937) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) nivcsw: 195
DEBUG    ya.test:process.py:263 Command (pid 1440937) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1440937) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440937) stime: 0.226987
DEBUG    ya.test:process.py:263 Command (pid 1440937) utime: 0.540056
DEBUG    ya.test:process.py:263 Command (pid 1440937) wtime: 1.142
DEBUG    ya.test:process.py:275 Command (pid 1440937) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3145/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:3145/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_g5dbwp_c.log --grpc-port=3145 --mon-port=14188 --ic-port=29722
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_g5dbwp_c.log', '--grpc-port=3145', '--mon-port=14188', '--ic-port=29722')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1441351
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:3145/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1441359
DEBUG    ya.test:process.py:259 Command (pid 1441359) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1441359) elapsed time (sec): 1.3219225406646729
DEBUG    ya.test:process.py:263 Command (pid 1441359) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) maxrss: 470664
DEBUG    ya.test:process.py:263 Command (pid 1441359) minflt: 45364
DEBUG    ya.test:process.py:263 Command (pid 1441359) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) nivcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 1441359) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1441359) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1441359) stime: 0.268628
DEBUG    ya.test:process.py:263 Command (pid 1441359) utime: 0.510035
DEBUG    ya.test:process.py:263 Command (pid 1441359) wtime: 1.365
DEBUG    ya.test:process.py:275 Command (pid 1441359) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26685/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:26685/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ihlbm74v.log --grpc-port=26685 --mon-port=16099 --ic-port=19584
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ihlbm74v.log', '--grpc-port=26685', '--mon-port=16099', '--ic-port=19584')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1441791
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:26685/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1441800
DEBUG    ya.test:process.py:259 Command (pid 1441800) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1441800) elapsed time (sec): 2.0400328636169434
DEBUG    ya.test:process.py:263 Command (pid 1441800) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) maxrss: 471836
DEBUG    ya.test:process.py:263 Command (pid 1441800) minflt: 45404
DEBUG    ya.test:process.py:263 Command (pid 1441800) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) nivcsw: 263
DEBUG    ya.test:process.py:263 Command (pid 1441800) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1441800) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1441800) stime: 0.23875
DEBUG    ya.test:process.py:263 Command (pid 1441800) utime: 0.5538179999999999
DEBUG    ya.test:process.py:263 Command (pid 1441800) wtime: 2.053
DEBUG    ya.test:process.py:275 Command (pid 1441800) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 5 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11911/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:11911/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ojfqqndt.log --grpc-port=11911 --mon-port=28708 --ic-port=16165
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ojfqqndt.log', '--grpc-port=11911', '--mon-port=28708', '--ic-port=16165')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1442380
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:11911/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1442384
DEBUG    ya.test:process.py:259 Command (pid 1442384) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1442384) elapsed time (sec): 1.4216437339782715
DEBUG    ya.test:process.py:263 Command (pid 1442384) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) maxrss: 473372
DEBUG    ya.test:process.py:263 Command (pid 1442384) minflt: 45380
DEBUG    ya.test:process.py:263 Command (pid 1442384) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) nivcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 1442384) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1442384) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1442384) stime: 0.210671
DEBUG    ya.test:process.py:263 Command (pid 1442384) utime: 0.5640499999999999
DEBUG    ya.test:process.py:263 Command (pid 1442384) wtime: 1.457
DEBUG    ya.test:process.py:275 Command (pid 1442384) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 6 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13976/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:13976/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_1etbl35y.log --grpc-port=13976 --mon-port=15064 --ic-port=29007
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_1etbl35y.log', '--grpc-port=13976', '--mon-port=15064', '--ic-port=29007')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1442767
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13976/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1442769
DEBUG    ya.test:process.py:259 Command (pid 1442769) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1442769) elapsed time (sec): 2.2239201068878174
DEBUG    ya.test:process.py:263 Command (pid 1442769) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) maxrss: 474936
DEBUG    ya.test:process.py:263 Command (pid 1442769) minflt: 45351
DEBUG    ya.test:process.py:263 Command (pid 1442769) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) nivcsw: 369
DEBUG    ya.test:process.py:263 Command (pid 1442769) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1442769) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1442769) stime: 0.221269
DEBUG    ya.test:process.py:263 Command (pid 1442769) utime: 0.5829489999999999
DEBUG    ya.test:process.py:263 Command (pid 1442769) wtime: 2.231
DEBUG    ya.test:process.py:275 Command (pid 1442769) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 7 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:5649/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:5649/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_cm9akwhv.log --grpc-port=5649 --mon-port=8769 --ic-port=22582
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_cm9akwhv.log', '--grpc-port=5649', '--mon-port=8769', '--ic-port=22582')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1443071
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:5649/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1443080
DEBUG    ya.test:process.py:259 Command (pid 1443080) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1443080) elapsed time (sec): 1.5132381916046143
DEBUG    ya.test:process.py:263 Command (pid 1443080) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) maxrss: 476460
DEBUG    ya.test:process.py:263 Command (pid 1443080) minflt: 45352
DEBUG    ya.test:process.py:263 Command (pid 1443080) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) nivcsw: 402
DEBUG    ya.test:process.py:263 Command (pid 1443080) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1443080) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1443080) stime: 0.263356
DEBUG    ya.test:process.py:263 Command (pid 1443080) utime: 0.545459
DEBUG    ya.test:process.py:263 Command (pid 1443080) wtime: 1.525
DEBUG    ya.test:process.py:275 Command (pid 1443080) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 8 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62007', '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: 12714\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21837\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 18059\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29722\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19584\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16165\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29007\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22582\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/2i5p/000b12/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62007', '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: 12714\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21837\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 18059\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29722\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19584\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16165\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29007\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22582\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444914
DEBUG    ya.test:process.py:259 Command (pid 1444914) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444914) elapsed time (sec): 1.3835866451263428
DEBUG    ya.test:process.py:263 Command (pid 1444914) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1444914) minflt: 51637
DEBUG    ya.test:process.py:263 Command (pid 1444914) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) nivcsw: 226
DEBUG    ya.test:process.py:263 Command (pid 1444914) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) nvcsw: 726
DEBUG    ya.test:process.py:263 Command (pid 1444914) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444914) stime: 0.333441
DEBUG    ya.test:process.py:263 Command (pid 1444914) utime: 0.565634
DEBUG    ya.test:process.py:263 Command (pid 1444914) wtime: 1.399
DEBUG    ya.test:process.py:275 Command (pid 1444914) 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 1444914) errors:

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62007', '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/2i5p/000b12/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62007', '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: 1445301
DEBUG    ya.test:process.py:259 Command (pid 1445301) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445301) elapsed time (sec): 1.337644338607788
DEBUG    ya.test:process.py:263 Command (pid 1445301) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1445301) minflt: 51739
DEBUG    ya.test:process.py:263 Command (pid 1445301) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) nivcsw: 207
DEBUG    ya.test:process.py:263 Command (pid 1445301) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) nvcsw: 559
DEBUG    ya.test:process.py:263 Command (pid 1445301) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445301) stime: 0.252919
DEBUG    ya.test:process.py:263 Command (pid 1445301) utime: 0.6159519999999999
DEBUG    ya.test:process.py:263 Command (pid 1445301) wtime: 1.345
DEBUG    ya.test:process.py:275 Command (pid 1445301) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

DEBUG    ya.test:process.py:276 Command (pid 1445301) 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/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8661
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18758
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3326
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26322
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1446
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log --grpc-port=8661 --mon-port=18758 --ic-port=3326 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23411
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23801
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28087
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28088
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10447
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17135
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log --grpc-port=23411 --mon-port=23801 --ic-port=28088 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log --grpc-port=8661 --mon-port=18758 --ic-port=3326 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log', '--grpc-port=8661', '--mon-port=18758', '--ic-port=3326', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1445507
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:8661/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1445508
DEBUG    ya.test:process.py:259 Command (pid 1445508) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445508) elapsed time (sec): 0.9369921684265137
DEBUG    ya.test:process.py:263 Command (pid 1445508) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1445508) minflt: 45351
DEBUG    ya.test:process.py:263 Command (pid 1445508) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) nivcsw: 179
DEBUG    ya.test:process.py:263 Command (pid 1445508) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1445508) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445508) stime: 0.198233
DEBUG    ya.test:process.py:263 Command (pid 1445508) utime: 0.542497
DEBUG    ya.test:process.py:263 Command (pid 1445508) wtime: 0.939
DEBUG    ya.test:process.py:275 Command (pid 1445508) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log --grpc-port=23411 --mon-port=23801 --ic-port=28088 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log', '--grpc-port=23411', '--mon-port=23801', '--ic-port=28088', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1445599
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:23411/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1445600
DEBUG    ya.test:process.py:259 Command (pid 1445600) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445600) elapsed time (sec): 1.349956750869751
DEBUG    ya.test:process.py:263 Command (pid 1445600) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1445600) minflt: 45348
DEBUG    ya.test:process.py:263 Command (pid 1445600) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nivcsw: 249
DEBUG    ya.test:process.py:263 Command (pid 1445600) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1445600) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445600) stime: 0.195766
DEBUG    ya.test:process.py:263 Command (pid 1445600) utime: 0.5857049999999999
DEBUG    ya.test:process.py:263 Command (pid 1445600) wtime: 1.362
DEBUG    ya.test:process.py:275 Command (pid 1445600) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-riky6msjhe
    Host information: 
        Linux ghrun-riky6msjhe 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14525
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62032
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10289
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4937
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5650
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_e4kj6orn.log --grpc-port=14525 --mon-port=62032 --ic-port=10289 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28913
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13457
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20812
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28775
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24460
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_vtz6nbuj.log --grpc-port=28913 --mon-port=13457 --ic-port=20812 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_e4kj6orn.log --grpc-port=14525 --mon-port=62032 --ic-port=10289 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_e4kj6orn.log', '--grpc-port=14525', '--mon-port=62032', '--ic-port=10289', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1445850
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:14525/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1445885
DEBUG    ya.test:process.py:259 Command (pid 1445885) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445885) elapsed time (sec): 1.4312293529510498
DEBUG    ya.test:process.py:263 Command (pid 1445885) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1445885) minflt: 45308
DEBUG    ya.test:process.py:263 Command (pid 1445885) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) nivcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 1445885) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1445885) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445885) stime: 0.20279699999999998
DEBUG    ya.test:process.py:263 Command (pid 1445885) utime: 0.54654
DEBUG    ya.test:process.py:263 Command (pid 1445885) wtime: 1.444
DEBUG    ya.test:process.py:275 Command (pid 1445885) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_vtz6nbuj.log --grpc-port=28913 --mon-port=13457 --ic-port=20812 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_vtz6nbuj.log', '--grpc-port=28913', '--mon-port=13457', '--ic-port=20812', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1446264
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:28913/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1446265
DEBUG    ya.test:process.py:259 Command (pid 1446265) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1446265) elapsed time (sec): 1.0018880367279053
DEBUG    ya.test:process.py:263 Command (pid 1446265) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1446265) minflt: 45365
DEBUG    ya.test:process.py:263 Command (pid 1446265) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) nivcsw: 220
DEBUG    ya.test:process.py:263 Command (pid 1446265) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1446265) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1446265) stime: 0.211365
DEBUG    ya.test:process.py:263 Command (pid 1446265) utime: 0.487986
DEBUG    ya.test:process.py:263 Command (pid 1446265) wtime: 1.017
DEBUG    ya.test:process.py:275 Command (pid 1446265) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
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, f06566cc-600b-49ad-b3a7-7a1d9aaede4d, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f06566cc-600b-49ad-b3a7-7a1d9aaede4d, localhost:62007): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f06566cc-600b-49ad-b3a7-7a1d9aaede4d, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 8661 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 } endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 23411 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-riky6msjhe.auto.internal:8661, location , ssl: False>, <Endpoint ghrun-riky6msjhe.auto.internal:23411, 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:62007
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, 5ed366e4-c71e-4379-bfb2-acb6b877ecd1, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5ed366e4-c71e-4379-bfb2-acb6b877ecd1, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5ed366e4-c71e-4379-bfb2-acb6b877ecd1, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 28913 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-riky6msjhe.auto.internal" port: 14525 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-riky6msjhe.auto.internal:28913, location , ssl: False>, <Endpoint ghrun-riky6msjhe.auto.internal:14525, 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:62007
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 0x7b5aa2a37bf0 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 0x7b5aa29f18f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa29f18f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, bf272869-710f-42dd-b9e6-7a2a5bdbe579, ghrun-riky6msjhe.auto.internal:8661): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bf272869-710f-42dd-b9e6-7a2a5bdbe579, ghrun-riky6msjhe.auto.internal:8661): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, bf272869-710f-42dd-b9e6-7a2a5bdbe579, ghrun-riky6msjhe.auto.internal:8661): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bf272869-710f-42dd-b9e6-7a2a5bdbe579, ghrun-riky6msjhe.auto.internal:8661): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=MWM1Y2VhY2QtM2Y0YWQxMWUtMWRhNDJjNzktMTQ0MTgwNDc=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29f18f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5aa29f18f0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, bf272869-710f-42dd-b9e6-7a2a5bdbe579, ghrun-riky6msjhe.auto.internal:8661): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 6af950a9-9866-4504-b9ac-4e94faf52903, ghrun-riky6msjhe.auto.internal:8661): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 6af950a9-9866-4504-b9ac-4e94faf52903, ghrun-riky6msjhe.auto.internal:8661): request = { session_id: "ydb://session/3?node_id=50000&id=MWM1Y2VhY2QtM2Y0YWQxMWUtMWRhNDJjNzktMTQ0MTgwNDc=" 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, 6af950a9-9866-4504-b9ac-4e94faf52903, ghrun-riky6msjhe.auto.internal:8661): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29f18f0>
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 0x7b5aa29cfc70 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 0x7b5aa29ce0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 1771594b-dff9-4d81-af8c-7ea8a5d56ff5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1771594b-dff9-4d81-af8c-7ea8a5d56ff5, ghrun-riky6msjhe.auto.internal:28913): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 1771594b-dff9-4d81-af8c-7ea8a5d56ff5, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1771594b-dff9-4d81-af8c-7ea8a5d56ff5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 2c482bd5-f6d4-4bc1-b19d-d5e8b4c71639, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 2c482bd5-f6d4-4bc1-b19d-d5e8b4c71639, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" 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:108 RpcState(CreateSession, 1771594b-dff9-4d81-af8c-7ea8a5d56ff5, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 2c482bd5-f6d4-4bc1-b19d-d5e8b4c71639, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 9188d188-06fe-4049-91aa-86ed44332000, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 9188d188-06fe-4049-91aa-86ed44332000, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" 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 0x7b5aa29afaf0 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 0x7b5aa29adf70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e2b8617c-69b9-4077-be68-b761efa16a12, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e2b8617c-69b9-4077-be68-b761efa16a12, ghrun-riky6msjhe.auto.internal:14525): 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: 12714
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 12714
      NodeId: 1
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 28

DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, e2b8617c-69b9-4077-be68-b761efa16a12, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e2b8617c-69b9-4077-be68-b761efa16a12, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, e2b8617c-69b9-4077-be68-b761efa16a12, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 24241b9b-3bd6-4e4c-b491-07a814f6edae, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 24241b9b-3bd6-4e4c-b491-07a814f6edae, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" 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:142 Set broken localhost 12714 SectorMap:1:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 29
}

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

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 12714 SectorMap:2:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    ErrorDescription: "Group may become degraded GroupId# 2181038082"
    FailReason: kMayGetDegraded
    FailParam {
      GroupId: 2181038082
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 1
        Ring: 0
        Domain: 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
}

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, 9188d188-06fe-4049-91aa-86ed44332000, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=7e23af75-875fe56c-19550ead-ef397b3f" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9977deaf-9422-4910-b5ce-292f2d3740da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9977deaf-9422-4910-b5ce-292f2d3740da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2884137021970921508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508" } } } 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, 24241b9b-3bd6-4e4c-b491-07a814f6edae, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=813c6c0b-bb992b1e-d8759445-24fa2541" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23802e99-e637-4839-afe7-87b1279a1226, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23802e99-e637-4839-afe7-87b1279a1226, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5978853437234666677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9977deaf-9422-4910-b5ce-292f2d3740da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0bad4c7-3243-4856-98b6-7a7824fa5212, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0bad4c7-3243-4856-98b6-7a7824fa5212, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11690794516518474822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23802e99-e637-4839-afe7-87b1279a1226, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0d4cc62-b267-488c-9edb-ac2ffd53b3c0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d4cc62-b267-488c-9edb-ac2ffd53b3c0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2968674341505693401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0bad4c7-3243-4856-98b6-7a7824fa5212, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23ddf3be-6c81-4ba9-8b83-712e17529598, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23ddf3be-6c81-4ba9-8b83-712e17529598, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13610538503939694960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d4cc62-b267-488c-9edb-ac2ffd53b3c0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4b16ed5-ddcf-402c-a240-d906a6d8d23b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b16ed5-ddcf-402c-a240-d906a6d8d23b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 744927674431093662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b16ed5-ddcf-402c-a240-d906a6d8d23b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3e496ae-aaf3-459a-9b4e-2df03e541bba, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e496ae-aaf3-459a-9b4e-2df03e541bba, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14556813780186345713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23ddf3be-6c81-4ba9-8b83-712e17529598, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19a75274-145d-49ff-a5c3-86e260cad7cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a75274-145d-49ff-a5c3-86e260cad7cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7349497220271610721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e496ae-aaf3-459a-9b4e-2df03e541bba, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef60f7d3-be21-423e-925d-944272e6eabb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef60f7d3-be21-423e-925d-944272e6eabb, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13648537783006135215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a75274-145d-49ff-a5c3-86e260cad7cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef60f7d3-be21-423e-925d-944272e6eabb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 142fc041-04da-49ec-901c-bcd2a3717a85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 142fc041-04da-49ec-901c-bcd2a3717a85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11098696291305309776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc8f999-681d-4070-a216-d2fcae200b5a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc8f999-681d-4070-a216-d2fcae200b5a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12794015896617341889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 142fc041-04da-49ec-901c-bcd2a3717a85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da82a6fb-2f91-45eb-b95d-ed0518b851ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da82a6fb-2f91-45eb-b95d-ed0518b851ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17919426805581982531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc8f999-681d-4070-a216-d2fcae200b5a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c46bd5a9-c9f5-4a62-be72-3818964a48dd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c46bd5a9-c9f5-4a62-be72-3818964a48dd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15676815831925515252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da82a6fb-2f91-45eb-b95d-ed0518b851ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54bb4800-9264-45e0-98f4-206d917821dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bb4800-9264-45e0-98f4-206d917821dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7451080618557160336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bb4800-9264-45e0-98f4-206d917821dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee9a61ba-3c1d-4f1d-9ab2-2b4fac1ff884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9a61ba-3c1d-4f1d-9ab2-2b4fac1ff884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13360310442764805192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c46bd5a9-c9f5-4a62-be72-3818964a48dd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e559e5e1-ecb4-4507-af55-08c4a4e3c184, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e559e5e1-ecb4-4507-af55-08c4a4e3c184, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6813543061772364821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e559e5e1-ecb4-4507-af55-08c4a4e3c184, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78cd83ce-c112-41fe-83a6-520723bfd81e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9a61ba-3c1d-4f1d-9ab2-2b4fac1ff884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78cd83ce-c112-41fe-83a6-520723bfd81e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15708768255173819395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 336dcf9d-4284-4507-97fc-09bea3cd6c36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 336dcf9d-4284-4507-97fc-09bea3cd6c36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5393140571524324460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78cd83ce-c112-41fe-83a6-520723bfd81e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e257f4b7-2d4a-4966-a21b-c6e491c6669e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e257f4b7-2d4a-4966-a21b-c6e491c6669e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1666123773592856398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 336dcf9d-4284-4507-97fc-09bea3cd6c36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2e7a73d-65ac-475e-b487-52ee469f67ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2e7a73d-65ac-475e-b487-52ee469f67ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 922421420725262536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e257f4b7-2d4a-4966-a21b-c6e491c6669e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be68046e-eddd-4a91-b5cf-817cced6028b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be68046e-eddd-4a91-b5cf-817cced6028b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947221934219877900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2e7a73d-65ac-475e-b487-52ee469f67ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 725cc5a3-a97c-4d42-8807-f7803535a6ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725cc5a3-a97c-4d42-8807-f7803535a6ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 33354203312759729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3335420331275972933354203312759729333542033127597293335420331275972933354203312759729333542033127597293335420331275972933354203312759729333542033127597293335420331275972933354203312759729333542033127597293335420331275972933354203312759729333542033127597293335420331275972933354203312759729333542033127597293335420331275972933354203312759729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be68046e-eddd-4a91-b5cf-817cced6028b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 238a1f17-2153-4b32-a4b9-db75397e9cf7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238a1f17-2153-4b32-a4b9-db75397e9cf7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453979222975153932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725cc5a3-a97c-4d42-8807-f7803535a6ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 804b8742-11f8-4af7-acb7-a32a8343bd12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 804b8742-11f8-4af7-acb7-a32a8343bd12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14831213940153417659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238a1f17-2153-4b32-a4b9-db75397e9cf7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c65cff1-6b43-4c79-9a37-02a71bdbad75, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c65cff1-6b43-4c79-9a37-02a71bdbad75, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9509182683674908169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 804b8742-11f8-4af7-acb7-a32a8343bd12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 282824af-7a0f-41ad-85f6-edd8d9586b2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282824af-7a0f-41ad-85f6-edd8d9586b2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15291966567740922892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c65cff1-6b43-4c79-9a37-02a71bdbad75, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e6e84f8-dabb-4d41-af7f-cbb06c8fe85d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e6e84f8-dabb-4d41-af7f-cbb06c8fe85d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17615363563472760453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282824af-7a0f-41ad-85f6-edd8d9586b2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac2f7d23-873e-4e58-8731-2e72a6982ba2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2f7d23-873e-4e58-8731-2e72a6982ba2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12596923906542638589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e6e84f8-dabb-4d41-af7f-cbb06c8fe85d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8770841-81eb-4ea8-98fe-56af575fa601, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8770841-81eb-4ea8-98fe-56af575fa601, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13990308820234359327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2f7d23-873e-4e58-8731-2e72a6982ba2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e9210ff-f4bf-4eb3-ae0a-8ad2036d750d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e9210ff-f4bf-4eb3-ae0a-8ad2036d750d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3009766389005801817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8770841-81eb-4ea8-98fe-56af575fa601, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db6395b7-49d6-44a9-9621-bbb3e6dbfaae, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6395b7-49d6-44a9-9621-bbb3e6dbfaae, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2092472452814623910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6395b7-49d6-44a9-9621-bbb3e6dbfaae, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28dcf971-2b25-4186-b5bd-6da02dc20682, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28dcf971-2b25-4186-b5bd-6da02dc20682, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4597625350133497787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e9210ff-f4bf-4eb3-ae0a-8ad2036d750d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c982d26-a4e3-4ac1-ba9f-d3d0c530aa0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c982d26-a4e3-4ac1-ba9f-d3d0c530aa0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8732307301465440241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c982d26-a4e3-4ac1-ba9f-d3d0c530aa0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb0b5913-9617-4739-9726-abe9dde1a486, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb0b5913-9617-4739-9726-abe9dde1a486, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9224890896152240159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28dcf971-2b25-4186-b5bd-6da02dc20682, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1842dd48-5108-4ad1-a106-fdf468c231b7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1842dd48-5108-4ad1-a106-fdf468c231b7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13341021023905914775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb0b5913-9617-4739-9726-abe9dde1a486, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e0c68af-9a96-4555-aab1-83f1915184f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e0c68af-9a96-4555-aab1-83f1915184f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15675208551030901918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1842dd48-5108-4ad1-a106-fdf468c231b7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58cf19a1-f641-4b3f-afb7-289095afa498, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58cf19a1-f641-4b3f-afb7-289095afa498, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11359528734304648598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58cf19a1-f641-4b3f-afb7-289095afa498, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdbda9d2-20de-4d95-b6db-0226573108bc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbda9d2-20de-4d95-b6db-0226573108bc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12302285060701981380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e0c68af-9a96-4555-aab1-83f1915184f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 012ac7e1-de77-4cce-945e-4a6fe752fdec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012ac7e1-de77-4cce-945e-4a6fe752fdec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11715492221457050427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbda9d2-20de-4d95-b6db-0226573108bc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d30d9fe-aec5-42cf-b3d8-629627e11d2c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d30d9fe-aec5-42cf-b3d8-629627e11d2c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403522542768512591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012ac7e1-de77-4cce-945e-4a6fe752fdec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 403ead9d-d1b1-49d5-8023-c169aacc991c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 403ead9d-d1b1-49d5-8023-c169aacc991c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3838217595473424401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d30d9fe-aec5-42cf-b3d8-629627e11d2c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c528337-78ba-41d0-bb9d-f05c5f9c2e25, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c528337-78ba-41d0-bb9d-f05c5f9c2e25, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3833999690839567554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 403ead9d-d1b1-49d5-8023-c169aacc991c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20c66a2d-67cb-4b02-8f7b-b83adcae44dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c66a2d-67cb-4b02-8f7b-b83adcae44dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15739211924932674931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c528337-78ba-41d0-bb9d-f05c5f9c2e25, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1c4f464-aa3c-4175-b7fe-3a5877dfb68e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c4f464-aa3c-4175-b7fe-3a5877dfb68e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9828749328962514642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c66a2d-67cb-4b02-8f7b-b83adcae44dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20e327ac-a812-4096-8ee0-b494d5c500a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e327ac-a812-4096-8ee0-b494d5c500a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5939134983610489324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c4f464-aa3c-4175-b7fe-3a5877dfb68e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a73507e-ebdd-437a-b2c3-37292309b6d4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a73507e-ebdd-437a-b2c3-37292309b6d4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11443999841738142009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e327ac-a812-4096-8ee0-b494d5c500a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40c1378a-72f4-4438-a90b-cf7cc026bca3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c1378a-72f4-4438-a90b-cf7cc026bca3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13488072099082838811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a73507e-ebdd-437a-b2c3-37292309b6d4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c950ee9c-69f6-464f-92d5-7c4b035f8d99, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c950ee9c-69f6-464f-92d5-7c4b035f8d99, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15598041892460955714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c1378a-72f4-4438-a90b-cf7cc026bca3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 718cc688-64f4-4b64-89c1-77d7a33167e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c950ee9c-69f6-464f-92d5-7c4b035f8d99, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 247a42cb-b309-4328-987c-a662f4f52b9a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 247a42cb-b309-4328-987c-a662f4f52b9a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11561934968439245667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 718cc688-64f4-4b64-89c1-77d7a33167e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994334949507840507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 247a42cb-b309-4328-987c-a662f4f52b9a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce02cf51-06f3-43c9-8d28-13d1a8f518c4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce02cf51-06f3-43c9-8d28-13d1a8f518c4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5284373718366503086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce02cf51-06f3-43c9-8d28-13d1a8f518c4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1399d7ce-bca9-4349-9d2c-8fdba6036ede, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1399d7ce-bca9-4349-9d2c-8fdba6036ede, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9523978204078318077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 718cc688-64f4-4b64-89c1-77d7a33167e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fd20271-ec9c-4481-ab15-50732ae5aac7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd20271-ec9c-4481-ab15-50732ae5aac7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6606212497076875141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1399d7ce-bca9-4349-9d2c-8fdba6036ede, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cab8a9d-6bf6-4c9f-8b3d-c0d138524173, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cab8a9d-6bf6-4c9f-8b3d-c0d138524173, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1816905091967235834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd20271-ec9c-4481-ab15-50732ae5aac7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b23e2a0-6cce-4644-87aa-1bf8eb191c8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b23e2a0-6cce-4644-87aa-1bf8eb191c8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6059741265007440829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cab8a9d-6bf6-4c9f-8b3d-c0d138524173, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e045f84-eab1-4f0c-ada5-f82222aa7cd7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e045f84-eab1-4f0c-ada5-f82222aa7cd7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283991660099131652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b23e2a0-6cce-4644-87aa-1bf8eb191c8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac47b355-987f-4ece-be6c-c71541d436fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac47b355-987f-4ece-be6c-c71541d436fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6451040186538323898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e045f84-eab1-4f0c-ada5-f82222aa7cd7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8a33711-b9e0-4595-ae00-0d6026881e5c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8a33711-b9e0-4595-ae00-0d6026881e5c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6495316822701363153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac47b355-987f-4ece-be6c-c71541d436fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f69a83cc-cc6d-41b4-b9e8-b7aa59828a57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69a83cc-cc6d-41b4-b9e8-b7aa59828a57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5681578699210162544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8a33711-b9e0-4595-ae00-0d6026881e5c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2dce55d-9f39-488a-b3af-da85617b511e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2dce55d-9f39-488a-b3af-da85617b511e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13019201340976846987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69a83cc-cc6d-41b4-b9e8-b7aa59828a57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ff60ee4-8ef4-4031-9434-292ea8481ac6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff60ee4-8ef4-4031-9434-292ea8481ac6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16198931004080071316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2dce55d-9f39-488a-b3af-da85617b511e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c838d3e-016e-458d-94e4-ba2d7d1e2f65, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c838d3e-016e-458d-94e4-ba2d7d1e2f65, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9188922079037348861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c838d3e-016e-458d-94e4-ba2d7d1e2f65, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cee6095d-f8a9-4da0-9130-7517493900dc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cee6095d-f8a9-4da0-9130-7517493900dc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461657728832663747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff60ee4-8ef4-4031-9434-292ea8481ac6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 237b6b2e-cca7-4f5c-bd23-76e6ce270218, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 237b6b2e-cca7-4f5c-bd23-76e6ce270218, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2947560215271286882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cee6095d-f8a9-4da0-9130-7517493900dc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 882ed44d-c2a1-4950-84a8-cde9d04754c0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882ed44d-c2a1-4950-84a8-cde9d04754c0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18059321946681257580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882ed44d-c2a1-4950-84a8-cde9d04754c0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 726a856a-3ca1-4d1b-ae0b-b41a39310d7b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 726a856a-3ca1-4d1b-ae0b-b41a39310d7b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5434328164728097616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 237b6b2e-cca7-4f5c-bd23-76e6ce270218, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54991439-5dfd-4c3d-a8e5-a694ae9ecd5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54991439-5dfd-4c3d-a8e5-a694ae9ecd5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 518915662693850862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 726a856a-3ca1-4d1b-ae0b-b41a39310d7b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 857ff856-862f-4ece-88da-78c84c0040ef, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857ff856-862f-4ece-88da-78c84c0040ef, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12562181109566336526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54991439-5dfd-4c3d-a8e5-a694ae9ecd5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36360a54-bbc7-4680-a3b8-1d3f8d471595, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36360a54-bbc7-4680-a3b8-1d3f8d471595, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12250340044970451238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857ff856-862f-4ece-88da-78c84c0040ef, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bd8b2cd-3eb6-41d8-8bf1-1e6b364fd34e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bd8b2cd-3eb6-41d8-8bf1-1e6b364fd34e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11209292866456637850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36360a54-bbc7-4680-a3b8-1d3f8d471595, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12b151be-2ea5-4b93-af60-0e4d59d97329, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b151be-2ea5-4b93-af60-0e4d59d97329, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3214747459019585195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bd8b2cd-3eb6-41d8-8bf1-1e6b364fd34e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 509df1a2-b988-4ce3-a6dc-2afe591f8552, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 509df1a2-b988-4ce3-a6dc-2afe591f8552, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12743494897468058888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b151be-2ea5-4b93-af60-0e4d59d97329, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b61e7a15-3d74-473b-8a99-b99dfb266066, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b61e7a15-3d74-473b-8a99-b99dfb266066, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5755310098598195127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 509df1a2-b988-4ce3-a6dc-2afe591f8552, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf4418ef-248a-4cd2-a037-0021ee1f8df3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf4418ef-248a-4cd2-a037-0021ee1f8df3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13122337323334591464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b61e7a15-3d74-473b-8a99-b99dfb266066, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75d394fb-0270-4ef8-b893-0ec36d7c21b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75d394fb-0270-4ef8-b893-0ec36d7c21b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14256324679699956086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf4418ef-248a-4cd2-a037-0021ee1f8df3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07d9999d-9029-4995-9f27-57d0e8293fad, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d9999d-9029-4995-9f27-57d0e8293fad, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1680300580081805413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75d394fb-0270-4ef8-b893-0ec36d7c21b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2db5968-6453-4b61-80da-b78ceb56b4a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d9999d-9029-4995-9f27-57d0e8293fad, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3caa37b2-353a-4f0d-82a7-b3ecce7da120, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3caa37b2-353a-4f0d-82a7-b3ecce7da120, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16497279788261630266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2db5968-6453-4b61-80da-b78ceb56b4a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12989842299445859023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2db5968-6453-4b61-80da-b78ceb56b4a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d45f3b6a-f42a-4015-aed9-8aa7611961af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3caa37b2-353a-4f0d-82a7-b3ecce7da120, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7582ddfb-1dc6-4ebb-9af7-49aaa90e6c35, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7582ddfb-1dc6-4ebb-9af7-49aaa90e6c35, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6697605808203766882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45f3b6a-f42a-4015-aed9-8aa7611961af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9570512717974035053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7582ddfb-1dc6-4ebb-9af7-49aaa90e6c35, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 521ba5c9-9323-4505-b9ba-2cb9b43de399, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45f3b6a-f42a-4015-aed9-8aa7611961af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521ba5c9-9323-4505-b9ba-2cb9b43de399, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 70431841078430408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7043184107843040870431841078430408704318410784304087043184107843040870431841078430408704318410784304087043184107843040870431841078430408704318410784304087043184107843040870431841078430408704318410784304087043184107843040870431841078430408704318410784304087043184107843040870431841078430408704318410784304087043184107843040870431841078430408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88119c33-14f8-432d-b7ab-012eaf73451c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88119c33-14f8-432d-b7ab-012eaf73451c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12118654444235211060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521ba5c9-9323-4505-b9ba-2cb9b43de399, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18e62e49-1f90-49e3-be43-d56ca70400ca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e62e49-1f90-49e3-be43-d56ca70400ca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3075864526967535596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88119c33-14f8-432d-b7ab-012eaf73451c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8525c120-bc39-45a2-be41-d5a932df880f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8525c120-bc39-45a2-be41-d5a932df880f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4452171331356796596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e62e49-1f90-49e3-be43-d56ca70400ca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4081c227-2f5d-45bb-a0e7-1fd7ce5b8006, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4081c227-2f5d-45bb-a0e7-1fd7ce5b8006, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8397353307843570034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8525c120-bc39-45a2-be41-d5a932df880f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05731eee-a52f-4713-a68d-715c416f3286, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05731eee-a52f-4713-a68d-715c416f3286, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16810198919508376257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4081c227-2f5d-45bb-a0e7-1fd7ce5b8006, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f40bdd1-d182-4207-96cf-8cba299acee7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f40bdd1-d182-4207-96cf-8cba299acee7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12105917986137700980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f40bdd1-d182-4207-96cf-8cba299acee7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1e9ce9a-5c12-4d18-ab5c-9dc21000cd95, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e9ce9a-5c12-4d18-ab5c-9dc21000cd95, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5408696123547446802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05731eee-a52f-4713-a68d-715c416f3286, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b3d6c18-c17a-4f3c-9f30-ab070e31f922, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3d6c18-c17a-4f3c-9f30-ab070e31f922, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15638804587708904395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3d6c18-c17a-4f3c-9f30-ab070e31f922, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dd7f7e8-dbf2-4d9c-a9f7-ca33b901fe59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd7f7e8-dbf2-4d9c-a9f7-ca33b901fe59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9754326684457996862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e9ce9a-5c12-4d18-ab5c-9dc21000cd95, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8baa2b0d-d6bf-407a-b8d5-24d5b3f9d428, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8baa2b0d-d6bf-407a-b8d5-24d5b3f9d428, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4991581422484844868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd7f7e8-dbf2-4d9c-a9f7-ca33b901fe59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2f35400-ac1c-4045-8f03-ee12571818d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f35400-ac1c-4045-8f03-ee12571818d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6451110945419959416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8baa2b0d-d6bf-407a-b8d5-24d5b3f9d428, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2dd8130-1653-4d15-b702-9cd0095f9337, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2dd8130-1653-4d15-b702-9cd0095f9337, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9224281963374442957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f35400-ac1c-4045-8f03-ee12571818d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e02ce49c-610e-4c4d-a792-5b24b26443f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02ce49c-610e-4c4d-a792-5b24b26443f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1809292940511462843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2dd8130-1653-4d15-b702-9cd0095f9337, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19cdad58-0c86-4249-9297-21dd87330b9a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19cdad58-0c86-4249-9297-21dd87330b9a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6511523400261957111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02ce49c-610e-4c4d-a792-5b24b26443f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 717d775c-3a35-4478-9572-9a697f96dabc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717d775c-3a35-4478-9572-9a697f96dabc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11126733135516170499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19cdad58-0c86-4249-9297-21dd87330b9a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 446dcc5a-4879-4634-a9ba-42a060aac223, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 446dcc5a-4879-4634-a9ba-42a060aac223, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2770650036275514391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717d775c-3a35-4478-9572-9a697f96dabc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c65cee15-701f-41bf-85a3-4633ae4e8d14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65cee15-701f-41bf-85a3-4633ae4e8d14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15167310210926982795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 446dcc5a-4879-4634-a9ba-42a060aac223, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eb53eca-b6ae-4ed2-bd4e-68cd5378478f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eb53eca-b6ae-4ed2-bd4e-68cd5378478f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8489653146384545561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65cee15-701f-41bf-85a3-4633ae4e8d14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f69d5f4-cde9-4e8d-ab7f-ccc0a6f6515d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f69d5f4-cde9-4e8d-ab7f-ccc0a6f6515d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6304409468981878210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eb53eca-b6ae-4ed2-bd4e-68cd5378478f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 772740f0-5d51-431d-8d1e-216eeddd9a2d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772740f0-5d51-431d-8d1e-216eeddd9a2d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4784360741725266589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772740f0-5d51-431d-8d1e-216eeddd9a2d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 068d055e-0cf8-4961-9faa-b3fd0117fa64, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 068d055e-0cf8-4961-9faa-b3fd0117fa64, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7508901128206031500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f69d5f4-cde9-4e8d-ab7f-ccc0a6f6515d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53e252b4-6a2c-42e8-9f87-8d15392ae3b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e252b4-6a2c-42e8-9f87-8d15392ae3b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925574052194601404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 068d055e-0cf8-4961-9faa-b3fd0117fa64, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44b2f15a-9ee1-4230-8762-76792f6cf06c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44b2f15a-9ee1-4230-8762-76792f6cf06c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13293886323442922627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e252b4-6a2c-42e8-9f87-8d15392ae3b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc6ad674-e9ee-4b6a-814f-bf6aa06c9dda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc6ad674-e9ee-4b6a-814f-bf6aa06c9dda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18262693527334062031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44b2f15a-9ee1-4230-8762-76792f6cf06c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beee721a-3d94-4f15-b56c-df08eb8bfab2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beee721a-3d94-4f15-b56c-df08eb8bfab2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10902833771711327185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beee721a-3d94-4f15-b56c-df08eb8bfab2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a412d4ff-1bea-497f-a585-d99fe7940102, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a412d4ff-1bea-497f-a585-d99fe7940102, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837776011301580897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a412d4ff-1bea-497f-a585-d99fe7940102, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a849a25-9b34-4064-865d-d4c57f496fe4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a849a25-9b34-4064-865d-d4c57f496fe4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14080705961543430155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc6ad674-e9ee-4b6a-814f-bf6aa06c9dda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a8a3184-2803-46b1-80d6-d6aaac7f7f1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a849a25-9b34-4064-865d-d4c57f496fe4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a8a3184-2803-46b1-80d6-d6aaac7f7f1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1958022842932918162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3058733b-0436-46d8-a7fb-bd7681966cd0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3058733b-0436-46d8-a7fb-bd7681966cd0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7195800537545840941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a8a3184-2803-46b1-80d6-d6aaac7f7f1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a55e5f74-3ad9-44d1-ae89-80ec1b3f17e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a55e5f74-3ad9-44d1-ae89-80ec1b3f17e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6256110490602712080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3058733b-0436-46d8-a7fb-bd7681966cd0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed425423-2166-48ce-ba42-2ddfffe4de3e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed425423-2166-48ce-ba42-2ddfffe4de3e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9635080401687883612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a55e5f74-3ad9-44d1-ae89-80ec1b3f17e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa7b64a-dbe5-441d-a79a-753438dbe123, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa7b64a-dbe5-441d-a79a-753438dbe123, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2126205986305288749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed425423-2166-48ce-ba42-2ddfffe4de3e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 674d28e5-588f-486a-8ed1-8e793312de56, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 674d28e5-588f-486a-8ed1-8e793312de56, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3016672989126990365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa7b64a-dbe5-441d-a79a-753438dbe123, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa8d5dee-530f-42e9-95e4-c0a7b3537aac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 674d28e5-588f-486a-8ed1-8e793312de56, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61e67452-6ec6-44d6-aea4-37b8c5a80dfa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8d5dee-530f-42e9-95e4-c0a7b3537aac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11211494840334097422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e67452-6ec6-44d6-aea4-37b8c5a80dfa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10378757081186433752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8d5dee-530f-42e9-95e4-c0a7b3537aac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 241f6da1-1d18-4cde-940a-115d5a7edbbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 241f6da1-1d18-4cde-940a-115d5a7edbbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17971900727839341672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e67452-6ec6-44d6-aea4-37b8c5a80dfa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b8f83af-b9e5-4ed5-91b6-9274100e66dd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8f83af-b9e5-4ed5-91b6-9274100e66dd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18337483139385310503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 241f6da1-1d18-4cde-940a-115d5a7edbbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e8b244c-2d47-4aea-942d-f1545691e614, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8b244c-2d47-4aea-942d-f1545691e614, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13383466168553841782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8f83af-b9e5-4ed5-91b6-9274100e66dd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8921e57c-b862-4a92-91ad-2681c0e5aac9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8921e57c-b862-4a92-91ad-2681c0e5aac9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1938272712660600683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8b244c-2d47-4aea-942d-f1545691e614, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 694599eb-500b-4015-93a7-fb93c45e7a28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694599eb-500b-4015-93a7-fb93c45e7a28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16310672535390302670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8921e57c-b862-4a92-91ad-2681c0e5aac9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 818e13d1-8551-440d-a37c-dfe076141357, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818e13d1-8551-440d-a37c-dfe076141357, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16116394675015700989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694599eb-500b-4015-93a7-fb93c45e7a28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab0b13a-7b3e-4c2b-9ce7-8ccae2043843, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab0b13a-7b3e-4c2b-9ce7-8ccae2043843, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8946341736338509575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818e13d1-8551-440d-a37c-dfe076141357, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c255125-5b22-444f-88d5-cf376cf1f2b5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c255125-5b22-444f-88d5-cf376cf1f2b5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3971785443247220055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab0b13a-7b3e-4c2b-9ce7-8ccae2043843, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f1e459-528f-4a9d-a0ef-0797d6154a4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f1e459-528f-4a9d-a0ef-0797d6154a4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1193437949792692431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c255125-5b22-444f-88d5-cf376cf1f2b5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00acf364-761a-4748-9bfb-e4914f6151b1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00acf364-761a-4748-9bfb-e4914f6151b1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6628928105468373464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f1e459-528f-4a9d-a0ef-0797d6154a4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a900b566-4773-421f-b1fb-8355aac5b142, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a900b566-4773-421f-b1fb-8355aac5b142, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15740901321599557682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00acf364-761a-4748-9bfb-e4914f6151b1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80e13f66-8b6e-4805-84a6-f58f64c4d001, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e13f66-8b6e-4805-84a6-f58f64c4d001, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9383880886605878963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a900b566-4773-421f-b1fb-8355aac5b142, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7ca096-a4d3-4b8d-81fd-0f43b0dbd25a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7ca096-a4d3-4b8d-81fd-0f43b0dbd25a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14564631235331519200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e13f66-8b6e-4805-84a6-f58f64c4d001, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c5e2c22-4af3-4df0-a982-22ba5be014a7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c5e2c22-4af3-4df0-a982-22ba5be014a7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13035412502467842567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7ca096-a4d3-4b8d-81fd-0f43b0dbd25a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8e0d616-833d-4f5a-b7b4-b709b5fa2939, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8e0d616-833d-4f5a-b7b4-b709b5fa2939, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16090002260841587293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c5e2c22-4af3-4df0-a982-22ba5be014a7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d14114d6-2454-4f6d-8ffa-baf038551a18, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d14114d6-2454-4f6d-8ffa-baf038551a18, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17957961604819581020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8e0d616-833d-4f5a-b7b4-b709b5fa2939, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7ba21f6-9f4a-4822-9949-b6db4dfe01bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ba21f6-9f4a-4822-9949-b6db4dfe01bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13143677406591872780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d14114d6-2454-4f6d-8ffa-baf038551a18, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f4fdbd9-bd7e-4a24-b337-1f30c5089d13, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f4fdbd9-bd7e-4a24-b337-1f30c5089d13, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 497203726999306097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ba21f6-9f4a-4822-9949-b6db4dfe01bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd7e09be-8fb7-4605-ab97-65c1f2a55bf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd7e09be-8fb7-4605-ab97-65c1f2a55bf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16738002033406434879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f4fdbd9-bd7e-4a24-b337-1f30c5089d13, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5684545f-1062-43f5-abfa-d11d8631f2cb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5684545f-1062-43f5-abfa-d11d8631f2cb, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12805058113030109277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd7e09be-8fb7-4605-ab97-65c1f2a55bf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01f6e641-d01c-4472-ab2f-15c2f291c314, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01f6e641-d01c-4472-ab2f-15c2f291c314, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3804556177968649638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5684545f-1062-43f5-abfa-d11d8631f2cb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18a898c9-9b70-4670-a7f7-b7dc4531ba66, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a898c9-9b70-4670-a7f7-b7dc4531ba66, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17891307143720600025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01f6e641-d01c-4472-ab2f-15c2f291c314, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fedcf8d4-95da-4590-b7a3-b32e7858aecb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fedcf8d4-95da-4590-b7a3-b32e7858aecb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10823374364117110816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a898c9-9b70-4670-a7f7-b7dc4531ba66, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ae84e7-3ee7-4f08-b44a-0e1565972ca1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ae84e7-3ee7-4f08-b44a-0e1565972ca1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9474729145830877850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fedcf8d4-95da-4590-b7a3-b32e7858aecb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 467a7850-0b3d-4c1a-81de-0f0011a7db16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ae84e7-3ee7-4f08-b44a-0e1565972ca1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e52d4fb-d9f5-405e-b1c4-6bd66012aefb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e52d4fb-d9f5-405e-b1c4-6bd66012aefb, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1874069380134573959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467a7850-0b3d-4c1a-81de-0f0011a7db16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16055491725815905037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467a7850-0b3d-4c1a-81de-0f0011a7db16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c456adf-0de6-4203-9b05-8752c90f5217, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c456adf-0de6-4203-9b05-8752c90f5217, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16717834806325537681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e52d4fb-d9f5-405e-b1c4-6bd66012aefb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a86cb0ee-46ec-4dd9-9326-1a679b483eaf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a86cb0ee-46ec-4dd9-9326-1a679b483eaf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16096948328119199624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c456adf-0de6-4203-9b05-8752c90f5217, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f4a88ff-a52d-4d9b-8670-e3464414f084, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f4a88ff-a52d-4d9b-8670-e3464414f084, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3749713266568181382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a86cb0ee-46ec-4dd9-9326-1a679b483eaf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6378d50-59b2-4496-80e3-dbd4ce42c90f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6378d50-59b2-4496-80e3-dbd4ce42c90f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3125713887687967654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f4a88ff-a52d-4d9b-8670-e3464414f084, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff9b021c-378d-4adc-bbc7-de70f6fc04a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9b021c-378d-4adc-bbc7-de70f6fc04a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12261329059426981901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6378d50-59b2-4496-80e3-dbd4ce42c90f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f44d1c7-7a1b-417e-9ed0-3353a79d7f43, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9b021c-378d-4adc-bbc7-de70f6fc04a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f44d1c7-7a1b-417e-9ed0-3353a79d7f43, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6833780175459737823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a0d1ee9-f229-488c-bbd8-a9356bfb7ec0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a0d1ee9-f229-488c-bbd8-a9356bfb7ec0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4618722666715927079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f44d1c7-7a1b-417e-9ed0-3353a79d7f43, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76fad94e-9d32-472c-8d6d-b8f367208c32, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76fad94e-9d32-472c-8d6d-b8f367208c32, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17117893557934669495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a0d1ee9-f229-488c-bbd8-a9356bfb7ec0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c6fd34a-1a81-4e56-8162-758bd95fd7ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c6fd34a-1a81-4e56-8162-758bd95fd7ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7773537443281643053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76fad94e-9d32-472c-8d6d-b8f367208c32, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea7271f3-47d7-4730-afb2-b5eb3f33be38, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea7271f3-47d7-4730-afb2-b5eb3f33be38, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1518571194713191289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c6fd34a-1a81-4e56-8162-758bd95fd7ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f3d1a12-efa8-46f3-859b-e3b48d346018, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3d1a12-efa8-46f3-859b-e3b48d346018, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12671813093000227165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea7271f3-47d7-4730-afb2-b5eb3f33be38, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e21df4d-390e-4548-9941-27f27525a75e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e21df4d-390e-4548-9941-27f27525a75e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14048890621986714259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3d1a12-efa8-46f3-859b-e3b48d346018, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e21df4d-390e-4548-9941-27f27525a75e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f89d1f0-cb0a-4961-a914-715af83e867e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f89d1f0-cb0a-4961-a914-715af83e867e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14356670205288764935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f5364f-fc7a-4689-9745-867367c3076e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f5364f-fc7a-4689-9745-867367c3076e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 466826864333169784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f5364f-fc7a-4689-9745-867367c3076e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fac49016-84eb-4977-9750-caaf0293036d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fac49016-84eb-4977-9750-caaf0293036d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14716300849850901605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f89d1f0-cb0a-4961-a914-715af83e867e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f923fdb-f71c-4a53-b8b6-7d43642f6acd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f923fdb-f71c-4a53-b8b6-7d43642f6acd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17048459365029080711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fac49016-84eb-4977-9750-caaf0293036d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f751848-9c39-49db-9d55-666454eb0e25, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f751848-9c39-49db-9d55-666454eb0e25, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5190276830305571791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f923fdb-f71c-4a53-b8b6-7d43642f6acd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fd2dfb8-4dca-408c-b16f-2120f37d3007, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fd2dfb8-4dca-408c-b16f-2120f37d3007, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14786356931207760890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f751848-9c39-49db-9d55-666454eb0e25, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c0f9f3-ceda-4ac3-a699-5f58a3691e45, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c0f9f3-ceda-4ac3-a699-5f58a3691e45, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318407388409601169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fd2dfb8-4dca-408c-b16f-2120f37d3007, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f5bc07a-6354-4f57-a61b-9ec26119f152, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5bc07a-6354-4f57-a61b-9ec26119f152, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8013716840726360666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c0f9f3-ceda-4ac3-a699-5f58a3691e45, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35631aca-a1ed-4be5-ad3c-cae2edbee825, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35631aca-a1ed-4be5-ad3c-cae2edbee825, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5586187841229978276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35631aca-a1ed-4be5-ad3c-cae2edbee825, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b13c201-42a7-4b14-a9c5-ff7c98c2904a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b13c201-42a7-4b14-a9c5-ff7c98c2904a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 70285928250998584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7028592825099858470285928250998584702859282509985847028592825099858470285928250998584702859282509985847028592825099858470285928250998584702859282509985847028592825099858470285928250998584702859282509985847028592825099858470285928250998584702859282509985847028592825099858470285928250998584702859282509985847028592825099858470285928250998584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5bc07a-6354-4f57-a61b-9ec26119f152, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ca74a0a-447a-4e9b-b6f6-4a080e51ad54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca74a0a-447a-4e9b-b6f6-4a080e51ad54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11570775593693715113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b13c201-42a7-4b14-a9c5-ff7c98c2904a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91c54989-d79e-4cef-8c3e-2890c8eb1aba, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91c54989-d79e-4cef-8c3e-2890c8eb1aba, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1095665810793385678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca74a0a-447a-4e9b-b6f6-4a080e51ad54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f836768-6f15-4126-854e-9aa945580856, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f836768-6f15-4126-854e-9aa945580856, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5422669478597875521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91c54989-d79e-4cef-8c3e-2890c8eb1aba, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdfc9a94-526b-4257-abef-43ba82a9caea, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdfc9a94-526b-4257-abef-43ba82a9caea, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13611485849498655883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f836768-6f15-4126-854e-9aa945580856, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 133fd675-16ef-4f97-9338-46190225a7cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdfc9a94-526b-4257-abef-43ba82a9caea, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8327e41e-2d0f-4168-89bd-2cfda0246fd8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8327e41e-2d0f-4168-89bd-2cfda0246fd8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8929982956874702887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 133fd675-16ef-4f97-9338-46190225a7cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1580494781035081891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8327e41e-2d0f-4168-89bd-2cfda0246fd8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8da7752-8e16-43d1-8806-1699832793f5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 133fd675-16ef-4f97-9338-46190225a7cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e703ece8-6935-4b44-9391-b81dea9217b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e703ece8-6935-4b44-9391-b81dea9217b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6154962464632421789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8da7752-8e16-43d1-8806-1699832793f5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1185917434462408967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e703ece8-6935-4b44-9391-b81dea9217b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 522a7740-2faf-426a-8abd-43412170b36c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522a7740-2faf-426a-8abd-43412170b36c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2091813663288378900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8da7752-8e16-43d1-8806-1699832793f5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bc5708a-8f4f-4f56-8aec-42ea3ab4b753, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bc5708a-8f4f-4f56-8aec-42ea3ab4b753, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17094531998197086566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522a7740-2faf-426a-8abd-43412170b36c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f8aff84-f5c6-4c9a-8e28-d25000345865, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bc5708a-8f4f-4f56-8aec-42ea3ab4b753, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8aff84-f5c6-4c9a-8e28-d25000345865, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4336133350422539652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc00a02a-0128-47cc-a14b-f2885454ca5e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc00a02a-0128-47cc-a14b-f2885454ca5e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14622943792973980141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc00a02a-0128-47cc-a14b-f2885454ca5e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fa8d8ab-688d-46f3-91a6-a2fba1bed8c3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa8d8ab-688d-46f3-91a6-a2fba1bed8c3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2827603022868768874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8aff84-f5c6-4c9a-8e28-d25000345865, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a335ae-940f-4df7-92c9-bc7315698560, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a335ae-940f-4df7-92c9-bc7315698560, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14444356245478344015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa8d8ab-688d-46f3-91a6-a2fba1bed8c3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e284eb5-51cb-43c6-b8a4-60f8776d1fef, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e284eb5-51cb-43c6-b8a4-60f8776d1fef, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14230073896106456459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a335ae-940f-4df7-92c9-bc7315698560, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc486029-357b-44b8-93c2-3a4b18c93e35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc486029-357b-44b8-93c2-3a4b18c93e35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15839880095678825366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e284eb5-51cb-43c6-b8a4-60f8776d1fef, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f3fad1c-94c9-4018-9df8-87095f2e505b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3fad1c-94c9-4018-9df8-87095f2e505b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4926431539551787485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc486029-357b-44b8-93c2-3a4b18c93e35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a977d48f-f7f3-4ca3-8908-2de718835ec0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a977d48f-f7f3-4ca3-8908-2de718835ec0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13196944803663668142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3fad1c-94c9-4018-9df8-87095f2e505b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dda65244-a289-44f2-90c3-3a9887bd0006, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda65244-a289-44f2-90c3-3a9887bd0006, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5676974925133731985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a977d48f-f7f3-4ca3-8908-2de718835ec0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 845ff8ef-fc34-4e8a-b852-6d2524326d8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 845ff8ef-fc34-4e8a-b852-6d2524326d8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619391906443843752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda65244-a289-44f2-90c3-3a9887bd0006, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 527d574f-284a-4a9f-9c58-d2aa3fb3492f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 527d574f-284a-4a9f-9c58-d2aa3fb3492f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15600164851768246038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 845ff8ef-fc34-4e8a-b852-6d2524326d8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac28a5b9-c29b-4353-bfe1-4bbd027a5994, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac28a5b9-c29b-4353-bfe1-4bbd027a5994, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12197649854206849697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 527d574f-284a-4a9f-9c58-d2aa3fb3492f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 972e7017-838f-4de5-9d32-5addef041abc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 972e7017-838f-4de5-9d32-5addef041abc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7175657404274347980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac28a5b9-c29b-4353-bfe1-4bbd027a5994, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1528aeb5-9ac6-44c3-87e0-863d97e81030, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1528aeb5-9ac6-44c3-87e0-863d97e81030, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7638593114358178348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 972e7017-838f-4de5-9d32-5addef041abc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 470d13f3-fc30-4d55-8f69-8f03c6258317, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 470d13f3-fc30-4d55-8f69-8f03c6258317, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5641577351623951813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1528aeb5-9ac6-44c3-87e0-863d97e81030, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8798f5bb-955c-40d3-8b6f-da3e2363d87d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8798f5bb-955c-40d3-8b6f-da3e2363d87d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6702632125786373402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 470d13f3-fc30-4d55-8f69-8f03c6258317, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 048604c8-57e7-431a-a52f-fd86d49cc1fc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 048604c8-57e7-431a-a52f-fd86d49cc1fc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3818308123787605978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 048604c8-57e7-431a-a52f-fd86d49cc1fc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7c4a8a0-e369-4db0-b303-a4f2667580ee, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7c4a8a0-e369-4db0-b303-a4f2667580ee, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4633824120033649201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8798f5bb-955c-40d3-8b6f-da3e2363d87d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33754465-4e49-4d5a-9868-dcaf4718f23e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33754465-4e49-4d5a-9868-dcaf4718f23e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2785047934384573382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7c4a8a0-e369-4db0-b303-a4f2667580ee, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1fc9921-da9a-495b-9313-f455193226db, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1fc9921-da9a-495b-9313-f455193226db, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1634354162172726146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1fc9921-da9a-495b-9313-f455193226db, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3700c78-7e49-4d25-b674-fce4f34dbb95, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3700c78-7e49-4d25-b674-fce4f34dbb95, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11186574119432754908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33754465-4e49-4d5a-9868-dcaf4718f23e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6df7455f-5628-4467-92d8-3ab7a6d7d0b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df7455f-5628-4467-92d8-3ab7a6d7d0b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5471241047448856533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3700c78-7e49-4d25-b674-fce4f34dbb95, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74be2a3a-95df-470c-a289-515e97256bf2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74be2a3a-95df-470c-a289-515e97256bf2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3237717707484653960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df7455f-5628-4467-92d8-3ab7a6d7d0b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60099499-6c7d-4db4-8065-0468a52f9558, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60099499-6c7d-4db4-8065-0468a52f9558, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2785154509224547924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74be2a3a-95df-470c-a289-515e97256bf2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64292359-8782-4808-b429-72ffcf2bd640, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64292359-8782-4808-b429-72ffcf2bd640, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16289992050360355414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60099499-6c7d-4db4-8065-0468a52f9558, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47c1bbd8-519f-4472-9109-a25ec08ba40b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c1bbd8-519f-4472-9109-a25ec08ba40b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3594906013998653366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64292359-8782-4808-b429-72ffcf2bd640, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8671254d-7948-4c3e-b655-340538fff57a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8671254d-7948-4c3e-b655-340538fff57a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11597042172436348509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c1bbd8-519f-4472-9109-a25ec08ba40b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1b49b67-edf2-48f2-bb5e-f9fa820920c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b49b67-edf2-48f2-bb5e-f9fa820920c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12949341204808986528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8671254d-7948-4c3e-b655-340538fff57a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 035990a1-56fe-4175-b93d-ae299a4b383d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035990a1-56fe-4175-b93d-ae299a4b383d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17861480730221752897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b49b67-edf2-48f2-bb5e-f9fa820920c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04f98948-bb98-4f3f-9247-05e104d324a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f98948-bb98-4f3f-9247-05e104d324a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16447309845148718187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035990a1-56fe-4175-b93d-ae299a4b383d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fabbd76c-09aa-4d91-814d-2ac3e6e13adc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fabbd76c-09aa-4d91-814d-2ac3e6e13adc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10714184037461302034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f98948-bb98-4f3f-9247-05e104d324a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff014f9b-fff5-4ac1-add4-d3824e047dc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fabbd76c-09aa-4d91-814d-2ac3e6e13adc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff014f9b-fff5-4ac1-add4-d3824e047dc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14288968156839028028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7bbac9d-4cb5-4ebf-9d33-3ad650ac82c4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7bbac9d-4cb5-4ebf-9d33-3ad650ac82c4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8292444856349215013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff014f9b-fff5-4ac1-add4-d3824e047dc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cfe7d92-4aab-4c69-970a-ea036b9adf81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfe7d92-4aab-4c69-970a-ea036b9adf81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4532298620920687572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7bbac9d-4cb5-4ebf-9d33-3ad650ac82c4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab273db7-d12f-45dd-8aee-993c39b0ca0d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab273db7-d12f-45dd-8aee-993c39b0ca0d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4722760739591208980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfe7d92-4aab-4c69-970a-ea036b9adf81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7a727c3-276e-472c-96c8-c9f6485adca6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a727c3-276e-472c-96c8-c9f6485adca6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14793658598218611949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab273db7-d12f-45dd-8aee-993c39b0ca0d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66dcb954-df3d-430c-8c0d-02958614d8a5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66dcb954-df3d-430c-8c0d-02958614d8a5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15776176146970494125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a727c3-276e-472c-96c8-c9f6485adca6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02102895-7e93-473e-ab66-30969c83057f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66dcb954-df3d-430c-8c0d-02958614d8a5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02102895-7e93-473e-ab66-30969c83057f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7502401204412473628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21b6d219-9e27-432d-ac4b-036490e35768, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21b6d219-9e27-432d-ac4b-036490e35768, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10008766022101416253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02102895-7e93-473e-ab66-30969c83057f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e9c55b3-c85d-4e1e-aeec-fbf7787393c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e9c55b3-c85d-4e1e-aeec-fbf7787393c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17220879513145022165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21b6d219-9e27-432d-ac4b-036490e35768, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f90fa985-56fe-4e6d-b2ad-eb2c61e47f6e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90fa985-56fe-4e6d-b2ad-eb2c61e47f6e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1564743154506009992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e9c55b3-c85d-4e1e-aeec-fbf7787393c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45b6c708-2998-4820-bb93-924c94197627, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45b6c708-2998-4820-bb93-924c94197627, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15337489099509212562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90fa985-56fe-4e6d-b2ad-eb2c61e47f6e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d71eba-c717-4247-8619-8c268692e0e7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d71eba-c717-4247-8619-8c268692e0e7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11198807080787967505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45b6c708-2998-4820-bb93-924c94197627, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bb5a5d-c050-40b7-9a7a-5060b620c55c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bb5a5d-c050-40b7-9a7a-5060b620c55c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2834535460528255219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d71eba-c717-4247-8619-8c268692e0e7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c585be7-b71b-46de-81e0-7aed49fb7bf8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c585be7-b71b-46de-81e0-7aed49fb7bf8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 356238385604918462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c585be7-b71b-46de-81e0-7aed49fb7bf8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e1b692d-89cc-4575-b333-e40344484ce9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e1b692d-89cc-4575-b333-e40344484ce9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319969051708250574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bb5a5d-c050-40b7-9a7a-5060b620c55c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bddecfd-5e86-4d02-9fbf-b72ef320893e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bddecfd-5e86-4d02-9fbf-b72ef320893e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17162708921341170367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e1b692d-89cc-4575-b333-e40344484ce9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f6bfcd8-ff87-4bf6-9f88-0e0504511292, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f6bfcd8-ff87-4bf6-9f88-0e0504511292, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3587212979561938754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f6bfcd8-ff87-4bf6-9f88-0e0504511292, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d6abec-337d-47e0-8fed-ec064b4a75a7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d6abec-337d-47e0-8fed-ec064b4a75a7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2858962628100315856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bddecfd-5e86-4d02-9fbf-b72ef320893e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da48760f-7a2d-4363-8dc8-d7e434acb270, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da48760f-7a2d-4363-8dc8-d7e434acb270, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3259601500909750339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da48760f-7a2d-4363-8dc8-d7e434acb270, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d6abec-337d-47e0-8fed-ec064b4a75a7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b19c465-5a2a-461a-8fcc-c7dad6240352, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b19c465-5a2a-461a-8fcc-c7dad6240352, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10287749892604591719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e069cf13-e7d3-4a7f-a21f-fb4a05836015, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e069cf13-e7d3-4a7f-a21f-fb4a05836015, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5702384663096678374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b19c465-5a2a-461a-8fcc-c7dad6240352, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa77c9d4-e540-46c3-b2b7-edd2fc2fb106, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa77c9d4-e540-46c3-b2b7-edd2fc2fb106, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 148799383205073149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e069cf13-e7d3-4a7f-a21f-fb4a05836015, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81e4d6be-9929-4f0a-811f-5af4309e6dce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e4d6be-9929-4f0a-811f-5af4309e6dce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5074511195417450029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa77c9d4-e540-46c3-b2b7-edd2fc2fb106, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6e48f20-fc48-496e-bddb-e5d9f1d2d01a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e48f20-fc48-496e-bddb-e5d9f1d2d01a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12223312000913960452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e4d6be-9929-4f0a-811f-5af4309e6dce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dee70530-10dd-4868-bfce-65477b5260ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee70530-10dd-4868-bfce-65477b5260ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3707453020025707008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee70530-10dd-4868-bfce-65477b5260ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b14d20b-4dc1-4f77-8cca-87c77a963ecc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b14d20b-4dc1-4f77-8cca-87c77a963ecc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12850634693187720318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e48f20-fc48-496e-bddb-e5d9f1d2d01a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeba95af-e14d-497b-813b-344a18040375, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeba95af-e14d-497b-813b-344a18040375, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14400437170925958239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b14d20b-4dc1-4f77-8cca-87c77a963ecc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a566094a-be3c-40b3-b008-4aaeffe6697d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a566094a-be3c-40b3-b008-4aaeffe6697d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13457571809718029174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeba95af-e14d-497b-813b-344a18040375, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cc124cd-23aa-4baa-a1f6-80c262355fbf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc124cd-23aa-4baa-a1f6-80c262355fbf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15398001037514185645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a566094a-be3c-40b3-b008-4aaeffe6697d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a97608e8-1891-4eca-b04b-8c15786b8330, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97608e8-1891-4eca-b04b-8c15786b8330, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1828027048446141358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97608e8-1891-4eca-b04b-8c15786b8330, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73abd4c5-5260-4721-9026-952e582d7569, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73abd4c5-5260-4721-9026-952e582d7569, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2305546390182890075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc124cd-23aa-4baa-a1f6-80c262355fbf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d3146a7-ef26-49d4-b174-97b8302f7c10, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3146a7-ef26-49d4-b174-97b8302f7c10, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18126528609911664747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73abd4c5-5260-4721-9026-952e582d7569, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71e70fbe-a2f4-4122-bf6a-0da9799f495d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71e70fbe-a2f4-4122-bf6a-0da9799f495d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16209037520519900021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3146a7-ef26-49d4-b174-97b8302f7c10, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1464630-8989-4b3f-b951-b50f07ceeb42, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1464630-8989-4b3f-b951-b50f07ceeb42, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4537659597531477464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71e70fbe-a2f4-4122-bf6a-0da9799f495d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7564469c-2ea6-4570-b856-df916eaf515f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7564469c-2ea6-4570-b856-df916eaf515f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6914612191410637743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1464630-8989-4b3f-b951-b50f07ceeb42, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8c2951c-fbe4-4aa2-a568-2358d76aa0b2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c2951c-fbe4-4aa2-a568-2358d76aa0b2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9677951573969478579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7564469c-2ea6-4570-b856-df916eaf515f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70fb52f7-b123-4b0a-9fe7-f8f5a60db3bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c2951c-fbe4-4aa2-a568-2358d76aa0b2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 459ebe7e-f82c-4027-a13b-feee6d34b8a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fb52f7-b123-4b0a-9fe7-f8f5a60db3bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12429075930929240187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 459ebe7e-f82c-4027-a13b-feee6d34b8a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1967061459334568932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fb52f7-b123-4b0a-9fe7-f8f5a60db3bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08c4236b-e413-4ea7-a716-80f547436afb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08c4236b-e413-4ea7-a716-80f547436afb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5605624905168513427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 459ebe7e-f82c-4027-a13b-feee6d34b8a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b6eed66-e528-48b7-be76-75b899eac1b4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b6eed66-e528-48b7-be76-75b899eac1b4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10433817095138154665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08c4236b-e413-4ea7-a716-80f547436afb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1524b1a2-4110-4918-b6d0-9072354e3c25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1524b1a2-4110-4918-b6d0-9072354e3c25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13773961128305665881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b6eed66-e528-48b7-be76-75b899eac1b4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ba6d2a9-5850-4abe-9578-dab013f7ff60, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ba6d2a9-5850-4abe-9578-dab013f7ff60, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16691084161723770945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1524b1a2-4110-4918-b6d0-9072354e3c25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ab8c900-211c-45aa-b5f1-2f3c5352483e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab8c900-211c-45aa-b5f1-2f3c5352483e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2935281532440474384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ba6d2a9-5850-4abe-9578-dab013f7ff60, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f8be603-d06c-4ab5-81b7-5a6bed17dd0d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8be603-d06c-4ab5-81b7-5a6bed17dd0d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2215956153452742449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab8c900-211c-45aa-b5f1-2f3c5352483e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9e57c84-c8ea-4f24-826b-af4dc6933e70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e57c84-c8ea-4f24-826b-af4dc6933e70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5177288149441022717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8be603-d06c-4ab5-81b7-5a6bed17dd0d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70c99ab1-fc8b-4b29-9dbe-2c38c206c74e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c99ab1-fc8b-4b29-9dbe-2c38c206c74e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14327769310522793775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e57c84-c8ea-4f24-826b-af4dc6933e70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a508e9-0005-46cb-98fb-4aee90fd30c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a508e9-0005-46cb-98fb-4aee90fd30c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11009221315969900950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a508e9-0005-46cb-98fb-4aee90fd30c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb45624d-c77d-409a-9df8-8032c11e2f06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb45624d-c77d-409a-9df8-8032c11e2f06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4357840680995112429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c99ab1-fc8b-4b29-9dbe-2c38c206c74e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a728ed3-f32c-42fe-b6c7-1a904a1bc718, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a728ed3-f32c-42fe-b6c7-1a904a1bc718, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9895156202978667949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb45624d-c77d-409a-9df8-8032c11e2f06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63f16dd7-07d0-40cc-9838-2294b1f0721a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a728ed3-f32c-42fe-b6c7-1a904a1bc718, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77fd282b-0955-4ed1-af22-7f450be36022, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77fd282b-0955-4ed1-af22-7f450be36022, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1797215117789494309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63f16dd7-07d0-40cc-9838-2294b1f0721a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10322248030290716892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77fd282b-0955-4ed1-af22-7f450be36022, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05e3c1f8-7744-4827-be3e-44c24045de3c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05e3c1f8-7744-4827-be3e-44c24045de3c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 853497318891082761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63f16dd7-07d0-40cc-9838-2294b1f0721a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c63f84a-f381-46d6-9380-6d5ab15c7430, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c63f84a-f381-46d6-9380-6d5ab15c7430, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8835230558257790096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c63f84a-f381-46d6-9380-6d5ab15c7430, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cedcd58-4bda-479c-80a4-cdaa6222cca2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cedcd58-4bda-479c-80a4-cdaa6222cca2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10083920334516256050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05e3c1f8-7744-4827-be3e-44c24045de3c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc3d7565-99d6-48f2-aae0-4bb04f2a1a7f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc3d7565-99d6-48f2-aae0-4bb04f2a1a7f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10012428951441406509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cedcd58-4bda-479c-80a4-cdaa6222cca2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0967700-ee1f-430f-8985-7ddbdbb44b8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0967700-ee1f-430f-8985-7ddbdbb44b8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13811252168337726135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc3d7565-99d6-48f2-aae0-4bb04f2a1a7f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84c778aa-7db0-4e72-ab79-983b07f55d48, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0967700-ee1f-430f-8985-7ddbdbb44b8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c778aa-7db0-4e72-ab79-983b07f55d48, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15698245951189283403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2a12ec5-7359-4e1b-b8f8-8827e97ee510, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a12ec5-7359-4e1b-b8f8-8827e97ee510, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7087998609867783916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c778aa-7db0-4e72-ab79-983b07f55d48, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4964d5c2-120c-4322-b0c6-8966b6d6469c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4964d5c2-120c-4322-b0c6-8966b6d6469c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1261243453318483840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a12ec5-7359-4e1b-b8f8-8827e97ee510, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18bd83be-a87d-4abb-9a5c-4e9e3639fa11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18bd83be-a87d-4abb-9a5c-4e9e3639fa11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 640907877845787086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4964d5c2-120c-4322-b0c6-8966b6d6469c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b957af7e-a19a-492c-8a23-62e359a2b19e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b957af7e-a19a-492c-8a23-62e359a2b19e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11131488156480549640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18bd83be-a87d-4abb-9a5c-4e9e3639fa11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34dc3dec-65d9-46d3-904a-b0aa5b5762e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34dc3dec-65d9-46d3-904a-b0aa5b5762e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3133675784799568169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b957af7e-a19a-492c-8a23-62e359a2b19e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3255f7f-fc50-4ccd-a96d-5849c71ab05f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34dc3dec-65d9-46d3-904a-b0aa5b5762e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3255f7f-fc50-4ccd-a96d-5849c71ab05f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7156733102519665268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c8fe3b9-e3c3-4cf3-aef2-08d84e3a1604, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c8fe3b9-e3c3-4cf3-aef2-08d84e3a1604, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1139612715886221714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c8fe3b9-e3c3-4cf3-aef2-08d84e3a1604, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 495704ff-5ed0-4fb9-aff4-331cf4a2f84b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495704ff-5ed0-4fb9-aff4-331cf4a2f84b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8731819951195926099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3255f7f-fc50-4ccd-a96d-5849c71ab05f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d9932e3-8a2d-4c6c-a1c0-d7b5f8bd96e8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d9932e3-8a2d-4c6c-a1c0-d7b5f8bd96e8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1663498520374609480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495704ff-5ed0-4fb9-aff4-331cf4a2f84b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50f2cd00-a84c-41f2-b659-d94ee6c284d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50f2cd00-a84c-41f2-b659-d94ee6c284d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2150649065782303183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d9932e3-8a2d-4c6c-a1c0-d7b5f8bd96e8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a486b08b-d769-4d45-b5a3-b482b10cd4de, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a486b08b-d769-4d45-b5a3-b482b10cd4de, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9693408312525802501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a486b08b-d769-4d45-b5a3-b482b10cd4de, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a1e53d-a7b0-4936-96b1-3b7a6e0c398a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a1e53d-a7b0-4936-96b1-3b7a6e0c398a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12964747387995447519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50f2cd00-a84c-41f2-b659-d94ee6c284d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8568643c-6ef3-41f5-946c-47e3b701c211, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8568643c-6ef3-41f5-946c-47e3b701c211, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4022779155691613099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a1e53d-a7b0-4936-96b1-3b7a6e0c398a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa567dea-5b6c-421d-aadb-a7390bc26c2a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa567dea-5b6c-421d-aadb-a7390bc26c2a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13255189415632435544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8568643c-6ef3-41f5-946c-47e3b701c211, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0392eb97-405b-4425-a500-64c122ab804d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0392eb97-405b-4425-a500-64c122ab804d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2799129288593968236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0392eb97-405b-4425-a500-64c122ab804d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e14fd2c-22b5-4d79-9b23-7b3eb96de02c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e14fd2c-22b5-4d79-9b23-7b3eb96de02c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12932655581242309451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa567dea-5b6c-421d-aadb-a7390bc26c2a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b850fa4-28eb-4476-9ec8-a08ff1092d6a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b850fa4-28eb-4476-9ec8-a08ff1092d6a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2934390883519157914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e14fd2c-22b5-4d79-9b23-7b3eb96de02c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eab1a50d-51f7-4982-8898-ad9b537859b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eab1a50d-51f7-4982-8898-ad9b537859b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13544573993182258712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b850fa4-28eb-4476-9ec8-a08ff1092d6a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67911bdd-8554-4b84-894f-c873be69ad73, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67911bdd-8554-4b84-894f-c873be69ad73, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10783415456026766796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eab1a50d-51f7-4982-8898-ad9b537859b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b4419b0-486b-41bf-8041-5aeb12e94373, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b4419b0-486b-41bf-8041-5aeb12e94373, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4890471365161765861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67911bdd-8554-4b84-894f-c873be69ad73, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acdd0457-243a-4457-aa03-05f3202d8ec3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acdd0457-243a-4457-aa03-05f3202d8ec3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3932020383586723622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b4419b0-486b-41bf-8041-5aeb12e94373, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cba0ba57-4b2e-46ff-9e92-a508db9740f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cba0ba57-4b2e-46ff-9e92-a508db9740f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8517770722370446190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acdd0457-243a-4457-aa03-05f3202d8ec3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1b2f29a-fa9a-41fc-a7d8-314c7aea21e7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1b2f29a-fa9a-41fc-a7d8-314c7aea21e7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13113128099246492024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1b2f29a-fa9a-41fc-a7d8-314c7aea21e7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c8379af-d345-4d8e-8592-8b0171f46994, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8379af-d345-4d8e-8592-8b0171f46994, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1023620291562080335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cba0ba57-4b2e-46ff-9e92-a508db9740f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e63116e3-b40a-4b12-a9a5-3962921e53c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63116e3-b40a-4b12-a9a5-3962921e53c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8501753769015922804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c8379af-d345-4d8e-8592-8b0171f46994, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84f733ff-3c47-4744-a2ba-1497badb746d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f733ff-3c47-4744-a2ba-1497badb746d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593487636293374176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63116e3-b40a-4b12-a9a5-3962921e53c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 456ad577-a8ca-4fa4-8145-ad09473e403c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 456ad577-a8ca-4fa4-8145-ad09473e403c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6413280070849323296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f733ff-3c47-4744-a2ba-1497badb746d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5dc88ee-e53f-477f-a5b3-5c5c7f9d17de, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5dc88ee-e53f-477f-a5b3-5c5c7f9d17de, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12743502526951534371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5dc88ee-e53f-477f-a5b3-5c5c7f9d17de, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e9555c-56da-49e9-8380-e6bf34c497ae, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e9555c-56da-49e9-8380-e6bf34c497ae, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18151078518370637981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 456ad577-a8ca-4fa4-8145-ad09473e403c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e9e3759-15e3-4f29-80e4-97b925d0e895, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e9e3759-15e3-4f29-80e4-97b925d0e895, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16191207659318568712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e9555c-56da-49e9-8380-e6bf34c497ae, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfcd212c-5476-416a-afb1-87d818599e08, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfcd212c-5476-416a-afb1-87d818599e08, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5475807363590278087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e9e3759-15e3-4f29-80e4-97b925d0e895, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9547d387-654b-43de-a02b-75794e7388fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfcd212c-5476-416a-afb1-87d818599e08, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9547d387-654b-43de-a02b-75794e7388fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7376554346363322303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c211cc3-a969-41cd-8fd2-30baeabf54b8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c211cc3-a969-41cd-8fd2-30baeabf54b8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6288269357341053125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9547d387-654b-43de-a02b-75794e7388fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b549724-ede6-4559-8c44-1ab6168f0365, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c211cc3-a969-41cd-8fd2-30baeabf54b8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b549724-ede6-4559-8c44-1ab6168f0365, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13583960257754806761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c940fbfe-0bb2-44cd-ba61-56d3e239e160, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c940fbfe-0bb2-44cd-ba61-56d3e239e160, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8421106152094134536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b549724-ede6-4559-8c44-1ab6168f0365, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4198d5d2-2382-423a-b23c-70cdee3fb3b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4198d5d2-2382-423a-b23c-70cdee3fb3b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4536969458868504684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c940fbfe-0bb2-44cd-ba61-56d3e239e160, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc61914-e213-48cd-8ee1-42360f3dd9d7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc61914-e213-48cd-8ee1-42360f3dd9d7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14805283684844646665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4198d5d2-2382-423a-b23c-70cdee3fb3b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0a0aad8-da50-48fb-8a7f-e7143e106be6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0a0aad8-da50-48fb-8a7f-e7143e106be6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15582421565169047482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc61914-e213-48cd-8ee1-42360f3dd9d7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d078201a-66f1-4d90-b25f-eba3571f4db5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d078201a-66f1-4d90-b25f-eba3571f4db5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188568984390703360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0a0aad8-da50-48fb-8a7f-e7143e106be6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 209ff328-1c62-4d9b-b8b8-e068385c2a9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 209ff328-1c62-4d9b-b8b8-e068385c2a9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12016702616246238309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d078201a-66f1-4d90-b25f-eba3571f4db5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e69fdf2c-34c2-4267-a578-08ec74029a12, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e69fdf2c-34c2-4267-a578-08ec74029a12, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10975427508730898098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 209ff328-1c62-4d9b-b8b8-e068385c2a9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fbfdc43-b829-4f04-9ab5-a3fc141c8e96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbfdc43-b829-4f04-9ab5-a3fc141c8e96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8529704178427659036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e69fdf2c-34c2-4267-a578-08ec74029a12, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a48eebe3-79c8-485d-869f-7adf7236151e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a48eebe3-79c8-485d-869f-7adf7236151e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6343806732045023712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbfdc43-b829-4f04-9ab5-a3fc141c8e96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a81752ea-441e-458a-b316-8cf2359f22d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81752ea-441e-458a-b316-8cf2359f22d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10508925586838197419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a48eebe3-79c8-485d-869f-7adf7236151e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 509ab5d2-df24-4d15-bd1f-4c682a2343bc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 509ab5d2-df24-4d15-bd1f-4c682a2343bc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2384087891691263548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 509ab5d2-df24-4d15-bd1f-4c682a2343bc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72576d1d-3bf2-49be-8813-7e82b2e72f5e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72576d1d-3bf2-49be-8813-7e82b2e72f5e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5079699318378132197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81752ea-441e-458a-b316-8cf2359f22d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76e688a6-ca42-4df6-b48c-21b0f0e930ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e688a6-ca42-4df6-b48c-21b0f0e930ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13128167738731535658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72576d1d-3bf2-49be-8813-7e82b2e72f5e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1158680a-4a87-4caf-830b-6af65bc21e33, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1158680a-4a87-4caf-830b-6af65bc21e33, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4934160416104595916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e688a6-ca42-4df6-b48c-21b0f0e930ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c3abf2e-f0fb-4c50-a579-ed3a38365c6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3abf2e-f0fb-4c50-a579-ed3a38365c6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14555869531831407981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1158680a-4a87-4caf-830b-6af65bc21e33, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36b4c22a-20a1-484f-8874-5dab3c278a0c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b4c22a-20a1-484f-8874-5dab3c278a0c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130389879400106254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3abf2e-f0fb-4c50-a579-ed3a38365c6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78b126ab-812f-4ddf-97e9-7f67b840dfa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78b126ab-812f-4ddf-97e9-7f67b840dfa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17564941953796313866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b4c22a-20a1-484f-8874-5dab3c278a0c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce2bd381-6a51-4858-a2ab-5f3b063b28dd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce2bd381-6a51-4858-a2ab-5f3b063b28dd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14064961125042092935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78b126ab-812f-4ddf-97e9-7f67b840dfa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d85265d-c651-4d8c-8e11-066d1b21acde, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d85265d-c651-4d8c-8e11-066d1b21acde, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4862943882878792524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce2bd381-6a51-4858-a2ab-5f3b063b28dd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c51633-ecdf-4c36-bc1b-b4db7c5fb201, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c51633-ecdf-4c36-bc1b-b4db7c5fb201, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9556707934242736582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d85265d-c651-4d8c-8e11-066d1b21acde, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a6d918d-54c1-41ed-873c-f9d85680c495, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a6d918d-54c1-41ed-873c-f9d85680c495, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12987941311055969046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c51633-ecdf-4c36-bc1b-b4db7c5fb201, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a484fd0-8d7d-4efb-a920-fea5049bd35b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a484fd0-8d7d-4efb-a920-fea5049bd35b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16397457656233894739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a6d918d-54c1-41ed-873c-f9d85680c495, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4140d2c9-dd23-4a50-be9d-1f52f0a1bf91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4140d2c9-dd23-4a50-be9d-1f52f0a1bf91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17490972472504256598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a484fd0-8d7d-4efb-a920-fea5049bd35b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ebe2c8c-37b6-47ba-b5a5-91c1335dd9f9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ebe2c8c-37b6-47ba-b5a5-91c1335dd9f9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15106789747890988945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ebe2c8c-37b6-47ba-b5a5-91c1335dd9f9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c354ca7-11e2-48b1-8ba8-9af8e7846b57, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c354ca7-11e2-48b1-8ba8-9af8e7846b57, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1731482900305169538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4140d2c9-dd23-4a50-be9d-1f52f0a1bf91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00485140-f4cb-4bfa-8e16-1201d34fa123, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00485140-f4cb-4bfa-8e16-1201d34fa123, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7370463107812430966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c354ca7-11e2-48b1-8ba8-9af8e7846b57, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0b04af3-6b0b-4ef3-b564-26e54c679d0f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b04af3-6b0b-4ef3-b564-26e54c679d0f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16355048201376934225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00485140-f4cb-4bfa-8e16-1201d34fa123, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bd2f5ce-6a34-4dc5-8546-c95cacd56a3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd2f5ce-6a34-4dc5-8546-c95cacd56a3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14920680546650388271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b04af3-6b0b-4ef3-b564-26e54c679d0f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c69b9de-5f5b-4af7-b00f-6d54fa4f3ae6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c69b9de-5f5b-4af7-b00f-6d54fa4f3ae6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6725291967163796826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c69b9de-5f5b-4af7-b00f-6d54fa4f3ae6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd2f5ce-6a34-4dc5-8546-c95cacd56a3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce8e6656-ac1c-4d55-b6d9-8cd84903d5df, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce8e6656-ac1c-4d55-b6d9-8cd84903d5df, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14621988168956569834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be691a3d-bcff-46e4-b44c-283bc330ed6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be691a3d-bcff-46e4-b44c-283bc330ed6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13465906274834746776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce8e6656-ac1c-4d55-b6d9-8cd84903d5df, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbc40591-2d9b-4fb7-9824-e52100b01665, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbc40591-2d9b-4fb7-9824-e52100b01665, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2091560559334448078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be691a3d-bcff-46e4-b44c-283bc330ed6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60390d1a-3bf2-4e85-94b5-e2f47a2811d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60390d1a-3bf2-4e85-94b5-e2f47a2811d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8276594309530829789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbc40591-2d9b-4fb7-9824-e52100b01665, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 834f84a5-378a-48de-87fd-7b4f53dadbda, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834f84a5-378a-48de-87fd-7b4f53dadbda, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12722995247106315046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60390d1a-3bf2-4e85-94b5-e2f47a2811d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc5f4cca-7940-4cf2-ba3a-eaaf3d645ff3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc5f4cca-7940-4cf2-ba3a-eaaf3d645ff3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6982230236814328153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834f84a5-378a-48de-87fd-7b4f53dadbda, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ad16748-d61f-4d0b-815d-12544952dc52, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc5f4cca-7940-4cf2-ba3a-eaaf3d645ff3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad16748-d61f-4d0b-815d-12544952dc52, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1446874142244544950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c93cb3c-9d61-4cf0-a22c-1789262b5f5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c93cb3c-9d61-4cf0-a22c-1789262b5f5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7705942247385959195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad16748-d61f-4d0b-815d-12544952dc52, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13de9b2e-519b-4e60-b55d-eaf9ec10121a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13de9b2e-519b-4e60-b55d-eaf9ec10121a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9335064749560736370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c93cb3c-9d61-4cf0-a22c-1789262b5f5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2734cbd2-f84b-4c96-9e20-b8cb802b97f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2734cbd2-f84b-4c96-9e20-b8cb802b97f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15649522074482466640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13de9b2e-519b-4e60-b55d-eaf9ec10121a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13c889e6-57f3-4e6a-8c58-224ee086b209, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13c889e6-57f3-4e6a-8c58-224ee086b209, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2860150424316878695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2734cbd2-f84b-4c96-9e20-b8cb802b97f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad466896-658a-4236-a30a-fec6c7abb594, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad466896-658a-4236-a30a-fec6c7abb594, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1755361636805901128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13c889e6-57f3-4e6a-8c58-224ee086b209, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc38f17e-5f80-42c9-b8c4-3f5e108b8f07, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc38f17e-5f80-42c9-b8c4-3f5e108b8f07, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10156548716406278944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad466896-658a-4236-a30a-fec6c7abb594, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67cd1e69-3689-4925-92f3-a250766ce78d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc38f17e-5f80-42c9-b8c4-3f5e108b8f07, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67cd1e69-3689-4925-92f3-a250766ce78d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15373060654957739347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2b722f1-6fb0-45dc-8451-9148e2cbd6ff, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b722f1-6fb0-45dc-8451-9148e2cbd6ff, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2951256493532332666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b722f1-6fb0-45dc-8451-9148e2cbd6ff, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a51af99b-99df-46e5-bb23-6a36c055e353, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51af99b-99df-46e5-bb23-6a36c055e353, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6842644973704131811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67cd1e69-3689-4925-92f3-a250766ce78d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7875782-cfa0-4fd6-a28d-dd91fab39f46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7875782-cfa0-4fd6-a28d-dd91fab39f46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12946438699531943271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51af99b-99df-46e5-bb23-6a36c055e353, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cff77c5e-5578-4fcd-9fa7-474e14ba7ec9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cff77c5e-5578-4fcd-9fa7-474e14ba7ec9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6138426233886756812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7875782-cfa0-4fd6-a28d-dd91fab39f46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f578752-e50a-43f2-bdfb-244cb03c4151, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f578752-e50a-43f2-bdfb-244cb03c4151, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9667642368093647636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cff77c5e-5578-4fcd-9fa7-474e14ba7ec9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3ba7495-c08f-4d8b-a100-6031c5205c36, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3ba7495-c08f-4d8b-a100-6031c5205c36, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15387552830596849872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f578752-e50a-43f2-bdfb-244cb03c4151, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37aa1cfd-7bf1-426e-94aa-3bfac46682ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37aa1cfd-7bf1-426e-94aa-3bfac46682ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14676683340349658554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3ba7495-c08f-4d8b-a100-6031c5205c36, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58514061-0c4a-4246-a9c0-a2bce63dfc0e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58514061-0c4a-4246-a9c0-a2bce63dfc0e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5379372302374621305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37aa1cfd-7bf1-426e-94aa-3bfac46682ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26ea1c12-b998-458b-8eac-9d370658e867, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ea1c12-b998-458b-8eac-9d370658e867, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10004037806592269330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58514061-0c4a-4246-a9c0-a2bce63dfc0e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c061a2c-67d7-4876-b99f-8d5dc781825a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c061a2c-67d7-4876-b99f-8d5dc781825a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14870710053354454818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ea1c12-b998-458b-8eac-9d370658e867, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc2bd6ea-ee52-4b15-b1d9-8c6293311d11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc2bd6ea-ee52-4b15-b1d9-8c6293311d11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4909996959326472669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c061a2c-67d7-4876-b99f-8d5dc781825a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a233b61b-f502-418f-b9e3-3f0974999ac2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a233b61b-f502-418f-b9e3-3f0974999ac2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3486337576443803626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc2bd6ea-ee52-4b15-b1d9-8c6293311d11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08afd157-6ab6-421c-aab3-119854ed400f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08afd157-6ab6-421c-aab3-119854ed400f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7448269317257705098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a233b61b-f502-418f-b9e3-3f0974999ac2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1454b88-f641-442e-98e5-5ab3243dd3d3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1454b88-f641-442e-98e5-5ab3243dd3d3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7691444406152986021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08afd157-6ab6-421c-aab3-119854ed400f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a599f44-ac21-4bb0-b009-0c4258941a28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a599f44-ac21-4bb0-b009-0c4258941a28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11441653525292025083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1454b88-f641-442e-98e5-5ab3243dd3d3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90bf5b23-03d7-4ade-b8d6-0666c691471e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bf5b23-03d7-4ade-b8d6-0666c691471e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 297054775857689999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a599f44-ac21-4bb0-b009-0c4258941a28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9262dec0-e2fe-45c9-96a3-2a19adb1257e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9262dec0-e2fe-45c9-96a3-2a19adb1257e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11738634715002586242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90bf5b23-03d7-4ade-b8d6-0666c691471e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dfed8b3-6602-47d6-a0a3-2ddec6f6c4f8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dfed8b3-6602-47d6-a0a3-2ddec6f6c4f8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11419949229523992143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9262dec0-e2fe-45c9-96a3-2a19adb1257e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2474b072-25d2-493a-abb9-d2113178d7b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2474b072-25d2-493a-abb9-d2113178d7b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516268173680438398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dfed8b3-6602-47d6-a0a3-2ddec6f6c4f8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5e5b78d-0db2-4e7b-974c-59c1027733f6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e5b78d-0db2-4e7b-974c-59c1027733f6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6815530835260898599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e5b78d-0db2-4e7b-974c-59c1027733f6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 660ebbe9-10ca-4817-92f6-baa7149a490a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 660ebbe9-10ca-4817-92f6-baa7149a490a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3000880023587348461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2474b072-25d2-493a-abb9-d2113178d7b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 627a7f90-1ffd-432d-84fc-adafc2c9416a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 627a7f90-1ffd-432d-84fc-adafc2c9416a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5541187333683771584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 660ebbe9-10ca-4817-92f6-baa7149a490a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2c10037-8c9d-49bc-a45c-2c7f21d08d03, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c10037-8c9d-49bc-a45c-2c7f21d08d03, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6408102597642260050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 627a7f90-1ffd-432d-84fc-adafc2c9416a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17ecc776-515b-4718-bf3b-608017e0068c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ecc776-515b-4718-bf3b-608017e0068c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12825747023763101413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c10037-8c9d-49bc-a45c-2c7f21d08d03, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6453ff03-4fc6-4463-82f9-56185aa82b79, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6453ff03-4fc6-4463-82f9-56185aa82b79, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14314975869891092301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ecc776-515b-4718-bf3b-608017e0068c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97fea2ae-7878-4806-bf95-ea41558d6f30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6453ff03-4fc6-4463-82f9-56185aa82b79, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97fea2ae-7878-4806-bf95-ea41558d6f30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4913315953318862076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f86a7d6-b43f-4130-9bfd-3ff45c4c88d6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f86a7d6-b43f-4130-9bfd-3ff45c4c88d6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1700366709337599377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97fea2ae-7878-4806-bf95-ea41558d6f30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85e4bec2-c936-4962-b972-7c4e4b081b82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85e4bec2-c936-4962-b972-7c4e4b081b82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3840848909229904894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f86a7d6-b43f-4130-9bfd-3ff45c4c88d6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e58bbb-8d82-4cfd-a156-97e7f5d92f6d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e58bbb-8d82-4cfd-a156-97e7f5d92f6d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5727722804760530883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85e4bec2-c936-4962-b972-7c4e4b081b82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aedbb96-aa07-44cc-9e1d-45a39a4c749b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aedbb96-aa07-44cc-9e1d-45a39a4c749b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14557943552608094251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e58bbb-8d82-4cfd-a156-97e7f5d92f6d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9c37a9-0e52-4259-9b9f-965b08ee79c7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9c37a9-0e52-4259-9b9f-965b08ee79c7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11443875913807123176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aedbb96-aa07-44cc-9e1d-45a39a4c749b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e07365a-bc8e-47ab-a9de-a56b98d5e4c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9c37a9-0e52-4259-9b9f-965b08ee79c7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb9c9993-6c88-43d8-b266-ce015e23259f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9c9993-6c88-43d8-b266-ce015e23259f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14591465808613364359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e07365a-bc8e-47ab-a9de-a56b98d5e4c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10445088671590808577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9c9993-6c88-43d8-b266-ce015e23259f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ae5dfe0-9d81-4ceb-851d-ba627ce3f8a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ae5dfe0-9d81-4ceb-851d-ba627ce3f8a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1203552483401619094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e07365a-bc8e-47ab-a9de-a56b98d5e4c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0db2632d-d9e9-4440-9237-c0a7b2f25c29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db2632d-d9e9-4440-9237-c0a7b2f25c29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8617688675108901135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ae5dfe0-9d81-4ceb-851d-ba627ce3f8a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cefd8c6-cb06-460d-8d2b-86fd5119e182, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cefd8c6-cb06-460d-8d2b-86fd5119e182, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11558167381744457911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db2632d-d9e9-4440-9237-c0a7b2f25c29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2bb7093-ab5d-45bd-869c-ba6bc73b32cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2bb7093-ab5d-45bd-869c-ba6bc73b32cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7266687892312004927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cefd8c6-cb06-460d-8d2b-86fd5119e182, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac27e52f-2fa1-4b33-8705-99d1b98f2e60, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac27e52f-2fa1-4b33-8705-99d1b98f2e60, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16841485614288333805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac27e52f-2fa1-4b33-8705-99d1b98f2e60, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5f34b5f-a067-405c-ac59-a93b66117873, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2bb7093-ab5d-45bd-869c-ba6bc73b32cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca2a6970-cd44-4a3e-ae84-02291727c972, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5f34b5f-a067-405c-ac59-a93b66117873, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5700297338538515761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2a6970-cd44-4a3e-ae84-02291727c972, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15316501105211413298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5f34b5f-a067-405c-ac59-a93b66117873, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1725f859-c2a0-40c4-9b67-f73d0e610966, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1725f859-c2a0-40c4-9b67-f73d0e610966, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4281013197547606768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2a6970-cd44-4a3e-ae84-02291727c972, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1725f859-c2a0-40c4-9b67-f73d0e610966, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38f5632a-4c9c-45f0-a068-e86a90abf1e8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f5632a-4c9c-45f0-a068-e86a90abf1e8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8455260625119103000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd91d06c-c6ec-4229-a98f-456ca61ba38d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd91d06c-c6ec-4229-a98f-456ca61ba38d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4886115537968713258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f5632a-4c9c-45f0-a068-e86a90abf1e8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19ccb7ac-b7d0-4d94-8c4e-2578c7ce22b5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd91d06c-c6ec-4229-a98f-456ca61ba38d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2c4d0cf-8e82-431e-8ca0-eeec446d5656, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2c4d0cf-8e82-431e-8ca0-eeec446d5656, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7676310430683131430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19ccb7ac-b7d0-4d94-8c4e-2578c7ce22b5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17355238123651396127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19ccb7ac-b7d0-4d94-8c4e-2578c7ce22b5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e5460f7-2d3f-44d1-8470-c3a8d26afe6c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e5460f7-2d3f-44d1-8470-c3a8d26afe6c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15813384417964857052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2c4d0cf-8e82-431e-8ca0-eeec446d5656, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f273ac3d-cebb-4093-a7cb-f1cfa6699c50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f273ac3d-cebb-4093-a7cb-f1cfa6699c50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12230208640582865337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e5460f7-2d3f-44d1-8470-c3a8d26afe6c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65b0030f-116a-4dbf-b4c7-85b218fca75b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65b0030f-116a-4dbf-b4c7-85b218fca75b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12888331144351470262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f273ac3d-cebb-4093-a7cb-f1cfa6699c50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc0fee6-a33b-4776-ad88-30558e00e8ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc0fee6-a33b-4776-ad88-30558e00e8ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13206838516766361786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65b0030f-116a-4dbf-b4c7-85b218fca75b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a2b95aa-5d0c-43b6-91a4-a8263bc5e17b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2b95aa-5d0c-43b6-91a4-a8263bc5e17b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033447178942293384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc0fee6-a33b-4776-ad88-30558e00e8ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1abd6000-68d5-466b-8926-35e1c24c5636, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1abd6000-68d5-466b-8926-35e1c24c5636, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615793447746516887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2b95aa-5d0c-43b6-91a4-a8263bc5e17b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e5ec6d9-5212-4caa-b258-57181dc54bad, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5ec6d9-5212-4caa-b258-57181dc54bad, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8864953517675018315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1abd6000-68d5-466b-8926-35e1c24c5636, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc4f8d62-068b-435c-8913-e9565565fb1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4f8d62-068b-435c-8913-e9565565fb1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1445696547657144478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5ec6d9-5212-4caa-b258-57181dc54bad, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca620ea3-1974-47f2-8ba6-9f934e583b6b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca620ea3-1974-47f2-8ba6-9f934e583b6b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 488313950496670902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4f8d62-068b-435c-8913-e9565565fb1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca620ea3-1974-47f2-8ba6-9f934e583b6b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42dc755a-73f4-4e8b-a788-6df15f9e6045, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e52d1630-2354-4ff3-bef4-9c7d311bedcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52d1630-2354-4ff3-bef4-9c7d311bedcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683666162385130483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42dc755a-73f4-4e8b-a788-6df15f9e6045, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16045179937822526881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52d1630-2354-4ff3-bef4-9c7d311bedcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 528bf8a7-258d-4a50-b7ac-9876c2e1d3f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 528bf8a7-258d-4a50-b7ac-9876c2e1d3f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12480651043901066182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42dc755a-73f4-4e8b-a788-6df15f9e6045, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39b81992-d6c1-40ae-a0fa-b5084300e2e6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39b81992-d6c1-40ae-a0fa-b5084300e2e6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4777261239946571895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 528bf8a7-258d-4a50-b7ac-9876c2e1d3f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0be70003-bb97-4d11-b78b-fd5af5531154, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0be70003-bb97-4d11-b78b-fd5af5531154, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2815750352685963805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39b81992-d6c1-40ae-a0fa-b5084300e2e6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8947b6ee-72ee-4368-b5d4-9d08f1421db8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8947b6ee-72ee-4368-b5d4-9d08f1421db8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12805334643662203529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8947b6ee-72ee-4368-b5d4-9d08f1421db8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0be70003-bb97-4d11-b78b-fd5af5531154, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be908048-912f-488f-8a2b-f8e2012c3873, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be908048-912f-488f-8a2b-f8e2012c3873, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5625256152664392420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26f34f1a-13fa-4554-aa87-bc53e068efe7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f34f1a-13fa-4554-aa87-bc53e068efe7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 477432727628823542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f34f1a-13fa-4554-aa87-bc53e068efe7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c899c11-ce48-40f7-8216-6c838584897b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c899c11-ce48-40f7-8216-6c838584897b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228015653676748080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be908048-912f-488f-8a2b-f8e2012c3873, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 468d59dd-82fa-440c-b1c4-2d58d9e67974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468d59dd-82fa-440c-b1c4-2d58d9e67974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11676697570444883765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c899c11-ce48-40f7-8216-6c838584897b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08dd8217-2193-4923-b093-21acf5674289, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08dd8217-2193-4923-b093-21acf5674289, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18008442232938350932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468d59dd-82fa-440c-b1c4-2d58d9e67974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edf70299-7480-446f-abcd-44e37bdfc824, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08dd8217-2193-4923-b093-21acf5674289, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4527381-d708-4cdd-920e-010684b6f0e9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4527381-d708-4cdd-920e-010684b6f0e9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8941552939260338322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf70299-7480-446f-abcd-44e37bdfc824, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12567997940408919835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4527381-d708-4cdd-920e-010684b6f0e9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b2ae5c4-8845-4232-a3d6-bcbbcd3242a9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b2ae5c4-8845-4232-a3d6-bcbbcd3242a9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4945369298330383247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf70299-7480-446f-abcd-44e37bdfc824, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a468778-3d0b-4a19-a7e5-d7b004941496, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a468778-3d0b-4a19-a7e5-d7b004941496, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17589778397928377376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b2ae5c4-8845-4232-a3d6-bcbbcd3242a9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 273ac10d-84a0-4693-8bfc-af8c4402d5e8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 273ac10d-84a0-4693-8bfc-af8c4402d5e8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13955809493396186487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a468778-3d0b-4a19-a7e5-d7b004941496, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 253e6134-b760-4ede-9268-413ad06d3a47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253e6134-b760-4ede-9268-413ad06d3a47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3737843596656809293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 273ac10d-84a0-4693-8bfc-af8c4402d5e8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38795d71-3528-43aa-a945-feafb1b19616, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38795d71-3528-43aa-a945-feafb1b19616, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11170759141359265376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253e6134-b760-4ede-9268-413ad06d3a47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcb4b35c-4570-4627-ac02-3d5b81e925e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb4b35c-4570-4627-ac02-3d5b81e925e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16192197993154000216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38795d71-3528-43aa-a945-feafb1b19616, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6301cf30-f3a2-46bb-b5a7-e2af3dfd2051, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6301cf30-f3a2-46bb-b5a7-e2af3dfd2051, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3470589769413664152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb4b35c-4570-4627-ac02-3d5b81e925e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53091980-b8ed-4304-8bf2-4ff56d60e11b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53091980-b8ed-4304-8bf2-4ff56d60e11b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18091407717834466271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6301cf30-f3a2-46bb-b5a7-e2af3dfd2051, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8571e9-3f22-4ff4-81f9-9abcd1bfdb10, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8571e9-3f22-4ff4-81f9-9abcd1bfdb10, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3856397080131331952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53091980-b8ed-4304-8bf2-4ff56d60e11b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74489c07-63c5-482e-9175-c60af3a55664, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74489c07-63c5-482e-9175-c60af3a55664, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1820879550325430018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8571e9-3f22-4ff4-81f9-9abcd1bfdb10, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 198fe3be-8e6b-44fa-bd66-9096c62337c2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198fe3be-8e6b-44fa-bd66-9096c62337c2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3590973708624418664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74489c07-63c5-482e-9175-c60af3a55664, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2754834f-c2dd-4f73-ad17-9996ee453b55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2754834f-c2dd-4f73-ad17-9996ee453b55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2445421783881603216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198fe3be-8e6b-44fa-bd66-9096c62337c2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0d6ecd7-52ee-40bc-9575-e1d00c94d57b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d6ecd7-52ee-40bc-9575-e1d00c94d57b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2074368990040681390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d6ecd7-52ee-40bc-9575-e1d00c94d57b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2754834f-c2dd-4f73-ad17-9996ee453b55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2038ca3-84c3-45b5-b072-7d596cfc9e32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b69c85f-8db0-49a8-a1bb-e6997a0e5506, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b69c85f-8db0-49a8-a1bb-e6997a0e5506, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4135072136888195550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2038ca3-84c3-45b5-b072-7d596cfc9e32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4295961664048607244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b69c85f-8db0-49a8-a1bb-e6997a0e5506, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08c60fc4-5a96-4b7c-9e19-412acd75bd8e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08c60fc4-5a96-4b7c-9e19-412acd75bd8e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11963464122220719533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2038ca3-84c3-45b5-b072-7d596cfc9e32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7619cfc5-c347-4730-96ef-728a63020840, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7619cfc5-c347-4730-96ef-728a63020840, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3583039527021307955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08c60fc4-5a96-4b7c-9e19-412acd75bd8e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39d7d40b-19cf-4d0a-b9d8-545397f00be1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d7d40b-19cf-4d0a-b9d8-545397f00be1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7624969711757331958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7619cfc5-c347-4730-96ef-728a63020840, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d87ea78c-4232-41af-85f2-a64bc5fb91ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87ea78c-4232-41af-85f2-a64bc5fb91ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12982919672936685313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d7d40b-19cf-4d0a-b9d8-545397f00be1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35f2eb3c-3da9-45ae-99ae-9a27b14cf6f4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87ea78c-4232-41af-85f2-a64bc5fb91ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19ce772e-987b-46e4-b99f-2a8aa72a1e32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19ce772e-987b-46e4-b99f-2a8aa72a1e32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12124466843431312576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f2eb3c-3da9-45ae-99ae-9a27b14cf6f4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8370078687045498188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f2eb3c-3da9-45ae-99ae-9a27b14cf6f4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da883e44-163f-420f-b251-2d1f59168525, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da883e44-163f-420f-b251-2d1f59168525, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8089867713247132667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19ce772e-987b-46e4-b99f-2a8aa72a1e32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 370788fb-d4e7-4dd8-94d4-fbfc70c23556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 370788fb-d4e7-4dd8-94d4-fbfc70c23556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1652062913273610082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da883e44-163f-420f-b251-2d1f59168525, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7602a8f8-a1db-4b99-8517-16f5aa64a083, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7602a8f8-a1db-4b99-8517-16f5aa64a083, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17692001225989229836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 370788fb-d4e7-4dd8-94d4-fbfc70c23556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11f497fb-0f5b-48a7-b654-00e195171b4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f497fb-0f5b-48a7-b654-00e195171b4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9782977223817951316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7602a8f8-a1db-4b99-8517-16f5aa64a083, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1022b160-1e64-4cdb-807c-055cede3d5f5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1022b160-1e64-4cdb-807c-055cede3d5f5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7646616463631044940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f497fb-0f5b-48a7-b654-00e195171b4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7820c1c4-01da-4457-a78f-9ba15b72ed6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7820c1c4-01da-4457-a78f-9ba15b72ed6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3014003616757437700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1022b160-1e64-4cdb-807c-055cede3d5f5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ddf73e9-182e-4f34-8805-ca0dedc45c95, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ddf73e9-182e-4f34-8805-ca0dedc45c95, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1916450666071127834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7820c1c4-01da-4457-a78f-9ba15b72ed6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34e4b0d4-46b3-4ab3-bb02-c3d31a7a945e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e4b0d4-46b3-4ab3-bb02-c3d31a7a945e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11927557967194774913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ddf73e9-182e-4f34-8805-ca0dedc45c95, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d11137c-95b5-4d75-8ca6-7d7dd9d1a401, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d11137c-95b5-4d75-8ca6-7d7dd9d1a401, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11250177732061551974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e4b0d4-46b3-4ab3-bb02-c3d31a7a945e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 808da01c-40f9-4622-965f-7247f5bb1450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 808da01c-40f9-4622-965f-7247f5bb1450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248858435117048604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d11137c-95b5-4d75-8ca6-7d7dd9d1a401, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1daeec4e-cbf1-4890-bd6f-ca117e3112e3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1daeec4e-cbf1-4890-bd6f-ca117e3112e3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4355317216815828062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 808da01c-40f9-4622-965f-7247f5bb1450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f36f5a2-2b39-4209-bb6f-4bf7dbe783b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f36f5a2-2b39-4209-bb6f-4bf7dbe783b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2421423143277383451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f36f5a2-2b39-4209-bb6f-4bf7dbe783b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec12a11a-85b6-4446-948e-8bb4ad1de19b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec12a11a-85b6-4446-948e-8bb4ad1de19b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14813624115027610565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1daeec4e-cbf1-4890-bd6f-ca117e3112e3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c56afd45-725a-4789-b14d-a2c500eaafbf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c56afd45-725a-4789-b14d-a2c500eaafbf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3509583462721004334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec12a11a-85b6-4446-948e-8bb4ad1de19b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11e58d22-f519-417c-82bf-4b21a8e08080, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e58d22-f519-417c-82bf-4b21a8e08080, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16545447486711540533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c56afd45-725a-4789-b14d-a2c500eaafbf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 982a2848-abd0-4657-81ac-0f79be93ebd9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 982a2848-abd0-4657-81ac-0f79be93ebd9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1039851826265956088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e58d22-f519-417c-82bf-4b21a8e08080, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c81b740-a4d8-45eb-9d36-2f5ec30c3a19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c81b740-a4d8-45eb-9d36-2f5ec30c3a19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14470426184951403306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c81b740-a4d8-45eb-9d36-2f5ec30c3a19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 982a2848-abd0-4657-81ac-0f79be93ebd9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 047b244e-ca4d-4036-80c5-ccbb0af1f427, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 047b244e-ca4d-4036-80c5-ccbb0af1f427, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5357048736146633365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd538b08-6925-4286-aebd-2d4ddeb60b96, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd538b08-6925-4286-aebd-2d4ddeb60b96, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115709512726854088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 047b244e-ca4d-4036-80c5-ccbb0af1f427, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73c50421-ed28-4ac9-a5f0-e3ecf6db360b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73c50421-ed28-4ac9-a5f0-e3ecf6db360b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7097288312284263888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd538b08-6925-4286-aebd-2d4ddeb60b96, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee04a3b0-cec2-4144-9317-1efa626ac011, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73c50421-ed28-4ac9-a5f0-e3ecf6db360b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee04a3b0-cec2-4144-9317-1efa626ac011, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8214509359925592967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30f96659-7e89-415e-aa25-b2117e9c926c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30f96659-7e89-415e-aa25-b2117e9c926c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3177163513725973470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee04a3b0-cec2-4144-9317-1efa626ac011, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e66fd20-4c81-41e0-9542-ae9c75b664b0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e66fd20-4c81-41e0-9542-ae9c75b664b0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 936683776494025600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30f96659-7e89-415e-aa25-b2117e9c926c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c48f0621-ef07-4cfa-8fc8-bf480b2bd5f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c48f0621-ef07-4cfa-8fc8-bf480b2bd5f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15283310536038656993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e66fd20-4c81-41e0-9542-ae9c75b664b0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c28ab419-c09d-47cb-b80e-b4498e8ffe79, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c28ab419-c09d-47cb-b80e-b4498e8ffe79, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2005758406285027109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c48f0621-ef07-4cfa-8fc8-bf480b2bd5f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6538cf72-7cff-42e7-8388-411f38212791, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6538cf72-7cff-42e7-8388-411f38212791, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15561299671711106529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c28ab419-c09d-47cb-b80e-b4498e8ffe79, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a3b575b-ee75-4b0b-81e3-3e580926a3a6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a3b575b-ee75-4b0b-81e3-3e580926a3a6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17791340193371650657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6538cf72-7cff-42e7-8388-411f38212791, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3cef060-2889-4fd7-8210-41a55209006f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3cef060-2889-4fd7-8210-41a55209006f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6299771503200080099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a3b575b-ee75-4b0b-81e3-3e580926a3a6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19b05f6e-769f-4250-9c82-17f7fdcb7fbf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b05f6e-769f-4250-9c82-17f7fdcb7fbf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5229160903827930553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3cef060-2889-4fd7-8210-41a55209006f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e54dc74-e2e9-42f5-a37b-4a986a3cb32c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e54dc74-e2e9-42f5-a37b-4a986a3cb32c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17718933551156216170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b05f6e-769f-4250-9c82-17f7fdcb7fbf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0a624b7-2d7b-4ee4-9edc-9dc2436397c3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e54dc74-e2e9-42f5-a37b-4a986a3cb32c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a624b7-2d7b-4ee4-9edc-9dc2436397c3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 381348276093217020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9688117-8e73-4121-a3cf-417c6179d760, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9688117-8e73-4121-a3cf-417c6179d760, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5405333090712865428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9688117-8e73-4121-a3cf-417c6179d760, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bca2529-6d13-43ea-af80-b5633e5f7a92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bca2529-6d13-43ea-af80-b5633e5f7a92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11719208179150408591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a624b7-2d7b-4ee4-9edc-9dc2436397c3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5581f70-41d7-4bc9-b297-113014c6f83d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5581f70-41d7-4bc9-b297-113014c6f83d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 139615570666309041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bca2529-6d13-43ea-af80-b5633e5f7a92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57e7b4b7-a97d-4510-90cc-51a755596345, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e7b4b7-a97d-4510-90cc-51a755596345, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1298778605006495804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5581f70-41d7-4bc9-b297-113014c6f83d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f29b40a6-ab8a-4ea6-9955-10d85ae817ca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f29b40a6-ab8a-4ea6-9955-10d85ae817ca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3674162109946607959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e7b4b7-a97d-4510-90cc-51a755596345, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff03bd4e-f9ff-457e-bc98-df8e2b05e836, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff03bd4e-f9ff-457e-bc98-df8e2b05e836, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13967674228709744996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f29b40a6-ab8a-4ea6-9955-10d85ae817ca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53962438-aab3-46fd-bf7a-8a3be57db593, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53962438-aab3-46fd-bf7a-8a3be57db593, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13804448117640113978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53962438-aab3-46fd-bf7a-8a3be57db593, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3504fb8d-701c-46f8-aa26-ef9e39e29328, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff03bd4e-f9ff-457e-bc98-df8e2b05e836, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3504fb8d-701c-46f8-aa26-ef9e39e29328, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6329952234282321309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9f9c8ea-e2b4-41ed-b0c1-eaacbff99966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9f9c8ea-e2b4-41ed-b0c1-eaacbff99966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2864968940174650791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3504fb8d-701c-46f8-aa26-ef9e39e29328, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29e6911a-d731-4852-8f07-9e972c12b4cc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e6911a-d731-4852-8f07-9e972c12b4cc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924744080658486266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9f9c8ea-e2b4-41ed-b0c1-eaacbff99966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1620e167-0bac-4afc-a97d-4cffe7df2f16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1620e167-0bac-4afc-a97d-4cffe7df2f16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11626572996123934865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e6911a-d731-4852-8f07-9e972c12b4cc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f07dd4-c2f2-465d-8c0d-c7f304e10491, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f07dd4-c2f2-465d-8c0d-c7f304e10491, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7946204804754634704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f07dd4-c2f2-465d-8c0d-c7f304e10491, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1620e167-0bac-4afc-a97d-4cffe7df2f16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 074e2b78-cdf0-4c15-a4db-edb21efd24bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b47ff4ea-96c2-4ccf-adae-c9b8de5b8713, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 074e2b78-cdf0-4c15-a4db-edb21efd24bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10867756815597439569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47ff4ea-96c2-4ccf-adae-c9b8de5b8713, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 63696475997177829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6369647599717782963696475997177829636964759971778296369647599717782963696475997177829636964759971778296369647599717782963696475997177829636964759971778296369647599717782963696475997177829636964759971778296369647599717782963696475997177829636964759971778296369647599717782963696475997177829636964759971778296369647599717782963696475997177829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 074e2b78-cdf0-4c15-a4db-edb21efd24bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c304b913-f9cc-4b79-b38c-f6199ebec9a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c304b913-f9cc-4b79-b38c-f6199ebec9a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12407466234796725576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47ff4ea-96c2-4ccf-adae-c9b8de5b8713, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccb52a5a-c641-4ebb-9e4c-48995ba9a133, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb52a5a-c641-4ebb-9e4c-48995ba9a133, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11872818479336705682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c304b913-f9cc-4b79-b38c-f6199ebec9a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06059ca1-152e-4d68-9cc9-9e319a106205, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06059ca1-152e-4d68-9cc9-9e319a106205, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11171038846931486705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb52a5a-c641-4ebb-9e4c-48995ba9a133, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d60cbf9-fac2-48b0-867a-b2732c71731b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d60cbf9-fac2-48b0-867a-b2732c71731b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3520317798518361021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06059ca1-152e-4d68-9cc9-9e319a106205, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99735723-2898-4d1f-ac34-3fceac219362, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99735723-2898-4d1f-ac34-3fceac219362, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2853836509001355758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d60cbf9-fac2-48b0-867a-b2732c71731b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7550ab1e-e622-40ba-ac1a-be43fde918aa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7550ab1e-e622-40ba-ac1a-be43fde918aa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2141427527043642816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99735723-2898-4d1f-ac34-3fceac219362, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73ddb20d-89ca-40ca-b803-f832b434d1c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73ddb20d-89ca-40ca-b803-f832b434d1c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461776387117188383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7550ab1e-e622-40ba-ac1a-be43fde918aa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b917530b-4a16-4e3c-9efd-086fcf02f78e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b917530b-4a16-4e3c-9efd-086fcf02f78e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240264694971888152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73ddb20d-89ca-40ca-b803-f832b434d1c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45a25765-cebe-4312-91bf-a9dbedd9c4aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a25765-cebe-4312-91bf-a9dbedd9c4aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17761352004352149417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b917530b-4a16-4e3c-9efd-086fcf02f78e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0046ff7-ce13-4d54-a828-591551245800, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0046ff7-ce13-4d54-a828-591551245800, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4186992386188184808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a25765-cebe-4312-91bf-a9dbedd9c4aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c196628e-a675-4d10-bafd-dcaa85b0572f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c196628e-a675-4d10-bafd-dcaa85b0572f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2981630107612016408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0046ff7-ce13-4d54-a828-591551245800, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f21cc3-576e-4b10-931f-b5360381a7fc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f21cc3-576e-4b10-931f-b5360381a7fc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1442945481537413545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c196628e-a675-4d10-bafd-dcaa85b0572f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4aa1830-1c48-4174-9349-b7242bafa7a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4aa1830-1c48-4174-9349-b7242bafa7a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1621805857345901405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f21cc3-576e-4b10-931f-b5360381a7fc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c77181e4-a8dd-401c-af21-43c1bca927d4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4aa1830-1c48-4174-9349-b7242bafa7a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be0b8ef4-1c07-40b1-b3c2-d4912c48fdcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be0b8ef4-1c07-40b1-b3c2-d4912c48fdcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10078960320965008966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77181e4-a8dd-401c-af21-43c1bca927d4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459681453324820772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77181e4-a8dd-401c-af21-43c1bca927d4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be0b8ef4-1c07-40b1-b3c2-d4912c48fdcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6c6d850-65bf-4c1f-b007-7c5f5a8e0072, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c6d850-65bf-4c1f-b007-7c5f5a8e0072, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16203032749727345202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f209a72e-2568-443a-ad2f-1a6e3d4d4332, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c6d850-65bf-4c1f-b007-7c5f5a8e0072, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fce338a7-5f85-4091-ac9b-af8db1d685c9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fce338a7-5f85-4091-ac9b-af8db1d685c9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5565557137275313079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f209a72e-2568-443a-ad2f-1a6e3d4d4332, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 311657344917601796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f209a72e-2568-443a-ad2f-1a6e3d4d4332, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7807b2f5-bc85-47d5-b2f7-a9e38a3744a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7807b2f5-bc85-47d5-b2f7-a9e38a3744a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9194270259071751100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fce338a7-5f85-4091-ac9b-af8db1d685c9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb721dae-3d90-4839-84f7-26719c660ab3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb721dae-3d90-4839-84f7-26719c660ab3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5868954957135456336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb721dae-3d90-4839-84f7-26719c660ab3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc35b09f-2311-46d6-a3d7-24d01d1a89fb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7807b2f5-bc85-47d5-b2f7-a9e38a3744a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59e2880e-0052-4c3f-8558-251d739940c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59e2880e-0052-4c3f-8558-251d739940c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5551135188973702099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc35b09f-2311-46d6-a3d7-24d01d1a89fb, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776229898908949554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc35b09f-2311-46d6-a3d7-24d01d1a89fb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41bb2807-c0a1-4975-9da0-21c4cfc8151f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41bb2807-c0a1-4975-9da0-21c4cfc8151f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16842835160870382113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59e2880e-0052-4c3f-8558-251d739940c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a50c3d4-3f91-4c35-8a6e-0bc0b42b9bcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41bb2807-c0a1-4975-9da0-21c4cfc8151f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dc594ba-a5a9-48cf-8bc6-38e9ff5d3127, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a50c3d4-3f91-4c35-8a6e-0bc0b42b9bcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4844089772052975969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dc594ba-a5a9-48cf-8bc6-38e9ff5d3127, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11454653876855500034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a50c3d4-3f91-4c35-8a6e-0bc0b42b9bcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c10662f-d123-465a-8f68-ce7f3e8d91ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c10662f-d123-465a-8f68-ce7f3e8d91ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6419570123257845053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dc594ba-a5a9-48cf-8bc6-38e9ff5d3127, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8e88988-61f6-4cfd-83ac-62457bc04e2b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8e88988-61f6-4cfd-83ac-62457bc04e2b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17029708314254809328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c10662f-d123-465a-8f68-ce7f3e8d91ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42008923-6e46-4003-86b0-29b74baf0c72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42008923-6e46-4003-86b0-29b74baf0c72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10794138268645758541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8e88988-61f6-4cfd-83ac-62457bc04e2b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54cb221f-56db-4cb9-96cd-c369727a266c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54cb221f-56db-4cb9-96cd-c369727a266c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10746443548784787126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42008923-6e46-4003-86b0-29b74baf0c72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 491fe8c4-a6bb-4556-b77f-5c56bd51d77e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491fe8c4-a6bb-4556-b77f-5c56bd51d77e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7592351923559718774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54cb221f-56db-4cb9-96cd-c369727a266c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d15284b-15bb-452f-9175-200a9ab3c0bc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491fe8c4-a6bb-4556-b77f-5c56bd51d77e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4612b601-0725-4d1b-8e26-3126640aaa32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d15284b-15bb-452f-9175-200a9ab3c0bc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7235735097971069614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4612b601-0725-4d1b-8e26-3126640aaa32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16676962067032888652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4612b601-0725-4d1b-8e26-3126640aaa32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ced9c1e7-42e3-4f26-8fde-94e1ae1af538, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced9c1e7-42e3-4f26-8fde-94e1ae1af538, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16303562514654554588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d15284b-15bb-452f-9175-200a9ab3c0bc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae4e965-a450-419d-8d7b-69ee00fae0e6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae4e965-a450-419d-8d7b-69ee00fae0e6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4704189455177363086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae4e965-a450-419d-8d7b-69ee00fae0e6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9619be85-e4a1-4d79-947e-d4396c96c9f4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9619be85-e4a1-4d79-947e-d4396c96c9f4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11173575191263299952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced9c1e7-42e3-4f26-8fde-94e1ae1af538, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3911c80b-c440-469c-bf69-28568c053009, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3911c80b-c440-469c-bf69-28568c053009, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5580301439782910444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9619be85-e4a1-4d79-947e-d4396c96c9f4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e91942bb-44db-4190-b0c7-7cb288c109f4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e91942bb-44db-4190-b0c7-7cb288c109f4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10649972462411014742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3911c80b-c440-469c-bf69-28568c053009, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932e2d0f-f7f5-41aa-8c31-b522b71b70ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932e2d0f-f7f5-41aa-8c31-b522b71b70ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2647948953284244285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e91942bb-44db-4190-b0c7-7cb288c109f4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bce861ec-bd74-47c7-96b7-a6956d342ff8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bce861ec-bd74-47c7-96b7-a6956d342ff8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7224232954353256722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932e2d0f-f7f5-41aa-8c31-b522b71b70ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad4987d5-270b-4e51-b89c-45b18f586e62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad4987d5-270b-4e51-b89c-45b18f586e62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6480137889130849469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bce861ec-bd74-47c7-96b7-a6956d342ff8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ad80e4c-ebce-40e1-b2c8-69005494eb5b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad80e4c-ebce-40e1-b2c8-69005494eb5b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 325784134755851642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad4987d5-270b-4e51-b89c-45b18f586e62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2258d175-c33c-4bd8-822b-8acee8453b5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2258d175-c33c-4bd8-822b-8acee8453b5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13378193702852911576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2258d175-c33c-4bd8-822b-8acee8453b5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8837267-7f85-478b-92ac-9752c8bf2a8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8837267-7f85-478b-92ac-9752c8bf2a8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16968495923456274752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad80e4c-ebce-40e1-b2c8-69005494eb5b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fd6b98b-fc56-4121-b7a8-b7f1ff3157b4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fd6b98b-fc56-4121-b7a8-b7f1ff3157b4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8409698925805421981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8837267-7f85-478b-92ac-9752c8bf2a8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5401eef-ced9-4fc3-9301-6f5b1a6d0dfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5401eef-ced9-4fc3-9301-6f5b1a6d0dfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1798351017242515865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fd6b98b-fc56-4121-b7a8-b7f1ff3157b4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d21b807-f7f3-43a7-9653-f398fba91c8e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d21b807-f7f3-43a7-9653-f398fba91c8e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14970397734699443843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5401eef-ced9-4fc3-9301-6f5b1a6d0dfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a518abe-f64a-4c3c-867d-c305a8263209, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a518abe-f64a-4c3c-867d-c305a8263209, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9423510447388139414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d21b807-f7f3-43a7-9653-f398fba91c8e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a529116c-e0a5-4b6c-b5aa-e976987ea770, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a529116c-e0a5-4b6c-b5aa-e976987ea770, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13155847131690755067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a518abe-f64a-4c3c-867d-c305a8263209, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df6f9087-fc9d-4dab-b2f8-d59b685a98b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6f9087-fc9d-4dab-b2f8-d59b685a98b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17521307715933699249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a529116c-e0a5-4b6c-b5aa-e976987ea770, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 079f3e4a-d7c0-4a21-ab2c-7fc14c437f14, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 079f3e4a-d7c0-4a21-ab2c-7fc14c437f14, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2593297318631633965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6f9087-fc9d-4dab-b2f8-d59b685a98b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8478509f-1643-4f54-9d78-063386086f8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8478509f-1643-4f54-9d78-063386086f8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077228326023616868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 079f3e4a-d7c0-4a21-ab2c-7fc14c437f14, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f852ebf-4e8d-41e5-8e38-1a7e29ff8274, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f852ebf-4e8d-41e5-8e38-1a7e29ff8274, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15020186286137423640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f852ebf-4e8d-41e5-8e38-1a7e29ff8274, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 800cb2f4-ea64-427b-bfa1-314862a2e519, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 800cb2f4-ea64-427b-bfa1-314862a2e519, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11970674720735277479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8478509f-1643-4f54-9d78-063386086f8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4a667e6-8018-4698-b759-43c3682442cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a667e6-8018-4698-b759-43c3682442cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4989234464267078610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 800cb2f4-ea64-427b-bfa1-314862a2e519, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3e3494c-8c93-4a02-b75b-a09551a752a4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e3494c-8c93-4a02-b75b-a09551a752a4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1063456868002276111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a667e6-8018-4698-b759-43c3682442cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b7b2cff-7283-4306-a8c1-9365662ac9e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b7b2cff-7283-4306-a8c1-9365662ac9e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7032981278359025711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b7b2cff-7283-4306-a8c1-9365662ac9e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b59b0c15-6002-4557-9f5a-676eae98f2a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59b0c15-6002-4557-9f5a-676eae98f2a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11255624687926978571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e3494c-8c93-4a02-b75b-a09551a752a4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52d881ed-345a-488f-a8b6-e51785f9e491, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d881ed-345a-488f-a8b6-e51785f9e491, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1671118399095478012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59b0c15-6002-4557-9f5a-676eae98f2a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a43cb9-73ef-400c-9d2e-88527d578ad2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a43cb9-73ef-400c-9d2e-88527d578ad2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11888559608724089279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a43cb9-73ef-400c-9d2e-88527d578ad2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dcfb2e7-0170-4513-b5fe-9faa19a9cd6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dcfb2e7-0170-4513-b5fe-9faa19a9cd6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8577603933729966862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d881ed-345a-488f-a8b6-e51785f9e491, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d337a714-f1e4-4bf3-a926-8062df7bd9b5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d337a714-f1e4-4bf3-a926-8062df7bd9b5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5060934306543427272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dcfb2e7-0170-4513-b5fe-9faa19a9cd6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c3940d8-4a09-4bdb-bd45-bb9b976d152c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c3940d8-4a09-4bdb-bd45-bb9b976d152c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9294600827940085047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d337a714-f1e4-4bf3-a926-8062df7bd9b5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac22e742-25c4-4ea6-822a-4673dc099fca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac22e742-25c4-4ea6-822a-4673dc099fca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16580712042566239957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c3940d8-4a09-4bdb-bd45-bb9b976d152c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b77906b9-a2ea-473a-b9f1-0dc50227ebbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b77906b9-a2ea-473a-b9f1-0dc50227ebbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3503471310103311138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac22e742-25c4-4ea6-822a-4673dc099fca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f366da-80fc-45d9-907b-4af29546fcc2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f366da-80fc-45d9-907b-4af29546fcc2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3778088926401893623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b77906b9-a2ea-473a-b9f1-0dc50227ebbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d1ca812-424c-4f50-b639-45592f27e382, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d1ca812-424c-4f50-b639-45592f27e382, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1801261957627716621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f366da-80fc-45d9-907b-4af29546fcc2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16a8b3cf-7735-49c7-ba6d-0b75f8027c99, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a8b3cf-7735-49c7-ba6d-0b75f8027c99, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6564938001173178795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d1ca812-424c-4f50-b639-45592f27e382, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c308710-c28a-4717-998c-ff9c9f361874, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c308710-c28a-4717-998c-ff9c9f361874, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3999294184702156045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c308710-c28a-4717-998c-ff9c9f361874, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f185d60e-33e0-4192-9eb9-443908a11deb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a8b3cf-7735-49c7-ba6d-0b75f8027c99, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f185d60e-33e0-4192-9eb9-443908a11deb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7008019476040427898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ead96b0d-dd91-4ef1-8b0d-dff5afb06327, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ead96b0d-dd91-4ef1-8b0d-dff5afb06327, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732661017434444070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f185d60e-33e0-4192-9eb9-443908a11deb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1548284c-821b-4d33-97e6-a87252a236a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1548284c-821b-4d33-97e6-a87252a236a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17211838550559580450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ead96b0d-dd91-4ef1-8b0d-dff5afb06327, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6ad0e48-557a-4cf2-b2ae-6249249ee112, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ad0e48-557a-4cf2-b2ae-6249249ee112, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6080380384859752081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1548284c-821b-4d33-97e6-a87252a236a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aff753fe-cd5e-446d-ae72-d8b8ea78569e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aff753fe-cd5e-446d-ae72-d8b8ea78569e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12328249954884848182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ad0e48-557a-4cf2-b2ae-6249249ee112, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f68f7f69-6697-4371-a7a6-34866be4a4be, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f68f7f69-6697-4371-a7a6-34866be4a4be, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11456089300840630208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aff753fe-cd5e-446d-ae72-d8b8ea78569e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b23e7d1-4aa1-48b8-9726-29925965df52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b23e7d1-4aa1-48b8-9726-29925965df52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14354841739400619645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f68f7f69-6697-4371-a7a6-34866be4a4be, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f443ab92-79b6-4c6b-9e6a-ba3acc843e61, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f443ab92-79b6-4c6b-9e6a-ba3acc843e61, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17666405648203905169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b23e7d1-4aa1-48b8-9726-29925965df52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ed5f131-a9c6-4fce-819c-606b397a545d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed5f131-a9c6-4fce-819c-606b397a545d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9188181301519543090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f443ab92-79b6-4c6b-9e6a-ba3acc843e61, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d406770b-7bcb-40fe-a564-90e3f3580e54, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d406770b-7bcb-40fe-a564-90e3f3580e54, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9511129085315216185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed5f131-a9c6-4fce-819c-606b397a545d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74987e2c-662f-4e97-9990-fdc6740ac1f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d406770b-7bcb-40fe-a564-90e3f3580e54, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74987e2c-662f-4e97-9990-fdc6740ac1f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2454054837344569447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adfef709-034f-47a8-a259-5d654341cff9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adfef709-034f-47a8-a259-5d654341cff9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7898001643387925764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74987e2c-662f-4e97-9990-fdc6740ac1f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a75ee78c-de7c-4e27-99cc-555212364053, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a75ee78c-de7c-4e27-99cc-555212364053, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4098066101733126818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adfef709-034f-47a8-a259-5d654341cff9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90020a15-45e5-409d-8105-c011823ee6b7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90020a15-45e5-409d-8105-c011823ee6b7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 795712592423845435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a75ee78c-de7c-4e27-99cc-555212364053, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fa1059d-d47e-4d46-b23b-f7d50a7239a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fa1059d-d47e-4d46-b23b-f7d50a7239a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 761500178126586926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90020a15-45e5-409d-8105-c011823ee6b7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d1b1e14-2fc3-4f4c-ab1a-ccacd327a208, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d1b1e14-2fc3-4f4c-ab1a-ccacd327a208, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2751686036821690636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fa1059d-d47e-4d46-b23b-f7d50a7239a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fcf24b8-f893-4555-9e60-e70345d8a167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fcf24b8-f893-4555-9e60-e70345d8a167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15074967888907675691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d1b1e14-2fc3-4f4c-ab1a-ccacd327a208, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea4e7cb-b731-4d47-b366-179210e78303, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea4e7cb-b731-4d47-b366-179210e78303, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5241399026514787264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fcf24b8-f893-4555-9e60-e70345d8a167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, add28bab-bbf4-4956-949b-2460ab3a30d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add28bab-bbf4-4956-949b-2460ab3a30d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7930167538472141657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea4e7cb-b731-4d47-b366-179210e78303, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add28bab-bbf4-4956-949b-2460ab3a30d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d52069-a471-4d23-ad43-cba5ac297a54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d52069-a471-4d23-ad43-cba5ac297a54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14947842174412493298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c10127f2-3d0c-432d-835a-ff3b550b6613, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c10127f2-3d0c-432d-835a-ff3b550b6613, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5461210429614132956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d52069-a471-4d23-ad43-cba5ac297a54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 597b94ea-f1f6-466f-8b08-4fcca07ef23c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c10127f2-3d0c-432d-835a-ff3b550b6613, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e50303-0ba9-4c94-af52-2374c8430c10, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e50303-0ba9-4c94-af52-2374c8430c10, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1127564524771933766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 597b94ea-f1f6-466f-8b08-4fcca07ef23c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 550996263733558812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e50303-0ba9-4c94-af52-2374c8430c10, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76910372-af18-4354-9098-49addfded69b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 597b94ea-f1f6-466f-8b08-4fcca07ef23c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76910372-af18-4354-9098-49addfded69b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13878027780206387537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec9c1b1b-6bfb-43a5-b26f-1703f3e27ca0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec9c1b1b-6bfb-43a5-b26f-1703f3e27ca0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12625815345811705674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76910372-af18-4354-9098-49addfded69b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9305ee1c-3b51-4715-97ba-afc9df5d7a77, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec9c1b1b-6bfb-43a5-b26f-1703f3e27ca0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4770a76e-cb83-4bb7-aa47-fef1127eb0a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4770a76e-cb83-4bb7-aa47-fef1127eb0a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14096122667981365499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9305ee1c-3b51-4715-97ba-afc9df5d7a77, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4104739361717009921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4770a76e-cb83-4bb7-aa47-fef1127eb0a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 347dad95-7f2d-4596-b706-4013665a1e88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 347dad95-7f2d-4596-b706-4013665a1e88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976816019212613652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9305ee1c-3b51-4715-97ba-afc9df5d7a77, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69356ba6-e6f4-463b-a422-12ebe6101028, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69356ba6-e6f4-463b-a422-12ebe6101028, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449174323013456650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 347dad95-7f2d-4596-b706-4013665a1e88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7951ae73-b667-4a27-8611-8adba6e5378a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7951ae73-b667-4a27-8611-8adba6e5378a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14259886336787395127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69356ba6-e6f4-463b-a422-12ebe6101028, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7951ae73-b667-4a27-8611-8adba6e5378a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac329f25-0165-43e0-af35-7c6f7e9d0aa0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d6ac1b-c5e3-4f66-b923-4a97c1ec10f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d6ac1b-c5e3-4f66-b923-4a97c1ec10f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8239337655684022751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac329f25-0165-43e0-af35-7c6f7e9d0aa0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13098239211372459598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d6ac1b-c5e3-4f66-b923-4a97c1ec10f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac329f25-0165-43e0-af35-7c6f7e9d0aa0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ee4fa9-8ac6-4a9b-8c89-24e74d2f59c3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7550c5c9-5cd7-42fb-aa0c-9b74e008ddcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7550c5c9-5cd7-42fb-aa0c-9b74e008ddcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8889404027109959132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ee4fa9-8ac6-4a9b-8c89-24e74d2f59c3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11203041945620516901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7550c5c9-5cd7-42fb-aa0c-9b74e008ddcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47d43be0-8f75-4bd9-b2cd-0318f82cbd04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d43be0-8f75-4bd9-b2cd-0318f82cbd04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4310104095243415863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ee4fa9-8ac6-4a9b-8c89-24e74d2f59c3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a54341ca-eaa7-4e21-8abf-fe20ad248996, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54341ca-eaa7-4e21-8abf-fe20ad248996, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5399160632907874788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d43be0-8f75-4bd9-b2cd-0318f82cbd04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a8a2b30-dae9-4858-812f-820376eb7ae0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a8a2b30-dae9-4858-812f-820376eb7ae0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11349483319594121327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54341ca-eaa7-4e21-8abf-fe20ad248996, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91ab5132-6d2f-48b5-8e18-d8c68998802e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ab5132-6d2f-48b5-8e18-d8c68998802e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16872324663593970731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a8a2b30-dae9-4858-812f-820376eb7ae0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71716caa-eafa-4ce9-927e-472ae54b82b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71716caa-eafa-4ce9-927e-472ae54b82b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350641977899783710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ab5132-6d2f-48b5-8e18-d8c68998802e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff3389c6-ca57-4e38-bbea-f5268f8a9901, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3389c6-ca57-4e38-bbea-f5268f8a9901, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5626879433747267808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71716caa-eafa-4ce9-927e-472ae54b82b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c45d9e35-a11a-44c9-ab97-a8b498388446, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45d9e35-a11a-44c9-ab97-a8b498388446, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2041693174649376754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3389c6-ca57-4e38-bbea-f5268f8a9901, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db40b2a5-1f4c-4cd5-b203-1930570b00cf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db40b2a5-1f4c-4cd5-b203-1930570b00cf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14177440234248049001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db40b2a5-1f4c-4cd5-b203-1930570b00cf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c977ab27-36b5-491a-9db2-ab1f1c5802f4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c977ab27-36b5-491a-9db2-ab1f1c5802f4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2965166015950671632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45d9e35-a11a-44c9-ab97-a8b498388446, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c82fb985-24bc-44eb-bf53-b3643f0b0d75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c82fb985-24bc-44eb-bf53-b3643f0b0d75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8864308868769257014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c977ab27-36b5-491a-9db2-ab1f1c5802f4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 180a52a1-67bb-45a7-ab8a-33fd52c48b1d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 180a52a1-67bb-45a7-ab8a-33fd52c48b1d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546992417194662798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c82fb985-24bc-44eb-bf53-b3643f0b0d75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b30f8665-0ba1-4ddf-b15c-8df47bcee133, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30f8665-0ba1-4ddf-b15c-8df47bcee133, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3535035123428524399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 180a52a1-67bb-45a7-ab8a-33fd52c48b1d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd90f40f-0faa-45b6-b5d5-2eb258d0b3e5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd90f40f-0faa-45b6-b5d5-2eb258d0b3e5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5323177298327351887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30f8665-0ba1-4ddf-b15c-8df47bcee133, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd90f40f-0faa-45b6-b5d5-2eb258d0b3e5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c186c845-758a-45f8-91c2-6f7f906573ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98358c9e-1275-4d8c-b777-c5eefe7a2459, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98358c9e-1275-4d8c-b777-c5eefe7a2459, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11191588941202613482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c186c845-758a-45f8-91c2-6f7f906573ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 30950119395071915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3095011939507191530950119395071915309501193950719153095011939507191530950119395071915309501193950719153095011939507191530950119395071915309501193950719153095011939507191530950119395071915309501193950719153095011939507191530950119395071915309501193950719153095011939507191530950119395071915309501193950719153095011939507191530950119395071915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98358c9e-1275-4d8c-b777-c5eefe7a2459, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88db9e44-709e-4c2c-b967-3efe288eaa12, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88db9e44-709e-4c2c-b967-3efe288eaa12, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9721805408549101494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c186c845-758a-45f8-91c2-6f7f906573ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8e903db-a9dc-40ec-89b8-1c4b8b93735c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e903db-a9dc-40ec-89b8-1c4b8b93735c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17563283962054852851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88db9e44-709e-4c2c-b967-3efe288eaa12, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a648ea75-da2a-4457-bc05-777a044cc299, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e903db-a9dc-40ec-89b8-1c4b8b93735c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a648ea75-da2a-4457-bc05-777a044cc299, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3981700682542142900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67cf39a5-9605-4c67-9339-f7851bfb4c1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67cf39a5-9605-4c67-9339-f7851bfb4c1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18280276216639570594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a648ea75-da2a-4457-bc05-777a044cc299, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67cf39a5-9605-4c67-9339-f7851bfb4c1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78fea16f-8d49-4f70-b121-cdb8a46bfde1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78fea16f-8d49-4f70-b121-cdb8a46bfde1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5264780755713461700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc3c6f19-4796-484e-91bc-182621ab3243, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc3c6f19-4796-484e-91bc-182621ab3243, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14328932057318477580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78fea16f-8d49-4f70-b121-cdb8a46bfde1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bd00eab-eca5-41d1-ac54-f14173a18170, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd00eab-eca5-41d1-ac54-f14173a18170, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11399842510988787712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc3c6f19-4796-484e-91bc-182621ab3243, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0f18a51-980b-4e12-b955-1bca978c7c64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f18a51-980b-4e12-b955-1bca978c7c64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16922366081439897829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd00eab-eca5-41d1-ac54-f14173a18170, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03d570be-f0b8-4043-ae1f-f204f3098029, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d570be-f0b8-4043-ae1f-f204f3098029, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4010473817862254459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f18a51-980b-4e12-b955-1bca978c7c64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23b56baa-be0e-41ea-acf4-5f0bc98ea602, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b56baa-be0e-41ea-acf4-5f0bc98ea602, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2288353429527547874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d570be-f0b8-4043-ae1f-f204f3098029, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdc19d94-c1ae-4ac0-a64d-46858bafd3bb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdc19d94-c1ae-4ac0-a64d-46858bafd3bb, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11988369808224472595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b56baa-be0e-41ea-acf4-5f0bc98ea602, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e281542-3755-49e6-8cdc-0326d551ea65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e281542-3755-49e6-8cdc-0326d551ea65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15640464862103239822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdc19d94-c1ae-4ac0-a64d-46858bafd3bb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cad5acb-5bb6-4e8a-b4c5-10792a3c7e90, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e281542-3755-49e6-8cdc-0326d551ea65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cad5acb-5bb6-4e8a-b4c5-10792a3c7e90, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12220338580420603571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2596eea-bbbe-48c8-babe-c2870c743d96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2596eea-bbbe-48c8-babe-c2870c743d96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16208877187145551654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cad5acb-5bb6-4e8a-b4c5-10792a3c7e90, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2596eea-bbbe-48c8-babe-c2870c743d96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3cdfb54-e7c4-403d-8975-1e267cd77f10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d350c7b-c6bf-47c6-8db9-01471bd36e53, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3cdfb54-e7c4-403d-8975-1e267cd77f10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14123752410682881882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d350c7b-c6bf-47c6-8db9-01471bd36e53, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18224457573961818533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3cdfb54-e7c4-403d-8975-1e267cd77f10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434094bf-e0a9-4060-9904-408d7d6588d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434094bf-e0a9-4060-9904-408d7d6588d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3930831856362379713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d350c7b-c6bf-47c6-8db9-01471bd36e53, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d5bcf68-fcac-4cf7-8867-34f8daced2ca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5bcf68-fcac-4cf7-8867-34f8daced2ca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12616959021770611719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434094bf-e0a9-4060-9904-408d7d6588d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f4b3739-99fc-412d-8bb2-b2760a449f74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f4b3739-99fc-412d-8bb2-b2760a449f74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17071056216632782041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5bcf68-fcac-4cf7-8867-34f8daced2ca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc085520-571e-40ec-8d18-0eddcf98b7e0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc085520-571e-40ec-8d18-0eddcf98b7e0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6537907472991420214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f4b3739-99fc-412d-8bb2-b2760a449f74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20ba5243-3e8b-4e14-949d-1dcd9c13bea5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ba5243-3e8b-4e14-949d-1dcd9c13bea5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5055075295303893027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc085520-571e-40ec-8d18-0eddcf98b7e0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e33c78d6-5e5e-4ca0-aa63-2910aa7bc10a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33c78d6-5e5e-4ca0-aa63-2910aa7bc10a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1997525053713709335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ba5243-3e8b-4e14-949d-1dcd9c13bea5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae9a6045-53ff-4c15-9e0a-37bcad9472af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae9a6045-53ff-4c15-9e0a-37bcad9472af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16670182768226342080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33c78d6-5e5e-4ca0-aa63-2910aa7bc10a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc78d7d6-0815-4cb2-be69-7f2568a3b48b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc78d7d6-0815-4cb2-be69-7f2568a3b48b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17293066293170921837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae9a6045-53ff-4c15-9e0a-37bcad9472af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34348bae-6bb1-48a2-b984-04d022b491a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34348bae-6bb1-48a2-b984-04d022b491a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12037105600869557790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc78d7d6-0815-4cb2-be69-7f2568a3b48b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00eb0f84-f02a-484c-afb1-512afdd0838e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00eb0f84-f02a-484c-afb1-512afdd0838e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13915770876666149456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34348bae-6bb1-48a2-b984-04d022b491a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d657630-a6bb-4262-8cf3-2fcc135cf479, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d657630-a6bb-4262-8cf3-2fcc135cf479, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1706351856250945938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00eb0f84-f02a-484c-afb1-512afdd0838e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31046553-ee64-4584-a82f-9071865c2a99, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31046553-ee64-4584-a82f-9071865c2a99, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6399714546831097730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d657630-a6bb-4262-8cf3-2fcc135cf479, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12bfb965-9607-492a-943a-c279d99ec59b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12bfb965-9607-492a-943a-c279d99ec59b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5300178034300690444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12bfb965-9607-492a-943a-c279d99ec59b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4702fc98-83df-466a-ab39-6b868c4504c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4702fc98-83df-466a-ab39-6b868c4504c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15614389630038417898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31046553-ee64-4584-a82f-9071865c2a99, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d0cec37-f499-43b3-825c-46a05fdabf9e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d0cec37-f499-43b3-825c-46a05fdabf9e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12389821987972526586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4702fc98-83df-466a-ab39-6b868c4504c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31a8715f-ec17-43b0-9bc7-c0d21d8eaac9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a8715f-ec17-43b0-9bc7-c0d21d8eaac9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12655688797586634372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d0cec37-f499-43b3-825c-46a05fdabf9e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741135fd-a039-42cc-8de3-1a901d698c53, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741135fd-a039-42cc-8de3-1a901d698c53, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17154812205760173175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741135fd-a039-42cc-8de3-1a901d698c53, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a8715f-ec17-43b0-9bc7-c0d21d8eaac9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb22bfa2-2ce8-4bec-bde8-28308e65466e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebe21bb9-c262-4a86-88fe-e2299c350b96, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb22bfa2-2ce8-4bec-bde8-28308e65466e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11605281399774602293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe21bb9-c262-4a86-88fe-e2299c350b96, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2735140339109113142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb22bfa2-2ce8-4bec-bde8-28308e65466e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe21bb9-c262-4a86-88fe-e2299c350b96, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bc71fcf-ad77-416e-b5f1-f13d171891f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc71fcf-ad77-416e-b5f1-f13d171891f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17191687258353164735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16cd976e-1b8f-45cb-8d0b-334de59700af, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cd976e-1b8f-45cb-8d0b-334de59700af, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593891433766708118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc71fcf-ad77-416e-b5f1-f13d171891f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a775fb47-c975-442c-8aae-aeaf7ba63591, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a775fb47-c975-442c-8aae-aeaf7ba63591, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5413653395956872139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cd976e-1b8f-45cb-8d0b-334de59700af, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d09d97a-e3df-4011-8d6c-0c26139886dd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d09d97a-e3df-4011-8d6c-0c26139886dd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4292734239685408329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a775fb47-c975-442c-8aae-aeaf7ba63591, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a8be8c-c6be-4176-a764-f9aae5e27812, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a8be8c-c6be-4176-a764-f9aae5e27812, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2201908041139189326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d09d97a-e3df-4011-8d6c-0c26139886dd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51d951f5-e666-4b00-af1b-a6ec5ebf03aa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d951f5-e666-4b00-af1b-a6ec5ebf03aa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13702433601818134561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a8be8c-c6be-4176-a764-f9aae5e27812, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c907b026-7ff9-453d-a3f4-5286c1742a11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c907b026-7ff9-453d-a3f4-5286c1742a11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11845465087812960897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d951f5-e666-4b00-af1b-a6ec5ebf03aa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d7b9a94-a1bc-4f06-bea3-a80405922e7f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d7b9a94-a1bc-4f06-bea3-a80405922e7f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5958983078041048627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c907b026-7ff9-453d-a3f4-5286c1742a11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d9e2e29-421d-4b83-a7af-2641f237dedc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9e2e29-421d-4b83-a7af-2641f237dedc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17265218127315388269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d7b9a94-a1bc-4f06-bea3-a80405922e7f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b936ff2-69f3-4973-a366-7d5acad21c54, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b936ff2-69f3-4973-a366-7d5acad21c54, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021769265768675798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9e2e29-421d-4b83-a7af-2641f237dedc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bafff77d-5aae-4f09-9414-5cde15cfeb42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bafff77d-5aae-4f09-9414-5cde15cfeb42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13798096546279856700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b936ff2-69f3-4973-a366-7d5acad21c54, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9a47e23-8562-4b74-9ed0-deb7df238abc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9a47e23-8562-4b74-9ed0-deb7df238abc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6754232196151036436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bafff77d-5aae-4f09-9414-5cde15cfeb42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04bc9c57-557a-4b95-84bb-3d7469d1160b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04bc9c57-557a-4b95-84bb-3d7469d1160b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6511403786319867673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9a47e23-8562-4b74-9ed0-deb7df238abc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cfbad43-cfce-44f1-848e-294d48e7330b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfbad43-cfce-44f1-848e-294d48e7330b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16246674349624722292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04bc9c57-557a-4b95-84bb-3d7469d1160b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f02c6f-a1bd-47fa-9e33-5027d32b30d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f02c6f-a1bd-47fa-9e33-5027d32b30d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12590634826874923400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfbad43-cfce-44f1-848e-294d48e7330b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc5f7384-d7b0-460f-9a40-053a1fec0669, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc5f7384-d7b0-460f-9a40-053a1fec0669, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13815421005327290645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f02c6f-a1bd-47fa-9e33-5027d32b30d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39d0ac4c-e5e0-4c23-baf4-36ed1131189b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d0ac4c-e5e0-4c23-baf4-36ed1131189b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 929681477760069654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d0ac4c-e5e0-4c23-baf4-36ed1131189b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20856c4c-bb7e-4303-9336-54c21636a060, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20856c4c-bb7e-4303-9336-54c21636a060, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5431032801294523557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20856c4c-bb7e-4303-9336-54c21636a060, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec88f8d3-c047-4031-9654-a1390d65cc82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec88f8d3-c047-4031-9654-a1390d65cc82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10233267858186842906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc5f7384-d7b0-460f-9a40-053a1fec0669, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec88f8d3-c047-4031-9654-a1390d65cc82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58639429-fd7b-4ae3-a872-014cc9515f2d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58639429-fd7b-4ae3-a872-014cc9515f2d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8502943905383038525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f856027-ba7c-451c-9940-64d70abb4d77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f856027-ba7c-451c-9940-64d70abb4d77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7655079375615770116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58639429-fd7b-4ae3-a872-014cc9515f2d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffd9bdac-abe2-476c-b8d9-8aa19516f407, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f856027-ba7c-451c-9940-64d70abb4d77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd9bdac-abe2-476c-b8d9-8aa19516f407, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14240916179802221954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3df67af5-a78f-438e-b417-bdfb265493ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df67af5-a78f-438e-b417-bdfb265493ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8915324237089990305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd9bdac-abe2-476c-b8d9-8aa19516f407, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68f62079-a9ec-4678-b5da-3c536ac96dea, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f62079-a9ec-4678-b5da-3c536ac96dea, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6384636500169224833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df67af5-a78f-438e-b417-bdfb265493ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f55fbe3-0d8f-473c-952f-25760165f7b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f55fbe3-0d8f-473c-952f-25760165f7b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3957023092367229049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f62079-a9ec-4678-b5da-3c536ac96dea, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, febf3155-9d20-4aa8-a64f-1ebd7112b0ca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, febf3155-9d20-4aa8-a64f-1ebd7112b0ca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17796674971634951042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f55fbe3-0d8f-473c-952f-25760165f7b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5009d65-6196-4969-820b-ab9090de7d97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5009d65-6196-4969-820b-ab9090de7d97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1644901833462118015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, febf3155-9d20-4aa8-a64f-1ebd7112b0ca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5009d65-6196-4969-820b-ab9090de7d97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f49cce-e42a-4d0b-85f3-1bd438ec6acd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f49cce-e42a-4d0b-85f3-1bd438ec6acd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6427856252130633204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a72a233-6673-4a1a-975e-5cc3d6582579, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a72a233-6673-4a1a-975e-5cc3d6582579, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6406780888415812759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f49cce-e42a-4d0b-85f3-1bd438ec6acd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e41b6a4c-fda6-44dc-94cb-a1fe839044ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e41b6a4c-fda6-44dc-94cb-a1fe839044ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9310151929501803210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a72a233-6673-4a1a-975e-5cc3d6582579, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7214c6af-980c-4dc1-8194-94b1af4560d3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7214c6af-980c-4dc1-8194-94b1af4560d3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8491383989192691789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e41b6a4c-fda6-44dc-94cb-a1fe839044ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a6ea69f-81d5-4b61-8778-030bf43706a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6ea69f-81d5-4b61-8778-030bf43706a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8534609659831099816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7214c6af-980c-4dc1-8194-94b1af4560d3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6ea69f-81d5-4b61-8778-030bf43706a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8463e0da-0681-4b1c-a1ae-938d032557b2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8463e0da-0681-4b1c-a1ae-938d032557b2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17778443420626014085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93a78584-a35e-4dd8-827c-eb62983ba936, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a78584-a35e-4dd8-827c-eb62983ba936, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2162552302942740373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8463e0da-0681-4b1c-a1ae-938d032557b2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aea416f7-aae4-4e91-a108-a442b0c87b2f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a78584-a35e-4dd8-827c-eb62983ba936, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aea416f7-aae4-4e91-a108-a442b0c87b2f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12660408627875155810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f844cc6-a45a-42ee-b877-203f545a590b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f844cc6-a45a-42ee-b877-203f545a590b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1523043074188210434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aea416f7-aae4-4e91-a108-a442b0c87b2f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5293420-33d4-4917-aa79-61c1106d517e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5293420-33d4-4917-aa79-61c1106d517e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 470030126168880290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f844cc6-a45a-42ee-b877-203f545a590b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1abcfd1d-5239-4006-b7d6-20fb74c9c7a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1abcfd1d-5239-4006-b7d6-20fb74c9c7a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4038698347990142795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5293420-33d4-4917-aa79-61c1106d517e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e9cf2d8-fa50-47d4-a710-7374daf51548, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9cf2d8-fa50-47d4-a710-7374daf51548, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16205708359874763905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1abcfd1d-5239-4006-b7d6-20fb74c9c7a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b3df7c2-611a-486c-ae95-28311a58fd42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9cf2d8-fa50-47d4-a710-7374daf51548, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b3df7c2-611a-486c-ae95-28311a58fd42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8997962855207871027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 438a5a27-8bd4-4ae5-a14e-5ac5d2d71aaa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 438a5a27-8bd4-4ae5-a14e-5ac5d2d71aaa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5828453519454269800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b3df7c2-611a-486c-ae95-28311a58fd42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe3a3d4a-a8d5-4d79-bc81-1d1d65ab741e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3a3d4a-a8d5-4d79-bc81-1d1d65ab741e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1775001980959906589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 438a5a27-8bd4-4ae5-a14e-5ac5d2d71aaa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28772b37-0114-4b7a-8a2c-3d4bf4239352, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28772b37-0114-4b7a-8a2c-3d4bf4239352, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4590973411626979406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3a3d4a-a8d5-4d79-bc81-1d1d65ab741e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 530e22f1-7adc-47a8-9832-f34ce252812a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530e22f1-7adc-47a8-9832-f34ce252812a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14420702584990241857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28772b37-0114-4b7a-8a2c-3d4bf4239352, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e8fbdd-a5b6-4e21-b72a-58e13bc3a456, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e8fbdd-a5b6-4e21-b72a-58e13bc3a456, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16357721489685156105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530e22f1-7adc-47a8-9832-f34ce252812a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c12923d-10ed-4ec4-91e5-d674f0309ef3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c12923d-10ed-4ec4-91e5-d674f0309ef3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3630948774491220580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e8fbdd-a5b6-4e21-b72a-58e13bc3a456, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51b7e89a-a62b-4678-b4dd-292c30cdc252, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51b7e89a-a62b-4678-b4dd-292c30cdc252, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4589229892241563685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c12923d-10ed-4ec4-91e5-d674f0309ef3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57ce4b06-1f1c-4db3-bd1d-1a1bc06a98f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ce4b06-1f1c-4db3-bd1d-1a1bc06a98f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3462106684845959258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51b7e89a-a62b-4678-b4dd-292c30cdc252, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 310e6b51-8086-4886-9d85-37f75cddb385, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 310e6b51-8086-4886-9d85-37f75cddb385, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3912655237856937528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ce4b06-1f1c-4db3-bd1d-1a1bc06a98f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aa383c8-3365-4f76-b926-4a06b57c90fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa383c8-3365-4f76-b926-4a06b57c90fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9763864505606111981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981" } } } 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:8661/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 310e6b51-8086-4886-9d85-37f75cddb385, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 224a23d6-dbf8-43b4-ab23-c6d612e477d1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 224a23d6-dbf8-43b4-ab23-c6d612e477d1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9737538751934726761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa383c8-3365-4f76-b926-4a06b57c90fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e73eed1-25ed-4ad6-bec2-c601301244dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e73eed1-25ed-4ad6-bec2-c601301244dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859343378117022574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 224a23d6-dbf8-43b4-ab23-c6d612e477d1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31c27176-1061-46a6-a84d-381bc32c35e7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c27176-1061-46a6-a84d-381bc32c35e7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802362427224829285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e73eed1-25ed-4ad6-bec2-c601301244dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb1a8264-b3ad-483c-b767-b25ef05bd6e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb1a8264-b3ad-483c-b767-b25ef05bd6e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14642483008733105367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c27176-1061-46a6-a84d-381bc32c35e7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb7ed786-cc2f-4604-a2de-7c3f740c6739, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7ed786-cc2f-4604-a2de-7c3f740c6739, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4938077057487678033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb1a8264-b3ad-483c-b767-b25ef05bd6e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7ed786-cc2f-4604-a2de-7c3f740c6739, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03444730-9689-4ec1-ae38-e766291d4992, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03444730-9689-4ec1-ae38-e766291d4992, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3074186770274282346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2173cb5c-6ca3-495b-98b7-28297973bca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2173cb5c-6ca3-495b-98b7-28297973bca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11302846194672854099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03444730-9689-4ec1-ae38-e766291d4992, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab5a1dd-58b1-4053-824e-99c90488c3d8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab5a1dd-58b1-4053-824e-99c90488c3d8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10880550069496095077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2173cb5c-6ca3-495b-98b7-28297973bca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e55d14e-449f-4bf6-95ce-6329d4bee81c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e55d14e-449f-4bf6-95ce-6329d4bee81c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3716361909133244970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab5a1dd-58b1-4053-824e-99c90488c3d8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a403223-add8-436f-9d1d-ccde48c0fc98, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a403223-add8-436f-9d1d-ccde48c0fc98, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021510759919467987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e55d14e-449f-4bf6-95ce-6329d4bee81c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cc83872-4e9b-4f70-bc11-ad0d3521aab9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc83872-4e9b-4f70-bc11-ad0d3521aab9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17578964326290988894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a403223-add8-436f-9d1d-ccde48c0fc98, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f056aa84-0934-4395-ab21-bd9786f8365d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f056aa84-0934-4395-ab21-bd9786f8365d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1494642876104834957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc83872-4e9b-4f70-bc11-ad0d3521aab9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bbb9114-5220-40f4-942d-0e68d0af23bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bbb9114-5220-40f4-942d-0e68d0af23bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4276014520738417132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f056aa84-0934-4395-ab21-bd9786f8365d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9e12fd9-fc3c-4f70-addd-c701ecffeb81, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e12fd9-fc3c-4f70-addd-c701ecffeb81, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8492838857929795270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bbb9114-5220-40f4-942d-0e68d0af23bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70b0be0-9911-492a-8865-c494850874d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70b0be0-9911-492a-8865-c494850874d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11245590757709843345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e12fd9-fc3c-4f70-addd-c701ecffeb81, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 381d3338-6eda-457d-824a-1180c8520cf0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381d3338-6eda-457d-824a-1180c8520cf0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6986940149513060428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70b0be0-9911-492a-8865-c494850874d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ac711a7-0700-4604-a123-0ff23807901a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ac711a7-0700-4604-a123-0ff23807901a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7131413998407186976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381d3338-6eda-457d-824a-1180c8520cf0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3926c61e-37e0-4fe4-b755-491d711ed258, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3926c61e-37e0-4fe4-b755-491d711ed258, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6669827001854527109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ac711a7-0700-4604-a123-0ff23807901a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9665869f-67dd-4673-882c-6108d592ea12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9665869f-67dd-4673-882c-6108d592ea12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 696505310014531033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3926c61e-37e0-4fe4-b755-491d711ed258, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08dc2940-9cf1-4c51-b79b-3d94ac99f62d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08dc2940-9cf1-4c51-b79b-3d94ac99f62d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8890782028417997754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08dc2940-9cf1-4c51-b79b-3d94ac99f62d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 761f36fe-8bc3-4d30-9baf-95d5bd658ea2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 761f36fe-8bc3-4d30-9baf-95d5bd658ea2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11978605755173641941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9665869f-67dd-4673-882c-6108d592ea12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a4e377b-72a0-45b8-885e-4f71d6d5c316, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a4e377b-72a0-45b8-885e-4f71d6d5c316, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14022517292537887662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 761f36fe-8bc3-4d30-9baf-95d5bd658ea2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43c9bdef-f077-4109-b403-a10e5e1ac22e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43c9bdef-f077-4109-b403-a10e5e1ac22e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18246368351715712802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a4e377b-72a0-45b8-885e-4f71d6d5c316, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d0197e4-0663-46df-ae9f-d8755d11fa78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d0197e4-0663-46df-ae9f-d8755d11fa78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12898223676058573203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43c9bdef-f077-4109-b403-a10e5e1ac22e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9aee1394-5b28-4592-bc60-0ad14f020bd4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aee1394-5b28-4592-bc60-0ad14f020bd4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14521388023498498993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d0197e4-0663-46df-ae9f-d8755d11fa78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb15e325-b4e1-4833-807e-21e81ad6f76a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb15e325-b4e1-4833-807e-21e81ad6f76a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7965148383515689758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aee1394-5b28-4592-bc60-0ad14f020bd4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fa05eb2-97e6-47f1-ab5d-0447ac1fcd47, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fa05eb2-97e6-47f1-ab5d-0447ac1fcd47, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1726729550584489588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb15e325-b4e1-4833-807e-21e81ad6f76a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb69c9f5-4e8c-45a6-894e-cd39a89d7465, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb69c9f5-4e8c-45a6-894e-cd39a89d7465, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2905754261527374647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fa05eb2-97e6-47f1-ab5d-0447ac1fcd47, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53ca3dd1-1860-4287-9e0e-ab74b0180ec5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ca3dd1-1860-4287-9e0e-ab74b0180ec5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5342505324646239046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb69c9f5-4e8c-45a6-894e-cd39a89d7465, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49569f62-e11e-45c4-aa74-8f4c59cae649, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49569f62-e11e-45c4-aa74-8f4c59cae649, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10892893363616175832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ca3dd1-1860-4287-9e0e-ab74b0180ec5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdcd7047-a0ab-4fde-963f-38d5f34d085d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdcd7047-a0ab-4fde-963f-38d5f34d085d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3177712234086318818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49569f62-e11e-45c4-aa74-8f4c59cae649, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3068722c-221c-401a-831d-9a5f52baf938, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdcd7047-a0ab-4fde-963f-38d5f34d085d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3068722c-221c-401a-831d-9a5f52baf938, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16074421659796944200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c062a36-bc44-4f53-9580-d895c2bf2f95, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c062a36-bc44-4f53-9580-d895c2bf2f95, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10367675143509224208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3068722c-221c-401a-831d-9a5f52baf938, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8975b0b-e91b-4fa6-b6ae-2ad47bd317fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8975b0b-e91b-4fa6-b6ae-2ad47bd317fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3217770436856462165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c062a36-bc44-4f53-9580-d895c2bf2f95, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1636dbff-a936-43d0-97d0-fecb76422469, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1636dbff-a936-43d0-97d0-fecb76422469, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10828216924196889908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8975b0b-e91b-4fa6-b6ae-2ad47bd317fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 564dbde8-591d-47da-89e4-b48799f7c25e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 564dbde8-591d-47da-89e4-b48799f7c25e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5614394770412652290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1636dbff-a936-43d0-97d0-fecb76422469, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae9e1be7-1f93-4911-ae03-a405208a184f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae9e1be7-1f93-4911-ae03-a405208a184f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2114917620567426746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 564dbde8-591d-47da-89e4-b48799f7c25e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b29b8a1-7654-4fd0-b16a-a95552d571db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b29b8a1-7654-4fd0-b16a-a95552d571db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13115787200159295083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae9e1be7-1f93-4911-ae03-a405208a184f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12f86a14-2b5a-4acc-9a0a-2f25c6f1f979, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f86a14-2b5a-4acc-9a0a-2f25c6f1f979, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4250904500878410545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b29b8a1-7654-4fd0-b16a-a95552d571db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48f6c3ea-8826-44f9-8abe-a4f185774ec2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48f6c3ea-8826-44f9-8abe-a4f185774ec2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11918407911195388014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f86a14-2b5a-4acc-9a0a-2f25c6f1f979, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd24ca62-7c32-45d9-9feb-9d3a80c5ef86, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd24ca62-7c32-45d9-9feb-9d3a80c5ef86, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17637473848734621004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48f6c3ea-8826-44f9-8abe-a4f185774ec2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ec81d72-d913-467e-99a3-c6aab9a333f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ec81d72-d913-467e-99a3-c6aab9a333f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10161713539075486957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ec81d72-d913-467e-99a3-c6aab9a333f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 786517a6-f37b-45f7-ba68-e83f0f9965aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 786517a6-f37b-45f7-ba68-e83f0f9965aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8312811422669249818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd24ca62-7c32-45d9-9feb-9d3a80c5ef86, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bccd439d-8874-4496-9f26-f67d0047076d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bccd439d-8874-4496-9f26-f67d0047076d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7651272769431953322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 786517a6-f37b-45f7-ba68-e83f0f9965aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d18fb3-df43-48f3-b1ae-05d94f293751, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d18fb3-df43-48f3-b1ae-05d94f293751, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5153671357961850356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bccd439d-8874-4496-9f26-f67d0047076d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d18fb3-df43-48f3-b1ae-05d94f293751, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e33524e2-b2e6-4cc9-a22c-5e3005735337, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33524e2-b2e6-4cc9-a22c-5e3005735337, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280039522977671926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f8a3fe9-4d3d-42e5-ac96-15f6ac274a99, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8a3fe9-4d3d-42e5-ac96-15f6ac274a99, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10789579054658549499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33524e2-b2e6-4cc9-a22c-5e3005735337, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f683239-783f-4271-a544-497c7edc52c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f683239-783f-4271-a544-497c7edc52c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3103515180713046795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8a3fe9-4d3d-42e5-ac96-15f6ac274a99, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11dc4762-cb39-4ae0-8f2e-72eaa3ec252f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11dc4762-cb39-4ae0-8f2e-72eaa3ec252f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9790707355223222088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f683239-783f-4271-a544-497c7edc52c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de92aaf-745e-46e7-8829-f91a5ddb350c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11dc4762-cb39-4ae0-8f2e-72eaa3ec252f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3acf2fb-0a31-4ceb-8235-ff4f1cc9275b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3acf2fb-0a31-4ceb-8235-ff4f1cc9275b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13473928373241781306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de92aaf-745e-46e7-8829-f91a5ddb350c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 912611411891673583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583" } } } 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/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log --grpc-port=8661 --mon-port=18758 --ic-port=3326 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log', '--grpc-port=8661', '--mon-port=18758', '--ic-port=3326', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1' (no wait)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de92aaf-745e-46e7-8829-f91a5ddb350c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6a29678-f6b6-480c-b922-0af54b80b014, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3acf2fb-0a31-4ceb-8235-ff4f1cc9275b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26734922-7d86-43f1-a884-2af608ff06ce, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26734922-7d86-43f1-a884-2af608ff06ce, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1080314595200391366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a29678-f6b6-480c-b922-0af54b80b014, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17010873296525771039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039" } } } 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: 1448177
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:8661/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a29678-f6b6-480c-b922-0af54b80b014, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d397424-3c57-4b57-b745-c4a2d0981cd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26734922-7d86-43f1-a884-2af608ff06ce, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cbb6cf2-deee-46eb-b116-c14ea82cbd7a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cbb6cf2-deee-46eb-b116-c14ea82cbd7a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6204637537073788612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d397424-3c57-4b57-b745-c4a2d0981cd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18205548341132572618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1448179
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d397424-3c57-4b57-b745-c4a2d0981cd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4659767d-5c3e-4516-aa68-26ce41de9bac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4659767d-5c3e-4516-aa68-26ce41de9bac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13213410902493972593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cbb6cf2-deee-46eb-b116-c14ea82cbd7a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d880f23-ab35-4877-8863-cd2e780b1b33, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d880f23-ab35-4877-8863-cd2e780b1b33, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12338299940784920644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4659767d-5c3e-4516-aa68-26ce41de9bac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932b1d63-0b65-4a87-b88f-1099d751d21e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d880f23-ab35-4877-8863-cd2e780b1b33, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50fa093-0193-49c5-abb4-0e028cbbb5aa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50fa093-0193-49c5-abb4-0e028cbbb5aa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6430624460841686274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932b1d63-0b65-4a87-b88f-1099d751d21e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13399358839750944798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50fa093-0193-49c5-abb4-0e028cbbb5aa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c3adfda-bf64-4d7a-b322-49539de656a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3adfda-bf64-4d7a-b322-49539de656a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11289054680447148444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3adfda-bf64-4d7a-b322-49539de656a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 355dc287-bf85-4cb9-900b-c3292b0215e5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355dc287-bf85-4cb9-900b-c3292b0215e5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14834250806408316605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355dc287-bf85-4cb9-900b-c3292b0215e5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 374bbb0c-695a-4853-9fbf-82e014e8b5ce, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374bbb0c-695a-4853-9fbf-82e014e8b5ce, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2499563789083536376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932b1d63-0b65-4a87-b88f-1099d751d21e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 802c9bf8-aed8-4544-bdc1-b7e9db6d7c69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 802c9bf8-aed8-4544-bdc1-b7e9db6d7c69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17774916857718149488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 802c9bf8-aed8-4544-bdc1-b7e9db6d7c69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 579b2516-42b5-42d3-b273-0b80ad782828, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579b2516-42b5-42d3-b273-0b80ad782828, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15220472603114275399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374bbb0c-695a-4853-9fbf-82e014e8b5ce, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78333dc7-e8fb-4df9-91e7-2677584ade01, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78333dc7-e8fb-4df9-91e7-2677584ade01, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12291229147204956340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579b2516-42b5-42d3-b273-0b80ad782828, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc056a14-dc63-4db6-b1a5-74c7ac82b2e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc056a14-dc63-4db6-b1a5-74c7ac82b2e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9865193011678992822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78333dc7-e8fb-4df9-91e7-2677584ade01, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20c60585-fff1-4212-8c06-dc07a9a61d55, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c60585-fff1-4212-8c06-dc07a9a61d55, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1609408422823764486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc056a14-dc63-4db6-b1a5-74c7ac82b2e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaf2a87f-6ba3-486b-81d7-448db441855e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaf2a87f-6ba3-486b-81d7-448db441855e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1855516658895760363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c60585-fff1-4212-8c06-dc07a9a61d55, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99a007ca-790f-42f0-a406-95a43d4ff3c3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a007ca-790f-42f0-a406-95a43d4ff3c3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5587552118255985400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaf2a87f-6ba3-486b-81d7-448db441855e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ecd2e6f-77af-4ffe-9ce7-9b08504ef986, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a007ca-790f-42f0-a406-95a43d4ff3c3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af098897-1086-4f40-b4d8-1e5438786b5e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ecd2e6f-77af-4ffe-9ce7-9b08504ef986, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14849517034197684404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af098897-1086-4f40-b4d8-1e5438786b5e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14491750812901898457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af098897-1086-4f40-b4d8-1e5438786b5e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aedc5a5-30f4-465d-9a6f-80f3e28b1a59, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aedc5a5-30f4-465d-9a6f-80f3e28b1a59, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4109527808065866631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ecd2e6f-77af-4ffe-9ce7-9b08504ef986, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df9926e8-3228-47dc-9de6-f6440bbfd950, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df9926e8-3228-47dc-9de6-f6440bbfd950, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14965659276945027256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aedc5a5-30f4-465d-9a6f-80f3e28b1a59, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72a76715-d817-4ce2-a852-8b5397255606, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df9926e8-3228-47dc-9de6-f6440bbfd950, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fcf1c40-dba6-469b-a8a0-7264e2bb643f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fcf1c40-dba6-469b-a8a0-7264e2bb643f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14732387765624720976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a76715-d817-4ce2-a852-8b5397255606, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3467655050043466262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fcf1c40-dba6-469b-a8a0-7264e2bb643f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12b21ad2-a8e3-4ec8-a307-f8225d42401d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b21ad2-a8e3-4ec8-a307-f8225d42401d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4480855273504181582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a76715-d817-4ce2-a852-8b5397255606, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c65ffaae-2806-4ae4-b0e9-88a480d7ab5a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65ffaae-2806-4ae4-b0e9-88a480d7ab5a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 304800404909682865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b21ad2-a8e3-4ec8-a307-f8225d42401d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9b155d4-dfff-4612-9b39-043ef30513ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b155d4-dfff-4612-9b39-043ef30513ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1769931080657763500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65ffaae-2806-4ae4-b0e9-88a480d7ab5a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c857ecb0-e375-47fe-a46c-83fa6c9e4e39, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c857ecb0-e375-47fe-a46c-83fa6c9e4e39, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14451406513548734824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b155d4-dfff-4612-9b39-043ef30513ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9ca283c-19de-4124-a13d-e4c0452f78aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ca283c-19de-4124-a13d-e4c0452f78aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16280878163028595372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c857ecb0-e375-47fe-a46c-83fa6c9e4e39, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a57c306a-c149-4f1d-8ac1-00ba3343736e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57c306a-c149-4f1d-8ac1-00ba3343736e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3072837303473381594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ca283c-19de-4124-a13d-e4c0452f78aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f13dcb6-3a38-4a71-ae80-fc9fa859975f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f13dcb6-3a38-4a71-ae80-fc9fa859975f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13876198856492182461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57c306a-c149-4f1d-8ac1-00ba3343736e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b3da19d-2676-4a6f-b228-da133e06b2f9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b3da19d-2676-4a6f-b228-da133e06b2f9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 67551702308971446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6755170230897144667551702308971446675517023089714466755170230897144667551702308971446675517023089714466755170230897144667551702308971446675517023089714466755170230897144667551702308971446675517023089714466755170230897144667551702308971446675517023089714466755170230897144667551702308971446675517023089714466755170230897144667551702308971446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b3da19d-2676-4a6f-b228-da133e06b2f9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79c2f8ab-6ff6-4f90-82c1-40f4cac6ef2e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c2f8ab-6ff6-4f90-82c1-40f4cac6ef2e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7462612049343971825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f13dcb6-3a38-4a71-ae80-fc9fa859975f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0baed1c-d2f2-46a8-ab65-5c303115449d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0baed1c-d2f2-46a8-ab65-5c303115449d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8462217031546674119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c2f8ab-6ff6-4f90-82c1-40f4cac6ef2e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0baed1c-d2f2-46a8-ab65-5c303115449d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6cb9a60-9898-4e89-aae1-69d6ef729789, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0edd9ac-5769-4d4a-8675-9141f3e12a27, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0edd9ac-5769-4d4a-8675-9141f3e12a27, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15151594179654405241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6cb9a60-9898-4e89-aae1-69d6ef729789, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005147122042889070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0edd9ac-5769-4d4a-8675-9141f3e12a27, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cdcc189-5bc6-4cda-aaec-a5807e397550, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cdcc189-5bc6-4cda-aaec-a5807e397550, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8773316841765343533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6cb9a60-9898-4e89-aae1-69d6ef729789, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf90ca4e-a394-450f-9d88-9df9c8b5e2fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf90ca4e-a394-450f-9d88-9df9c8b5e2fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5541829609053287884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cdcc189-5bc6-4cda-aaec-a5807e397550, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bafe4b98-890f-437d-b6fe-81fa5cd8c6f5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf90ca4e-a394-450f-9d88-9df9c8b5e2fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59239c88-ad9a-4040-8621-e06792b966b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59239c88-ad9a-4040-8621-e06792b966b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189396698254728090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bafe4b98-890f-437d-b6fe-81fa5cd8c6f5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15365332130613170643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59239c88-ad9a-4040-8621-e06792b966b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be233246-8419-402c-aed1-75c69dce6c23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be233246-8419-402c-aed1-75c69dce6c23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9131704003556908993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bafe4b98-890f-437d-b6fe-81fa5cd8c6f5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5be8ecaf-2282-4123-9b0f-0f0f19b53f98, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5be8ecaf-2282-4123-9b0f-0f0f19b53f98, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4187746456375027879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be233246-8419-402c-aed1-75c69dce6c23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:259 Command (pid 1448179) rc: 0
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ya.test:process.py:260 Command (pid 1448179) elapsed time (sec): 1.0583364963531494
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 441679c6-023c-493e-8004-f12f0988152a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441679c6-023c-493e-8004-f12f0988152a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12551758537208046770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770" } } } 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 1448179) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1448179) minflt: 45296
DEBUG    ya.test:process.py:263 Command (pid 1448179) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) nivcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 1448179) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1448179) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1448179) stime: 0.26880499999999996
DEBUG    ya.test:process.py:263 Command (pid 1448179) utime: 0.494631
DEBUG    ya.test:process.py:263 Command (pid 1448179) wtime: 1.071
DEBUG    ya.test:process.py:275 Command (pid 1448179) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-riky6msjhe
    Host information: 
        Linux ghrun-riky6msjhe 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    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5be8ecaf-2282-4123-9b0f-0f0f19b53f98, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ya.test:process.py:276 Command (pid 1448179) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c398864-f80a-41b3-9ba3-9f3c82397c17, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c398864-f80a-41b3-9ba3-9f3c82397c17, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17287183445300473238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441679c6-023c-493e-8004-f12f0988152a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca287e1f-9a98-4eb1-a286-bb600c41bcab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca287e1f-9a98-4eb1-a286-bb600c41bcab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2535589967423191631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c398864-f80a-41b3-9ba3-9f3c82397c17, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8887207-240e-4d2f-87ef-6542d36c672a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8887207-240e-4d2f-87ef-6542d36c672a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 238418924805029675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca287e1f-9a98-4eb1-a286-bb600c41bcab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b23053d1-d7f3-4396-af2e-e57f1a63d06c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b23053d1-d7f3-4396-af2e-e57f1a63d06c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 285980934322021561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8887207-240e-4d2f-87ef-6542d36c672a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19e4111e-2791-43f3-9ac7-2c8ad0eca755, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e4111e-2791-43f3-9ac7-2c8ad0eca755, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 107629193831596743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b23053d1-d7f3-4396-af2e-e57f1a63d06c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3806348f-1ea0-401c-aab9-c3f1aa5f7eeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3806348f-1ea0-401c-aab9-c3f1aa5f7eeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17618081755887219494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3806348f-1ea0-401c-aab9-c3f1aa5f7eeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b146bb7f-4e73-4703-af34-fbacbe852cc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b146bb7f-4e73-4703-af34-fbacbe852cc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5580859619737199211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e4111e-2791-43f3-9ac7-2c8ad0eca755, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abbf9c38-ab95-4b68-a7f4-d0557696ff2a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abbf9c38-ab95-4b68-a7f4-d0557696ff2a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12390931684251474414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b146bb7f-4e73-4703-af34-fbacbe852cc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f903d0e1-c124-42b0-b1a5-9200cf45a429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f903d0e1-c124-42b0-b1a5-9200cf45a429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7448074784579147481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abbf9c38-ab95-4b68-a7f4-d0557696ff2a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa546107-aeb7-43bb-b07a-d4506753eb46, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa546107-aeb7-43bb-b07a-d4506753eb46, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10498739956307673262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f903d0e1-c124-42b0-b1a5-9200cf45a429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa546107-aeb7-43bb-b07a-d4506753eb46, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80453d1f-6ac2-4a31-ba15-e7e4da1e3c1f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a1d538b-c355-45ee-b42d-6c257e2b939f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80453d1f-6ac2-4a31-ba15-e7e4da1e3c1f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12280046128700585852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a1d538b-c355-45ee-b42d-6c257e2b939f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5767867059014006092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80453d1f-6ac2-4a31-ba15-e7e4da1e3c1f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d56385c5-b9ce-470c-8a21-a08e07d9df03, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56385c5-b9ce-470c-8a21-a08e07d9df03, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 695174454191051323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a1d538b-c355-45ee-b42d-6c257e2b939f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56385c5-b9ce-470c-8a21-a08e07d9df03, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4af134a5-fec6-4cb0-abbf-881e3f9bd13b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4af134a5-fec6-4cb0-abbf-881e3f9bd13b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11616769623646589495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d127bff8-d011-4272-b624-815b70c9b865, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d127bff8-d011-4272-b624-815b70c9b865, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7460607619482981180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4af134a5-fec6-4cb0-abbf-881e3f9bd13b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ced9a6e1-fa4d-40e0-934c-3ee43591d3e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced9a6e1-fa4d-40e0-934c-3ee43591d3e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9976239308289218000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d127bff8-d011-4272-b624-815b70c9b865, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 873ed698-b5a3-4730-8c6d-b8124b4c9352, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 873ed698-b5a3-4730-8c6d-b8124b4c9352, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 109695149181294650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced9a6e1-fa4d-40e0-934c-3ee43591d3e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a341456c-69f5-430b-8c8b-ec65ea6af519, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a341456c-69f5-430b-8c8b-ec65ea6af519, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8699513800719495834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 873ed698-b5a3-4730-8c6d-b8124b4c9352, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 425d4166-89e3-4612-a483-db7ff118aa38, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 425d4166-89e3-4612-a483-db7ff118aa38, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16106827825532608075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a341456c-69f5-430b-8c8b-ec65ea6af519, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 059fc482-27a0-4697-b786-cff7dbc7872a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059fc482-27a0-4697-b786-cff7dbc7872a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10690208372996130998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 425d4166-89e3-4612-a483-db7ff118aa38, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40971146-8413-42f9-98a8-4456a73bc1f9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40971146-8413-42f9-98a8-4456a73bc1f9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4883334324746614126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059fc482-27a0-4697-b786-cff7dbc7872a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 696cae53-c8eb-4252-bb06-6e0397ee01c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696cae53-c8eb-4252-bb06-6e0397ee01c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1239842964582034054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40971146-8413-42f9-98a8-4456a73bc1f9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 691d7812-7d7a-4a8a-a294-b137e1b9d59c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696cae53-c8eb-4252-bb06-6e0397ee01c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3414989-9bf3-4829-8845-47f874349e47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3414989-9bf3-4829-8845-47f874349e47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15874497857221885647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 691d7812-7d7a-4a8a-a294-b137e1b9d59c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10424262217405493207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3414989-9bf3-4829-8845-47f874349e47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cb97f99-1cc3-4355-acc9-a84f261902f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb97f99-1cc3-4355-acc9-a84f261902f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15330235643922875538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 691d7812-7d7a-4a8a-a294-b137e1b9d59c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33a09502-46ff-41ec-afda-f285beeb5f3e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33a09502-46ff-41ec-afda-f285beeb5f3e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11805534099061974840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb97f99-1cc3-4355-acc9-a84f261902f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8599d36b-6898-473d-a6a2-182cc5761139, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8599d36b-6898-473d-a6a2-182cc5761139, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627507633164948596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33a09502-46ff-41ec-afda-f285beeb5f3e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fab4f97-07a0-4f67-89e1-f674a9bceea1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fab4f97-07a0-4f67-89e1-f674a9bceea1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2882784874520073637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fab4f97-07a0-4f67-89e1-f674a9bceea1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3424a6c-b469-43dc-b6a0-34c8a97daaef, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8599d36b-6898-473d-a6a2-182cc5761139, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d23bee-6dac-4fe6-9ced-4131744fb6fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d23bee-6dac-4fe6-9ced-4131744fb6fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14941964837591269742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3424a6c-b469-43dc-b6a0-34c8a97daaef, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6581255783867497325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3424a6c-b469-43dc-b6a0-34c8a97daaef, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59bb9f4a-1219-48d2-ad46-c8015d45157b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d23bee-6dac-4fe6-9ced-4131744fb6fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a82d476c-566e-4664-8c1a-ff35bf340206, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59bb9f4a-1219-48d2-ad46-c8015d45157b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8997368280381106873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82d476c-566e-4664-8c1a-ff35bf340206, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5330601567777958203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59bb9f4a-1219-48d2-ad46-c8015d45157b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed906e13-ff64-462f-bdf2-4980e0541979, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed906e13-ff64-462f-bdf2-4980e0541979, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1557861911449292982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82d476c-566e-4664-8c1a-ff35bf340206, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb177a4-d0d2-40c5-a8d5-7eb96c149355, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb177a4-d0d2-40c5-a8d5-7eb96c149355, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6913172213396847260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed906e13-ff64-462f-bdf2-4980e0541979, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d41ad283-d7e2-43ec-acf9-49ca79af6526, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d41ad283-d7e2-43ec-acf9-49ca79af6526, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1533070272876106835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb177a4-d0d2-40c5-a8d5-7eb96c149355, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90272dfc-4655-48e0-9fbd-4c574bd7d5c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90272dfc-4655-48e0-9fbd-4c574bd7d5c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12965047988002364635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d41ad283-d7e2-43ec-acf9-49ca79af6526, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14506806-3c86-4f07-89f0-39926ade42e7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14506806-3c86-4f07-89f0-39926ade42e7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15178872525238492436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90272dfc-4655-48e0-9fbd-4c574bd7d5c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43ead483-0dad-476e-b98f-0be456a3816f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ead483-0dad-476e-b98f-0be456a3816f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9411444135961135341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14506806-3c86-4f07-89f0-39926ade42e7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d952df5b-6004-4a26-91d2-3189fd1b5cc0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d952df5b-6004-4a26-91d2-3189fd1b5cc0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050971486219339404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ead483-0dad-476e-b98f-0be456a3816f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5448d830-ff3a-4353-a76d-77ddc9a23ae2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5448d830-ff3a-4353-a76d-77ddc9a23ae2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11015016790224580671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d952df5b-6004-4a26-91d2-3189fd1b5cc0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dab53c1-0ffd-4ace-81c5-8f75af4faa2e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dab53c1-0ffd-4ace-81c5-8f75af4faa2e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18318454239070982041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5448d830-ff3a-4353-a76d-77ddc9a23ae2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07298054-ac06-463b-ba25-9ccf82f469ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07298054-ac06-463b-ba25-9ccf82f469ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15227489406161617918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dab53c1-0ffd-4ace-81c5-8f75af4faa2e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07298054-ac06-463b-ba25-9ccf82f469ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3788388-d0b0-46b5-b3b7-48fa267cc6da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3788388-d0b0-46b5-b3b7-48fa267cc6da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15718932883814732443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52fbc0f5-c064-42d7-b782-ebb579e1f001, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fbc0f5-c064-42d7-b782-ebb579e1f001, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8728829174523731810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3788388-d0b0-46b5-b3b7-48fa267cc6da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11ab2232-5e5e-46bd-9e54-2395b1999e19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ab2232-5e5e-46bd-9e54-2395b1999e19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18061021720108532214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fbc0f5-c064-42d7-b782-ebb579e1f001, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b8ad7f8-abad-49bc-a9c2-f1359e8d1e37, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8ad7f8-abad-49bc-a9c2-f1359e8d1e37, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7152257351182549928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8ad7f8-abad-49bc-a9c2-f1359e8d1e37, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abe9ec24-0d9e-4331-8a14-990b731d514a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ab2232-5e5e-46bd-9e54-2395b1999e19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 125174d4-03bf-476d-a5ce-5ed9b7d91c35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125174d4-03bf-476d-a5ce-5ed9b7d91c35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16699489024076684175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abe9ec24-0d9e-4331-8a14-990b731d514a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16302755976895102399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125174d4-03bf-476d-a5ce-5ed9b7d91c35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa978ac-bb87-48b1-a9a1-52ebb2c9dfcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa978ac-bb87-48b1-a9a1-52ebb2c9dfcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11892862110626874564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abe9ec24-0d9e-4331-8a14-990b731d514a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8552b0e3-ed92-463c-8733-290db2209350, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8552b0e3-ed92-463c-8733-290db2209350, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1359241484512407087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa978ac-bb87-48b1-a9a1-52ebb2c9dfcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ea2eb6d-1231-4197-a466-025d4a18c978, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ea2eb6d-1231-4197-a466-025d4a18c978, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10308178681422052567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8552b0e3-ed92-463c-8733-290db2209350, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e50758a-0fb4-480e-828a-5f4e9301ba9e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e50758a-0fb4-480e-828a-5f4e9301ba9e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6641405631218831364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ea2eb6d-1231-4197-a466-025d4a18c978, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f942ba0b-cf22-4f2f-8e4e-5271244d8b75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f942ba0b-cf22-4f2f-8e4e-5271244d8b75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15286025737548954694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e50758a-0fb4-480e-828a-5f4e9301ba9e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3dec61d-176a-452c-881f-ab14d324599f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3dec61d-176a-452c-881f-ab14d324599f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17892083009708525254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f942ba0b-cf22-4f2f-8e4e-5271244d8b75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68e3ac06-ca65-4d1a-a283-f4d791c29af4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68e3ac06-ca65-4d1a-a283-f4d791c29af4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 239690659252743440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3dec61d-176a-452c-881f-ab14d324599f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 481ec166-f8d8-4d2a-afd1-2ea07cb195db, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 481ec166-f8d8-4d2a-afd1-2ea07cb195db, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8357278294117517035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68e3ac06-ca65-4d1a-a283-f4d791c29af4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7160ff6-40a5-402f-91a7-a1c454882a0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7160ff6-40a5-402f-91a7-a1c454882a0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082052259880216732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 481ec166-f8d8-4d2a-afd1-2ea07cb195db, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1074df9a-7b04-40e7-ac63-03c3fb3db22b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1074df9a-7b04-40e7-ac63-03c3fb3db22b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2432501763753493638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7160ff6-40a5-402f-91a7-a1c454882a0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec616c1b-0ac9-4542-8e0d-0950970b86e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec616c1b-0ac9-4542-8e0d-0950970b86e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3808570172752047907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1074df9a-7b04-40e7-ac63-03c3fb3db22b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7564640-38a3-4a75-abb0-6c95a9736776, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7564640-38a3-4a75-abb0-6c95a9736776, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7106061944828347082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec616c1b-0ac9-4542-8e0d-0950970b86e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34938ef8-63e7-4b02-835f-9dd49ae36d1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34938ef8-63e7-4b02-835f-9dd49ae36d1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1467572534309544765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34938ef8-63e7-4b02-835f-9dd49ae36d1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1cf5bb7-227a-41bb-84f4-5ccfd9c6c702, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1cf5bb7-227a-41bb-84f4-5ccfd9c6c702, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14027459809167449288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7564640-38a3-4a75-abb0-6c95a9736776, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2753573f-9f30-4688-8f81-7bd87459760c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2753573f-9f30-4688-8f81-7bd87459760c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9131982601052319978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1cf5bb7-227a-41bb-84f4-5ccfd9c6c702, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48c90ff7-c06e-4363-a78d-9fcb05df8c06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c90ff7-c06e-4363-a78d-9fcb05df8c06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3678506731200876208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2753573f-9f30-4688-8f81-7bd87459760c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0acf252-b686-4faf-a761-40e832b80a5a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0acf252-b686-4faf-a761-40e832b80a5a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10582195762647950940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c90ff7-c06e-4363-a78d-9fcb05df8c06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1d59912-af8c-4af7-b002-88125863cde6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0acf252-b686-4faf-a761-40e832b80a5a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a22abb2c-41ac-445d-970b-93c45bcadc1f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1d59912-af8c-4af7-b002-88125863cde6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3708020040345001985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a22abb2c-41ac-445d-970b-93c45bcadc1f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17130028812204531704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a22abb2c-41ac-445d-970b-93c45bcadc1f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 263e40cf-3013-4819-ac30-7b9b83e99f17, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 263e40cf-3013-4819-ac30-7b9b83e99f17, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13425997374997897857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1d59912-af8c-4af7-b002-88125863cde6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bafb89d-db1d-415d-ad70-9e07e328fff8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bafb89d-db1d-415d-ad70-9e07e328fff8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5845370160415446166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 263e40cf-3013-4819-ac30-7b9b83e99f17, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01b8735e-fb44-41db-ae7d-804a8bf56113, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01b8735e-fb44-41db-ae7d-804a8bf56113, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4441307085916537433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bafb89d-db1d-415d-ad70-9e07e328fff8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de83bbb7-28ca-402c-9af3-b724dadca47a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de83bbb7-28ca-402c-9af3-b724dadca47a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9648666329108865001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01b8735e-fb44-41db-ae7d-804a8bf56113, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 665c5b85-ec62-4067-874b-587f02ce44ef, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665c5b85-ec62-4067-874b-587f02ce44ef, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344542612952171002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de83bbb7-28ca-402c-9af3-b724dadca47a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 502ef138-e254-40ce-95aa-f5656db4c5b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 502ef138-e254-40ce-95aa-f5656db4c5b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 671359315354444998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665c5b85-ec62-4067-874b-587f02ce44ef, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 806a04f1-c5bf-4539-aac4-ecc2adccc66e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 806a04f1-c5bf-4539-aac4-ecc2adccc66e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1689158262770245124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 502ef138-e254-40ce-95aa-f5656db4c5b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20dc52fa-b88d-4c6c-921c-de79f5b7fb8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20dc52fa-b88d-4c6c-921c-de79f5b7fb8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5189229143950608904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 806a04f1-c5bf-4539-aac4-ecc2adccc66e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28bd1aa6-b56b-4c14-a6a0-8a8731b0ead5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28bd1aa6-b56b-4c14-a6a0-8a8731b0ead5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12515673054903986509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20dc52fa-b88d-4c6c-921c-de79f5b7fb8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e05aacb9-35af-4221-bf9c-620641835165, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05aacb9-35af-4221-bf9c-620641835165, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14306382772940989749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28bd1aa6-b56b-4c14-a6a0-8a8731b0ead5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea5dba1a-f772-4416-b6c6-ec4447936f53, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5dba1a-f772-4416-b6c6-ec4447936f53, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16814604452800265051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05aacb9-35af-4221-bf9c-620641835165, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16f77511-be11-4650-9dc7-a870cb95cbc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f77511-be11-4650-9dc7-a870cb95cbc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15361057638258810740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5dba1a-f772-4416-b6c6-ec4447936f53, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7961faeb-d786-41e7-aebe-35d4e9853927, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7961faeb-d786-41e7-aebe-35d4e9853927, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5451177167794476398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f77511-be11-4650-9dc7-a870cb95cbc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25381423-b410-4d3b-bf14-c600fb467147, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25381423-b410-4d3b-bf14-c600fb467147, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12650822607221692374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7961faeb-d786-41e7-aebe-35d4e9853927, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5fdc062-f18c-4f1d-8927-34441f471dbd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25381423-b410-4d3b-bf14-c600fb467147, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7107c6ab-5cec-4167-b4f4-a955acde5546, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7107c6ab-5cec-4167-b4f4-a955acde5546, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17735304528621539005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5fdc062-f18c-4f1d-8927-34441f471dbd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4057903636431233782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7107c6ab-5cec-4167-b4f4-a955acde5546, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 841b2d60-68d5-4fbd-991f-99c7e6ca4caf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 841b2d60-68d5-4fbd-991f-99c7e6ca4caf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6226752443541958771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5fdc062-f18c-4f1d-8927-34441f471dbd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 345147da-ee6c-4789-8056-b084a5c797a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345147da-ee6c-4789-8056-b084a5c797a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2316260514758619987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345147da-ee6c-4789-8056-b084a5c797a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 348b93ee-3def-4d0a-a8a7-fa51330ac657, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348b93ee-3def-4d0a-a8a7-fa51330ac657, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18068578507018849186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 841b2d60-68d5-4fbd-991f-99c7e6ca4caf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a8ec7a0-2e87-4eff-992c-0b37bf550e17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a8ec7a0-2e87-4eff-992c-0b37bf550e17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7812759570641245132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348b93ee-3def-4d0a-a8a7-fa51330ac657, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60f7df3b-69e6-4e14-81a1-f88a49287715, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60f7df3b-69e6-4e14-81a1-f88a49287715, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10123272289161396283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a8ec7a0-2e87-4eff-992c-0b37bf550e17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a28a48-e9fe-4bc2-8060-6def82c5e575, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a28a48-e9fe-4bc2-8060-6def82c5e575, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 624103022172109817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60f7df3b-69e6-4e14-81a1-f88a49287715, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d54a21f1-8fc0-4df9-b6b7-535ad8a42f47, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a28a48-e9fe-4bc2-8060-6def82c5e575, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 916f6135-c64d-4452-a326-b83fb1d039b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916f6135-c64d-4452-a326-b83fb1d039b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7061284061726740434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54a21f1-8fc0-4df9-b6b7-535ad8a42f47, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1318753338602711465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916f6135-c64d-4452-a326-b83fb1d039b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0f2aa47-221a-46cd-a3b0-f755fb2f6873, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0f2aa47-221a-46cd-a3b0-f755fb2f6873, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5190231660575479307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54a21f1-8fc0-4df9-b6b7-535ad8a42f47, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65b92bac-4d3f-455f-bcda-8be5f760d11c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65b92bac-4d3f-455f-bcda-8be5f760d11c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2284152237138679514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0f2aa47-221a-46cd-a3b0-f755fb2f6873, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a47ec27-c508-45d4-b791-09ead3e05b09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a47ec27-c508-45d4-b791-09ead3e05b09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4665264005827598382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65b92bac-4d3f-455f-bcda-8be5f760d11c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5fb1b93-6e86-43bd-b71d-4ee960821025, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5fb1b93-6e86-43bd-b71d-4ee960821025, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9717840976860520563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a47ec27-c508-45d4-b791-09ead3e05b09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b62eb97a-25ac-478a-b535-3397ed5dce71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b62eb97a-25ac-478a-b535-3397ed5dce71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17137974504857682700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b62eb97a-25ac-478a-b535-3397ed5dce71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7a436b2-7117-48e0-ae94-cdf2125b5b33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a436b2-7117-48e0-ae94-cdf2125b5b33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9342471103134427630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5fb1b93-6e86-43bd-b71d-4ee960821025, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53478ad7-7db7-4057-a125-f5e9f8b759ec, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53478ad7-7db7-4057-a125-f5e9f8b759ec, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11352255942010467023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a436b2-7117-48e0-ae94-cdf2125b5b33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02201a29-bf78-4e2f-ba8e-d93532e5000b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53478ad7-7db7-4057-a125-f5e9f8b759ec, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56956ddf-4e70-47e7-b282-e1575dd541a7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56956ddf-4e70-47e7-b282-e1575dd541a7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13800003961575538235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02201a29-bf78-4e2f-ba8e-d93532e5000b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 30075262513640740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3007526251364074030075262513640740300752625136407403007526251364074030075262513640740300752625136407403007526251364074030075262513640740300752625136407403007526251364074030075262513640740300752625136407403007526251364074030075262513640740300752625136407403007526251364074030075262513640740300752625136407403007526251364074030075262513640740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56956ddf-4e70-47e7-b282-e1575dd541a7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee814a32-1640-4014-b4da-d67aadefdfb6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee814a32-1640-4014-b4da-d67aadefdfb6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3923959939033580840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02201a29-bf78-4e2f-ba8e-d93532e5000b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8592b60-8f02-44f3-bbdb-d54738784cf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8592b60-8f02-44f3-bbdb-d54738784cf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4910014331315676645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee814a32-1640-4014-b4da-d67aadefdfb6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fb807fa-dc42-4d00-98fe-759daca48610, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb807fa-dc42-4d00-98fe-759daca48610, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16801738383620539523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8592b60-8f02-44f3-bbdb-d54738784cf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe848ee9-4abc-453d-8415-1c28bd015dda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe848ee9-4abc-453d-8415-1c28bd015dda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1254432209815022673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb807fa-dc42-4d00-98fe-759daca48610, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5b017fe-8711-4057-aea0-36317015041e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe848ee9-4abc-453d-8415-1c28bd015dda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b017fe-8711-4057-aea0-36317015041e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11256497872130909154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434d0193-223c-470a-9f69-b1d0dd2c0152, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434d0193-223c-470a-9f69-b1d0dd2c0152, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1724732366127582252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b017fe-8711-4057-aea0-36317015041e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f15eb22e-7bc3-4fa0-b207-1b065cc9aa61, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f15eb22e-7bc3-4fa0-b207-1b065cc9aa61, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13651668304371813231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434d0193-223c-470a-9f69-b1d0dd2c0152, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90c272bd-6877-47bf-acbb-3e98dfa8354f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90c272bd-6877-47bf-acbb-3e98dfa8354f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 694105969444312784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90c272bd-6877-47bf-acbb-3e98dfa8354f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0ccae2e-7ad1-4b68-8e18-e7532b33b7c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ccae2e-7ad1-4b68-8e18-e7532b33b7c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6552966127135246530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f15eb22e-7bc3-4fa0-b207-1b065cc9aa61, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8feefa28-d0bf-4eb1-948a-247f7502452e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8feefa28-d0bf-4eb1-948a-247f7502452e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14335874052316890006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ccae2e-7ad1-4b68-8e18-e7532b33b7c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 377f7f87-197a-442b-8a3b-ccb05c83068a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 377f7f87-197a-442b-8a3b-ccb05c83068a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9597615293849153287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 377f7f87-197a-442b-8a3b-ccb05c83068a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a58bac61-743a-47b2-b284-ce1096bb821c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8feefa28-d0bf-4eb1-948a-247f7502452e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5369928-8ad1-4754-9090-36ff3e05d609, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5369928-8ad1-4754-9090-36ff3e05d609, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11948202306336707920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a58bac61-743a-47b2-b284-ce1096bb821c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13127435994071723789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a58bac61-743a-47b2-b284-ce1096bb821c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e09deb8e-0968-41ca-a931-4b292be6967b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5369928-8ad1-4754-9090-36ff3e05d609, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 804b9c9a-a0d6-4f3d-8662-00c854dc81d3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e09deb8e-0968-41ca-a931-4b292be6967b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 402215275335603624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 804b9c9a-a0d6-4f3d-8662-00c854dc81d3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4318270002508556041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e09deb8e-0968-41ca-a931-4b292be6967b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 804b9c9a-a0d6-4f3d-8662-00c854dc81d3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de7c15e9-a5d9-49c6-8b99-412d4a67942d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de7c15e9-a5d9-49c6-8b99-412d4a67942d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16493250368591685270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d61d4129-f9cc-4966-b17b-334beed493b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d61d4129-f9cc-4966-b17b-334beed493b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9307652917404725568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de7c15e9-a5d9-49c6-8b99-412d4a67942d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a32af58-933a-42db-9db1-2b5d23d86b6f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a32af58-933a-42db-9db1-2b5d23d86b6f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1138297508861281248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d61d4129-f9cc-4966-b17b-334beed493b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47a95465-2da2-4e0f-9880-9deba612a51d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47a95465-2da2-4e0f-9880-9deba612a51d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2185621186567533232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a32af58-933a-42db-9db1-2b5d23d86b6f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d89d6a8-3df5-4633-8749-fd225d368a53, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d89d6a8-3df5-4633-8749-fd225d368a53, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2439762901041117976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47a95465-2da2-4e0f-9880-9deba612a51d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfa7f65a-8739-4f66-8fa1-8970bcb064b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa7f65a-8739-4f66-8fa1-8970bcb064b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7832689940801555690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d89d6a8-3df5-4633-8749-fd225d368a53, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc777a37-06a5-4873-ae01-973893b8f31f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc777a37-06a5-4873-ae01-973893b8f31f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2520284332963154337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa7f65a-8739-4f66-8fa1-8970bcb064b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4746197c-9cc8-4cbe-a954-1a2995c439aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4746197c-9cc8-4cbe-a954-1a2995c439aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14994370710034092546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc777a37-06a5-4873-ae01-973893b8f31f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 762db414-74c2-4f6d-b74a-85e838fdd640, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 762db414-74c2-4f6d-b74a-85e838fdd640, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14613628786422684869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4746197c-9cc8-4cbe-a954-1a2995c439aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd72a05c-3c5a-4bfa-8921-3045aa935251, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd72a05c-3c5a-4bfa-8921-3045aa935251, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14740739518358274502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 762db414-74c2-4f6d-b74a-85e838fdd640, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ea640d-4f83-435b-941f-e83d7e1b0c1d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ea640d-4f83-435b-941f-e83d7e1b0c1d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11025845168630467490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd72a05c-3c5a-4bfa-8921-3045aa935251, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 064b2847-89c3-4336-ba93-b3261ba1e5c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 064b2847-89c3-4336-ba93-b3261ba1e5c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17701002013982455734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ea640d-4f83-435b-941f-e83d7e1b0c1d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7227a179-a83e-4699-baed-96b1ccd57954, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7227a179-a83e-4699-baed-96b1ccd57954, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 383320254163776226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 064b2847-89c3-4336-ba93-b3261ba1e5c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7227a179-a83e-4699-baed-96b1ccd57954, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2b7cb1e-d1b9-4eee-8dad-a373036057ed, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2b7cb1e-d1b9-4eee-8dad-a373036057ed, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5110726825923363230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9429273d-eba5-4b85-aae5-7242e0cf6ce7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9429273d-eba5-4b85-aae5-7242e0cf6ce7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8354990963032853565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9429273d-eba5-4b85-aae5-7242e0cf6ce7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31a83ad4-790d-4af0-aa4a-424c607526a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a83ad4-790d-4af0-aa4a-424c607526a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14759735274727202985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2b7cb1e-d1b9-4eee-8dad-a373036057ed, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94411063-8990-4397-962e-eb187e2a7e41, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a83ad4-790d-4af0-aa4a-424c607526a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4194d44-e461-436b-871c-272de77f0833, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4194d44-e461-436b-871c-272de77f0833, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10617440485791924132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94411063-8990-4397-962e-eb187e2a7e41, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12462048719332507085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94411063-8990-4397-962e-eb187e2a7e41, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 184b54bc-7a8a-4c40-84cc-13fe689680cf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4194d44-e461-436b-871c-272de77f0833, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64220a8d-ca89-4341-b8d5-6a31ea74ae61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64220a8d-ca89-4341-b8d5-6a31ea74ae61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16144585873686604043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 184b54bc-7a8a-4c40-84cc-13fe689680cf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6547086088069790920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64220a8d-ca89-4341-b8d5-6a31ea74ae61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f762cbb-8d75-4024-a291-ea5992cdb5aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 184b54bc-7a8a-4c40-84cc-13fe689680cf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53df6e14-a077-42e9-aa1a-fa5b2b4614db, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f762cbb-8d75-4024-a291-ea5992cdb5aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2813584876102054190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53df6e14-a077-42e9-aa1a-fa5b2b4614db, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9781958263266420173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f762cbb-8d75-4024-a291-ea5992cdb5aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8915cd40-dd98-4502-907b-42d4ec4ca79f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8915cd40-dd98-4502-907b-42d4ec4ca79f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3671922300528934078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53df6e14-a077-42e9-aa1a-fa5b2b4614db, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e34f0b0-00bc-4fdb-93c5-f0cd29ecfe23, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8915cd40-dd98-4502-907b-42d4ec4ca79f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e34f0b0-00bc-4fdb-93c5-f0cd29ecfe23, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 558666833729558511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8e9ab48-7aba-45c3-861e-2c99c8b9156a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e34f0b0-00bc-4fdb-93c5-f0cd29ecfe23, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46285221-c5a8-43ce-a9e1-51c087e65a23, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e9ab48-7aba-45c3-861e-2c99c8b9156a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16992133332591663473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46285221-c5a8-43ce-a9e1-51c087e65a23, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6003330948578238685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e9ab48-7aba-45c3-861e-2c99c8b9156a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1677ba23-0f29-4b24-bdb4-6331f523ba37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46285221-c5a8-43ce-a9e1-51c087e65a23, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, babbab06-5adc-4438-be53-fda721524781, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1677ba23-0f29-4b24-bdb4-6331f523ba37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 391425862832550052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, babbab06-5adc-4438-be53-fda721524781, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11653405169487812273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1677ba23-0f29-4b24-bdb4-6331f523ba37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1628e4d-a0d7-4405-88b8-91127fd9403e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1628e4d-a0d7-4405-88b8-91127fd9403e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1340611148336254322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, babbab06-5adc-4438-be53-fda721524781, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cbfa171-93e9-4a99-b2c0-ffc34989894e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cbfa171-93e9-4a99-b2c0-ffc34989894e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 270784012279012232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1628e4d-a0d7-4405-88b8-91127fd9403e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab1a9d1c-af2f-4d33-bb12-8fd6fedba881, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1a9d1c-af2f-4d33-bb12-8fd6fedba881, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15159568272520418548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cbfa171-93e9-4a99-b2c0-ffc34989894e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6767de93-f5b2-4d25-8644-d4b58635bad4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6767de93-f5b2-4d25-8644-d4b58635bad4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2812655555248195731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1a9d1c-af2f-4d33-bb12-8fd6fedba881, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5da49f87-6140-4e52-8b50-a81cf198f8ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5da49f87-6140-4e52-8b50-a81cf198f8ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15984438117705307119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6767de93-f5b2-4d25-8644-d4b58635bad4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abf6857a-298e-4ecf-b1b4-279af5b39881, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf6857a-298e-4ecf-b1b4-279af5b39881, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16441359822042058876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5da49f87-6140-4e52-8b50-a81cf198f8ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c67e2b1-9aab-469f-9726-4ba86954ac0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c67e2b1-9aab-469f-9726-4ba86954ac0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5307491543421198749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf6857a-298e-4ecf-b1b4-279af5b39881, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0961b03-023f-476c-a21b-da88852b0e4e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0961b03-023f-476c-a21b-da88852b0e4e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16415461285389422812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0961b03-023f-476c-a21b-da88852b0e4e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e916b28-60cd-44da-bbb3-9a9876158ac8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e916b28-60cd-44da-bbb3-9a9876158ac8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7548428918755026745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c67e2b1-9aab-469f-9726-4ba86954ac0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c3875f2-11cf-43c4-a178-c27be9195d9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3875f2-11cf-43c4-a178-c27be9195d9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4665217060214765584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e916b28-60cd-44da-bbb3-9a9876158ac8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1ca0af-3153-4868-b23e-f4c54eeb1583, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1ca0af-3153-4868-b23e-f4c54eeb1583, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2257744624813189947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3875f2-11cf-43c4-a178-c27be9195d9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e04568f-a561-4154-b584-37c8f4fb06d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e04568f-a561-4154-b584-37c8f4fb06d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18290839949586030168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1ca0af-3153-4868-b23e-f4c54eeb1583, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00cb0d11-394e-439c-8851-6886515de7ba, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00cb0d11-394e-439c-8851-6886515de7ba, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16419346922959337846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00cb0d11-394e-439c-8851-6886515de7ba, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24d25310-c5da-4379-acc4-44ca0f5c02e6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d25310-c5da-4379-acc4-44ca0f5c02e6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8919332563449401515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e04568f-a561-4154-b584-37c8f4fb06d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6827981c-a951-4f23-aeaf-418969318862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6827981c-a951-4f23-aeaf-418969318862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11793999282356543554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d25310-c5da-4379-acc4-44ca0f5c02e6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7a05a5-1e6f-491b-9f15-40b5d24c63a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7a05a5-1e6f-491b-9f15-40b5d24c63a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13778677869684767068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6827981c-a951-4f23-aeaf-418969318862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4fd4a49-9976-4ac2-9352-717a093dc591, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4fd4a49-9976-4ac2-9352-717a093dc591, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17576113830842576981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7a05a5-1e6f-491b-9f15-40b5d24c63a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e397e383-feab-44dd-aef0-ba6588ad05a1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e397e383-feab-44dd-aef0-ba6588ad05a1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5740505037184536529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4fd4a49-9976-4ac2-9352-717a093dc591, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95db5a10-5de3-48f9-853b-fa2318339d4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95db5a10-5de3-48f9-853b-fa2318339d4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16695657919420865223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e397e383-feab-44dd-aef0-ba6588ad05a1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35b9432a-e581-4b24-a995-375bb63505b6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b9432a-e581-4b24-a995-375bb63505b6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14695205724043947376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95db5a10-5de3-48f9-853b-fa2318339d4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1814a522-59dc-4b5b-9233-5154fa8ffc9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1814a522-59dc-4b5b-9233-5154fa8ffc9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13566488295589318805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b9432a-e581-4b24-a995-375bb63505b6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfef999d-7e44-426f-9752-89fc7f1053ac, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfef999d-7e44-426f-9752-89fc7f1053ac, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1728160086717279234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1814a522-59dc-4b5b-9233-5154fa8ffc9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eceedc4-f0a8-47a3-b8b7-b055eb0460b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eceedc4-f0a8-47a3-b8b7-b055eb0460b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15735039445306279244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfef999d-7e44-426f-9752-89fc7f1053ac, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b4c241c-f877-40ca-9021-a839957f0644, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b4c241c-f877-40ca-9021-a839957f0644, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8995507703909669651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eceedc4-f0a8-47a3-b8b7-b055eb0460b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e70641ce-19cd-4aae-8cc1-fcab26a13348, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70641ce-19cd-4aae-8cc1-fcab26a13348, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4269004251127272355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b4c241c-f877-40ca-9021-a839957f0644, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7819110-6b9d-4ead-bdda-2b961f695ebc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7819110-6b9d-4ead-bdda-2b961f695ebc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8909100215227651895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70641ce-19cd-4aae-8cc1-fcab26a13348, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c503f921-dcaf-4945-b9ab-fd3b94e5f13e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c503f921-dcaf-4945-b9ab-fd3b94e5f13e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8746901571004798745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c503f921-dcaf-4945-b9ab-fd3b94e5f13e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb73d209-4327-4220-877e-7c5d1c11dff4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7819110-6b9d-4ead-bdda-2b961f695ebc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb73d209-4327-4220-877e-7c5d1c11dff4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10093048445245565038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e37787-28aa-48d9-bd31-de1f2e977ae9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e37787-28aa-48d9-bd31-de1f2e977ae9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11344414784752312788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb73d209-4327-4220-877e-7c5d1c11dff4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac3d62df-3156-4f22-95d5-be95f9ec065a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac3d62df-3156-4f22-95d5-be95f9ec065a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13275688870772090722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e37787-28aa-48d9-bd31-de1f2e977ae9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32efce1a-f80d-427d-aa13-8e5b156678a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32efce1a-f80d-427d-aa13-8e5b156678a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16279620766723435738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac3d62df-3156-4f22-95d5-be95f9ec065a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b173eaa0-40e9-49f6-ac99-aeda7a165d94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b173eaa0-40e9-49f6-ac99-aeda7a165d94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10213483262839394116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32efce1a-f80d-427d-aa13-8e5b156678a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b2bed4-1676-40ad-877c-ab3a5e7b7fe7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b2bed4-1676-40ad-877c-ab3a5e7b7fe7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2406998177868371802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b173eaa0-40e9-49f6-ac99-aeda7a165d94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90d5ed38-9df8-4abe-8da1-6bbd20536db6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d5ed38-9df8-4abe-8da1-6bbd20536db6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16657569276439264667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b2bed4-1676-40ad-877c-ab3a5e7b7fe7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed84e867-816b-4a54-b76c-dac71c2216b1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed84e867-816b-4a54-b76c-dac71c2216b1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12819604053311685366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d5ed38-9df8-4abe-8da1-6bbd20536db6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82bf1319-b7ee-46b2-96d7-ef6f0e9fc9db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bf1319-b7ee-46b2-96d7-ef6f0e9fc9db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16641071934485916452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bf1319-b7ee-46b2-96d7-ef6f0e9fc9db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5a59360-9188-4119-80f1-7f84970dcac2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a59360-9188-4119-80f1-7f84970dcac2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9171913882400186998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed84e867-816b-4a54-b76c-dac71c2216b1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9a7454e-06c6-4e4d-b54e-e22bef7a4d8f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a7454e-06c6-4e4d-b54e-e22bef7a4d8f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611743785769372187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a59360-9188-4119-80f1-7f84970dcac2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a3534a0-9191-4917-b4e7-b11e20912450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a3534a0-9191-4917-b4e7-b11e20912450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12703513842754501598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a7454e-06c6-4e4d-b54e-e22bef7a4d8f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de90d696-914f-448c-b7b9-6a420b56fd05, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de90d696-914f-448c-b7b9-6a420b56fd05, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7678292794613387683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a3534a0-9191-4917-b4e7-b11e20912450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e38e98a-e9a9-41a2-89a5-0a1975e59131, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e38e98a-e9a9-41a2-89a5-0a1975e59131, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5572273786342384639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de90d696-914f-448c-b7b9-6a420b56fd05, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e203d9-1afc-490f-8985-ad9be2a74bd3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e203d9-1afc-490f-8985-ad9be2a74bd3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7409510325537445253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e38e98a-e9a9-41a2-89a5-0a1975e59131, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a82982cc-8742-42be-a2ed-c4f72e0b6797, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82982cc-8742-42be-a2ed-c4f72e0b6797, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680775472219587812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e203d9-1afc-490f-8985-ad9be2a74bd3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81da3a50-6a78-4124-b746-47c8f33335e6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81da3a50-6a78-4124-b746-47c8f33335e6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13656301281899832347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82982cc-8742-42be-a2ed-c4f72e0b6797, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c502fc4d-8855-45d4-8dfe-66c507900a3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c502fc4d-8855-45d4-8dfe-66c507900a3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17026129712664670953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81da3a50-6a78-4124-b746-47c8f33335e6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42c26229-77b0-456f-bf64-1f9a10af45e3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42c26229-77b0-456f-bf64-1f9a10af45e3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1394375916750852470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c502fc4d-8855-45d4-8dfe-66c507900a3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f94ff02a-319f-40b8-9be1-fa12e2df286d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42c26229-77b0-456f-bf64-1f9a10af45e3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f94ff02a-319f-40b8-9be1-fa12e2df286d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3312672974793142311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f839faf-3bff-4aa3-abec-a27a8fde235c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f839faf-3bff-4aa3-abec-a27a8fde235c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12312325457479082279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f94ff02a-319f-40b8-9be1-fa12e2df286d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e86fcf0-1aca-4824-8d3e-413e9de8cc2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e86fcf0-1aca-4824-8d3e-413e9de8cc2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11891616485032481362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f839faf-3bff-4aa3-abec-a27a8fde235c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30ec99ae-2383-4eab-bc41-744d59ecb5ec, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ec99ae-2383-4eab-bc41-744d59ecb5ec, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8208609056253217324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e86fcf0-1aca-4824-8d3e-413e9de8cc2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 256fbaf9-71e2-4bb6-8afb-e0fc12ae5615, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 256fbaf9-71e2-4bb6-8afb-e0fc12ae5615, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2711076180401621762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ec99ae-2383-4eab-bc41-744d59ecb5ec, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74667a04-8b29-4211-9c2d-2cf2661c5596, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74667a04-8b29-4211-9c2d-2cf2661c5596, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 897186924248209463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 256fbaf9-71e2-4bb6-8afb-e0fc12ae5615, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f091412b-727b-4e52-bd8b-e6fb23b67b33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f091412b-727b-4e52-bd8b-e6fb23b67b33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17366090416399828360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74667a04-8b29-4211-9c2d-2cf2661c5596, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f96b6cd-3c20-4f5a-b2b0-d2fb7df882ce, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f96b6cd-3c20-4f5a-b2b0-d2fb7df882ce, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7696071815705015973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f091412b-727b-4e52-bd8b-e6fb23b67b33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 615a66cf-7858-48b0-9aaf-6cdb4359a5fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 615a66cf-7858-48b0-9aaf-6cdb4359a5fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7222951808156453419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 615a66cf-7858-48b0-9aaf-6cdb4359a5fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0090fa1-4aa0-4f16-a18c-0d3c3c6086d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0090fa1-4aa0-4f16-a18c-0d3c3c6086d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6880642150790380347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f96b6cd-3c20-4f5a-b2b0-d2fb7df882ce, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 271e91f7-6dd5-4f0f-ab08-cc5f003b2e5f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 271e91f7-6dd5-4f0f-ab08-cc5f003b2e5f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047910729233571464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0090fa1-4aa0-4f16-a18c-0d3c3c6086d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20f0204d-63a5-41fd-89ec-0ff3be096af6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 271e91f7-6dd5-4f0f-ab08-cc5f003b2e5f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0f9efd8-a25f-460f-9350-67d342a8a484, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f0204d-63a5-41fd-89ec-0ff3be096af6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16633358068612625526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f9efd8-a25f-460f-9350-67d342a8a484, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17333422153152762170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f9efd8-a25f-460f-9350-67d342a8a484, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0d32626-5286-4f53-8850-49eec2772d5d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d32626-5286-4f53-8850-49eec2772d5d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10018189997041302534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f0204d-63a5-41fd-89ec-0ff3be096af6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306baf79-0cfe-4a96-8414-8dad7b84829f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306baf79-0cfe-4a96-8414-8dad7b84829f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5716421170932613087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d32626-5286-4f53-8850-49eec2772d5d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f205d21f-3403-4870-98f8-9be88364b04b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f205d21f-3403-4870-98f8-9be88364b04b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16456237079368924282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306baf79-0cfe-4a96-8414-8dad7b84829f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a7b088-bc6f-4584-97b3-b78ec5c8453a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a7b088-bc6f-4584-97b3-b78ec5c8453a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14392000010922202461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f205d21f-3403-4870-98f8-9be88364b04b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9df33e33-e84a-4bb0-b22d-5a3b16a07eb0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a7b088-bc6f-4584-97b3-b78ec5c8453a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9df33e33-e84a-4bb0-b22d-5a3b16a07eb0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344553255878975958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d0d594d-372d-4620-9ff0-0ee96a2b6112, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0d594d-372d-4620-9ff0-0ee96a2b6112, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16340098935791280871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9df33e33-e84a-4bb0-b22d-5a3b16a07eb0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d899e77c-6877-4c9d-b914-31f4a4dde345, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d899e77c-6877-4c9d-b914-31f4a4dde345, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9652219152261110905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0d594d-372d-4620-9ff0-0ee96a2b6112, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7b63d7f-59b8-48e2-a1cc-46eb8b1b547f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b63d7f-59b8-48e2-a1cc-46eb8b1b547f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5615874300895452387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d899e77c-6877-4c9d-b914-31f4a4dde345, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c1601ee-13bb-42a0-b9cf-faefebbf150a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1601ee-13bb-42a0-b9cf-faefebbf150a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17848223866812815714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b63d7f-59b8-48e2-a1cc-46eb8b1b547f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d3a121e-f842-429d-a897-00e2a8307c7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d3a121e-f842-429d-a897-00e2a8307c7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4595513266960465524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1601ee-13bb-42a0-b9cf-faefebbf150a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5d4695b-3e4a-417a-ac7f-2512c853bda6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5d4695b-3e4a-417a-ac7f-2512c853bda6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6425415616469753405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d3a121e-f842-429d-a897-00e2a8307c7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81b6a3ed-0631-4dba-9148-f3b51d1fbc67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81b6a3ed-0631-4dba-9148-f3b51d1fbc67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13747699960540956295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5d4695b-3e4a-417a-ac7f-2512c853bda6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d1bcdd6-fd94-4ddd-a41c-8d1eb6c7345c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1bcdd6-fd94-4ddd-a41c-8d1eb6c7345c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14863570829213544640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81b6a3ed-0631-4dba-9148-f3b51d1fbc67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ba69417-6966-496e-b664-8c90e39e7556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba69417-6966-496e-b664-8c90e39e7556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14520571452042081050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1bcdd6-fd94-4ddd-a41c-8d1eb6c7345c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dce6e9b9-7105-40f5-b2d3-74ea5b525dd4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dce6e9b9-7105-40f5-b2d3-74ea5b525dd4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5545976272790537330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dce6e9b9-7105-40f5-b2d3-74ea5b525dd4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba69417-6966-496e-b664-8c90e39e7556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dd0bda6-c80a-4196-b6bf-0238ae34c6e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dd0bda6-c80a-4196-b6bf-0238ae34c6e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5993014392623380515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd55687c-ed3e-459c-b504-1884dd95f4a8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd55687c-ed3e-459c-b504-1884dd95f4a8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9805139457015139596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dd0bda6-c80a-4196-b6bf-0238ae34c6e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e917f5d3-13cd-4956-9e24-9e10528f32ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e917f5d3-13cd-4956-9e24-9e10528f32ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634220514153284834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd55687c-ed3e-459c-b504-1884dd95f4a8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 287c3e09-e725-48eb-baa2-cece611c2dc0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287c3e09-e725-48eb-baa2-cece611c2dc0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5236503284923163676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e917f5d3-13cd-4956-9e24-9e10528f32ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daa0ea23-f74e-4d97-ab05-7579bfad5c3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daa0ea23-f74e-4d97-ab05-7579bfad5c3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7631129296960705115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daa0ea23-f74e-4d97-ab05-7579bfad5c3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b787b0c-8dff-449d-984d-cde7508c15b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b787b0c-8dff-449d-984d-cde7508c15b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7513001738437103304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287c3e09-e725-48eb-baa2-cece611c2dc0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4b9c0b9-f9d4-41e0-9780-ff8844132d8c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b9c0b9-f9d4-41e0-9780-ff8844132d8c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15327629955954564239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b787b0c-8dff-449d-984d-cde7508c15b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 119efa5f-6f46-4c82-a4a1-26e0ce7d5645, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 119efa5f-6f46-4c82-a4a1-26e0ce7d5645, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13435479937028555855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b9c0b9-f9d4-41e0-9780-ff8844132d8c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78a814b0-de66-4fa5-8679-c68b0fa938db, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a814b0-de66-4fa5-8679-c68b0fa938db, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10841747138207725782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 119efa5f-6f46-4c82-a4a1-26e0ce7d5645, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c64421f8-c49a-45a7-9f98-0d60e659d7c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c64421f8-c49a-45a7-9f98-0d60e659d7c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 821939958413323413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a814b0-de66-4fa5-8679-c68b0fa938db, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b386d218-5b8e-4a0f-ad4c-2843323665e2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b386d218-5b8e-4a0f-ad4c-2843323665e2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17053744621577585540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c64421f8-c49a-45a7-9f98-0d60e659d7c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df2fd39d-1afd-4234-9c20-5d05115b8386, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2fd39d-1afd-4234-9c20-5d05115b8386, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10838569874788780384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b386d218-5b8e-4a0f-ad4c-2843323665e2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c94aedd9-c9bb-48e7-92f5-a3ff669af46a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c94aedd9-c9bb-48e7-92f5-a3ff669af46a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008634445640520438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2fd39d-1afd-4234-9c20-5d05115b8386, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04744e8a-0d45-4164-af7d-6c20c85022cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04744e8a-0d45-4164-af7d-6c20c85022cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317369089142272353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c94aedd9-c9bb-48e7-92f5-a3ff669af46a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c78916-ad1c-4882-8dfd-374ad2e543a7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c78916-ad1c-4882-8dfd-374ad2e543a7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12220746116946964264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04744e8a-0d45-4164-af7d-6c20c85022cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6e38a6e-fd56-4d1b-91a9-1e4dc2681bb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6e38a6e-fd56-4d1b-91a9-1e4dc2681bb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12361667160735204301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c78916-ad1c-4882-8dfd-374ad2e543a7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94e29883-871d-438d-a63b-6b1d748f5822, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e29883-871d-438d-a63b-6b1d748f5822, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 406480865021243407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6e38a6e-fd56-4d1b-91a9-1e4dc2681bb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a4f942-4fd7-4879-9f1e-2dc63cf8567a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a4f942-4fd7-4879-9f1e-2dc63cf8567a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3736976813508490311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e29883-871d-438d-a63b-6b1d748f5822, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e5eafd4-af84-4c32-a904-25e32c83a084, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5eafd4-af84-4c32-a904-25e32c83a084, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14202204660883105593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a4f942-4fd7-4879-9f1e-2dc63cf8567a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d76aae88-76a1-4f37-b381-da1cc64a4a51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d76aae88-76a1-4f37-b381-da1cc64a4a51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14342909907292499921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5eafd4-af84-4c32-a904-25e32c83a084, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d2bc99b-9e86-4125-8639-3cd629d14069, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d2bc99b-9e86-4125-8639-3cd629d14069, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7083212913649937585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d76aae88-76a1-4f37-b381-da1cc64a4a51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d19e6b82-1235-419d-9a66-39dc7382e00b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d19e6b82-1235-419d-9a66-39dc7382e00b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5801975298596550794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d2bc99b-9e86-4125-8639-3cd629d14069, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2bd9a2f-4160-4404-93a7-2c12e65cf746, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2bd9a2f-4160-4404-93a7-2c12e65cf746, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6681723244675442881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d19e6b82-1235-419d-9a66-39dc7382e00b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c18d831e-46d7-4907-a7b5-7c4862142b6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c18d831e-46d7-4907-a7b5-7c4862142b6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12979162883834325545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2bd9a2f-4160-4404-93a7-2c12e65cf746, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42c8c99e-b763-47f7-8e5e-e64e60e4f920, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42c8c99e-b763-47f7-8e5e-e64e60e4f920, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8869862665708360290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c18d831e-46d7-4907-a7b5-7c4862142b6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 331fd0dc-73b5-464e-bdb4-7f1415013e98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331fd0dc-73b5-464e-bdb4-7f1415013e98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14269195271639543545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42c8c99e-b763-47f7-8e5e-e64e60e4f920, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec2b7442-fb60-419f-980d-fba73b11f7dd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec2b7442-fb60-419f-980d-fba73b11f7dd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1911753711118463933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331fd0dc-73b5-464e-bdb4-7f1415013e98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed5215d3-367a-498a-b5b8-f0e8e8606107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5215d3-367a-498a-b5b8-f0e8e8606107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16595115277434524790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5215d3-367a-498a-b5b8-f0e8e8606107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8100306c-3460-4168-a95e-6b5fada10149, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8100306c-3460-4168-a95e-6b5fada10149, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9857466063977600412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec2b7442-fb60-419f-980d-fba73b11f7dd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56db6691-4fb1-4ea9-9303-74a349409da3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56db6691-4fb1-4ea9-9303-74a349409da3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16086157913739096748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8100306c-3460-4168-a95e-6b5fada10149, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39e3484c-a49c-4d52-8f58-7acc369a15a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e3484c-a49c-4d52-8f58-7acc369a15a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2747641413421070218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e3484c-a49c-4d52-8f58-7acc369a15a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 151379b6-4439-47f0-ab46-ddfe2549076b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151379b6-4439-47f0-ab46-ddfe2549076b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010712135048547786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56db6691-4fb1-4ea9-9303-74a349409da3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a09a236a-f6a3-4942-b539-fc2d5def6002, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a09a236a-f6a3-4942-b539-fc2d5def6002, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12784686195363479508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a09a236a-f6a3-4942-b539-fc2d5def6002, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af190e8-d33a-4fd5-b4b1-f5d2ef2727f9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af190e8-d33a-4fd5-b4b1-f5d2ef2727f9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8035206004851767106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151379b6-4439-47f0-ab46-ddfe2549076b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eea7e8f-4d37-433d-9d14-9212c89f13d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eea7e8f-4d37-433d-9d14-9212c89f13d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7255876123943226262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af190e8-d33a-4fd5-b4b1-f5d2ef2727f9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97aeb3dd-6365-4257-8444-20c9a0496d9a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eea7e8f-4d37-433d-9d14-9212c89f13d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26ededd3-e7ed-4bd1-b937-bc7be261c130, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ededd3-e7ed-4bd1-b937-bc7be261c130, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11070389677395040910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97aeb3dd-6365-4257-8444-20c9a0496d9a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3243234023259687902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97aeb3dd-6365-4257-8444-20c9a0496d9a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5da59b79-b0af-4106-bc3e-c60e6cb1f2b2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ededd3-e7ed-4bd1-b937-bc7be261c130, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c971de9-12c0-4df2-994f-9a9a7259f227, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5da59b79-b0af-4106-bc3e-c60e6cb1f2b2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 374812774160015492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c971de9-12c0-4df2-994f-9a9a7259f227, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291752125547927757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5da59b79-b0af-4106-bc3e-c60e6cb1f2b2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5749b033-9daa-4e71-90ec-4dba452ba70c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c971de9-12c0-4df2-994f-9a9a7259f227, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5749b033-9daa-4e71-90ec-4dba452ba70c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 562525652406744926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 421a6bb1-ee84-4939-854f-44bcf904e74c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421a6bb1-ee84-4939-854f-44bcf904e74c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 730943111410006735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5749b033-9daa-4e71-90ec-4dba452ba70c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b91dc66a-e629-45f4-b214-326996e2f9ff, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91dc66a-e629-45f4-b214-326996e2f9ff, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 679950390622074743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421a6bb1-ee84-4939-854f-44bcf904e74c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd2897f0-453e-41bc-9bfb-b7f7051f1988, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd2897f0-453e-41bc-9bfb-b7f7051f1988, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12709217542973482874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91dc66a-e629-45f4-b214-326996e2f9ff, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea4d7c4-20e2-4f96-b72c-ee4330df2db9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea4d7c4-20e2-4f96-b72c-ee4330df2db9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 557763378543640696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd2897f0-453e-41bc-9bfb-b7f7051f1988, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f4fe3f4-97f2-41d9-9443-7ca2a8712887, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f4fe3f4-97f2-41d9-9443-7ca2a8712887, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17430125558575710488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea4d7c4-20e2-4f96-b72c-ee4330df2db9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e698a97f-c8a0-4556-b1ba-07949e5095c2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f4fe3f4-97f2-41d9-9443-7ca2a8712887, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e698a97f-c8a0-4556-b1ba-07949e5095c2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16247071858114272312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 811ff7dd-6f81-44c6-930d-b2ecf4cb27be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811ff7dd-6f81-44c6-930d-b2ecf4cb27be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18223779859407593081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e698a97f-c8a0-4556-b1ba-07949e5095c2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd22c453-8693-4fcd-ae8b-1a2a23aa3e89, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd22c453-8693-4fcd-ae8b-1a2a23aa3e89, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 666544288102457876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811ff7dd-6f81-44c6-930d-b2ecf4cb27be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 026f3627-9a39-4348-b4e2-925b5961bca9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 026f3627-9a39-4348-b4e2-925b5961bca9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18364768368926250797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797" } } } 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:23411/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 026f3627-9a39-4348-b4e2-925b5961bca9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd22c453-8693-4fcd-ae8b-1a2a23aa3e89, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f38d359-d36d-4048-a1c5-7d75ba756ea7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f38d359-d36d-4048-a1c5-7d75ba756ea7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5150928153825937902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abc50652-ea4e-48e7-a5e1-41e2b5fec5b6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc50652-ea4e-48e7-a5e1-41e2b5fec5b6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4802138550646794613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f38d359-d36d-4048-a1c5-7d75ba756ea7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6caea6d-6db8-41ec-9009-1e020f7b9d88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6caea6d-6db8-41ec-9009-1e020f7b9d88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15349280706317624005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc50652-ea4e-48e7-a5e1-41e2b5fec5b6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c32dae3b-8d5c-4223-adc5-cd236042e4e4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32dae3b-8d5c-4223-adc5-cd236042e4e4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17263320252342165099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6caea6d-6db8-41ec-9009-1e020f7b9d88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a636ff0-a826-41f6-b956-cf6fd396a05e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a636ff0-a826-41f6-b956-cf6fd396a05e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3270880988967774608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32dae3b-8d5c-4223-adc5-cd236042e4e4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 369c2524-ef90-4592-85ac-fd17a98978df, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 369c2524-ef90-4592-85ac-fd17a98978df, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11296092484938523627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a636ff0-a826-41f6-b956-cf6fd396a05e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab05bc20-9dab-4c7f-8861-39a216449b2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab05bc20-9dab-4c7f-8861-39a216449b2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2203993874934026808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 369c2524-ef90-4592-85ac-fd17a98978df, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab05bc20-9dab-4c7f-8861-39a216449b2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 683b6031-66e3-4359-ab7d-0b2b4e9b4cc2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 683b6031-66e3-4359-ab7d-0b2b4e9b4cc2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4405267986348195778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 589a2f94-475d-46c3-aa68-4656e22489d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 589a2f94-475d-46c3-aa68-4656e22489d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8713525017185276021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 589a2f94-475d-46c3-aa68-4656e22489d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb897ba6-149c-4894-b418-4fcc1959ed9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb897ba6-149c-4894-b418-4fcc1959ed9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5005077953499226243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 683b6031-66e3-4359-ab7d-0b2b4e9b4cc2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57ab62bd-2fdc-4ba6-a071-427bcc935361, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ab62bd-2fdc-4ba6-a071-427bcc935361, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16317120837762476017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb897ba6-149c-4894-b418-4fcc1959ed9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf9988d-8a3c-4c17-b229-d40d5e15777e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf9988d-8a3c-4c17-b229-d40d5e15777e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9403960003703941195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ab62bd-2fdc-4ba6-a071-427bcc935361, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8ce7070-d6da-4cd2-9e92-0585c9b475cf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ce7070-d6da-4cd2-9e92-0585c9b475cf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10808482106703473762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf9988d-8a3c-4c17-b229-d40d5e15777e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc512e6d-6cfa-43e8-8cfa-c81fae6612a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc512e6d-6cfa-43e8-8cfa-c81fae6612a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9809548922144998225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ce7070-d6da-4cd2-9e92-0585c9b475cf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27209963-89f8-45a6-ba8a-6173c922ed46, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc512e6d-6cfa-43e8-8cfa-c81fae6612a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27209963-89f8-45a6-ba8a-6173c922ed46, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6293917241086892058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edd8cace-4b8d-437e-9243-1a4e12b1a4e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd8cace-4b8d-437e-9243-1a4e12b1a4e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8675842935403979328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd8cace-4b8d-437e-9243-1a4e12b1a4e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5e1c2fe-e8d4-44dc-8d29-bd6341a581dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5e1c2fe-e8d4-44dc-8d29-bd6341a581dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10407693944604062464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27209963-89f8-45a6-ba8a-6173c922ed46, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b67b6b6-05aa-4d89-853f-e67c6b36d898, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b67b6b6-05aa-4d89-853f-e67c6b36d898, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7905487344861539233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5e1c2fe-e8d4-44dc-8d29-bd6341a581dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56938e3d-911d-41a6-9219-41768c6f3c68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56938e3d-911d-41a6-9219-41768c6f3c68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3176930627839986609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b67b6b6-05aa-4d89-853f-e67c6b36d898, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ca3120f-436b-403d-88aa-10a56eeca26f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ca3120f-436b-403d-88aa-10a56eeca26f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12874117973513613060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ca3120f-436b-403d-88aa-10a56eeca26f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19eb1c91-c39a-422e-b243-f3b3a46fdb3a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19eb1c91-c39a-422e-b243-f3b3a46fdb3a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7882157141289922924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56938e3d-911d-41a6-9219-41768c6f3c68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c02c8d83-5393-49dd-975e-bbee92b23ad2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c02c8d83-5393-49dd-975e-bbee92b23ad2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 362029284765810984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19eb1c91-c39a-422e-b243-f3b3a46fdb3a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3a845e9-2dcd-4f49-9a35-62287b979219, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a845e9-2dcd-4f49-9a35-62287b979219, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14424383810381574181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a845e9-2dcd-4f49-9a35-62287b979219, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d323298-a513-4103-bb1d-e9cebf042afc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d323298-a513-4103-bb1d-e9cebf042afc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11729358638528192058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c02c8d83-5393-49dd-975e-bbee92b23ad2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d55f08b8-17fb-454d-911a-007905d5ea0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d55f08b8-17fb-454d-911a-007905d5ea0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18419567490335387416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d323298-a513-4103-bb1d-e9cebf042afc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fcf87cd-b62f-4c51-8135-c17bb057b42c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fcf87cd-b62f-4c51-8135-c17bb057b42c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915215887216586700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d55f08b8-17fb-454d-911a-007905d5ea0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4357062-666d-4f5b-bd5e-c2316537e1f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4357062-666d-4f5b-bd5e-c2316537e1f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8396871746630872806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fcf87cd-b62f-4c51-8135-c17bb057b42c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 748f1ca0-7aa7-4a04-8b18-a31253deda29, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748f1ca0-7aa7-4a04-8b18-a31253deda29, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11632111533947386242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4357062-666d-4f5b-bd5e-c2316537e1f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a2889ac-8f0c-4e31-8e61-e49276391569, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2889ac-8f0c-4e31-8e61-e49276391569, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5220590157418714905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748f1ca0-7aa7-4a04-8b18-a31253deda29, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e264e9-3d03-41c5-a4ae-40e91c0310d3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e264e9-3d03-41c5-a4ae-40e91c0310d3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5416089339214749840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2889ac-8f0c-4e31-8e61-e49276391569, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43f06c89-2ed1-4909-84fe-795de9cb6fe8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f06c89-2ed1-4909-84fe-795de9cb6fe8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733124711527365780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e264e9-3d03-41c5-a4ae-40e91c0310d3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e6ef15-ed91-4b7b-bf1d-b52de33fcffa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e6ef15-ed91-4b7b-bf1d-b52de33fcffa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1108228994902818400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f06c89-2ed1-4909-84fe-795de9cb6fe8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6570e7bc-4ab6-4d96-bfad-5b4a8bfb6721, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6570e7bc-4ab6-4d96-bfad-5b4a8bfb6721, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5083586410687987563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e6ef15-ed91-4b7b-bf1d-b52de33fcffa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7507a4b-7e5a-45f3-ba26-a28535561da3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7507a4b-7e5a-45f3-ba26-a28535561da3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15911283352996377933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6570e7bc-4ab6-4d96-bfad-5b4a8bfb6721, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 524a75be-a836-4745-aaee-c795f46deece, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 524a75be-a836-4745-aaee-c795f46deece, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15698662789542444520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7507a4b-7e5a-45f3-ba26-a28535561da3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78fce8e7-856a-4e2d-a794-6b868d1fabff, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78fce8e7-856a-4e2d-a794-6b868d1fabff, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14248377032356356890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 524a75be-a836-4745-aaee-c795f46deece, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf7f7217-8c5c-49c6-aee3-fbb4448a8b85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf7f7217-8c5c-49c6-aee3-fbb4448a8b85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9330948483469956280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78fce8e7-856a-4e2d-a794-6b868d1fabff, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a787bc3-60af-496d-80c1-b919dbf7623f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf7f7217-8c5c-49c6-aee3-fbb4448a8b85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a787bc3-60af-496d-80c1-b919dbf7623f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11866805265512585503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7175b872-b966-42b8-92a6-330e9894d69c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7175b872-b966-42b8-92a6-330e9894d69c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17406251634933842310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310" } } } 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/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log --grpc-port=23411 --mon-port=23801 --ic-port=28088 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log', '--grpc-port=23411', '--mon-port=23801', '--ic-port=28088', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a787bc3-60af-496d-80c1-b919dbf7623f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70973e45-73a1-4842-a2a8-f722f1849b2b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70973e45-73a1-4842-a2a8-f722f1849b2b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15885165259308055987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7175b872-b966-42b8-92a6-330e9894d69c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a593de36-d063-4429-85c2-1813ff45631a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a593de36-d063-4429-85c2-1813ff45631a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12208782804864214784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784" } } } 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: 1449496
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:23411/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1449507
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70973e45-73a1-4842-a2a8-f722f1849b2b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57885737-0212-41d6-a284-6b2e5236b6d0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57885737-0212-41d6-a284-6b2e5236b6d0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18107770414720907091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a593de36-d063-4429-85c2-1813ff45631a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede457bc-81a2-4fcd-9130-2aed0605e90f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede457bc-81a2-4fcd-9130-2aed0605e90f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4572773370014586494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57885737-0212-41d6-a284-6b2e5236b6d0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96e5c54e-9a39-4bf0-a781-d95fe78389fe, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e5c54e-9a39-4bf0-a781-d95fe78389fe, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3099627797650422440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede457bc-81a2-4fcd-9130-2aed0605e90f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8f9ac21-d422-4efb-bd15-7cff495f4006, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f9ac21-d422-4efb-bd15-7cff495f4006, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10467250654005100578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e5c54e-9a39-4bf0-a781-d95fe78389fe, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2581d18b-9473-4b33-aebe-d2c23630efac, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f9ac21-d422-4efb-bd15-7cff495f4006, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc7f4d54-5a2f-4133-b124-a2c05fdb23fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc7f4d54-5a2f-4133-b124-a2c05fdb23fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13049413626556042917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2581d18b-9473-4b33-aebe-d2c23630efac, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8451375876967585273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2581d18b-9473-4b33-aebe-d2c23630efac, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e774ec-9488-4cf2-8328-924e99ac27cc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e774ec-9488-4cf2-8328-924e99ac27cc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13133804566601025190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc7f4d54-5a2f-4133-b124-a2c05fdb23fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d46a7a6-d959-4b28-b6e3-6ba81aef9c32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d46a7a6-d959-4b28-b6e3-6ba81aef9c32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 829577648592069165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e774ec-9488-4cf2-8328-924e99ac27cc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95ea8f72-0623-4336-ba3b-c6078e45c1c0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ea8f72-0623-4336-ba3b-c6078e45c1c0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17432102989281848752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d46a7a6-d959-4b28-b6e3-6ba81aef9c32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57857903-e660-4b0f-9fce-ed19db1769a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57857903-e660-4b0f-9fce-ed19db1769a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3119646844199207417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57857903-e660-4b0f-9fce-ed19db1769a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a51c06a5-0a9f-4510-adcb-80efe76a556b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51c06a5-0a9f-4510-adcb-80efe76a556b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13528858220706873767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ea8f72-0623-4336-ba3b-c6078e45c1c0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab98729-f373-4c70-8a71-9d3c4a00b796, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab98729-f373-4c70-8a71-9d3c4a00b796, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3552931452412442041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51c06a5-0a9f-4510-adcb-80efe76a556b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59d71da6-f0af-46a3-8171-6df9c6a5052e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d71da6-f0af-46a3-8171-6df9c6a5052e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15678554395889703742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab98729-f373-4c70-8a71-9d3c4a00b796, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd82f10b-14a6-459b-a0b1-dbf4ce5dcd0f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd82f10b-14a6-459b-a0b1-dbf4ce5dcd0f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7891543706879614357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d71da6-f0af-46a3-8171-6df9c6a5052e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b144bff-6b8f-4f67-9150-c477d0126b86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b144bff-6b8f-4f67-9150-c477d0126b86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7806943300822944066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd82f10b-14a6-459b-a0b1-dbf4ce5dcd0f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aef67337-9319-4106-8d81-5b59aca4ce7e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aef67337-9319-4106-8d81-5b59aca4ce7e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8560883303049276371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b144bff-6b8f-4f67-9150-c477d0126b86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0905053f-e3c8-4354-9497-86cd49a46fd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0905053f-e3c8-4354-9497-86cd49a46fd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3746644573667322905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aef67337-9319-4106-8d81-5b59aca4ce7e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f96ddf2a-53fe-4ae8-904c-c60d0aacb637, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f96ddf2a-53fe-4ae8-904c-c60d0aacb637, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15205599824506707939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0905053f-e3c8-4354-9497-86cd49a46fd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bd25a5f-8e05-4047-bb3a-63e1324efc37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd25a5f-8e05-4047-bb3a-63e1324efc37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2809448806734913038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f96ddf2a-53fe-4ae8-904c-c60d0aacb637, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd42b758-84a3-4ddf-bdf8-27a8d300439a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd42b758-84a3-4ddf-bdf8-27a8d300439a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17481362851764899255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd25a5f-8e05-4047-bb3a-63e1324efc37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c2d6689-91dc-4e74-88b8-2376ee2cad30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2d6689-91dc-4e74-88b8-2376ee2cad30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9845547880048588354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd42b758-84a3-4ddf-bdf8-27a8d300439a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc810c96-82b5-4997-8d23-bbcecb9421b6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc810c96-82b5-4997-8d23-bbcecb9421b6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11851744038484036975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2d6689-91dc-4e74-88b8-2376ee2cad30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 903a5443-907f-41df-8b5e-ca2ddd269f00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 903a5443-907f-41df-8b5e-ca2ddd269f00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2224658001998559498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc810c96-82b5-4997-8d23-bbcecb9421b6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0f08353-1c00-4abd-b0af-0ad63bfadbe0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f08353-1c00-4abd-b0af-0ad63bfadbe0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1845233173636975300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 903a5443-907f-41df-8b5e-ca2ddd269f00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aa28464-2fad-4e5e-ad41-60560f61a3c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa28464-2fad-4e5e-ad41-60560f61a3c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12926612411518531105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f08353-1c00-4abd-b0af-0ad63bfadbe0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c56c7aba-2472-428d-b4b7-c38a4502fe2f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c56c7aba-2472-428d-b4b7-c38a4502fe2f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17831703644824614702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa28464-2fad-4e5e-ad41-60560f61a3c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2abc0a3-a731-49ad-80c3-dc2e7cdd2455, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2abc0a3-a731-49ad-80c3-dc2e7cdd2455, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9885205729704301894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c56c7aba-2472-428d-b4b7-c38a4502fe2f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc1196eb-7835-47c5-8b70-8b0e8aa347b4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1196eb-7835-47c5-8b70-8b0e8aa347b4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13835294813289602565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2abc0a3-a731-49ad-80c3-dc2e7cdd2455, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9d94757-82ca-4843-b723-c4d41e7bca8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d94757-82ca-4843-b723-c4d41e7bca8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16559329031875953887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1196eb-7835-47c5-8b70-8b0e8aa347b4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7fbd825-f92e-44b2-8740-0a67ed90ad9d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7fbd825-f92e-44b2-8740-0a67ed90ad9d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9422944152242752397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d94757-82ca-4843-b723-c4d41e7bca8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1430753-dafb-4cc6-a2d6-f7af20e6020c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7fbd825-f92e-44b2-8740-0a67ed90ad9d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a9e68f3-c0dd-403d-ad2a-cd8e85e662d9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a9e68f3-c0dd-403d-ad2a-cd8e85e662d9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6884937843089786343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1430753-dafb-4cc6-a2d6-f7af20e6020c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4438798095332651841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a9e68f3-c0dd-403d-ad2a-cd8e85e662d9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 548d2d6e-5526-4864-8bd5-18d322dc4b3c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548d2d6e-5526-4864-8bd5-18d322dc4b3c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4368877659095787483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1430753-dafb-4cc6-a2d6-f7af20e6020c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e89f9a62-da00-4375-a293-45054fb3e8cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e89f9a62-da00-4375-a293-45054fb3e8cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9844889731878760600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548d2d6e-5526-4864-8bd5-18d322dc4b3c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad2710c5-e029-4520-b96e-0039127344b3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad2710c5-e029-4520-b96e-0039127344b3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2970458756835561521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e89f9a62-da00-4375-a293-45054fb3e8cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 229a88e8-b099-447e-b899-fe8ffe00756f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229a88e8-b099-447e-b899-fe8ffe00756f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1554637298036279360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad2710c5-e029-4520-b96e-0039127344b3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 023f32be-79dc-4a67-9525-b32e43219a97, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023f32be-79dc-4a67-9525-b32e43219a97, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3659605257056297581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229a88e8-b099-447e-b899-fe8ffe00756f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5934948a-bc1d-4aa3-bf3c-02a04e79950d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5934948a-bc1d-4aa3-bf3c-02a04e79950d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8058800966898486042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042" } } } 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 1449507) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1449507) elapsed time (sec): 1.0861008167266846
DEBUG    ya.test:process.py:263 Command (pid 1449507) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1449507) minflt: 45264
DEBUG    ya.test:process.py:263 Command (pid 1449507) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) nivcsw: 186
DEBUG    ya.test:process.py:263 Command (pid 1449507) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1449507) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1449507) stime: 0.184507
DEBUG    ya.test:process.py:263 Command (pid 1449507) utime: 0.5517219999999999
DEBUG    ya.test:process.py:263 Command (pid 1449507) wtime: 1.088
DEBUG    ya.test:process.py:275 Command (pid 1449507) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023f32be-79dc-4a67-9525-b32e43219a97, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c0a4505-885e-4fe8-bd08-0ad8fb6d676a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c0a4505-885e-4fe8-bd08-0ad8fb6d676a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6081948793745156628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5934948a-bc1d-4aa3-bf3c-02a04e79950d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da804ad1-f3f7-489b-b40c-70bd54d17890, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da804ad1-f3f7-489b-b40c-70bd54d17890, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7315952620163516608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c0a4505-885e-4fe8-bd08-0ad8fb6d676a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5aa29adf70>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5aa29adf70> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 4ac5531a-69e4-4767-9934-0cb60f80126c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 4ac5531a-69e4-4767-9934-0cb60f80126c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da804ad1-f3f7-489b-b40c-70bd54d17890, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 4ac5531a-69e4-4767-9934-0cb60f80126c, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 4ac5531a-69e4-4767-9934-0cb60f80126c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 4ac5531a-69e4-4767-9934-0cb60f80126c, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5aa29adf70>
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 0x7b5a9fdbb370 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 0x7b5a9fdb8b30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, f3024f2d-4f68-4a4b-971e-5fc232f93c5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f3024f2d-4f68-4a4b-971e-5fc232f93c5e, ghrun-riky6msjhe.auto.internal:28913): 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 0x7b5aa29ce0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5aa29ce0f0>
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 0x7b5a9fd739f0 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 0x7b5a9f88d8f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f88d8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 433c353f-5ef1-4bda-95c2-d5ded8971b78, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, f3024f2d-4f68-4a4b-971e-5fc232f93c5e, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f3024f2d-4f68-4a4b-971e-5fc232f93c5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ebad8ac-8629-41fd-a31e-dbfa109ba7c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ebad8ac-8629-41fd-a31e-dbfa109ba7c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13347824006992646849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 433c353f-5ef1-4bda-95c2-d5ded8971b78, ghrun-riky6msjhe.auto.internal:14525): 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 0x7b5a9fdb8b30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, f3024f2d-4f68-4a4b-971e-5fc232f93c5e, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 78616e7d-08cc-49c8-b464-8dccd9e60eda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 78616e7d-08cc-49c8-b464-8dccd9e60eda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 78616e7d-08cc-49c8-b464-8dccd9e60eda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=7e23af75-875fe56c-19550ead-ef397b3f" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8490d4c8-f992-4ac8-b98b-876dee38c037, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8490d4c8-f992-4ac8-b98b-876dee38c037, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15101057190163165176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ebad8ac-8629-41fd-a31e-dbfa109ba7c8, ghrun-riky6msjhe.auto.internal:28913): 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 72075186224038945, txid 281474976781210" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb0jdvfgf8zyfcvq912vm790" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
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 72075186224038945, txid 281474976781210" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bb33cae-9d03-4fb0-bbe1-c9c306ab7702, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb33cae-9d03-4fb0-bbe1-c9c306ab7702, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14439198154646776207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207" } } } 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, 433c353f-5ef1-4bda-95c2-d5ded8971b78, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 433c353f-5ef1-4bda-95c2-d5ded8971b78, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:12:25.367368059+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 433c353f-5ef1-4bda-95c2-d5ded8971b78, ghrun-riky6msjhe.auto.internal:14525): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:14525
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-26T17:12:25.367368059+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:238 Preparing session <ydb.table.Session object at 0x7b5a9f88d8f0>
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 0x7b5a9f88d8f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9f88d8f0> is no longer active. Current active count 2.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 81f0a317-927c-49b3-8b12-9cfb5caed95a, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 81f0a317-927c-49b3-8b12-9cfb5caed95a, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 81f0a317-927c-49b3-8b12-9cfb5caed95a, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 28913 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-riky6msjhe.auto.internal:28913, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8490d4c8-f992-4ac8-b98b-876dee38c037, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038951, txid 281474976781212" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb0jdvgg5qm43eycchf8s72e" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038951, txid 281474976781212" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d90cfd1-b1d9-4925-81d4-bd824edcac2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d90cfd1-b1d9-4925-81d4-bd824edcac2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11981786195432749341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb33cae-9d03-4fb0-bbe1-c9c306ab7702, ghrun-riky6msjhe.auto.internal:28913): 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 72075186224038949, txid 281474976781213" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb0jdvhqa2wzayqsznmqy1at" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
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 72075186224038949, txid 281474976781213" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eac60ce8-9ee3-4b33-9f67-f890aca21683, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac60ce8-9ee3-4b33-9f67-f890aca21683, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2903599769847652505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d90cfd1-b1d9-4925-81d4-bd824edcac2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dae21b4-e4a2-4b32-933b-8040bb2c4445, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dae21b4-e4a2-4b32-933b-8040bb2c4445, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14746625256794010271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dae21b4-e4a2-4b32-933b-8040bb2c4445, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9fb2fda-99c7-4caa-8dc5-e7b7dfef4a3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9fb2fda-99c7-4caa-8dc5-e7b7dfef4a3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5764260965187282671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac60ce8-9ee3-4b33-9f67-f890aca21683, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038909, txid 281474976781217" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb0jdvp5eqknbmt2e0wsjy6n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038909, txid 281474976781217" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f1a6414-5e61-4f6b-9a4a-381a0dc99ad2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1a6414-5e61-4f6b-9a4a-381a0dc99ad2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 508450257788376994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9fb2fda-99c7-4caa-8dc5-e7b7dfef4a3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1a6414-5e61-4f6b-9a4a-381a0dc99ad2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71ff87d4-4b75-4841-b9e4-e56e625a154a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ff87d4-4b75-4841-b9e4-e56e625a154a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10985382222455652033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 940c845f-a2c6-449c-8c78-e0737ef34797, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940c845f-a2c6-449c-8c78-e0737ef34797, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13197655364794806570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940c845f-a2c6-449c-8c78-e0737ef34797, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f844261-2d60-4812-acee-aae980346774, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f844261-2d60-4812-acee-aae980346774, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14187502043914513877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ff87d4-4b75-4841-b9e4-e56e625a154a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d92e83c2-2cf0-400f-bb42-1ab83d18fbc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92e83c2-2cf0-400f-bb42-1ab83d18fbc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16380819552100161490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f844261-2d60-4812-acee-aae980346774, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8cf9428-73e0-4a87-a6b1-b182e72479b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cf9428-73e0-4a87-a6b1-b182e72479b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9924496219825936204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92e83c2-2cf0-400f-bb42-1ab83d18fbc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ade9fcb-d590-4b05-a938-fb65b90ae9b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ade9fcb-d590-4b05-a938-fb65b90ae9b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2001403731614004553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cf9428-73e0-4a87-a6b1-b182e72479b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46787129-bdff-4e31-bdf1-4b4357e32a20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46787129-bdff-4e31-bdf1-4b4357e32a20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4804941214114614678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ade9fcb-d590-4b05-a938-fb65b90ae9b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17a8db23-9f9c-4edd-8fdd-d2c9b51e6568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a8db23-9f9c-4edd-8fdd-d2c9b51e6568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15406939243308093154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46787129-bdff-4e31-bdf1-4b4357e32a20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe6bb220-b6e3-4469-b4ff-fde4b792632e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe6bb220-b6e3-4469-b4ff-fde4b792632e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10406833744301346548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a8db23-9f9c-4edd-8fdd-d2c9b51e6568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d45b2da-5ebd-459a-ba89-dd82889139bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d45b2da-5ebd-459a-ba89-dd82889139bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7311595656753605035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe6bb220-b6e3-4469-b4ff-fde4b792632e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdbd3e58-8f5b-4742-9124-e18530245523, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbd3e58-8f5b-4742-9124-e18530245523, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1820453726979608780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d45b2da-5ebd-459a-ba89-dd82889139bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b137f5d2-3cb6-43d4-97e3-b8376ae3ffd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b137f5d2-3cb6-43d4-97e3-b8376ae3ffd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10562153180004448257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbd3e58-8f5b-4742-9124-e18530245523, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72ba0586-95cb-43d2-8b7a-fcad46d70a08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72ba0586-95cb-43d2-8b7a-fcad46d70a08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13922385594770501089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b137f5d2-3cb6-43d4-97e3-b8376ae3ffd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5410a2b3-3a04-49ac-aba2-669022731b0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5410a2b3-3a04-49ac-aba2-669022731b0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4605011185931673918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72ba0586-95cb-43d2-8b7a-fcad46d70a08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 981e58f6-8548-474f-a3ee-9561e6796cf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 981e58f6-8548-474f-a3ee-9561e6796cf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1352275188834886260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5410a2b3-3a04-49ac-aba2-669022731b0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab9b875-da3f-4aa8-8d44-e463fa72bb07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab9b875-da3f-4aa8-8d44-e463fa72bb07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3708226266626674436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 981e58f6-8548-474f-a3ee-9561e6796cf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41933614-4470-4b57-bf1a-95dc108e6df1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41933614-4470-4b57-bf1a-95dc108e6df1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12200194865973532540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab9b875-da3f-4aa8-8d44-e463fa72bb07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca851a3a-5f8b-4824-8e09-29f9683db9b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca851a3a-5f8b-4824-8e09-29f9683db9b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12579885415823516843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41933614-4470-4b57-bf1a-95dc108e6df1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a8e554f-f236-4f96-aa99-63f619ba2df4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a8e554f-f236-4f96-aa99-63f619ba2df4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12851696941186870380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca851a3a-5f8b-4824-8e09-29f9683db9b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f0e71ea-337f-4859-a07a-ef578a6400a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f0e71ea-337f-4859-a07a-ef578a6400a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1599323445793070442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a8e554f-f236-4f96-aa99-63f619ba2df4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e80c8299-96b3-4886-99b4-bdb0f8428ede, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e80c8299-96b3-4886-99b4-bdb0f8428ede, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17656730252589557765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f0e71ea-337f-4859-a07a-ef578a6400a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e80c8299-96b3-4886-99b4-bdb0f8428ede, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fc0e641-70da-4bf3-a40a-c3a15269da76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc0e641-70da-4bf3-a40a-c3a15269da76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15084607048782863182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd541a4b-062d-4402-bcbf-835cdb25fd54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd541a4b-062d-4402-bcbf-835cdb25fd54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16143372240080215003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc0e641-70da-4bf3-a40a-c3a15269da76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd541a4b-062d-4402-bcbf-835cdb25fd54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 484183df-5550-45d0-b2b6-23d73c296f09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484183df-5550-45d0-b2b6-23d73c296f09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6690935335626924878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed1a63ea-5342-4434-81d1-419304fcc06f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1a63ea-5342-4434-81d1-419304fcc06f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2421249056862980352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484183df-5550-45d0-b2b6-23d73c296f09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cbad087-1936-4d92-8dd2-40c9008f2e8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cbad087-1936-4d92-8dd2-40c9008f2e8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13832925836710522494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1a63ea-5342-4434-81d1-419304fcc06f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da941931-bfd1-48f4-9d42-bae417c5aaec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da941931-bfd1-48f4-9d42-bae417c5aaec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874478710132634273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cbad087-1936-4d92-8dd2-40c9008f2e8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84973054-76e4-4588-9f10-880e0a9ccfc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84973054-76e4-4588-9f10-880e0a9ccfc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12641848310521229053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da941931-bfd1-48f4-9d42-bae417c5aaec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a95872e-c0c6-45db-a1dc-5452f3a1fe21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a95872e-c0c6-45db-a1dc-5452f3a1fe21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8859539287848401838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84973054-76e4-4588-9f10-880e0a9ccfc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e671db38-d66a-4c8e-9011-408c74b48fe7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e671db38-d66a-4c8e-9011-408c74b48fe7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14125571593069767875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a95872e-c0c6-45db-a1dc-5452f3a1fe21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 946d2a98-42d0-4726-9b3c-ead487a49a48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946d2a98-42d0-4726-9b3c-ead487a49a48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3126766036968796119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946d2a98-42d0-4726-9b3c-ead487a49a48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a448a3c5-ed1f-426b-a7e7-4b7bbe954f53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a448a3c5-ed1f-426b-a7e7-4b7bbe954f53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16718450980143012467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e671db38-d66a-4c8e-9011-408c74b48fe7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, face4f3b-611c-425c-a574-815be40571cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a448a3c5-ed1f-426b-a7e7-4b7bbe954f53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e252f25-4117-4780-8f8a-63b356faf71d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e252f25-4117-4780-8f8a-63b356faf71d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17737886448991843482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, face4f3b-611c-425c-a574-815be40571cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1035272930051514794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e252f25-4117-4780-8f8a-63b356faf71d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 701574cc-dd5a-499b-a76c-adc04d801b28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 701574cc-dd5a-499b-a76c-adc04d801b28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459937729716101646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, face4f3b-611c-425c-a574-815be40571cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd1d0e25-6a09-41ce-90d0-fa1b5ce414c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd1d0e25-6a09-41ce-90d0-fa1b5ce414c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15916206190581787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591620619058178715916206190581787159162061905817871591620619058178715916206190581787159162061905817871591620619058178715916206190581787159162061905817871591620619058178715916206190581787159162061905817871591620619058178715916206190581787159162061905817871591620619058178715916206190581787159162061905817871591620619058178715916206190581787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 701574cc-dd5a-499b-a76c-adc04d801b28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99a21612-3963-4e34-aaff-89939fe2827f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a21612-3963-4e34-aaff-89939fe2827f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8268187120068858179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd1d0e25-6a09-41ce-90d0-fa1b5ce414c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fb73064-a18e-43d8-a045-a7124f2c5c69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fb73064-a18e-43d8-a045-a7124f2c5c69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8723848505534109757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a21612-3963-4e34-aaff-89939fe2827f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b03a099-d632-4a5b-9f19-1160c0c9e746, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b03a099-d632-4a5b-9f19-1160c0c9e746, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8641793872703998791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fb73064-a18e-43d8-a045-a7124f2c5c69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5050b6b0-9c7a-4a37-89e5-0e17725d11ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5050b6b0-9c7a-4a37-89e5-0e17725d11ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3414905634722895319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b03a099-d632-4a5b-9f19-1160c0c9e746, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e5192c5-f5a0-4d4b-82f7-a8f01e7e890f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e5192c5-f5a0-4d4b-82f7-a8f01e7e890f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3196339999268160820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5050b6b0-9c7a-4a37-89e5-0e17725d11ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f42efec-7eb2-469f-9c2e-7928de5265bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f42efec-7eb2-469f-9c2e-7928de5265bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14049385018673234614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e5192c5-f5a0-4d4b-82f7-a8f01e7e890f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c41fe07-0237-437b-a737-420f617ab663, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c41fe07-0237-437b-a737-420f617ab663, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3271697031938375131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f42efec-7eb2-469f-9c2e-7928de5265bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 162088bd-7509-48d6-90ca-5e72835e1e1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162088bd-7509-48d6-90ca-5e72835e1e1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15651177938917521110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c41fe07-0237-437b-a737-420f617ab663, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7b699a4-648c-4231-beb5-0e9c46442364, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b699a4-648c-4231-beb5-0e9c46442364, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9714461803717081210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162088bd-7509-48d6-90ca-5e72835e1e1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58000cbc-b4e4-4e5b-9751-17d6d9f3abf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58000cbc-b4e4-4e5b-9751-17d6d9f3abf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6147558322560228402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b699a4-648c-4231-beb5-0e9c46442364, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b076295d-445e-48d7-b1e9-8cb07039e890, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b076295d-445e-48d7-b1e9-8cb07039e890, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4098382133663675124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58000cbc-b4e4-4e5b-9751-17d6d9f3abf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 574854a0-b01f-4080-99f5-8489d9dfd3e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574854a0-b01f-4080-99f5-8489d9dfd3e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8598385487866509984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b076295d-445e-48d7-b1e9-8cb07039e890, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed209817-d1fd-42a3-877f-4acf1943caf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574854a0-b01f-4080-99f5-8489d9dfd3e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cdcd252-cb65-46cd-84b1-ef343e1ab108, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cdcd252-cb65-46cd-84b1-ef343e1ab108, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5177481135529595459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed209817-d1fd-42a3-877f-4acf1943caf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8175092255256840714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cdcd252-cb65-46cd-84b1-ef343e1ab108, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed209817-d1fd-42a3-877f-4acf1943caf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f94f156e-cc8e-4244-8d4e-649af130e3d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f94f156e-cc8e-4244-8d4e-649af130e3d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5556390181428345442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c022fc6a-06f9-44a0-ab07-7cf8515be422, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c022fc6a-06f9-44a0-ab07-7cf8515be422, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15544898132369172048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f94f156e-cc8e-4244-8d4e-649af130e3d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1c0b8b5-743b-4197-9dd6-6ff3f65cabf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c022fc6a-06f9-44a0-ab07-7cf8515be422, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66da55b2-8666-49ae-a718-69a61b30c5a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1c0b8b5-743b-4197-9dd6-6ff3f65cabf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18355959511625139858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66da55b2-8666-49ae-a718-69a61b30c5a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11654705110746600972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1c0b8b5-743b-4197-9dd6-6ff3f65cabf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 099afb78-9749-453f-87cf-1212973ce805, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099afb78-9749-453f-87cf-1212973ce805, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17619043302246269911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66da55b2-8666-49ae-a718-69a61b30c5a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 732c9be8-c62e-46f3-b5d4-d13e0e7d0d6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 732c9be8-c62e-46f3-b5d4-d13e0e7d0d6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11721545806705905816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099afb78-9749-453f-87cf-1212973ce805, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3833da21-0824-4e77-9895-f5ceea0925a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3833da21-0824-4e77-9895-f5ceea0925a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17083966243086847224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 732c9be8-c62e-46f3-b5d4-d13e0e7d0d6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7a14d45-b596-4b60-a415-a9356ffc78e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7a14d45-b596-4b60-a415-a9356ffc78e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459867358235618287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3833da21-0824-4e77-9895-f5ceea0925a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c18775a8-9e59-4e0b-8c01-1949020c9aa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c18775a8-9e59-4e0b-8c01-1949020c9aa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14509714873794717579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7a14d45-b596-4b60-a415-a9356ffc78e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f13db045-ed41-4bf3-9f4e-e36593abd927, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13db045-ed41-4bf3-9f4e-e36593abd927, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 211853564229229919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c18775a8-9e59-4e0b-8c01-1949020c9aa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb52ba23-c863-4c29-8a2e-cf7c3f8566af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb52ba23-c863-4c29-8a2e-cf7c3f8566af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6920381613871771787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13db045-ed41-4bf3-9f4e-e36593abd927, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23def141-ca60-4d18-bdc9-52ef9b2b20fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23def141-ca60-4d18-bdc9-52ef9b2b20fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17765827387833943775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb52ba23-c863-4c29-8a2e-cf7c3f8566af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bdb61e6-7c32-462f-864f-f62968a7344b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bdb61e6-7c32-462f-864f-f62968a7344b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14723839127324671308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23def141-ca60-4d18-bdc9-52ef9b2b20fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f69baf5-5dc5-47c5-8151-587a9b5de7ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f69baf5-5dc5-47c5-8151-587a9b5de7ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15632172269333330351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bdb61e6-7c32-462f-864f-f62968a7344b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b683592-a4dd-4331-aa69-17781bf63508, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b683592-a4dd-4331-aa69-17781bf63508, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8148502053158805496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f69baf5-5dc5-47c5-8151-587a9b5de7ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e3ee21-c848-4b2d-abdd-4b8b9496911d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e3ee21-c848-4b2d-abdd-4b8b9496911d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11403723252665331418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b683592-a4dd-4331-aa69-17781bf63508, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47c9c95c-2cee-4ada-8723-d1d78167d400, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c9c95c-2cee-4ada-8723-d1d78167d400, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18410973924675224333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e3ee21-c848-4b2d-abdd-4b8b9496911d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb07d139-d4fa-469e-a9de-bfc3922e0a90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb07d139-d4fa-469e-a9de-bfc3922e0a90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16912436041166059610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c9c95c-2cee-4ada-8723-d1d78167d400, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dd0b396-4107-42ea-b2de-b2fbbb3cae7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dd0b396-4107-42ea-b2de-b2fbbb3cae7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3729592574928523850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb07d139-d4fa-469e-a9de-bfc3922e0a90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6baaa2c-b787-435f-8326-e7d4d6819763, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6baaa2c-b787-435f-8326-e7d4d6819763, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6646065644574799244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dd0b396-4107-42ea-b2de-b2fbbb3cae7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32bc4f55-53ce-4d85-b1f2-99df20dbdc25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6baaa2c-b787-435f-8326-e7d4d6819763, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af6ed22b-7af2-4131-a82f-2a4a09109277, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6ed22b-7af2-4131-a82f-2a4a09109277, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 332874399222926139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32bc4f55-53ce-4d85-b1f2-99df20dbdc25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5512416368155121123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6ed22b-7af2-4131-a82f-2a4a09109277, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32bc4f55-53ce-4d85-b1f2-99df20dbdc25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26f033db-72b8-4ca4-8f61-feb0332e0275, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 993d9243-c82e-4365-927d-fc4a0f0effe8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 993d9243-c82e-4365-927d-fc4a0f0effe8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6930584646136698947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f033db-72b8-4ca4-8f61-feb0332e0275, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10623692939199852728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 993d9243-c82e-4365-927d-fc4a0f0effe8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e729c34-7ec7-449e-8cad-a5e365d6f4d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e729c34-7ec7-449e-8cad-a5e365d6f4d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7248591902333555021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f033db-72b8-4ca4-8f61-feb0332e0275, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b129bfe-316c-4c30-9893-1cd829321138, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b129bfe-316c-4c30-9893-1cd829321138, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 503413789942356425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e729c34-7ec7-449e-8cad-a5e365d6f4d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33b13c11-9d21-46f3-b5f3-b0d8ba0143f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b13c11-9d21-46f3-b5f3-b0d8ba0143f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11973666035914108539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b129bfe-316c-4c30-9893-1cd829321138, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf783a2b-eb7b-49d9-9cf4-72b15ac256a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf783a2b-eb7b-49d9-9cf4-72b15ac256a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11078233194907558481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b13c11-9d21-46f3-b5f3-b0d8ba0143f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 106ba8da-4805-4a80-a563-dd63de6e25a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 106ba8da-4805-4a80-a563-dd63de6e25a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4682329573541116748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf783a2b-eb7b-49d9-9cf4-72b15ac256a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a1e57c7-cb04-401d-bd49-7baca047d3e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a1e57c7-cb04-401d-bd49-7baca047d3e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12746378337150590624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 106ba8da-4805-4a80-a563-dd63de6e25a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f482fe68-c409-494c-8713-afdd7c1c93cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f482fe68-c409-494c-8713-afdd7c1c93cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17577966248653104710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a1e57c7-cb04-401d-bd49-7baca047d3e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4505519-e7d8-40df-a771-a130865ea817, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4505519-e7d8-40df-a771-a130865ea817, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 593229380466312823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f482fe68-c409-494c-8713-afdd7c1c93cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4505519-e7d8-40df-a771-a130865ea817, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2f5abcc-fef5-48f1-873e-9a4bfe657bfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2f5abcc-fef5-48f1-873e-9a4bfe657bfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6519583396174880472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2f2fb2-6fce-4b47-8daa-54e45aa53b31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2f2fb2-6fce-4b47-8daa-54e45aa53b31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5671942847923559923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2f5abcc-fef5-48f1-873e-9a4bfe657bfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2f2fb2-6fce-4b47-8daa-54e45aa53b31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 539f45b9-c993-4055-9e5d-0af7ca615613, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97347524-5020-4dfe-bbc7-bc2ceb9ec344, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97347524-5020-4dfe-bbc7-bc2ceb9ec344, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13021668925658471031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 539f45b9-c993-4055-9e5d-0af7ca615613, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12034587405762303522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97347524-5020-4dfe-bbc7-bc2ceb9ec344, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b4e7565-5a3f-4063-ae8b-2a5db2499c61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4e7565-5a3f-4063-ae8b-2a5db2499c61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 98528721605386612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9852872160538661298528721605386612985287216053866129852872160538661298528721605386612985287216053866129852872160538661298528721605386612985287216053866129852872160538661298528721605386612985287216053866129852872160538661298528721605386612985287216053866129852872160538661298528721605386612985287216053866129852872160538661298528721605386612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 539f45b9-c993-4055-9e5d-0af7ca615613, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b19318-0624-48c6-ae3a-6720e7e20659, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b19318-0624-48c6-ae3a-6720e7e20659, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4705828976580379807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4e7565-5a3f-4063-ae8b-2a5db2499c61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bcae132-190f-4627-b733-7a65e30522e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bcae132-190f-4627-b733-7a65e30522e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426561693313489738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b19318-0624-48c6-ae3a-6720e7e20659, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c435e97-ef2a-420c-827e-380cfceb4a09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c435e97-ef2a-420c-827e-380cfceb4a09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390270568418621366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bcae132-190f-4627-b733-7a65e30522e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6331b032-c927-47e2-84cf-d191dd6b91f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6331b032-c927-47e2-84cf-d191dd6b91f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4722491193354351290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c435e97-ef2a-420c-827e-380cfceb4a09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1c45098-52e5-4816-a7dc-8935ce41b482, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c45098-52e5-4816-a7dc-8935ce41b482, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5813719354886396298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6331b032-c927-47e2-84cf-d191dd6b91f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec308fb9-fba7-4da4-80a1-ff88ca17022e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c45098-52e5-4816-a7dc-8935ce41b482, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a603f401-6770-43fe-854d-887792a84921, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a603f401-6770-43fe-854d-887792a84921, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11119682795168602123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec308fb9-fba7-4da4-80a1-ff88ca17022e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8981903608295027046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a603f401-6770-43fe-854d-887792a84921, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c1daf46-914e-4325-aa22-ca0aba982782, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c1daf46-914e-4325-aa22-ca0aba982782, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14216411306488696930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec308fb9-fba7-4da4-80a1-ff88ca17022e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39f1f1d3-9253-4f11-81d7-230e8dc5e8ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f1f1d3-9253-4f11-81d7-230e8dc5e8ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1165261813111879172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c1daf46-914e-4325-aa22-ca0aba982782, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd51b8b-437b-490f-9b8f-584dc263d089, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd51b8b-437b-490f-9b8f-584dc263d089, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17258529916353244067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f1f1d3-9253-4f11-81d7-230e8dc5e8ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44f250fa-cdad-4270-9d04-6939489f517a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd51b8b-437b-490f-9b8f-584dc263d089, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21baea1c-811a-48d7-8951-e8c182bbb32a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21baea1c-811a-48d7-8951-e8c182bbb32a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802055583218957421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f250fa-cdad-4270-9d04-6939489f517a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18241809310022664506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21baea1c-811a-48d7-8951-e8c182bbb32a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee446c7-bb40-4ec7-938e-e2900dedbbd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee446c7-bb40-4ec7-938e-e2900dedbbd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7335093034541314898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f250fa-cdad-4270-9d04-6939489f517a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec93a61e-626d-490a-a5d7-546244b68907, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec93a61e-626d-490a-a5d7-546244b68907, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11226210736161806986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee446c7-bb40-4ec7-938e-e2900dedbbd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc1c0865-407a-4cd0-a7c3-b118ea1ba11f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1c0865-407a-4cd0-a7c3-b118ea1ba11f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3180346546894646262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec93a61e-626d-490a-a5d7-546244b68907, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f56058f-8d4c-4b61-9f05-91adb0e8b5c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f56058f-8d4c-4b61-9f05-91adb0e8b5c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4183509402168449242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1c0865-407a-4cd0-a7c3-b118ea1ba11f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9d5a2ed-a589-4f0a-984a-dcd1fb156b3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9d5a2ed-a589-4f0a-984a-dcd1fb156b3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7483575076215216819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f56058f-8d4c-4b61-9f05-91adb0e8b5c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7b180b8-46d7-4b9b-b244-63cfe72bdf92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b180b8-46d7-4b9b-b244-63cfe72bdf92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12026615249973828653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9d5a2ed-a589-4f0a-984a-dcd1fb156b3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16ccce21-c4ea-4f21-b031-983cc0500bdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ccce21-c4ea-4f21-b031-983cc0500bdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6352380551439163006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ccce21-c4ea-4f21-b031-983cc0500bdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1fd83cf-dbd6-434f-a77b-b7717b80e134, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1fd83cf-dbd6-434f-a77b-b7717b80e134, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15089795494198851076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b180b8-46d7-4b9b-b244-63cfe72bdf92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88caeac2-7cde-4703-a895-52bfddd58faf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88caeac2-7cde-4703-a895-52bfddd58faf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5662185278778400883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1fd83cf-dbd6-434f-a77b-b7717b80e134, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4754f57-7954-42b6-b79d-cc789145f523, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4754f57-7954-42b6-b79d-cc789145f523, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18126801511883685425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88caeac2-7cde-4703-a895-52bfddd58faf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9922fce-bf05-48c1-b5a0-fac6f0611c01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4754f57-7954-42b6-b79d-cc789145f523, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9922fce-bf05-48c1-b5a0-fac6f0611c01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13202900927454674476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c32c124c-49a9-4054-9b98-fcc2b2c0368e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32c124c-49a9-4054-9b98-fcc2b2c0368e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7702996020741153039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9922fce-bf05-48c1-b5a0-fac6f0611c01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c90d4c4-c9de-4168-a20f-eb607eca6904, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c90d4c4-c9de-4168-a20f-eb607eca6904, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15775388554737876118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32c124c-49a9-4054-9b98-fcc2b2c0368e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 534b2d78-cbe5-4ef0-a3d0-11b94cad1f39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534b2d78-cbe5-4ef0-a3d0-11b94cad1f39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5514625581473798862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c90d4c4-c9de-4168-a20f-eb607eca6904, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 681d73bc-ba4d-4101-8109-1644d4704a0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534b2d78-cbe5-4ef0-a3d0-11b94cad1f39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e119a1c1-43f2-4200-876e-0af02eaee179, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e119a1c1-43f2-4200-876e-0af02eaee179, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1253352379934870500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681d73bc-ba4d-4101-8109-1644d4704a0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 755509890898315482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e119a1c1-43f2-4200-876e-0af02eaee179, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a222dc7-dcc9-4fc5-99d9-0a40d7adde37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a222dc7-dcc9-4fc5-99d9-0a40d7adde37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2347592308681620145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681d73bc-ba4d-4101-8109-1644d4704a0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7a18bf4-42af-48eb-9a43-9c6081e59f60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a18bf4-42af-48eb-9a43-9c6081e59f60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12869207420567910438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a222dc7-dcc9-4fc5-99d9-0a40d7adde37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc41b954-588c-4dae-b34a-75bd27b4b8de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a18bf4-42af-48eb-9a43-9c6081e59f60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eef582f-a394-4032-abf2-ffcf2e4c3499, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc41b954-588c-4dae-b34a-75bd27b4b8de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371219489559745351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eef582f-a394-4032-abf2-ffcf2e4c3499, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4697157316297234580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc41b954-588c-4dae-b34a-75bd27b4b8de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d3f105e-014b-4d9f-86a0-2cbeac36ad32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3f105e-014b-4d9f-86a0-2cbeac36ad32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17989177641069276354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eef582f-a394-4032-abf2-ffcf2e4c3499, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a1771e-b272-40fa-b3f5-16f6a918fb04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a1771e-b272-40fa-b3f5-16f6a918fb04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1537047745690561240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3f105e-014b-4d9f-86a0-2cbeac36ad32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36e0cf01-ca08-4919-9898-d3bd51220244, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e0cf01-ca08-4919-9898-d3bd51220244, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10109120031600839713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a1771e-b272-40fa-b3f5-16f6a918fb04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7df6a1-e32a-4889-bc02-3cfd26a5318a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7df6a1-e32a-4889-bc02-3cfd26a5318a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12133837517596396475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e0cf01-ca08-4919-9898-d3bd51220244, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68c7b0d3-ab66-4da7-9da3-0c75d95340af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c7b0d3-ab66-4da7-9da3-0c75d95340af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2117540724063049017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7df6a1-e32a-4889-bc02-3cfd26a5318a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1264c367-b8ef-4378-a0c4-c97d7e0c8663, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1264c367-b8ef-4378-a0c4-c97d7e0c8663, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11241945531020624576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1264c367-b8ef-4378-a0c4-c97d7e0c8663, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0098aae5-9fcb-4ed2-a94c-298ec3153be1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0098aae5-9fcb-4ed2-a94c-298ec3153be1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1670494422787693577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c7b0d3-ab66-4da7-9da3-0c75d95340af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff84d22d-d1f5-476d-83ee-43f321b17413, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff84d22d-d1f5-476d-83ee-43f321b17413, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3812101661717777979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0098aae5-9fcb-4ed2-a94c-298ec3153be1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 144d5ca1-558e-4f79-9421-5fca071b9969, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144d5ca1-558e-4f79-9421-5fca071b9969, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9153217631423842230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff84d22d-d1f5-476d-83ee-43f321b17413, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144d5ca1-558e-4f79-9421-5fca071b9969, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b7349e9-df55-4cd2-a4eb-863573142741, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a50c9a65-e90b-4f68-b029-af89b90f58d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b7349e9-df55-4cd2-a4eb-863573142741, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10152786882476176664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a50c9a65-e90b-4f68-b029-af89b90f58d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2473847121858492101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b7349e9-df55-4cd2-a4eb-863573142741, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a2b90c4-c616-41e7-9fca-2afa1678b952, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a50c9a65-e90b-4f68-b029-af89b90f58d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a289c7c2-28e4-46cb-9bc0-e19c14b3ebd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a289c7c2-28e4-46cb-9bc0-e19c14b3ebd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17740938456917535230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2b90c4-c616-41e7-9fca-2afa1678b952, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7297367176923447992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a289c7c2-28e4-46cb-9bc0-e19c14b3ebd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07881eb8-8563-43bf-a5d9-b1bc9cfb42ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07881eb8-8563-43bf-a5d9-b1bc9cfb42ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12341372972611795333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2b90c4-c616-41e7-9fca-2afa1678b952, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64406415-4ffa-49f9-a001-c8b9ca59d1a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07881eb8-8563-43bf-a5d9-b1bc9cfb42ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48d7afc0-7926-4523-986e-81ddef6623b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64406415-4ffa-49f9-a001-c8b9ca59d1a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5585954524572404640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d7afc0-7926-4523-986e-81ddef6623b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1887029161021602203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64406415-4ffa-49f9-a001-c8b9ca59d1a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d7afc0-7926-4523-986e-81ddef6623b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a6b8473-2539-4852-afd0-3b021fe4b11f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6b8473-2539-4852-afd0-3b021fe4b11f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13419671739085022210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1e80421-c7ca-42c8-b69a-10e2fb25ab0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e80421-c7ca-42c8-b69a-10e2fb25ab0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13759507485599435024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6b8473-2539-4852-afd0-3b021fe4b11f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94e8ae5c-e026-4403-8e09-4f7f38892133, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e8ae5c-e026-4403-8e09-4f7f38892133, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15404381526870926637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e80421-c7ca-42c8-b69a-10e2fb25ab0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 792d3efe-3e78-4c5b-8de1-190ef11165e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e8ae5c-e026-4403-8e09-4f7f38892133, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792d3efe-3e78-4c5b-8de1-190ef11165e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2817247862323758292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19088525-17f9-437b-b495-c25db4718ff9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19088525-17f9-437b-b495-c25db4718ff9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11116383021399701236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792d3efe-3e78-4c5b-8de1-190ef11165e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01ff6cf2-55a0-47dd-8922-90bf13f50e7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ff6cf2-55a0-47dd-8922-90bf13f50e7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15786255860902081406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19088525-17f9-437b-b495-c25db4718ff9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc037141-bfea-476e-be42-088af0cb6db1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc037141-bfea-476e-be42-088af0cb6db1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11532896707890018579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ff6cf2-55a0-47dd-8922-90bf13f50e7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 539c8c30-a821-4ffa-973d-47bc03144e42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 539c8c30-a821-4ffa-973d-47bc03144e42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11606710064622461671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc037141-bfea-476e-be42-088af0cb6db1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4f9820f-a737-431d-92e1-3a6d7eaff032, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f9820f-a737-431d-92e1-3a6d7eaff032, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16849847197236878469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 539c8c30-a821-4ffa-973d-47bc03144e42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68c17faf-2f96-43ed-82d5-22a04556a986, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c17faf-2f96-43ed-82d5-22a04556a986, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6338926906127591246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f9820f-a737-431d-92e1-3a6d7eaff032, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c17faf-2f96-43ed-82d5-22a04556a986, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b163dd39-693f-4497-ad5e-ef42f945fda6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b163dd39-693f-4497-ad5e-ef42f945fda6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10149329155362663364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9159d9e-46fb-4437-98b8-da461206533d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9159d9e-46fb-4437-98b8-da461206533d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3067348175421845416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b163dd39-693f-4497-ad5e-ef42f945fda6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9159d9e-46fb-4437-98b8-da461206533d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f45bb3f3-2e1c-4e23-9714-2878e546fc2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45bb3f3-2e1c-4e23-9714-2878e546fc2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2499724451171709460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25a92c30-5d57-4833-844b-936def355faa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a92c30-5d57-4833-844b-936def355faa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13215645778404492146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45bb3f3-2e1c-4e23-9714-2878e546fc2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66a75f3c-163b-42e4-81a2-eb355ce933e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66a75f3c-163b-42e4-81a2-eb355ce933e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10291645193010949052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a92c30-5d57-4833-844b-936def355faa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34ae2fc6-f4c3-463a-93ca-53a2265753ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34ae2fc6-f4c3-463a-93ca-53a2265753ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17044006176435007779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779" } } } 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:14525/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66a75f3c-163b-42e4-81a2-eb355ce933e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f45fafbe-5d80-4d9f-9d88-ddc9aaddce67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45fafbe-5d80-4d9f-9d88-ddc9aaddce67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14715083827781205213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34ae2fc6-f4c3-463a-93ca-53a2265753ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9abf24d-06c9-4921-8546-aa4e7c7d44d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45fafbe-5d80-4d9f-9d88-ddc9aaddce67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9054c6e3-8abe-407d-bfe5-d0ad181b8cc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9054c6e3-8abe-407d-bfe5-d0ad181b8cc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18023949892007163736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9abf24d-06c9-4921-8546-aa4e7c7d44d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 691149646073287894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9054c6e3-8abe-407d-bfe5-d0ad181b8cc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfb9232a-2318-4203-8f7a-dabba809a717, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfb9232a-2318-4203-8f7a-dabba809a717, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12395650099774288324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9abf24d-06c9-4921-8546-aa4e7c7d44d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27a7ce20-36d3-4649-ad2b-02f8218587d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27a7ce20-36d3-4649-ad2b-02f8218587d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13069166111945352189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfb9232a-2318-4203-8f7a-dabba809a717, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7e27244-69f1-45d0-8375-335eb163ee1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7e27244-69f1-45d0-8375-335eb163ee1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18015288204721290091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27a7ce20-36d3-4649-ad2b-02f8218587d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 316ccc5d-bbb3-4f05-bc4c-67b0877adf4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316ccc5d-bbb3-4f05-bc4c-67b0877adf4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13757720462355576447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7e27244-69f1-45d0-8375-335eb163ee1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b55b45b-2055-45f1-8b59-e5389d47139b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b55b45b-2055-45f1-8b59-e5389d47139b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10846832530743106562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316ccc5d-bbb3-4f05-bc4c-67b0877adf4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7853f571-6143-4765-a49f-b5971b514ce9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7853f571-6143-4765-a49f-b5971b514ce9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189884921223243253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b55b45b-2055-45f1-8b59-e5389d47139b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97abe5d6-64ed-4a0b-b452-3766b3586c7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97abe5d6-64ed-4a0b-b452-3766b3586c7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2692433483087762517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7853f571-6143-4765-a49f-b5971b514ce9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b9ebfb0-79b2-461c-9f93-44eb61d44dd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b9ebfb0-79b2-461c-9f93-44eb61d44dd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3392019988088890442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97abe5d6-64ed-4a0b-b452-3766b3586c7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20b08ee-ba26-4d7d-b5be-f8ec2095c96f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20b08ee-ba26-4d7d-b5be-f8ec2095c96f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2389852937702237710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b9ebfb0-79b2-461c-9f93-44eb61d44dd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20b08ee-ba26-4d7d-b5be-f8ec2095c96f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b6b5528-36ff-4f60-80f2-79924de0e636, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b6b5528-36ff-4f60-80f2-79924de0e636, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17231212518972801290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d284c08-7c5d-4e8a-ba63-df8171dd9638, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d284c08-7c5d-4e8a-ba63-df8171dd9638, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7175595870499265869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b6b5528-36ff-4f60-80f2-79924de0e636, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d284c08-7c5d-4e8a-ba63-df8171dd9638, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64fc922f-8e88-49ae-8588-83aca06199a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64fc922f-8e88-49ae-8588-83aca06199a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15505591434008237918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b70ef48c-7d99-464f-93e2-ec335ae06cee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b70ef48c-7d99-464f-93e2-ec335ae06cee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2181571894154245953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64fc922f-8e88-49ae-8588-83aca06199a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f25e95b6-8f9e-4530-8467-fd1e9bc52465, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f25e95b6-8f9e-4530-8467-fd1e9bc52465, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 398738013139173728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b70ef48c-7d99-464f-93e2-ec335ae06cee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a3ad82-f4bd-4db7-8b0b-b2dffff8881e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a3ad82-f4bd-4db7-8b0b-b2dffff8881e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2493284086094282666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f25e95b6-8f9e-4530-8467-fd1e9bc52465, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89d3ad8a-5297-46f4-bdb5-0ebdec25ba07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d3ad8a-5297-46f4-bdb5-0ebdec25ba07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16087692337038350134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a3ad82-f4bd-4db7-8b0b-b2dffff8881e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0209c3b9-8f9c-43fb-957d-85b6c6c8cceb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0209c3b9-8f9c-43fb-957d-85b6c6c8cceb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2970997818159331017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89d3ad8a-5297-46f4-bdb5-0ebdec25ba07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a1d6b44-bcd2-4316-b875-19cc308cd2ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a1d6b44-bcd2-4316-b875-19cc308cd2ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9065013235693323246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0209c3b9-8f9c-43fb-957d-85b6c6c8cceb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a1d6b44-bcd2-4316-b875-19cc308cd2ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6af43a7f-8fab-4694-aff5-6b56fa74ab4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af43a7f-8fab-4694-aff5-6b56fa74ab4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4175874028400220085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc848ae4-fc9b-4e66-bdb8-469bd00fa19d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc848ae4-fc9b-4e66-bdb8-469bd00fa19d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5560379373763282903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af43a7f-8fab-4694-aff5-6b56fa74ab4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d300a677-8f63-4e4a-a3dd-a86a853da8d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d300a677-8f63-4e4a-a3dd-a86a853da8d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13643528006543068568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc848ae4-fc9b-4e66-bdb8-469bd00fa19d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d29640e8-0f57-4e69-bc80-161e6776b4c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d29640e8-0f57-4e69-bc80-161e6776b4c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498172606365496391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d300a677-8f63-4e4a-a3dd-a86a853da8d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18548956-4b68-4fa8-ab0a-026cee4a9b53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18548956-4b68-4fa8-ab0a-026cee4a9b53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210812147168037697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d29640e8-0f57-4e69-bc80-161e6776b4c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cd5ee83-da4b-4b93-915f-cc7cbf92a5f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18548956-4b68-4fa8-ab0a-026cee4a9b53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd5ee83-da4b-4b93-915f-cc7cbf92a5f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9371022219343225070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b6300fd-2df6-4a95-ac1f-b1e81c61774e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd5ee83-da4b-4b93-915f-cc7cbf92a5f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70f02f7-59e4-44a3-81f9-975f009e2304, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70f02f7-59e4-44a3-81f9-975f009e2304, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17238970887250330192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b6300fd-2df6-4a95-ac1f-b1e81c61774e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10022746014063179523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70f02f7-59e4-44a3-81f9-975f009e2304, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b6300fd-2df6-4a95-ac1f-b1e81c61774e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6d75621-9e6e-45b3-9c61-95f0c07e9912, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db03c077-16a0-4df5-b3a8-88a4676937be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db03c077-16a0-4df5-b3a8-88a4676937be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6193057221903856715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6d75621-9e6e-45b3-9c61-95f0c07e9912, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6623386199188151527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db03c077-16a0-4df5-b3a8-88a4676937be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6996e679-6008-4634-895b-f5a036f4eaaf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6996e679-6008-4634-895b-f5a036f4eaaf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1703607812460952334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6d75621-9e6e-45b3-9c61-95f0c07e9912, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4299913-266f-423d-a036-6660827f497b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4299913-266f-423d-a036-6660827f497b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3403234532310277403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6996e679-6008-4634-895b-f5a036f4eaaf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42edf492-385f-460f-a8b0-6374f55295b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42edf492-385f-460f-a8b0-6374f55295b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9985689915149096333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4299913-266f-423d-a036-6660827f497b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be275b0b-83c7-418e-9874-eaf6671d4828, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42edf492-385f-460f-a8b0-6374f55295b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c2776a6-c495-46c1-a27c-441dc66fa54e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c2776a6-c495-46c1-a27c-441dc66fa54e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12642525365824240342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be275b0b-83c7-418e-9874-eaf6671d4828, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18202293155471429598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be275b0b-83c7-418e-9874-eaf6671d4828, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d925a900-41f3-419d-87af-15d1f303e754, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c2776a6-c495-46c1-a27c-441dc66fa54e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5b88672-17e6-4b22-8831-c95e719328bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b88672-17e6-4b22-8831-c95e719328bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10729015643761551644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d925a900-41f3-419d-87af-15d1f303e754, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 861096176105198900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900" } } } 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/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_e4kj6orn.log --grpc-port=14525 --mon-port=62032 --ic-port=10289 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_e4kj6orn.log', '--grpc-port=14525', '--mon-port=62032', '--ic-port=10289', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1451047
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:14525/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b88672-17e6-4b22-8831-c95e719328bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cd0a44a-20fe-40a8-9f9b-5106c5e73a26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cd0a44a-20fe-40a8-9f9b-5106c5e73a26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11921523369562168035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035" } } } 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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d925a900-41f3-419d-87af-15d1f303e754, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9716e2b1-40c4-40b8-b028-088afde97dc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9716e2b1-40c4-40b8-b028-088afde97dc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1558402812825222126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126" } } } 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: 1451048
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cd0a44a-20fe-40a8-9f9b-5106c5e73a26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75a88b32-7881-437e-9bdd-e4ff35badb61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a88b32-7881-437e-9bdd-e4ff35badb61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14666136110707696871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9716e2b1-40c4-40b8-b028-088afde97dc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdb869d5-53c9-40f9-b664-23620c5cb3b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb869d5-53c9-40f9-b664-23620c5cb3b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11931210349228243573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a88b32-7881-437e-9bdd-e4ff35badb61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 139b5720-d499-4282-bdd1-aa955e23a379, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 139b5720-d499-4282-bdd1-aa955e23a379, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4683290769710507079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb869d5-53c9-40f9-b664-23620c5cb3b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3503931-523b-4d1d-80e3-14aac808958e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3503931-523b-4d1d-80e3-14aac808958e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9675206864692207798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 139b5720-d499-4282-bdd1-aa955e23a379, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81f9dcbf-a996-4b10-8923-b3710a3d8716, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f9dcbf-a996-4b10-8923-b3710a3d8716, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17143816383562209696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3503931-523b-4d1d-80e3-14aac808958e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 439f0245-7c65-460d-b7ed-398bec3669cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f9dcbf-a996-4b10-8923-b3710a3d8716, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 439f0245-7c65-460d-b7ed-398bec3669cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5409767706635819583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 439f0245-7c65-460d-b7ed-398bec3669cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c701b7e8-5cce-4bc6-9e06-d6ce9612eb05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c701b7e8-5cce-4bc6-9e06-d6ce9612eb05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12194921122943056839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fdc6d03-c9cf-43c6-a689-5d0ce62590dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fdc6d03-c9cf-43c6-a689-5d0ce62590dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10385858355833637192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fdc6d03-c9cf-43c6-a689-5d0ce62590dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aec5c8d-a268-4153-9a96-f496519ac58e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aec5c8d-a268-4153-9a96-f496519ac58e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11849163276168351491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c701b7e8-5cce-4bc6-9e06-d6ce9612eb05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a36056a6-3954-4fde-9025-26ea75dc8948, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a36056a6-3954-4fde-9025-26ea75dc8948, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2261099063761468375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aec5c8d-a268-4153-9a96-f496519ac58e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52d727c6-1ef5-4cc0-afd3-c22cb3e02bb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d727c6-1ef5-4cc0-afd3-c22cb3e02bb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16946317305362027892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d727c6-1ef5-4cc0-afd3-c22cb3e02bb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b855f995-53d9-4575-a7d0-7a381bb3d8ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a36056a6-3954-4fde-9025-26ea75dc8948, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40caafe1-bbe2-4e26-8a91-c85da5be19bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b855f995-53d9-4575-a7d0-7a381bb3d8ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10009126261234656468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40caafe1-bbe2-4e26-8a91-c85da5be19bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976325047899040786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b855f995-53d9-4575-a7d0-7a381bb3d8ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87034e7f-f9dd-45eb-b0b0-bff7289a296f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87034e7f-f9dd-45eb-b0b0-bff7289a296f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10903689937631443837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40caafe1-bbe2-4e26-8a91-c85da5be19bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a13dc8-3946-4a80-8735-5ca8626f8a12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a13dc8-3946-4a80-8735-5ca8626f8a12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9957528912673259924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87034e7f-f9dd-45eb-b0b0-bff7289a296f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e64ae631-d355-4d96-8103-8d9d1f99d1d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64ae631-d355-4d96-8103-8d9d1f99d1d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8376648434719049809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a13dc8-3946-4a80-8735-5ca8626f8a12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64ae631-d355-4d96-8103-8d9d1f99d1d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f01ec35-ca9f-4fdd-9799-7126fd1e3a2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f01ec35-ca9f-4fdd-9799-7126fd1e3a2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17329375196120370610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 164b4bb9-1c49-4610-96aa-259ccb85f37c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 164b4bb9-1c49-4610-96aa-259ccb85f37c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9837716264774684807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f01ec35-ca9f-4fdd-9799-7126fd1e3a2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ae481ca-136b-4111-bace-2d45c594f0a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae481ca-136b-4111-bace-2d45c594f0a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348791394623187254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 164b4bb9-1c49-4610-96aa-259ccb85f37c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 819c13ba-1102-4c65-bc70-f02bb9e2a4e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 819c13ba-1102-4c65-bc70-f02bb9e2a4e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9093155185298816487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae481ca-136b-4111-bace-2d45c594f0a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daea30db-a4bd-4f80-af7a-2f0c109c75bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daea30db-a4bd-4f80-af7a-2f0c109c75bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3681834699284194949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 819c13ba-1102-4c65-bc70-f02bb9e2a4e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08e51087-60d3-47dd-8061-6735b6886e8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08e51087-60d3-47dd-8061-6735b6886e8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3546882459355183867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daea30db-a4bd-4f80-af7a-2f0c109c75bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8762f29a-1fef-4670-a6a4-7073d523c0c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8762f29a-1fef-4670-a6a4-7073d523c0c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2419950054856389576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08e51087-60d3-47dd-8061-6735b6886e8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be89f876-7131-42e4-b910-dab1c694ea58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8762f29a-1fef-4670-a6a4-7073d523c0c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8d12119-422d-46ca-9790-1526cd192dff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d12119-422d-46ca-9790-1526cd192dff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9587424874127969863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be89f876-7131-42e4-b910-dab1c694ea58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 921287012352440657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be89f876-7131-42e4-b910-dab1c694ea58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d12119-422d-46ca-9790-1526cd192dff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf85adee-7674-46b2-af2b-102af75829d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf85adee-7674-46b2-af2b-102af75829d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16295307307681903157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65b76df1-8ab7-4239-80c3-756c19fd870f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65b76df1-8ab7-4239-80c3-756c19fd870f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8583989105245812374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf85adee-7674-46b2-af2b-102af75829d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 023f20dd-1d41-4c69-a345-b9743b7748b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023f20dd-1d41-4c69-a345-b9743b7748b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8437094906034183754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65b76df1-8ab7-4239-80c3-756c19fd870f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bd6c256-6879-4e9a-877b-5180c90559fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bd6c256-6879-4e9a-877b-5180c90559fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15310772463512600682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023f20dd-1d41-4c69-a345-b9743b7748b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc2a54f-5f1e-45a6-b702-01c38bbb0e6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc2a54f-5f1e-45a6-b702-01c38bbb0e6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 938630260141258348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bd6c256-6879-4e9a-877b-5180c90559fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c56d5b2a-99ba-4d2b-a721-a12909be33f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c56d5b2a-99ba-4d2b-a721-a12909be33f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4813324954112076248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc2a54f-5f1e-45a6-b702-01c38bbb0e6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52c19ec5-23d0-4c64-a8fc-76add05acb74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52c19ec5-23d0-4c64-a8fc-76add05acb74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9300512366548182936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c56d5b2a-99ba-4d2b-a721-a12909be33f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec1dd05f-9683-46c1-a721-0f4153eaf8e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec1dd05f-9683-46c1-a721-0f4153eaf8e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6417288765171003514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52c19ec5-23d0-4c64-a8fc-76add05acb74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58c8ed2c-56fd-4f70-bd2b-ecee7e378ecd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c8ed2c-56fd-4f70-bd2b-ecee7e378ecd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11069134969162824380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec1dd05f-9683-46c1-a721-0f4153eaf8e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cec2f675-5f92-4ea8-a6d8-31ee91d04472, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec2f675-5f92-4ea8-a6d8-31ee91d04472, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 503322643316572192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c8ed2c-56fd-4f70-bd2b-ecee7e378ecd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b166ae-14db-49e7-af7a-460ae32deb00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b166ae-14db-49e7-af7a-460ae32deb00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7703408245737005249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec2f675-5f92-4ea8-a6d8-31ee91d04472, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 006ea410-2961-4df8-bb1b-839e2d2af6b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006ea410-2961-4df8-bb1b-839e2d2af6b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7817690437373731304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b166ae-14db-49e7-af7a-460ae32deb00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55031ce1-a675-4b37-8145-bf1fe0e95d17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55031ce1-a675-4b37-8145-bf1fe0e95d17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6564841600047845955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55031ce1-a675-4b37-8145-bf1fe0e95d17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ce61b76-b681-4307-985d-bee2dfae2178, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ce61b76-b681-4307-985d-bee2dfae2178, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4044241362206248144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006ea410-2961-4df8-bb1b-839e2d2af6b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc56a08f-1ddd-4fdd-948f-828b0328fb07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc56a08f-1ddd-4fdd-948f-828b0328fb07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10016597228849762621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ce61b76-b681-4307-985d-bee2dfae2178, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25a3de62-12bb-498b-8d82-bcd2f6aa10ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a3de62-12bb-498b-8d82-bcd2f6aa10ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12428967965119788241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc56a08f-1ddd-4fdd-948f-828b0328fb07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6052ad34-d251-4dc0-b190-4eb5a874eaa6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6052ad34-d251-4dc0-b190-4eb5a874eaa6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14068104712712002591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a3de62-12bb-498b-8d82-bcd2f6aa10ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 646fd70a-0c14-478e-9eff-9462d0edd8ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 646fd70a-0c14-478e-9eff-9462d0edd8ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5108798590865873179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6052ad34-d251-4dc0-b190-4eb5a874eaa6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 646fd70a-0c14-478e-9eff-9462d0edd8ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b3ff1a6-6cb5-4048-9b51-8cd28a9f6b32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d5f2dfe-bbc0-4c51-bf58-fb9dd3687468, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d5f2dfe-bbc0-4c51-bf58-fb9dd3687468, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10626453057338465121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b3ff1a6-6cb5-4048-9b51-8cd28a9f6b32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17165112387847198558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558" } } } 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 1451048) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1451048) elapsed time (sec): 1.5336177349090576
DEBUG    ya.test:process.py:263 Command (pid 1451048) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1451048) minflt: 45382
DEBUG    ya.test:process.py:263 Command (pid 1451048) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) nivcsw: 218
DEBUG    ya.test:process.py:263 Command (pid 1451048) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1451048) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1451048) stime: 0.20804399999999998
DEBUG    ya.test:process.py:263 Command (pid 1451048) utime: 0.5205219999999999
DEBUG    ya.test:process.py:263 Command (pid 1451048) wtime: 1.565
DEBUG    ya.test:process.py:275 Command (pid 1451048) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d5f2dfe-bbc0-4c51-bf58-fb9dd3687468, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7b5b536-40c1-4413-8491-9245facaae0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b5b536-40c1-4413-8491-9245facaae0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3198107832319544730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b3ff1a6-6cb5-4048-9b51-8cd28a9f6b32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe904d99-7543-4504-8816-37f9fd441b48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe904d99-7543-4504-8816-37f9fd441b48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4674867172682810656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b5b536-40c1-4413-8491-9245facaae0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5aa29ce0f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5aa29ce0f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 6e1317a2-8227-482c-82a2-79a1a5d53001, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 6e1317a2-8227-482c-82a2-79a1a5d53001, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe904d99-7543-4504-8816-37f9fd441b48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 6e1317a2-8227-482c-82a2-79a1a5d53001, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 6e1317a2-8227-482c-82a2-79a1a5d53001, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 6e1317a2-8227-482c-82a2-79a1a5d53001, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5aa29ce0f0>
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 0x7b5a9e400270 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 0x7b5a9e42f670>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9e42f670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 50e88f16-1446-46f1-a861-a001b7ec4567, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 50e88f16-1446-46f1-a861-a001b7ec4567, ghrun-riky6msjhe.auto.internal:28913): 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 0x7b5a9fdb8b30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5a9fdb8b30>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9fdb8b30> 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 0x7b5a9fdb8b30> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7b5a9e18d8b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9e18d8b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 375115a3-736c-429a-8701-e94f4ce3a4c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 375115a3-736c-429a-8701-e94f4ce3a4c8, ghrun-riky6msjhe.auto.internal:28913): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, fcee672b-b42c-4249-ae24-c1cd9db1d064, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, fcee672b-b42c-4249-ae24-c1cd9db1d064, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 50e88f16-1446-46f1-a861-a001b7ec4567, ghrun-riky6msjhe.auto.internal:28913): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 50e88f16-1446-46f1-a861-a001b7ec4567, ghrun-riky6msjhe.auto.internal:28913): 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-26T17:12:34.996919363+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 50e88f16-1446-46f1-a861-a001b7ec4567, ghrun-riky6msjhe.auto.internal:28913): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:28913
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5a9fdb8b30>
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 0x7b5a9f9aa070 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 0x7b5aa030d3f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa030d3f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-26T17:12:34.996919363+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, fcee672b-b42c-4249-ae24-c1cd9db1d064, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, fcee672b-b42c-4249-ae24-c1cd9db1d064, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, fcee672b-b42c-4249-ae24-c1cd9db1d064, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 375115a3-736c-429a-8701-e94f4ce3a4c8, ghrun-riky6msjhe.auto.internal:28913): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 375115a3-736c-429a-8701-e94f4ce3a4c8, ghrun-riky6msjhe.auto.internal:28913): 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-26T17:12:35.013700845+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 375115a3-736c-429a-8701-e94f4ce3a4c8, ghrun-riky6msjhe.auto.internal:28913): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:28913
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-26T17:12:35.013700845+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 84bbb275-6f54-4142-b211-743980c8a60a, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 84bbb275-6f54-4142-b211-743980c8a60a, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 84bbb275-6f54-4142-b211-743980c8a60a, localhost:62007): 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:62007". 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:62007
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, 97191294-6696-4545-b0d4-f746e0dba116, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 97191294-6696-4545-b0d4-f746e0dba116, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 97191294-6696-4545-b0d4-f746e0dba116, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 14525 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-riky6msjhe.auto.internal:14525, 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:62007
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa030d3f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, cea1f89a-e792-4334-b07e-6610695638af, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cea1f89a-e792-4334-b07e-6610695638af, ghrun-riky6msjhe.auto.internal:14525): 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 0x7b5a9e42f670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 2288a14d-240a-42c1-b655-d1e975d2d63e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2288a14d-240a-42c1-b655-d1e975d2d63e, ghrun-riky6msjhe.auto.internal:14525): 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 0x7b5a9e18d8b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 46ced8df-202a-44f4-9158-a232a08ac830, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 46ced8df-202a-44f4-9158-a232a08ac830, ghrun-riky6msjhe.auto.internal:14525): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5a9e400270 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5a9f9aa070 state=pending>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, cea1f89a-e792-4334-b07e-6610695638af, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, cea1f89a-e792-4334-b07e-6610695638af, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:12:40.49447612+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 0x7b5aa030d3f0>
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 0x7b5aa030d3f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5aa030d3f0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 2288a14d-240a-42c1-b655-d1e975d2d63e, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 2288a14d-240a-42c1-b655-d1e975d2d63e, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:12:40.519730661+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 46ced8df-202a-44f4-9158-a232a08ac830, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 46ced8df-202a-44f4-9158-a232a08ac830, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:12:40.522439793+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 0x7b5a9e42f670>
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 0x7b5a9e42f670>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9e42f670> is no longer active. Current active count 1.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9e18d8b0>
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 0x7b5a9e18d8b0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9e18d8b0> 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 0x7b5a9fc108f0 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 0x7b5a9fc132b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, bda4c8e8-562f-4da5-be56-12c5221b4036, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bda4c8e8-562f-4da5-be56-12c5221b4036, ghrun-riky6msjhe.auto.internal:14525): 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 0x7b5a9fb47870 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 0x7b5a9fc69f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9e3dd15c-88fc-457f-acb7-18282d4475bb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9e3dd15c-88fc-457f-acb7-18282d4475bb, ghrun-riky6msjhe.auto.internal:14525): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:28913/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_vtz6nbuj.log --grpc-port=28913 --mon-port=13457 --ic-port=20812 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_vtz6nbuj.log', '--grpc-port=28913', '--mon-port=13457', '--ic-port=20812', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1452100
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:28913/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1452101
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, bda4c8e8-562f-4da5-be56-12c5221b4036, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bda4c8e8-562f-4da5-be56-12c5221b4036, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, bda4c8e8-562f-4da5-be56-12c5221b4036, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 76af41aa-388c-47c7-8fd3-b6a6653c4a75, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 76af41aa-388c-47c7-8fd3-b6a6653c4a75, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9e3dd15c-88fc-457f-acb7-18282d4475bb, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9e3dd15c-88fc-457f-acb7-18282d4475bb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 7a9d07a8-9137-45d3-97f0-2c8e8de84e64, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 7a9d07a8-9137-45d3-97f0-2c8e8de84e64, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" 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, 9e3dd15c-88fc-457f-acb7-18282d4475bb, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ya.test:process.py:259 Command (pid 1452101) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1452101) elapsed time (sec): 1.443763256072998
DEBUG    ya.test:process.py:263 Command (pid 1452101) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1452101) minflt: 45330
DEBUG    ya.test:process.py:263 Command (pid 1452101) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) nivcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 1452101) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1452101) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1452101) stime: 0.229536
DEBUG    ya.test:process.py:263 Command (pid 1452101) utime: 0.5190589999999999
DEBUG    ya.test:process.py:263 Command (pid 1452101) wtime: 1.458
DEBUG    ya.test:process.py:275 Command (pid 1452101) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 21837
      NodeId: 2
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 21837
      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 21837 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 21837 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
}

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:8661/1
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, b1e5b142-3af2-4470-ba4b-b864f7c9bc01, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b1e5b142-3af2-4470-ba4b-b864f7c9bc01, localhost:62007): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b1e5b142-3af2-4470-ba4b-b864f7c9bc01, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 23411 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-riky6msjhe.auto.internal:23411, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:8661
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log --grpc-port=8661 --mon-port=18758 --ic-port=3326 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log', '--grpc-port=8661', '--mon-port=18758', '--ic-port=3326', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1452655
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:8661/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1452656
DEBUG    ya.test:process.py:259 Command (pid 1452656) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1452656) elapsed time (sec): 1.5226819515228271
DEBUG    ya.test:process.py:263 Command (pid 1452656) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1452656) minflt: 45357
DEBUG    ya.test:process.py:263 Command (pid 1452656) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) nivcsw: 256
DEBUG    ya.test:process.py:263 Command (pid 1452656) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1452656) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1452656) stime: 0.222969
DEBUG    ya.test:process.py:263 Command (pid 1452656) utime: 0.5245879999999999
DEBUG    ya.test:process.py:263 Command (pid 1452656) wtime: 1.544
DEBUG    ya.test:process.py:275 Command (pid 1452656) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:23411/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log --grpc-port=23411 --mon-port=23801 --ic-port=28088 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log', '--grpc-port=23411', '--mon-port=23801', '--ic-port=28088', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1453134
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:23411/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1453135
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 7a9d07a8-9137-45d3-97f0-2c8e8de84e64, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4304e3b3-a85db913-7b42878f-9d55b835" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 76af41aa-388c-47c7-8fd3-b6a6653c4a75, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4304e3b3-a85db913-7b42878f-9d55b835" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e5fc15-55ac-41fd-844a-3ba1ef12cbe4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e5fc15-55ac-41fd-844a-3ba1ef12cbe4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858407315792563279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10c0cc13-96a0-49c9-8aab-2aec8180357b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c0cc13-96a0-49c9-8aab-2aec8180357b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16125942241591984540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c0cc13-96a0-49c9-8aab-2aec8180357b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a224fa8-9fed-4f8c-9706-ca8cb276b5c4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a224fa8-9fed-4f8c-9706-ca8cb276b5c4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17379224664829955623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a224fa8-9fed-4f8c-9706-ca8cb276b5c4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ced7fb9e-edbb-485b-bed0-abd75549547d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced7fb9e-edbb-485b-bed0-abd75549547d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4640240298557483658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e5fc15-55ac-41fd-844a-3ba1ef12cbe4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 407b2310-f559-4c51-a617-1509f3c0b458, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 407b2310-f559-4c51-a617-1509f3c0b458, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13619936798681233189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced7fb9e-edbb-485b-bed0-abd75549547d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 260bdae7-8631-4b24-9ce5-9e17a0715aca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 407b2310-f559-4c51-a617-1509f3c0b458, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 260bdae7-8631-4b24-9ce5-9e17a0715aca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17233035918216182065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2e6c684-cfd7-4cf7-af1d-66515c4684a8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2e6c684-cfd7-4cf7-af1d-66515c4684a8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15566988364339153352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 260bdae7-8631-4b24-9ce5-9e17a0715aca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2e6c684-cfd7-4cf7-af1d-66515c4684a8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b05fbb2d-2f57-4142-b381-e01f5070fd8e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b05fbb2d-2f57-4142-b381-e01f5070fd8e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13756156436726019020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a837216-42c7-4377-9ea6-6097d01cc2cc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a837216-42c7-4377-9ea6-6097d01cc2cc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6644023204493179022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b05fbb2d-2f57-4142-b381-e01f5070fd8e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f38605ad-a27d-47b2-8614-5c61a29f726a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a837216-42c7-4377-9ea6-6097d01cc2cc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38605ad-a27d-47b2-8614-5c61a29f726a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 324190892573003556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35ced33c-190f-4b61-897c-e50b953e9a29, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35ced33c-190f-4b61-897c-e50b953e9a29, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9539034839429455179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38605ad-a27d-47b2-8614-5c61a29f726a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21f34f99-61d9-4ae0-b826-0f71c8beaa30, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f34f99-61d9-4ae0-b826-0f71c8beaa30, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1804112336491463543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f34f99-61d9-4ae0-b826-0f71c8beaa30, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c96e6343-dc33-4afa-ad94-49d6c4762822, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96e6343-dc33-4afa-ad94-49d6c4762822, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4786153438759393728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35ced33c-190f-4b61-897c-e50b953e9a29, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c10d7c2e-5c09-478b-8062-ded1b159b153, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c10d7c2e-5c09-478b-8062-ded1b159b153, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2834646405142725251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96e6343-dc33-4afa-ad94-49d6c4762822, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ef3c343-3e0e-43fa-a346-fa1a64cc7c5c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ef3c343-3e0e-43fa-a346-fa1a64cc7c5c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10236792540588402189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c10d7c2e-5c09-478b-8062-ded1b159b153, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66d449d2-137a-4b8e-a9f6-0675a0f1b1e1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d449d2-137a-4b8e-a9f6-0675a0f1b1e1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14482412109921482406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ef3c343-3e0e-43fa-a346-fa1a64cc7c5c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8dab9cb-5a02-49f8-af52-d85b419e6a05, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8dab9cb-5a02-49f8-af52-d85b419e6a05, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3124286741916093525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525" } } } 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 1453135) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1453135) elapsed time (sec): 1.4938735961914062
DEBUG    ya.test:process.py:263 Command (pid 1453135) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1453135) minflt: 45328
DEBUG    ya.test:process.py:263 Command (pid 1453135) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) nivcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 1453135) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1453135) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1453135) stime: 0.24481299999999998
DEBUG    ya.test:process.py:263 Command (pid 1453135) utime: 0.540728
DEBUG    ya.test:process.py:263 Command (pid 1453135) wtime: 1.5
DEBUG    ya.test:process.py:275 Command (pid 1453135) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66d449d2-137a-4b8e-a9f6-0675a0f1b1e1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" 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:310 Node 2 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c655c3fb-7198-4596-a238-ca6c2ecf2677, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8dab9cb-5a02-49f8-af52-d85b419e6a05, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc101abc-7434-4b08-a535-00aeeb4646fd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc101abc-7434-4b08-a535-00aeeb4646fd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10677704537751363127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c655c3fb-7198-4596-a238-ca6c2ecf2677, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11325819795058270038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc101abc-7434-4b08-a535-00aeeb4646fd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5a9fc69f70>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9fc69f70> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 63055023-62b0-4f12-8aaa-59d2bfd60dd3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 63055023-62b0-4f12-8aaa-59d2bfd60dd3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c655c3fb-7198-4596-a238-ca6c2ecf2677, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 63055023-62b0-4f12-8aaa-59d2bfd60dd3, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 63055023-62b0-4f12-8aaa-59d2bfd60dd3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 63055023-62b0-4f12-8aaa-59d2bfd60dd3, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5a9fc132b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9fc132b0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, f27dbfd9-05a0-4ec8-8efe-98f36c97db51, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, f27dbfd9-05a0-4ec8-8efe-98f36c97db51, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, f27dbfd9-05a0-4ec8-8efe-98f36c97db51, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, f27dbfd9-05a0-4ec8-8efe-98f36c97db51, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, f27dbfd9-05a0-4ec8-8efe-98f36c97db51, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5a9fc132b0>
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 0x7b5a9ffffaf0 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 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9eacfd3f-48c3-49d9-b713-4102a7ea63ce, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9eacfd3f-48c3-49d9-b713-4102a7ea63ce, ghrun-riky6msjhe.auto.internal:14525): 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 0x7b5aa03eb6f0 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 0x7b5aa36b6ef0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa36b6ef0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 1b3df309-bde9-488b-91d6-e4708240e614, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9eacfd3f-48c3-49d9-b713-4102a7ea63ce, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 9eacfd3f-48c3-49d9-b713-4102a7ea63ce, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:13:03.951237965+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1b3df309-bde9-488b-91d6-e4708240e614, ghrun-riky6msjhe.auto.internal:14525): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 9eacfd3f-48c3-49d9-b713-4102a7ea63ce, ghrun-riky6msjhe.auto.internal:14525): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:14525
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-26T17:13:03.951237965+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
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, 0aa5eb48-4e25-4e0b-9e0f-b8b1f0194ce7, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0aa5eb48-4e25-4e0b-9e0f-b8b1f0194ce7, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0aa5eb48-4e25-4e0b-9e0f-b8b1f0194ce7, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 28913 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-riky6msjhe.auto.internal:28913, 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:62007
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 26b43fdf-3c0a-4cca-9044-2b3533cba12d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 26b43fdf-3c0a-4cca-9044-2b3533cba12d, ghrun-riky6msjhe.auto.internal:28913): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 26b43fdf-3c0a-4cca-9044-2b3533cba12d, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 26b43fdf-3c0a-4cca-9044-2b3533cba12d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 26b43fdf-3c0a-4cca-9044-2b3533cba12d, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 7a4d0527-bf1e-43e1-bcbd-2334250a4c5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 7a4d0527-bf1e-43e1-bcbd-2334250a4c5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 7a4d0527-bf1e-43e1-bcbd-2334250a4c5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=dbb2ed4f-e58334bd-7631711b-d9911e68" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c484ed4a-72a7-4921-a515-40d443bd4bc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c484ed4a-72a7-4921-a515-40d443bd4bc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12326893573571543754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c484ed4a-72a7-4921-a515-40d443bd4bc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5a9ffbd2b0>
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 0x7b5aa0433730 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 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e81e0c1c-4cbf-436d-a2e7-51f8d340e59e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e81e0c1c-4cbf-436d-a2e7-51f8d340e59e, ghrun-riky6msjhe.auto.internal:28913): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3bf8266-8c55-420d-97cb-c22489554900, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3bf8266-8c55-420d-97cb-c22489554900, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6416082123248212874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874" } } } 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, e81e0c1c-4cbf-436d-a2e7-51f8d340e59e, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e81e0c1c-4cbf-436d-a2e7-51f8d340e59e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, e81e0c1c-4cbf-436d-a2e7-51f8d340e59e, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 293406cb-a93a-4a9f-b1bb-dcd3ec9babce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 293406cb-a93a-4a9f-b1bb-dcd3ec9babce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 293406cb-a93a-4a9f-b1bb-dcd3ec9babce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=dbb2ed4f-e58334bd-7631711b-d9911e68" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7261402-75a5-414d-95cb-91b09eed9125, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7261402-75a5-414d-95cb-91b09eed9125, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9193847068745149058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3bf8266-8c55-420d-97cb-c22489554900, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e88da25-15cd-4db4-95fa-8fa7f1d9a5d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e88da25-15cd-4db4-95fa-8fa7f1d9a5d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10702110336466642235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7261402-75a5-414d-95cb-91b09eed9125, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a09621e3-fdbc-4e53-8f11-caf220890979, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a09621e3-fdbc-4e53-8f11-caf220890979, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11955194960300767345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a09621e3-fdbc-4e53-8f11-caf220890979, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 800ea83a-9fcd-4702-b160-74f28c582ce8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 800ea83a-9fcd-4702-b160-74f28c582ce8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5241151610250512112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e88da25-15cd-4db4-95fa-8fa7f1d9a5d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f27262-7998-46be-8630-605b64b7536a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f27262-7998-46be-8630-605b64b7536a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14910199448257834168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 800ea83a-9fcd-4702-b160-74f28c582ce8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6b2480a-5561-4526-abca-f63afaccfd3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6b2480a-5561-4526-abca-f63afaccfd3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18091961887840609666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f27262-7998-46be-8630-605b64b7536a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b4d70de-0f06-453b-86e1-b350dd87204a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6b2480a-5561-4526-abca-f63afaccfd3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69590c81-233a-49c5-b800-676b6f5fccb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b4d70de-0f06-453b-86e1-b350dd87204a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1383227112876146144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69590c81-233a-49c5-b800-676b6f5fccb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10544430368163459647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b4d70de-0f06-453b-86e1-b350dd87204a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0015711-20c9-4e46-90f5-e864f3f1cdfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0015711-20c9-4e46-90f5-e864f3f1cdfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 912603712786202853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69590c81-233a-49c5-b800-676b6f5fccb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f78b7cf-2184-4771-99b9-27a1d437b5ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f78b7cf-2184-4771-99b9-27a1d437b5ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13852405969142407737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0015711-20c9-4e46-90f5-e864f3f1cdfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0534c1e9-496e-4f07-91fc-b0af7a1788b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0534c1e9-496e-4f07-91fc-b0af7a1788b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8531315395625650019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0534c1e9-496e-4f07-91fc-b0af7a1788b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf4418c-e2f3-4b80-9f5c-2b63eef8ac7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf4418c-e2f3-4b80-9f5c-2b63eef8ac7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17322678510616376567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f78b7cf-2184-4771-99b9-27a1d437b5ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5592d80e-1a94-4a6d-8ccf-2e5835e7f48c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5592d80e-1a94-4a6d-8ccf-2e5835e7f48c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16100340184752917334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf4418c-e2f3-4b80-9f5c-2b63eef8ac7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cc57beb-e329-47e6-8238-0125aabc170f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc57beb-e329-47e6-8238-0125aabc170f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10814430769201558185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5592d80e-1a94-4a6d-8ccf-2e5835e7f48c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4062b8d4-038d-4cc7-b831-fb8c547a78c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4062b8d4-038d-4cc7-b831-fb8c547a78c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11016012627073871863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc57beb-e329-47e6-8238-0125aabc170f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 165d9637-5b2d-4f32-a605-ba2b60d97fad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 165d9637-5b2d-4f32-a605-ba2b60d97fad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15979251225892854103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4062b8d4-038d-4cc7-b831-fb8c547a78c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45e36d0b-8d75-4018-9446-4b8ce408654b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45e36d0b-8d75-4018-9446-4b8ce408654b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17989115277190722650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 165d9637-5b2d-4f32-a605-ba2b60d97fad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 412dccf4-6d14-4f81-9d94-9bdc0ee078df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412dccf4-6d14-4f81-9d94-9bdc0ee078df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7094920278842950452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45e36d0b-8d75-4018-9446-4b8ce408654b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 772c36b9-0ff7-4502-9088-f415e7cc373e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772c36b9-0ff7-4502-9088-f415e7cc373e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17181030208691886277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412dccf4-6d14-4f81-9d94-9bdc0ee078df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cc09fe6-b8ce-49fe-8094-3a72c2ce82c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cc09fe6-b8ce-49fe-8094-3a72c2ce82c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17534626422919093253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772c36b9-0ff7-4502-9088-f415e7cc373e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5debd75b-aa98-4d32-a5cb-b76da5aeaaa6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5debd75b-aa98-4d32-a5cb-b76da5aeaaa6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14197872197398509402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402" } } } 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, 1b3df309-bde9-488b-91d6-e4708240e614, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 1b3df309-bde9-488b-91d6-e4708240e614, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:13:06.985369702+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 0x7b5aa36b6ef0>
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 0x7b5aa36b6ef0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5aa36b6ef0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cc09fe6-b8ce-49fe-8094-3a72c2ce82c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5debd75b-aa98-4d32-a5cb-b76da5aeaaa6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b068958-eac6-492d-9c30-9ae39b785632, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b068958-eac6-492d-9c30-9ae39b785632, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10732026884596333090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e59e1625-14c9-4575-bf67-6646911db8de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e59e1625-14c9-4575-bf67-6646911db8de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17196362147351441631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b068958-eac6-492d-9c30-9ae39b785632, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02234190-ebd6-4250-8c69-b8eca01500c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02234190-ebd6-4250-8c69-b8eca01500c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10109507342495889327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e59e1625-14c9-4575-bf67-6646911db8de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e24e17a9-d6da-4ed8-8e13-7225cc4f3be7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e24e17a9-d6da-4ed8-8e13-7225cc4f3be7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061014150305783274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02234190-ebd6-4250-8c69-b8eca01500c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 256cd84d-1d87-4082-a5d3-017ff7015f7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 256cd84d-1d87-4082-a5d3-017ff7015f7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15920136545572067458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 256cd84d-1d87-4082-a5d3-017ff7015f7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dca6fd0-da88-44c5-ae12-dc4b6187bfd9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dca6fd0-da88-44c5-ae12-dc4b6187bfd9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14559814605404113900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e24e17a9-d6da-4ed8-8e13-7225cc4f3be7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53623b51-a1e2-49dc-920c-ac92709e0322, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53623b51-a1e2-49dc-920c-ac92709e0322, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15858344127907007646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dca6fd0-da88-44c5-ae12-dc4b6187bfd9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee386965-2430-49cc-8a78-fbebb459256f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee386965-2430-49cc-8a78-fbebb459256f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3998750539487491082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53623b51-a1e2-49dc-920c-ac92709e0322, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b869517-2621-40d9-aae7-d396adc29ad0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee386965-2430-49cc-8a78-fbebb459256f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b869517-2621-40d9-aae7-d396adc29ad0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7780426766138159666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd587504-47c7-405b-b799-6f0e926b574b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd587504-47c7-405b-b799-6f0e926b574b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6053808280220964429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b869517-2621-40d9-aae7-d396adc29ad0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba054a08-46e3-4b0c-8ae5-140d8fc7e0a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba054a08-46e3-4b0c-8ae5-140d8fc7e0a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8519383181068361694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd587504-47c7-405b-b799-6f0e926b574b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05dca9dc-8ea9-485e-a1e6-5470102337e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05dca9dc-8ea9-485e-a1e6-5470102337e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7753901859230244193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba054a08-46e3-4b0c-8ae5-140d8fc7e0a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f78b3f4-2bab-4bbf-859b-b6f48ee7c28f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f78b3f4-2bab-4bbf-859b-b6f48ee7c28f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14855202916408673026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05dca9dc-8ea9-485e-a1e6-5470102337e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25c68b3f-0d29-4012-af03-436ad1254b6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c68b3f-0d29-4012-af03-436ad1254b6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18443041412897526359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f78b3f4-2bab-4bbf-859b-b6f48ee7c28f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9927f789-b4ea-4791-8c68-45432a4376bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9927f789-b4ea-4791-8c68-45432a4376bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15476383058183163289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c68b3f-0d29-4012-af03-436ad1254b6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da252da5-4161-4fb1-b33b-f42690401954, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da252da5-4161-4fb1-b33b-f42690401954, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5674676782680688108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9927f789-b4ea-4791-8c68-45432a4376bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcba8301-52ea-42a2-8782-a5a5d322341b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcba8301-52ea-42a2-8782-a5a5d322341b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11117997272966518830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da252da5-4161-4fb1-b33b-f42690401954, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f5187fc-8f61-4507-ab28-3e8dd6af5eca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5187fc-8f61-4507-ab28-3e8dd6af5eca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14006327718772997484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcba8301-52ea-42a2-8782-a5a5d322341b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4adc6bc6-d5c2-4e25-b0b5-7506e2f811ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4adc6bc6-d5c2-4e25-b0b5-7506e2f811ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17026276074836001632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4adc6bc6-d5c2-4e25-b0b5-7506e2f811ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a418f7f1-4c58-45d1-ac43-fa9e795b4ec8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a418f7f1-4c58-45d1-ac43-fa9e795b4ec8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428602223666226971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5187fc-8f61-4507-ab28-3e8dd6af5eca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b0eaf8b-7a45-484e-82e2-2ff146da2d25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b0eaf8b-7a45-484e-82e2-2ff146da2d25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5665934566992516589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a418f7f1-4c58-45d1-ac43-fa9e795b4ec8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b0eaf8b-7a45-484e-82e2-2ff146da2d25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bd241ba-e884-430c-bced-c1217bc81eed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd241ba-e884-430c-bced-c1217bc81eed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3349452472220776452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 467ff743-59d0-4713-bdb0-0282e1bc0f1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467ff743-59d0-4713-bdb0-0282e1bc0f1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14366737354603016728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd241ba-e884-430c-bced-c1217bc81eed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adcecf22-f922-4bf8-a626-b98400a960c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adcecf22-f922-4bf8-a626-b98400a960c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11526557537772968696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467ff743-59d0-4713-bdb0-0282e1bc0f1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004e8a00-c44a-4539-8b86-d1241788bce7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004e8a00-c44a-4539-8b86-d1241788bce7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8320369067456714659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004e8a00-c44a-4539-8b86-d1241788bce7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 866ee086-a56d-4c85-9308-3f733d1d31c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 866ee086-a56d-4c85-9308-3f733d1d31c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2384788861359262490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adcecf22-f922-4bf8-a626-b98400a960c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96c2e2e0-fe4a-4e9a-9e7f-23211353106c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c2e2e0-fe4a-4e9a-9e7f-23211353106c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17877471379342898173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 866ee086-a56d-4c85-9308-3f733d1d31c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f9f315b-4d04-4e1f-887b-4d66c74cb6c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f9f315b-4d04-4e1f-887b-4d66c74cb6c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9718514997089672284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c2e2e0-fe4a-4e9a-9e7f-23211353106c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 380eb021-0bb3-4e0d-83cf-aa41dff890b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 380eb021-0bb3-4e0d-83cf-aa41dff890b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 503174639517583230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f9f315b-4d04-4e1f-887b-4d66c74cb6c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23c20f1c-7cb6-4b9d-a9ae-a243310f8739, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c20f1c-7cb6-4b9d-a9ae-a243310f8739, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16933360454058216201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 380eb021-0bb3-4e0d-83cf-aa41dff890b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca2bfbf-c7bd-41fb-9f0c-52d3a978377c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca2bfbf-c7bd-41fb-9f0c-52d3a978377c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13415728689402894767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c20f1c-7cb6-4b9d-a9ae-a243310f8739, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3739eb2f-f0d3-424b-9501-dbf97d3f6775, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3739eb2f-f0d3-424b-9501-dbf97d3f6775, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13773118405799140277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca2bfbf-c7bd-41fb-9f0c-52d3a978377c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1358bf8-6235-41fc-ab0a-3db114f56f93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1358bf8-6235-41fc-ab0a-3db114f56f93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14865385092908868709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3739eb2f-f0d3-424b-9501-dbf97d3f6775, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6f97570-34ff-4a4e-a2ce-5d7fa4e02571, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f97570-34ff-4a4e-a2ce-5d7fa4e02571, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2104468835631275440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1358bf8-6235-41fc-ab0a-3db114f56f93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 057f06c3-623d-4879-b9f1-d698fd9bcb73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 057f06c3-623d-4879-b9f1-d698fd9bcb73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5493275070155648809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f97570-34ff-4a4e-a2ce-5d7fa4e02571, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 639da399-c90e-4808-a98e-1df398ba19ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639da399-c90e-4808-a98e-1df398ba19ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11118050398443035486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 057f06c3-623d-4879-b9f1-d698fd9bcb73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 044a06ba-9bc4-49ed-be97-6c053d60c58a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044a06ba-9bc4-49ed-be97-6c053d60c58a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11477323375477977332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639da399-c90e-4808-a98e-1df398ba19ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3a092d2-5524-44e6-b846-9c083a8a86bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3a092d2-5524-44e6-b846-9c083a8a86bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8629218212972311998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044a06ba-9bc4-49ed-be97-6c053d60c58a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52b4fc2d-49d7-40d9-9ec8-3cb4533031d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3a092d2-5524-44e6-b846-9c083a8a86bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9188bffb-427f-47f3-b4b4-99493c25d0c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9188bffb-427f-47f3-b4b4-99493c25d0c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11931796203376799938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52b4fc2d-49d7-40d9-9ec8-3cb4533031d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420293090034278344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9188bffb-427f-47f3-b4b4-99493c25d0c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52b4fc2d-49d7-40d9-9ec8-3cb4533031d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3c9ed57-2db7-47e4-99b5-5b21b446b38c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c9ed57-2db7-47e4-99b5-5b21b446b38c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18117766923216629373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 418f8cc9-5332-4c64-9efa-ceb3e275c0a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 418f8cc9-5332-4c64-9efa-ceb3e275c0a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 473570919522795421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c9ed57-2db7-47e4-99b5-5b21b446b38c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e9cca9c-5955-43ef-a1cd-53a7c8a8eae1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e9cca9c-5955-43ef-a1cd-53a7c8a8eae1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4700105342127725197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 418f8cc9-5332-4c64-9efa-ceb3e275c0a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3028db8-36d1-43bb-b8ee-ff006d2d4fa1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3028db8-36d1-43bb-b8ee-ff006d2d4fa1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784016419966109187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e9cca9c-5955-43ef-a1cd-53a7c8a8eae1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7d20f5d-a2ff-4bf7-8246-37e03df604d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3028db8-36d1-43bb-b8ee-ff006d2d4fa1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7d20f5d-a2ff-4bf7-8246-37e03df604d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11023757787750531068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e689078-b095-46d3-a100-2dcc22376eb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e689078-b095-46d3-a100-2dcc22376eb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6219533544199638670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7d20f5d-a2ff-4bf7-8246-37e03df604d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fbc9e2e-d6cb-433d-af2b-233b35cf79fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fbc9e2e-d6cb-433d-af2b-233b35cf79fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13161372107599091040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e689078-b095-46d3-a100-2dcc22376eb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e6852f9-d254-4338-ae6b-714938496d31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6852f9-d254-4338-ae6b-714938496d31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2502985142446510033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6852f9-d254-4338-ae6b-714938496d31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cefd59bd-9e0f-4e45-a4a2-6f203e0edfe3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cefd59bd-9e0f-4e45-a4a2-6f203e0edfe3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 426406265641053939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fbc9e2e-d6cb-433d-af2b-233b35cf79fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa9a65d4-e2c3-4e22-bef2-a538cbd83289, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cefd59bd-9e0f-4e45-a4a2-6f203e0edfe3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21cfa995-8621-4af6-a490-6010151c7902, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21cfa995-8621-4af6-a490-6010151c7902, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12293688772082837742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa9a65d4-e2c3-4e22-bef2-a538cbd83289, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1346450509252131463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21cfa995-8621-4af6-a490-6010151c7902, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83d841ba-0eca-4408-ae30-ae7b13df491f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83d841ba-0eca-4408-ae30-ae7b13df491f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 636063661405351356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa9a65d4-e2c3-4e22-bef2-a538cbd83289, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfa6e817-fddf-4ef4-96c1-7880853dde7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa6e817-fddf-4ef4-96c1-7880853dde7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17918807560263046105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83d841ba-0eca-4408-ae30-ae7b13df491f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20600f97-545f-4d2c-bff6-111be3267744, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20600f97-545f-4d2c-bff6-111be3267744, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10374721503480932054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa6e817-fddf-4ef4-96c1-7880853dde7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab267c0a-ef99-403c-994d-adf2c4b126d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab267c0a-ef99-403c-994d-adf2c4b126d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109904436463198750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20600f97-545f-4d2c-bff6-111be3267744, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 329056d7-518f-49a0-adb1-fd866cae15f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 329056d7-518f-49a0-adb1-fd866cae15f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18284502433845781973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab267c0a-ef99-403c-994d-adf2c4b126d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af0363db-45a4-4820-aa48-86e17b0da8a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 329056d7-518f-49a0-adb1-fd866cae15f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a34667c0-1759-498a-ab5f-c2c4115c6807, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a34667c0-1759-498a-ab5f-c2c4115c6807, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 857339202307704972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af0363db-45a4-4820-aa48-86e17b0da8a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15892797643677209297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a34667c0-1759-498a-ab5f-c2c4115c6807, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eed7fd48-6240-4570-9a95-ab6679df9a66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af0363db-45a4-4820-aa48-86e17b0da8a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9bed85-90cb-4edd-85f0-fbe123b97a2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eed7fd48-6240-4570-9a95-ab6679df9a66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14738103786588051978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9bed85-90cb-4edd-85f0-fbe123b97a2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 604243833296374893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eed7fd48-6240-4570-9a95-ab6679df9a66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce01f6e0-19fa-4e14-a1f8-67dac51a7a8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9bed85-90cb-4edd-85f0-fbe123b97a2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19430e0c-97e2-4451-baa3-399020ef0483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19430e0c-97e2-4451-baa3-399020ef0483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369440904702599086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce01f6e0-19fa-4e14-a1f8-67dac51a7a8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7780357419796461522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19430e0c-97e2-4451-baa3-399020ef0483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be682091-b3e4-42d8-9473-ecbb3e6cec9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce01f6e0-19fa-4e14-a1f8-67dac51a7a8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73f5a86e-0ee1-43b1-aadd-6a3880796cb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f5a86e-0ee1-43b1-aadd-6a3880796cb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5437306302091148807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be682091-b3e4-42d8-9473-ecbb3e6cec9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8826608241820056068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f5a86e-0ee1-43b1-aadd-6a3880796cb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be682091-b3e4-42d8-9473-ecbb3e6cec9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca93f8b8-6f0d-49b9-8035-c9b1178ab160, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a803ee2b-4ad6-4459-a0b5-60f4ba25ee5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a803ee2b-4ad6-4459-a0b5-60f4ba25ee5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6991979691802599446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca93f8b8-6f0d-49b9-8035-c9b1178ab160, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16844153874763325558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a803ee2b-4ad6-4459-a0b5-60f4ba25ee5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a746afac-d063-4dac-b3f2-36beba741c53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca93f8b8-6f0d-49b9-8035-c9b1178ab160, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a746afac-d063-4dac-b3f2-36beba741c53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14458264260942565446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08725c4e-6215-4064-a41e-3257fdd5dccd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08725c4e-6215-4064-a41e-3257fdd5dccd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14050633932857328219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a746afac-d063-4dac-b3f2-36beba741c53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f6e08d3-c2de-4ef3-9d75-a0e636a8ab2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f6e08d3-c2de-4ef3-9d75-a0e636a8ab2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12147678987953631955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08725c4e-6215-4064-a41e-3257fdd5dccd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75cd118-84f8-4dbb-83fb-51e448f992fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75cd118-84f8-4dbb-83fb-51e448f992fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 830576605780470869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f6e08d3-c2de-4ef3-9d75-a0e636a8ab2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84377869-b480-4a8b-b831-be818e8e1ad8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84377869-b480-4a8b-b831-be818e8e1ad8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14113327436436292752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75cd118-84f8-4dbb-83fb-51e448f992fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19f3f28d-6e76-45ba-9add-418c85c9645f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19f3f28d-6e76-45ba-9add-418c85c9645f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5160091435880429174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84377869-b480-4a8b-b831-be818e8e1ad8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b215edf-2f3f-4ca4-b56b-b3add3425138, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b215edf-2f3f-4ca4-b56b-b3add3425138, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6424965947414285172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19f3f28d-6e76-45ba-9add-418c85c9645f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53dca024-0797-41ca-a662-2d774cc70ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53dca024-0797-41ca-a662-2d774cc70ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5033990245523871420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b215edf-2f3f-4ca4-b56b-b3add3425138, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3255676-d8b3-482f-8f74-051b532853f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3255676-d8b3-482f-8f74-051b532853f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7841072385455757933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3255676-d8b3-482f-8f74-051b532853f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb1575eb-0b75-4eea-a734-0f0ee5935326, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb1575eb-0b75-4eea-a734-0f0ee5935326, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16595698174582845357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53dca024-0797-41ca-a662-2d774cc70ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c07ed59-53e9-48a6-80c3-06e99cdf7dba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c07ed59-53e9-48a6-80c3-06e99cdf7dba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11173964488289531351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb1575eb-0b75-4eea-a734-0f0ee5935326, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba05f5b0-fee1-4007-9d07-b1c4aa4de8a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba05f5b0-fee1-4007-9d07-b1c4aa4de8a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9798867016922522803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c07ed59-53e9-48a6-80c3-06e99cdf7dba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58a98ce3-3553-493b-925a-c8eabb6d62af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba05f5b0-fee1-4007-9d07-b1c4aa4de8a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9d45c0b-1bf7-4fa1-b3b6-b3839e6f8513, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d45c0b-1bf7-4fa1-b3b6-b3839e6f8513, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9346300688787631925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a98ce3-3553-493b-925a-c8eabb6d62af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4778859490634485689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a98ce3-3553-493b-925a-c8eabb6d62af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94b2c4b5-d397-4a6d-bb0e-b3ed2831a63f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94b2c4b5-d397-4a6d-bb0e-b3ed2831a63f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15936845681609314474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d45c0b-1bf7-4fa1-b3b6-b3839e6f8513, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03c4d4ef-5fa3-4023-aa4d-bdd4d9cab538, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c4d4ef-5fa3-4023-aa4d-bdd4d9cab538, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8881232623007902834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94b2c4b5-d397-4a6d-bb0e-b3ed2831a63f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3781930a-bae9-43c3-b61d-5893789c2562, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3781930a-bae9-43c3-b61d-5893789c2562, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17427078960562162590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c4d4ef-5fa3-4023-aa4d-bdd4d9cab538, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12f9ab21-4348-4ca7-a99a-61d67afb6b42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f9ab21-4348-4ca7-a99a-61d67afb6b42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9098433915234737207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3781930a-bae9-43c3-b61d-5893789c2562, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71bd520c-4d41-4ecd-ac62-7cf22eb591be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71bd520c-4d41-4ecd-ac62-7cf22eb591be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1887924368349280329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f9ab21-4348-4ca7-a99a-61d67afb6b42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f23c278a-67dd-400b-87f1-d0db9275d1f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f23c278a-67dd-400b-87f1-d0db9275d1f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1142720474857849293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71bd520c-4d41-4ecd-ac62-7cf22eb591be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 904c144b-4a19-4e3f-94dc-fd3acc56d58b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904c144b-4a19-4e3f-94dc-fd3acc56d58b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6565962483073485934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f23c278a-67dd-400b-87f1-d0db9275d1f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 697187de-efd2-4c15-a1a5-edea77cbbfdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697187de-efd2-4c15-a1a5-edea77cbbfdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158947485869142198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904c144b-4a19-4e3f-94dc-fd3acc56d58b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51f72eb2-ea2d-4e2a-b5cc-6607845d05fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51f72eb2-ea2d-4e2a-b5cc-6607845d05fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3321138675033131047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697187de-efd2-4c15-a1a5-edea77cbbfdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41d33315-f49b-4802-b49d-8e06ec0eec91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51f72eb2-ea2d-4e2a-b5cc-6607845d05fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18c63e34-1a89-4c65-bb48-9f5ce60afb6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c63e34-1a89-4c65-bb48-9f5ce60afb6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 950166161280537544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41d33315-f49b-4802-b49d-8e06ec0eec91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8590671304766850249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c63e34-1a89-4c65-bb48-9f5ce60afb6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41d33315-f49b-4802-b49d-8e06ec0eec91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8e92859-af54-4186-a23b-c470ba875293, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e92859-af54-4186-a23b-c470ba875293, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5910509363908965663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1b22427-f394-4e1a-a53c-cee322e7ca77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b22427-f394-4e1a-a53c-cee322e7ca77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5703672727241028647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b22427-f394-4e1a-a53c-cee322e7ca77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59961f7c-3c3d-473b-a9f0-b662ef0ce656, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59961f7c-3c3d-473b-a9f0-b662ef0ce656, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13396822007655870897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59961f7c-3c3d-473b-a9f0-b662ef0ce656, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79218af6-b362-43a2-b4a0-b8c1e612f5fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79218af6-b362-43a2-b4a0-b8c1e612f5fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11705757174912392031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e92859-af54-4186-a23b-c470ba875293, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc32bcc3-a30a-4d48-b09f-ff1df17eb9de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc32bcc3-a30a-4d48-b09f-ff1df17eb9de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5714582064669131050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79218af6-b362-43a2-b4a0-b8c1e612f5fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4145191a-f5ef-40c9-ae15-561831de3704, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4145191a-f5ef-40c9-ae15-561831de3704, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6520053632332445186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc32bcc3-a30a-4d48-b09f-ff1df17eb9de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00fd65a1-f332-47c4-8cdb-b27da5180a13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4145191a-f5ef-40c9-ae15-561831de3704, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 346bb0e5-bd03-42dc-8640-48e41b6496ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00fd65a1-f332-47c4-8cdb-b27da5180a13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15748377795071792374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 346bb0e5-bd03-42dc-8640-48e41b6496ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4077599950146856010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 346bb0e5-bd03-42dc-8640-48e41b6496ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffcfdef6-7b9d-4b67-8b21-d79e6e72fde0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffcfdef6-7b9d-4b67-8b21-d79e6e72fde0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1949301667728660066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00fd65a1-f332-47c4-8cdb-b27da5180a13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f881bebf-eea7-4039-a8c0-0b7150d210a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f881bebf-eea7-4039-a8c0-0b7150d210a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13860673515851558046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffcfdef6-7b9d-4b67-8b21-d79e6e72fde0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7df3d698-befb-43be-8e7f-cb0ba465ee4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df3d698-befb-43be-8e7f-cb0ba465ee4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9540080843872529352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f881bebf-eea7-4039-a8c0-0b7150d210a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57f2530f-bd2f-45c7-8e4a-17d9d9be4d5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f2530f-bd2f-45c7-8e4a-17d9d9be4d5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7401410734070083973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df3d698-befb-43be-8e7f-cb0ba465ee4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66871a1a-60e1-489e-b72e-ffea95df6139, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66871a1a-60e1-489e-b72e-ffea95df6139, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6800226949388902011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f2530f-bd2f-45c7-8e4a-17d9d9be4d5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86fb19c2-5800-498b-8dc1-e0aff3c89ad1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86fb19c2-5800-498b-8dc1-e0aff3c89ad1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15152548967015944971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66871a1a-60e1-489e-b72e-ffea95df6139, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76fb580a-9276-4ea4-86ca-27d4947ad7a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76fb580a-9276-4ea4-86ca-27d4947ad7a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3631219558350426445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86fb19c2-5800-498b-8dc1-e0aff3c89ad1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeaf8121-514c-45b5-aa74-12f1c37ef33c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeaf8121-514c-45b5-aa74-12f1c37ef33c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7790149628879042840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76fb580a-9276-4ea4-86ca-27d4947ad7a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 440046fa-bf0a-4003-b687-a1b5ec92afb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 440046fa-bf0a-4003-b687-a1b5ec92afb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 158073155882083656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeaf8121-514c-45b5-aa74-12f1c37ef33c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f1f3512-05ea-4ce9-9bba-dcc037d4c750, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f1f3512-05ea-4ce9-9bba-dcc037d4c750, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7649737588021304252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 440046fa-bf0a-4003-b687-a1b5ec92afb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5104a023-6b5e-431b-8bfb-e8d1b9066b37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5104a023-6b5e-431b-8bfb-e8d1b9066b37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16082961597782760286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f1f3512-05ea-4ce9-9bba-dcc037d4c750, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 318ae692-2d42-4f07-87fb-1d7e7c295d57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318ae692-2d42-4f07-87fb-1d7e7c295d57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3614262272009401268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5104a023-6b5e-431b-8bfb-e8d1b9066b37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 835d8e53-2fb3-4908-8c6a-393e643c7f96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835d8e53-2fb3-4908-8c6a-393e643c7f96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1231192776938462465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318ae692-2d42-4f07-87fb-1d7e7c295d57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7d0aad5-eed8-400f-a4a2-d7830748d082, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7d0aad5-eed8-400f-a4a2-d7830748d082, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1908250386155070998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835d8e53-2fb3-4908-8c6a-393e643c7f96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b397a037-dede-4708-b30d-9f4bb2b42390, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b397a037-dede-4708-b30d-9f4bb2b42390, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15306300934717151861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7d0aad5-eed8-400f-a4a2-d7830748d082, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28615e5c-a269-4fb0-95ed-75a417522a38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28615e5c-a269-4fb0-95ed-75a417522a38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12789454938636141031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b397a037-dede-4708-b30d-9f4bb2b42390, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35827aff-5866-4489-9826-f1deca337445, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35827aff-5866-4489-9826-f1deca337445, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 262598554788293196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28615e5c-a269-4fb0-95ed-75a417522a38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d008c03f-b341-4388-ad6a-9a5b017fd7a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d008c03f-b341-4388-ad6a-9a5b017fd7a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18067196118062889107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35827aff-5866-4489-9826-f1deca337445, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8720c8-de7a-471f-b38d-4ca5103e78fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8720c8-de7a-471f-b38d-4ca5103e78fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8370060911593579313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d008c03f-b341-4388-ad6a-9a5b017fd7a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08267f8d-1115-488b-a05a-e8825302a697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08267f8d-1115-488b-a05a-e8825302a697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 363403106084388951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8720c8-de7a-471f-b38d-4ca5103e78fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf1ef98c-4e85-4615-911b-addef2fe0c02, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf1ef98c-4e85-4615-911b-addef2fe0c02, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12294641501420691718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08267f8d-1115-488b-a05a-e8825302a697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a60669f-fffa-4dae-9699-3cf1deb34ba9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a60669f-fffa-4dae-9699-3cf1deb34ba9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14090025003676684186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf1ef98c-4e85-4615-911b-addef2fe0c02, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 574d9dab-d3ed-49e5-bf25-f214268f023b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574d9dab-d3ed-49e5-bf25-f214268f023b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15482314864470836939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a60669f-fffa-4dae-9699-3cf1deb34ba9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5ce9df8-b6bb-479c-80ff-7df4dd5d56f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5ce9df8-b6bb-479c-80ff-7df4dd5d56f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921523562218885775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5ce9df8-b6bb-479c-80ff-7df4dd5d56f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af44318-8549-4af3-885f-861a30b1f74b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af44318-8549-4af3-885f-861a30b1f74b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1946342175548180533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af44318-8549-4af3-885f-861a30b1f74b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5adb713-8e9c-4744-ab60-f123b3a41cea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5adb713-8e9c-4744-ab60-f123b3a41cea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17131867083994466759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5adb713-8e9c-4744-ab60-f123b3a41cea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee41c9bb-2d8b-408a-bf06-873f509d6948, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee41c9bb-2d8b-408a-bf06-873f509d6948, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16401117294523895067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574d9dab-d3ed-49e5-bf25-f214268f023b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee41c9bb-2d8b-408a-bf06-873f509d6948, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6cf2fa1-29fa-4dfc-9749-268cd8b840e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6cf2fa1-29fa-4dfc-9749-268cd8b840e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6559110431354263459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bb7e6bf-ee22-457b-bb24-1762bff7322b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb7e6bf-ee22-457b-bb24-1762bff7322b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18287711686904960936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6cf2fa1-29fa-4dfc-9749-268cd8b840e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb2e85ab-cf5f-49f8-a177-c1dd08cf2598, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb7e6bf-ee22-457b-bb24-1762bff7322b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c004f940-175b-448d-b5a9-89d8fb8859cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c004f940-175b-448d-b5a9-89d8fb8859cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6194091144388312854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2e85ab-cf5f-49f8-a177-c1dd08cf2598, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 176661230688517519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c004f940-175b-448d-b5a9-89d8fb8859cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56368bab-8049-4578-a0af-684087d436a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56368bab-8049-4578-a0af-684087d436a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2271309234603089162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2e85ab-cf5f-49f8-a177-c1dd08cf2598, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d151dc25-3e95-4127-9bed-5c608355209c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d151dc25-3e95-4127-9bed-5c608355209c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6825036274080699378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56368bab-8049-4578-a0af-684087d436a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff6561af-f2b2-45ac-a222-e4da4331386a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6561af-f2b2-45ac-a222-e4da4331386a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6097551370342806329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d151dc25-3e95-4127-9bed-5c608355209c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e0ea8aa-949c-4810-92ec-76c96fd939b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0ea8aa-949c-4810-92ec-76c96fd939b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13163971580318389459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6561af-f2b2-45ac-a222-e4da4331386a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a807334-64ae-4fce-8518-b2a0b484a10f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a807334-64ae-4fce-8518-b2a0b484a10f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2869607716337722774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0ea8aa-949c-4810-92ec-76c96fd939b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf9353c-1229-4319-9e0a-f0234c5b7e07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf9353c-1229-4319-9e0a-f0234c5b7e07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9424672550536098277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a807334-64ae-4fce-8518-b2a0b484a10f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf9353c-1229-4319-9e0a-f0234c5b7e07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57e6924e-e5ac-4ab3-9495-85f355aa0bc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f3060dd-d5dd-4c44-9b0a-2dcfa61304b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f3060dd-d5dd-4c44-9b0a-2dcfa61304b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1686013024084135955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e6924e-e5ac-4ab3-9495-85f355aa0bc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13721717275884498433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f3060dd-d5dd-4c44-9b0a-2dcfa61304b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c54a55fe-0ea1-4767-aeff-4da47b9c9e57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c54a55fe-0ea1-4767-aeff-4da47b9c9e57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13422905991032854021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e6924e-e5ac-4ab3-9495-85f355aa0bc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 082ecd05-0cf3-4dd8-aea4-a5819d5224b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 082ecd05-0cf3-4dd8-aea4-a5819d5224b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17203321587987930696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c54a55fe-0ea1-4767-aeff-4da47b9c9e57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1c8bc75-6784-4376-8aeb-d5d2ca74186c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c8bc75-6784-4376-8aeb-d5d2ca74186c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12110210303583105291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c8bc75-6784-4376-8aeb-d5d2ca74186c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 659428be-070a-4f2e-9a66-a99a334aac2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 659428be-070a-4f2e-9a66-a99a334aac2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6252739943345990965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 082ecd05-0cf3-4dd8-aea4-a5819d5224b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 374dbcd6-6b20-45c2-8441-193c9a0ed00b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374dbcd6-6b20-45c2-8441-193c9a0ed00b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2953118404218110755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 659428be-070a-4f2e-9a66-a99a334aac2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44f73dc0-e280-4697-bb4a-62d6641a214c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f73dc0-e280-4697-bb4a-62d6641a214c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6009194775766120362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374dbcd6-6b20-45c2-8441-193c9a0ed00b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1867f218-ef50-4847-a533-9af97b0778e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1867f218-ef50-4847-a533-9af97b0778e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6100026944512852404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f73dc0-e280-4697-bb4a-62d6641a214c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 168c9d75-d2da-4698-b5a7-774e4b78af48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 168c9d75-d2da-4698-b5a7-774e4b78af48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13425395143072192721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1867f218-ef50-4847-a533-9af97b0778e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a5d7f6f-4079-4af6-a8d5-c0ed242a7507, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5d7f6f-4079-4af6-a8d5-c0ed242a7507, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9418562221174907286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 168c9d75-d2da-4698-b5a7-774e4b78af48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a393849a-cb1e-4f6f-9e39-9ad54b229c19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5d7f6f-4079-4af6-a8d5-c0ed242a7507, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a393849a-cb1e-4f6f-9e39-9ad54b229c19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4553061474180674050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a0a41d-ab6d-498b-84a3-77309a63e521, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a0a41d-ab6d-498b-84a3-77309a63e521, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3658620972604264578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a393849a-cb1e-4f6f-9e39-9ad54b229c19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b34085f-e2c2-48d4-a467-8415ce13462a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a0a41d-ab6d-498b-84a3-77309a63e521, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bc50e52-160d-4089-bb0c-084c1158e40e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bc50e52-160d-4089-bb0c-084c1158e40e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5952133489387025810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b34085f-e2c2-48d4-a467-8415ce13462a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5834775777398691283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bc50e52-160d-4089-bb0c-084c1158e40e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51dbb224-dcef-4af4-b177-4564ddabd88d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dbb224-dcef-4af4-b177-4564ddabd88d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10967224905137558228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b34085f-e2c2-48d4-a467-8415ce13462a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97e6660f-5592-4d9e-943a-f454ab07971f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e6660f-5592-4d9e-943a-f454ab07971f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16434590890472878155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dbb224-dcef-4af4-b177-4564ddabd88d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f03e6b3-b5b4-4431-be3f-7cf5a915b9f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f03e6b3-b5b4-4431-be3f-7cf5a915b9f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6935154399452765429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e6660f-5592-4d9e-943a-f454ab07971f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7af22028-ad45-44e3-ad6d-6e6e02811f85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af22028-ad45-44e3-ad6d-6e6e02811f85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17069889710405077805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f03e6b3-b5b4-4431-be3f-7cf5a915b9f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec8d2688-8516-4cd9-9915-eeb7e4ca90aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8d2688-8516-4cd9-9915-eeb7e4ca90aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2987647612525094484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af22028-ad45-44e3-ad6d-6e6e02811f85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8d2688-8516-4cd9-9915-eeb7e4ca90aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6213816-051f-4b9a-b9ed-276242735044, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a4bafe-7a92-4955-8c84-0ce81a43169c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6213816-051f-4b9a-b9ed-276242735044, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10096056431842887294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a4bafe-7a92-4955-8c84-0ce81a43169c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6428393908811338565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6213816-051f-4b9a-b9ed-276242735044, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b9bee3d-356c-4b55-90c8-be1b36ae32c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a4bafe-7a92-4955-8c84-0ce81a43169c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a814760-4d20-4494-a6a7-294f93983c1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a814760-4d20-4494-a6a7-294f93983c1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11654971717286514361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b9bee3d-356c-4b55-90c8-be1b36ae32c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471021808121495051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a814760-4d20-4494-a6a7-294f93983c1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 583f5a15-5cd7-402c-a6ee-bd0cbd1c8ad5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 583f5a15-5cd7-402c-a6ee-bd0cbd1c8ad5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18082385428554192654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b9bee3d-356c-4b55-90c8-be1b36ae32c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9464a9e-f6c6-4497-a2be-4edf8ffe45b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9464a9e-f6c6-4497-a2be-4edf8ffe45b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2893637132623987930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 583f5a15-5cd7-402c-a6ee-bd0cbd1c8ad5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf950446-a60a-40ae-b19b-55fee7c403e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf950446-a60a-40ae-b19b-55fee7c403e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11204887461630606832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9464a9e-f6c6-4497-a2be-4edf8ffe45b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf950446-a60a-40ae-b19b-55fee7c403e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc3408b6-689f-4932-aeb0-710bfb7b694e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79bae5a2-cf25-4ac8-bc74-04a62bf6251b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3408b6-689f-4932-aeb0-710bfb7b694e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1054952748732801065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79bae5a2-cf25-4ac8-bc74-04a62bf6251b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18123761473952664828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3408b6-689f-4932-aeb0-710bfb7b694e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d06c90b-2995-4965-a354-96a96032685f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79bae5a2-cf25-4ac8-bc74-04a62bf6251b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf5d65c9-65a4-454c-bf75-f6d206965fe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d06c90b-2995-4965-a354-96a96032685f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6790825862753632668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5d65c9-65a4-454c-bf75-f6d206965fe4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12451225943313664138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d06c90b-2995-4965-a354-96a96032685f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eec4c0fa-8241-471d-aeb8-a1063ab910e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec4c0fa-8241-471d-aeb8-a1063ab910e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16539549661536275095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5d65c9-65a4-454c-bf75-f6d206965fe4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 768db24b-910a-40dd-8d39-8e17eb27c4b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 768db24b-910a-40dd-8d39-8e17eb27c4b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 819288770290094761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec4c0fa-8241-471d-aeb8-a1063ab910e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0ea26e6-8cd2-4ba2-8e6b-fc6be04e541d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0ea26e6-8cd2-4ba2-8e6b-fc6be04e541d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12558389378578827573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 768db24b-910a-40dd-8d39-8e17eb27c4b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc380595-4a99-479f-a647-ce0f28140398, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc380595-4a99-479f-a647-ce0f28140398, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 532457901100080592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0ea26e6-8cd2-4ba2-8e6b-fc6be04e541d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1967ec0e-45a3-4014-94bb-df915579a6f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1967ec0e-45a3-4014-94bb-df915579a6f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1124840125332469847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc380595-4a99-479f-a647-ce0f28140398, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7247e6a7-face-4d52-bae2-f2118aecb61d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7247e6a7-face-4d52-bae2-f2118aecb61d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6732709971129536075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1967ec0e-45a3-4014-94bb-df915579a6f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b18d16-b976-4349-84b4-605e3560c948, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7247e6a7-face-4d52-bae2-f2118aecb61d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b18d16-b976-4349-84b4-605e3560c948, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15530643755584520669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c63bd659-c4aa-4680-b4b5-c197e52b0a1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c63bd659-c4aa-4680-b4b5-c197e52b0a1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1806875016034758740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b18d16-b976-4349-84b4-605e3560c948, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97c61f29-96c6-49e9-b707-af529a020cdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c61f29-96c6-49e9-b707-af529a020cdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11342806391337135159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c63bd659-c4aa-4680-b4b5-c197e52b0a1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7da0d9ba-0320-4d13-85bc-ae5b699533a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da0d9ba-0320-4d13-85bc-ae5b699533a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4397316985035972900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c61f29-96c6-49e9-b707-af529a020cdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fae8e2b-a8f8-4767-880c-69a59c34b1d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fae8e2b-a8f8-4767-880c-69a59c34b1d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16370404483427640865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da0d9ba-0320-4d13-85bc-ae5b699533a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a4888d3-723b-4015-9b3a-4f8237b1e578, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a4888d3-723b-4015-9b3a-4f8237b1e578, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17171902698731178034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fae8e2b-a8f8-4767-880c-69a59c34b1d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41a40dcc-c9a6-4a98-8580-c849ca42db4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41a40dcc-c9a6-4a98-8580-c849ca42db4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11812954240477907320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a4888d3-723b-4015-9b3a-4f8237b1e578, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f891d100-ccd3-4ab5-bfb1-b8692f0bd06e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f891d100-ccd3-4ab5-bfb1-b8692f0bd06e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4862170256993490293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41a40dcc-c9a6-4a98-8580-c849ca42db4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e194445-af07-4f07-b6ff-9174e15c4974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e194445-af07-4f07-b6ff-9174e15c4974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5375417546102746493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f891d100-ccd3-4ab5-bfb1-b8692f0bd06e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2f8f084-4a45-4c45-a634-47be382a2640, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2f8f084-4a45-4c45-a634-47be382a2640, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16997661992365483523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e194445-af07-4f07-b6ff-9174e15c4974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e2d8ae-ffdd-4236-b4f3-b87aff559f53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e2d8ae-ffdd-4236-b4f3-b87aff559f53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16536869386197237037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2f8f084-4a45-4c45-a634-47be382a2640, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f5cda54-16e2-415f-ac72-7d26b1a9b7c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e2d8ae-ffdd-4236-b4f3-b87aff559f53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd08bf99-23d4-4f33-a705-cf0bdab7ff1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd08bf99-23d4-4f33-a705-cf0bdab7ff1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 706417109040994949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5cda54-16e2-415f-ac72-7d26b1a9b7c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3829984675111525291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd08bf99-23d4-4f33-a705-cf0bdab7ff1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf5ff6cf-9de2-4d39-8479-d283aa2d058a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5ff6cf-9de2-4d39-8479-d283aa2d058a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8407197008379077075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5cda54-16e2-415f-ac72-7d26b1a9b7c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5ff6cf-9de2-4d39-8479-d283aa2d058a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7534573e-d821-4a0e-8e13-3845cca6d7df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10790f63-4dcd-4aec-a01c-d04c73c95bed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7534573e-d821-4a0e-8e13-3845cca6d7df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12754722071362099682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10790f63-4dcd-4aec-a01c-d04c73c95bed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1491692002590150704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7534573e-d821-4a0e-8e13-3845cca6d7df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 595707a4-c8a8-428a-9758-d7a8f0520ad4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 595707a4-c8a8-428a-9758-d7a8f0520ad4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17715282863162840878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10790f63-4dcd-4aec-a01c-d04c73c95bed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75f260c-8b9c-49e0-94c3-ee454ff78a86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 595707a4-c8a8-428a-9758-d7a8f0520ad4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75f260c-8b9c-49e0-94c3-ee454ff78a86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8362711539434461989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd6a7658-dccd-42ab-a917-3078cea5c772, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd6a7658-dccd-42ab-a917-3078cea5c772, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12402982911897566260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75f260c-8b9c-49e0-94c3-ee454ff78a86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eaf706d-5e08-4b39-9b12-4bc8a4943bae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eaf706d-5e08-4b39-9b12-4bc8a4943bae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9143235757024903048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd6a7658-dccd-42ab-a917-3078cea5c772, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a47f0722-a4e3-4078-b224-cbdc0711a712, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a47f0722-a4e3-4078-b224-cbdc0711a712, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8846234500273905576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eaf706d-5e08-4b39-9b12-4bc8a4943bae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a47f0722-a4e3-4078-b224-cbdc0711a712, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59c45ece-7547-4c66-af21-4822a3483c1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c45ece-7547-4c66-af21-4822a3483c1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3713290658422182311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5cdcc4b-a728-400e-ac48-b909dcf11909, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5cdcc4b-a728-400e-ac48-b909dcf11909, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4500253385905148193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c45ece-7547-4c66-af21-4822a3483c1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1cf5f29-1318-49a1-b6f5-d92d74659d72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1cf5f29-1318-49a1-b6f5-d92d74659d72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9523311106945157252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5cdcc4b-a728-400e-ac48-b909dcf11909, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b9f9fce-ef8c-4a60-bbda-8c7199e9d97a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b9f9fce-ef8c-4a60-bbda-8c7199e9d97a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3619011717156969638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1cf5f29-1318-49a1-b6f5-d92d74659d72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38df1bc1-5b13-4125-85cb-97d0f64bca66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38df1bc1-5b13-4125-85cb-97d0f64bca66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7560911296993430524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b9f9fce-ef8c-4a60-bbda-8c7199e9d97a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2fa9d65-7d2e-47d8-9bc7-9e1792993a53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2fa9d65-7d2e-47d8-9bc7-9e1792993a53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16895668676279766446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38df1bc1-5b13-4125-85cb-97d0f64bca66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dc40ba4-479c-4509-9759-8b3a0f0b43c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dc40ba4-479c-4509-9759-8b3a0f0b43c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14948413367621191123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2fa9d65-7d2e-47d8-9bc7-9e1792993a53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3ae4699-77db-40d7-a416-ff2cabd39568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3ae4699-77db-40d7-a416-ff2cabd39568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 862122411354804705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dc40ba4-479c-4509-9759-8b3a0f0b43c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3ae4699-77db-40d7-a416-ff2cabd39568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bccf9fa-e42f-48ac-872c-c370ddc4cea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39320866-48e4-49d4-9669-7adb97247fd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39320866-48e4-49d4-9669-7adb97247fd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10975485744047911989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bccf9fa-e42f-48ac-872c-c370ddc4cea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3690305658611875555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39320866-48e4-49d4-9669-7adb97247fd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bccf9fa-e42f-48ac-872c-c370ddc4cea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 182c95bc-77b4-4a8c-a3d0-f9eb6217af6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 182c95bc-77b4-4a8c-a3d0-f9eb6217af6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15681408481863126355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9acbb62b-2a21-4846-8fc5-e275a57a9585, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9acbb62b-2a21-4846-8fc5-e275a57a9585, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8455421130377106140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 182c95bc-77b4-4a8c-a3d0-f9eb6217af6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9f6be16-e41f-4c02-bbe4-6486d43f8dea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9acbb62b-2a21-4846-8fc5-e275a57a9585, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f6be16-e41f-4c02-bbe4-6486d43f8dea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2630382008022565986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d24d4832-d532-481e-b605-65e8458f319d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24d4832-d532-481e-b605-65e8458f319d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3766841065133273879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f6be16-e41f-4c02-bbe4-6486d43f8dea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f1005c9-862d-478a-9cd5-7ed7a7fbb9da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f1005c9-862d-478a-9cd5-7ed7a7fbb9da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12294729884757765572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24d4832-d532-481e-b605-65e8458f319d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39c48f2c-d5fd-4310-a776-3a7dbb397e10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c48f2c-d5fd-4310-a776-3a7dbb397e10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14364477188853761936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f1005c9-862d-478a-9cd5-7ed7a7fbb9da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed6441bd-3afd-40f2-bbd9-d1520842e530, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed6441bd-3afd-40f2-bbd9-d1520842e530, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16234696833513397865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c48f2c-d5fd-4310-a776-3a7dbb397e10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11766cd2-8cc1-4fc4-b6a8-f071ee4b9c67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11766cd2-8cc1-4fc4-b6a8-f071ee4b9c67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15734821843903728189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed6441bd-3afd-40f2-bbd9-d1520842e530, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e7da3b1-f2fa-47b1-aeb1-c2545eba7fb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e7da3b1-f2fa-47b1-aeb1-c2545eba7fb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16491230328391435864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11766cd2-8cc1-4fc4-b6a8-f071ee4b9c67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad34e541-0ce4-4cf9-9b50-5a8c3bc9a22c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad34e541-0ce4-4cf9-9b50-5a8c3bc9a22c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3175734838309801611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e7da3b1-f2fa-47b1-aeb1-c2545eba7fb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fce94b1a-b180-459f-89ab-5d1bb354c684, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fce94b1a-b180-459f-89ab-5d1bb354c684, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6345598483794105214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad34e541-0ce4-4cf9-9b50-5a8c3bc9a22c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca563f85-6125-4afa-9d99-13ad4da5d05b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca563f85-6125-4afa-9d99-13ad4da5d05b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13221666814474405309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fce94b1a-b180-459f-89ab-5d1bb354c684, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fa722f-518c-4fbd-bc37-00399e6c71b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fa722f-518c-4fbd-bc37-00399e6c71b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9372686563559203504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca563f85-6125-4afa-9d99-13ad4da5d05b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bdd77ee-47fb-4d7b-a3d7-b2c67fe78536, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bdd77ee-47fb-4d7b-a3d7-b2c67fe78536, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7336608732949883719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fa722f-518c-4fbd-bc37-00399e6c71b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9032c497-e50b-4fdd-806d-c9d63b581a9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9032c497-e50b-4fdd-806d-c9d63b581a9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14064724611063779321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bdd77ee-47fb-4d7b-a3d7-b2c67fe78536, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9032c497-e50b-4fdd-806d-c9d63b581a9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73036fdc-f57a-48f9-a05f-5e005425c8f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73036fdc-f57a-48f9-a05f-5e005425c8f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11996096134460991264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f964f14-1b1e-4d3b-8ca7-f27746381a28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f964f14-1b1e-4d3b-8ca7-f27746381a28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941019461921881211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73036fdc-f57a-48f9-a05f-5e005425c8f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75e26c95-6df6-4526-8063-ce3c7f699c8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f964f14-1b1e-4d3b-8ca7-f27746381a28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94cc489f-836b-4982-81ea-df2b619192f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94cc489f-836b-4982-81ea-df2b619192f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907363673481971397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e26c95-6df6-4526-8063-ce3c7f699c8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3087315744072947271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94cc489f-836b-4982-81ea-df2b619192f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e26c95-6df6-4526-8063-ce3c7f699c8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97d3ba59-542d-44b0-b787-70f8ad1e2df9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d3ba59-542d-44b0-b787-70f8ad1e2df9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6961268435222760841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a082043c-b590-43ce-b3e9-27fce608b72e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a082043c-b590-43ce-b3e9-27fce608b72e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13137776178792882785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d3ba59-542d-44b0-b787-70f8ad1e2df9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a082043c-b590-43ce-b3e9-27fce608b72e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2520146c-5371-4006-9ff5-63985785cd81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2520146c-5371-4006-9ff5-63985785cd81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8682341661482697365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d24ce2f-4504-4677-84f2-275deb272e35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d24ce2f-4504-4677-84f2-275deb272e35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8617898526796051229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2520146c-5371-4006-9ff5-63985785cd81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf1a7807-91c4-47ef-b2ca-5e60b4772c4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf1a7807-91c4-47ef-b2ca-5e60b4772c4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13713791561559942168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d24ce2f-4504-4677-84f2-275deb272e35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf1a7807-91c4-47ef-b2ca-5e60b4772c4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48247998-2fca-4ec4-8f81-f9b22442deeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48247998-2fca-4ec4-8f81-f9b22442deeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4659215717887879112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff5f5dbf-0f62-483a-9e78-8d64db354add, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff5f5dbf-0f62-483a-9e78-8d64db354add, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8762858721532937208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48247998-2fca-4ec4-8f81-f9b22442deeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dd91920-6af3-4a43-b4ef-109599d4fae0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dd91920-6af3-4a43-b4ef-109599d4fae0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9658671101659804763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff5f5dbf-0f62-483a-9e78-8d64db354add, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c9c98fe-17fc-4efb-826a-ca49733c621a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9c98fe-17fc-4efb-826a-ca49733c621a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7656931017836774462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dd91920-6af3-4a43-b4ef-109599d4fae0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fb5fc50-f73f-4339-b099-a6bc7bce7762, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fb5fc50-f73f-4339-b099-a6bc7bce7762, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11878431230804572071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9c98fe-17fc-4efb-826a-ca49733c621a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca53fafd-cb4f-46a8-8365-9ab40d7b2891, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca53fafd-cb4f-46a8-8365-9ab40d7b2891, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2118629599124342877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fb5fc50-f73f-4339-b099-a6bc7bce7762, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f853f473-293a-4010-be12-13bcf4123834, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f853f473-293a-4010-be12-13bcf4123834, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1106595612746583056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca53fafd-cb4f-46a8-8365-9ab40d7b2891, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c4ec7e3-c053-45f9-8fdf-987c3f728b65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4ec7e3-c053-45f9-8fdf-987c3f728b65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7212709820467900905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f853f473-293a-4010-be12-13bcf4123834, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de69e5d7-bb13-4a2c-9f9f-71d768990d5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de69e5d7-bb13-4a2c-9f9f-71d768990d5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10517537868100843838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4ec7e3-c053-45f9-8fdf-987c3f728b65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34d7bf45-f434-4179-b764-1c54e9584ea4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d7bf45-f434-4179-b764-1c54e9584ea4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 275507958676415475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de69e5d7-bb13-4a2c-9f9f-71d768990d5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 448c506a-2c08-4326-87dd-37c90c5cdbb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448c506a-2c08-4326-87dd-37c90c5cdbb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16429336283996837103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d7bf45-f434-4179-b764-1c54e9584ea4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e6e273d-f507-448a-b940-34094bbe77fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e6e273d-f507-448a-b940-34094bbe77fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2524403564498549469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448c506a-2c08-4326-87dd-37c90c5cdbb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfa30259-ddb4-4b75-8820-28865be0099c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e6e273d-f507-448a-b940-34094bbe77fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec5bd4ae-07a1-4422-b229-348e3b911034, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec5bd4ae-07a1-4422-b229-348e3b911034, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16671353679916877583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa30259-ddb4-4b75-8820-28865be0099c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7062159256483355233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec5bd4ae-07a1-4422-b229-348e3b911034, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa30259-ddb4-4b75-8820-28865be0099c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e43e2d9f-911f-401a-9689-f50e6f95c60f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71b8e38b-2ff7-4dd7-89f9-f6aa0ed1e40e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71b8e38b-2ff7-4dd7-89f9-f6aa0ed1e40e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9644744506865771164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43e2d9f-911f-401a-9689-f50e6f95c60f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15298211430242625149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71b8e38b-2ff7-4dd7-89f9-f6aa0ed1e40e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89b842ec-ab70-45a3-a962-c7ce280f7d7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b842ec-ab70-45a3-a962-c7ce280f7d7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18145188046322840299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43e2d9f-911f-401a-9689-f50e6f95c60f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b1e490-15a3-42de-9d23-5c878d514931, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b1e490-15a3-42de-9d23-5c878d514931, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9190593528605725577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b842ec-ab70-45a3-a962-c7ce280f7d7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd503b83-215d-48df-b21c-90d587284a6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd503b83-215d-48df-b21c-90d587284a6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2709436775998673204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b1e490-15a3-42de-9d23-5c878d514931, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb8fe47a-90b1-4986-83c0-df2578e52cdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb8fe47a-90b1-4986-83c0-df2578e52cdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11054905460420952830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd503b83-215d-48df-b21c-90d587284a6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 641320fd-3dc2-432e-bc6c-54d06e3ba313, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 641320fd-3dc2-432e-bc6c-54d06e3ba313, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566379933928074222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 641320fd-3dc2-432e-bc6c-54d06e3ba313, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 872e91e5-201b-4194-9fd3-6c7d7e74d9ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 872e91e5-201b-4194-9fd3-6c7d7e74d9ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858648964856131073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb8fe47a-90b1-4986-83c0-df2578e52cdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c67d8aa-cb08-4332-b549-35381f35b7b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c67d8aa-cb08-4332-b549-35381f35b7b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3900247042998851894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 872e91e5-201b-4194-9fd3-6c7d7e74d9ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e19e889f-d1a6-451d-8083-f916d9926636, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e19e889f-d1a6-451d-8083-f916d9926636, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12899918231435475927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c67d8aa-cb08-4332-b549-35381f35b7b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 748821cc-3176-4eec-bb72-f2b0bd85a5ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e19e889f-d1a6-451d-8083-f916d9926636, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748821cc-3176-4eec-bb72-f2b0bd85a5ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12459796053169830705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae8f66dc-2242-47cd-ae15-ab8bb47f297a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae8f66dc-2242-47cd-ae15-ab8bb47f297a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2858857183481930181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748821cc-3176-4eec-bb72-f2b0bd85a5ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d48068b2-9a38-4617-a784-bb2d94d0488c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48068b2-9a38-4617-a784-bb2d94d0488c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17562215347902766704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae8f66dc-2242-47cd-ae15-ab8bb47f297a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0237b93-f5e9-443b-b0ac-6d8bad1be170, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0237b93-f5e9-443b-b0ac-6d8bad1be170, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6159687909364017678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48068b2-9a38-4617-a784-bb2d94d0488c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0237b93-f5e9-443b-b0ac-6d8bad1be170, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9fd6a4-aa32-4b4b-ad47-90ceaa222975, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef65a413-80f1-4794-8728-6d8a3ffbb8e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef65a413-80f1-4794-8728-6d8a3ffbb8e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12757784524284680937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9fd6a4-aa32-4b4b-ad47-90ceaa222975, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13181817138392120866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef65a413-80f1-4794-8728-6d8a3ffbb8e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9fd6a4-aa32-4b4b-ad47-90ceaa222975, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2a2169b-fc65-47fe-bf37-37b6347f1e9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a2169b-fc65-47fe-bf37-37b6347f1e9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16498812491012180861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fde73f29-88b1-4162-800a-f182ee13d07b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fde73f29-88b1-4162-800a-f182ee13d07b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3540915584237649381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a2169b-fc65-47fe-bf37-37b6347f1e9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 619226fa-84e7-48d3-a808-e3f31f7bb1cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619226fa-84e7-48d3-a808-e3f31f7bb1cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7765421157787768566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fde73f29-88b1-4162-800a-f182ee13d07b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e9b6d9-9110-4fea-90ef-ff3803a45d42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e9b6d9-9110-4fea-90ef-ff3803a45d42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12407085335657827805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619226fa-84e7-48d3-a808-e3f31f7bb1cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebba184a-48bb-4248-a046-5f1c52d80ceb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebba184a-48bb-4248-a046-5f1c52d80ceb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17839475465900536783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e9b6d9-9110-4fea-90ef-ff3803a45d42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62e3441c-90f8-435a-8415-c67e00cceba3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62e3441c-90f8-435a-8415-c67e00cceba3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4492694656488558619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62e3441c-90f8-435a-8415-c67e00cceba3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17acdeeb-9824-453a-bc75-f32371c38163, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17acdeeb-9824-453a-bc75-f32371c38163, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12969156205263067487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebba184a-48bb-4248-a046-5f1c52d80ceb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dfcca26-a1b0-4d0c-9a94-4037b602c5e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dfcca26-a1b0-4d0c-9a94-4037b602c5e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17029490578820209670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17acdeeb-9824-453a-bc75-f32371c38163, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b767b3d7-210b-4949-9415-d4f3a4893450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b767b3d7-210b-4949-9415-d4f3a4893450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3777070019897435061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dfcca26-a1b0-4d0c-9a94-4037b602c5e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a509415-a39e-4ce2-9ca5-9c0b0abebe73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a509415-a39e-4ce2-9ca5-9c0b0abebe73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12172885445893838907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b767b3d7-210b-4949-9415-d4f3a4893450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db6d0bce-0088-4e40-8b2f-1b38e2666107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6d0bce-0088-4e40-8b2f-1b38e2666107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11082315650827835741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a509415-a39e-4ce2-9ca5-9c0b0abebe73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d12acca-965f-4b69-bb5b-d407a5311f38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d12acca-965f-4b69-bb5b-d407a5311f38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16847984166808855071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6d0bce-0088-4e40-8b2f-1b38e2666107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73eb5d60-fa35-4624-9b99-186257f077bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73eb5d60-fa35-4624-9b99-186257f077bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2679761178328546601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d12acca-965f-4b69-bb5b-d407a5311f38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a883bcb-97ed-4378-ac36-c70a64aa0718, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a883bcb-97ed-4378-ac36-c70a64aa0718, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16032690103799821049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73eb5d60-fa35-4624-9b99-186257f077bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e5fa4bf-7270-44bd-a0fe-67cdaa68d5a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5fa4bf-7270-44bd-a0fe-67cdaa68d5a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7286337047920887845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a883bcb-97ed-4378-ac36-c70a64aa0718, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a19dbc42-521b-4107-a716-491820b54a3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a19dbc42-521b-4107-a716-491820b54a3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6221756812561840273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5fa4bf-7270-44bd-a0fe-67cdaa68d5a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf4bd16b-1cbd-4d37-b185-ceb7e3ea4a0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf4bd16b-1cbd-4d37-b185-ceb7e3ea4a0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6731300814558947977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a19dbc42-521b-4107-a716-491820b54a3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 553d8de0-e35a-43d1-bbaa-45b15a9e42b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 553d8de0-e35a-43d1-bbaa-45b15a9e42b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2535300824058034342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf4bd16b-1cbd-4d37-b185-ceb7e3ea4a0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e3c46b1-1b22-45a4-9c70-cd2b103b622f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e3c46b1-1b22-45a4-9c70-cd2b103b622f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12786205959321955947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 553d8de0-e35a-43d1-bbaa-45b15a9e42b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaf9935a-b0d6-4b4c-864c-ee50b59ad3a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaf9935a-b0d6-4b4c-864c-ee50b59ad3a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2531187087299239305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e3c46b1-1b22-45a4-9c70-cd2b103b622f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25dfcfaa-c63b-4b74-aed3-5925c4263d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25dfcfaa-c63b-4b74-aed3-5925c4263d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5762118019575203250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaf9935a-b0d6-4b4c-864c-ee50b59ad3a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c383a1ca-37fb-4adb-83b7-bdf9b3333c7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c383a1ca-37fb-4adb-83b7-bdf9b3333c7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16241880439721100648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25dfcfaa-c63b-4b74-aed3-5925c4263d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56283dd6-ee0c-45e6-ad14-733d36619429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56283dd6-ee0c-45e6-ad14-733d36619429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2197908824872288271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c383a1ca-37fb-4adb-83b7-bdf9b3333c7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d6c089-bc13-4586-afad-e299c58227df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d6c089-bc13-4586-afad-e299c58227df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5839107198560152834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56283dd6-ee0c-45e6-ad14-733d36619429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeff4ce7-ffa6-4908-b576-101cdff533f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeff4ce7-ffa6-4908-b576-101cdff533f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7683203222523583611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d6c089-bc13-4586-afad-e299c58227df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7891d1cb-f752-4582-bbb0-ea27d49766be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7891d1cb-f752-4582-bbb0-ea27d49766be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8116741019884955721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeff4ce7-ffa6-4908-b576-101cdff533f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d99310ed-a95f-4a09-8f08-c40fc99c9d7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d99310ed-a95f-4a09-8f08-c40fc99c9d7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3125305691366087186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7891d1cb-f752-4582-bbb0-ea27d49766be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8921785b-2844-4769-a4ae-de7a161d8170, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8921785b-2844-4769-a4ae-de7a161d8170, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17345586358341694441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d99310ed-a95f-4a09-8f08-c40fc99c9d7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06287fbc-501c-498e-9b97-251abb678209, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8921785b-2844-4769-a4ae-de7a161d8170, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f26c14a-42e9-4eed-8144-8b87d075ee27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06287fbc-501c-498e-9b97-251abb678209, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4219328257465309821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f26c14a-42e9-4eed-8144-8b87d075ee27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4432724067816704103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06287fbc-501c-498e-9b97-251abb678209, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 381a2771-4d3b-4acc-9260-67fda5d6cc10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381a2771-4d3b-4acc-9260-67fda5d6cc10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11912897340515012779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f26c14a-42e9-4eed-8144-8b87d075ee27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dc23782-8647-4502-af9b-104387cabc58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dc23782-8647-4502-af9b-104387cabc58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12509597742434984116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381a2771-4d3b-4acc-9260-67fda5d6cc10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e9396c-63cc-4930-afd3-3fe1c2eb3f81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dc23782-8647-4502-af9b-104387cabc58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29286618-529c-4ef9-a1d9-d4dde19535aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e9396c-63cc-4930-afd3-3fe1c2eb3f81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414693084587806615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29286618-529c-4ef9-a1d9-d4dde19535aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6573444169849867142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e9396c-63cc-4930-afd3-3fe1c2eb3f81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b9c0220-1226-4be7-8ca5-4a3ce86cad88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b9c0220-1226-4be7-8ca5-4a3ce86cad88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15699439428831908380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29286618-529c-4ef9-a1d9-d4dde19535aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b23e9bf7-fc33-4ac0-99a1-9c4d33150e18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b23e9bf7-fc33-4ac0-99a1-9c4d33150e18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9494907304283763775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b9c0220-1226-4be7-8ca5-4a3ce86cad88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd6a9280-cf3d-4dcf-9503-0eaed6a5f401, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd6a9280-cf3d-4dcf-9503-0eaed6a5f401, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16801703660549904120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b23e9bf7-fc33-4ac0-99a1-9c4d33150e18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c9df8a6-0dcc-4e13-aefe-44ffde0140e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9df8a6-0dcc-4e13-aefe-44ffde0140e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13841129034767833162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd6a9280-cf3d-4dcf-9503-0eaed6a5f401, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64a3365b-ea14-4d4a-94f6-046152ce6cc1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9df8a6-0dcc-4e13-aefe-44ffde0140e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3271be02-d9e1-441c-ac25-a8561d960c43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a3365b-ea14-4d4a-94f6-046152ce6cc1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15019660694158925564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3271be02-d9e1-441c-ac25-a8561d960c43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6103791076232495243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a3365b-ea14-4d4a-94f6-046152ce6cc1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4778e88f-9881-4b94-91b8-c0f1247c06e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4778e88f-9881-4b94-91b8-c0f1247c06e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390861362001271054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3271be02-d9e1-441c-ac25-a8561d960c43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed0cc977-97fe-467b-94a5-b06e4d862567, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4778e88f-9881-4b94-91b8-c0f1247c06e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed0cc977-97fe-467b-94a5-b06e4d862567, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14850175742528649067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff74ace2-3737-43a5-863a-43ae847ccd84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff74ace2-3737-43a5-863a-43ae847ccd84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13807040340407603447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed0cc977-97fe-467b-94a5-b06e4d862567, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92f29bc3-fffb-4e87-8d79-f37a925ff112, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f29bc3-fffb-4e87-8d79-f37a925ff112, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10735267045072009869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff74ace2-3737-43a5-863a-43ae847ccd84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24e63dc2-437d-46c2-96cf-98cd5a0011c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e63dc2-437d-46c2-96cf-98cd5a0011c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11886251904155160422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f29bc3-fffb-4e87-8d79-f37a925ff112, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90738bd5-67bc-4734-8e7b-a4eb6bd435bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90738bd5-67bc-4734-8e7b-a4eb6bd435bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2299680177412022358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e63dc2-437d-46c2-96cf-98cd5a0011c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b930709a-e47f-4175-96b9-f8f3cbbc8186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b930709a-e47f-4175-96b9-f8f3cbbc8186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7418993683530119247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90738bd5-67bc-4734-8e7b-a4eb6bd435bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b930709a-e47f-4175-96b9-f8f3cbbc8186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 809da13c-9a82-42bf-a42b-ab10d764b717, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e90a9894-f62f-4fe6-a5c1-dff45dd600d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 809da13c-9a82-42bf-a42b-ab10d764b717, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3199875752143626969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e90a9894-f62f-4fe6-a5c1-dff45dd600d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11569826154517667813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 809da13c-9a82-42bf-a42b-ab10d764b717, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01f7e86f-4b65-4b8b-8e33-124a74a604b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01f7e86f-4b65-4b8b-8e33-124a74a604b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10688555033178639727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e90a9894-f62f-4fe6-a5c1-dff45dd600d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9ce8a7-ab67-47b5-b08f-fa6bd459e003, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9ce8a7-ab67-47b5-b08f-fa6bd459e003, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16860060722634277273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01f7e86f-4b65-4b8b-8e33-124a74a604b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a2c7c4c-da0c-4e96-9fb5-d9c69e0a9c46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2c7c4c-da0c-4e96-9fb5-d9c69e0a9c46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6019948301299833902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9ce8a7-ab67-47b5-b08f-fa6bd459e003, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d30183b-328d-44c0-a74b-d5bdb3b18653, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d30183b-328d-44c0-a74b-d5bdb3b18653, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5692038975463056255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2c7c4c-da0c-4e96-9fb5-d9c69e0a9c46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8893b7eb-6b86-4748-a2c6-137b41e33435, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d30183b-328d-44c0-a74b-d5bdb3b18653, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8893b7eb-6b86-4748-a2c6-137b41e33435, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9337820454794021615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1b87f4f-95c4-4b73-a565-b02f51ca4a41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b87f4f-95c4-4b73-a565-b02f51ca4a41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12603036885442695751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8893b7eb-6b86-4748-a2c6-137b41e33435, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b87f4f-95c4-4b73-a565-b02f51ca4a41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a2be2a1-835e-4bf8-ac99-915aa6e2aa21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2be2a1-835e-4bf8-ac99-915aa6e2aa21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6470325529647665846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5cbff01-fc2e-4003-bbaf-3209f124bc58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5cbff01-fc2e-4003-bbaf-3209f124bc58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17117006525705904862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2be2a1-835e-4bf8-ac99-915aa6e2aa21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fea85b4-14bc-4a64-9f1a-a8c2e9986cb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fea85b4-14bc-4a64-9f1a-a8c2e9986cb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4049531065633399882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5cbff01-fc2e-4003-bbaf-3209f124bc58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fea85b4-14bc-4a64-9f1a-a8c2e9986cb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d385b10a-ad36-431b-b4a3-d435134c8b6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d385b10a-ad36-431b-b4a3-d435134c8b6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11454972803773180257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15d80691-26ef-4f0a-8bb9-9938d8f9a6e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15d80691-26ef-4f0a-8bb9-9938d8f9a6e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17333400189228391552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d385b10a-ad36-431b-b4a3-d435134c8b6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15d80691-26ef-4f0a-8bb9-9938d8f9a6e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa6e9b4d-9f86-49f5-bf16-74a425335029, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1be419c-7ff8-4b31-8b1f-ff4e7b991d8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1be419c-7ff8-4b31-8b1f-ff4e7b991d8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109533645040597998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa6e9b4d-9f86-49f5-bf16-74a425335029, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15003272804674700445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1be419c-7ff8-4b31-8b1f-ff4e7b991d8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa6e9b4d-9f86-49f5-bf16-74a425335029, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abecd629-8d00-45bc-bf2f-6602b347a068, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abecd629-8d00-45bc-bf2f-6602b347a068, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459555251931027384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9925cacc-c899-4837-af47-2be247058372, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9925cacc-c899-4837-af47-2be247058372, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5989913273800467489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9925cacc-c899-4837-af47-2be247058372, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68fe65f0-faee-46f4-a29f-094d078a2f89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68fe65f0-faee-46f4-a29f-094d078a2f89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11611154634988752209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abecd629-8d00-45bc-bf2f-6602b347a068, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a6a47f9-5fb2-4a1c-8305-3d44841bf424, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6a47f9-5fb2-4a1c-8305-3d44841bf424, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16481668478466295585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68fe65f0-faee-46f4-a29f-094d078a2f89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bacd1ac5-2d39-4b71-840e-18784d2ff929, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bacd1ac5-2d39-4b71-840e-18784d2ff929, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18117986139493691671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6a47f9-5fb2-4a1c-8305-3d44841bf424, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84b0bcc0-7e3a-4ef6-b1b3-016229fe68f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b0bcc0-7e3a-4ef6-b1b3-016229fe68f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12050053894037109714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bacd1ac5-2d39-4b71-840e-18784d2ff929, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 876798db-d2e9-44b0-b65f-717e719c4447, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 876798db-d2e9-44b0-b65f-717e719c4447, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12223021626848213236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b0bcc0-7e3a-4ef6-b1b3-016229fe68f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6bfa6cd-5fb8-40cc-93eb-6585e8f2fe0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6bfa6cd-5fb8-40cc-93eb-6585e8f2fe0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428364343570899085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 876798db-d2e9-44b0-b65f-717e719c4447, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd5d4c36-56da-469b-ba4f-10781381adef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5d4c36-56da-469b-ba4f-10781381adef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10414707381223427784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6bfa6cd-5fb8-40cc-93eb-6585e8f2fe0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41b3f908-4b3b-4ce3-82ed-6c39f5451862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41b3f908-4b3b-4ce3-82ed-6c39f5451862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13413887041560320904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5d4c36-56da-469b-ba4f-10781381adef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11f1c3cd-365c-4425-9930-6b52d215ef7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f1c3cd-365c-4425-9930-6b52d215ef7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11463664983145498579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41b3f908-4b3b-4ce3-82ed-6c39f5451862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ddaaaf-cbc1-4f23-89fa-f1063a2d02cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ddaaaf-cbc1-4f23-89fa-f1063a2d02cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 96834592877251048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9683459287725104896834592877251048968345928772510489683459287725104896834592877251048968345928772510489683459287725104896834592877251048968345928772510489683459287725104896834592877251048968345928772510489683459287725104896834592877251048968345928772510489683459287725104896834592877251048968345928772510489683459287725104896834592877251048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f1c3cd-365c-4425-9930-6b52d215ef7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3645b03-edbd-4ae5-8d41-321cf100727a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3645b03-edbd-4ae5-8d41-321cf100727a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9669184750362206059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ddaaaf-cbc1-4f23-89fa-f1063a2d02cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e559d3d-b98b-4efb-a1dc-df131000b429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e559d3d-b98b-4efb-a1dc-df131000b429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4262858419824086762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3645b03-edbd-4ae5-8d41-321cf100727a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86024daf-ee80-458e-a5e8-a4a1dc111b15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86024daf-ee80-458e-a5e8-a4a1dc111b15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11013889808838140853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e559d3d-b98b-4efb-a1dc-df131000b429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 272717f6-f463-490c-9a1a-d9cabbabb4a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 272717f6-f463-490c-9a1a-d9cabbabb4a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12205315806928490345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86024daf-ee80-458e-a5e8-a4a1dc111b15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f544939-b477-4ea6-a44e-cc45be249a19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f544939-b477-4ea6-a44e-cc45be249a19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 132384865560943779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 272717f6-f463-490c-9a1a-d9cabbabb4a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d9dbe28-edc4-451d-9cf6-1b54b42a72c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9dbe28-edc4-451d-9cf6-1b54b42a72c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15793603699510137450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f544939-b477-4ea6-a44e-cc45be249a19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f15e19d-338e-4276-be6e-e8a1e5dc0e73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f15e19d-338e-4276-be6e-e8a1e5dc0e73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8573056211625760788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9dbe28-edc4-451d-9cf6-1b54b42a72c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f15e19d-338e-4276-be6e-e8a1e5dc0e73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7027e3-ee37-4ae7-bae6-2b8b034040ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7027e3-ee37-4ae7-bae6-2b8b034040ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6009828235169526657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f750d3f-a423-4cad-a919-483fd1220cdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f750d3f-a423-4cad-a919-483fd1220cdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594230452742733719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7027e3-ee37-4ae7-bae6-2b8b034040ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53fecdfc-5f53-422c-b536-6876f39815fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53fecdfc-5f53-422c-b536-6876f39815fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5444357240604870809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f750d3f-a423-4cad-a919-483fd1220cdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77e8ecae-c0ce-48aa-b617-69c8ffe61697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77e8ecae-c0ce-48aa-b617-69c8ffe61697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2610717998904629424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53fecdfc-5f53-422c-b536-6876f39815fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 857d92b2-dfa1-44f3-81d0-bc2b4813af7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857d92b2-dfa1-44f3-81d0-bc2b4813af7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4402153059748401357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77e8ecae-c0ce-48aa-b617-69c8ffe61697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d77b0a5-f73c-414c-85e1-bea21a722d43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d77b0a5-f73c-414c-85e1-bea21a722d43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1422315771893582941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857d92b2-dfa1-44f3-81d0-bc2b4813af7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b247209-51f9-483b-a3a2-22b3aab9456b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b247209-51f9-483b-a3a2-22b3aab9456b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14728616308164079006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d77b0a5-f73c-414c-85e1-bea21a722d43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e81333b-b210-4969-9c43-14e4fb4d09c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e81333b-b210-4969-9c43-14e4fb4d09c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7385784940698642663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b247209-51f9-483b-a3a2-22b3aab9456b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4b1689b-2f1e-415c-a400-f02975f14229, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b1689b-2f1e-415c-a400-f02975f14229, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3180832153582335579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e81333b-b210-4969-9c43-14e4fb4d09c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f9dc87d-cea9-4d28-ad93-f4e858efd246, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f9dc87d-cea9-4d28-ad93-f4e858efd246, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4403990355610909513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b1689b-2f1e-415c-a400-f02975f14229, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee054806-f5b6-43eb-b379-43764954f600, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee054806-f5b6-43eb-b379-43764954f600, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10287776870403137489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f9dc87d-cea9-4d28-ad93-f4e858efd246, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee054806-f5b6-43eb-b379-43764954f600, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51408e79-7fd7-413e-a7d1-2abf8ed1a505, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51408e79-7fd7-413e-a7d1-2abf8ed1a505, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1012156575360139354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90ed30fb-00e2-4d19-9490-19c3439cb80e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90ed30fb-00e2-4d19-9490-19c3439cb80e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15110481794259278106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51408e79-7fd7-413e-a7d1-2abf8ed1a505, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf64b11c-9ff0-44b2-b26f-b63f47188487, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90ed30fb-00e2-4d19-9490-19c3439cb80e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88d7c8d2-0625-4b48-b9e4-bd1c308fe602, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d7c8d2-0625-4b48-b9e4-bd1c308fe602, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12527150587725861201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf64b11c-9ff0-44b2-b26f-b63f47188487, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4723176227065736838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d7c8d2-0625-4b48-b9e4-bd1c308fe602, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 127cf5eb-fac5-46c8-a4b5-2c11d8bca106, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127cf5eb-fac5-46c8-a4b5-2c11d8bca106, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9971627130684504871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf64b11c-9ff0-44b2-b26f-b63f47188487, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76444a0e-9275-4b88-8007-68a257b3e7b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76444a0e-9275-4b88-8007-68a257b3e7b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8842913296816891182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127cf5eb-fac5-46c8-a4b5-2c11d8bca106, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e4d57b-809d-493e-b4a0-4964ae373abf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e4d57b-809d-493e-b4a0-4964ae373abf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 292095450355284788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76444a0e-9275-4b88-8007-68a257b3e7b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b7f0cb-eb79-4ff4-8145-03c7c4bf236e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b7f0cb-eb79-4ff4-8145-03c7c4bf236e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917735351219978304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e4d57b-809d-493e-b4a0-4964ae373abf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcc75406-3d28-4675-8dfb-0ef77973d3e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b7f0cb-eb79-4ff4-8145-03c7c4bf236e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 256b56d5-abdc-4ea9-8858-2c98032588dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc75406-3d28-4675-8dfb-0ef77973d3e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16240413166636512580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 256b56d5-abdc-4ea9-8858-2c98032588dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9362614376127042649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc75406-3d28-4675-8dfb-0ef77973d3e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65060f56-5a21-4370-adf3-f2716fc50cfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65060f56-5a21-4370-adf3-f2716fc50cfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4381800384496636174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 256b56d5-abdc-4ea9-8858-2c98032588dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce0622dd-8a3d-4227-80e1-09399de0a56b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce0622dd-8a3d-4227-80e1-09399de0a56b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 96596682087213065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9659668208721306596596682087213065965966820872130659659668208721306596596682087213065965966820872130659659668208721306596596682087213065965966820872130659659668208721306596596682087213065965966820872130659659668208721306596596682087213065965966820872130659659668208721306596596682087213065965966820872130659659668208721306596596682087213065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65060f56-5a21-4370-adf3-f2716fc50cfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce0622dd-8a3d-4227-80e1-09399de0a56b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c755dc77-cabc-4ea2-99fb-e4c48e523574, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c755dc77-cabc-4ea2-99fb-e4c48e523574, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420901759130192040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d82452-bcec-4d50-b92d-18b151639e0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d82452-bcec-4d50-b92d-18b151639e0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15682516457460582084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c755dc77-cabc-4ea2-99fb-e4c48e523574, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d82452-bcec-4d50-b92d-18b151639e0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a769d2e0-be4d-4971-bfaa-9868557831e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a769d2e0-be4d-4971-bfaa-9868557831e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3797615294985367453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06b9adc-2f92-45bf-80d3-9691b9a59b00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06b9adc-2f92-45bf-80d3-9691b9a59b00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1082457570536934439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a769d2e0-be4d-4971-bfaa-9868557831e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06b9adc-2f92-45bf-80d3-9691b9a59b00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e37a6050-8194-4b06-9a88-2b85aa4d3078, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e37a6050-8194-4b06-9a88-2b85aa4d3078, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4359670924657273795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d02fdd80-1fbc-4b84-8122-7a7dc5fdaeda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d02fdd80-1fbc-4b84-8122-7a7dc5fdaeda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635108476197967052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e37a6050-8194-4b06-9a88-2b85aa4d3078, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f88dcfac-fe7b-4f2d-a83c-cd932bdb94a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f88dcfac-fe7b-4f2d-a83c-cd932bdb94a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12271031754704826671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d02fdd80-1fbc-4b84-8122-7a7dc5fdaeda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b70b9ffa-a6ec-4975-b8e5-625206230a9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b70b9ffa-a6ec-4975-b8e5-625206230a9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14116538398368268005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f88dcfac-fe7b-4f2d-a83c-cd932bdb94a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c8dd935-f9a5-48db-a242-8d8b0020bfec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c8dd935-f9a5-48db-a242-8d8b0020bfec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4988119278126827324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c8dd935-f9a5-48db-a242-8d8b0020bfec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a151ba3-3d5e-45b4-98ec-9764f7aadbe0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b70b9ffa-a6ec-4975-b8e5-625206230a9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f4acab6-1cae-4ac8-b427-95bb36f4d18c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f4acab6-1cae-4ac8-b427-95bb36f4d18c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17335214886050540517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a151ba3-3d5e-45b4-98ec-9764f7aadbe0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5698688325427981681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f4acab6-1cae-4ac8-b427-95bb36f4d18c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0a7b86f-e7c8-46c2-8b0c-e8c53021755f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a7b86f-e7c8-46c2-8b0c-e8c53021755f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9728904379127041654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a151ba3-3d5e-45b4-98ec-9764f7aadbe0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e549d5e0-1cdf-4556-8139-148ef566174b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e549d5e0-1cdf-4556-8139-148ef566174b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1179415366083554558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e549d5e0-1cdf-4556-8139-148ef566174b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2f4379c-3c38-44e6-8cbe-4cb7a3faf570, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f4379c-3c38-44e6-8cbe-4cb7a3faf570, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2046983430906006717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a7b86f-e7c8-46c2-8b0c-e8c53021755f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f787039-2c6a-43cd-b7dd-8450f4832113, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f787039-2c6a-43cd-b7dd-8450f4832113, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10976172543464345069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f4379c-3c38-44e6-8cbe-4cb7a3faf570, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34b05df7-d818-4c98-bea4-ea8f588c9773, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34b05df7-d818-4c98-bea4-ea8f588c9773, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17007436413143227744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f787039-2c6a-43cd-b7dd-8450f4832113, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 474e23a9-efc5-4ca4-9aa3-1fa455739c09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 474e23a9-efc5-4ca4-9aa3-1fa455739c09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14976511269248319916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34b05df7-d818-4c98-bea4-ea8f588c9773, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 910ec43e-b36d-4784-87c8-af124c2295e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 910ec43e-b36d-4784-87c8-af124c2295e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17749826881599299177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 474e23a9-efc5-4ca4-9aa3-1fa455739c09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d74b439-9acc-4a07-a67b-f6ec4a41bebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d74b439-9acc-4a07-a67b-f6ec4a41bebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9727624123711041187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 910ec43e-b36d-4784-87c8-af124c2295e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5dd7baf-f5a6-4091-88e1-61d3dadfed3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d74b439-9acc-4a07-a67b-f6ec4a41bebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64347879-af1b-4785-8063-dd4bca983f49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64347879-af1b-4785-8063-dd4bca983f49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4151117716720727889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5dd7baf-f5a6-4091-88e1-61d3dadfed3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15569965099615692612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64347879-af1b-4785-8063-dd4bca983f49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab9568a-763f-4032-86d8-7e450b2ba18c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab9568a-763f-4032-86d8-7e450b2ba18c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6824739500241228429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5dd7baf-f5a6-4091-88e1-61d3dadfed3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f985154-14e7-4242-bf2c-11d83a1700ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f985154-14e7-4242-bf2c-11d83a1700ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4422904215347518770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab9568a-763f-4032-86d8-7e450b2ba18c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93e8834f-9714-42ba-8a70-a9ddc0a56023, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93e8834f-9714-42ba-8a70-a9ddc0a56023, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2429549576850263572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f985154-14e7-4242-bf2c-11d83a1700ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f24d679-b2c7-4cc1-9860-8afbb77bae50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f24d679-b2c7-4cc1-9860-8afbb77bae50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1932370834012260617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93e8834f-9714-42ba-8a70-a9ddc0a56023, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7546d395-2c8c-49ec-b716-a7b55249b02c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7546d395-2c8c-49ec-b716-a7b55249b02c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6877795436008709087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f24d679-b2c7-4cc1-9860-8afbb77bae50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f0f09be-8c35-488b-b815-7b46c32d1887, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f0f09be-8c35-488b-b815-7b46c32d1887, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16024586527038784520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7546d395-2c8c-49ec-b716-a7b55249b02c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06aa1881-d55e-42ea-85f4-a6d5c92c9dcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06aa1881-d55e-42ea-85f4-a6d5c92c9dcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6112148440376050074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f0f09be-8c35-488b-b815-7b46c32d1887, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a852d7d8-3693-4307-a563-dbded7f38bea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a852d7d8-3693-4307-a563-dbded7f38bea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17802113724810178499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06aa1881-d55e-42ea-85f4-a6d5c92c9dcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdb8038a-6332-4df1-862e-691173acb759, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb8038a-6332-4df1-862e-691173acb759, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8094818067725115834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a852d7d8-3693-4307-a563-dbded7f38bea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2e0f842-478c-4782-8068-1639af46cb1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2e0f842-478c-4782-8068-1639af46cb1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1873565871544047356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb8038a-6332-4df1-862e-691173acb759, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5908b0de-5112-4516-8092-c656542a5b57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5908b0de-5112-4516-8092-c656542a5b57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9578385853218663050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2e0f842-478c-4782-8068-1639af46cb1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f362476-57c1-4e06-b60c-6fa7847ffe49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f362476-57c1-4e06-b60c-6fa7847ffe49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1967203792237596567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5908b0de-5112-4516-8092-c656542a5b57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8d5377-1374-4070-9f8c-3b402345eb6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8d5377-1374-4070-9f8c-3b402345eb6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8396499763944757617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f362476-57c1-4e06-b60c-6fa7847ffe49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82985a5d-2ccf-4b13-bbdb-f036394425eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82985a5d-2ccf-4b13-bbdb-f036394425eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2791383221500965236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8d5377-1374-4070-9f8c-3b402345eb6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7d2b65-a726-4d63-bd4e-d4db852e4b6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7d2b65-a726-4d63-bd4e-d4db852e4b6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2988486316664168443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82985a5d-2ccf-4b13-bbdb-f036394425eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a57012-3a35-4d75-a949-c0449142e112, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a57012-3a35-4d75-a949-c0449142e112, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4190542442100474194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7d2b65-a726-4d63-bd4e-d4db852e4b6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 120b442f-95ae-44a9-9c3b-86c2f2c959c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120b442f-95ae-44a9-9c3b-86c2f2c959c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8905055250819711699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a57012-3a35-4d75-a949-c0449142e112, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70f648c9-7fe3-42f7-b33e-56cf42214910, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f648c9-7fe3-42f7-b33e-56cf42214910, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8726136240444464858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120b442f-95ae-44a9-9c3b-86c2f2c959c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06589f5-453e-4003-924a-42277bc24b8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06589f5-453e-4003-924a-42277bc24b8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14881291687495807992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f648c9-7fe3-42f7-b33e-56cf42214910, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016d1626-a36e-4d67-848f-c6295b7f6da6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016d1626-a36e-4d67-848f-c6295b7f6da6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10821377766967814542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06589f5-453e-4003-924a-42277bc24b8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd989504-dc3d-4269-acac-7423391d3357, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd989504-dc3d-4269-acac-7423391d3357, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14921110469264127506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016d1626-a36e-4d67-848f-c6295b7f6da6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 525fce03-c899-4af8-aff9-c6615f7068d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 525fce03-c899-4af8-aff9-c6615f7068d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7617092337319662698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd989504-dc3d-4269-acac-7423391d3357, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc44444d-313f-4b08-aa6a-3d520c1967ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc44444d-313f-4b08-aa6a-3d520c1967ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13270836106884748507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 525fce03-c899-4af8-aff9-c6615f7068d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741acfb1-eb46-49c1-9ce3-4605f953cc98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741acfb1-eb46-49c1-9ce3-4605f953cc98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8557363260659340733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc44444d-313f-4b08-aa6a-3d520c1967ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c81908d8-1b64-455b-bd2d-e3e1bdaae150, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c81908d8-1b64-455b-bd2d-e3e1bdaae150, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 321751380666423563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741acfb1-eb46-49c1-9ce3-4605f953cc98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de9b7cae-1b7b-4fc5-864b-4692d72fc22c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9b7cae-1b7b-4fc5-864b-4692d72fc22c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17948524591695128649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c81908d8-1b64-455b-bd2d-e3e1bdaae150, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee7f19c4-50e8-4a80-a9cc-167aa4ef89d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee7f19c4-50e8-4a80-a9cc-167aa4ef89d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13618749796764489010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9b7cae-1b7b-4fc5-864b-4692d72fc22c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc1445a-ea83-47ea-a98f-42070ac355c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc1445a-ea83-47ea-a98f-42070ac355c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2625569944326549106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee7f19c4-50e8-4a80-a9cc-167aa4ef89d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0f85ee9-d188-40e8-824b-cb7238ab2a47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0f85ee9-d188-40e8-824b-cb7238ab2a47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11482511467612276838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc1445a-ea83-47ea-a98f-42070ac355c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0f85ee9-d188-40e8-824b-cb7238ab2a47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eb02300-c497-4c26-a70b-6cad236cce92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eb02300-c497-4c26-a70b-6cad236cce92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15386850352162984906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eeb75b9-ce94-4897-89a2-d2103b77fd1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eeb75b9-ce94-4897-89a2-d2103b77fd1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16348186988621692125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eb02300-c497-4c26-a70b-6cad236cce92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88c7daf1-95c4-4a84-a051-b1b912ff4cfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88c7daf1-95c4-4a84-a051-b1b912ff4cfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3494390445817777760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eeb75b9-ce94-4897-89a2-d2103b77fd1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79a271ea-9a87-40c9-b3c5-941911942443, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a271ea-9a87-40c9-b3c5-941911942443, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 500148182178864007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88c7daf1-95c4-4a84-a051-b1b912ff4cfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de320668-6458-4734-a89c-e91969568e4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de320668-6458-4734-a89c-e91969568e4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8075966685455957050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a271ea-9a87-40c9-b3c5-941911942443, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b6b6552-2e2a-4aeb-9246-c7f927c2af1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b6b6552-2e2a-4aeb-9246-c7f927c2af1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8750449082178708336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de320668-6458-4734-a89c-e91969568e4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14509e6a-b918-453b-9fba-2958f838a8c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14509e6a-b918-453b-9fba-2958f838a8c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16086689478401955694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b6b6552-2e2a-4aeb-9246-c7f927c2af1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7c43dc0-531b-4d24-a9d5-7b3dfd33f62d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7c43dc0-531b-4d24-a9d5-7b3dfd33f62d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7563199955100673654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14509e6a-b918-453b-9fba-2958f838a8c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 913b2d0c-f7e4-4dc4-beaa-fc3ddc7e8592, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913b2d0c-f7e4-4dc4-beaa-fc3ddc7e8592, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 41533785333264683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4153378533326468341533785333264683415337853332646834153378533326468341533785333264683415337853332646834153378533326468341533785333264683415337853332646834153378533326468341533785333264683415337853332646834153378533326468341533785333264683415337853332646834153378533326468341533785333264683415337853332646834153378533326468341533785333264683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913b2d0c-f7e4-4dc4-beaa-fc3ddc7e8592, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8b9f257-492e-45ca-8daa-5b83090d098f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7c43dc0-531b-4d24-a9d5-7b3dfd33f62d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7388b6a4-fd6f-415d-b1bd-8f1513b04d40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7388b6a4-fd6f-415d-b1bd-8f1513b04d40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13479068398433386396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b9f257-492e-45ca-8daa-5b83090d098f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12539039446204269346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7388b6a4-fd6f-415d-b1bd-8f1513b04d40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f37c7ad-3300-426a-9cd8-6b26c419ed16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f37c7ad-3300-426a-9cd8-6b26c419ed16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2944589287318417024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b9f257-492e-45ca-8daa-5b83090d098f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8500eabb-6369-4f7b-8be5-33be9d37455b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f37c7ad-3300-426a-9cd8-6b26c419ed16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3a55f12-8a69-4579-870b-aadcf00a9ed9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a55f12-8a69-4579-870b-aadcf00a9ed9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719468988283533374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8500eabb-6369-4f7b-8be5-33be9d37455b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6228285621564894008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a55f12-8a69-4579-870b-aadcf00a9ed9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8500eabb-6369-4f7b-8be5-33be9d37455b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 872c1e42-e0be-49a8-93b4-71b6b7269659, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72c9df6c-5de5-4471-9b79-63963a9d4bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72c9df6c-5de5-4471-9b79-63963a9d4bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 190190808799939301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 872c1e42-e0be-49a8-93b4-71b6b7269659, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2478156739658592415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72c9df6c-5de5-4471-9b79-63963a9d4bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d1f0f3e-eecd-4e0d-98bb-e55a9af69e97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d1f0f3e-eecd-4e0d-98bb-e55a9af69e97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17017090538737474560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 872c1e42-e0be-49a8-93b4-71b6b7269659, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0e8ad43-68bf-49ab-86ee-2c045d933324, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e8ad43-68bf-49ab-86ee-2c045d933324, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7183173717635029346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d1f0f3e-eecd-4e0d-98bb-e55a9af69e97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f00c5442-3f55-402a-8ea9-e2ec0d0d336a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f00c5442-3f55-402a-8ea9-e2ec0d0d336a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1414413027514988817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e8ad43-68bf-49ab-86ee-2c045d933324, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b35fc8e-5fd4-44ee-bbb2-5a0892711fa2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b35fc8e-5fd4-44ee-bbb2-5a0892711fa2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10504090114681958126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f00c5442-3f55-402a-8ea9-e2ec0d0d336a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60897ed0-24c1-45e5-acc3-8f830e8d8ab8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60897ed0-24c1-45e5-acc3-8f830e8d8ab8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17892594741990709840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b35fc8e-5fd4-44ee-bbb2-5a0892711fa2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40c965b2-9a48-4ed0-aefb-c566c38b3a0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c965b2-9a48-4ed0-aefb-c566c38b3a0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14415082735843066838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60897ed0-24c1-45e5-acc3-8f830e8d8ab8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b5782c-202b-4e2a-8e03-b698b8e21dba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b5782c-202b-4e2a-8e03-b698b8e21dba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14582187816975468459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c965b2-9a48-4ed0-aefb-c566c38b3a0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1e00690-d1c5-4102-b4ad-2dd7a5a18179, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e00690-d1c5-4102-b4ad-2dd7a5a18179, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12502728788993572263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b5782c-202b-4e2a-8e03-b698b8e21dba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c3d5754-ac48-4dbb-9502-175e5ceedf57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c3d5754-ac48-4dbb-9502-175e5ceedf57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8570378682166626053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e00690-d1c5-4102-b4ad-2dd7a5a18179, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01a59533-37f6-48a7-89df-422d8d04092d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a59533-37f6-48a7-89df-422d8d04092d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18243646240440888161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c3d5754-ac48-4dbb-9502-175e5ceedf57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d75be127-5653-4438-a06b-ee12903fb3ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d75be127-5653-4438-a06b-ee12903fb3ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16626059551173825361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a59533-37f6-48a7-89df-422d8d04092d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ac1bd6b-fdb7-44f6-bff2-7f07489ebb4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d75be127-5653-4438-a06b-ee12903fb3ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5734e5c1-6657-4dba-bc3f-5b31324400ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5734e5c1-6657-4dba-bc3f-5b31324400ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426589804563485274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ac1bd6b-fdb7-44f6-bff2-7f07489ebb4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13829967550446673013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5734e5c1-6657-4dba-bc3f-5b31324400ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e4c38d-ac84-4017-ab96-672bba88923e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e4c38d-ac84-4017-ab96-672bba88923e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8210927668115858353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ac1bd6b-fdb7-44f6-bff2-7f07489ebb4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06839e0d-4995-4017-bdf5-96034125e358, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06839e0d-4995-4017-bdf5-96034125e358, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14948610464323625360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e4c38d-ac84-4017-ab96-672bba88923e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06839e0d-4995-4017-bdf5-96034125e358, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a19d657a-7d94-49c3-806a-9d8de1c3ec0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a19d657a-7d94-49c3-806a-9d8de1c3ec0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 438257641881210023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5b5e703-d28b-4e6a-9c75-765dc2b81919, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b5e703-d28b-4e6a-9c75-765dc2b81919, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7102028586934692239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a19d657a-7d94-49c3-806a-9d8de1c3ec0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b5e703-d28b-4e6a-9c75-765dc2b81919, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b36a3e14-1e20-4e9e-8c46-76b38e864df7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43687d3e-e953-4775-8cbe-282e4bf42ecd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43687d3e-e953-4775-8cbe-282e4bf42ecd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6440592316290541482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36a3e14-1e20-4e9e-8c46-76b38e864df7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9150235973432262550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43687d3e-e953-4775-8cbe-282e4bf42ecd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9881c574-8f38-4b97-92b1-642e32e23079, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9881c574-8f38-4b97-92b1-642e32e23079, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4156792577364094851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36a3e14-1e20-4e9e-8c46-76b38e864df7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0da62c7e-29de-49d1-9082-a49c6b47d7bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0da62c7e-29de-49d1-9082-a49c6b47d7bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1397199863252896101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9881c574-8f38-4b97-92b1-642e32e23079, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cdb9d6a-cf97-4af5-993f-5f26534e0d38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdb9d6a-cf97-4af5-993f-5f26534e0d38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14635480009200081222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0da62c7e-29de-49d1-9082-a49c6b47d7bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baf77a62-95c0-4361-bc1b-fd1a2e505b61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baf77a62-95c0-4361-bc1b-fd1a2e505b61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6243578836723329437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdb9d6a-cf97-4af5-993f-5f26534e0d38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d50333a5-854d-4d73-a0ea-4948ac2a74db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d50333a5-854d-4d73-a0ea-4948ac2a74db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10696935566566878847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baf77a62-95c0-4361-bc1b-fd1a2e505b61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7774729b-ec2d-4e7f-a0c9-1536ad5b1b66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7774729b-ec2d-4e7f-a0c9-1536ad5b1b66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16294624914835468055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d50333a5-854d-4d73-a0ea-4948ac2a74db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14fc3ffe-6c0b-43b2-9f84-ce53209df422, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14fc3ffe-6c0b-43b2-9f84-ce53209df422, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14844992466784866521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7774729b-ec2d-4e7f-a0c9-1536ad5b1b66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75deadc5-3da2-4932-9ee0-0cd1df23939d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14fc3ffe-6c0b-43b2-9f84-ce53209df422, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288cc508-200f-4adf-87d0-2c86eac7b5cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288cc508-200f-4adf-87d0-2c86eac7b5cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835684999310971066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75deadc5-3da2-4932-9ee0-0cd1df23939d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10978153198820558526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75deadc5-3da2-4932-9ee0-0cd1df23939d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f138f5f3-c3c3-4a32-bbaa-4d3d3e070991, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f138f5f3-c3c3-4a32-bbaa-4d3d3e070991, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7151117112948827471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288cc508-200f-4adf-87d0-2c86eac7b5cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d3a1b2e-6610-4611-b1a2-3ecfa2a58e5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3a1b2e-6610-4611-b1a2-3ecfa2a58e5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2299180999288432270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f138f5f3-c3c3-4a32-bbaa-4d3d3e070991, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd860bc9-02e7-4f59-b6d0-3f45069f6e55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd860bc9-02e7-4f59-b6d0-3f45069f6e55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4822591321651738365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3a1b2e-6610-4611-b1a2-3ecfa2a58e5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fea6578-bfe6-4369-ae53-60a3345bf908, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fea6578-bfe6-4369-ae53-60a3345bf908, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11379974769178415306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd860bc9-02e7-4f59-b6d0-3f45069f6e55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09e559c9-0714-42c9-a651-58a30f154628, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09e559c9-0714-42c9-a651-58a30f154628, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10905751735386237188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fea6578-bfe6-4369-ae53-60a3345bf908, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ce7d901-1a87-4642-8e26-b1dcaad10812, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09e559c9-0714-42c9-a651-58a30f154628, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76f30e58-7c8a-4d7b-ba13-8e2ff1e1a8ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce7d901-1a87-4642-8e26-b1dcaad10812, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14212923444470650323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f30e58-7c8a-4d7b-ba13-8e2ff1e1a8ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1986773587307817856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce7d901-1a87-4642-8e26-b1dcaad10812, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cbcc63c-e87a-4a5b-8ac8-8dd594c4ddc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cbcc63c-e87a-4a5b-8ac8-8dd594c4ddc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11009428561151122290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f30e58-7c8a-4d7b-ba13-8e2ff1e1a8ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fdf79e1-49ce-4a3a-bfba-dfe217f62c91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fdf79e1-49ce-4a3a-bfba-dfe217f62c91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9414094376478311155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cbcc63c-e87a-4a5b-8ac8-8dd594c4ddc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fdf79e1-49ce-4a3a-bfba-dfe217f62c91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3067a8df-4eb0-4a9b-8248-058bd58d4256, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3067a8df-4eb0-4a9b-8248-058bd58d4256, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4027485349234360537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8293a04-f246-4f54-94da-a0423fd508e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8293a04-f246-4f54-94da-a0423fd508e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13797344744775549921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3067a8df-4eb0-4a9b-8248-058bd58d4256, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3ddf52e-31e3-4504-8b6f-600bf5926cf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ddf52e-31e3-4504-8b6f-600bf5926cf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2734648993062862618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8293a04-f246-4f54-94da-a0423fd508e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f66d6e77-6621-4499-ab35-c3f7efd8aff4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f66d6e77-6621-4499-ab35-c3f7efd8aff4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6529008401434282238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ddf52e-31e3-4504-8b6f-600bf5926cf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016121b1-a7e7-4ebb-948d-86a0c026d431, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016121b1-a7e7-4ebb-948d-86a0c026d431, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13356108885582919608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f66d6e77-6621-4499-ab35-c3f7efd8aff4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016121b1-a7e7-4ebb-948d-86a0c026d431, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12652495-c9de-46a8-b72c-92f5beb2bebf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12652495-c9de-46a8-b72c-92f5beb2bebf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12459689686077072141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 142b68c5-f8b7-48c5-ac99-dfafa359afeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 142b68c5-f8b7-48c5-ac99-dfafa359afeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6205719161434537994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12652495-c9de-46a8-b72c-92f5beb2bebf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 952c3c03-3a11-449c-b277-cdd170eb51c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 952c3c03-3a11-449c-b277-cdd170eb51c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3560383778665372335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 142b68c5-f8b7-48c5-ac99-dfafa359afeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 930e1deb-37a7-47ab-b26e-434b96e88974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 930e1deb-37a7-47ab-b26e-434b96e88974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17648804101853428088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 952c3c03-3a11-449c-b277-cdd170eb51c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b6496ee-9981-4a94-81be-bc493b39a63f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 930e1deb-37a7-47ab-b26e-434b96e88974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 580dd866-05fc-417e-b0ef-29d6fcc873aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 580dd866-05fc-417e-b0ef-29d6fcc873aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8114842164346647372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b6496ee-9981-4a94-81be-bc493b39a63f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4832659063781636368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b6496ee-9981-4a94-81be-bc493b39a63f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 231e286a-a692-47fc-9360-7aa1d9576a4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 231e286a-a692-47fc-9360-7aa1d9576a4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4027340448014624642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 580dd866-05fc-417e-b0ef-29d6fcc873aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91f95ffc-b34d-4bd0-8f62-e87442e1d384, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91f95ffc-b34d-4bd0-8f62-e87442e1d384, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 456083134904891550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 231e286a-a692-47fc-9360-7aa1d9576a4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50db6dc6-1a28-45c6-a93d-4e2c566ce671, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50db6dc6-1a28-45c6-a93d-4e2c566ce671, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17244292773866052540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91f95ffc-b34d-4bd0-8f62-e87442e1d384, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 238241a8-183d-423e-8398-b98b3b89346e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238241a8-183d-423e-8398-b98b3b89346e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13093505995216439561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50db6dc6-1a28-45c6-a93d-4e2c566ce671, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7bb319f-eb08-42fb-8bad-e962a36a0ba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7bb319f-eb08-42fb-8bad-e962a36a0ba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1092272404203043848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238241a8-183d-423e-8398-b98b3b89346e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ded99d45-496e-4acd-b38c-bda98cc389bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded99d45-496e-4acd-b38c-bda98cc389bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10157474007137192422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7bb319f-eb08-42fb-8bad-e962a36a0ba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 973ee555-27c8-43dd-8df8-413527b7fb96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 973ee555-27c8-43dd-8df8-413527b7fb96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18224162665250187058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded99d45-496e-4acd-b38c-bda98cc389bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43c86b17-2d8a-48eb-94a2-26207c638ad0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43c86b17-2d8a-48eb-94a2-26207c638ad0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2853892501454571675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 973ee555-27c8-43dd-8df8-413527b7fb96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fbbcb44-ad54-46cf-9c53-918573d8e723, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fbbcb44-ad54-46cf-9c53-918573d8e723, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1951479868768439927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43c86b17-2d8a-48eb-94a2-26207c638ad0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d795f95-0c6c-47b2-9f1d-99919a75fd6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fbbcb44-ad54-46cf-9c53-918573d8e723, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ffeb3c3-ae84-4d60-affb-af17bf16eb36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d795f95-0c6c-47b2-9f1d-99919a75fd6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11494307153110208935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ffeb3c3-ae84-4d60-affb-af17bf16eb36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9831103389780174267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ffeb3c3-ae84-4d60-affb-af17bf16eb36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a11aa7b-f6af-4c4a-bedb-1f339f4b1d36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a11aa7b-f6af-4c4a-bedb-1f339f4b1d36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382183861913365462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d795f95-0c6c-47b2-9f1d-99919a75fd6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32d5a9c3-1d9b-43ad-95d2-33920b2d4c65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32d5a9c3-1d9b-43ad-95d2-33920b2d4c65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11664292695150933794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a11aa7b-f6af-4c4a-bedb-1f339f4b1d36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29245a8f-795c-491e-9796-3a34a0b417fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29245a8f-795c-491e-9796-3a34a0b417fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17943314355861197875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32d5a9c3-1d9b-43ad-95d2-33920b2d4c65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1da5a0d5-9e23-4aa4-be02-7786440eafc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1da5a0d5-9e23-4aa4-be02-7786440eafc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 34517940204123795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3451794020412379534517940204123795345179402041237953451794020412379534517940204123795345179402041237953451794020412379534517940204123795345179402041237953451794020412379534517940204123795345179402041237953451794020412379534517940204123795345179402041237953451794020412379534517940204123795345179402041237953451794020412379534517940204123795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29245a8f-795c-491e-9796-3a34a0b417fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 186e4cce-994a-4f02-ac94-8ce5196c54f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186e4cce-994a-4f02-ac94-8ce5196c54f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8562994917218276887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1da5a0d5-9e23-4aa4-be02-7786440eafc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e38d0bc-ca98-420b-a694-5a45cff11553, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e38d0bc-ca98-420b-a694-5a45cff11553, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8541401616247752452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186e4cce-994a-4f02-ac94-8ce5196c54f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7666853-df0d-4d6d-9989-aa539476e687, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7666853-df0d-4d6d-9989-aa539476e687, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8395114732281441702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e38d0bc-ca98-420b-a694-5a45cff11553, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 438720e6-1551-4205-a981-f66e11bdd66a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7666853-df0d-4d6d-9989-aa539476e687, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98ff0889-a173-442a-b134-43ee1bca689f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ff0889-a173-442a-b134-43ee1bca689f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8202364200612741201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 438720e6-1551-4205-a981-f66e11bdd66a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5027716427627305176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ff0889-a173-442a-b134-43ee1bca689f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1de280ef-faa7-4984-8b5c-9fe8aa740460, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de280ef-faa7-4984-8b5c-9fe8aa740460, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2266744244569645483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 438720e6-1551-4205-a981-f66e11bdd66a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0565d992-a89b-4072-9f90-f3473a694e25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0565d992-a89b-4072-9f90-f3473a694e25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3282430953933869721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de280ef-faa7-4984-8b5c-9fe8aa740460, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc8f13b5-caf2-41d6-91ae-5f8e65a3ac75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8f13b5-caf2-41d6-91ae-5f8e65a3ac75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8805197881870787469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0565d992-a89b-4072-9f90-f3473a694e25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9848205e-cd7c-4f6a-95eb-e61e6a5f5ab7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9848205e-cd7c-4f6a-95eb-e61e6a5f5ab7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2080050035430686672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8f13b5-caf2-41d6-91ae-5f8e65a3ac75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dd26b71-36ec-40d0-94e5-dc98c440fc33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd26b71-36ec-40d0-94e5-dc98c440fc33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3342980832359413977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9848205e-cd7c-4f6a-95eb-e61e6a5f5ab7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 040b1a28-4ebf-41db-a94f-413df929d799, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 040b1a28-4ebf-41db-a94f-413df929d799, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7094235208321063561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd26b71-36ec-40d0-94e5-dc98c440fc33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebc866bb-e374-4db5-8adb-0e30998b5758, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebc866bb-e374-4db5-8adb-0e30998b5758, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16272178258723898511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 040b1a28-4ebf-41db-a94f-413df929d799, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff44996f-edb8-4542-a7de-85e342552186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebc866bb-e374-4db5-8adb-0e30998b5758, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff44996f-edb8-4542-a7de-85e342552186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13531083816134980702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 767c46dc-ac91-43c1-9bc4-f9ecce1c89e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767c46dc-ac91-43c1-9bc4-f9ecce1c89e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13322449637138618842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff44996f-edb8-4542-a7de-85e342552186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5ced48a-ce84-467e-a8bf-2360a7fba95c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ced48a-ce84-467e-a8bf-2360a7fba95c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4845102938858030396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767c46dc-ac91-43c1-9bc4-f9ecce1c89e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 805ce968-99bb-4aac-a0a7-abd79784e9f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 805ce968-99bb-4aac-a0a7-abd79784e9f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18119754784462263637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ced48a-ce84-467e-a8bf-2360a7fba95c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9ff256-769b-49bd-a83a-dcc1ff1f956d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9ff256-769b-49bd-a83a-dcc1ff1f956d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 812248411301576270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 805ce968-99bb-4aac-a0a7-abd79784e9f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a11063d6-b670-4e5b-aba9-d31242606631, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11063d6-b670-4e5b-aba9-d31242606631, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8665245967969728717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9ff256-769b-49bd-a83a-dcc1ff1f956d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28007cee-ea2b-455c-b0ba-89db1119f314, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28007cee-ea2b-455c-b0ba-89db1119f314, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 546074533695892180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11063d6-b670-4e5b-aba9-d31242606631, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d4d8240-030b-4cf1-8b14-2f7591685f8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4d8240-030b-4cf1-8b14-2f7591685f8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1234820440141723475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28007cee-ea2b-455c-b0ba-89db1119f314, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c84264bb-fd15-4fb6-ab44-fba4d1ffcdbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c84264bb-fd15-4fb6-ab44-fba4d1ffcdbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6931069119980454062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4d8240-030b-4cf1-8b14-2f7591685f8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a7d93e1-85b9-42ac-8f63-3d6d5bbf888f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a7d93e1-85b9-42ac-8f63-3d6d5bbf888f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9622901006779211092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c84264bb-fd15-4fb6-ab44-fba4d1ffcdbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 495f54e0-3e1a-4aeb-b9ab-e8150598d83b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a7d93e1-85b9-42ac-8f63-3d6d5bbf888f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495f54e0-3e1a-4aeb-b9ab-e8150598d83b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361235026942422999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca73742-8f68-43b6-ba09-3f90f8fc6dad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca73742-8f68-43b6-ba09-3f90f8fc6dad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9944002926694251869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495f54e0-3e1a-4aeb-b9ab-e8150598d83b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dae59be-15b4-43d3-a404-fa3f98a2731f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dae59be-15b4-43d3-a404-fa3f98a2731f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17008842005610106081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dae59be-15b4-43d3-a404-fa3f98a2731f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2681cd9b-3e7c-4460-852b-83b5a77c1862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2681cd9b-3e7c-4460-852b-83b5a77c1862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11605644939712705242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca73742-8f68-43b6-ba09-3f90f8fc6dad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 582dc67f-543f-43ba-a7c7-3f00bd39e2b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 582dc67f-543f-43ba-a7c7-3f00bd39e2b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16543508934007338538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2681cd9b-3e7c-4460-852b-83b5a77c1862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4921f915-5ace-4ee8-8df0-83a351d5676b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4921f915-5ace-4ee8-8df0-83a351d5676b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15652023754115771596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 582dc67f-543f-43ba-a7c7-3f00bd39e2b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eff276e4-eddd-4a89-a2ee-7477d56dba15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff276e4-eddd-4a89-a2ee-7477d56dba15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11362924533362450086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4921f915-5ace-4ee8-8df0-83a351d5676b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d48c8b24-ee41-4f3c-a203-5ca7f1d54008, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48c8b24-ee41-4f3c-a203-5ca7f1d54008, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14178715647327750770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff276e4-eddd-4a89-a2ee-7477d56dba15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aea24bd-9b61-40b9-b5aa-6c14b553260a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aea24bd-9b61-40b9-b5aa-6c14b553260a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2610770189407360828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48c8b24-ee41-4f3c-a203-5ca7f1d54008, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5099a7b3-4849-4b32-8a34-95bc52d00452, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5099a7b3-4849-4b32-8a34-95bc52d00452, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5097947641408267067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aea24bd-9b61-40b9-b5aa-6c14b553260a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 889a8659-a228-4f18-9526-fa8e2012b7aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 889a8659-a228-4f18-9526-fa8e2012b7aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457435231225867447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5099a7b3-4849-4b32-8a34-95bc52d00452, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b49b89e9-a36e-4a70-a3f1-bed9fee29229, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b49b89e9-a36e-4a70-a3f1-bed9fee29229, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2604524292191873450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 889a8659-a228-4f18-9526-fa8e2012b7aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cd24799-bcb6-411e-842d-0116054ff2e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cd24799-bcb6-411e-842d-0116054ff2e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7854751008458257825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b49b89e9-a36e-4a70-a3f1-bed9fee29229, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d623a1-b01f-478a-955d-a712fd85bdeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d623a1-b01f-478a-955d-a712fd85bdeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 791673711839581371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cd24799-bcb6-411e-842d-0116054ff2e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f766346d-0f23-4d00-9ce4-2a0fc18ccac8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f766346d-0f23-4d00-9ce4-2a0fc18ccac8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7472818758147425403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d623a1-b01f-478a-955d-a712fd85bdeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aecbdc0-3147-4204-8b22-0aa5f733f361, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aecbdc0-3147-4204-8b22-0aa5f733f361, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1666647547153258786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f766346d-0f23-4d00-9ce4-2a0fc18ccac8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0956e724-f23a-4513-aba2-85e250023c43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0956e724-f23a-4513-aba2-85e250023c43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 679266070351614415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aecbdc0-3147-4204-8b22-0aa5f733f361, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2576d754-99e9-4e7d-814c-3a934a1507b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2576d754-99e9-4e7d-814c-3a934a1507b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11364182338889481506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0956e724-f23a-4513-aba2-85e250023c43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4ed4c2c-0357-46bf-a04e-7529236461ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ed4c2c-0357-46bf-a04e-7529236461ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15664754803204388959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2576d754-99e9-4e7d-814c-3a934a1507b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34d4b1a6-9a4d-4540-80c3-20a499fba899, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d4b1a6-9a4d-4540-80c3-20a499fba899, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490810937062686413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ed4c2c-0357-46bf-a04e-7529236461ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca222a49-1c94-4074-93ce-48fce4a1934c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca222a49-1c94-4074-93ce-48fce4a1934c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 514813074939315453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d4b1a6-9a4d-4540-80c3-20a499fba899, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cc819ba-ff55-406f-8aea-daa2a56495cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cc819ba-ff55-406f-8aea-daa2a56495cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8730438164187793665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca222a49-1c94-4074-93ce-48fce4a1934c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65b09322-efe4-4907-90c7-06a29d12bca5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cc819ba-ff55-406f-8aea-daa2a56495cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65b09322-efe4-4907-90c7-06a29d12bca5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047786930851877369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4978538a-2cff-4f4f-96d7-0f633ff890b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4978538a-2cff-4f4f-96d7-0f633ff890b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 663290690130607996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65b09322-efe4-4907-90c7-06a29d12bca5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a99941-0c03-4753-b7ca-3629353f3492, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a99941-0c03-4753-b7ca-3629353f3492, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9201519271048842162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4978538a-2cff-4f4f-96d7-0f633ff890b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018e95fb-5ede-41d3-9b99-892fde037c5b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018e95fb-5ede-41d3-9b99-892fde037c5b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15473297893204923487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a99941-0c03-4753-b7ca-3629353f3492, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f08372f-75ab-4cc4-8a97-8554dd403e0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018e95fb-5ede-41d3-9b99-892fde037c5b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05ccd3be-d77f-4d86-b62d-689f6c18cf75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ccd3be-d77f-4d86-b62d-689f6c18cf75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7481483902710930937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f08372f-75ab-4cc4-8a97-8554dd403e0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1926731597153246808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ccd3be-d77f-4d86-b62d-689f6c18cf75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13155d58-9677-464e-9b4c-ef76109467bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13155d58-9677-464e-9b4c-ef76109467bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5475284172481681147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f08372f-75ab-4cc4-8a97-8554dd403e0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c11a4f1f-e9e2-495e-9bba-b8b584b05e18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11a4f1f-e9e2-495e-9bba-b8b584b05e18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1976890508493208124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13155d58-9677-464e-9b4c-ef76109467bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 675672ea-8d62-4316-afc6-2d48f175be3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 675672ea-8d62-4316-afc6-2d48f175be3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16333958432047545418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11a4f1f-e9e2-495e-9bba-b8b584b05e18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b012c8f7-cb0a-4636-8aa8-f7cce1931b84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b012c8f7-cb0a-4636-8aa8-f7cce1931b84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6029409651255173844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 675672ea-8d62-4316-afc6-2d48f175be3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bcc2855-5251-4e36-99e1-9e0c0ae1a59d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bcc2855-5251-4e36-99e1-9e0c0ae1a59d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15512500076326810609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b012c8f7-cb0a-4636-8aa8-f7cce1931b84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bcc2855-5251-4e36-99e1-9e0c0ae1a59d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bbb4620-15d4-4b0d-8193-07edbf84b0f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5292466-d63f-4a8e-bc85-d98aa7fc0511, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bbb4620-15d4-4b0d-8193-07edbf84b0f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7667188085517575724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5292466-d63f-4a8e-bc85-d98aa7fc0511, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4117973239335959587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bbb4620-15d4-4b0d-8193-07edbf84b0f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7870a0e4-fec1-443e-989d-ebb2f600ac26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7870a0e4-fec1-443e-989d-ebb2f600ac26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11885646556199017642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5292466-d63f-4a8e-bc85-d98aa7fc0511, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21a6080f-cc4d-46be-87d4-eb0a5dc9a019, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21a6080f-cc4d-46be-87d4-eb0a5dc9a019, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16848168686038521845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7870a0e4-fec1-443e-989d-ebb2f600ac26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4e18ee-e5a5-4f8e-85e2-df68715a6b97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4e18ee-e5a5-4f8e-85e2-df68715a6b97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5239439229236761463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21a6080f-cc4d-46be-87d4-eb0a5dc9a019, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c9553f-0685-4148-b819-ed8ed602bd30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c9553f-0685-4148-b819-ed8ed602bd30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7162732956717524226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4e18ee-e5a5-4f8e-85e2-df68715a6b97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e278373-1e54-41d4-89a6-e8da3bbd8db0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e278373-1e54-41d4-89a6-e8da3bbd8db0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880004342394010945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c9553f-0685-4148-b819-ed8ed602bd30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1604062e-fcaa-41bd-b2b6-65563535a937, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e278373-1e54-41d4-89a6-e8da3bbd8db0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44dbbb07-394e-4d08-b3e5-2e36706bcc28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44dbbb07-394e-4d08-b3e5-2e36706bcc28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7652369470327928043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1604062e-fcaa-41bd-b2b6-65563535a937, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202980102848936011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44dbbb07-394e-4d08-b3e5-2e36706bcc28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4eeff40-9003-41b7-a5e1-290c095e7f07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4eeff40-9003-41b7-a5e1-290c095e7f07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15415647011526321840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1604062e-fcaa-41bd-b2b6-65563535a937, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb73ce28-94bd-4f01-9b2f-3ea8dfaddddb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb73ce28-94bd-4f01-9b2f-3ea8dfaddddb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15112110387246252003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4eeff40-9003-41b7-a5e1-290c095e7f07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9162c1ce-2379-45cc-8718-d46513fb02ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9162c1ce-2379-45cc-8718-d46513fb02ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2425708794382156595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb73ce28-94bd-4f01-9b2f-3ea8dfaddddb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 169dda47-52fb-42bf-bf60-e3acfc2d76df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169dda47-52fb-42bf-bf60-e3acfc2d76df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1329462952251421180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9162c1ce-2379-45cc-8718-d46513fb02ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 343b72de-2936-4af8-8a59-43e591d3d1ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 343b72de-2936-4af8-8a59-43e591d3d1ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15165284525275231501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169dda47-52fb-42bf-bf60-e3acfc2d76df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 133b897f-1a89-4eaf-b019-450358755f47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 133b897f-1a89-4eaf-b019-450358755f47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4240258951603133627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 343b72de-2936-4af8-8a59-43e591d3d1ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56f0736f-3d05-483e-be3c-76fac67ba217, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56f0736f-3d05-483e-be3c-76fac67ba217, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12426175839408004095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 133b897f-1a89-4eaf-b019-450358755f47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81de056d-93c5-478f-b38c-2e1170e0c98d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81de056d-93c5-478f-b38c-2e1170e0c98d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1959297180709879187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56f0736f-3d05-483e-be3c-76fac67ba217, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87162a18-dc8a-483b-8894-71619a1248d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87162a18-dc8a-483b-8894-71619a1248d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 898432923338646734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81de056d-93c5-478f-b38c-2e1170e0c98d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ee47246-7ba8-402a-8393-2e3c6a2645b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ee47246-7ba8-402a-8393-2e3c6a2645b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3978567715637276921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87162a18-dc8a-483b-8894-71619a1248d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d733899d-e077-4417-bd7d-f35291146318, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d733899d-e077-4417-bd7d-f35291146318, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17269309940096002424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ee47246-7ba8-402a-8393-2e3c6a2645b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3faa991c-c19c-4f0e-9ead-72f3a4805ff0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3faa991c-c19c-4f0e-9ead-72f3a4805ff0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18094356962311265705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d733899d-e077-4417-bd7d-f35291146318, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5902d2dc-54c5-4da7-8ffa-e7a36bb81120, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5902d2dc-54c5-4da7-8ffa-e7a36bb81120, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15576409603193752176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3faa991c-c19c-4f0e-9ead-72f3a4805ff0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3463b0b4-82d7-46ec-9dec-227d8a3fe434, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3463b0b4-82d7-46ec-9dec-227d8a3fe434, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11843076395282262278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5902d2dc-54c5-4da7-8ffa-e7a36bb81120, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 961bb721-e4e1-46db-8a9c-c4539911beff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961bb721-e4e1-46db-8a9c-c4539911beff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4782576022722403988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3463b0b4-82d7-46ec-9dec-227d8a3fe434, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fa7b630-231d-4c02-bc1a-db57b861bca3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa7b630-231d-4c02-bc1a-db57b861bca3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10713595784273489372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961bb721-e4e1-46db-8a9c-c4539911beff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fa1e70d-23e9-4613-848e-b8c1c9169d11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fa1e70d-23e9-4613-848e-b8c1c9169d11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15952939933129762785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa7b630-231d-4c02-bc1a-db57b861bca3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b7968d4-47f2-4a62-bc2d-02eb24322550, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b7968d4-47f2-4a62-bc2d-02eb24322550, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 654817379755383970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fa1e70d-23e9-4613-848e-b8c1c9169d11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1f72578-44ec-43fb-bc16-5b5c446acca6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1f72578-44ec-43fb-bc16-5b5c446acca6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9566262848785861080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b7968d4-47f2-4a62-bc2d-02eb24322550, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2afbb31-2f12-47ba-b365-578eaf972e87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2afbb31-2f12-47ba-b365-578eaf972e87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2466703118997432006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2afbb31-2f12-47ba-b365-578eaf972e87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d302786-b8f5-4f90-ba4b-7fe1f55fbe66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d302786-b8f5-4f90-ba4b-7fe1f55fbe66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6660114909949355693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1f72578-44ec-43fb-bc16-5b5c446acca6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b87c2d57-d028-4038-aeec-4a95c58c44d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b87c2d57-d028-4038-aeec-4a95c58c44d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3843696414720189642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d302786-b8f5-4f90-ba4b-7fe1f55fbe66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24993fe0-811b-4074-9dcf-377503ff2b3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24993fe0-811b-4074-9dcf-377503ff2b3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16897321810958372161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b87c2d57-d028-4038-aeec-4a95c58c44d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1442043e-51c8-445b-8530-e4ae0e38931e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1442043e-51c8-445b-8530-e4ae0e38931e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11662309394212514258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1442043e-51c8-445b-8530-e4ae0e38931e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de32e984-813a-4de4-a6a4-8ff46815c2f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de32e984-813a-4de4-a6a4-8ff46815c2f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9102532403537203232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24993fe0-811b-4074-9dcf-377503ff2b3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 217fb781-e3d6-439f-a0d0-d24708ae4fec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 217fb781-e3d6-439f-a0d0-d24708ae4fec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 739041314301796819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de32e984-813a-4de4-a6a4-8ff46815c2f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ab1ed7a-1145-46e6-b794-2eeccf78c50c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab1ed7a-1145-46e6-b794-2eeccf78c50c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12836438137309957550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab1ed7a-1145-46e6-b794-2eeccf78c50c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9ff9c5-3a44-4908-ab08-f7f9104d0447, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9ff9c5-3a44-4908-ab08-f7f9104d0447, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1548805141541783269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 217fb781-e3d6-439f-a0d0-d24708ae4fec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1f170a8-a7f8-4828-bb66-688041eec718, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f170a8-a7f8-4828-bb66-688041eec718, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10320104096403442074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9ff9c5-3a44-4908-ab08-f7f9104d0447, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecb12a06-8040-4fa5-9e54-af54eb75bff4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb12a06-8040-4fa5-9e54-af54eb75bff4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10671936477767283969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f170a8-a7f8-4828-bb66-688041eec718, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb12a06-8040-4fa5-9e54-af54eb75bff4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3e4d0e8-9220-431e-9ab8-bfa4d5cb51ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e4d0e8-9220-431e-9ab8-bfa4d5cb51ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10670859690283806744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b96b6d0-0c6d-41b8-ab25-8629b0cb5d83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b96b6d0-0c6d-41b8-ab25-8629b0cb5d83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12265094283209801170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e4d0e8-9220-431e-9ab8-bfa4d5cb51ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a432dd25-f35c-4998-ba4c-50136f48c366, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a432dd25-f35c-4998-ba4c-50136f48c366, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13800319718925840433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b96b6d0-0c6d-41b8-ab25-8629b0cb5d83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6bfa063-b873-4b19-bce8-4e0c5543c227, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6bfa063-b873-4b19-bce8-4e0c5543c227, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7090502095338911116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a432dd25-f35c-4998-ba4c-50136f48c366, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6bfa063-b873-4b19-bce8-4e0c5543c227, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1a7d0a5-e536-4874-b021-8242f633d34d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c4f8e7a-5d43-4352-b85b-c7dda1c33056, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4f8e7a-5d43-4352-b85b-c7dda1c33056, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5088294730493926025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a7d0a5-e536-4874-b021-8242f633d34d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12365959867133888367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4f8e7a-5d43-4352-b85b-c7dda1c33056, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce161e5c-2a17-43ad-8530-b13d23df08dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce161e5c-2a17-43ad-8530-b13d23df08dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10067899748834555953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a7d0a5-e536-4874-b021-8242f633d34d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be2c9e83-8ad2-4529-8e3d-38f717922287, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be2c9e83-8ad2-4529-8e3d-38f717922287, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5502409904318063862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce161e5c-2a17-43ad-8530-b13d23df08dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 789d036e-928f-4201-add5-11019188f372, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 789d036e-928f-4201-add5-11019188f372, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11255687908105366288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be2c9e83-8ad2-4529-8e3d-38f717922287, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ca168e2-3389-4a4a-8560-6ae69c27c853, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca168e2-3389-4a4a-8560-6ae69c27c853, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13074428244163778941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 789d036e-928f-4201-add5-11019188f372, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c0fb7bf-9356-49f2-a11a-31beff845dcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c0fb7bf-9356-49f2-a11a-31beff845dcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582780217351784804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca168e2-3389-4a4a-8560-6ae69c27c853, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1b245a8-32ec-4004-9a17-9056f15b8efd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b245a8-32ec-4004-9a17-9056f15b8efd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166734033854641092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c0fb7bf-9356-49f2-a11a-31beff845dcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfbbffa8-5d22-4343-ae35-fcbed82e8300, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfbbffa8-5d22-4343-ae35-fcbed82e8300, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13651249573563619345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b245a8-32ec-4004-9a17-9056f15b8efd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfbbffa8-5d22-4343-ae35-fcbed82e8300, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f657c7b-0318-404e-9f34-8c716f4d448b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea623b53-1a09-4a21-ba7d-4a0eead9adfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f657c7b-0318-404e-9f34-8c716f4d448b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 659906782032588157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea623b53-1a09-4a21-ba7d-4a0eead9adfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8133252893421757290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f657c7b-0318-404e-9f34-8c716f4d448b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10131cb3-b542-42a5-ad1a-7e1df07b892b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10131cb3-b542-42a5-ad1a-7e1df07b892b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12520595312295540737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea623b53-1a09-4a21-ba7d-4a0eead9adfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10131cb3-b542-42a5-ad1a-7e1df07b892b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b77ca61-105d-4031-a643-99df729b22b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17f939ce-1460-44ef-8eec-0099664e6c8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f939ce-1460-44ef-8eec-0099664e6c8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603270185884698186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b77ca61-105d-4031-a643-99df729b22b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7862433976403863268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f939ce-1460-44ef-8eec-0099664e6c8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb929322-1326-4b3e-96cc-5e54509367b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb929322-1326-4b3e-96cc-5e54509367b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2625171140797962393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b77ca61-105d-4031-a643-99df729b22b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20b87a6-c50c-48a0-9052-f96df7475842, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20b87a6-c50c-48a0-9052-f96df7475842, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6390999848002770335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb929322-1326-4b3e-96cc-5e54509367b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bb6db76-3774-496f-a0f8-4f7906553483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20b87a6-c50c-48a0-9052-f96df7475842, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1866272c-993e-4621-adcb-14df1a3f7096, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1866272c-993e-4621-adcb-14df1a3f7096, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15933999384165154456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bb6db76-3774-496f-a0f8-4f7906553483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17640632371220157599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1866272c-993e-4621-adcb-14df1a3f7096, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9b474c3-c5f2-4871-95d8-791c4b794b62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9b474c3-c5f2-4871-95d8-791c4b794b62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 24299978001334008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2429997800133400824299978001334008242999780013340082429997800133400824299978001334008242999780013340082429997800133400824299978001334008242999780013340082429997800133400824299978001334008242999780013340082429997800133400824299978001334008242999780013340082429997800133400824299978001334008242999780013340082429997800133400824299978001334008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bb6db76-3774-496f-a0f8-4f7906553483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8cc1775-9adb-4f98-9490-692d93a82c08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8cc1775-9adb-4f98-9490-692d93a82c08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2334221854637604055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9b474c3-c5f2-4871-95d8-791c4b794b62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc0d3505-0bd9-4c79-a5d5-b8e5e292e6e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc0d3505-0bd9-4c79-a5d5-b8e5e292e6e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1817794654224849899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8cc1775-9adb-4f98-9490-692d93a82c08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bea6be39-80be-4227-956b-8c74ba1a5476, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc0d3505-0bd9-4c79-a5d5-b8e5e292e6e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95406697-24b2-461e-9ed6-c28fbcb5b39d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95406697-24b2-461e-9ed6-c28fbcb5b39d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7170689800251729696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bea6be39-80be-4227-956b-8c74ba1a5476, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13865984959744955452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95406697-24b2-461e-9ed6-c28fbcb5b39d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47d5eb4e-1743-485f-9a1c-67bfafeda8b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d5eb4e-1743-485f-9a1c-67bfafeda8b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2485189757573069729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bea6be39-80be-4227-956b-8c74ba1a5476, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89d28581-0c6a-4be8-b2a7-46ffbac6ac27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d28581-0c6a-4be8-b2a7-46ffbac6ac27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1315547702842769517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89d28581-0c6a-4be8-b2a7-46ffbac6ac27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 860f4750-9a56-47ee-be90-e001b3cd33f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 860f4750-9a56-47ee-be90-e001b3cd33f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7722861582409928884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d5eb4e-1743-485f-9a1c-67bfafeda8b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ebf4f0c-9759-40d2-91f5-bcc0fa6100fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ebf4f0c-9759-40d2-91f5-bcc0fa6100fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420834884483006897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 860f4750-9a56-47ee-be90-e001b3cd33f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cffce155-861b-4e3d-9ae3-8d10dde5fec2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffce155-861b-4e3d-9ae3-8d10dde5fec2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16589910866009160587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ebf4f0c-9759-40d2-91f5-bcc0fa6100fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0789565f-f11c-4e03-b88f-b7da710a862a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0789565f-f11c-4e03-b88f-b7da710a862a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4162541638037081166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffce155-861b-4e3d-9ae3-8d10dde5fec2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c30f4ed8-9aea-475e-b1f0-bcd1a1868973, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c30f4ed8-9aea-475e-b1f0-bcd1a1868973, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12072404024098282601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0789565f-f11c-4e03-b88f-b7da710a862a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8cf9bd5-9d44-4c93-83cc-cdafded355e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8cf9bd5-9d44-4c93-83cc-cdafded355e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 720021127000991683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c30f4ed8-9aea-475e-b1f0-bcd1a1868973, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b73c171-1235-401a-b5c5-d44ac31bd90b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b73c171-1235-401a-b5c5-d44ac31bd90b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10236558246356452051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8cf9bd5-9d44-4c93-83cc-cdafded355e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4534f9f9-7abc-408a-af27-a803dfb4429e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4534f9f9-7abc-408a-af27-a803dfb4429e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17744451293310240089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b73c171-1235-401a-b5c5-d44ac31bd90b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc566805-01e2-407f-ad18-a5c642b1687f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc566805-01e2-407f-ad18-a5c642b1687f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9313493525598483463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4534f9f9-7abc-408a-af27-a803dfb4429e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1ec8ab0-ffb4-4a67-b3c6-fb6972c6f094, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ec8ab0-ffb4-4a67-b3c6-fb6972c6f094, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7020348647204487188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc566805-01e2-407f-ad18-a5c642b1687f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5dbd87f-b92d-44c0-86b4-9e51d318e3b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5dbd87f-b92d-44c0-86b4-9e51d318e3b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3140208865209780669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ec8ab0-ffb4-4a67-b3c6-fb6972c6f094, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6537fa48-a766-425a-87c8-c6df2942ba42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6537fa48-a766-425a-87c8-c6df2942ba42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13712746407323119238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5dbd87f-b92d-44c0-86b4-9e51d318e3b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0037215-e7c0-4f73-a538-6545183de98c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0037215-e7c0-4f73-a538-6545183de98c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1847457208600273540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6537fa48-a766-425a-87c8-c6df2942ba42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73f26124-ceb8-4848-a3b7-bb7383632b04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f26124-ceb8-4848-a3b7-bb7383632b04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2725862517894301677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0037215-e7c0-4f73-a538-6545183de98c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a5579f-2ac0-4a7f-a5a4-a086a9e268c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f26124-ceb8-4848-a3b7-bb7383632b04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a5579f-2ac0-4a7f-a5a4-a086a9e268c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4796214454215466236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a76156c-631f-40d5-86cf-798bde52f85b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a76156c-631f-40d5-86cf-798bde52f85b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13926323066074802905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a5579f-2ac0-4a7f-a5a4-a086a9e268c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a81d08a6-364c-45ad-81b9-96e29a286bb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81d08a6-364c-45ad-81b9-96e29a286bb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9122726952574084840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a76156c-631f-40d5-86cf-798bde52f85b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb76195e-f8e1-4e0f-8c2c-23072498cdf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb76195e-f8e1-4e0f-8c2c-23072498cdf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18421718373478210915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81d08a6-364c-45ad-81b9-96e29a286bb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea65f355-650e-45d8-8874-262f9dd96988, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea65f355-650e-45d8-8874-262f9dd96988, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17244442283808896364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb76195e-f8e1-4e0f-8c2c-23072498cdf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fe9d654-af41-4c6d-abea-3456feb2d778, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe9d654-af41-4c6d-abea-3456feb2d778, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9976636628961529631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea65f355-650e-45d8-8874-262f9dd96988, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 011a1c08-f65b-4e88-8624-ed01106d3d28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011a1c08-f65b-4e88-8624-ed01106d3d28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4265686716512943400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe9d654-af41-4c6d-abea-3456feb2d778, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee1e878-7500-455e-a0a9-0923e3f9a7ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011a1c08-f65b-4e88-8624-ed01106d3d28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee1e878-7500-455e-a0a9-0923e3f9a7ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9768051880370750694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e9f695e-2e2f-4630-9c5e-c8698b34fbcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9f695e-2e2f-4630-9c5e-c8698b34fbcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926911812794291436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee1e878-7500-455e-a0a9-0923e3f9a7ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0807f8c0-0e7a-452f-8737-0f6e542bf16f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0807f8c0-0e7a-452f-8737-0f6e542bf16f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15827444873037435304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9f695e-2e2f-4630-9c5e-c8698b34fbcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50da1c00-0f9a-4bdb-b9c1-ca7ccd6c4ce6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50da1c00-0f9a-4bdb-b9c1-ca7ccd6c4ce6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16643049985799597312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0807f8c0-0e7a-452f-8737-0f6e542bf16f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5b04f6d-cb71-4163-bc81-e65e1e59c75c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5b04f6d-cb71-4163-bc81-e65e1e59c75c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17934123519110258656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50da1c00-0f9a-4bdb-b9c1-ca7ccd6c4ce6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5b04f6d-cb71-4163-bc81-e65e1e59c75c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 977a924c-d479-4dbe-8670-fe86cb0bf1f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977a924c-d479-4dbe-8670-fe86cb0bf1f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3115692500532347420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36fd0d56-e35d-4aa4-acd3-49b0f54e6306, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36fd0d56-e35d-4aa4-acd3-49b0f54e6306, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13000585609578899262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977a924c-d479-4dbe-8670-fe86cb0bf1f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eb6e101-ad97-494e-bd79-f73691d690e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb6e101-ad97-494e-bd79-f73691d690e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14083972052746167224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36fd0d56-e35d-4aa4-acd3-49b0f54e6306, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6685e85-6479-414d-a61e-aee868815329, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6685e85-6479-414d-a61e-aee868815329, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15142734618653645020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb6e101-ad97-494e-bd79-f73691d690e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73338c08-f50f-4b76-84e5-487a168a9a38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73338c08-f50f-4b76-84e5-487a168a9a38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6439627035812914368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6685e85-6479-414d-a61e-aee868815329, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09bb1bd7-e7cd-4587-a3e5-c2160ad767ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73338c08-f50f-4b76-84e5-487a168a9a38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12633386-17d5-4c77-b06f-47db8f64a189, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12633386-17d5-4c77-b06f-47db8f64a189, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14646425499992000027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09bb1bd7-e7cd-4587-a3e5-c2160ad767ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14667267071377354730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09bb1bd7-e7cd-4587-a3e5-c2160ad767ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 719d6ed4-4cf8-46a2-8c19-27960b66fe69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 719d6ed4-4cf8-46a2-8c19-27960b66fe69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14311130151264804231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12633386-17d5-4c77-b06f-47db8f64a189, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5e864bf-25f3-4d40-9165-1445084f9b48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5e864bf-25f3-4d40-9165-1445084f9b48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10497131855908171779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 719d6ed4-4cf8-46a2-8c19-27960b66fe69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5754f8f2-8a6d-40a1-816c-b158535804bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5754f8f2-8a6d-40a1-816c-b158535804bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15626349629361483727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5e864bf-25f3-4d40-9165-1445084f9b48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21139bdb-d46d-4cd5-a04d-e2199d865f74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21139bdb-d46d-4cd5-a04d-e2199d865f74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10001075886397359192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5754f8f2-8a6d-40a1-816c-b158535804bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae096c53-c824-4df7-b2a7-0626d10cc154, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae096c53-c824-4df7-b2a7-0626d10cc154, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1225970533951284017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21139bdb-d46d-4cd5-a04d-e2199d865f74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d462cea5-2e86-49d0-8015-2316fa889e5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d462cea5-2e86-49d0-8015-2316fa889e5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2514771331641895388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae096c53-c824-4df7-b2a7-0626d10cc154, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c75cc3f-9f76-4311-8b93-95bfc11ac9d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c75cc3f-9f76-4311-8b93-95bfc11ac9d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6363635504001645856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d462cea5-2e86-49d0-8015-2316fa889e5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d016e96-0075-4cec-9aab-31f53453204a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d016e96-0075-4cec-9aab-31f53453204a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9918855667898493604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c75cc3f-9f76-4311-8b93-95bfc11ac9d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd8b9e5d-c98d-4ea9-9af3-74ca616f8777, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd8b9e5d-c98d-4ea9-9af3-74ca616f8777, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2475519036858960955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d016e96-0075-4cec-9aab-31f53453204a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb536d0-5480-4bc2-845a-dfc177bb758b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb536d0-5480-4bc2-845a-dfc177bb758b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6843935473291937360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd8b9e5d-c98d-4ea9-9af3-74ca616f8777, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c25f332a-6889-4171-934f-76b128830400, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c25f332a-6889-4171-934f-76b128830400, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9994365742357275295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb536d0-5480-4bc2-845a-dfc177bb758b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5e2e862-be27-42c8-bcc0-25981b04a3c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5e2e862-be27-42c8-bcc0-25981b04a3c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11179341805039576866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c25f332a-6889-4171-934f-76b128830400, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a66b2f9-69f9-4b01-9f69-19da9803e485, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5e2e862-be27-42c8-bcc0-25981b04a3c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17547b5f-8e59-4763-a66c-bdc37fd4ee15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17547b5f-8e59-4763-a66c-bdc37fd4ee15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18133161025176492369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a66b2f9-69f9-4b01-9f69-19da9803e485, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 760734954216219397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17547b5f-8e59-4763-a66c-bdc37fd4ee15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a08185ef-874e-4abe-9380-3a26bd8c053d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08185ef-874e-4abe-9380-3a26bd8c053d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15128537028746625248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a66b2f9-69f9-4b01-9f69-19da9803e485, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f40838b3-8d56-4580-b96e-aaf5fc1e6ecb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f40838b3-8d56-4580-b96e-aaf5fc1e6ecb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4100300380037542492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08185ef-874e-4abe-9380-3a26bd8c053d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f6616ae-2a21-4148-8064-079ed2a061b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6616ae-2a21-4148-8064-079ed2a061b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1012033349272150008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6616ae-2a21-4148-8064-079ed2a061b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fa94ed8-983c-4f2a-949b-8ac1be46b06d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fa94ed8-983c-4f2a-949b-8ac1be46b06d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7284470447953888359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f40838b3-8d56-4580-b96e-aaf5fc1e6ecb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c74affe-3089-4471-9fb7-ae9db7012f13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fa94ed8-983c-4f2a-949b-8ac1be46b06d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4967e500-efcc-4519-98dc-8b8de9499d76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4967e500-efcc-4519-98dc-8b8de9499d76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11801700256422265110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c74affe-3089-4471-9fb7-ae9db7012f13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11944914344550007205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4967e500-efcc-4519-98dc-8b8de9499d76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 934be1f5-2c48-48aa-adda-fdaf5a00dafb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 934be1f5-2c48-48aa-adda-fdaf5a00dafb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11409570786665346342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c74affe-3089-4471-9fb7-ae9db7012f13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8b70712-afdd-43de-b285-daf10506059f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8b70712-afdd-43de-b285-daf10506059f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15489613708694244183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 934be1f5-2c48-48aa-adda-fdaf5a00dafb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48bbd7c5-ff2a-4421-862d-870f5b26a0d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48bbd7c5-ff2a-4421-862d-870f5b26a0d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12789414206295379031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8b70712-afdd-43de-b285-daf10506059f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4343bc3-142a-45fe-aa05-3530d71bbb78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4343bc3-142a-45fe-aa05-3530d71bbb78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17646504133829432470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48bbd7c5-ff2a-4421-862d-870f5b26a0d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaaedcd0-b0d0-4aaa-9910-89de37819d3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaaedcd0-b0d0-4aaa-9910-89de37819d3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8494199865973640923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4343bc3-142a-45fe-aa05-3530d71bbb78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bacfe730-6cff-4720-b868-4c5afc453058, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bacfe730-6cff-4720-b868-4c5afc453058, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14259539082829722836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaaedcd0-b0d0-4aaa-9910-89de37819d3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 618c1ffb-7c80-444a-9e14-2710c04bea7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618c1ffb-7c80-444a-9e14-2710c04bea7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6243244286862790459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bacfe730-6cff-4720-b868-4c5afc453058, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaed4494-3cb6-4c85-8a46-09c5b90b5dd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaed4494-3cb6-4c85-8a46-09c5b90b5dd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17801482641001261780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618c1ffb-7c80-444a-9e14-2710c04bea7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad900ade-a0ae-4ce3-bb85-2cd3476ba1c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad900ade-a0ae-4ce3-bb85-2cd3476ba1c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17243726093544095385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaed4494-3cb6-4c85-8a46-09c5b90b5dd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef66a88b-7f7c-4ac0-862d-b8bae0c13710, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef66a88b-7f7c-4ac0-862d-b8bae0c13710, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8751596950711881985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad900ade-a0ae-4ce3-bb85-2cd3476ba1c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1321fad-4cbc-428c-b023-b9cdb04e37d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1321fad-4cbc-428c-b023-b9cdb04e37d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3176853012790982715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef66a88b-7f7c-4ac0-862d-b8bae0c13710, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50554f1b-6b63-46f6-a16e-71fb48948a6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50554f1b-6b63-46f6-a16e-71fb48948a6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6676137791566729552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1321fad-4cbc-428c-b023-b9cdb04e37d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdf146c7-f521-481d-97ca-fae01171566c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf146c7-f521-481d-97ca-fae01171566c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15531012952721661396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50554f1b-6b63-46f6-a16e-71fb48948a6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e6c6f5-56b2-4dda-83e7-cbd163768b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e6c6f5-56b2-4dda-83e7-cbd163768b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706009622961966210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf146c7-f521-481d-97ca-fae01171566c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 835b2d0d-7fd3-4eed-bbe1-653422024a5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835b2d0d-7fd3-4eed-bbe1-653422024a5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14366086211746673838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e6c6f5-56b2-4dda-83e7-cbd163768b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a0ef3a8-88df-4ea6-9bcf-911eabc6910e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a0ef3a8-88df-4ea6-9bcf-911eabc6910e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15809601558582687812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835b2d0d-7fd3-4eed-bbe1-653422024a5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d818e6b-bc7f-4bfb-8c66-39cb0dfa9d4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d818e6b-bc7f-4bfb-8c66-39cb0dfa9d4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702382912982227587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a0ef3a8-88df-4ea6-9bcf-911eabc6910e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cd5324f-8ac7-46bd-ba5e-43892542f268, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cd5324f-8ac7-46bd-ba5e-43892542f268, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8443048411620990135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d818e6b-bc7f-4bfb-8c66-39cb0dfa9d4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad395297-1793-49e3-b2c1-07752aa2da7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad395297-1793-49e3-b2c1-07752aa2da7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 663707418628777492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cd5324f-8ac7-46bd-ba5e-43892542f268, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46884bf4-bbc5-4200-a4ef-eb08edebb080, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46884bf4-bbc5-4200-a4ef-eb08edebb080, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11906057577202139117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad395297-1793-49e3-b2c1-07752aa2da7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7712607c-e8c5-4080-9408-992ec381cd0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7712607c-e8c5-4080-9408-992ec381cd0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14129561411497022831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46884bf4-bbc5-4200-a4ef-eb08edebb080, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0a860bb-503b-494c-a261-e049caf092e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a860bb-503b-494c-a261-e049caf092e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2983900203695063248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7712607c-e8c5-4080-9408-992ec381cd0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96245b3b-b82a-4a85-9095-5df95c08f7ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96245b3b-b82a-4a85-9095-5df95c08f7ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15217402421486051839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a860bb-503b-494c-a261-e049caf092e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d587b3e0-dff8-4ca8-b58b-e91945f8f672, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d587b3e0-dff8-4ca8-b58b-e91945f8f672, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14885397207922346472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96245b3b-b82a-4a85-9095-5df95c08f7ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d587b3e0-dff8-4ca8-b58b-e91945f8f672, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c59e30af-06e1-4c5b-9612-a090d5f8fbe0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c59e30af-06e1-4c5b-9612-a090d5f8fbe0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5134385120406658585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1325e6e8-5056-4981-8118-2796d72ddcbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c59e30af-06e1-4c5b-9612-a090d5f8fbe0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f92b8f29-684a-4889-9935-422d69680bb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1325e6e8-5056-4981-8118-2796d72ddcbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 78732779040500038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7873277904050003878732779040500038787327790405000387873277904050003878732779040500038787327790405000387873277904050003878732779040500038787327790405000387873277904050003878732779040500038787327790405000387873277904050003878732779040500038787327790405000387873277904050003878732779040500038787327790405000387873277904050003878732779040500038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f92b8f29-684a-4889-9935-422d69680bb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14388552373496066223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1325e6e8-5056-4981-8118-2796d72ddcbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72d7b03-3c17-4c89-bf0b-daa9ffeca7da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f92b8f29-684a-4889-9935-422d69680bb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72d7b03-3c17-4c89-bf0b-daa9ffeca7da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619486033980752046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcec4fbc-6829-4f41-8b2a-a7815612ab37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcec4fbc-6829-4f41-8b2a-a7815612ab37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6755417227109610867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72d7b03-3c17-4c89-bf0b-daa9ffeca7da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb4c0431-4e2e-4165-b529-0189fcede862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb4c0431-4e2e-4165-b529-0189fcede862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6016066296958461387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcec4fbc-6829-4f41-8b2a-a7815612ab37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb4c0431-4e2e-4165-b529-0189fcede862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a3f0f2f-c8ec-4fde-85bf-978cee89c6c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a3f0f2f-c8ec-4fde-85bf-978cee89c6c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1535915362703935187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a88108c7-9528-47e1-943a-17e37be0a2ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88108c7-9528-47e1-943a-17e37be0a2ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11585402078748454004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a3f0f2f-c8ec-4fde-85bf-978cee89c6c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 612be3e5-1697-4038-b259-327433083a78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612be3e5-1697-4038-b259-327433083a78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15551169595308000763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88108c7-9528-47e1-943a-17e37be0a2ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f176ef1-bb96-4cd8-9456-c5f485edae4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f176ef1-bb96-4cd8-9456-c5f485edae4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9276512005110440164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612be3e5-1697-4038-b259-327433083a78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a808e8f-c2fe-42cd-b9df-38023c2fe22d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a808e8f-c2fe-42cd-b9df-38023c2fe22d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11353476624058712776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f176ef1-bb96-4cd8-9456-c5f485edae4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 000f3a5b-fa65-4d02-bd7d-b9103b25cc29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 000f3a5b-fa65-4d02-bd7d-b9103b25cc29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17442673648976540147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a808e8f-c2fe-42cd-b9df-38023c2fe22d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b03a70c3-2412-4f7a-8bf3-9d7d8d2e7ac8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 000f3a5b-fa65-4d02-bd7d-b9103b25cc29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f509265-7918-4555-84c0-cf08eed3f8dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f509265-7918-4555-84c0-cf08eed3f8dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15882704081541817895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b03a70c3-2412-4f7a-8bf3-9d7d8d2e7ac8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3937086293583847062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f509265-7918-4555-84c0-cf08eed3f8dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73eb067e-0395-4a56-9d1c-cd90d5cc0ce0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73eb067e-0395-4a56-9d1c-cd90d5cc0ce0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16220892252298977195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b03a70c3-2412-4f7a-8bf3-9d7d8d2e7ac8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a31bc7a-ba24-4016-8a42-4df38eaabd2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a31bc7a-ba24-4016-8a42-4df38eaabd2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3807853384870381408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a31bc7a-ba24-4016-8a42-4df38eaabd2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 978da94b-b687-4e28-bbbf-2a7a04c88285, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 978da94b-b687-4e28-bbbf-2a7a04c88285, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8964276550291499860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73eb067e-0395-4a56-9d1c-cd90d5cc0ce0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b57b6bb-06d6-437d-9599-4510892c6603, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b57b6bb-06d6-437d-9599-4510892c6603, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18058001389610514361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 978da94b-b687-4e28-bbbf-2a7a04c88285, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 412e8d32-812b-4945-b49b-c164b5d0c9d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412e8d32-812b-4945-b49b-c164b5d0c9d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10141456525943611462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b57b6bb-06d6-437d-9599-4510892c6603, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fe9cd13-b102-466c-ae28-80b49ee9d5ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe9cd13-b102-466c-ae28-80b49ee9d5ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4186138413835862040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412e8d32-812b-4945-b49b-c164b5d0c9d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fa6f3e7-b483-4cf6-9702-06319bc3d68f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fa6f3e7-b483-4cf6-9702-06319bc3d68f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8013898109901073326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe9cd13-b102-466c-ae28-80b49ee9d5ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e393c2-ef29-4472-b055-00977b5bf016, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e393c2-ef29-4472-b055-00977b5bf016, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3653702237947780356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fa6f3e7-b483-4cf6-9702-06319bc3d68f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6475cf8-6ec5-418b-bb06-a0ef571ab2c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6475cf8-6ec5-418b-bb06-a0ef571ab2c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17154009122497061527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e393c2-ef29-4472-b055-00977b5bf016, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8c512a4-9529-4653-a244-318766d00d54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c512a4-9529-4653-a244-318766d00d54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 52585813999924715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5258581399992471552585813999924715525858139999247155258581399992471552585813999924715525858139999247155258581399992471552585813999924715525858139999247155258581399992471552585813999924715525858139999247155258581399992471552585813999924715525858139999247155258581399992471552585813999924715525858139999247155258581399992471552585813999924715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6475cf8-6ec5-418b-bb06-a0ef571ab2c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6e20f2b-b6e2-4108-a078-9b5008634929, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6e20f2b-b6e2-4108-a078-9b5008634929, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6723248996145736498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c512a4-9529-4653-a244-318766d00d54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04bd28e8-9ef3-47fa-8593-69ab675eff26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04bd28e8-9ef3-47fa-8593-69ab675eff26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4713421843518582099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6e20f2b-b6e2-4108-a078-9b5008634929, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36400312-40db-4256-a492-3b4d87785d22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36400312-40db-4256-a492-3b4d87785d22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11017874099605463983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04bd28e8-9ef3-47fa-8593-69ab675eff26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e362122-2375-4676-adef-33ccdcebed30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e362122-2375-4676-adef-33ccdcebed30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14486597640043584035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36400312-40db-4256-a492-3b4d87785d22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2320c36-0cc2-4894-a07a-da4f4889c36d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2320c36-0cc2-4894-a07a-da4f4889c36d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4197652942295318027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2320c36-0cc2-4894-a07a-da4f4889c36d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a300c894-0af8-48db-8cc0-907aedd3d086, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e362122-2375-4676-adef-33ccdcebed30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7770b6e4-86f3-4867-83e9-64f056abe57d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7770b6e4-86f3-4867-83e9-64f056abe57d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10622823397933154578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a300c894-0af8-48db-8cc0-907aedd3d086, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9010515218951267311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7770b6e4-86f3-4867-83e9-64f056abe57d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db5e30cc-0fc1-4b49-ab9c-c454a69482cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db5e30cc-0fc1-4b49-ab9c-c454a69482cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6198453878883150836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a300c894-0af8-48db-8cc0-907aedd3d086, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb6ffb6-7d7c-4427-b1b6-ee2361596127, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb6ffb6-7d7c-4427-b1b6-ee2361596127, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6438960686315665039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db5e30cc-0fc1-4b49-ab9c-c454a69482cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e52ded86-6acd-44eb-b97a-b1b67132e2c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52ded86-6acd-44eb-b97a-b1b67132e2c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859832648411471997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb6ffb6-7d7c-4427-b1b6-ee2361596127, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bf9df7a-b3e2-4dda-b3e7-a42489451e1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bf9df7a-b3e2-4dda-b3e7-a42489451e1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10736762063157420146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52ded86-6acd-44eb-b97a-b1b67132e2c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbf36b67-d0fb-4b9a-9929-4b6dbcf4e6fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbf36b67-d0fb-4b9a-9929-4b6dbcf4e6fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4648984337222905182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bf9df7a-b3e2-4dda-b3e7-a42489451e1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4268571-a182-484b-acc3-05bcdc8316f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4268571-a182-484b-acc3-05bcdc8316f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2104325875970008270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbf36b67-d0fb-4b9a-9929-4b6dbcf4e6fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffd74672-7eae-438e-8b7c-684ec1f06ffc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd74672-7eae-438e-8b7c-684ec1f06ffc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694057639894561642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4268571-a182-484b-acc3-05bcdc8316f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fad3f6-1a85-49cc-9f67-8f12c5cf80b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fad3f6-1a85-49cc-9f67-8f12c5cf80b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10279481002662554863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd74672-7eae-438e-8b7c-684ec1f06ffc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de4497b-0ecc-45a2-9de1-fb5559024075, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de4497b-0ecc-45a2-9de1-fb5559024075, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777752289960889175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fad3f6-1a85-49cc-9f67-8f12c5cf80b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d97e004-ad05-4ce1-a271-8ece0af6b45a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d97e004-ad05-4ce1-a271-8ece0af6b45a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 989275742631850783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de4497b-0ecc-45a2-9de1-fb5559024075, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb55ee5e-b6ab-4361-b26a-e1e303481eea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb55ee5e-b6ab-4361-b26a-e1e303481eea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16042111865342410317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d97e004-ad05-4ce1-a271-8ece0af6b45a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e08e589-2fdd-424d-a76f-573a71703d2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e08e589-2fdd-424d-a76f-573a71703d2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13202273019645511806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb55ee5e-b6ab-4361-b26a-e1e303481eea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e08e589-2fdd-424d-a76f-573a71703d2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a34d128-e8fd-4864-899a-349cc8a18652, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a34d128-e8fd-4864-899a-349cc8a18652, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3575320878893139588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 449e502b-b0ef-4477-a39a-952110c7487a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 449e502b-b0ef-4477-a39a-952110c7487a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12265329611834154523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a34d128-e8fd-4864-899a-349cc8a18652, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91ec581e-16f4-4072-bbfc-ecbde08f2d07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ec581e-16f4-4072-bbfc-ecbde08f2d07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1575909443409651769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 449e502b-b0ef-4477-a39a-952110c7487a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eba773c8-787a-47cc-9533-6909589d4faf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eba773c8-787a-47cc-9533-6909589d4faf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6005652832279215723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ec581e-16f4-4072-bbfc-ecbde08f2d07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eba773c8-787a-47cc-9533-6909589d4faf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c013dfa-ec99-4911-96c6-35b2e2b23fd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c013dfa-ec99-4911-96c6-35b2e2b23fd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17656090887424154926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b6a86c2-6a0a-43e9-a230-d6e74dc6ab6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b6a86c2-6a0a-43e9-a230-d6e74dc6ab6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8677145374192271755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c013dfa-ec99-4911-96c6-35b2e2b23fd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aed742bb-c6e1-4832-b925-56e395e31600, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed742bb-c6e1-4832-b925-56e395e31600, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18218750908155078485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b6a86c2-6a0a-43e9-a230-d6e74dc6ab6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5de1f6a-25b2-4648-9f0f-346587f3621d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5de1f6a-25b2-4648-9f0f-346587f3621d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16447497230092621603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed742bb-c6e1-4832-b925-56e395e31600, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f873e30f-dc96-4f0f-8f2d-e09d70ff5055, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f873e30f-dc96-4f0f-8f2d-e09d70ff5055, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10076303296359421704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5de1f6a-25b2-4648-9f0f-346587f3621d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa319f9e-578a-49d1-a133-2dedfdc52b21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa319f9e-578a-49d1-a133-2dedfdc52b21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13588953676282525549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f873e30f-dc96-4f0f-8f2d-e09d70ff5055, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22ee5c48-ee3b-4494-826a-a9f2f3403910, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ee5c48-ee3b-4494-826a-a9f2f3403910, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10496845410594363099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa319f9e-578a-49d1-a133-2dedfdc52b21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9fb4f41-10d4-41a0-ad24-c1c4dc5350a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9fb4f41-10d4-41a0-ad24-c1c4dc5350a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 300696085637268359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ee5c48-ee3b-4494-826a-a9f2f3403910, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c70d66f2-e187-41f8-be40-f3b9f1c3d507, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c70d66f2-e187-41f8-be40-f3b9f1c3d507, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12132858071646545163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9fb4f41-10d4-41a0-ad24-c1c4dc5350a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 285ca565-562e-4ed7-a0ce-29a7b468f6e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c70d66f2-e187-41f8-be40-f3b9f1c3d507, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0185daf4-c2c2-4f8a-94a6-8e5dca56be64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285ca565-562e-4ed7-a0ce-29a7b468f6e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8590536642316057807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0185daf4-c2c2-4f8a-94a6-8e5dca56be64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16041289185593370516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285ca565-562e-4ed7-a0ce-29a7b468f6e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d72f35f7-cca0-4f02-b124-e6b9cc9c950a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d72f35f7-cca0-4f02-b124-e6b9cc9c950a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15596640892658616429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0185daf4-c2c2-4f8a-94a6-8e5dca56be64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10ecfe00-6b9c-4451-b325-f66d0620ebcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10ecfe00-6b9c-4451-b325-f66d0620ebcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4856280147264025181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d72f35f7-cca0-4f02-b124-e6b9cc9c950a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f14144-10c1-4140-b38a-cb6336eac972, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f14144-10c1-4140-b38a-cb6336eac972, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4766666389940233204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10ecfe00-6b9c-4451-b325-f66d0620ebcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1284e5d-5751-416d-a065-d9ad6362f446, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1284e5d-5751-416d-a065-d9ad6362f446, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 477195111593256624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f14144-10c1-4140-b38a-cb6336eac972, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea9ea420-cc3e-4940-9225-8e98bd3bc57f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea9ea420-cc3e-4940-9225-8e98bd3bc57f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4502529326247785648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1284e5d-5751-416d-a065-d9ad6362f446, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b594ad5f-f5a9-4300-935c-219c6745d18a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b594ad5f-f5a9-4300-935c-219c6745d18a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322545983895254587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea9ea420-cc3e-4940-9225-8e98bd3bc57f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed8c2f6a-1c78-434c-b3d4-f30a14a1c732, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8c2f6a-1c78-434c-b3d4-f30a14a1c732, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14742962281505157048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b594ad5f-f5a9-4300-935c-219c6745d18a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a85c7ce0-7b6f-4187-a8e2-dcf2468fd159, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a85c7ce0-7b6f-4187-a8e2-dcf2468fd159, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5073311924736724864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8c2f6a-1c78-434c-b3d4-f30a14a1c732, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50241249-174a-4ad2-9db9-5375bd75d4ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50241249-174a-4ad2-9db9-5375bd75d4ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16405072242471224145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a85c7ce0-7b6f-4187-a8e2-dcf2468fd159, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c93b544c-1d9a-4ef9-b7c9-457c6e1475a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c93b544c-1d9a-4ef9-b7c9-457c6e1475a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15014954799379105123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50241249-174a-4ad2-9db9-5375bd75d4ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 572ef757-0327-4189-a865-6af53f57b5be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c93b544c-1d9a-4ef9-b7c9-457c6e1475a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 572ef757-0327-4189-a865-6af53f57b5be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7915596083223794549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c7287a5-40c0-4b92-874b-33b25419565c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c7287a5-40c0-4b92-874b-33b25419565c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9449308226871810234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 572ef757-0327-4189-a865-6af53f57b5be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d21046-51d9-43df-996a-3ce22ff5550e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d21046-51d9-43df-996a-3ce22ff5550e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14240536238055639306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c7287a5-40c0-4b92-874b-33b25419565c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d21046-51d9-43df-996a-3ce22ff5550e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1444152e-cc4b-4703-b756-b6431c52a36a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1444152e-cc4b-4703-b756-b6431c52a36a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904491058605486710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b306e645-22ff-4b29-9cec-fc07c41c2d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b306e645-22ff-4b29-9cec-fc07c41c2d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9308242034571916052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1444152e-cc4b-4703-b756-b6431c52a36a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232a6fe9-66ff-43be-815a-df54debc3bcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232a6fe9-66ff-43be-815a-df54debc3bcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7728569640606611047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b306e645-22ff-4b29-9cec-fc07c41c2d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b716bda6-9d18-42f2-be5a-377e02a6573f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b716bda6-9d18-42f2-be5a-377e02a6573f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 184977880428698031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232a6fe9-66ff-43be-815a-df54debc3bcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f98dd65-bcf0-4152-b2f8-bf7939be83b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f98dd65-bcf0-4152-b2f8-bf7939be83b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9540041807902969696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b716bda6-9d18-42f2-be5a-377e02a6573f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faae1fbc-9148-40b6-92ea-688f9259a9c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faae1fbc-9148-40b6-92ea-688f9259a9c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5190469825501856015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f98dd65-bcf0-4152-b2f8-bf7939be83b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27506917-5bcf-4b0d-836b-e18a518b6909, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27506917-5bcf-4b0d-836b-e18a518b6909, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15323189694911234757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faae1fbc-9148-40b6-92ea-688f9259a9c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da054d1d-f87f-4764-a437-8fef7dbe3ec6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da054d1d-f87f-4764-a437-8fef7dbe3ec6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5128282583724885110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27506917-5bcf-4b0d-836b-e18a518b6909, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab0d7e46-6f1a-46d1-b95b-0b3a838dcfb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0d7e46-6f1a-46d1-b95b-0b3a838dcfb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11579350987421550654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da054d1d-f87f-4764-a437-8fef7dbe3ec6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5932a44-8bfa-473a-a64d-82660d6ed23d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5932a44-8bfa-473a-a64d-82660d6ed23d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5617791885239170130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0d7e46-6f1a-46d1-b95b-0b3a838dcfb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93b77853-1bdd-4e84-b9b0-684e5530f2d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b77853-1bdd-4e84-b9b0-684e5530f2d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18290387774708046972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5932a44-8bfa-473a-a64d-82660d6ed23d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 755b8f96-7171-4fc7-93a4-aa90e6cee5a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 755b8f96-7171-4fc7-93a4-aa90e6cee5a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13205826898681445124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b77853-1bdd-4e84-b9b0-684e5530f2d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac6e7b3-f210-4ff5-8472-287051ebaa5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac6e7b3-f210-4ff5-8472-287051ebaa5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 57826188841085724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5782618884108572457826188841085724578261888410857245782618884108572457826188841085724578261888410857245782618884108572457826188841085724578261888410857245782618884108572457826188841085724578261888410857245782618884108572457826188841085724578261888410857245782618884108572457826188841085724578261888410857245782618884108572457826188841085724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 755b8f96-7171-4fc7-93a4-aa90e6cee5a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243e5ad3-ac1f-45fb-91ab-1a42f10cf629, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243e5ad3-ac1f-45fb-91ab-1a42f10cf629, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10435529171147973426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac6e7b3-f210-4ff5-8472-287051ebaa5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ef8f14d-5bdb-4765-8ca7-38290f58359f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef8f14d-5bdb-4765-8ca7-38290f58359f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13636889031547757384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243e5ad3-ac1f-45fb-91ab-1a42f10cf629, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7b081bd-20c2-4050-a345-32404859fc6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b081bd-20c2-4050-a345-32404859fc6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12629862233208275206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef8f14d-5bdb-4765-8ca7-38290f58359f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 857daf91-72f5-4ea7-97f8-f6b4afba28d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857daf91-72f5-4ea7-97f8-f6b4afba28d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15786470299291550659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b081bd-20c2-4050-a345-32404859fc6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faa8e957-e283-4c7a-86f8-afbd93816eb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa8e957-e283-4c7a-86f8-afbd93816eb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13793549019099137086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857daf91-72f5-4ea7-97f8-f6b4afba28d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d90cd00-aa32-4089-a0d9-7de5ff862a38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d90cd00-aa32-4089-a0d9-7de5ff862a38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12097341639337346127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa8e957-e283-4c7a-86f8-afbd93816eb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40be81f2-6216-456b-9a63-ccf6a2655e84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d90cd00-aa32-4089-a0d9-7de5ff862a38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4702f9b9-5dbf-4928-93a9-7a77eaef850f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40be81f2-6216-456b-9a63-ccf6a2655e84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17491085493447224787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4702f9b9-5dbf-4928-93a9-7a77eaef850f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8432522787766180919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4702f9b9-5dbf-4928-93a9-7a77eaef850f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdc181e9-01ea-4c01-9255-5600c0b7b300, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc181e9-01ea-4c01-9255-5600c0b7b300, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4897843827951695161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40be81f2-6216-456b-9a63-ccf6a2655e84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b47587f3-a0d4-48b8-bc53-6d4d5dd1358a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47587f3-a0d4-48b8-bc53-6d4d5dd1358a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14015120334671367222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc181e9-01ea-4c01-9255-5600c0b7b300, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c811eec-490b-4931-a1c8-20fcd9a0b3a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c811eec-490b-4931-a1c8-20fcd9a0b3a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11065447672498203684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47587f3-a0d4-48b8-bc53-6d4d5dd1358a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08585b6a-4d76-4d13-9fed-21629cd9d264, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08585b6a-4d76-4d13-9fed-21629cd9d264, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3817268874558619618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c811eec-490b-4931-a1c8-20fcd9a0b3a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 045e73ec-e966-4ead-8e0c-0dbcc66f40a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 045e73ec-e966-4ead-8e0c-0dbcc66f40a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16700823807600536586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08585b6a-4d76-4d13-9fed-21629cd9d264, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2df44d69-535f-4689-8a56-aa1367d95c83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2df44d69-535f-4689-8a56-aa1367d95c83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14485687366298853456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 045e73ec-e966-4ead-8e0c-0dbcc66f40a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1783bfe9-ebab-48ed-aa2a-32a490555cf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1783bfe9-ebab-48ed-aa2a-32a490555cf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5663487003941746352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2df44d69-535f-4689-8a56-aa1367d95c83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1e1768-9d51-43e6-81c7-7949e6cb3906, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1e1768-9d51-43e6-81c7-7949e6cb3906, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11507966172476396145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1783bfe9-ebab-48ed-aa2a-32a490555cf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b374766-5a7b-442d-931f-411c63986dbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b374766-5a7b-442d-931f-411c63986dbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9529418229247265270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1e1768-9d51-43e6-81c7-7949e6cb3906, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd5145a4-675f-41ca-8e2a-367d3705e531, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5145a4-675f-41ca-8e2a-367d3705e531, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12938717104831358022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b374766-5a7b-442d-931f-411c63986dbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7ee2e12-d4bc-43fc-8c1a-3fdaa6e931e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ee2e12-d4bc-43fc-8c1a-3fdaa6e931e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16829526644259710130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5145a4-675f-41ca-8e2a-367d3705e531, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ee2e12-d4bc-43fc-8c1a-3fdaa6e931e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4aa0fda-96aa-4b5c-9d78-403ad871acea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4aa0fda-96aa-4b5c-9d78-403ad871acea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12758673693950577732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daff9fef-d470-43a4-95c4-de8170d61d9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daff9fef-d470-43a4-95c4-de8170d61d9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8000408199488978711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4aa0fda-96aa-4b5c-9d78-403ad871acea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e51c7efb-ce4c-429a-9776-856c5a8e630d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e51c7efb-ce4c-429a-9776-856c5a8e630d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10545608310247738041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daff9fef-d470-43a4-95c4-de8170d61d9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2454b059-dc31-4b11-9a16-c1a34e5a4f13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2454b059-dc31-4b11-9a16-c1a34e5a4f13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9010378229868689218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e51c7efb-ce4c-429a-9776-856c5a8e630d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28f96f5d-6661-437a-a98b-be17e499a3d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2454b059-dc31-4b11-9a16-c1a34e5a4f13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b51275fe-549b-4bc8-a56d-c59687f2dc3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f96f5d-6661-437a-a98b-be17e499a3d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130133684624388527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51275fe-549b-4bc8-a56d-c59687f2dc3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13558764072977315866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f96f5d-6661-437a-a98b-be17e499a3d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bbd1615-f7b4-4386-85a5-15e8590be5b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bbd1615-f7b4-4386-85a5-15e8590be5b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7669093240952031363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51275fe-549b-4bc8-a56d-c59687f2dc3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, add71979-d32d-4e74-b61c-5e7e97e8f228, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add71979-d32d-4e74-b61c-5e7e97e8f228, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11396049471709029870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bbd1615-f7b4-4386-85a5-15e8590be5b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 114ffde2-6f2f-4dd3-bf80-9c1597ceeb05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 114ffde2-6f2f-4dd3-bf80-9c1597ceeb05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5813680482157532705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add71979-d32d-4e74-b61c-5e7e97e8f228, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 114ffde2-6f2f-4dd3-bf80-9c1597ceeb05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2b7caf9-0cf1-4a4a-9880-90aaed483e53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2b7caf9-0cf1-4a4a-9880-90aaed483e53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17642575919091057406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0bb8f17-5680-48c4-8c2a-1767628b3597, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0bb8f17-5680-48c4-8c2a-1767628b3597, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3984491390581266776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2b7caf9-0cf1-4a4a-9880-90aaed483e53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4fb0cad-7605-4974-a288-2e3670e122a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4fb0cad-7605-4974-a288-2e3670e122a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10318544627518805105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0bb8f17-5680-48c4-8c2a-1767628b3597, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2028fe46-1a93-405c-81bc-7188b6da93cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2028fe46-1a93-405c-81bc-7188b6da93cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7252341487564451185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4fb0cad-7605-4974-a288-2e3670e122a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08cf369c-703d-43d6-94f5-80562f232b56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2028fe46-1a93-405c-81bc-7188b6da93cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edcbc7a3-35ac-4ced-9355-962f9225eb43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08cf369c-703d-43d6-94f5-80562f232b56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16043938662094494016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edcbc7a3-35ac-4ced-9355-962f9225eb43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17346091647139981095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08cf369c-703d-43d6-94f5-80562f232b56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58e01766-e9e8-4078-895e-de36c43253df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58e01766-e9e8-4078-895e-de36c43253df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2737414941618170939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edcbc7a3-35ac-4ced-9355-962f9225eb43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d94fc28-ffdd-4af0-9e49-c969caa035bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d94fc28-ffdd-4af0-9e49-c969caa035bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14328032491144499764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58e01766-e9e8-4078-895e-de36c43253df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63721b95-081e-443b-ba13-4cf39b3f4ce2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63721b95-081e-443b-ba13-4cf39b3f4ce2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7755440866396356912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d94fc28-ffdd-4af0-9e49-c969caa035bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c0524d-14db-4eb9-a945-ffbbb051fc2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c0524d-14db-4eb9-a945-ffbbb051fc2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16192424614136431106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63721b95-081e-443b-ba13-4cf39b3f4ce2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1609328-bb47-4909-b4f2-a6d1ee29d5d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1609328-bb47-4909-b4f2-a6d1ee29d5d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14485948759775429115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c0524d-14db-4eb9-a945-ffbbb051fc2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38dd6a3a-7c6d-42a6-9ff9-402b29b2a51e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38dd6a3a-7c6d-42a6-9ff9-402b29b2a51e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17037408002420883115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1609328-bb47-4909-b4f2-a6d1ee29d5d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 002debad-344e-4cd2-a0c9-970d60c1b248, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 002debad-344e-4cd2-a0c9-970d60c1b248, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1346206427657858192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38dd6a3a-7c6d-42a6-9ff9-402b29b2a51e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abc73a93-3d3d-42fe-b292-e68a058d5f48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc73a93-3d3d-42fe-b292-e68a058d5f48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7619260274844938806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 002debad-344e-4cd2-a0c9-970d60c1b248, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba5526cf-992d-4e7d-89c1-1fd34bf4d857, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5526cf-992d-4e7d-89c1-1fd34bf4d857, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8776974799391869166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc73a93-3d3d-42fe-b292-e68a058d5f48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dab7418-0de1-4b60-b709-dd3ee439bfb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dab7418-0de1-4b60-b709-dd3ee439bfb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994970782378088148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5526cf-992d-4e7d-89c1-1fd34bf4d857, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2bcbf4e-9e1b-4eb1-b6be-f6bdad7fe456, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2bcbf4e-9e1b-4eb1-b6be-f6bdad7fe456, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10326218677224874639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dab7418-0de1-4b60-b709-dd3ee439bfb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60247684-7c63-4a3d-8df6-8a9751aa21d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60247684-7c63-4a3d-8df6-8a9751aa21d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3860127440286939026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2bcbf4e-9e1b-4eb1-b6be-f6bdad7fe456, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 841706ae-eb21-4d21-ae1c-1e1c82557044, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 841706ae-eb21-4d21-ae1c-1e1c82557044, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13439528492882871051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60247684-7c63-4a3d-8df6-8a9751aa21d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9497120c-4dd0-4679-a3cd-f6ec6f057057, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9497120c-4dd0-4679-a3cd-f6ec6f057057, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7937373354819358799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 841706ae-eb21-4d21-ae1c-1e1c82557044, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b410d33d-7ae3-41a6-ad70-fee12d1e8406, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b410d33d-7ae3-41a6-ad70-fee12d1e8406, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14183524158983898275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9497120c-4dd0-4679-a3cd-f6ec6f057057, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48500e5a-f4bd-4748-a4be-1bc8563c8571, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48500e5a-f4bd-4748-a4be-1bc8563c8571, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1370905559146536351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b410d33d-7ae3-41a6-ad70-fee12d1e8406, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef4a44e4-1e24-4170-9da4-80136ff36f83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef4a44e4-1e24-4170-9da4-80136ff36f83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11815106991434493125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48500e5a-f4bd-4748-a4be-1bc8563c8571, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56e1b576-3262-44f4-9c1f-841545ef5114, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56e1b576-3262-44f4-9c1f-841545ef5114, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3268028909075145963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef4a44e4-1e24-4170-9da4-80136ff36f83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c529092-9868-4748-9cba-838b6db6fffd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c529092-9868-4748-9cba-838b6db6fffd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10527846302204827786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56e1b576-3262-44f4-9c1f-841545ef5114, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91871c42-68ae-4148-b601-78b21f4daa94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91871c42-68ae-4148-b601-78b21f4daa94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8750822356338555781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c529092-9868-4748-9cba-838b6db6fffd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91871c42-68ae-4148-b601-78b21f4daa94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b61b2988-dfdb-4bab-b685-23f080d83480, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b61b2988-dfdb-4bab-b685-23f080d83480, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9986518851769587138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 947c91d4-c25a-406a-a3e1-34b477a2128a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 947c91d4-c25a-406a-a3e1-34b477a2128a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17102135956017150060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b61b2988-dfdb-4bab-b685-23f080d83480, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c648086f-91a9-4228-bfcb-21222ca6bb89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 947c91d4-c25a-406a-a3e1-34b477a2128a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b7a0bde-06d4-41f3-a016-eb92bf57a6c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c648086f-91a9-4228-bfcb-21222ca6bb89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3953284670777689961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b7a0bde-06d4-41f3-a016-eb92bf57a6c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11762640387666287606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b7a0bde-06d4-41f3-a016-eb92bf57a6c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c648086f-91a9-4228-bfcb-21222ca6bb89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9926a8d-cf6e-41d0-9e89-53405a9b6f06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9926a8d-cf6e-41d0-9e89-53405a9b6f06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6271446158167157836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea29cf2c-22c7-490e-a51c-5e10f6cea625, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea29cf2c-22c7-490e-a51c-5e10f6cea625, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16899029689728885178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9926a8d-cf6e-41d0-9e89-53405a9b6f06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b17c3cf2-69a2-4188-8ba2-4a2352203a62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b17c3cf2-69a2-4188-8ba2-4a2352203a62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17586599625155205035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea29cf2c-22c7-490e-a51c-5e10f6cea625, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 940e8337-6cda-4869-a161-8253f63560de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940e8337-6cda-4869-a161-8253f63560de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5588404884127973696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b17c3cf2-69a2-4188-8ba2-4a2352203a62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdc6f7df-931e-4e04-861b-7d165ac03111, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc6f7df-931e-4e04-861b-7d165ac03111, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6860440757458319551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940e8337-6cda-4869-a161-8253f63560de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaaf0873-4b54-42b3-90e1-1b04fb6186a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaaf0873-4b54-42b3-90e1-1b04fb6186a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1829052928642423664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc6f7df-931e-4e04-861b-7d165ac03111, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaaf0873-4b54-42b3-90e1-1b04fb6186a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc950454-6539-48a6-a79f-98e2d8a43986, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc950454-6539-48a6-a79f-98e2d8a43986, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7495929331531780052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc4b0f52-f587-45cd-9d7b-267a210d8dcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc4b0f52-f587-45cd-9d7b-267a210d8dcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17583949706686118008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc950454-6539-48a6-a79f-98e2d8a43986, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e283646-5781-482c-85f2-a94d3bf6cc5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e283646-5781-482c-85f2-a94d3bf6cc5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5353372177900569585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc4b0f52-f587-45cd-9d7b-267a210d8dcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8467f88c-0334-4d2b-9f72-513e68c1b6b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8467f88c-0334-4d2b-9f72-513e68c1b6b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14577042954157836050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e283646-5781-482c-85f2-a94d3bf6cc5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1f7c23a-8dee-43c2-9576-275001328d66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f7c23a-8dee-43c2-9576-275001328d66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16507363782144738636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8467f88c-0334-4d2b-9f72-513e68c1b6b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b39446f9-43cc-462d-bc6b-ae39f51f5fcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b39446f9-43cc-462d-bc6b-ae39f51f5fcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10959016596234383562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b39446f9-43cc-462d-bc6b-ae39f51f5fcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f7c23a-8dee-43c2-9576-275001328d66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bddfea9-8f14-4816-a3fd-4b64d448dd04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bddfea9-8f14-4816-a3fd-4b64d448dd04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12555838739373344515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a472db19-c03a-43a1-88f1-b4915f3196f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a472db19-c03a-43a1-88f1-b4915f3196f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13631615494354673120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bddfea9-8f14-4816-a3fd-4b64d448dd04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68a7fcd5-d46c-40f5-9ebc-8e38c8079c11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68a7fcd5-d46c-40f5-9ebc-8e38c8079c11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15366798727151791358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a472db19-c03a-43a1-88f1-b4915f3196f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1690e7d8-1a03-4da7-b47d-e0b73b4b0c8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68a7fcd5-d46c-40f5-9ebc-8e38c8079c11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1690e7d8-1a03-4da7-b47d-e0b73b4b0c8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17539091530981427923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca39d79c-9f0d-4220-ac69-de56a8031bca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca39d79c-9f0d-4220-ac69-de56a8031bca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15214162851374804692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca39d79c-9f0d-4220-ac69-de56a8031bca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1690e7d8-1a03-4da7-b47d-e0b73b4b0c8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64114e31-effa-443f-b8fc-9dcf7288a219, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64114e31-effa-443f-b8fc-9dcf7288a219, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7426516672804016068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88265057-0e85-4fd0-b98e-7effc49256a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88265057-0e85-4fd0-b98e-7effc49256a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17660825500223649196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64114e31-effa-443f-b8fc-9dcf7288a219, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2b4a78d-89c1-4e73-b4c1-d98186d12f2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2b4a78d-89c1-4e73-b4c1-d98186d12f2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1344820399168862014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88265057-0e85-4fd0-b98e-7effc49256a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67244b57-179c-4639-bf6f-9b43951878ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67244b57-179c-4639-bf6f-9b43951878ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1884561487814583889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2b4a78d-89c1-4e73-b4c1-d98186d12f2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dc3d9e0-50d3-4ed5-9aba-f0f0f18c9289, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc3d9e0-50d3-4ed5-9aba-f0f0f18c9289, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6061714450262395147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67244b57-179c-4639-bf6f-9b43951878ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f91568d-d39c-41e7-b8ef-a9c69373a91c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f91568d-d39c-41e7-b8ef-a9c69373a91c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10637758759119522163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc3d9e0-50d3-4ed5-9aba-f0f0f18c9289, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 285979c6-2905-4516-b97f-31a9db836cca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285979c6-2905-4516-b97f-31a9db836cca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1826874632883358277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f91568d-d39c-41e7-b8ef-a9c69373a91c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d51fefb-8f0e-4fc5-99d4-d80146134877, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d51fefb-8f0e-4fc5-99d4-d80146134877, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4762823137979043598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285979c6-2905-4516-b97f-31a9db836cca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b712db48-8cac-4cf8-89c2-7661f6137674, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b712db48-8cac-4cf8-89c2-7661f6137674, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5018527387071378957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d51fefb-8f0e-4fc5-99d4-d80146134877, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a853fa0c-285a-4c77-a310-b6fefdc7dafc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a853fa0c-285a-4c77-a310-b6fefdc7dafc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428765580833392856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b712db48-8cac-4cf8-89c2-7661f6137674, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbe6335e-855f-4dc3-a190-a476d00d9cd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe6335e-855f-4dc3-a190-a476d00d9cd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15020082534471256143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a853fa0c-285a-4c77-a310-b6fefdc7dafc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 394b18fa-d16d-464d-90f0-6f5a385a4aab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 394b18fa-d16d-464d-90f0-6f5a385a4aab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18179550412772130137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe6335e-855f-4dc3-a190-a476d00d9cd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4d9d44f-0fa0-4073-b2f5-ae0e63f43219, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 394b18fa-d16d-464d-90f0-6f5a385a4aab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d9d44f-0fa0-4073-b2f5-ae0e63f43219, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17961799937339271903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c26ab60-90b8-4497-8620-7263d15acf0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c26ab60-90b8-4497-8620-7263d15acf0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16597299393463044504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c26ab60-90b8-4497-8620-7263d15acf0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d9d44f-0fa0-4073-b2f5-ae0e63f43219, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1e1f33d-b379-4bb1-9602-15e016820c2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e1f33d-b379-4bb1-9602-15e016820c2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1077733862911020294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f4a8884-ec2a-4d03-8cb0-4463d38264b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f4a8884-ec2a-4d03-8cb0-4463d38264b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2280569397973773922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e1f33d-b379-4bb1-9602-15e016820c2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f1b7e9b-b059-47c1-bd00-8dd7c1e7eea1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f1b7e9b-b059-47c1-bd00-8dd7c1e7eea1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13781115881865169179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f4a8884-ec2a-4d03-8cb0-4463d38264b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96cd3ae5-79d8-4819-9b5b-1e9336fea7d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f1b7e9b-b059-47c1-bd00-8dd7c1e7eea1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29c94a03-5a3c-4c83-bede-b8214ef44862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c94a03-5a3c-4c83-bede-b8214ef44862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7336235921225161098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96cd3ae5-79d8-4819-9b5b-1e9336fea7d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 409490452407230225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c94a03-5a3c-4c83-bede-b8214ef44862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e3709b9-6d7c-4f2c-8909-472e3c612dda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3709b9-6d7c-4f2c-8909-472e3c612dda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8382256646673500906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96cd3ae5-79d8-4819-9b5b-1e9336fea7d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae03a87d-381e-48b8-8beb-0960dd53ec67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae03a87d-381e-48b8-8beb-0960dd53ec67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2504026267343708054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3709b9-6d7c-4f2c-8909-472e3c612dda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 654c17ae-ec59-40cf-b185-93efc92bcd95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 654c17ae-ec59-40cf-b185-93efc92bcd95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17592619939522962060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae03a87d-381e-48b8-8beb-0960dd53ec67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54171c18-7c6e-400f-a3ab-23b0c832a8d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54171c18-7c6e-400f-a3ab-23b0c832a8d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15498667201836555627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 654c17ae-ec59-40cf-b185-93efc92bcd95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54171c18-7c6e-400f-a3ab-23b0c832a8d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa91545c-505c-413b-a295-611f8582a0f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa91545c-505c-413b-a295-611f8582a0f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2465604913207698795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a5236d4-8cd4-4e1e-a489-60c19e027ce9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a5236d4-8cd4-4e1e-a489-60c19e027ce9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2080735048069654796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa91545c-505c-413b-a295-611f8582a0f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8db790e6-45c1-43ac-a0ac-21fb3b22700f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db790e6-45c1-43ac-a0ac-21fb3b22700f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2543319169672734040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a5236d4-8cd4-4e1e-a489-60c19e027ce9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6644ec19-7fa0-4f5a-805e-87bfa6e44baa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6644ec19-7fa0-4f5a-805e-87bfa6e44baa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3664696142873158538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db790e6-45c1-43ac-a0ac-21fb3b22700f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a83ffe8d-9bcc-4374-b268-deb18aaaf051, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6644ec19-7fa0-4f5a-805e-87bfa6e44baa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a83ffe8d-9bcc-4374-b268-deb18aaaf051, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10400203616514535392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e72a2782-4c14-4fa1-b893-9c808e9765f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e72a2782-4c14-4fa1-b893-9c808e9765f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081402352277249774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a83ffe8d-9bcc-4374-b268-deb18aaaf051, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8118a30c-6693-4c2d-b366-5351305dfced, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8118a30c-6693-4c2d-b366-5351305dfced, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17163353850946753673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e72a2782-4c14-4fa1-b893-9c808e9765f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d95c1a8-72e2-487b-9dd1-472f193c282c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8118a30c-6693-4c2d-b366-5351305dfced, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d95c1a8-72e2-487b-9dd1-472f193c282c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1127000189505216125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa490063-fd5c-477a-a30e-b1e026b92a26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa490063-fd5c-477a-a30e-b1e026b92a26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2813068758497450377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d95c1a8-72e2-487b-9dd1-472f193c282c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a961d4e-42ea-4bdb-b00e-3bbe41c3d460, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a961d4e-42ea-4bdb-b00e-3bbe41c3d460, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4520042815707850555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa490063-fd5c-477a-a30e-b1e026b92a26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2d46e47-9d40-4caf-89a1-a17ebaed371b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d46e47-9d40-4caf-89a1-a17ebaed371b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6929116402403367337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a961d4e-42ea-4bdb-b00e-3bbe41c3d460, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4369122-a0f5-4b28-ae42-23e12a8e6ba7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4369122-a0f5-4b28-ae42-23e12a8e6ba7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3091817701396361105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d46e47-9d40-4caf-89a1-a17ebaed371b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a76b681-08d2-44f7-99e9-442305b29525, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a76b681-08d2-44f7-99e9-442305b29525, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166256978107991535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4369122-a0f5-4b28-ae42-23e12a8e6ba7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d62776ce-5ca9-4ae6-a5c2-f0a8c5278fc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d62776ce-5ca9-4ae6-a5c2-f0a8c5278fc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 796880220021913983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a76b681-08d2-44f7-99e9-442305b29525, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d62776ce-5ca9-4ae6-a5c2-f0a8c5278fc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0794137a-ec91-4ed4-a120-6461a3c6c458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0794137a-ec91-4ed4-a120-6461a3c6c458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9255740636415005376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a63819-1a2f-43d6-95a7-494f26c26a19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a63819-1a2f-43d6-95a7-494f26c26a19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6139355164415798176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0794137a-ec91-4ed4-a120-6461a3c6c458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 643661f0-0615-4ebd-adf8-eac393f6c629, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643661f0-0615-4ebd-adf8-eac393f6c629, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9991715975414983285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a63819-1a2f-43d6-95a7-494f26c26a19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e0d9ff-7011-4412-840f-3c592e8f565b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e0d9ff-7011-4412-840f-3c592e8f565b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 772113716446082286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643661f0-0615-4ebd-adf8-eac393f6c629, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87b710c0-389b-4944-b98b-8f350225e6ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87b710c0-389b-4944-b98b-8f350225e6ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12054380682827595808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e0d9ff-7011-4412-840f-3c592e8f565b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01526343-210e-4997-bb67-862ec515d381, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01526343-210e-4997-bb67-862ec515d381, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4488908066540629050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87b710c0-389b-4944-b98b-8f350225e6ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be01063-05e1-4f8e-ba99-b9d1e1911a4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be01063-05e1-4f8e-ba99-b9d1e1911a4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17848290945228144021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01526343-210e-4997-bb67-862ec515d381, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 700b6739-d535-4a52-810d-6b09e9752094, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 700b6739-d535-4a52-810d-6b09e9752094, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9871312632764051386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be01063-05e1-4f8e-ba99-b9d1e1911a4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a694b05c-765e-4edd-bb68-9a145e23a2bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a694b05c-765e-4edd-bb68-9a145e23a2bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5954037841407468205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 700b6739-d535-4a52-810d-6b09e9752094, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf96c48f-89ab-445c-903c-6507c79f7f30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf96c48f-89ab-445c-903c-6507c79f7f30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8898880492258192937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a694b05c-765e-4edd-bb68-9a145e23a2bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2463a33-83d3-4f39-aedb-443811186c95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2463a33-83d3-4f39-aedb-443811186c95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11026830521149593851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf96c48f-89ab-445c-903c-6507c79f7f30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2463a33-83d3-4f39-aedb-443811186c95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cd2709d-036a-4625-a95b-1d1b62f23edc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd2709d-036a-4625-a95b-1d1b62f23edc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17508586396729158700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a52897b8-0a3f-4eb8-8859-5b9474f9c97e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a52897b8-0a3f-4eb8-8859-5b9474f9c97e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3252825635393640618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd2709d-036a-4625-a95b-1d1b62f23edc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bccb376-0316-49e6-8d97-ecb8cedeb06c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a52897b8-0a3f-4eb8-8859-5b9474f9c97e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bccb376-0316-49e6-8d97-ecb8cedeb06c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3099226234474117777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d62fba7-f4a1-4a6f-9627-5a7fb513a1a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d62fba7-f4a1-4a6f-9627-5a7fb513a1a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9603855402365346565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bccb376-0316-49e6-8d97-ecb8cedeb06c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fa5ebb5-2162-4fa0-abac-43ef02326bc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d62fba7-f4a1-4a6f-9627-5a7fb513a1a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa5ebb5-2162-4fa0-abac-43ef02326bc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10108790788345716775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc726139-ed41-4686-9885-dadd35c718e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc726139-ed41-4686-9885-dadd35c718e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6664685833529373333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa5ebb5-2162-4fa0-abac-43ef02326bc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53a04d7a-54a8-423f-a8a2-a7b208c4ab60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53a04d7a-54a8-423f-a8a2-a7b208c4ab60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2290733585069744399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc726139-ed41-4686-9885-dadd35c718e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9362f0c-56e7-41b8-bf01-67e555af66e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9362f0c-56e7-41b8-bf01-67e555af66e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7185540891871943767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a04d7a-54a8-423f-a8a2-a7b208c4ab60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68bb69dd-b227-4c84-af1c-bea3b033cbdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68bb69dd-b227-4c84-af1c-bea3b033cbdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6224522957079958678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9362f0c-56e7-41b8-bf01-67e555af66e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4791f1c0-c967-4194-9d9b-088ecea84fad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4791f1c0-c967-4194-9d9b-088ecea84fad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7337333316069908654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68bb69dd-b227-4c84-af1c-bea3b033cbdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 173dc186-5efb-445c-bb96-771f7f031aa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 173dc186-5efb-445c-bb96-771f7f031aa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16029908444116677453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4791f1c0-c967-4194-9d9b-088ecea84fad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 757c4c9d-2995-4361-ba0d-da23c6eb582a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 757c4c9d-2995-4361-ba0d-da23c6eb582a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1208995663770101544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 173dc186-5efb-445c-bb96-771f7f031aa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b64aef81-5960-4848-b923-b9680a143d56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b64aef81-5960-4848-b923-b9680a143d56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16972286277733758391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 757c4c9d-2995-4361-ba0d-da23c6eb582a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf15d258-0edb-4801-a744-035c184ce06a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf15d258-0edb-4801-a744-035c184ce06a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15057025392303209227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b64aef81-5960-4848-b923-b9680a143d56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88a1d5ed-e7bb-4bad-9a7f-daf8f6ab1544, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a1d5ed-e7bb-4bad-9a7f-daf8f6ab1544, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14171997315875273030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf15d258-0edb-4801-a744-035c184ce06a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef312278-dfb0-459b-b6d6-19c0df3e7d0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef312278-dfb0-459b-b6d6-19c0df3e7d0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 839473538861759390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a1d5ed-e7bb-4bad-9a7f-daf8f6ab1544, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 090208d8-358d-49cf-b5a5-e6a28d270bee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 090208d8-358d-49cf-b5a5-e6a28d270bee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1782472807698581232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef312278-dfb0-459b-b6d6-19c0df3e7d0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4339298d-d6a6-43b5-b0be-5ee082301cb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4339298d-d6a6-43b5-b0be-5ee082301cb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3364892232833918926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 090208d8-358d-49cf-b5a5-e6a28d270bee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9fc516a-e052-49e9-adce-09848f4c4008, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9fc516a-e052-49e9-adce-09848f4c4008, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11130833884487110507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4339298d-d6a6-43b5-b0be-5ee082301cb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9fc516a-e052-49e9-adce-09848f4c4008, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6573c9a2-ff78-43d2-a4ce-52f9189ec00b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6573c9a2-ff78-43d2-a4ce-52f9189ec00b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7847978591675194934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5ac4e2-1fdb-4eec-b492-bb0f0584d0c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5ac4e2-1fdb-4eec-b492-bb0f0584d0c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11390088905660544249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6573c9a2-ff78-43d2-a4ce-52f9189ec00b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5ac4e2-1fdb-4eec-b492-bb0f0584d0c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa98735f-593e-41ca-92f7-dd14682ac5a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9d9f431-4fb3-48f1-845a-98bcf95c55b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa98735f-593e-41ca-92f7-dd14682ac5a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17555186108848116742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d9f431-4fb3-48f1-845a-98bcf95c55b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9901087469120868187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa98735f-593e-41ca-92f7-dd14682ac5a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d9f431-4fb3-48f1-845a-98bcf95c55b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d9e169-c585-439b-88fa-bd17e5c9ec26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d9e169-c585-439b-88fa-bd17e5c9ec26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7394131643079218044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4242fcfa-7c28-415d-96f5-d05979566250, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4242fcfa-7c28-415d-96f5-d05979566250, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14982400753380698753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d9e169-c585-439b-88fa-bd17e5c9ec26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 229721d3-a87e-4716-8098-bc93888a3b4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229721d3-a87e-4716-8098-bc93888a3b4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14841144761572097172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4242fcfa-7c28-415d-96f5-d05979566250, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e3c3eeb-f004-475a-84a5-87ca23f7bb6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e3c3eeb-f004-475a-84a5-87ca23f7bb6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11867399965195501677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229721d3-a87e-4716-8098-bc93888a3b4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7702202-7f25-4abe-8ca9-4d8ad2e99515, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7702202-7f25-4abe-8ca9-4d8ad2e99515, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2902891482886542702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e3c3eeb-f004-475a-84a5-87ca23f7bb6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c681169-a3ac-4723-a646-4cf412374e7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c681169-a3ac-4723-a646-4cf412374e7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 689042911409159264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7702202-7f25-4abe-8ca9-4d8ad2e99515, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09b834f0-7b61-4bcf-beb4-5372df15d7c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b834f0-7b61-4bcf-beb4-5372df15d7c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15670226796974488558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c681169-a3ac-4723-a646-4cf412374e7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28beefe3-1633-45c7-9076-bb4606dda0d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28beefe3-1633-45c7-9076-bb4606dda0d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15796068010643343665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b834f0-7b61-4bcf-beb4-5372df15d7c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1b7f9f0-7ac8-4cc7-a0ff-5f0b4493234d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b7f9f0-7ac8-4cc7-a0ff-5f0b4493234d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17664271971521665905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28beefe3-1633-45c7-9076-bb4606dda0d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e14132cd-3c83-4bc2-ad2c-ae5862ce8717, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e14132cd-3c83-4bc2-ad2c-ae5862ce8717, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12710480447609022467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b7f9f0-7ac8-4cc7-a0ff-5f0b4493234d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 664c9ad1-180c-4e47-a379-84663beb7d8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664c9ad1-180c-4e47-a379-84663beb7d8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14993200448724194009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e14132cd-3c83-4bc2-ad2c-ae5862ce8717, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 933f5d35-46ee-441d-8455-7631bb7461f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 933f5d35-46ee-441d-8455-7631bb7461f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12986804344184435637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664c9ad1-180c-4e47-a379-84663beb7d8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08192c8d-f4d6-451c-8bf8-8fee4c2d1c52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 933f5d35-46ee-441d-8455-7631bb7461f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c10dcdb-a803-4ff5-befe-af9778f2bdd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c10dcdb-a803-4ff5-befe-af9778f2bdd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4720390800123358509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08192c8d-f4d6-451c-8bf8-8fee4c2d1c52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17040395607465170563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c10dcdb-a803-4ff5-befe-af9778f2bdd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 351588b4-7b99-4e27-bb80-e18805ef863f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 351588b4-7b99-4e27-bb80-e18805ef863f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4835810691209629377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08192c8d-f4d6-451c-8bf8-8fee4c2d1c52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6c1d6a2-425f-4d69-b601-a39a0c0fd145, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6c1d6a2-425f-4d69-b601-a39a0c0fd145, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8086821077901370575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 351588b4-7b99-4e27-bb80-e18805ef863f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ed5bdb2-6623-40a7-b925-b52a4220dbcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed5bdb2-6623-40a7-b925-b52a4220dbcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101091399674090791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6c1d6a2-425f-4d69-b601-a39a0c0fd145, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ea4bbec-97ad-400f-b552-448fdcdf99df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ea4bbec-97ad-400f-b552-448fdcdf99df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16504528613536653916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed5bdb2-6623-40a7-b925-b52a4220dbcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db1cf923-1724-4cc3-9546-af8db28f5736, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ea4bbec-97ad-400f-b552-448fdcdf99df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db1cf923-1724-4cc3-9546-af8db28f5736, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13155731056510047365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77c8f59e-0f98-4cda-95c7-9d84062b6bdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c8f59e-0f98-4cda-95c7-9d84062b6bdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5526766868489586349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db1cf923-1724-4cc3-9546-af8db28f5736, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8310858-8cd0-42fb-8f7b-efe7888552f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8310858-8cd0-42fb-8f7b-efe7888552f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1332443496483452620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c8f59e-0f98-4cda-95c7-9d84062b6bdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10969649-e40c-4485-8e4c-986f243b5e9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10969649-e40c-4485-8e4c-986f243b5e9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7781186595591213301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8310858-8cd0-42fb-8f7b-efe7888552f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bcbc425-a7ae-48e9-97bb-6720aed27540, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcbc425-a7ae-48e9-97bb-6720aed27540, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2799428240552104279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10969649-e40c-4485-8e4c-986f243b5e9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a67723d-d64f-43bf-b482-818418edabca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a67723d-d64f-43bf-b482-818418edabca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14275216551337735639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcbc425-a7ae-48e9-97bb-6720aed27540, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49211eb5-0912-4bcb-99e5-26e559fbca80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49211eb5-0912-4bcb-99e5-26e559fbca80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1840393678499495550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a67723d-d64f-43bf-b482-818418edabca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa716890-8e95-431e-9220-349c6fc512f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa716890-8e95-431e-9220-349c6fc512f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424849649454284406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49211eb5-0912-4bcb-99e5-26e559fbca80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49bc9f3a-215c-4673-8d86-0d0343921290, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49bc9f3a-215c-4673-8d86-0d0343921290, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14436433373996825048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa716890-8e95-431e-9220-349c6fc512f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49bc9f3a-215c-4673-8d86-0d0343921290, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0a964c0-a7de-42fe-bd98-002516aeb1a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0a964c0-a7de-42fe-bd98-002516aeb1a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7515354728520550976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00202282-a7ca-42d1-ac05-b5a7f2514233, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00202282-a7ca-42d1-ac05-b5a7f2514233, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1663633660072197587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0a964c0-a7de-42fe-bd98-002516aeb1a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00202282-a7ca-42d1-ac05-b5a7f2514233, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db01fb80-269e-4d12-8f49-2760da5c67d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd0921e0-b859-40dd-8d9e-f40e58d60292, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0921e0-b859-40dd-8d9e-f40e58d60292, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6717234384205475020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db01fb80-269e-4d12-8f49-2760da5c67d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11796899244852752329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0921e0-b859-40dd-8d9e-f40e58d60292, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b36fa0-2270-4ba2-90ad-d39118ced691, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b36fa0-2270-4ba2-90ad-d39118ced691, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9648250902093013270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db01fb80-269e-4d12-8f49-2760da5c67d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02d54d22-ded4-41af-85e0-b51a0cd24a34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02d54d22-ded4-41af-85e0-b51a0cd24a34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1739349336661599633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b36fa0-2270-4ba2-90ad-d39118ced691, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20206023-ce66-4865-9213-d8b355d4257f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20206023-ce66-4865-9213-d8b355d4257f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5261093437353036852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20206023-ce66-4865-9213-d8b355d4257f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99de33ad-09aa-491e-ab1a-b8a6a10fa23a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99de33ad-09aa-491e-ab1a-b8a6a10fa23a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1089301198324533979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02d54d22-ded4-41af-85e0-b51a0cd24a34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd7b36c3-5e15-4fec-bdd8-5d2e1a07124f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd7b36c3-5e15-4fec-bdd8-5d2e1a07124f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16934132662708218753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99de33ad-09aa-491e-ab1a-b8a6a10fa23a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc53fe6b-4a06-4826-8433-d6a4c0b9c507, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd7b36c3-5e15-4fec-bdd8-5d2e1a07124f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f4f25c2-490d-4ffb-9e37-9a49e074253c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4f25c2-490d-4ffb-9e37-9a49e074253c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4374417363226326488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc53fe6b-4a06-4826-8433-d6a4c0b9c507, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16338293193827727237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4f25c2-490d-4ffb-9e37-9a49e074253c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73e2bc65-eb87-456d-b4c6-87e2357ffa78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e2bc65-eb87-456d-b4c6-87e2357ffa78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10431966659187415281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc53fe6b-4a06-4826-8433-d6a4c0b9c507, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e3d157-9d56-488f-828f-6579bbb3180d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e3d157-9d56-488f-828f-6579bbb3180d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6173793284795861240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e2bc65-eb87-456d-b4c6-87e2357ffa78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be2241a1-1315-4658-b3e6-cc9bfc5b59c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be2241a1-1315-4658-b3e6-cc9bfc5b59c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9220793262965335373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e3d157-9d56-488f-828f-6579bbb3180d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39d5d88d-2def-4786-9d4d-3d0ddef417d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d5d88d-2def-4786-9d4d-3d0ddef417d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183174207162552713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be2241a1-1315-4658-b3e6-cc9bfc5b59c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 125bad72-8a49-4026-a280-15805d7886bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125bad72-8a49-4026-a280-15805d7886bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580537147860106179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d5d88d-2def-4786-9d4d-3d0ddef417d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125bad72-8a49-4026-a280-15805d7886bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83927ab3-f143-406c-bf82-e4cdf69f469f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83927ab3-f143-406c-bf82-e4cdf69f469f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 856873532846364459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97e30a7e-620a-4dd4-b706-f62b30140665, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e30a7e-620a-4dd4-b706-f62b30140665, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 828557509545806856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83927ab3-f143-406c-bf82-e4cdf69f469f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25a82916-1c16-4758-bcb3-910f7db8f366, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a82916-1c16-4758-bcb3-910f7db8f366, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12383456200209770585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e30a7e-620a-4dd4-b706-f62b30140665, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d508384c-2719-47c5-8678-d513813ec5fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d508384c-2719-47c5-8678-d513813ec5fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 221183900165476490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a82916-1c16-4758-bcb3-910f7db8f366, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1705756c-9b2a-44f4-af61-52aa06abd8c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1705756c-9b2a-44f4-af61-52aa06abd8c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9360170835181944747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d508384c-2719-47c5-8678-d513813ec5fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 665d7640-5fb0-4962-b119-f03aa47163be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665d7640-5fb0-4962-b119-f03aa47163be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6642583959405070504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1705756c-9b2a-44f4-af61-52aa06abd8c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2918cdd5-b7d3-4803-a94d-3f74d43ece7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2918cdd5-b7d3-4803-a94d-3f74d43ece7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10953293520070269306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665d7640-5fb0-4962-b119-f03aa47163be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13b2e52d-f79a-46f6-a414-6f2ece0240a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b2e52d-f79a-46f6-a414-6f2ece0240a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15309095651669106271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2918cdd5-b7d3-4803-a94d-3f74d43ece7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46ab3eff-01e7-46e5-bf65-ba971da40e4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46ab3eff-01e7-46e5-bf65-ba971da40e4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5628714785351681958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b2e52d-f79a-46f6-a414-6f2ece0240a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46847fa3-dbde-489c-8e11-19ab7c9dc442, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46847fa3-dbde-489c-8e11-19ab7c9dc442, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11588727765347940241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46ab3eff-01e7-46e5-bf65-ba971da40e4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7309b998-87fd-4265-a9b7-6cbfed392f1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7309b998-87fd-4265-a9b7-6cbfed392f1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10579729035863971003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46847fa3-dbde-489c-8e11-19ab7c9dc442, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff5c7f36-fb9f-494b-a3d3-8e83c155367c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff5c7f36-fb9f-494b-a3d3-8e83c155367c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17039731096426206644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7309b998-87fd-4265-a9b7-6cbfed392f1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 546f73aa-5a70-4430-895f-71f11d73db6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546f73aa-5a70-4430-895f-71f11d73db6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14000499401411407128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff5c7f36-fb9f-494b-a3d3-8e83c155367c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d2c4621-6b34-49dc-b7c8-c9d69820527a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2c4621-6b34-49dc-b7c8-c9d69820527a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14854549823184040191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546f73aa-5a70-4430-895f-71f11d73db6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43f319b7-bbe1-474d-9688-11b53f1d3f38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f319b7-bbe1-474d-9688-11b53f1d3f38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10375077522628276563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2c4621-6b34-49dc-b7c8-c9d69820527a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d4d2636-ee49-490b-b98e-92d4cb89d9a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d4d2636-ee49-490b-b98e-92d4cb89d9a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3778344273559676947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f319b7-bbe1-474d-9688-11b53f1d3f38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29c25da5-266d-4415-b87b-c85bb323731e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c25da5-266d-4415-b87b-c85bb323731e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9931555182926363849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d4d2636-ee49-490b-b98e-92d4cb89d9a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84ec75c0-1ab9-42b7-8f9a-fe78f9d2ac1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ec75c0-1ab9-42b7-8f9a-fe78f9d2ac1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 301194369756913958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c25da5-266d-4415-b87b-c85bb323731e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f90da13-6b32-41bd-a3ec-9aa4de9b2376, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f90da13-6b32-41bd-a3ec-9aa4de9b2376, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7788255668883370649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ec75c0-1ab9-42b7-8f9a-fe78f9d2ac1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f90da13-6b32-41bd-a3ec-9aa4de9b2376, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 850289fd-0c88-4df3-b99a-8d69f1cbe458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 850289fd-0c88-4df3-b99a-8d69f1cbe458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7345325715388368463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14f604b9-e83a-4f9b-b55d-f5250ce9e857, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f604b9-e83a-4f9b-b55d-f5250ce9e857, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4288895094643226970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 850289fd-0c88-4df3-b99a-8d69f1cbe458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d140a7e4-5ae3-40bb-b3fb-f95011cbeb22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d140a7e4-5ae3-40bb-b3fb-f95011cbeb22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17820797498941432815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f604b9-e83a-4f9b-b55d-f5250ce9e857, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a01286c5-5135-4d92-bb73-48ac016e4ecf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01286c5-5135-4d92-bb73-48ac016e4ecf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6414269634718171998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d140a7e4-5ae3-40bb-b3fb-f95011cbeb22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ce5306f-abe1-4b06-b0ba-3c1af9b0a464, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce5306f-abe1-4b06-b0ba-3c1af9b0a464, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18211531834727379897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01286c5-5135-4d92-bb73-48ac016e4ecf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b32a53e0-560e-46cc-89a2-eaa0cd9ddf4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce5306f-abe1-4b06-b0ba-3c1af9b0a464, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ce51a9f-6aa5-4633-9fdc-dc37ef3f2533, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ce51a9f-6aa5-4633-9fdc-dc37ef3f2533, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5464726850064828766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32a53e0-560e-46cc-89a2-eaa0cd9ddf4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15495183210694542505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ce51a9f-6aa5-4633-9fdc-dc37ef3f2533, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32a53e0-560e-46cc-89a2-eaa0cd9ddf4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee9baf5d-da24-4158-9ec2-78b23a953c7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9baf5d-da24-4158-9ec2-78b23a953c7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11667814543436377670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4498966-c93c-418d-a2c2-bd9d12a7d1eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4498966-c93c-418d-a2c2-bd9d12a7d1eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14818445718603128934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9baf5d-da24-4158-9ec2-78b23a953c7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4498966-c93c-418d-a2c2-bd9d12a7d1eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dfdefda-00c7-4d95-8e2e-ce1f456a1170, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dfdefda-00c7-4d95-8e2e-ce1f456a1170, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13825671072817315659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8f50fcd-fa8f-4d21-aac3-b62a91a83348, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f50fcd-fa8f-4d21-aac3-b62a91a83348, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3542323429909033514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dfdefda-00c7-4d95-8e2e-ce1f456a1170, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb7b8c39-0fee-484e-9e9a-81c5451d2f59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7b8c39-0fee-484e-9e9a-81c5451d2f59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 468574469586465941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f50fcd-fa8f-4d21-aac3-b62a91a83348, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 941d4825-5c7b-49e1-b5f7-d2610e2da369, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 941d4825-5c7b-49e1-b5f7-d2610e2da369, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9770487958727193739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7b8c39-0fee-484e-9e9a-81c5451d2f59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3c4dabf-fa21-4233-b3a7-90d2929efd69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3c4dabf-fa21-4233-b3a7-90d2929efd69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8782737822532668605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 941d4825-5c7b-49e1-b5f7-d2610e2da369, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3c4dabf-fa21-4233-b3a7-90d2929efd69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8a942de-c1fc-4564-90de-2fb57ef0e6a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8a942de-c1fc-4564-90de-2fb57ef0e6a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6897697689432904935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2269780-47f2-4f5a-996c-9b945af6b62d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2269780-47f2-4f5a-996c-9b945af6b62d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11472379338502621225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8a942de-c1fc-4564-90de-2fb57ef0e6a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2269780-47f2-4f5a-996c-9b945af6b62d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04f8bc0f-d190-4bb0-95da-23b8030b2295, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f8bc0f-d190-4bb0-95da-23b8030b2295, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17888236556870843600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d120814-de93-4459-a432-10cc09c63ba4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d120814-de93-4459-a432-10cc09c63ba4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14781746644676331616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f8bc0f-d190-4bb0-95da-23b8030b2295, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36b9c358-9053-49e3-8017-23bc5fa675e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d120814-de93-4459-a432-10cc09c63ba4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b9c358-9053-49e3-8017-23bc5fa675e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16578381386246146130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48550bcd-ddb0-4437-b3d5-f8661b2b3216, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48550bcd-ddb0-4437-b3d5-f8661b2b3216, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4806847582626732343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b9c358-9053-49e3-8017-23bc5fa675e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279e3bf4-0c92-48d5-b664-ddd3ff23fb42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279e3bf4-0c92-48d5-b664-ddd3ff23fb42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11298194025201214154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48550bcd-ddb0-4437-b3d5-f8661b2b3216, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed3c0e82-9b07-4918-b6aa-4ed403148414, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed3c0e82-9b07-4918-b6aa-4ed403148414, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8772676580014083784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279e3bf4-0c92-48d5-b664-ddd3ff23fb42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f64abf12-9643-4cf7-a43b-d386fbf1d016, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64abf12-9643-4cf7-a43b-d386fbf1d016, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14596215592625269798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed3c0e82-9b07-4918-b6aa-4ed403148414, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a72a205d-9a56-4c88-8b93-f7f520d0eef9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a72a205d-9a56-4c88-8b93-f7f520d0eef9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420766682815041467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64abf12-9643-4cf7-a43b-d386fbf1d016, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a620e48-317d-48f2-b468-8784ba6a4558, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a620e48-317d-48f2-b468-8784ba6a4558, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10752200795144974072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a72a205d-9a56-4c88-8b93-f7f520d0eef9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6058352-edc5-43e1-8755-9607e705ab7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6058352-edc5-43e1-8755-9607e705ab7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13117703048500493165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a620e48-317d-48f2-b468-8784ba6a4558, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e08c0f5a-6b6a-4751-bcaa-34a057da2f34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e08c0f5a-6b6a-4751-bcaa-34a057da2f34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12397533989855992106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6058352-edc5-43e1-8755-9607e705ab7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4679005d-a00d-43d4-83b5-261c6093bd4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4679005d-a00d-43d4-83b5-261c6093bd4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7076742553204250016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e08c0f5a-6b6a-4751-bcaa-34a057da2f34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03401a9c-b5a7-4893-811d-b289692d6661, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03401a9c-b5a7-4893-811d-b289692d6661, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5558442075439121792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4679005d-a00d-43d4-83b5-261c6093bd4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fad2fa46-261f-4c13-8b5a-1dc2a0a19d0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fad2fa46-261f-4c13-8b5a-1dc2a0a19d0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 113440827146294143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03401a9c-b5a7-4893-811d-b289692d6661, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c78e1390-2816-4f04-a00c-a7e1dd8dbff7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78e1390-2816-4f04-a00c-a7e1dd8dbff7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907623672575648911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fad2fa46-261f-4c13-8b5a-1dc2a0a19d0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd05a41-b378-427e-8c16-904a70a34ffa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78e1390-2816-4f04-a00c-a7e1dd8dbff7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d804d3b9-4235-4814-bcf2-f65c1dd8662e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d804d3b9-4235-4814-bcf2-f65c1dd8662e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1565423162207887242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd05a41-b378-427e-8c16-904a70a34ffa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2260424108557897738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d804d3b9-4235-4814-bcf2-f65c1dd8662e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29e347ae-d71a-4de1-95bb-d8255aa1f773, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e347ae-d71a-4de1-95bb-d8255aa1f773, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2026236737453606285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd05a41-b378-427e-8c16-904a70a34ffa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3737820-e14d-4ca5-b498-2db48107ebbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3737820-e14d-4ca5-b498-2db48107ebbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3815827235449453000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e347ae-d71a-4de1-95bb-d8255aa1f773, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dfdbd2a-40a0-42e5-b409-eb4f2c30fb6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dfdbd2a-40a0-42e5-b409-eb4f2c30fb6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9666346927121110658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3737820-e14d-4ca5-b498-2db48107ebbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b475b8b-693e-483e-b7fc-1792c291bf82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b475b8b-693e-483e-b7fc-1792c291bf82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6264919103088414456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dfdbd2a-40a0-42e5-b409-eb4f2c30fb6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e52de30-541c-471c-aee2-1bcf25c518d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e52de30-541c-471c-aee2-1bcf25c518d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5872762835575737161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b475b8b-693e-483e-b7fc-1792c291bf82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 895bf3c0-3fa6-4811-a2b1-1ff274ea6bae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895bf3c0-3fa6-4811-a2b1-1ff274ea6bae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15558328740743772190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e52de30-541c-471c-aee2-1bcf25c518d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57ff4a5b-394b-483c-a87c-91e9035d7988, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ff4a5b-394b-483c-a87c-91e9035d7988, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4810521406861998381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895bf3c0-3fa6-4811-a2b1-1ff274ea6bae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e047766-616a-4148-ab16-0a94c59ee428, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e047766-616a-4148-ab16-0a94c59ee428, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627563512141747274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ff4a5b-394b-483c-a87c-91e9035d7988, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4373c7a0-1925-456a-981b-1e8071dd4293, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4373c7a0-1925-456a-981b-1e8071dd4293, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12918186039577872745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e047766-616a-4148-ab16-0a94c59ee428, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e1ccf8f-9bb9-4fde-9e5c-82d44fcde8eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e1ccf8f-9bb9-4fde-9e5c-82d44fcde8eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16209507751564007433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4373c7a0-1925-456a-981b-1e8071dd4293, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe08b020-e0c8-44e1-b0f2-f896a5072d69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe08b020-e0c8-44e1-b0f2-f896a5072d69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11617758901980872036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e1ccf8f-9bb9-4fde-9e5c-82d44fcde8eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee167dd3-b780-4c78-a4cc-40375d353dc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee167dd3-b780-4c78-a4cc-40375d353dc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15897037510348050619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe08b020-e0c8-44e1-b0f2-f896a5072d69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f29944f-d8f6-4ccb-bd9d-d6646d6500a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f29944f-d8f6-4ccb-bd9d-d6646d6500a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16222320459504022469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee167dd3-b780-4c78-a4cc-40375d353dc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 521e5cba-cb17-4970-8e59-93f9114ab9d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521e5cba-cb17-4970-8e59-93f9114ab9d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2166178902055523199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f29944f-d8f6-4ccb-bd9d-d6646d6500a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d484c50c-844f-438a-966c-0bb5650e6e00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d484c50c-844f-438a-966c-0bb5650e6e00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111196143798191555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521e5cba-cb17-4970-8e59-93f9114ab9d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e74273fb-d281-4747-acb9-36d81c8cbb84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e74273fb-d281-4747-acb9-36d81c8cbb84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13690586711943516452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d484c50c-844f-438a-966c-0bb5650e6e00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab669320-88bc-4075-98ae-ecf39b575bea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab669320-88bc-4075-98ae-ecf39b575bea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8126451779479460161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e74273fb-d281-4747-acb9-36d81c8cbb84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2abdddd6-6c3c-44e7-8500-1740044dec3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2abdddd6-6c3c-44e7-8500-1740044dec3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14513023977005286309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab669320-88bc-4075-98ae-ecf39b575bea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5ba979f-1d6e-49d9-86d3-f4434d6f64eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5ba979f-1d6e-49d9-86d3-f4434d6f64eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6660952477058369819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2abdddd6-6c3c-44e7-8500-1740044dec3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b94ea0bc-b786-4408-8d4e-3ead2272f6d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94ea0bc-b786-4408-8d4e-3ead2272f6d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10488106065136332225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5ba979f-1d6e-49d9-86d3-f4434d6f64eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa0b4090-7150-4f87-ba0c-3f471189b165, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94ea0bc-b786-4408-8d4e-3ead2272f6d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0b4090-7150-4f87-ba0c-3f471189b165, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5058310603013789049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6081714a-f5b7-4233-8909-5ca82e2c892e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6081714a-f5b7-4233-8909-5ca82e2c892e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 478801334393611954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0b4090-7150-4f87-ba0c-3f471189b165, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 731c8661-2484-444b-b82e-2881a27fe2b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 731c8661-2484-444b-b82e-2881a27fe2b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1806448420756104987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6081714a-f5b7-4233-8909-5ca82e2c892e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66c32a50-6881-4a6d-82c6-32c35a2e7bd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c32a50-6881-4a6d-82c6-32c35a2e7bd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7366374794257923225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c32a50-6881-4a6d-82c6-32c35a2e7bd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 731c8661-2484-444b-b82e-2881a27fe2b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e71ec2b9-0143-41f2-90cf-180cc78700d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c13181ca-9c14-41f5-9b4a-ed61527f3f25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e71ec2b9-0143-41f2-90cf-180cc78700d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5893961088319904873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13181ca-9c14-41f5-9b4a-ed61527f3f25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10711900334343181549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e71ec2b9-0143-41f2-90cf-180cc78700d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74051e15-46f7-4cd7-a16c-22d8cdc5a206, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74051e15-46f7-4cd7-a16c-22d8cdc5a206, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4330882116257629138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13181ca-9c14-41f5-9b4a-ed61527f3f25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 011cd928-99e2-450b-aec8-50b1228ead91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74051e15-46f7-4cd7-a16c-22d8cdc5a206, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d9d05e7-891c-4194-a19b-488e9d911c35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9d05e7-891c-4194-a19b-488e9d911c35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12778905020491794263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011cd928-99e2-450b-aec8-50b1228ead91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13259470286778331994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9d05e7-891c-4194-a19b-488e9d911c35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011cd928-99e2-450b-aec8-50b1228ead91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17dde5f9-e7bd-4596-9578-2235bb8deda9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17dde5f9-e7bd-4596-9578-2235bb8deda9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16436940116533342680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b529f8d-6060-4f7e-b1b7-d4a8e3e76d75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b529f8d-6060-4f7e-b1b7-d4a8e3e76d75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9927691733611474710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17dde5f9-e7bd-4596-9578-2235bb8deda9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58df7208-6666-49a7-b99c-3044eb2d3ee1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58df7208-6666-49a7-b99c-3044eb2d3ee1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6257208702639497597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b529f8d-6060-4f7e-b1b7-d4a8e3e76d75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdceea4c-8885-4d18-9cfd-fa2e43770f7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdceea4c-8885-4d18-9cfd-fa2e43770f7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17114775925266569409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58df7208-6666-49a7-b99c-3044eb2d3ee1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 637e2511-2a68-4339-a16f-03fa77d0e6b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637e2511-2a68-4339-a16f-03fa77d0e6b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9345997730101317450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdceea4c-8885-4d18-9cfd-fa2e43770f7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe409328-dcc9-426e-afc6-d52e4cc43bfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637e2511-2a68-4339-a16f-03fa77d0e6b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1effaa-647a-4f66-a24b-e7d8d8f911eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1effaa-647a-4f66-a24b-e7d8d8f911eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1361812225035825349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe409328-dcc9-426e-afc6-d52e4cc43bfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838805348515935971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1effaa-647a-4f66-a24b-e7d8d8f911eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50db374b-41a6-485e-81e5-68de9884045c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50db374b-41a6-485e-81e5-68de9884045c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13181952963488675123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe409328-dcc9-426e-afc6-d52e4cc43bfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a58ef195-633d-4330-825c-d4ea08054cb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a58ef195-633d-4330-825c-d4ea08054cb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8747388966084136216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50db374b-41a6-485e-81e5-68de9884045c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ac58102-fdf8-4980-bffe-976a1214fcf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac58102-fdf8-4980-bffe-976a1214fcf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9638521476621250331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a58ef195-633d-4330-825c-d4ea08054cb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac58102-fdf8-4980-bffe-976a1214fcf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a03dfd5-1111-4835-b4a2-9fed93c16539, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdad2280-4356-4f2d-a969-4b82431a4199, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a03dfd5-1111-4835-b4a2-9fed93c16539, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459353073754574896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdad2280-4356-4f2d-a969-4b82431a4199, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9448485764458997183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a03dfd5-1111-4835-b4a2-9fed93c16539, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e43339c1-3400-450d-92a8-2ee70d392eeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43339c1-3400-450d-92a8-2ee70d392eeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7994151852786911494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdad2280-4356-4f2d-a969-4b82431a4199, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee61a08e-40b3-4982-8e47-eff3412e064d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee61a08e-40b3-4982-8e47-eff3412e064d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17425742042022607737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43339c1-3400-450d-92a8-2ee70d392eeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2592f36c-646d-428d-9c4c-0cac41b59313, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2592f36c-646d-428d-9c4c-0cac41b59313, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2250704261259198574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee61a08e-40b3-4982-8e47-eff3412e064d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6840d07-f70a-4da4-841d-e30afecabf69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2592f36c-646d-428d-9c4c-0cac41b59313, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6840d07-f70a-4da4-841d-e30afecabf69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9954460443002333499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9675b210-866e-4f88-94cb-3594db6e01d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9675b210-866e-4f88-94cb-3594db6e01d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1534135716800095309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6840d07-f70a-4da4-841d-e30afecabf69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a16dab7-8df8-4bcf-b370-97e0ed930134, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a16dab7-8df8-4bcf-b370-97e0ed930134, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14058958054206085076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9675b210-866e-4f88-94cb-3594db6e01d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18a4a940-6f6c-4859-a6bb-c93799ca9862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a4a940-6f6c-4859-a6bb-c93799ca9862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6146568622587800654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a16dab7-8df8-4bcf-b370-97e0ed930134, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd83c31-2eb7-4ad7-926b-89ca493910f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd83c31-2eb7-4ad7-926b-89ca493910f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11007460980822038469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a4a940-6f6c-4859-a6bb-c93799ca9862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09f9f108-9767-4462-bb6e-5355fee433cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09f9f108-9767-4462-bb6e-5355fee433cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12700032262173467283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd83c31-2eb7-4ad7-926b-89ca493910f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e5ca302-a75c-4220-a9b1-999b9227c8c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5ca302-a75c-4220-a9b1-999b9227c8c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382086366383936495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09f9f108-9767-4462-bb6e-5355fee433cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5ca302-a75c-4220-a9b1-999b9227c8c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04f8e3ff-9fb2-48e0-874e-821a04417828, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f8e3ff-9fb2-48e0-874e-821a04417828, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13214146893120456506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff483277-030c-4172-91e8-cfc9963a69d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff483277-030c-4172-91e8-cfc9963a69d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210998487971604713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f8e3ff-9fb2-48e0-874e-821a04417828, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5673329e-ceca-424d-b5f4-3ec1714e43fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5673329e-ceca-424d-b5f4-3ec1714e43fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11851055581030997986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff483277-030c-4172-91e8-cfc9963a69d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5219ba9e-c120-42c7-b1e4-2db66f854649, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5219ba9e-c120-42c7-b1e4-2db66f854649, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8702412426968908154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5673329e-ceca-424d-b5f4-3ec1714e43fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a0fd5b2-0998-4c35-9563-5f88c1fa40bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a0fd5b2-0998-4c35-9563-5f88c1fa40bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5259351011923690892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5219ba9e-c120-42c7-b1e4-2db66f854649, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f5c1fe9-c017-4ce4-95d1-93e83c7edfe2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f5c1fe9-c017-4ce4-95d1-93e83c7edfe2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5785007093485801913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a0fd5b2-0998-4c35-9563-5f88c1fa40bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe4cc8d-4789-4a4d-a53a-5c8df719666b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe4cc8d-4789-4a4d-a53a-5c8df719666b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18324883840341659652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f5c1fe9-c017-4ce4-95d1-93e83c7edfe2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c91faa67-ae51-445e-b239-c0eca0a24aa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c91faa67-ae51-445e-b239-c0eca0a24aa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14924782996850896639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe4cc8d-4789-4a4d-a53a-5c8df719666b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 287f02a8-d858-4f9b-bafb-e6a7a533b6a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287f02a8-d858-4f9b-bafb-e6a7a533b6a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3491702390312777711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c91faa67-ae51-445e-b239-c0eca0a24aa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b85964ec-3a01-4a7e-945e-2abddfbcc324, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85964ec-3a01-4a7e-945e-2abddfbcc324, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12788700368851652280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287f02a8-d858-4f9b-bafb-e6a7a533b6a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c03acfdf-e51f-49e9-8d57-c363a9819d50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03acfdf-e51f-49e9-8d57-c363a9819d50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17006515390673345635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85964ec-3a01-4a7e-945e-2abddfbcc324, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ecf2072-74f0-47df-8896-1a6388f5daff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ecf2072-74f0-47df-8896-1a6388f5daff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17544329817915555139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03acfdf-e51f-49e9-8d57-c363a9819d50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25aed59b-4737-4fed-b3b0-f8d3021b1014, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25aed59b-4737-4fed-b3b0-f8d3021b1014, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12338605357949109396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25aed59b-4737-4fed-b3b0-f8d3021b1014, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8894b39f-6259-48ed-a863-8a56c186ff21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8894b39f-6259-48ed-a863-8a56c186ff21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2459336072764455090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ecf2072-74f0-47df-8896-1a6388f5daff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 806989d3-697f-4aad-9ee7-c93160418413, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8894b39f-6259-48ed-a863-8a56c186ff21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20421f66-9ea9-4f07-bf2c-adeff68c9e28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20421f66-9ea9-4f07-bf2c-adeff68c9e28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10015925367459371977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 806989d3-697f-4aad-9ee7-c93160418413, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5473594548957239483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20421f66-9ea9-4f07-bf2c-adeff68c9e28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80666e87-2f0c-4a06-b6d9-db801ea49f16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80666e87-2f0c-4a06-b6d9-db801ea49f16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11077913223799509745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 806989d3-697f-4aad-9ee7-c93160418413, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b0822c7-f395-4661-8250-1d771972ba1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0822c7-f395-4661-8250-1d771972ba1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8238278654940692106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80666e87-2f0c-4a06-b6d9-db801ea49f16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de60fe1d-02ca-4fd2-b408-b9072afd3b45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de60fe1d-02ca-4fd2-b408-b9072afd3b45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3903977013650964287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0822c7-f395-4661-8250-1d771972ba1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a6abd89-b10f-4058-bf62-822ab2832e51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6abd89-b10f-4058-bf62-822ab2832e51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5887296797724373231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de60fe1d-02ca-4fd2-b408-b9072afd3b45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6abd89-b10f-4058-bf62-822ab2832e51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88a304a8-106f-45d1-b6c7-bb2f7908b6f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a304a8-106f-45d1-b6c7-bb2f7908b6f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6787716232119645031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b61361e-1cc8-4cc4-9440-522d1c333421, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b61361e-1cc8-4cc4-9440-522d1c333421, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10851057529036434404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a304a8-106f-45d1-b6c7-bb2f7908b6f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 370234f8-9bd7-45eb-88e9-7ec1ff6c6c86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 370234f8-9bd7-45eb-88e9-7ec1ff6c6c86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7710701633050758638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b61361e-1cc8-4cc4-9440-522d1c333421, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 370234f8-9bd7-45eb-88e9-7ec1ff6c6c86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56c1a13b-4ae7-425a-b90b-01197cb22bc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c1a13b-4ae7-425a-b90b-01197cb22bc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15773428089933366580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e59d4bc-7f53-4e17-8348-c0dac4fd0d47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e59d4bc-7f53-4e17-8348-c0dac4fd0d47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4799031100662035028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c1a13b-4ae7-425a-b90b-01197cb22bc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c914c51f-7549-4b63-b580-80f3666be922, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e59d4bc-7f53-4e17-8348-c0dac4fd0d47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c0aebc6-d26d-4b84-b9d0-4ba3416e57bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c0aebc6-d26d-4b84-b9d0-4ba3416e57bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1191091437177435594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c914c51f-7549-4b63-b580-80f3666be922, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15875366038681609600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c914c51f-7549-4b63-b580-80f3666be922, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f956ae8-aa2b-4059-99c5-ff47dc46735e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f956ae8-aa2b-4059-99c5-ff47dc46735e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11254366796274613374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c0aebc6-d26d-4b84-b9d0-4ba3416e57bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94c8ff7a-8f31-4546-a2cc-665f0458bcda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c8ff7a-8f31-4546-a2cc-665f0458bcda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7299039580915293516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f956ae8-aa2b-4059-99c5-ff47dc46735e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16ec1bc0-c7fe-4354-ac2d-12bb1a120dba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ec1bc0-c7fe-4354-ac2d-12bb1a120dba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13416546332318416821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c8ff7a-8f31-4546-a2cc-665f0458bcda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 625e36c8-8fea-4388-a4ca-4423bd2ecb6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 625e36c8-8fea-4388-a4ca-4423bd2ecb6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7596678780322097667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 625e36c8-8fea-4388-a4ca-4423bd2ecb6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d34129c0-0a33-435b-b809-910043efddf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d34129c0-0a33-435b-b809-910043efddf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15501127165602662081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ec1bc0-c7fe-4354-ac2d-12bb1a120dba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ed3e77e-89cf-41c8-8625-6836ad22becd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed3e77e-89cf-41c8-8625-6836ad22becd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16887079338249130704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d34129c0-0a33-435b-b809-910043efddf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46a6d693-db07-435c-9f4e-b139480e8ba2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a6d693-db07-435c-9f4e-b139480e8ba2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8106245548265433966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed3e77e-89cf-41c8-8625-6836ad22becd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d51094-33e2-4791-a26e-df34da587acd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d51094-33e2-4791-a26e-df34da587acd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11945141575703884236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a6d693-db07-435c-9f4e-b139480e8ba2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bcc3a07-55d3-4a55-848a-1b239d5e9b45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d51094-33e2-4791-a26e-df34da587acd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bcc3a07-55d3-4a55-848a-1b239d5e9b45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13020058985222091627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1974839e-835b-428e-a39c-43d8b495129e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1974839e-835b-428e-a39c-43d8b495129e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 701546343421986774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bcc3a07-55d3-4a55-848a-1b239d5e9b45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9d854e5-27ac-4be3-b392-c603836e1108, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d854e5-27ac-4be3-b392-c603836e1108, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2882867983371792227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1974839e-835b-428e-a39c-43d8b495129e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ed3a9e-bf9e-4fab-87d6-91403b09a601, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ed3a9e-bf9e-4fab-87d6-91403b09a601, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11429832193426930902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d854e5-27ac-4be3-b392-c603836e1108, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1873fa1-c666-425e-a027-f45f0776c387, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1873fa1-c666-425e-a027-f45f0776c387, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15735165815635788075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ed3a9e-bf9e-4fab-87d6-91403b09a601, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a331ba0b-9064-486d-aef1-44aad1911bc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a331ba0b-9064-486d-aef1-44aad1911bc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9469850081164958425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1873fa1-c666-425e-a027-f45f0776c387, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 916ea015-1046-4b4c-acdb-4d27ff2a2036, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916ea015-1046-4b4c-acdb-4d27ff2a2036, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11175516493743144146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a331ba0b-9064-486d-aef1-44aad1911bc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 666db2b4-fda2-4bed-b5c3-4a7ae6e79eac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 666db2b4-fda2-4bed-b5c3-4a7ae6e79eac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14425470828507064412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916ea015-1046-4b4c-acdb-4d27ff2a2036, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdfc2a8f-d0b9-4c22-a1a5-153a530ca2cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 666db2b4-fda2-4bed-b5c3-4a7ae6e79eac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80677b22-0dd1-4a9f-8705-fbb6cf0b511f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdfc2a8f-d0b9-4c22-a1a5-153a530ca2cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7728431354654998919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80677b22-0dd1-4a9f-8705-fbb6cf0b511f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7041274670850076164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdfc2a8f-d0b9-4c22-a1a5-153a530ca2cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c96bd016-a79c-487a-95c1-903c6e687cf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96bd016-a79c-487a-95c1-903c6e687cf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15370587510837312330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80677b22-0dd1-4a9f-8705-fbb6cf0b511f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 786aabd8-ad80-4308-81a4-b34a0f0c4a61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 786aabd8-ad80-4308-81a4-b34a0f0c4a61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2999252280402148589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96bd016-a79c-487a-95c1-903c6e687cf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd2f0ec3-5b3f-43cc-a54e-5ee4e6b8533e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd2f0ec3-5b3f-43cc-a54e-5ee4e6b8533e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16833575344649528106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 786aabd8-ad80-4308-81a4-b34a0f0c4a61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3da4f281-a8e0-43e8-9be1-674f3b2fb08c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3da4f281-a8e0-43e8-9be1-674f3b2fb08c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16221142685204580984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd2f0ec3-5b3f-43cc-a54e-5ee4e6b8533e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08978320-9883-4e8a-9761-5df2bc390bad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08978320-9883-4e8a-9761-5df2bc390bad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2142046206650009568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3da4f281-a8e0-43e8-9be1-674f3b2fb08c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b09ddcc9-15cf-43bf-ad27-ce9d1d2fdf63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09ddcc9-15cf-43bf-ad27-ce9d1d2fdf63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16749974693064309541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08978320-9883-4e8a-9761-5df2bc390bad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec4b2bf-3753-449c-a225-e243436cdefc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec4b2bf-3753-449c-a225-e243436cdefc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14071632973076495877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09ddcc9-15cf-43bf-ad27-ce9d1d2fdf63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9d2a974-eee2-4af0-8d5e-7664bf13da81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d2a974-eee2-4af0-8d5e-7664bf13da81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13275875648093142858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec4b2bf-3753-449c-a225-e243436cdefc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfe40878-947a-4ffc-b248-2abed3c8fa33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe40878-947a-4ffc-b248-2abed3c8fa33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16609454494224038932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d2a974-eee2-4af0-8d5e-7664bf13da81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc6b59ce-c76b-4c1c-b63e-cbb6bd8512c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe40878-947a-4ffc-b248-2abed3c8fa33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13dae10f-2a9e-44ff-a564-a8eea0ab21e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13dae10f-2a9e-44ff-a564-a8eea0ab21e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11438753611300290834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6b59ce-c76b-4c1c-b63e-cbb6bd8512c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12314499791056012627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13dae10f-2a9e-44ff-a564-a8eea0ab21e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f13d27b-ebe6-420b-a608-4997f6460a84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f13d27b-ebe6-420b-a608-4997f6460a84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6311580259334511563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6b59ce-c76b-4c1c-b63e-cbb6bd8512c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88c03e95-56f6-4551-94df-28cf490e5ee1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f13d27b-ebe6-420b-a608-4997f6460a84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88c03e95-56f6-4551-94df-28cf490e5ee1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15749433191894715908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88c03e95-56f6-4551-94df-28cf490e5ee1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04264491-687d-4cb8-a415-beea25ee4981, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04264491-687d-4cb8-a415-beea25ee4981, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7773474981471788924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b07e7676-f0db-4f01-a85b-9843e967fab9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b07e7676-f0db-4f01-a85b-9843e967fab9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7611218440000635755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b07e7676-f0db-4f01-a85b-9843e967fab9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04264491-687d-4cb8-a415-beea25ee4981, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb5bfd42-3160-4000-b37e-d9197320c722, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5bfd42-3160-4000-b37e-d9197320c722, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2403260108244041423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e314914-5584-43c0-9596-c392b7d5aa14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e314914-5584-43c0-9596-c392b7d5aa14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4523818047353626951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5bfd42-3160-4000-b37e-d9197320c722, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28ff4570-d1bb-4bbf-bb04-80adcb6fa530, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ff4570-d1bb-4bbf-bb04-80adcb6fa530, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16487949288722382332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e314914-5584-43c0-9596-c392b7d5aa14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a02de20-8398-4788-9622-3121d1928a0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a02de20-8398-4788-9622-3121d1928a0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17018717004581427362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ff4570-d1bb-4bbf-bb04-80adcb6fa530, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03eb33a0-24c8-43a5-a07c-7f2e37b0e199, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03eb33a0-24c8-43a5-a07c-7f2e37b0e199, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6656542354472845378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a02de20-8398-4788-9622-3121d1928a0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b6a22b7-3ed3-41cd-b841-940c83016fee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6a22b7-3ed3-41cd-b841-940c83016fee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13884254370571597311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03eb33a0-24c8-43a5-a07c-7f2e37b0e199, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43a1edf2-6aa5-42be-a684-4f997418551e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a1edf2-6aa5-42be-a684-4f997418551e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150828096585255527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6a22b7-3ed3-41cd-b841-940c83016fee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 983de8e2-3d52-47dc-826a-d26df6b2c021, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983de8e2-3d52-47dc-826a-d26df6b2c021, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 637202045042024430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a1edf2-6aa5-42be-a684-4f997418551e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33279387-145f-416c-9d2a-ec663b5bb1fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33279387-145f-416c-9d2a-ec663b5bb1fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12446082732280764176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983de8e2-3d52-47dc-826a-d26df6b2c021, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19770d2b-ea26-47b8-b7a1-cc21f0976c06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19770d2b-ea26-47b8-b7a1-cc21f0976c06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14406711743898595891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33279387-145f-416c-9d2a-ec663b5bb1fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85d420dc-bae3-4d97-a3c0-79d08021d0b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85d420dc-bae3-4d97-a3c0-79d08021d0b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10124794758322093924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19770d2b-ea26-47b8-b7a1-cc21f0976c06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1be50d1-c415-436a-86ac-f6724ac7bee7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1be50d1-c415-436a-86ac-f6724ac7bee7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4476311490021875746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85d420dc-bae3-4d97-a3c0-79d08021d0b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7171cf4e-197c-4797-b1f7-086b6f4fe1ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7171cf4e-197c-4797-b1f7-086b6f4fe1ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14368529481559431826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1be50d1-c415-436a-86ac-f6724ac7bee7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6837335f-6f9f-4ee6-a48c-397a760db1fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6837335f-6f9f-4ee6-a48c-397a760db1fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11348659424216219793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7171cf4e-197c-4797-b1f7-086b6f4fe1ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c5cc645-5479-40df-aa7b-6f6bf668f373, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5cc645-5479-40df-aa7b-6f6bf668f373, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18119098936868004817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6837335f-6f9f-4ee6-a48c-397a760db1fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90d9c02b-0fc0-491b-9cda-71ba3ca61e94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d9c02b-0fc0-491b-9cda-71ba3ca61e94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3331383050838543281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5cc645-5479-40df-aa7b-6f6bf668f373, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7dc934a-5eea-4b31-a397-05c022550df9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d9c02b-0fc0-491b-9cda-71ba3ca61e94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d41c69f2-c405-46b1-a174-e410a5f44f17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d41c69f2-c405-46b1-a174-e410a5f44f17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8342304730029226738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7dc934a-5eea-4b31-a397-05c022550df9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5207602406129787078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d41c69f2-c405-46b1-a174-e410a5f44f17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e3c836a-6795-4c31-8cc0-aa4897a1c278, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e3c836a-6795-4c31-8cc0-aa4897a1c278, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16958025568993620832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7dc934a-5eea-4b31-a397-05c022550df9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f48feed7-83e8-45fe-a730-89aa9fc943e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48feed7-83e8-45fe-a730-89aa9fc943e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15868513445503496838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e3c836a-6795-4c31-8cc0-aa4897a1c278, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ed2d3b9-0f6c-4c1f-9116-51a1ad9a1d84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed2d3b9-0f6c-4c1f-9116-51a1ad9a1d84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10310291865899395518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48feed7-83e8-45fe-a730-89aa9fc943e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd1ce0bf-ece7-4b76-8030-a7b4de5da653, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd1ce0bf-ece7-4b76-8030-a7b4de5da653, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4494560045316877094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed2d3b9-0f6c-4c1f-9116-51a1ad9a1d84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11de5a68-146b-4de9-a7ad-bc7ed4c6cb71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd1ce0bf-ece7-4b76-8030-a7b4de5da653, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11de5a68-146b-4de9-a7ad-bc7ed4c6cb71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4278899996654238560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fa43496-7ea7-4ce9-b9b4-d6a2a8b95fbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fa43496-7ea7-4ce9-b9b4-d6a2a8b95fbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6817193115739704979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11de5a68-146b-4de9-a7ad-bc7ed4c6cb71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f2405dd-c17d-4be3-9e75-e6bb4afb628b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2405dd-c17d-4be3-9e75-e6bb4afb628b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 192843473671102477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fa43496-7ea7-4ce9-b9b4-d6a2a8b95fbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 485327df-48b6-4090-bc7e-904493eaf730, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 485327df-48b6-4090-bc7e-904493eaf730, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9660429044782843991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2405dd-c17d-4be3-9e75-e6bb4afb628b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf76cc60-b261-472b-b133-faba467093ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf76cc60-b261-472b-b133-faba467093ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1921532854423804070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 485327df-48b6-4090-bc7e-904493eaf730, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5817527-4ffa-41c2-851d-21888a34cba7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5817527-4ffa-41c2-851d-21888a34cba7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8007842727105549695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf76cc60-b261-472b-b133-faba467093ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2d99bdf-5cd9-47e0-8621-66a449d8a206, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d99bdf-5cd9-47e0-8621-66a449d8a206, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11262221140832941498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5817527-4ffa-41c2-851d-21888a34cba7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 062b02b8-b55d-4aba-8ec8-e0de7952577d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 062b02b8-b55d-4aba-8ec8-e0de7952577d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1092515688518442304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d99bdf-5cd9-47e0-8621-66a449d8a206, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bf5be38-a035-4ada-8bbf-9c226833b19c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf5be38-a035-4ada-8bbf-9c226833b19c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8812036044875605815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 062b02b8-b55d-4aba-8ec8-e0de7952577d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7287ecc5-06c3-4100-814d-bdc99af1e62e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7287ecc5-06c3-4100-814d-bdc99af1e62e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 278115889025886703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf5be38-a035-4ada-8bbf-9c226833b19c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5152a205-e9ad-45c9-97bd-0c7238ca38fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5152a205-e9ad-45c9-97bd-0c7238ca38fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11784704942948885738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5152a205-e9ad-45c9-97bd-0c7238ca38fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d766e8-8f11-4ef9-ab23-886bc6a35e02, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d766e8-8f11-4ef9-ab23-886bc6a35e02, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12295832928975576460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7287ecc5-06c3-4100-814d-bdc99af1e62e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6577c6b-e01f-4bdf-892a-5dfb6c7b3a98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6577c6b-e01f-4bdf-892a-5dfb6c7b3a98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12891520805292923011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d766e8-8f11-4ef9-ab23-886bc6a35e02, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aae9f760-1aa1-47bf-ab5d-0e0e5584462e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aae9f760-1aa1-47bf-ab5d-0e0e5584462e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4733163478877377395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6577c6b-e01f-4bdf-892a-5dfb6c7b3a98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65406a5b-6318-45d6-8c51-5d38af10f47c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65406a5b-6318-45d6-8c51-5d38af10f47c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5659170845110069018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aae9f760-1aa1-47bf-ab5d-0e0e5584462e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7931d9b9-8eed-4992-8943-631481258f4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7931d9b9-8eed-4992-8943-631481258f4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6431443186424520815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65406a5b-6318-45d6-8c51-5d38af10f47c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c22ef4bc-a5a9-4c39-afd5-153c2aa3e763, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22ef4bc-a5a9-4c39-afd5-153c2aa3e763, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14592174980919326623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7931d9b9-8eed-4992-8943-631481258f4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15b53491-3699-40b3-b691-1621c602ee8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15b53491-3699-40b3-b691-1621c602ee8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12785027143012025609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22ef4bc-a5a9-4c39-afd5-153c2aa3e763, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c62fb13-5e94-422f-932a-ae857e058e16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15b53491-3699-40b3-b691-1621c602ee8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c62fb13-5e94-422f-932a-ae857e058e16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10029659734314506794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a46d1a2-73b1-45c6-a749-04cf011a0c89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a46d1a2-73b1-45c6-a749-04cf011a0c89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2698084079748322957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c62fb13-5e94-422f-932a-ae857e058e16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf23c933-9b09-4e2c-99be-6c2dc609119e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf23c933-9b09-4e2c-99be-6c2dc609119e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18331302728594825120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a46d1a2-73b1-45c6-a749-04cf011a0c89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 156f66a5-20cf-4880-aff9-6785c3cc219a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 156f66a5-20cf-4880-aff9-6785c3cc219a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5279406708144054905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf23c933-9b09-4e2c-99be-6c2dc609119e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38a2abe7-359d-4a1f-9c22-74ed6f358c20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38a2abe7-359d-4a1f-9c22-74ed6f358c20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7507633126736928765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 156f66a5-20cf-4880-aff9-6785c3cc219a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c27643bd-adb0-4ecf-bc28-612ba0b18db8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27643bd-adb0-4ecf-bc28-612ba0b18db8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12307967360275285023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38a2abe7-359d-4a1f-9c22-74ed6f358c20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 036e8723-152d-4ff9-a66b-a8cba17c348f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036e8723-152d-4ff9-a66b-a8cba17c348f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16645706933794693587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27643bd-adb0-4ecf-bc28-612ba0b18db8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f036c434-b801-41d0-8737-5680af382a2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f036c434-b801-41d0-8737-5680af382a2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12496467484503271498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036e8723-152d-4ff9-a66b-a8cba17c348f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c51eb24-5b3e-41a7-8240-4a78a08988eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c51eb24-5b3e-41a7-8240-4a78a08988eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4325816157501425606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f036c434-b801-41d0-8737-5680af382a2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f90deb85-a87e-42d5-8091-86f020fda0de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c51eb24-5b3e-41a7-8240-4a78a08988eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90deb85-a87e-42d5-8091-86f020fda0de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 985452662111785488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db471504-ccfa-4275-ad3b-337d3d23cadd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db471504-ccfa-4275-ad3b-337d3d23cadd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4700871360571561559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90deb85-a87e-42d5-8091-86f020fda0de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1d19252-c52c-4268-8129-c8ae8d4b0269, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db471504-ccfa-4275-ad3b-337d3d23cadd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1d19252-c52c-4268-8129-c8ae8d4b0269, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16199263084154726053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38153eb7-d487-4123-8fd7-e0dbaceef27d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38153eb7-d487-4123-8fd7-e0dbaceef27d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1175701310232458100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1d19252-c52c-4268-8129-c8ae8d4b0269, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a311436b-ea86-4154-a6c9-19bf0b201d2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a311436b-ea86-4154-a6c9-19bf0b201d2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3044794824636887790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38153eb7-d487-4123-8fd7-e0dbaceef27d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41623808-7779-4746-b747-7bfdbbda421a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41623808-7779-4746-b747-7bfdbbda421a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7010249246411576872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a311436b-ea86-4154-a6c9-19bf0b201d2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e8ffa45-d11b-4788-b599-e29c62caf082, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8ffa45-d11b-4788-b599-e29c62caf082, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3013457525242833898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41623808-7779-4746-b747-7bfdbbda421a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9ec937a-774a-400c-9edf-4980092dd596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ec937a-774a-400c-9edf-4980092dd596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12445731594847861903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8ffa45-d11b-4788-b599-e29c62caf082, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6529c41-c9f4-4db2-81b3-81a6961e629b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6529c41-c9f4-4db2-81b3-81a6961e629b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8864055766216452502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ec937a-774a-400c-9edf-4980092dd596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 226d73b2-c888-4094-907d-8fac177102bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226d73b2-c888-4094-907d-8fac177102bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18038367695252794451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6529c41-c9f4-4db2-81b3-81a6961e629b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74698564-759c-4d68-8d5f-f9962a123b45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74698564-759c-4d68-8d5f-f9962a123b45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14438426589830370729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226d73b2-c888-4094-907d-8fac177102bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca9a768e-c361-4805-b3cf-ec9fd3aaf158, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca9a768e-c361-4805-b3cf-ec9fd3aaf158, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16134020522987587810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74698564-759c-4d68-8d5f-f9962a123b45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 090da3d9-efef-41d6-add3-085c1fe57c23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 090da3d9-efef-41d6-add3-085c1fe57c23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5698193273925139682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca9a768e-c361-4805-b3cf-ec9fd3aaf158, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e074bb-5899-46e1-8941-997b93b26035, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e074bb-5899-46e1-8941-997b93b26035, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5977586279367247495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 090da3d9-efef-41d6-add3-085c1fe57c23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80eb53bf-2f83-4248-8db2-8ac5f9ef2ec6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80eb53bf-2f83-4248-8db2-8ac5f9ef2ec6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12368778300709630620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e074bb-5899-46e1-8941-997b93b26035, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c0de82e-e050-403f-819f-033dd41d0479, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c0de82e-e050-403f-819f-033dd41d0479, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10397165319145243041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80eb53bf-2f83-4248-8db2-8ac5f9ef2ec6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 386768d9-5653-4eae-95ad-80b6a8ef34ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 386768d9-5653-4eae-95ad-80b6a8ef34ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16809507328573391782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c0de82e-e050-403f-819f-033dd41d0479, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d76c2f-7640-49f6-8cb3-b47208d065ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 386768d9-5653-4eae-95ad-80b6a8ef34ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d76c2f-7640-49f6-8cb3-b47208d065ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2271500913434248594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 516854a2-3444-4cbd-8017-3f058031fd8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516854a2-3444-4cbd-8017-3f058031fd8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7555687846883415217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d76c2f-7640-49f6-8cb3-b47208d065ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516854a2-3444-4cbd-8017-3f058031fd8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83dd7ee5-ab02-40ab-86a6-34bcbe4d4ade, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83dd7ee5-ab02-40ab-86a6-34bcbe4d4ade, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565613663316489706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 174f5a21-43b7-486d-9923-a612c6026e94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 174f5a21-43b7-486d-9923-a612c6026e94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9583411822284206620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83dd7ee5-ab02-40ab-86a6-34bcbe4d4ade, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9179978-958b-4e20-8985-0e025b0ed1f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9179978-958b-4e20-8985-0e025b0ed1f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2960643069524583968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 174f5a21-43b7-486d-9923-a612c6026e94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83f6bc5e-c5f7-48e5-8662-1deafb9b6a91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f6bc5e-c5f7-48e5-8662-1deafb9b6a91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 40515944184374511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4051594418437451140515944184374511405159441843745114051594418437451140515944184374511405159441843745114051594418437451140515944184374511405159441843745114051594418437451140515944184374511405159441843745114051594418437451140515944184374511405159441843745114051594418437451140515944184374511405159441843745114051594418437451140515944184374511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9179978-958b-4e20-8985-0e025b0ed1f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b0b37c8-e155-4fbe-a5ae-3e53ffc80c76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0b37c8-e155-4fbe-a5ae-3e53ffc80c76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8806286678596366217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f6bc5e-c5f7-48e5-8662-1deafb9b6a91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 683c563f-fbab-4d89-943a-8681002272b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 683c563f-fbab-4d89-943a-8681002272b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1927191626057968427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0b37c8-e155-4fbe-a5ae-3e53ffc80c76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ca1e4c0-bff0-4bc6-86d1-bcc755b23791, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca1e4c0-bff0-4bc6-86d1-bcc755b23791, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 474769102069694557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca1e4c0-bff0-4bc6-86d1-bcc755b23791, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21582a86-5575-4464-889e-71764ee68ef0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21582a86-5575-4464-889e-71764ee68ef0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382917494539749966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 683c563f-fbab-4d89-943a-8681002272b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cd5cf3b-ae61-4f27-a511-2b4e4104c071, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cd5cf3b-ae61-4f27-a511-2b4e4104c071, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8670871496613702087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21582a86-5575-4464-889e-71764ee68ef0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32941130-6cca-4947-96c8-d7af6ba25cca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32941130-6cca-4947-96c8-d7af6ba25cca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17213355027636582583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cd5cf3b-ae61-4f27-a511-2b4e4104c071, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d36612a-9c6f-4e55-a0db-6b116772719d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d36612a-9c6f-4e55-a0db-6b116772719d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8045709312946300544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d36612a-9c6f-4e55-a0db-6b116772719d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76ec0eb1-5c91-4dd1-b6a5-f779629118b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76ec0eb1-5c91-4dd1-b6a5-f779629118b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11326944943313744591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32941130-6cca-4947-96c8-d7af6ba25cca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d70a0eae-193c-496f-8127-d406652dcb98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d70a0eae-193c-496f-8127-d406652dcb98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15707570669962614728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76ec0eb1-5c91-4dd1-b6a5-f779629118b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f029f05-c3d5-4078-874d-2e49e288d40b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f029f05-c3d5-4078-874d-2e49e288d40b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11310080024925777482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d70a0eae-193c-496f-8127-d406652dcb98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 036ec9c1-0f25-4f1e-8f08-87ef5fb846ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036ec9c1-0f25-4f1e-8f08-87ef5fb846ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137646153324198484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f029f05-c3d5-4078-874d-2e49e288d40b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c757a7cb-1aa4-4af7-8c4e-e5ceecc65bea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c757a7cb-1aa4-4af7-8c4e-e5ceecc65bea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12658473301734377858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036ec9c1-0f25-4f1e-8f08-87ef5fb846ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19019c43-a2c3-420a-a6c3-250fdb6980ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19019c43-a2c3-420a-a6c3-250fdb6980ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10257885716845879322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c757a7cb-1aa4-4af7-8c4e-e5ceecc65bea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d25d3b9d-779e-4692-a3f3-e200608f6bd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d25d3b9d-779e-4692-a3f3-e200608f6bd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17805889549734078516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19019c43-a2c3-420a-a6c3-250fdb6980ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 202fce80-ed3e-49c9-84d2-cf9ff2ebd9c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 202fce80-ed3e-49c9-84d2-cf9ff2ebd9c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7759155650575397512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d25d3b9d-779e-4692-a3f3-e200608f6bd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5cd6e79-0588-42d5-a374-295be239f985, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5cd6e79-0588-42d5-a374-295be239f985, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10497603306289026228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 202fce80-ed3e-49c9-84d2-cf9ff2ebd9c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bfa9f60-e702-49f2-94c2-721bcbb5a4e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bfa9f60-e702-49f2-94c2-721bcbb5a4e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6926215264626902609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5cd6e79-0588-42d5-a374-295be239f985, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba0540b9-854f-453a-afad-fb7e216b568a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba0540b9-854f-453a-afad-fb7e216b568a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8192097465481986640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bfa9f60-e702-49f2-94c2-721bcbb5a4e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5434a3a8-3606-4053-8e1b-f986a7bf7816, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5434a3a8-3606-4053-8e1b-f986a7bf7816, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6393538841681372693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba0540b9-854f-453a-afad-fb7e216b568a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec3b669-a2b0-46fb-a60e-15102b35bf62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec3b669-a2b0-46fb-a60e-15102b35bf62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8146819701624971150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5434a3a8-3606-4053-8e1b-f986a7bf7816, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 132da9f9-6a7c-4827-9aa3-7eb4c50a5cc8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132da9f9-6a7c-4827-9aa3-7eb4c50a5cc8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7904579659688246281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec3b669-a2b0-46fb-a60e-15102b35bf62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee56496-1864-4a5e-93df-a3d69687391f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee56496-1864-4a5e-93df-a3d69687391f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5940444959844845437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132da9f9-6a7c-4827-9aa3-7eb4c50a5cc8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3f68de6-2d5f-4d50-98cd-a80a4a3e6469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3f68de6-2d5f-4d50-98cd-a80a4a3e6469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8272848146364631787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee56496-1864-4a5e-93df-a3d69687391f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48280aa4-c97c-482e-8fec-4bab74bafb26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48280aa4-c97c-482e-8fec-4bab74bafb26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18434756494706585709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3f68de6-2d5f-4d50-98cd-a80a4a3e6469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93bb36f5-41b8-487b-b9ab-68da1ae5b723, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93bb36f5-41b8-487b-b9ab-68da1ae5b723, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13670848417966677438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48280aa4-c97c-482e-8fec-4bab74bafb26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b9676c3-4409-443a-bf53-c1400936b7a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b9676c3-4409-443a-bf53-c1400936b7a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14955463861340313162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b9676c3-4409-443a-bf53-c1400936b7a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93bb36f5-41b8-487b-b9ab-68da1ae5b723, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30b2598d-18dd-42a4-8f44-219680be6f61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30b2598d-18dd-42a4-8f44-219680be6f61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3045077582332839662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c543c9e-ef6e-4e93-bad6-bf5d0d6c3e1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c543c9e-ef6e-4e93-bad6-bf5d0d6c3e1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10298476790782225158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30b2598d-18dd-42a4-8f44-219680be6f61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34741bb4-3473-4608-abc4-b94e3a4f8aa2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c543c9e-ef6e-4e93-bad6-bf5d0d6c3e1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34741bb4-3473-4608-abc4-b94e3a4f8aa2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7358647114519476129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47ecdb5f-b058-47e6-9e51-ce211652498d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ecdb5f-b058-47e6-9e51-ce211652498d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13196029703964996236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34741bb4-3473-4608-abc4-b94e3a4f8aa2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a50c693-139a-4b11-ae08-d66ca44311fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a50c693-139a-4b11-ae08-d66ca44311fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11975616957730747767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ecdb5f-b058-47e6-9e51-ce211652498d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e6278cd-ad66-407b-a9e4-dcc069ef18ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e6278cd-ad66-407b-a9e4-dcc069ef18ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13451973222606533507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a50c693-139a-4b11-ae08-d66ca44311fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33060c27-529b-414f-ac2f-e59723926fe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33060c27-529b-414f-ac2f-e59723926fe4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14293699775692190119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e6278cd-ad66-407b-a9e4-dcc069ef18ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4cc7aa5-b467-4ac3-8782-b2d7bdd2745c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cc7aa5-b467-4ac3-8782-b2d7bdd2745c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202097636284037861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33060c27-529b-414f-ac2f-e59723926fe4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258031c5-8685-4e4b-af08-433a8b690525, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cc7aa5-b467-4ac3-8782-b2d7bdd2745c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258031c5-8685-4e4b-af08-433a8b690525, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4274100201020016846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e50efb76-6261-47db-a536-37d9e6fdbd79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e50efb76-6261-47db-a536-37d9e6fdbd79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11907585696745013914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258031c5-8685-4e4b-af08-433a8b690525, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac3cffe8-c885-415b-a6cc-ef647ff1c126, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac3cffe8-c885-415b-a6cc-ef647ff1c126, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9339897085147419478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e50efb76-6261-47db-a536-37d9e6fdbd79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7baebbd3-fdbb-42e2-8a92-c38e906e2e1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7baebbd3-fdbb-42e2-8a92-c38e906e2e1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7478397096888509560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac3cffe8-c885-415b-a6cc-ef647ff1c126, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6446ce1f-88ca-4ae4-a53c-e2a38ce2a627, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6446ce1f-88ca-4ae4-a53c-e2a38ce2a627, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 990998403374158797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7baebbd3-fdbb-42e2-8a92-c38e906e2e1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0f8ad05-30cf-42d6-9503-dda7ba07da31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0f8ad05-30cf-42d6-9503-dda7ba07da31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3679172201555278581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6446ce1f-88ca-4ae4-a53c-e2a38ce2a627, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52e93ac0-985b-426e-a748-33efbc5d1db7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e93ac0-985b-426e-a748-33efbc5d1db7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2917483842524550332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0f8ad05-30cf-42d6-9503-dda7ba07da31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 897e6bb5-6ecd-4a46-abb2-9c2a2b17fe3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897e6bb5-6ecd-4a46-abb2-9c2a2b17fe3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 403319865697075037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e93ac0-985b-426e-a748-33efbc5d1db7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897e6bb5-6ecd-4a46-abb2-9c2a2b17fe3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8f58bc8-6b20-429d-8fb1-590305566c14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e13a952c-fa79-4ca9-bff0-2cebf507768b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13a952c-fa79-4ca9-bff0-2cebf507768b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12513776696720343350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f58bc8-6b20-429d-8fb1-590305566c14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18075043630137430182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13a952c-fa79-4ca9-bff0-2cebf507768b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 467ed044-f4b0-4b88-823f-168bdcc37953, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467ed044-f4b0-4b88-823f-168bdcc37953, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15951801463784729299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f58bc8-6b20-429d-8fb1-590305566c14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 849a800b-f159-4a5c-8608-d9b2de9d2b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 849a800b-f159-4a5c-8608-d9b2de9d2b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3475567224447734682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 849a800b-f159-4a5c-8608-d9b2de9d2b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e15f283-e3ec-422b-a7e2-c16301a72488, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e15f283-e3ec-422b-a7e2-c16301a72488, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11975928925579353317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467ed044-f4b0-4b88-823f-168bdcc37953, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95464739-a5de-4683-b4e8-4501406b4de3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95464739-a5de-4683-b4e8-4501406b4de3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13775202808338219313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e15f283-e3ec-422b-a7e2-c16301a72488, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 332da354-eb23-423e-848a-9164677e2cb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 332da354-eb23-423e-848a-9164677e2cb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8487959887397033279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95464739-a5de-4683-b4e8-4501406b4de3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3095bf31-bd23-4022-bed2-daac0e2456cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3095bf31-bd23-4022-bed2-daac0e2456cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9056315760086613802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 332da354-eb23-423e-848a-9164677e2cb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de392971-16cd-4dac-843f-9145cbd26608, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de392971-16cd-4dac-843f-9145cbd26608, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13074723938916459260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3095bf31-bd23-4022-bed2-daac0e2456cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdb42f3f-7e7e-4d13-81b7-2bcf3521a147, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb42f3f-7e7e-4d13-81b7-2bcf3521a147, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8313228884674058437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de392971-16cd-4dac-843f-9145cbd26608, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3811789f-6ccc-4884-b903-65a3ae18177d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3811789f-6ccc-4884-b903-65a3ae18177d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6674162949795621014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb42f3f-7e7e-4d13-81b7-2bcf3521a147, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d178f46-4101-431c-8e5c-3d8c1cc7e4bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d178f46-4101-431c-8e5c-3d8c1cc7e4bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12146164502757548605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3811789f-6ccc-4884-b903-65a3ae18177d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b52d6f43-1853-4bab-8218-27976b148afa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52d6f43-1853-4bab-8218-27976b148afa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12872249672693008969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d178f46-4101-431c-8e5c-3d8c1cc7e4bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76a3a6ee-287b-4638-9515-8c4120a768fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a3a6ee-287b-4638-9515-8c4120a768fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6596967086512380755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52d6f43-1853-4bab-8218-27976b148afa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a368959-b32f-4822-aa1d-4503212159f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a368959-b32f-4822-aa1d-4503212159f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 746998418711725253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a3a6ee-287b-4638-9515-8c4120a768fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07ca2318-0c2d-43c5-9621-775686b32cb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07ca2318-0c2d-43c5-9621-775686b32cb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5349923100344757840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07ca2318-0c2d-43c5-9621-775686b32cb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfccf8b8-2184-414c-8d8b-751aa19daf11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfccf8b8-2184-414c-8d8b-751aa19daf11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7900183989901784261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a368959-b32f-4822-aa1d-4503212159f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6f5f6d8-b601-47e5-b01b-6af7d050479a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f5f6d8-b601-47e5-b01b-6af7d050479a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3824204155484127906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfccf8b8-2184-414c-8d8b-751aa19daf11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a9bfd08-8065-41a6-9e5b-77cdd2f026ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9bfd08-8065-41a6-9e5b-77cdd2f026ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11513548643905308163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f5f6d8-b601-47e5-b01b-6af7d050479a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2ff1004-ef5e-4a27-8b66-c07589d8fc19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2ff1004-ef5e-4a27-8b66-c07589d8fc19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3756732388721999644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9bfd08-8065-41a6-9e5b-77cdd2f026ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 328edfb2-e7e5-45da-bf68-bf47cad46250, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2ff1004-ef5e-4a27-8b66-c07589d8fc19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 328edfb2-e7e5-45da-bf68-bf47cad46250, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 734435484948677619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d410448-beba-42df-a149-0f92e30a3218, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d410448-beba-42df-a149-0f92e30a3218, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18181992502038364503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d410448-beba-42df-a149-0f92e30a3218, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02ded2e6-9793-45a8-ae5d-ca4f4fe90713, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ded2e6-9793-45a8-ae5d-ca4f4fe90713, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7833870142037946086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 328edfb2-e7e5-45da-bf68-bf47cad46250, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d807d4d-cb5e-4758-9d5d-7efbbe50f453, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d807d4d-cb5e-4758-9d5d-7efbbe50f453, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2461349320712015722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ded2e6-9793-45a8-ae5d-ca4f4fe90713, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc3f857f-acb2-45b1-9cbd-98c6874b660c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc3f857f-acb2-45b1-9cbd-98c6874b660c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1293881896149681106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d807d4d-cb5e-4758-9d5d-7efbbe50f453, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52d8acb5-c2d9-4be4-8281-0785753f6bd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d8acb5-c2d9-4be4-8281-0785753f6bd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13134881255626030418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc3f857f-acb2-45b1-9cbd-98c6874b660c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1b7b4ec-3c77-49dc-92a8-8d0eaeb1aade, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b7b4ec-3c77-49dc-92a8-8d0eaeb1aade, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2116591686977655141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d8acb5-c2d9-4be4-8281-0785753f6bd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa7caf1f-3d67-4258-aef7-6cc6cb88644c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7caf1f-3d67-4258-aef7-6cc6cb88644c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5863648740178371897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b7b4ec-3c77-49dc-92a8-8d0eaeb1aade, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 090a421e-bb96-45b6-9f99-2eeeb87da3d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 090a421e-bb96-45b6-9f99-2eeeb87da3d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9202071033129179177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7caf1f-3d67-4258-aef7-6cc6cb88644c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbda0eb3-9a9c-4992-a54d-a88a68866e8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 090a421e-bb96-45b6-9f99-2eeeb87da3d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64611406-461a-4e6e-8f5b-83d86cc4a1f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64611406-461a-4e6e-8f5b-83d86cc4a1f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12280138465026917065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbda0eb3-9a9c-4992-a54d-a88a68866e8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13094216355346065518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64611406-461a-4e6e-8f5b-83d86cc4a1f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e36cdab-77a4-4f9a-8fa0-0d2ed3a2d47e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e36cdab-77a4-4f9a-8fa0-0d2ed3a2d47e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4049387103138937779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbda0eb3-9a9c-4992-a54d-a88a68866e8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aa590b0-3354-4fd5-a7e7-30674db05b0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa590b0-3354-4fd5-a7e7-30674db05b0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11931503105859709645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e36cdab-77a4-4f9a-8fa0-0d2ed3a2d47e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d112d475-5eb4-4eac-a4df-d4c209b0f009, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d112d475-5eb4-4eac-a4df-d4c209b0f009, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 419106236749012135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa590b0-3354-4fd5-a7e7-30674db05b0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b59f9e77-29f7-492c-bd2c-ed20c5be883d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59f9e77-29f7-492c-bd2c-ed20c5be883d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7884765388404066123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d112d475-5eb4-4eac-a4df-d4c209b0f009, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 537f083d-42db-4637-8c83-02642d7f780b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537f083d-42db-4637-8c83-02642d7f780b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3826076374678226738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59f9e77-29f7-492c-bd2c-ed20c5be883d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bc07ef6-3c49-43a4-bb5f-a88447b07b91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537f083d-42db-4637-8c83-02642d7f780b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc07ef6-3c49-43a4-bb5f-a88447b07b91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7880169702379821128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c778d840-c556-4456-ad77-efb82ef9a075, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c778d840-c556-4456-ad77-efb82ef9a075, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9236752812405285520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc07ef6-3c49-43a4-bb5f-a88447b07b91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c594c1c-c298-4297-b431-cd6063122c24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c594c1c-c298-4297-b431-cd6063122c24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9854734405856277473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c778d840-c556-4456-ad77-efb82ef9a075, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbee28e9-31e9-4301-949b-989df7a1dd66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbee28e9-31e9-4301-949b-989df7a1dd66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457581298981399664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c594c1c-c298-4297-b431-cd6063122c24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b22bd2d1-cb7c-412f-bc6d-7ac4961259e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22bd2d1-cb7c-412f-bc6d-7ac4961259e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16315283302443580744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbee28e9-31e9-4301-949b-989df7a1dd66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e0eb51b-4961-46a3-9787-e1de85234452, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e0eb51b-4961-46a3-9787-e1de85234452, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3098711959145469047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22bd2d1-cb7c-412f-bc6d-7ac4961259e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b48aba82-0305-41b6-8e6f-5fa62b306757, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b48aba82-0305-41b6-8e6f-5fa62b306757, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1386732949689183008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e0eb51b-4961-46a3-9787-e1de85234452, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43285ce9-1517-465b-a672-32b123d705c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43285ce9-1517-465b-a672-32b123d705c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228325255381313622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b48aba82-0305-41b6-8e6f-5fa62b306757, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e58443c0-8490-4b39-aa19-0275a7f7f6e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58443c0-8490-4b39-aa19-0275a7f7f6e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 920205685755595857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43285ce9-1517-465b-a672-32b123d705c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6db5c76-f549-4fc2-ac5b-a4a3f6ab4eda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6db5c76-f549-4fc2-ac5b-a4a3f6ab4eda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9678347687731729023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58443c0-8490-4b39-aa19-0275a7f7f6e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc5f42c0-eb69-4c38-90a8-35215e5ab0af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc5f42c0-eb69-4c38-90a8-35215e5ab0af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10934587612399761908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6db5c76-f549-4fc2-ac5b-a4a3f6ab4eda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f08090a2-e48d-4a48-889d-61db302796de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08090a2-e48d-4a48-889d-61db302796de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11087950916826664863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc5f42c0-eb69-4c38-90a8-35215e5ab0af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4236c06-e0ca-472c-a884-e99590b54278, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4236c06-e0ca-472c-a884-e99590b54278, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14821401656510667845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4236c06-e0ca-472c-a884-e99590b54278, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98c0af43-b5ea-4ecd-8ef1-69d9af61398f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c0af43-b5ea-4ecd-8ef1-69d9af61398f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 489573488534895283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08090a2-e48d-4a48-889d-61db302796de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b0a23db-edec-4b29-9e58-07ff9f4c4c60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b0a23db-edec-4b29-9e58-07ff9f4c4c60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2148004518670742287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c0af43-b5ea-4ecd-8ef1-69d9af61398f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f77c25f9-6bc1-427c-846e-0918445d8545, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f77c25f9-6bc1-427c-846e-0918445d8545, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17708384917608164958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b0a23db-edec-4b29-9e58-07ff9f4c4c60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4124be8-d59c-4e42-9ce0-f5e18d55c1f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4124be8-d59c-4e42-9ce0-f5e18d55c1f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15072435989923917846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f77c25f9-6bc1-427c-846e-0918445d8545, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45a5d4c1-7214-46e2-9408-e225221158a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a5d4c1-7214-46e2-9408-e225221158a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1815665584644676863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4124be8-d59c-4e42-9ce0-f5e18d55c1f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 880ee5bd-f108-4de7-8592-79da1d22e7ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 880ee5bd-f108-4de7-8592-79da1d22e7ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18074059784068839728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a5d4c1-7214-46e2-9408-e225221158a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32e15b40-78b5-482f-a4a3-66eff6d11eb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e15b40-78b5-482f-a4a3-66eff6d11eb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10134831795873779399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 880ee5bd-f108-4de7-8592-79da1d22e7ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fc6e94-fd5a-401c-a4d3-9d792087d099, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fc6e94-fd5a-401c-a4d3-9d792087d099, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858694672621740085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e15b40-78b5-482f-a4a3-66eff6d11eb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bf30b97-357e-4efe-a5ff-263e19a57cb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf30b97-357e-4efe-a5ff-263e19a57cb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18331400716152644545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fc6e94-fd5a-401c-a4d3-9d792087d099, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9719e568-d23c-4ebc-b989-89fae5aac57f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9719e568-d23c-4ebc-b989-89fae5aac57f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1242933934145363811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf30b97-357e-4efe-a5ff-263e19a57cb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32570b9c-7396-4fa3-be13-8d92d26d21f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32570b9c-7396-4fa3-be13-8d92d26d21f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11278992552886979036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9719e568-d23c-4ebc-b989-89fae5aac57f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d17d86-54a2-4706-95cd-eb304d5d2d5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d17d86-54a2-4706-95cd-eb304d5d2d5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7299971424842031506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32570b9c-7396-4fa3-be13-8d92d26d21f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53e7ae77-ae87-404a-b5a7-8552493aceed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e7ae77-ae87-404a-b5a7-8552493aceed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1582878809284501535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d17d86-54a2-4706-95cd-eb304d5d2d5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f3d71c3-83f3-47b5-b1bb-f55115660178, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f3d71c3-83f3-47b5-b1bb-f55115660178, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5155949464429099599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e7ae77-ae87-404a-b5a7-8552493aceed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e42e2a7-f44c-4e04-b4ef-7ab2339f61a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e42e2a7-f44c-4e04-b4ef-7ab2339f61a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15355977874542058643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f3d71c3-83f3-47b5-b1bb-f55115660178, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, befe6c5a-64c5-443e-a4a4-f5f3c96ba845, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, befe6c5a-64c5-443e-a4a4-f5f3c96ba845, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16116730363445473569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e42e2a7-f44c-4e04-b4ef-7ab2339f61a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec84de61-be98-41d3-99ce-a84c98d62ec9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec84de61-be98-41d3-99ce-a84c98d62ec9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5079114663933387614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, befe6c5a-64c5-443e-a4a4-f5f3c96ba845, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ec00698-54d2-4a05-9753-398a2da87e43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec00698-54d2-4a05-9753-398a2da87e43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16888810065030974457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec84de61-be98-41d3-99ce-a84c98d62ec9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b026a84-f99d-44e9-992a-164fea79b2d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b026a84-f99d-44e9-992a-164fea79b2d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5797774733711337979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec00698-54d2-4a05-9753-398a2da87e43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d15d9d5-f402-4f12-bad2-2f81495c96ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d15d9d5-f402-4f12-bad2-2f81495c96ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6463626505481241955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b026a84-f99d-44e9-992a-164fea79b2d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95ec5fae-b17d-4a59-8b27-77a932a13fee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ec5fae-b17d-4a59-8b27-77a932a13fee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1720614050328814867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d15d9d5-f402-4f12-bad2-2f81495c96ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3a0d6e8-0ca1-4e44-8d87-3002a1ecc686, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a0d6e8-0ca1-4e44-8d87-3002a1ecc686, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18140830810537579899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ec5fae-b17d-4a59-8b27-77a932a13fee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87ed8178-d6b1-49e4-923e-8b25528df922, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ed8178-d6b1-49e4-923e-8b25528df922, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11351647353599811735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a0d6e8-0ca1-4e44-8d87-3002a1ecc686, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4c0c36a-d933-4b0c-a18c-2e48990d3c15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c0c36a-d933-4b0c-a18c-2e48990d3c15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10142176431163828202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ed8178-d6b1-49e4-923e-8b25528df922, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f95f829-c0fb-469c-a7a5-074adccb87ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f95f829-c0fb-469c-a7a5-074adccb87ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4760868868316801942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c0c36a-d933-4b0c-a18c-2e48990d3c15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b12bbd75-b084-49de-b505-1a0225b44bd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b12bbd75-b084-49de-b505-1a0225b44bd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11175008190946039214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f95f829-c0fb-469c-a7a5-074adccb87ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f64ea35f-2575-4655-bf4f-cbb63e9d59bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64ea35f-2575-4655-bf4f-cbb63e9d59bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13306413891666820848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b12bbd75-b084-49de-b505-1a0225b44bd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d237e36-59ea-45b3-8541-252835a44ef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d237e36-59ea-45b3-8541-252835a44ef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17753732493662955422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64ea35f-2575-4655-bf4f-cbb63e9d59bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f77502-5e5f-4efa-a55a-44e1fcf952d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f77502-5e5f-4efa-a55a-44e1fcf952d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7060123656415567759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d237e36-59ea-45b3-8541-252835a44ef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c117a1d-6dce-4624-a262-d7ae010cb90d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c117a1d-6dce-4624-a262-d7ae010cb90d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18181064597390066956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f77502-5e5f-4efa-a55a-44e1fcf952d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 276a52cb-fd8c-488d-893d-71c949ba03ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 276a52cb-fd8c-488d-893d-71c949ba03ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11496217751275193287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c117a1d-6dce-4624-a262-d7ae010cb90d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d6178c8-4b8b-4bd1-b9c9-db0feffc218b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d6178c8-4b8b-4bd1-b9c9-db0feffc218b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17989625985334536325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 276a52cb-fd8c-488d-893d-71c949ba03ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dfc162f-ab0b-4b59-aefc-6a302971c884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d6178c8-4b8b-4bd1-b9c9-db0feffc218b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d2d8ea4-4ee0-42b6-8982-d74d5373098e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d2d8ea4-4ee0-42b6-8982-d74d5373098e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7617273448232830504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dfc162f-ab0b-4b59-aefc-6a302971c884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1466650240194878488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dfc162f-ab0b-4b59-aefc-6a302971c884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de6b8f46-8fa7-4157-be93-10289c03c0f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6b8f46-8fa7-4157-be93-10289c03c0f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18271100066075094729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d2d8ea4-4ee0-42b6-8982-d74d5373098e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 731a6162-087f-4898-837d-0fdacdcaa573, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 731a6162-087f-4898-837d-0fdacdcaa573, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3000695803808979579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 731a6162-087f-4898-837d-0fdacdcaa573, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5449d2d3-d70d-40ae-a606-3466a0386123, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5449d2d3-d70d-40ae-a606-3466a0386123, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2730881751657891212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6b8f46-8fa7-4157-be93-10289c03c0f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec5f419e-42b0-416a-9c1a-31da18036613, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec5f419e-42b0-416a-9c1a-31da18036613, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17271113053813525333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5449d2d3-d70d-40ae-a606-3466a0386123, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7afa0e1-fa39-4240-8309-bd60e56b6f7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7afa0e1-fa39-4240-8309-bd60e56b6f7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17534798877808042833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec5f419e-42b0-416a-9c1a-31da18036613, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e7e134-b0f2-4fb8-8e5d-29ea4c591f58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e7e134-b0f2-4fb8-8e5d-29ea4c591f58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1841762786383898225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7afa0e1-fa39-4240-8309-bd60e56b6f7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cfefe9d-5adb-4c97-8ca8-c0f0e8283b7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cfefe9d-5adb-4c97-8ca8-c0f0e8283b7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206400604207985283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e7e134-b0f2-4fb8-8e5d-29ea4c591f58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfbd1e91-1c8e-4f51-8584-fc2c423c98ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfbd1e91-1c8e-4f51-8584-fc2c423c98ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11338205899552558151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cfefe9d-5adb-4c97-8ca8-c0f0e8283b7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e214e4a-8d43-4da5-b7bf-0dc3554424f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e214e4a-8d43-4da5-b7bf-0dc3554424f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17743614945487362379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfbd1e91-1c8e-4f51-8584-fc2c423c98ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e645bf37-0674-4d4a-b1dc-07d3d63faf47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e645bf37-0674-4d4a-b1dc-07d3d63faf47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14672948070661874643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e214e4a-8d43-4da5-b7bf-0dc3554424f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17cea826-427f-4401-8078-200ff57f6512, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17cea826-427f-4401-8078-200ff57f6512, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17385199848285576143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e645bf37-0674-4d4a-b1dc-07d3d63faf47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 797fbbdc-42e4-42c9-bb4e-0fae6bff1bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 797fbbdc-42e4-42c9-bb4e-0fae6bff1bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5336292297437336787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17cea826-427f-4401-8078-200ff57f6512, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7fbb61c-db3a-496e-a0a2-1bf72167f54e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 797fbbdc-42e4-42c9-bb4e-0fae6bff1bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60254c62-10c2-4707-a2ff-e666c1f02994, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60254c62-10c2-4707-a2ff-e666c1f02994, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 981927616418895404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7fbb61c-db3a-496e-a0a2-1bf72167f54e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5678186431841330186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60254c62-10c2-4707-a2ff-e666c1f02994, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce9a2540-7973-49dd-a17d-0c65a2ea3ba7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce9a2540-7973-49dd-a17d-0c65a2ea3ba7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2195576018633204396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7fbb61c-db3a-496e-a0a2-1bf72167f54e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1bc56d5-2a30-464b-9ea9-f78d42d14eaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1bc56d5-2a30-464b-9ea9-f78d42d14eaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 790663564637848376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce9a2540-7973-49dd-a17d-0c65a2ea3ba7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fbdc3bd-4f96-4c87-8446-31151fd4cc25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fbdc3bd-4f96-4c87-8446-31151fd4cc25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14066055400843457372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1bc56d5-2a30-464b-9ea9-f78d42d14eaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b25f7871-9c12-485d-8f42-e12a53cfe2d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25f7871-9c12-485d-8f42-e12a53cfe2d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16192954671728884865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fbdc3bd-4f96-4c87-8446-31151fd4cc25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feac23ce-f88b-4242-af52-afbb0f907281, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25f7871-9c12-485d-8f42-e12a53cfe2d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b13531ed-fafb-4fd3-bc13-4556212be5e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13531ed-fafb-4fd3-bc13-4556212be5e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1191944794695918924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feac23ce-f88b-4242-af52-afbb0f907281, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5337934563104137991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13531ed-fafb-4fd3-bc13-4556212be5e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feac23ce-f88b-4242-af52-afbb0f907281, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e8e105b-6edb-48d6-b5e9-58a5579ff50f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6f07900-e74d-45d1-86a9-d96940dcd550, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f07900-e74d-45d1-86a9-d96940dcd550, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9218403797575942416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8e105b-6edb-48d6-b5e9-58a5579ff50f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13563503571062330561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f07900-e74d-45d1-86a9-d96940dcd550, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8e105b-6edb-48d6-b5e9-58a5579ff50f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fd739a7-d003-4de1-bff4-264b8f135c40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd739a7-d003-4de1-bff4-264b8f135c40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13620323436069272193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b19d5f9d-7334-4360-b6cf-45489eeae218, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19d5f9d-7334-4360-b6cf-45489eeae218, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18210193678696101449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd739a7-d003-4de1-bff4-264b8f135c40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf31358-995e-4fd4-b5c3-4a1686e22952, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf31358-995e-4fd4-b5c3-4a1686e22952, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9372310976660312000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19d5f9d-7334-4360-b6cf-45489eeae218, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b875d3a6-32ac-467c-bf9d-d932365d7d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b875d3a6-32ac-467c-bf9d-d932365d7d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18188198216735707120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf31358-995e-4fd4-b5c3-4a1686e22952, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 445cf45d-7416-480f-9b42-f9112f3ff6d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 445cf45d-7416-480f-9b42-f9112f3ff6d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12934948156353117465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b875d3a6-32ac-467c-bf9d-d932365d7d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc59b073-25a9-41a4-b051-cab77c36364c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc59b073-25a9-41a4-b051-cab77c36364c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4302583317955302937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 445cf45d-7416-480f-9b42-f9112f3ff6d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66bf0a7e-791e-4418-ad95-94f4e06260c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66bf0a7e-791e-4418-ad95-94f4e06260c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12452463578648823388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc59b073-25a9-41a4-b051-cab77c36364c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1049924-1105-4487-8e68-f18861ec2d5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1049924-1105-4487-8e68-f18861ec2d5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9101281583089169620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66bf0a7e-791e-4418-ad95-94f4e06260c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57be928e-7c33-4b8a-900d-5580d33b8434, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1049924-1105-4487-8e68-f18861ec2d5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57be928e-7c33-4b8a-900d-5580d33b8434, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11762630859351388197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85c951da-3bfd-40c4-8167-34491b7feb5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85c951da-3bfd-40c4-8167-34491b7feb5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1926885582085436980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57be928e-7c33-4b8a-900d-5580d33b8434, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eeb1aec-4867-4bb9-ae6b-b67836fef021, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eeb1aec-4867-4bb9-ae6b-b67836fef021, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11281278393572672403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85c951da-3bfd-40c4-8167-34491b7feb5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e91deb8-97d8-4a5e-b01b-81a1b6d8cc19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e91deb8-97d8-4a5e-b01b-81a1b6d8cc19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11794233392070952486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eeb1aec-4867-4bb9-ae6b-b67836fef021, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e91deb8-97d8-4a5e-b01b-81a1b6d8cc19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33ba71b7-60e8-4cfb-8ff6-80ac4636b09d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33ba71b7-60e8-4cfb-8ff6-80ac4636b09d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3264239636013137224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c217d306-3937-4f33-98fc-ec7e5a9d553c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c217d306-3937-4f33-98fc-ec7e5a9d553c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7954082528032113011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33ba71b7-60e8-4cfb-8ff6-80ac4636b09d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eb74b1d-2c93-4ebc-bfa1-f07806a5e320, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c217d306-3937-4f33-98fc-ec7e5a9d553c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d2ee37a-3882-4a30-8b6e-812c3cc07487, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eb74b1d-2c93-4ebc-bfa1-f07806a5e320, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471055316468476483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2ee37a-3882-4a30-8b6e-812c3cc07487, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11803163060414337351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eb74b1d-2c93-4ebc-bfa1-f07806a5e320, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c58c2e0-297f-4d5c-ad2b-5952bac11217, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c58c2e0-297f-4d5c-ad2b-5952bac11217, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14971499132400146236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2ee37a-3882-4a30-8b6e-812c3cc07487, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea5540c8-30aa-4fd2-af85-995dfc69d877, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5540c8-30aa-4fd2-af85-995dfc69d877, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6731778941161911741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c58c2e0-297f-4d5c-ad2b-5952bac11217, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e1a97aa-1ce1-469b-8223-03afb374adbc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e1a97aa-1ce1-469b-8223-03afb374adbc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16890849529206331819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5540c8-30aa-4fd2-af85-995dfc69d877, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03fc270e-afae-4833-9256-1a8d5a8a2798, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fc270e-afae-4833-9256-1a8d5a8a2798, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15050165715287228316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e1a97aa-1ce1-469b-8223-03afb374adbc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d847b756-bacf-4dea-b980-96c7e30fd565, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d847b756-bacf-4dea-b980-96c7e30fd565, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16745402717290652660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fc270e-afae-4833-9256-1a8d5a8a2798, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7b4cebe-5143-457b-8db8-093c0a5d90c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b4cebe-5143-457b-8db8-093c0a5d90c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18307722765524020536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d847b756-bacf-4dea-b980-96c7e30fd565, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907f6388-1716-4e7a-b2e9-daa7877baf60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907f6388-1716-4e7a-b2e9-daa7877baf60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10922067416060994110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b4cebe-5143-457b-8db8-093c0a5d90c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1571be4c-facc-4844-b926-d000df10fd9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1571be4c-facc-4844-b926-d000df10fd9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11310392035188673507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907f6388-1716-4e7a-b2e9-daa7877baf60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f60ca746-32fa-42df-8fbb-a0a72c8ec3aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f60ca746-32fa-42df-8fbb-a0a72c8ec3aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17395501782814564253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1571be4c-facc-4844-b926-d000df10fd9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1970d96d-9d17-4913-888c-1f17ccdefd90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1970d96d-9d17-4913-888c-1f17ccdefd90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 905476794321528298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f60ca746-32fa-42df-8fbb-a0a72c8ec3aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dbf0b52-5313-472f-82a0-b25b2a46e869, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dbf0b52-5313-472f-82a0-b25b2a46e869, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14021940376360137499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1970d96d-9d17-4913-888c-1f17ccdefd90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edfda3df-f46c-43a5-a661-54a4235293cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edfda3df-f46c-43a5-a661-54a4235293cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7038411387001383183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dbf0b52-5313-472f-82a0-b25b2a46e869, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8778a8a-f221-4378-bda8-83365e06bb12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8778a8a-f221-4378-bda8-83365e06bb12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9329395998494217675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edfda3df-f46c-43a5-a661-54a4235293cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c614961c-5556-4cfe-bac9-3ba37d3d85c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c614961c-5556-4cfe-bac9-3ba37d3d85c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15900404473746535917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8778a8a-f221-4378-bda8-83365e06bb12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf16af3-6985-4b0b-8b4d-ea80bc6273ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf16af3-6985-4b0b-8b4d-ea80bc6273ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17712198668406510408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf16af3-6985-4b0b-8b4d-ea80bc6273ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed25beff-0d65-4db8-b7c2-747d36cc27d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed25beff-0d65-4db8-b7c2-747d36cc27d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6594209115800231165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c614961c-5556-4cfe-bac9-3ba37d3d85c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbdfaee8-8590-4b28-b58c-8a5e6874c31b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbdfaee8-8590-4b28-b58c-8a5e6874c31b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1620865523612933664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed25beff-0d65-4db8-b7c2-747d36cc27d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577c1ccd-7212-40d3-a7af-1f87ebc3be36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577c1ccd-7212-40d3-a7af-1f87ebc3be36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11421724464956256504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbdfaee8-8590-4b28-b58c-8a5e6874c31b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec342bee-1200-4115-8914-a9d6030b9bbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec342bee-1200-4115-8914-a9d6030b9bbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4121270539848620743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec342bee-1200-4115-8914-a9d6030b9bbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75199fa5-e0db-470e-822c-52378f409b14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75199fa5-e0db-470e-822c-52378f409b14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4966816752423506956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577c1ccd-7212-40d3-a7af-1f87ebc3be36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d4999a-d8ad-4874-ada2-8f6ced991e39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75199fa5-e0db-470e-822c-52378f409b14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d4999a-d8ad-4874-ada2-8f6ced991e39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12635657069244622619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79ad5033-4a7b-4793-a458-e9d82a4ef974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79ad5033-4a7b-4793-a458-e9d82a4ef974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12260175164823504209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d4999a-d8ad-4874-ada2-8f6ced991e39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79ad5033-4a7b-4793-a458-e9d82a4ef974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b3fc163-9eff-4979-8e60-620d1353bdc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b3fc163-9eff-4979-8e60-620d1353bdc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13384028264642686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338402826464268613384028264642686133840282646426861338402826464268613384028264642686133840282646426861338402826464268613384028264642686133840282646426861338402826464268613384028264642686133840282646426861338402826464268613384028264642686133840282646426861338402826464268613384028264642686133840282646426861338402826464268613384028264642686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5bbe4cb-27c1-4cb0-a39b-68ac7a8394e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5bbe4cb-27c1-4cb0-a39b-68ac7a8394e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12521810817170254667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b3fc163-9eff-4979-8e60-620d1353bdc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0843fa4b-e722-4e99-91f4-024c4b4cc1a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0843fa4b-e722-4e99-91f4-024c4b4cc1a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3540659598465376798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5bbe4cb-27c1-4cb0-a39b-68ac7a8394e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f81a26fe-a751-40f0-9c75-b8a69cfaaa4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f81a26fe-a751-40f0-9c75-b8a69cfaaa4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7331467541429855553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0843fa4b-e722-4e99-91f4-024c4b4cc1a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc7ffe4c-11ec-4503-9865-6388baf04ffd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f81a26fe-a751-40f0-9c75-b8a69cfaaa4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9a8f0a3-37c5-450d-847d-bc514fe3ec4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a8f0a3-37c5-450d-847d-bc514fe3ec4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12879530934559669280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7ffe4c-11ec-4503-9865-6388baf04ffd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18170318104076268232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a8f0a3-37c5-450d-847d-bc514fe3ec4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c52e597-751a-4436-b39b-d255ca15afe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c52e597-751a-4436-b39b-d255ca15afe4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2098596931896290425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7ffe4c-11ec-4503-9865-6388baf04ffd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4b61f02-a5c0-4b8b-b7aa-3adedfabe440, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4b61f02-a5c0-4b8b-b7aa-3adedfabe440, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11385049324542226394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c52e597-751a-4436-b39b-d255ca15afe4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06663d97-4654-456e-8a82-94c4e4dc8ee2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4b61f02-a5c0-4b8b-b7aa-3adedfabe440, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fed7eb5-9779-4fd9-bc7f-17df6a014d05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fed7eb5-9779-4fd9-bc7f-17df6a014d05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9773142593844516355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06663d97-4654-456e-8a82-94c4e4dc8ee2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8950162602621605500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fed7eb5-9779-4fd9-bc7f-17df6a014d05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e050ee7-80c5-440f-b672-82fbdf3d6fde, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e050ee7-80c5-440f-b672-82fbdf3d6fde, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7261104392320899760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06663d97-4654-456e-8a82-94c4e4dc8ee2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf95232e-b5fc-41c5-8ae9-4fcd6ea874cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf95232e-b5fc-41c5-8ae9-4fcd6ea874cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15477204952509937067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e050ee7-80c5-440f-b672-82fbdf3d6fde, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9024dff-a332-45b0-957c-e250e82dd835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9024dff-a332-45b0-957c-e250e82dd835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6891628406961824355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf95232e-b5fc-41c5-8ae9-4fcd6ea874cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 387c1dec-24ff-4665-b91f-fa38cfe820c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9024dff-a332-45b0-957c-e250e82dd835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387c1dec-24ff-4665-b91f-fa38cfe820c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4773223839400303374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f553fd49-0c25-442f-a9fc-18afbf1bfbb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f553fd49-0c25-442f-a9fc-18afbf1bfbb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6009510458648624377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387c1dec-24ff-4665-b91f-fa38cfe820c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7939955a-731a-498f-98ea-cfe53dc68a8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7939955a-731a-498f-98ea-cfe53dc68a8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13538358939406656047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f553fd49-0c25-442f-a9fc-18afbf1bfbb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7939955a-731a-498f-98ea-cfe53dc68a8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a04b4024-f138-4dc1-a91e-f613875191c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a04b4024-f138-4dc1-a91e-f613875191c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5752136299426254820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ad69cdf-9d81-4e1c-bbcc-0cb023a96c4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ad69cdf-9d81-4e1c-bbcc-0cb023a96c4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2538925120817602261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a04b4024-f138-4dc1-a91e-f613875191c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02ec0724-5f76-4f26-8e21-a3ad6b42472b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ec0724-5f76-4f26-8e21-a3ad6b42472b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4562967000828058247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ad69cdf-9d81-4e1c-bbcc-0cb023a96c4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ec0724-5f76-4f26-8e21-a3ad6b42472b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb8e2018-c8b3-4477-ad22-9831dd49ae6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8e2018-c8b3-4477-ad22-9831dd49ae6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718582609263764787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9edae746-0496-4155-aaac-80a3b010df8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9edae746-0496-4155-aaac-80a3b010df8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14556759997940885107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8e2018-c8b3-4477-ad22-9831dd49ae6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f525c7ba-760c-4481-b1ce-97c18862b690, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f525c7ba-760c-4481-b1ce-97c18862b690, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5938499158281514207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9edae746-0496-4155-aaac-80a3b010df8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef12c776-5916-4fd8-af63-9bc359fee5ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef12c776-5916-4fd8-af63-9bc359fee5ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 344635068991328045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f525c7ba-760c-4481-b1ce-97c18862b690, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e77f9c-4d14-4749-860b-9b2899c9578e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e77f9c-4d14-4749-860b-9b2899c9578e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10725261036617683464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef12c776-5916-4fd8-af63-9bc359fee5ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03c1a766-cd40-4617-90bc-031cde74aaf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c1a766-cd40-4617-90bc-031cde74aaf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12727945352425283833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e77f9c-4d14-4749-860b-9b2899c9578e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcbd50bf-6512-4bf6-9c32-89afc5aba435, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcbd50bf-6512-4bf6-9c32-89afc5aba435, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12553851797778351849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c1a766-cd40-4617-90bc-031cde74aaf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f6964b6-aa81-4577-9384-da8c72368d27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f6964b6-aa81-4577-9384-da8c72368d27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5617721298214349489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcbd50bf-6512-4bf6-9c32-89afc5aba435, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f11c9137-5f09-4bbf-a1e5-b827223640b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11c9137-5f09-4bbf-a1e5-b827223640b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1945578703071760686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f6964b6-aa81-4577-9384-da8c72368d27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed835512-3c59-4991-90dd-5898ef11876b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11c9137-5f09-4bbf-a1e5-b827223640b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e805f2e6-2520-4a3b-91ab-418f13b77491, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e805f2e6-2520-4a3b-91ab-418f13b77491, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12575897062094722125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed835512-3c59-4991-90dd-5898ef11876b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14581974076509503472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e805f2e6-2520-4a3b-91ab-418f13b77491, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd9cb3a1-164a-4490-8dd8-883cf3252c5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd9cb3a1-164a-4490-8dd8-883cf3252c5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6492417451973257824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed835512-3c59-4991-90dd-5898ef11876b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc467d0c-4a89-4dea-b46a-5abd5f148f5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc467d0c-4a89-4dea-b46a-5abd5f148f5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7690771365605534459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd9cb3a1-164a-4490-8dd8-883cf3252c5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad0a4bc1-a735-4442-8c72-14fa6542df49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0a4bc1-a735-4442-8c72-14fa6542df49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582950164770220515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc467d0c-4a89-4dea-b46a-5abd5f148f5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 040a88b9-036e-4a67-ac6a-677638a798d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 040a88b9-036e-4a67-ac6a-677638a798d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 421482668440361741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0a4bc1-a735-4442-8c72-14fa6542df49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79439e93-fef6-4009-a9b0-5b36e0982f82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79439e93-fef6-4009-a9b0-5b36e0982f82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4205340433353185955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 040a88b9-036e-4a67-ac6a-677638a798d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdcbb3e6-bcb0-44d0-87d2-7be85b8e708e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdcbb3e6-bcb0-44d0-87d2-7be85b8e708e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10022213474835834521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79439e93-fef6-4009-a9b0-5b36e0982f82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb9eb685-868a-4e00-90b8-5959eb9e362e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdcbb3e6-bcb0-44d0-87d2-7be85b8e708e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cab9e098-7a2a-448a-89c6-e7bbadac3cf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab9e098-7a2a-448a-89c6-e7bbadac3cf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185489234147764624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb9eb685-868a-4e00-90b8-5959eb9e362e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5265494058620651684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab9e098-7a2a-448a-89c6-e7bbadac3cf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33c9ed94-a816-4dce-9340-86bd9f855048, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c9ed94-a816-4dce-9340-86bd9f855048, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6006718272877712973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb9eb685-868a-4e00-90b8-5959eb9e362e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7d7ba5-6b7f-4816-9da8-077453a837c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7d7ba5-6b7f-4816-9da8-077453a837c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17476245005979603264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c9ed94-a816-4dce-9340-86bd9f855048, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9948860c-172c-44aa-80e3-d8d85d187532, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9948860c-172c-44aa-80e3-d8d85d187532, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1585293058191257121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7d7ba5-6b7f-4816-9da8-077453a837c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4e644ef-a398-4607-8496-4df4b3ef608e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e644ef-a398-4607-8496-4df4b3ef608e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12619448085889760213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9948860c-172c-44aa-80e3-d8d85d187532, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a98d850e-4bb7-446a-a9a5-8057edbbd50b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a98d850e-4bb7-446a-a9a5-8057edbbd50b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5520520064209119473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e644ef-a398-4607-8496-4df4b3ef608e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e5c6227-ba0c-407c-86b2-e9428c9de3c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e5c6227-ba0c-407c-86b2-e9428c9de3c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10584987756154423366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a98d850e-4bb7-446a-a9a5-8057edbbd50b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b422ca8-597b-4d58-a64e-b1d6aa8ea5f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b422ca8-597b-4d58-a64e-b1d6aa8ea5f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12682572211957746134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e5c6227-ba0c-407c-86b2-e9428c9de3c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0020ca9-1f71-4710-959d-b3efc91c1d7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0020ca9-1f71-4710-959d-b3efc91c1d7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2017251289731757962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b422ca8-597b-4d58-a64e-b1d6aa8ea5f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97b2fbbc-f230-4bc7-bcce-b3fee61e1aa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b2fbbc-f230-4bc7-bcce-b3fee61e1aa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17866084400531049099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0020ca9-1f71-4710-959d-b3efc91c1d7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29da7691-224b-429d-9b4b-dcca223e8688, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29da7691-224b-429d-9b4b-dcca223e8688, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5621239812087061893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29da7691-224b-429d-9b4b-dcca223e8688, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d78c80d3-0442-45ec-b926-045a235e6c18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d78c80d3-0442-45ec-b926-045a235e6c18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7773451357478334453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b2fbbc-f230-4bc7-bcce-b3fee61e1aa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c45f55d-7651-436f-9e78-afcc341464e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c45f55d-7651-436f-9e78-afcc341464e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7757740784958193240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d78c80d3-0442-45ec-b926-045a235e6c18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d927482-2233-439c-97fb-6fd0a89b9fd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d927482-2233-439c-97fb-6fd0a89b9fd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17193653318776212535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c45f55d-7651-436f-9e78-afcc341464e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eccc3022-be27-4c5c-ac55-eb4b072da31c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eccc3022-be27-4c5c-ac55-eb4b072da31c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13006930570788310890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d927482-2233-439c-97fb-6fd0a89b9fd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e0bd918-8bd3-4716-ae35-07ad5b5a5739, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e0bd918-8bd3-4716-ae35-07ad5b5a5739, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17155157858195286972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eccc3022-be27-4c5c-ac55-eb4b072da31c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b5c6fb0-6771-431b-87d5-0e16d2615e3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b5c6fb0-6771-431b-87d5-0e16d2615e3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2023112076858114425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e0bd918-8bd3-4716-ae35-07ad5b5a5739, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 899ba176-530d-441b-9d60-cf38b40f89c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 899ba176-530d-441b-9d60-cf38b40f89c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5473276480470412128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b5c6fb0-6771-431b-87d5-0e16d2615e3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8f0864b-2af0-47ef-b238-15a0f7de663c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f0864b-2af0-47ef-b238-15a0f7de663c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2607935749728661682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 899ba176-530d-441b-9d60-cf38b40f89c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81f4f7e4-f4cb-4213-b08b-8cdc1cb9a1ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f4f7e4-f4cb-4213-b08b-8cdc1cb9a1ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 750478901264206685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f0864b-2af0-47ef-b238-15a0f7de663c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8c0d0c8-19e0-4fc5-83a5-86e60a4c23b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f4f7e4-f4cb-4213-b08b-8cdc1cb9a1ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2347d4af-aba3-4617-ae4c-cbc146b06606, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2347d4af-aba3-4617-ae4c-cbc146b06606, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7635368559271169979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c0d0c8-19e0-4fc5-83a5-86e60a4c23b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15698505858835947542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2347d4af-aba3-4617-ae4c-cbc146b06606, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d24632a9-6ab6-4419-ae8d-bd0b0123fe97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c0d0c8-19e0-4fc5-83a5-86e60a4c23b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 938ddee8-8766-47cb-9486-80b9e1bcf3cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24632a9-6ab6-4419-ae8d-bd0b0123fe97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8632188915653264882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 938ddee8-8766-47cb-9486-80b9e1bcf3cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11219251600202826012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24632a9-6ab6-4419-ae8d-bd0b0123fe97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb97a15-179e-4eff-83ad-bd4f23aba046, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb97a15-179e-4eff-83ad-bd4f23aba046, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4635302942780140196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 938ddee8-8766-47cb-9486-80b9e1bcf3cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d66c09d1-dc01-4462-b868-e0a07404cf2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d66c09d1-dc01-4462-b868-e0a07404cf2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10779941930612529190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb97a15-179e-4eff-83ad-bd4f23aba046, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d620aa3-4073-4caf-9059-e2de2bf424a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d620aa3-4073-4caf-9059-e2de2bf424a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15812321458515839636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d66c09d1-dc01-4462-b868-e0a07404cf2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae406ed1-337f-4ca7-9b30-6e3af9ba8db4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae406ed1-337f-4ca7-9b30-6e3af9ba8db4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12487700470984058948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d620aa3-4073-4caf-9059-e2de2bf424a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a923c4b-5979-4a29-a550-6bdaabd0c19f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a923c4b-5979-4a29-a550-6bdaabd0c19f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3776123590031532630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae406ed1-337f-4ca7-9b30-6e3af9ba8db4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93eacf82-a1c0-4887-a8d6-b26097d51a56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93eacf82-a1c0-4887-a8d6-b26097d51a56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16993536342666285796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a923c4b-5979-4a29-a550-6bdaabd0c19f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 744ac289-b9d4-482b-a8ea-920552597288, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 744ac289-b9d4-482b-a8ea-920552597288, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11233798635527804347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93eacf82-a1c0-4887-a8d6-b26097d51a56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0710935f-164d-40fd-86dc-9b96302c5cf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0710935f-164d-40fd-86dc-9b96302c5cf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862474161691830334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 744ac289-b9d4-482b-a8ea-920552597288, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1434b66-081a-4f11-bcdb-1ea4110fe6cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1434b66-081a-4f11-bcdb-1ea4110fe6cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12969782713099539524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0710935f-164d-40fd-86dc-9b96302c5cf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbafc765-b4f1-4bb7-b509-224098e5055d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbafc765-b4f1-4bb7-b509-224098e5055d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5296992716022433792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1434b66-081a-4f11-bcdb-1ea4110fe6cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bf3f06c-c50b-4169-b6f5-f79da42c99a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bf3f06c-c50b-4169-b6f5-f79da42c99a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11842985821854236628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbafc765-b4f1-4bb7-b509-224098e5055d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ccafd39-c193-4b88-b617-3445b92c632d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ccafd39-c193-4b88-b617-3445b92c632d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16529842774692170742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bf3f06c-c50b-4169-b6f5-f79da42c99a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a60f39c-6f10-42a7-9934-e8495f051576, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a60f39c-6f10-42a7-9934-e8495f051576, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13124129326054197542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ccafd39-c193-4b88-b617-3445b92c632d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31b42940-395c-4dd7-bd78-adc12cc74dd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b42940-395c-4dd7-bd78-adc12cc74dd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1993466507928669025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a60f39c-6f10-42a7-9934-e8495f051576, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5113e683-3acd-4561-a240-90f35bb1a9cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5113e683-3acd-4561-a240-90f35bb1a9cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17329386276124426536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5113e683-3acd-4561-a240-90f35bb1a9cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd02eaf-f008-40c8-b51f-76a8387b83bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd02eaf-f008-40c8-b51f-76a8387b83bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1212130314927156119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b42940-395c-4dd7-bd78-adc12cc74dd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caf434b8-6784-4b7f-b22f-0eeafab242df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd02eaf-f008-40c8-b51f-76a8387b83bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0f1e07d-0004-4133-88e5-6407503ce381, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f1e07d-0004-4133-88e5-6407503ce381, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10285248092133646521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf434b8-6784-4b7f-b22f-0eeafab242df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14646392815379251927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f1e07d-0004-4133-88e5-6407503ce381, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50c0a9e-64fe-438b-b465-1968e982bef3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50c0a9e-64fe-438b-b465-1968e982bef3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8563470974802918945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf434b8-6784-4b7f-b22f-0eeafab242df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efb2f85b-f06f-47f3-bb3d-88466ef730b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb2f85b-f06f-47f3-bb3d-88466ef730b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7564352424713865350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50c0a9e-64fe-438b-b465-1968e982bef3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb2f85b-f06f-47f3-bb3d-88466ef730b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5ba1756-2537-4a07-98d6-c48a38846798, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5ba1756-2537-4a07-98d6-c48a38846798, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1114565948321092583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc97fb19-c1fe-40be-a481-5b75ee0a08bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc97fb19-c1fe-40be-a481-5b75ee0a08bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6908399227613522891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5ba1756-2537-4a07-98d6-c48a38846798, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8736b6c-ef3e-4b70-b129-aff979470516, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8736b6c-ef3e-4b70-b129-aff979470516, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6646695590459448554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc97fb19-c1fe-40be-a481-5b75ee0a08bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dc5669e-3191-4d2b-94dc-c931d769d400, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc5669e-3191-4d2b-94dc-c931d769d400, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3722183991409912942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8736b6c-ef3e-4b70-b129-aff979470516, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23b5634e-c92e-4a65-a384-e385a96e8e06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b5634e-c92e-4a65-a384-e385a96e8e06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11771457897703074108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc5669e-3191-4d2b-94dc-c931d769d400, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b5634e-c92e-4a65-a384-e385a96e8e06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2d614e0-64ca-40b7-90c3-634606d62f8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38d6d397-0996-460e-9735-d26cd9ba0493, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38d6d397-0996-460e-9735-d26cd9ba0493, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15404545108043526955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d614e0-64ca-40b7-90c3-634606d62f8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9403180091494292839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38d6d397-0996-460e-9735-d26cd9ba0493, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b06a2df4-b93e-422e-9dce-264871165900, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b06a2df4-b93e-422e-9dce-264871165900, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11923115505035505206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d614e0-64ca-40b7-90c3-634606d62f8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f32fe64-3719-4879-a975-a1d3e95492fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f32fe64-3719-4879-a975-a1d3e95492fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8756680401845822556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b06a2df4-b93e-422e-9dce-264871165900, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f32fe64-3719-4879-a975-a1d3e95492fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10a57b0b-ed28-4de4-93d5-1a9b9e234141, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ff55fc1-d001-439c-b967-780ccf45dd92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10a57b0b-ed28-4de4-93d5-1a9b9e234141, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1388716290752668071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff55fc1-d001-439c-b967-780ccf45dd92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3566593268526119404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10a57b0b-ed28-4de4-93d5-1a9b9e234141, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca9e57a-4717-403b-816f-5f9ad2242d28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca9e57a-4717-403b-816f-5f9ad2242d28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9347629657617905965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff55fc1-d001-439c-b967-780ccf45dd92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edd78bf3-a742-44f5-8f08-008d32cd1596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd78bf3-a742-44f5-8f08-008d32cd1596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12144809480583685058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca9e57a-4717-403b-816f-5f9ad2242d28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae420b36-8238-4716-b9e6-8171ef311bf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae420b36-8238-4716-b9e6-8171ef311bf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11842000245293622972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd78bf3-a742-44f5-8f08-008d32cd1596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7354cfe-eecf-496b-9d36-d1758b68bfcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae420b36-8238-4716-b9e6-8171ef311bf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1307ae94-595e-44c6-8df9-930d75330884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7354cfe-eecf-496b-9d36-d1758b68bfcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1252720145758239809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1307ae94-595e-44c6-8df9-930d75330884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15603964913043315886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7354cfe-eecf-496b-9d36-d1758b68bfcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1307ae94-595e-44c6-8df9-930d75330884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8419d26-84f1-40cc-8341-e5d208f6395c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8419d26-84f1-40cc-8341-e5d208f6395c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13435417390727193370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13508a8-3b05-458e-80a9-ab12ceb29ba0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13508a8-3b05-458e-80a9-ab12ceb29ba0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4133871942895546468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8419d26-84f1-40cc-8341-e5d208f6395c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97edb2e4-6e7f-4f2a-b450-647716239e3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97edb2e4-6e7f-4f2a-b450-647716239e3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420190230451606115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13508a8-3b05-458e-80a9-ab12ceb29ba0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e1d6c44-5f92-4254-9057-6f385a2c6cb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e1d6c44-5f92-4254-9057-6f385a2c6cb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18080373463045935634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97edb2e4-6e7f-4f2a-b450-647716239e3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50849608-584a-48a8-b339-5b53e00eed2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50849608-584a-48a8-b339-5b53e00eed2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 749992942843140591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e1d6c44-5f92-4254-9057-6f385a2c6cb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 699b23ab-5c64-43f7-bb2c-f1fe3ec20745, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 699b23ab-5c64-43f7-bb2c-f1fe3ec20745, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7663377631559549779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50849608-584a-48a8-b339-5b53e00eed2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 113e147b-c3f7-4f32-8f12-f92ccc6f86e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113e147b-c3f7-4f32-8f12-f92ccc6f86e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14254081252867010655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 699b23ab-5c64-43f7-bb2c-f1fe3ec20745, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9810120e-3e43-470b-9246-4d518cbe1a01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9810120e-3e43-470b-9246-4d518cbe1a01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11187753488945395216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113e147b-c3f7-4f32-8f12-f92ccc6f86e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f9cd219-e6e3-488a-8223-c89c988d36f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9cd219-e6e3-488a-8223-c89c988d36f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12132215083526509252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9810120e-3e43-470b-9246-4d518cbe1a01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f679270-48cd-4f0c-9147-5d2cf4e80f5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f679270-48cd-4f0c-9147-5d2cf4e80f5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16305628671418250898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9cd219-e6e3-488a-8223-c89c988d36f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02639428-6c0e-4132-9752-e2109857040b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02639428-6c0e-4132-9752-e2109857040b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4348730463354716729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02639428-6c0e-4132-9752-e2109857040b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0ff7c66-0fd3-4596-8c51-88e6cb673b03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0ff7c66-0fd3-4596-8c51-88e6cb673b03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15477809957796573082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0ff7c66-0fd3-4596-8c51-88e6cb673b03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb8fe39c-6062-448a-a8e0-780c0d99f2f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb8fe39c-6062-448a-a8e0-780c0d99f2f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3051391481832763865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f679270-48cd-4f0c-9147-5d2cf4e80f5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e3cc7a3-4dbe-4a39-a320-19c5a700bce5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e3cc7a3-4dbe-4a39-a320-19c5a700bce5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1143229283175287721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb8fe39c-6062-448a-a8e0-780c0d99f2f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 055c5a95-3dc4-4a4e-af2c-b0f3efff4b69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 055c5a95-3dc4-4a4e-af2c-b0f3efff4b69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6889594821057785304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e3cc7a3-4dbe-4a39-a320-19c5a700bce5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3643893d-581e-4676-ab0c-b8dbb7d87fa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3643893d-581e-4676-ab0c-b8dbb7d87fa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2983683374671343997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 055c5a95-3dc4-4a4e-af2c-b0f3efff4b69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a382ee2-e215-44ae-a570-088cf5ad2e35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a382ee2-e215-44ae-a570-088cf5ad2e35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6757743450400140789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3643893d-581e-4676-ab0c-b8dbb7d87fa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97a3ec60-d8c6-4c91-9dc0-d87148aeebc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a3ec60-d8c6-4c91-9dc0-d87148aeebc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3178714092705920194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a382ee2-e215-44ae-a570-088cf5ad2e35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6f01e3b-854f-4508-9ce2-e0f407f52aca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f01e3b-854f-4508-9ce2-e0f407f52aca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9684914723095973733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a3ec60-d8c6-4c91-9dc0-d87148aeebc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 756350da-3857-4eb5-8457-b4504cbbb231, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 756350da-3857-4eb5-8457-b4504cbbb231, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7533336131902495311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f01e3b-854f-4508-9ce2-e0f407f52aca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a9f77f8-79f7-4c18-a8d4-09d83b5f8239, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a9f77f8-79f7-4c18-a8d4-09d83b5f8239, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11336304032037671985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 756350da-3857-4eb5-8457-b4504cbbb231, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69356fb7-9024-43b7-b0fe-4afe6c284908, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a9f77f8-79f7-4c18-a8d4-09d83b5f8239, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13014c27-5594-455b-b093-195ba4e34a5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13014c27-5594-455b-b093-195ba4e34a5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1809962014359386360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69356fb7-9024-43b7-b0fe-4afe6c284908, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5610814435311378884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13014c27-5594-455b-b093-195ba4e34a5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38ec0e75-b082-472c-b8a4-04b35111b5e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69356fb7-9024-43b7-b0fe-4afe6c284908, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ec0e75-b082-472c-b8a4-04b35111b5e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5319431078429943474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89b404dd-039f-479a-b39d-058cda1f9f70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b404dd-039f-479a-b39d-058cda1f9f70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4479736976162583844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ec0e75-b082-472c-b8a4-04b35111b5e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7010cde4-bfe7-44fd-b4c5-36f7e081b9e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7010cde4-bfe7-44fd-b4c5-36f7e081b9e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003544156038980112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b404dd-039f-479a-b39d-058cda1f9f70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b85db2d8-7572-487a-b7d4-c7df34549657, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85db2d8-7572-487a-b7d4-c7df34549657, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11687932963779390877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7010cde4-bfe7-44fd-b4c5-36f7e081b9e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85db2d8-7572-487a-b7d4-c7df34549657, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd93dcc4-6767-43b2-a76f-060d8bc474f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd93dcc4-6767-43b2-a76f-060d8bc474f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 212046426473348887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e67abcb-2273-479f-91da-034814036a46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e67abcb-2273-479f-91da-034814036a46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137990717365323761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd93dcc4-6767-43b2-a76f-060d8bc474f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81a959b7-3222-40bd-ad0a-ade9fb3450fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81a959b7-3222-40bd-ad0a-ade9fb3450fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16018724201407317826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e67abcb-2273-479f-91da-034814036a46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d765d7c3-a673-43bf-803c-05775308c0a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d765d7c3-a673-43bf-803c-05775308c0a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12115662338415607650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81a959b7-3222-40bd-ad0a-ade9fb3450fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4301df14-ef17-45eb-9e7f-51c9349a2e98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4301df14-ef17-45eb-9e7f-51c9349a2e98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2695196723058384934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d765d7c3-a673-43bf-803c-05775308c0a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b588007-f451-4e83-bde9-e384481b935e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b588007-f451-4e83-bde9-e384481b935e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7763230995005126799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4301df14-ef17-45eb-9e7f-51c9349a2e98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab3b4ab5-799e-4543-ae8b-df76a5958a87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab3b4ab5-799e-4543-ae8b-df76a5958a87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4418147899217424848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b588007-f451-4e83-bde9-e384481b935e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d110a852-979b-44f4-aa37-d32bbd904450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d110a852-979b-44f4-aa37-d32bbd904450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6074780800287914893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab3b4ab5-799e-4543-ae8b-df76a5958a87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1df49b7-eab6-4285-b55c-80cc16c90806, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1df49b7-eab6-4285-b55c-80cc16c90806, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077951039957042701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d110a852-979b-44f4-aa37-d32bbd904450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a6765f1-0e65-4f26-a8e4-0d82f153da63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a6765f1-0e65-4f26-a8e4-0d82f153da63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1731956505132789255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1df49b7-eab6-4285-b55c-80cc16c90806, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 966c7af7-5436-4970-932d-9ef2443a0c0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 966c7af7-5436-4970-932d-9ef2443a0c0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454027757923195013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a6765f1-0e65-4f26-a8e4-0d82f153da63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79d2d282-a47d-4f17-9b82-bd7c2671d3cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79d2d282-a47d-4f17-9b82-bd7c2671d3cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823193821792851567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 966c7af7-5436-4970-932d-9ef2443a0c0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0320908-d0f2-456f-9e77-459424c07bf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0320908-d0f2-456f-9e77-459424c07bf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16621719038157703416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79d2d282-a47d-4f17-9b82-bd7c2671d3cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0320908-d0f2-456f-9e77-459424c07bf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d6414c-5bfd-4235-9a52-010264609633, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae04ce11-594f-4770-9f77-a246ac5a465d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae04ce11-594f-4770-9f77-a246ac5a465d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8059310878607302269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d6414c-5bfd-4235-9a52-010264609633, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17388280108863010720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae04ce11-594f-4770-9f77-a246ac5a465d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d103e54f-cbb9-4294-8fe9-f18665dd818a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d6414c-5bfd-4235-9a52-010264609633, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d103e54f-cbb9-4294-8fe9-f18665dd818a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8208622285677179481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daaefd14-cefc-4c05-a8f2-20bea8592b24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daaefd14-cefc-4c05-a8f2-20bea8592b24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2097689698629933390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d103e54f-cbb9-4294-8fe9-f18665dd818a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8ca110c-7781-4e44-8cc2-ae236ad301fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8ca110c-7781-4e44-8cc2-ae236ad301fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2097566915948885378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daaefd14-cefc-4c05-a8f2-20bea8592b24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ad35e25-d960-40a6-9b50-78e8133a4d76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad35e25-d960-40a6-9b50-78e8133a4d76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11251932855386024054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8ca110c-7781-4e44-8cc2-ae236ad301fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beac4aca-ac28-4a9d-9a6c-dd9f1f5ffd3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beac4aca-ac28-4a9d-9a6c-dd9f1f5ffd3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12602772878363564536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad35e25-d960-40a6-9b50-78e8133a4d76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36758c8e-41db-4034-b123-42fa45d25f4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36758c8e-41db-4034-b123-42fa45d25f4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17279538864832957374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beac4aca-ac28-4a9d-9a6c-dd9f1f5ffd3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4d80e91-74ad-4258-b56f-ad5a8b889470, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d80e91-74ad-4258-b56f-ad5a8b889470, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12673039156390809987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36758c8e-41db-4034-b123-42fa45d25f4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c08c9f6-b214-4d4e-9ae9-a686676e4cf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c08c9f6-b214-4d4e-9ae9-a686676e4cf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13804577453455152384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d80e91-74ad-4258-b56f-ad5a8b889470, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a1f657f-140b-490b-b144-66af12126279, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a1f657f-140b-490b-b144-66af12126279, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6646988177174917362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c08c9f6-b214-4d4e-9ae9-a686676e4cf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f78f0846-5d76-47b4-9164-b0b9b6151452, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78f0846-5d76-47b4-9164-b0b9b6151452, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12357550938939992983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a1f657f-140b-490b-b144-66af12126279, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50d8b8ef-aae0-464c-8ade-507c11bcb143, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78f0846-5d76-47b4-9164-b0b9b6151452, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dd91918-2046-42f5-b178-2dc924fd148b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d8b8ef-aae0-464c-8ade-507c11bcb143, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9233571559871801874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd91918-2046-42f5-b178-2dc924fd148b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10386337504696853251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d8b8ef-aae0-464c-8ade-507c11bcb143, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82daedb0-8710-4fda-a2b9-ef769cac23d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82daedb0-8710-4fda-a2b9-ef769cac23d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11288803498341340571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd91918-2046-42f5-b178-2dc924fd148b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03290e54-6acf-4ff5-b7b0-b129eb7bfbf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03290e54-6acf-4ff5-b7b0-b129eb7bfbf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17870813212824277170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82daedb0-8710-4fda-a2b9-ef769cac23d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 281ce8f2-6501-4902-ab37-c9297df04658, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 281ce8f2-6501-4902-ab37-c9297df04658, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15239825348151348125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03290e54-6acf-4ff5-b7b0-b129eb7bfbf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b065b85-43de-452e-a387-dbcfdf57b05a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 281ce8f2-6501-4902-ab37-c9297df04658, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf472647-e3c9-4154-ad47-2590cb299167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b065b85-43de-452e-a387-dbcfdf57b05a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9170962480453555787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf472647-e3c9-4154-ad47-2590cb299167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9545959111868503720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b065b85-43de-452e-a387-dbcfdf57b05a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe17312-3907-4f19-8f7d-9064e7428a25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe17312-3907-4f19-8f7d-9064e7428a25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3176636679609308340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf472647-e3c9-4154-ad47-2590cb299167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe17312-3907-4f19-8f7d-9064e7428a25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44af4c8a-58b6-440f-8d2b-13dbc531c4a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a68cd66b-6c61-499f-a016-654fa79116dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44af4c8a-58b6-440f-8d2b-13dbc531c4a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1163443291023971009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a68cd66b-6c61-499f-a016-654fa79116dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18037866011423684914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44af4c8a-58b6-440f-8d2b-13dbc531c4a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8623e4e4-d019-4294-9533-7272cc4ba1e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8623e4e4-d019-4294-9533-7272cc4ba1e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9664921839021731353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a68cd66b-6c61-499f-a016-654fa79116dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10504428-51af-4d71-84ea-c51442673fe3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10504428-51af-4d71-84ea-c51442673fe3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10755664782573715581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8623e4e4-d019-4294-9533-7272cc4ba1e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 187b1192-b4e2-4312-a525-72f7ebf09a1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10504428-51af-4d71-84ea-c51442673fe3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af0c2ca7-cf0d-44a5-b530-0a75bf5a841c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af0c2ca7-cf0d-44a5-b530-0a75bf5a841c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11885054638132224462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 187b1192-b4e2-4312-a525-72f7ebf09a1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4082296068847635441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 187b1192-b4e2-4312-a525-72f7ebf09a1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd997308-7578-4e22-bd43-6e4ae2454aa9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd997308-7578-4e22-bd43-6e4ae2454aa9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3129718542039097772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af0c2ca7-cf0d-44a5-b530-0a75bf5a841c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c6c7ef-fffc-43af-8e09-a7390b2e2107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c6c7ef-fffc-43af-8e09-a7390b2e2107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 75680729829208366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7568072982920836675680729829208366756807298292083667568072982920836675680729829208366756807298292083667568072982920836675680729829208366756807298292083667568072982920836675680729829208366756807298292083667568072982920836675680729829208366756807298292083667568072982920836675680729829208366756807298292083667568072982920836675680729829208366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd997308-7578-4e22-bd43-6e4ae2454aa9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff1ffaa0-9f96-4684-a5da-1f33e13f1f34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff1ffaa0-9f96-4684-a5da-1f33e13f1f34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6629786336387093847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c6c7ef-fffc-43af-8e09-a7390b2e2107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de84630-ddf5-4cf2-abd5-310243b09784, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de84630-ddf5-4cf2-abd5-310243b09784, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10876511761612656573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff1ffaa0-9f96-4684-a5da-1f33e13f1f34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e6c7688-9d4b-4232-b2cb-77799daa66a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de84630-ddf5-4cf2-abd5-310243b09784, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32fb0b1d-32e5-4e44-b7de-03c82a834617, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6c7688-9d4b-4232-b2cb-77799daa66a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13226072183376034425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6c7688-9d4b-4232-b2cb-77799daa66a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32fb0b1d-32e5-4e44-b7de-03c82a834617, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10261396921439265747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c378355e-9b69-4a19-9320-d25e808a5e6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c378355e-9b69-4a19-9320-d25e808a5e6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12417791582582790750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32fb0b1d-32e5-4e44-b7de-03c82a834617, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9375c81d-01a6-4df0-bace-927b05cbd6d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9375c81d-01a6-4df0-bace-927b05cbd6d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5177291266059223413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c378355e-9b69-4a19-9320-d25e808a5e6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b60f0029-07e1-45df-b75e-62863c7fa559, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b60f0029-07e1-45df-b75e-62863c7fa559, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7857063985287689307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9375c81d-01a6-4df0-bace-927b05cbd6d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b580ae88-735a-4f47-93c1-ac817a4523ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b580ae88-735a-4f47-93c1-ac817a4523ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17556537296042507486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b60f0029-07e1-45df-b75e-62863c7fa559, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b580ae88-735a-4f47-93c1-ac817a4523ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 222b2a2f-5d23-46ae-9aaf-e28d05f60b34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcb715f9-b639-4316-9431-54955139bec5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 222b2a2f-5d23-46ae-9aaf-e28d05f60b34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6945242227473380212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcb715f9-b639-4316-9431-54955139bec5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17852800337693128420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 222b2a2f-5d23-46ae-9aaf-e28d05f60b34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b35629bc-a5d5-4d8d-a1f6-ca8677e01281, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b35629bc-a5d5-4d8d-a1f6-ca8677e01281, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3253136571383726526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcb715f9-b639-4316-9431-54955139bec5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de6923f4-6786-4772-9a4d-b897b484c9c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6923f4-6786-4772-9a4d-b897b484c9c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13935201105482763388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b35629bc-a5d5-4d8d-a1f6-ca8677e01281, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f404eee5-0f03-4711-8430-d563180f9f38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f404eee5-0f03-4711-8430-d563180f9f38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15672846805802852264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6923f4-6786-4772-9a4d-b897b484c9c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6870282-281e-4921-a5fb-0f10fe9da5d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6870282-281e-4921-a5fb-0f10fe9da5d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5406019609791903412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f404eee5-0f03-4711-8430-d563180f9f38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce5554f0-014e-43bf-8bc9-3c8897a91ef4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce5554f0-014e-43bf-8bc9-3c8897a91ef4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 228950721905569098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6870282-281e-4921-a5fb-0f10fe9da5d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce5554f0-014e-43bf-8bc9-3c8897a91ef4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed2b425e-befd-4b85-8ca5-abe0000a207d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed2b425e-befd-4b85-8ca5-abe0000a207d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1970166267534664387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74d16192-b8cc-4918-b68c-fe684a25e1ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d16192-b8cc-4918-b68c-fe684a25e1ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4738182894896132093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed2b425e-befd-4b85-8ca5-abe0000a207d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc167874-6c78-4025-8d70-5eded038d205, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc167874-6c78-4025-8d70-5eded038d205, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912062694594334232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d16192-b8cc-4918-b68c-fe684a25e1ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99ab1506-1d5a-4306-b32a-04f439303aaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ab1506-1d5a-4306-b32a-04f439303aaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14624170905792045164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc167874-6c78-4025-8d70-5eded038d205, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f0121d7-54ca-4aed-86d9-8983c0b79a45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0121d7-54ca-4aed-86d9-8983c0b79a45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16435078183716572256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ab1506-1d5a-4306-b32a-04f439303aaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bf74386-d1f7-4fa2-942f-4095505edb8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf74386-d1f7-4fa2-942f-4095505edb8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7698988441723644852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0121d7-54ca-4aed-86d9-8983c0b79a45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94ef4a22-9bf2-4b9c-8f96-6f4d3bf18bcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf74386-d1f7-4fa2-942f-4095505edb8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b817f703-b4ef-4770-a60d-91a876aab99a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b817f703-b4ef-4770-a60d-91a876aab99a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17422740428415181522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94ef4a22-9bf2-4b9c-8f96-6f4d3bf18bcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914739842741956174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b817f703-b4ef-4770-a60d-91a876aab99a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd1e32cf-8679-4d0e-bd02-06a5e3485b33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd1e32cf-8679-4d0e-bd02-06a5e3485b33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4259760974215942824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94ef4a22-9bf2-4b9c-8f96-6f4d3bf18bcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2cf6bee-37c7-4367-976d-ed7885119b46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2cf6bee-37c7-4367-976d-ed7885119b46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11387171335039624367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd1e32cf-8679-4d0e-bd02-06a5e3485b33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29f51262-31fc-446f-a60d-582c23f00bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2cf6bee-37c7-4367-976d-ed7885119b46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29f51262-31fc-446f-a60d-582c23f00bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8730750923375550384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8079ced9-9088-4d79-9e54-98a984e602ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8079ced9-9088-4d79-9e54-98a984e602ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9130150321764959570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29f51262-31fc-446f-a60d-582c23f00bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02dfe8a3-a653-4b72-94a8-c17ea4cd1b25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02dfe8a3-a653-4b72-94a8-c17ea4cd1b25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3874173357362756374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8079ced9-9088-4d79-9e54-98a984e602ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4274710-f2ed-4e31-b101-9d7076f44208, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4274710-f2ed-4e31-b101-9d7076f44208, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1640414541016306826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02dfe8a3-a653-4b72-94a8-c17ea4cd1b25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 249eed14-cf8f-429d-a791-93270cdeb329, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249eed14-cf8f-429d-a791-93270cdeb329, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7067817165519621438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4274710-f2ed-4e31-b101-9d7076f44208, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da266736-dec4-47df-a7a2-61e5483ffaa1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da266736-dec4-47df-a7a2-61e5483ffaa1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16890555747895393938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249eed14-cf8f-429d-a791-93270cdeb329, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00a2ba05-e7e9-471d-8a80-35235c65a1d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00a2ba05-e7e9-471d-8a80-35235c65a1d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9961163845416534392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da266736-dec4-47df-a7a2-61e5483ffaa1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73f91263-b594-403c-a6fc-fe3aac7076ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f91263-b594-403c-a6fc-fe3aac7076ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16542176540104495332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00a2ba05-e7e9-471d-8a80-35235c65a1d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ba5e8f7-f394-4817-8544-c046df382b37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba5e8f7-f394-4817-8544-c046df382b37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17948746594703780294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba5e8f7-f394-4817-8544-c046df382b37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27234e6c-d422-4a60-97c8-2b2a69e80d38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27234e6c-d422-4a60-97c8-2b2a69e80d38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9737902222554396967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f91263-b594-403c-a6fc-fe3aac7076ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24509bb9-cff4-49c2-8d5d-f9d8be07f86a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24509bb9-cff4-49c2-8d5d-f9d8be07f86a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807814365831668950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27234e6c-d422-4a60-97c8-2b2a69e80d38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49ded767-d217-4289-938d-72442d6b69c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ded767-d217-4289-938d-72442d6b69c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17951795926239552648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24509bb9-cff4-49c2-8d5d-f9d8be07f86a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bec8b169-8c57-42da-adf8-8f907a178f71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bec8b169-8c57-42da-adf8-8f907a178f71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4012362148536190825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ded767-d217-4289-938d-72442d6b69c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0301c42-90fc-4f98-b70a-f01561d02efc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0301c42-90fc-4f98-b70a-f01561d02efc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1670685988265516918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bec8b169-8c57-42da-adf8-8f907a178f71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b34f20d-a13d-40bb-a732-e42ed0aa4b6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b34f20d-a13d-40bb-a732-e42ed0aa4b6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13326121387031405437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0301c42-90fc-4f98-b70a-f01561d02efc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1bcc020-ca99-4173-bb86-5a51d805813e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1bcc020-ca99-4173-bb86-5a51d805813e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137026655178575644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b34f20d-a13d-40bb-a732-e42ed0aa4b6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1bcc020-ca99-4173-bb86-5a51d805813e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f20a67ad-6f23-41fd-85d7-175cb5754d21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8af5e3ca-156e-434f-908d-b37b0cfdd6f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20a67ad-6f23-41fd-85d7-175cb5754d21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14671988957694913756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af5e3ca-156e-434f-908d-b37b0cfdd6f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 877997707328898982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20a67ad-6f23-41fd-85d7-175cb5754d21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79e158f2-e149-4d79-8f69-e99fd8aec9b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e158f2-e149-4d79-8f69-e99fd8aec9b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6238255002383838721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af5e3ca-156e-434f-908d-b37b0cfdd6f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14640b1c-d5c5-48e5-b369-5138eec00df4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14640b1c-d5c5-48e5-b369-5138eec00df4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 392678226836559085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e158f2-e149-4d79-8f69-e99fd8aec9b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e13da5bc-eec5-4783-b511-4130b95ee092, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14640b1c-d5c5-48e5-b369-5138eec00df4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13da5bc-eec5-4783-b511-4130b95ee092, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1109293749459884802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46a22362-772d-4081-8d9b-51c016582995, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a22362-772d-4081-8d9b-51c016582995, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16817634489215159652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13da5bc-eec5-4783-b511-4130b95ee092, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d9ccff-df58-4f64-9b6d-cb4e49ccc834, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d9ccff-df58-4f64-9b6d-cb4e49ccc834, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9254740201772545638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a22362-772d-4081-8d9b-51c016582995, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d9ccff-df58-4f64-9b6d-cb4e49ccc834, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4502d4c7-748d-430f-8628-b4888b37a3af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4502d4c7-748d-430f-8628-b4888b37a3af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2536222205865195038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 486fb77b-fe23-4d3b-b431-d681cc22f6b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 486fb77b-fe23-4d3b-b431-d681cc22f6b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3677611380026368919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4502d4c7-748d-430f-8628-b4888b37a3af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f61476e-b75c-4853-9e56-c491a482fe98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f61476e-b75c-4853-9e56-c491a482fe98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8813364796112010041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 486fb77b-fe23-4d3b-b431-d681cc22f6b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 700a83eb-9a2f-4c91-8ebc-d861b611543d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 700a83eb-9a2f-4c91-8ebc-d861b611543d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8055815427986745871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f61476e-b75c-4853-9e56-c491a482fe98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 700a83eb-9a2f-4c91-8ebc-d861b611543d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91ec3c78-7977-43d8-8005-7f2e9bdeaeb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2213bef4-431f-4f49-84d6-b679b3c21bc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ec3c78-7977-43d8-8005-7f2e9bdeaeb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9665909971920651420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2213bef4-431f-4f49-84d6-b679b3c21bc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4482121379263063471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ec3c78-7977-43d8-8005-7f2e9bdeaeb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7901160d-4d6e-4d1b-90bc-cba58f9db830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7901160d-4d6e-4d1b-90bc-cba58f9db830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10926546212319667352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2213bef4-431f-4f49-84d6-b679b3c21bc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0372e646-d308-433b-8acd-720733d4f6b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0372e646-d308-433b-8acd-720733d4f6b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13467222390328301672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7901160d-4d6e-4d1b-90bc-cba58f9db830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08d748da-6757-439a-a186-ff9c53aff046, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d748da-6757-439a-a186-ff9c53aff046, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7479154943489633538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0372e646-d308-433b-8acd-720733d4f6b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9070124e-c53a-463b-a843-6d6d1e6722ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9070124e-c53a-463b-a843-6d6d1e6722ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9714245858098919073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d748da-6757-439a-a186-ff9c53aff046, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1261d80-9e5f-458f-97f0-69d473545865, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1261d80-9e5f-458f-97f0-69d473545865, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16009267924740666496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9070124e-c53a-463b-a843-6d6d1e6722ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1261d80-9e5f-458f-97f0-69d473545865, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 023fb868-3645-4a99-9699-36633d23e21e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023fb868-3645-4a99-9699-36633d23e21e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16328288720193756047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bb4b099-ee58-4e05-89f2-436e49b1b7e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bb4b099-ee58-4e05-89f2-436e49b1b7e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 41927996898533166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4192799689853316641927996898533166419279968985331664192799689853316641927996898533166419279968985331664192799689853316641927996898533166419279968985331664192799689853316641927996898533166419279968985331664192799689853316641927996898533166419279968985331664192799689853316641927996898533166419279968985331664192799689853316641927996898533166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023fb868-3645-4a99-9699-36633d23e21e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2acc383a-b0e8-484e-bb0f-a70d1ce8c92c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bb4b099-ee58-4e05-89f2-436e49b1b7e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2acc383a-b0e8-484e-bb0f-a70d1ce8c92c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880134409457795594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecfee682-a074-4d3d-a0a7-f8486b7090cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecfee682-a074-4d3d-a0a7-f8486b7090cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8443712738077437430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2acc383a-b0e8-484e-bb0f-a70d1ce8c92c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc9148b6-64f2-44b0-b18f-3b7665fa2658, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9148b6-64f2-44b0-b18f-3b7665fa2658, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8294521729871284904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecfee682-a074-4d3d-a0a7-f8486b7090cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c22905e7-86dd-476d-bd22-b74e43e34835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22905e7-86dd-476d-bd22-b74e43e34835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776063234355862620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9148b6-64f2-44b0-b18f-3b7665fa2658, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b435c3a-13eb-4ea3-ad16-2dd6fc98fbd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b435c3a-13eb-4ea3-ad16-2dd6fc98fbd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1818367988770817963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22905e7-86dd-476d-bd22-b74e43e34835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f43ad424-a16d-49ba-aa10-79d8aac4fbe6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f43ad424-a16d-49ba-aa10-79d8aac4fbe6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10011749109790140298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b435c3a-13eb-4ea3-ad16-2dd6fc98fbd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3000439-00f8-4da9-a6d6-a013a1e3ec1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3000439-00f8-4da9-a6d6-a013a1e3ec1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8073802063115308562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f43ad424-a16d-49ba-aa10-79d8aac4fbe6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9f37985-1d06-4c50-9a88-e9fcf0f15dff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3000439-00f8-4da9-a6d6-a013a1e3ec1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f37985-1d06-4c50-9a88-e9fcf0f15dff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11191836009625367620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e9f0ca1-e31a-48a9-a279-b4dec9df085f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e9f0ca1-e31a-48a9-a279-b4dec9df085f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17816295758380717478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9f37985-1d06-4c50-9a88-e9fcf0f15dff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b48560e3-ab9f-4462-b9b0-037951845594, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b48560e3-ab9f-4462-b9b0-037951845594, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11006320244591571314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e9f0ca1-e31a-48a9-a279-b4dec9df085f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a77784fe-6029-4e2b-9226-d79f3ec3e29c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a77784fe-6029-4e2b-9226-d79f3ec3e29c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9562528826167576177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b48560e3-ab9f-4462-b9b0-037951845594, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 322db8c8-ea06-4b93-b4cd-da1ef40c671b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322db8c8-ea06-4b93-b4cd-da1ef40c671b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13712995762976479808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a77784fe-6029-4e2b-9226-d79f3ec3e29c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b96db837-dec6-4471-8cf3-509dbf9fcbb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96db837-dec6-4471-8cf3-509dbf9fcbb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7088929533499061214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96db837-dec6-4471-8cf3-509dbf9fcbb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2b8481-41ab-4976-ab65-87e82cf5c9d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2b8481-41ab-4976-ab65-87e82cf5c9d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5284289085149483107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322db8c8-ea06-4b93-b4cd-da1ef40c671b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17864718-7ccc-40cc-86d0-3534fc3ec46d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17864718-7ccc-40cc-86d0-3534fc3ec46d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 534308568490162040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2b8481-41ab-4976-ab65-87e82cf5c9d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a18f57ec-3b29-464e-8d7b-94b3027c3fb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18f57ec-3b29-464e-8d7b-94b3027c3fb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15800842938309540189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17864718-7ccc-40cc-86d0-3534fc3ec46d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 632aa635-9aad-46c8-ae92-b91d4768922b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 632aa635-9aad-46c8-ae92-b91d4768922b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16454184265990678924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18f57ec-3b29-464e-8d7b-94b3027c3fb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daa009f2-d295-448a-88a3-6bea2bc5d476, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daa009f2-d295-448a-88a3-6bea2bc5d476, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13697564872567451974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 632aa635-9aad-46c8-ae92-b91d4768922b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daa009f2-d295-448a-88a3-6bea2bc5d476, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04ce1be3-e796-4359-b3eb-c18bc00da79c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04ce1be3-e796-4359-b3eb-c18bc00da79c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4116927196738700678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a812c7a9-1125-4226-aa4e-5429ec18ff93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a812c7a9-1125-4226-aa4e-5429ec18ff93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1409395094406182856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04ce1be3-e796-4359-b3eb-c18bc00da79c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3946a9d9-1560-450d-8a47-5d9ef6c7e80a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3946a9d9-1560-450d-8a47-5d9ef6c7e80a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5667780374946678680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a812c7a9-1125-4226-aa4e-5429ec18ff93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8639666a-57f0-4849-832a-9bca8659450c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8639666a-57f0-4849-832a-9bca8659450c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3909366257057579145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3946a9d9-1560-450d-8a47-5d9ef6c7e80a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48931ae1-bdf1-4e2f-b4b7-915096cc982f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8639666a-57f0-4849-832a-9bca8659450c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b943c7aa-2f53-4f77-899c-5b669587ec9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48931ae1-bdf1-4e2f-b4b7-915096cc982f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11593645569832089715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b943c7aa-2f53-4f77-899c-5b669587ec9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12018683590015297976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48931ae1-bdf1-4e2f-b4b7-915096cc982f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d65dae8e-111a-42ed-8e72-0a0728a939b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d65dae8e-111a-42ed-8e72-0a0728a939b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10316032685705486013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b943c7aa-2f53-4f77-899c-5b669587ec9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f7d494f-c6e1-4d04-8d94-085c5e4857b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f7d494f-c6e1-4d04-8d94-085c5e4857b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2566294710742881887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d65dae8e-111a-42ed-8e72-0a0728a939b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de2a88fa-3ca8-4914-9f40-ff01e7ce7102, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2a88fa-3ca8-4914-9f40-ff01e7ce7102, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12769317883430789905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f7d494f-c6e1-4d04-8d94-085c5e4857b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642f96c7-6a87-49e9-baf7-08846360b356, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642f96c7-6a87-49e9-baf7-08846360b356, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15324798811195978674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2a88fa-3ca8-4914-9f40-ff01e7ce7102, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 013fe215-990e-4c0e-a178-19159c747717, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 013fe215-990e-4c0e-a178-19159c747717, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6862460593024700107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642f96c7-6a87-49e9-baf7-08846360b356, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8196c13d-597d-4e11-91c9-d081ccc6aeb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8196c13d-597d-4e11-91c9-d081ccc6aeb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18105023523256895727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 013fe215-990e-4c0e-a178-19159c747717, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 437c4702-309f-47bd-983b-cfda2047d320, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 437c4702-309f-47bd-983b-cfda2047d320, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16892533942858931630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8196c13d-597d-4e11-91c9-d081ccc6aeb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f6fc8c0-4faf-4fd5-8239-4b6c00b6061e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f6fc8c0-4faf-4fd5-8239-4b6c00b6061e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881551405069300235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 437c4702-309f-47bd-983b-cfda2047d320, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d872a40-9514-404e-9fe8-92f52e293f6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d872a40-9514-404e-9fe8-92f52e293f6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9365040809274136629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f6fc8c0-4faf-4fd5-8239-4b6c00b6061e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c39ac9d-1f36-49ce-8223-6e8216a97f1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c39ac9d-1f36-49ce-8223-6e8216a97f1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5742882567536263674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d872a40-9514-404e-9fe8-92f52e293f6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f67a22d4-f1cd-46b4-bd9e-e4cb5eed9779, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f67a22d4-f1cd-46b4-bd9e-e4cb5eed9779, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925517237308965636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c39ac9d-1f36-49ce-8223-6e8216a97f1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f38ed9ba-07ad-490f-9b5c-a45e16aedb25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38ed9ba-07ad-490f-9b5c-a45e16aedb25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11796056946106170972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f67a22d4-f1cd-46b4-bd9e-e4cb5eed9779, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9c4b7f4-d8ef-417c-a7a4-37a7db3a17b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9c4b7f4-d8ef-417c-a7a4-37a7db3a17b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6828916524262637901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38ed9ba-07ad-490f-9b5c-a45e16aedb25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b08d681e-bdf8-488d-82b8-56664aa0678e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b08d681e-bdf8-488d-82b8-56664aa0678e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7135602679910765630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9c4b7f4-d8ef-417c-a7a4-37a7db3a17b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0801ebdb-2263-4e4b-80c3-85afd8cfd208, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0801ebdb-2263-4e4b-80c3-85afd8cfd208, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10854389558120566445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b08d681e-bdf8-488d-82b8-56664aa0678e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4b74f49-0cdf-47bf-aec3-d25ea3702cca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b74f49-0cdf-47bf-aec3-d25ea3702cca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7755909595502030555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0801ebdb-2263-4e4b-80c3-85afd8cfd208, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13212ca-9892-4efc-89fd-a0c530f1dad2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13212ca-9892-4efc-89fd-a0c530f1dad2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7548303738521682429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b74f49-0cdf-47bf-aec3-d25ea3702cca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76c99b55-79cf-4aae-acbe-a67ed6c2a2bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c99b55-79cf-4aae-acbe-a67ed6c2a2bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4089522381999704716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13212ca-9892-4efc-89fd-a0c530f1dad2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeae4965-b503-4e1a-b439-e796e7c68cea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeae4965-b503-4e1a-b439-e796e7c68cea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2885702818595517066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c99b55-79cf-4aae-acbe-a67ed6c2a2bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e8da39c-7012-4a2e-9172-80777497c3a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e8da39c-7012-4a2e-9172-80777497c3a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10899586174168236753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e8da39c-7012-4a2e-9172-80777497c3a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e438fedf-5ac3-4e62-9443-b3b4071c8631, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e438fedf-5ac3-4e62-9443-b3b4071c8631, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2745235581836876496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeae4965-b503-4e1a-b439-e796e7c68cea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a31e2f3-ab1b-455a-b3a7-c4b80a655014, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a31e2f3-ab1b-455a-b3a7-c4b80a655014, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17726170420816557422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e438fedf-5ac3-4e62-9443-b3b4071c8631, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df34af30-d566-44a7-b1ed-607c058879cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df34af30-d566-44a7-b1ed-607c058879cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428230950513784448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a31e2f3-ab1b-455a-b3a7-c4b80a655014, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 902db661-c044-4192-a67f-4b402e1743d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 902db661-c044-4192-a67f-4b402e1743d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5969513099267971780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df34af30-d566-44a7-b1ed-607c058879cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 396f6121-38c2-4a05-b8ea-1cfa5b984154, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 396f6121-38c2-4a05-b8ea-1cfa5b984154, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16240510025425539574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 902db661-c044-4192-a67f-4b402e1743d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c710afe9-71a7-41d4-8828-2987e48cf478, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c710afe9-71a7-41d4-8828-2987e48cf478, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15062842580508416677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 396f6121-38c2-4a05-b8ea-1cfa5b984154, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea00da2-e7df-408b-9da3-4ffe67c66568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea00da2-e7df-408b-9da3-4ffe67c66568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17833090282090649908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c710afe9-71a7-41d4-8828-2987e48cf478, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b48d829-1d48-4837-9e94-3b42b799d014, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b48d829-1d48-4837-9e94-3b42b799d014, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11823007638353144605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea00da2-e7df-408b-9da3-4ffe67c66568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b48d829-1d48-4837-9e94-3b42b799d014, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed477b01-5165-40c9-9dbc-0540728c56b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed477b01-5165-40c9-9dbc-0540728c56b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12174771132571482103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80b9730e-e85d-465b-bc47-79c45fdf3efd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b9730e-e85d-465b-bc47-79c45fdf3efd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4233284768125383643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed477b01-5165-40c9-9dbc-0540728c56b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a2f45c0-099f-45b3-ad6e-eea46e812225, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2f45c0-099f-45b3-ad6e-eea46e812225, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12675291015357103683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b9730e-e85d-465b-bc47-79c45fdf3efd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60a8f030-1a70-4bd0-981b-06d3aa471886, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60a8f030-1a70-4bd0-981b-06d3aa471886, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8975192484475465635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2f45c0-099f-45b3-ad6e-eea46e812225, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad12380d-60aa-4ef7-9939-ac42865bb16a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad12380d-60aa-4ef7-9939-ac42865bb16a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12794626294133369779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60a8f030-1a70-4bd0-981b-06d3aa471886, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57005ae-bc6d-4c02-84a1-6b09f1158eba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad12380d-60aa-4ef7-9939-ac42865bb16a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57005ae-bc6d-4c02-84a1-6b09f1158eba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10122744494415390319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e28e3619-59e7-4fe7-af84-4d34960b8a44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e28e3619-59e7-4fe7-af84-4d34960b8a44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10952373288149889513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57005ae-bc6d-4c02-84a1-6b09f1158eba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec296abc-dd02-4a44-90c0-bbb50a9b11f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec296abc-dd02-4a44-90c0-bbb50a9b11f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3718169235344835181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e28e3619-59e7-4fe7-af84-4d34960b8a44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de92503-7105-4839-bec6-4c209b03dd3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de92503-7105-4839-bec6-4c209b03dd3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5039856988388624240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec296abc-dd02-4a44-90c0-bbb50a9b11f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9492a95d-a206-477e-9677-eb6b443a3d20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9492a95d-a206-477e-9677-eb6b443a3d20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17468598779437391010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de92503-7105-4839-bec6-4c209b03dd3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11bea733-7736-4eac-9c5e-ed8ca3dc3225, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11bea733-7736-4eac-9c5e-ed8ca3dc3225, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17008639051168030256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9492a95d-a206-477e-9677-eb6b443a3d20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7735afb2-e82a-419a-bb7b-e6bd5ac340f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7735afb2-e82a-419a-bb7b-e6bd5ac340f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18423764223418820644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11bea733-7736-4eac-9c5e-ed8ca3dc3225, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea7d3cbc-a3a6-4d12-8b8e-edb2a5dd992a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea7d3cbc-a3a6-4d12-8b8e-edb2a5dd992a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 684779227438307360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7735afb2-e82a-419a-bb7b-e6bd5ac340f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14651851-16b0-4d20-af5b-48d463cda782, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea7d3cbc-a3a6-4d12-8b8e-edb2a5dd992a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bdf165a-5911-4704-80c5-95703859971e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bdf165a-5911-4704-80c5-95703859971e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382842408817321791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14651851-16b0-4d20-af5b-48d463cda782, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13070074320583898809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bdf165a-5911-4704-80c5-95703859971e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 475bb053-37b1-4f1f-9c06-b7855bfe4b06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 475bb053-37b1-4f1f-9c06-b7855bfe4b06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14032038821166484999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14651851-16b0-4d20-af5b-48d463cda782, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c69a7d3-5c57-4439-b2ed-2bc9cacba217, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c69a7d3-5c57-4439-b2ed-2bc9cacba217, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6125639996967805280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 475bb053-37b1-4f1f-9c06-b7855bfe4b06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6bffce6-881e-4cb6-99e1-0c4c1ec4835e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6bffce6-881e-4cb6-99e1-0c4c1ec4835e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8547041495628262614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c69a7d3-5c57-4439-b2ed-2bc9cacba217, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6b673dd-906b-479d-b812-e0685b8697a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b673dd-906b-479d-b812-e0685b8697a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17886657656402412379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6bffce6-881e-4cb6-99e1-0c4c1ec4835e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f99eedd2-e8ab-446f-9907-358211fe4beb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f99eedd2-e8ab-446f-9907-358211fe4beb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7291958853521560974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6b673dd-906b-479d-b812-e0685b8697a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f5b02ce-cc4e-4081-b0c1-1265afe8d5a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5b02ce-cc4e-4081-b0c1-1265afe8d5a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13953126966679526809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5b02ce-cc4e-4081-b0c1-1265afe8d5a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f99eedd2-e8ab-446f-9907-358211fe4beb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1eafd864-9891-4c7f-b78d-289503e519f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eafd864-9891-4c7f-b78d-289503e519f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6407600077546722547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fc66131-0f20-4ccc-887a-6fa79810083e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc66131-0f20-4ccc-887a-6fa79810083e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8814187566723788355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc66131-0f20-4ccc-887a-6fa79810083e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8b7d08c-cfd0-4204-8f8a-5e0e5d734e57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b7d08c-cfd0-4204-8f8a-5e0e5d734e57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16344339072998486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634433907299848616344339072998486163443390729984861634433907299848616344339072998486163443390729984861634433907299848616344339072998486163443390729984861634433907299848616344339072998486163443390729984861634433907299848616344339072998486163443390729984861634433907299848616344339072998486163443390729984861634433907299848616344339072998486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eafd864-9891-4c7f-b78d-289503e519f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14dac44d-9b6a-4b5a-a770-c6242c0dae64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14dac44d-9b6a-4b5a-a770-c6242c0dae64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13368331038281744348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b7d08c-cfd0-4204-8f8a-5e0e5d734e57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c5f8961-9e4c-4f6a-b85c-3f16a1046679, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5f8961-9e4c-4f6a-b85c-3f16a1046679, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15662538466508178393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14dac44d-9b6a-4b5a-a770-c6242c0dae64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b61dd8c7-22f5-4a4e-9ef4-a18dba97e620, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b61dd8c7-22f5-4a4e-9ef4-a18dba97e620, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10509526885337758628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5f8961-9e4c-4f6a-b85c-3f16a1046679, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08db3e47-6ab0-4bd0-9e86-1afba46f44fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08db3e47-6ab0-4bd0-9e86-1afba46f44fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 170019342613183937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b61dd8c7-22f5-4a4e-9ef4-a18dba97e620, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64a85092-9f41-468d-bdfa-1f3045530674, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a85092-9f41-468d-bdfa-1f3045530674, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1667730186203807071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08db3e47-6ab0-4bd0-9e86-1afba46f44fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adfc23b2-5654-4599-84fa-c04fa8fd5352, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adfc23b2-5654-4599-84fa-c04fa8fd5352, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2209785375658249445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a85092-9f41-468d-bdfa-1f3045530674, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db8fc7fa-4ef4-4276-964b-0cf64df16f55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db8fc7fa-4ef4-4276-964b-0cf64df16f55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9764308606950052035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adfc23b2-5654-4599-84fa-c04fa8fd5352, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8e727df-ad7b-4253-8ff4-0fc372432e55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e727df-ad7b-4253-8ff4-0fc372432e55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3128748211729258503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db8fc7fa-4ef4-4276-964b-0cf64df16f55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c05778d9-4387-4024-9481-2544e366111a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c05778d9-4387-4024-9481-2544e366111a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9089405614726939471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e727df-ad7b-4253-8ff4-0fc372432e55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c3aefe-ba80-40f5-ab36-fa5f245e2b10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c3aefe-ba80-40f5-ab36-fa5f245e2b10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1200447555587840720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c05778d9-4387-4024-9481-2544e366111a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba2254e7-b765-486a-b69a-3c638ce258ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba2254e7-b765-486a-b69a-3c638ce258ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10725316545049285170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c3aefe-ba80-40f5-ab36-fa5f245e2b10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67b2f821-11fa-4f03-b6c1-4b126e89dbad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba2254e7-b765-486a-b69a-3c638ce258ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3991d8b-d303-4a84-ab0e-5af2510799f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67b2f821-11fa-4f03-b6c1-4b126e89dbad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5562625508467186137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3991d8b-d303-4a84-ab0e-5af2510799f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11905315631294356131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67b2f821-11fa-4f03-b6c1-4b126e89dbad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bed7c2d5-387c-4f7e-8a89-b6d915d78bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed7c2d5-387c-4f7e-8a89-b6d915d78bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10612039270415754381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3991d8b-d303-4a84-ab0e-5af2510799f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0449747-72e8-499e-ba42-b7e585d284f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed7c2d5-387c-4f7e-8a89-b6d915d78bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d158417-77a4-45da-9f8f-c16bde81ba45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d158417-77a4-45da-9f8f-c16bde81ba45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17280662967425638744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0449747-72e8-499e-ba42-b7e585d284f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15773674660141017051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d158417-77a4-45da-9f8f-c16bde81ba45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8e7c3d9-32ba-4d04-a44c-3789c58b3bca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e7c3d9-32ba-4d04-a44c-3789c58b3bca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11392284377336567477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0449747-72e8-499e-ba42-b7e585d284f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6df0588c-6d6d-4fc5-84c1-a9df4ef1d2e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df0588c-6d6d-4fc5-84c1-a9df4ef1d2e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18026336030589163118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e7c3d9-32ba-4d04-a44c-3789c58b3bca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df3281f2-1eac-489b-ab76-0c2c43986105, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3281f2-1eac-489b-ab76-0c2c43986105, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7339060118641746545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df0588c-6d6d-4fc5-84c1-a9df4ef1d2e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b5d6fef-75cc-4c1f-bdfc-e29edb388b66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5d6fef-75cc-4c1f-bdfc-e29edb388b66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 829157268236820426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3281f2-1eac-489b-ab76-0c2c43986105, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5d6fef-75cc-4c1f-bdfc-e29edb388b66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1891525-d1b2-484b-8fc7-7fbdffa505ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd6df79-a26a-44de-89a0-48712e811e4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd6df79-a26a-44de-89a0-48712e811e4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7118172405813489432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1891525-d1b2-484b-8fc7-7fbdffa505ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1224338616154767715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd6df79-a26a-44de-89a0-48712e811e4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f89ecf3-522f-40be-a5e4-b622830d6905, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f89ecf3-522f-40be-a5e4-b622830d6905, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12078138253052795787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1891525-d1b2-484b-8fc7-7fbdffa505ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05fbfb6a-d341-4b9d-b752-abaad09e7c96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05fbfb6a-d341-4b9d-b752-abaad09e7c96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11067714146063998500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05fbfb6a-d341-4b9d-b752-abaad09e7c96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0554bd61-067d-4987-b0a1-8d9a56f2eea4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0554bd61-067d-4987-b0a1-8d9a56f2eea4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6140904034189293853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f89ecf3-522f-40be-a5e4-b622830d6905, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d8bd701-2e15-492a-9e3d-7b37ba0652ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d8bd701-2e15-492a-9e3d-7b37ba0652ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16645409165031022627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0554bd61-067d-4987-b0a1-8d9a56f2eea4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbb17817-486e-4d3a-a106-bdcf8bfd4697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbb17817-486e-4d3a-a106-bdcf8bfd4697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9058598079729945744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d8bd701-2e15-492a-9e3d-7b37ba0652ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 600f9e50-2a5c-4cc0-a47c-e71efad58afc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 600f9e50-2a5c-4cc0-a47c-e71efad58afc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7977265692669634511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbb17817-486e-4d3a-a106-bdcf8bfd4697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15883e31-fc29-45e8-92d3-f68ff0ecad26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15883e31-fc29-45e8-92d3-f68ff0ecad26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14988009054615484802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 600f9e50-2a5c-4cc0-a47c-e71efad58afc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ded8cc-80db-4dd5-8f46-3596c4efc94d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ded8cc-80db-4dd5-8f46-3596c4efc94d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18429264808795786192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15883e31-fc29-45e8-92d3-f68ff0ecad26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dc0255b-54e8-4a9f-a6dd-4d1696703ea5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc0255b-54e8-4a9f-a6dd-4d1696703ea5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6486065696043492728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ded8cc-80db-4dd5-8f46-3596c4efc94d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc0255b-54e8-4a9f-a6dd-4d1696703ea5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e32120a7-3017-4de7-bbfe-99c733197ed7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32120a7-3017-4de7-bbfe-99c733197ed7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14334968784855459890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfd25ab6-6d73-40f5-95b9-85ef6c4a92af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd25ab6-6d73-40f5-95b9-85ef6c4a92af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10239223095979885877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32120a7-3017-4de7-bbfe-99c733197ed7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd25ab6-6d73-40f5-95b9-85ef6c4a92af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e94b98e7-7391-4bfc-b1b1-a8c15c662a13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10c5c9e1-cc42-4169-a1ab-0933f483673e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c5c9e1-cc42-4169-a1ab-0933f483673e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7538478069627804679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e94b98e7-7391-4bfc-b1b1-a8c15c662a13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12873867425992880818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c5c9e1-cc42-4169-a1ab-0933f483673e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e94b98e7-7391-4bfc-b1b1-a8c15c662a13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5915da28-734d-44ef-b761-4ae199c24007, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f97246cd-72ce-45e3-8036-8d959d9e16c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5915da28-734d-44ef-b761-4ae199c24007, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15793850948588067082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f97246cd-72ce-45e3-8036-8d959d9e16c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10564040087678560720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5915da28-734d-44ef-b761-4ae199c24007, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f97246cd-72ce-45e3-8036-8d959d9e16c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f5933c5-cc2a-4cf4-bbd1-966d34815347, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5933c5-cc2a-4cf4-bbd1-966d34815347, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5177880119314785613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30d3e4e1-89a0-4779-a8b6-90f14e43194f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d3e4e1-89a0-4779-a8b6-90f14e43194f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8942121154516025732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5933c5-cc2a-4cf4-bbd1-966d34815347, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d3e4e1-89a0-4779-a8b6-90f14e43194f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41953032-974b-4d18-b273-20e7cbdb84ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f9fe142-03db-4298-8d62-4d19c86a8668, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41953032-974b-4d18-b273-20e7cbdb84ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3135718143874963786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f9fe142-03db-4298-8d62-4d19c86a8668, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14223358775656533352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41953032-974b-4d18-b273-20e7cbdb84ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7a475bf-6cf2-4cb2-b54c-bae3bc30a788, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a475bf-6cf2-4cb2-b54c-bae3bc30a788, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1891005267627457094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a475bf-6cf2-4cb2-b54c-bae3bc30a788, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a2ac6a8-0f96-4172-b736-849ed135cfed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a2ac6a8-0f96-4172-b736-849ed135cfed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 23250087643108750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2325008764310875023250087643108750232500876431087502325008764310875023250087643108750232500876431087502325008764310875023250087643108750232500876431087502325008764310875023250087643108750232500876431087502325008764310875023250087643108750232500876431087502325008764310875023250087643108750232500876431087502325008764310875023250087643108750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f9fe142-03db-4298-8d62-4d19c86a8668, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aad73e6e-a03c-4e1d-a75c-204528921380, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aad73e6e-a03c-4e1d-a75c-204528921380, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11177124166005784852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a2ac6a8-0f96-4172-b736-849ed135cfed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebe21a0d-ccfd-40cb-9a1a-c166cd740fd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe21a0d-ccfd-40cb-9a1a-c166cd740fd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13374313294399120148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aad73e6e-a03c-4e1d-a75c-204528921380, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab66264f-9298-48f5-b128-9be393c30497, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe21a0d-ccfd-40cb-9a1a-c166cd740fd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe01d457-c685-49e7-901c-18d572386028, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe01d457-c685-49e7-901c-18d572386028, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4320728738786873912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab66264f-9298-48f5-b128-9be393c30497, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16283386401519248091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe01d457-c685-49e7-901c-18d572386028, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1a3f211-8d9e-46fb-bea7-ce4d58b2ef6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a3f211-8d9e-46fb-bea7-ce4d58b2ef6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1142662927191578290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab66264f-9298-48f5-b128-9be393c30497, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6e9f99-8c0b-4150-ac8e-06413ec0f697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6e9f99-8c0b-4150-ac8e-06413ec0f697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2340157271126996079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a3f211-8d9e-46fb-bea7-ce4d58b2ef6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6e9f99-8c0b-4150-ac8e-06413ec0f697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3383ca5d-52f2-40cf-b637-f8be11ff48bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3383ca5d-52f2-40cf-b637-f8be11ff48bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15320657464099727566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a7b3f6d-060f-4221-94c5-d0a2378dafbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a7b3f6d-060f-4221-94c5-d0a2378dafbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5193855149286192332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a7b3f6d-060f-4221-94c5-d0a2378dafbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3383ca5d-52f2-40cf-b637-f8be11ff48bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27cbd446-d265-483e-ad51-0e65cf8ca771, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27cbd446-d265-483e-ad51-0e65cf8ca771, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5235069537242753190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b49e420-89d5-4806-a4f4-609e0d07bbc1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b49e420-89d5-4806-a4f4-609e0d07bbc1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920060780092366946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27cbd446-d265-483e-ad51-0e65cf8ca771, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b31a2c2-924a-41de-8644-f66a85dbafd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b31a2c2-924a-41de-8644-f66a85dbafd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3165952058053709636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b49e420-89d5-4806-a4f4-609e0d07bbc1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dc304bf-5f22-4811-8f68-60719255b3b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc304bf-5f22-4811-8f68-60719255b3b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10404062724016652006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b31a2c2-924a-41de-8644-f66a85dbafd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9adc4f7-2f44-432a-aa6c-c006695a4a0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9adc4f7-2f44-432a-aa6c-c006695a4a0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11938261253267513912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc304bf-5f22-4811-8f68-60719255b3b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1be7783a-e2b2-4a0d-987f-ec84109e53a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be7783a-e2b2-4a0d-987f-ec84109e53a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10566952208432160789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9adc4f7-2f44-432a-aa6c-c006695a4a0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f930567-d232-4580-8595-7fa12317c769, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f930567-d232-4580-8595-7fa12317c769, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9372375693197028864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be7783a-e2b2-4a0d-987f-ec84109e53a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b965453a-812f-4919-8961-3b91049c8906, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b965453a-812f-4919-8961-3b91049c8906, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13295245796661056210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f930567-d232-4580-8595-7fa12317c769, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab478c1b-5be0-40ef-bf04-aa640a262261, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab478c1b-5be0-40ef-bf04-aa640a262261, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9397325962497776795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b965453a-812f-4919-8961-3b91049c8906, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bd52d25-1432-40b6-a813-a3c9eb6127a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd52d25-1432-40b6-a813-a3c9eb6127a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7191034341222043142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab478c1b-5be0-40ef-bf04-aa640a262261, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0acea6e1-4450-4664-b3ed-1120f800f0b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0acea6e1-4450-4664-b3ed-1120f800f0b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11289166052101592975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd52d25-1432-40b6-a813-a3c9eb6127a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4036f656-7de5-497c-9217-94e670210f00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4036f656-7de5-497c-9217-94e670210f00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18315259297714503823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0acea6e1-4450-4664-b3ed-1120f800f0b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e54c3b05-80b9-40cf-a595-bb6dc0c76095, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e54c3b05-80b9-40cf-a595-bb6dc0c76095, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 386214619088209712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4036f656-7de5-497c-9217-94e670210f00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e54c3b05-80b9-40cf-a595-bb6dc0c76095, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dda8170-73be-41ec-8dd4-ae531312bf8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dda8170-73be-41ec-8dd4-ae531312bf8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7546234966426269375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e5fffa4-3096-4741-b9b0-3c9f180b06e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5fffa4-3096-4741-b9b0-3c9f180b06e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7437781882646084692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dda8170-73be-41ec-8dd4-ae531312bf8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2109be36-bc60-400f-a679-337bd3bce033, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5fffa4-3096-4741-b9b0-3c9f180b06e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82144815-e716-47c8-83d7-4d592260dbfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82144815-e716-47c8-83d7-4d592260dbfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13971485981222570294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2109be36-bc60-400f-a679-337bd3bce033, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14712340458989014635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82144815-e716-47c8-83d7-4d592260dbfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc8dc787-8138-42e3-89a7-b3029bdaa596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc8dc787-8138-42e3-89a7-b3029bdaa596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12899829511075163574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc8dc787-8138-42e3-89a7-b3029bdaa596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d34d6c-98e7-44f2-a950-54d1341108ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2109be36-bc60-400f-a679-337bd3bce033, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb8605c3-2e8d-4635-9340-d792601f94ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d34d6c-98e7-44f2-a950-54d1341108ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10583645976649525055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb8605c3-2e8d-4635-9340-d792601f94ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 524990118801981131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d34d6c-98e7-44f2-a950-54d1341108ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07d0eedb-e4c5-4ebf-8f5a-44992ded1f94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d0eedb-e4c5-4ebf-8f5a-44992ded1f94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9389562395304283232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb8605c3-2e8d-4635-9340-d792601f94ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 663fe5cd-d105-48c8-bcfe-b003c1d04127, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 663fe5cd-d105-48c8-bcfe-b003c1d04127, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12811186413730206798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d0eedb-e4c5-4ebf-8f5a-44992ded1f94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 663fe5cd-d105-48c8-bcfe-b003c1d04127, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6452e910-6741-4187-a438-80173b8c6e16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6452e910-6741-4187-a438-80173b8c6e16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10216596771207002851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0920b796-7bc6-4626-939c-4f7dcedd8431, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0920b796-7bc6-4626-939c-4f7dcedd8431, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14102761507579950865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6452e910-6741-4187-a438-80173b8c6e16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0920b796-7bc6-4626-939c-4f7dcedd8431, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71bd9665-fd1c-4cfa-a588-b8d59d3b4692, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71bd9665-fd1c-4cfa-a588-b8d59d3b4692, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3612387194409252413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92dc2349-b2d4-40d8-8b22-02030965357a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92dc2349-b2d4-40d8-8b22-02030965357a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17616322803022031351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71bd9665-fd1c-4cfa-a588-b8d59d3b4692, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55df233b-0853-45d4-ba6e-3aa9505219c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55df233b-0853-45d4-ba6e-3aa9505219c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2177355418418180249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92dc2349-b2d4-40d8-8b22-02030965357a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58fdfa0d-be52-497d-924b-9c1b0bdb8539, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58fdfa0d-be52-497d-924b-9c1b0bdb8539, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3919069510455389516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55df233b-0853-45d4-ba6e-3aa9505219c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f11a8ad3-ee1f-4ba7-8a00-608763420556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11a8ad3-ee1f-4ba7-8a00-608763420556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10318104228483548813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58fdfa0d-be52-497d-924b-9c1b0bdb8539, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32948fcb-56c9-4ac9-b8b7-a3d1ab1622e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32948fcb-56c9-4ac9-b8b7-a3d1ab1622e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12447010458629083916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11a8ad3-ee1f-4ba7-8a00-608763420556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a7db73-4d14-4ce9-b2ae-daa7ce6bc759, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a7db73-4d14-4ce9-b2ae-daa7ce6bc759, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16607908425824161332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32948fcb-56c9-4ac9-b8b7-a3d1ab1622e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7ada27a-0620-4756-877a-22aff3741026, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ada27a-0620-4756-877a-22aff3741026, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6621198515434303147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a7db73-4d14-4ce9-b2ae-daa7ce6bc759, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0827908-0c36-4dfb-bc12-006e796b7135, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0827908-0c36-4dfb-bc12-006e796b7135, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10255830513650412304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ada27a-0620-4756-877a-22aff3741026, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dba1b661-bf6e-4ea0-a1f7-cab83a286e6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba1b661-bf6e-4ea0-a1f7-cab83a286e6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16918222690928831974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0827908-0c36-4dfb-bc12-006e796b7135, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba1b661-bf6e-4ea0-a1f7-cab83a286e6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ef362e9-68a4-42cd-8ad8-f996f9a64d09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef362e9-68a4-42cd-8ad8-f996f9a64d09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10117654061233217837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ffa4b95-70fe-4fb1-b6e1-7187a4097694, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ffa4b95-70fe-4fb1-b6e1-7187a4097694, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15726927232797397806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef362e9-68a4-42cd-8ad8-f996f9a64d09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c127bc0-2616-49c0-889c-0acb1dce413c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c127bc0-2616-49c0-889c-0acb1dce413c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8554222584462646999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ffa4b95-70fe-4fb1-b6e1-7187a4097694, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f327c623-f4bc-428b-9f07-c9442d2bbc2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f327c623-f4bc-428b-9f07-c9442d2bbc2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11183460420307160939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c127bc0-2616-49c0-889c-0acb1dce413c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c348f69-862f-4379-a0cd-ff9f142cb1f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c348f69-862f-4379-a0cd-ff9f142cb1f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10033228877041882180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f327c623-f4bc-428b-9f07-c9442d2bbc2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36e84767-64c5-41a8-94b4-9848d640555c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e84767-64c5-41a8-94b4-9848d640555c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9284521062425085602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c348f69-862f-4379-a0cd-ff9f142cb1f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 313624fa-e04a-44ef-aa9f-df2ed3235ef7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 313624fa-e04a-44ef-aa9f-df2ed3235ef7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 646937656797737322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e84767-64c5-41a8-94b4-9848d640555c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36e8063c-32da-4c90-a94a-b6bcab412692, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e8063c-32da-4c90-a94a-b6bcab412692, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8758027057535081528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 313624fa-e04a-44ef-aa9f-df2ed3235ef7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd4857c-7c52-456b-8a16-caa9fe241abc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd4857c-7c52-456b-8a16-caa9fe241abc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5588525885256378057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e8063c-32da-4c90-a94a-b6bcab412692, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd4857c-7c52-456b-8a16-caa9fe241abc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c22007bf-8152-45e5-98e3-3b5a3f9b5989, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22007bf-8152-45e5-98e3-3b5a3f9b5989, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5511822104442891549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 145f505c-626e-4905-bb20-3ca97ac44978, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 145f505c-626e-4905-bb20-3ca97ac44978, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1213791107970656191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22007bf-8152-45e5-98e3-3b5a3f9b5989, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e67f2461-7539-4ce6-8f00-dbd24061c1fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67f2461-7539-4ce6-8f00-dbd24061c1fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15555547133771057742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 145f505c-626e-4905-bb20-3ca97ac44978, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3973175a-3338-4668-b6c5-46715b4c5878, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3973175a-3338-4668-b6c5-46715b4c5878, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 118945822711679907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67f2461-7539-4ce6-8f00-dbd24061c1fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab0b7f4d-4ca0-43ad-b5df-541de049b121, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0b7f4d-4ca0-43ad-b5df-541de049b121, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 437982074310063070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3973175a-3338-4668-b6c5-46715b4c5878, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d454ff4f-23e8-4800-a9a1-262be8c84ca3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d454ff4f-23e8-4800-a9a1-262be8c84ca3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8175002563989922779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0b7f4d-4ca0-43ad-b5df-541de049b121, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db451a6f-84fa-4f5f-b2a0-10bb42c2be19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db451a6f-84fa-4f5f-b2a0-10bb42c2be19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7567240287334529998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d454ff4f-23e8-4800-a9a1-262be8c84ca3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f45a9c39-60bb-48b3-b5ac-599fa69c34b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45a9c39-60bb-48b3-b5ac-599fa69c34b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16687513398701495879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db451a6f-84fa-4f5f-b2a0-10bb42c2be19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc236812-6964-4967-86b1-0672062894d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc236812-6964-4967-86b1-0672062894d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2830599221984020346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45a9c39-60bb-48b3-b5ac-599fa69c34b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6287c62f-a5ab-471a-b76b-08a81e9256b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6287c62f-a5ab-471a-b76b-08a81e9256b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18152447841817045091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc236812-6964-4967-86b1-0672062894d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 127730ac-779b-4ff5-8243-50bafb599cbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127730ac-779b-4ff5-8243-50bafb599cbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12566596153353540733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6287c62f-a5ab-471a-b76b-08a81e9256b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aff6ab44-ac43-4767-aa98-deb754e0f9b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aff6ab44-ac43-4767-aa98-deb754e0f9b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6142910873385282500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127730ac-779b-4ff5-8243-50bafb599cbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aca3e12a-f95f-42bc-9f84-79e9bb224483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca3e12a-f95f-42bc-9f84-79e9bb224483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8813604461761916774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aff6ab44-ac43-4767-aa98-deb754e0f9b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35289047-74bc-4ac0-8b0b-92804dac8236, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35289047-74bc-4ac0-8b0b-92804dac8236, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7567452472474792219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca3e12a-f95f-42bc-9f84-79e9bb224483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6debb39-a5e5-4c02-99e6-18206efe85dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35289047-74bc-4ac0-8b0b-92804dac8236, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c6238e0-f821-4492-804a-4850fe59869a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6238e0-f821-4492-804a-4850fe59869a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15683893864051419732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6debb39-a5e5-4c02-99e6-18206efe85dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9372070115107581552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6238e0-f821-4492-804a-4850fe59869a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 333f92e9-cc74-461d-93e3-24db3084d230, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6debb39-a5e5-4c02-99e6-18206efe85dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 333f92e9-cc74-461d-93e3-24db3084d230, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8158148544678089902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0085f1f6-f414-4353-98db-cafd56b61810, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0085f1f6-f414-4353-98db-cafd56b61810, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9489810332652619173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 333f92e9-cc74-461d-93e3-24db3084d230, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0085f1f6-f414-4353-98db-cafd56b61810, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53f67f56-d293-41a2-ad98-7010cafe0e49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f67f56-d293-41a2-ad98-7010cafe0e49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14828692186385407187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5229268-9fca-43d4-9b7a-d03cf65518ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5229268-9fca-43d4-9b7a-d03cf65518ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8549569089790493841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f67f56-d293-41a2-ad98-7010cafe0e49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 542695a2-5edc-408e-aebd-28b7d7defff6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 542695a2-5edc-408e-aebd-28b7d7defff6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5049444731548042141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5229268-9fca-43d4-9b7a-d03cf65518ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f3047e4-27f9-4586-b712-22bc4b84ca75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f3047e4-27f9-4586-b712-22bc4b84ca75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7682199071929538983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 542695a2-5edc-408e-aebd-28b7d7defff6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f3047e4-27f9-4586-b712-22bc4b84ca75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eda5fb7b-d624-4c1b-ba0f-2aef83cdcd06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda5fb7b-d624-4c1b-ba0f-2aef83cdcd06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14645440623881403826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0b8d980-6e9a-4ccb-a30d-a6adb0bd5fe2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b8d980-6e9a-4ccb-a30d-a6adb0bd5fe2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13459618617582469274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda5fb7b-d624-4c1b-ba0f-2aef83cdcd06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dc872b6-5b41-40ae-b3e0-cb6fd7136347, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dc872b6-5b41-40ae-b3e0-cb6fd7136347, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16663248808062294412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b8d980-6e9a-4ccb-a30d-a6adb0bd5fe2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfd7e94c-1d33-4b48-8df6-d6d6633d9ac9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd7e94c-1d33-4b48-8df6-d6d6633d9ac9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17309320101567738585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dc872b6-5b41-40ae-b3e0-cb6fd7136347, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01d8d499-bdd5-4720-8e3f-5571a29bc930, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d8d499-bdd5-4720-8e3f-5571a29bc930, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13510463631421988205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd7e94c-1d33-4b48-8df6-d6d6633d9ac9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06e69f5-4384-4662-8dbb-826e0cb2ab62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06e69f5-4384-4662-8dbb-826e0cb2ab62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10353676257938188038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d8d499-bdd5-4720-8e3f-5571a29bc930, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8408c9d9-7b31-486f-8e93-64fa6cc81eb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8408c9d9-7b31-486f-8e93-64fa6cc81eb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3679547276350414077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06e69f5-4384-4662-8dbb-826e0cb2ab62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ded9f6a-6c4e-4b37-a5cc-ad17dae8be0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ded9f6a-6c4e-4b37-a5cc-ad17dae8be0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16804365800547802227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8408c9d9-7b31-486f-8e93-64fa6cc81eb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98705f3e-0afa-41c2-bfde-71c6117b480e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98705f3e-0afa-41c2-bfde-71c6117b480e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5604416588937680805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ded9f6a-6c4e-4b37-a5cc-ad17dae8be0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 358ef478-1033-4c3e-ae8c-18bfd89863b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 358ef478-1033-4c3e-ae8c-18bfd89863b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11347922962602687277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98705f3e-0afa-41c2-bfde-71c6117b480e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0231d264-fa4d-4bb1-a5cf-9e2ba9c89385, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358ef478-1033-4c3e-ae8c-18bfd89863b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0231d264-fa4d-4bb1-a5cf-9e2ba9c89385, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4912124092513402422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11b8cf1c-d48a-440f-b130-066aafad3880, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b8cf1c-d48a-440f-b130-066aafad3880, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14764944034620421375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0231d264-fa4d-4bb1-a5cf-9e2ba9c89385, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a3e0c7c-90c1-4f5f-a774-bbde801a7ccc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a3e0c7c-90c1-4f5f-a774-bbde801a7ccc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3606592383428862843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b8cf1c-d48a-440f-b130-066aafad3880, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc457b10-ecc7-45ef-b152-72eaa655a66f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc457b10-ecc7-45ef-b152-72eaa655a66f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17733205344634646275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a3e0c7c-90c1-4f5f-a774-bbde801a7ccc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09b7a17b-2a26-4f03-b25a-a4a98846a5ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b7a17b-2a26-4f03-b25a-a4a98846a5ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18373326489726094069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc457b10-ecc7-45ef-b152-72eaa655a66f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b00bf784-a3ed-494e-afbc-b885107ffa1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b00bf784-a3ed-494e-afbc-b885107ffa1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4383504659724409595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b7a17b-2a26-4f03-b25a-a4a98846a5ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5013e505-e0e1-42c9-92f7-377de6f67823, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5013e505-e0e1-42c9-92f7-377de6f67823, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6277505127363068201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b00bf784-a3ed-494e-afbc-b885107ffa1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5013e505-e0e1-42c9-92f7-377de6f67823, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c7659c0-66fa-4561-bd57-6acbafa2eacb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b76a1552-e8ef-426a-b386-57964c4a97b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c7659c0-66fa-4561-bd57-6acbafa2eacb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1308320705621342936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76a1552-e8ef-426a-b386-57964c4a97b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8847084894250205274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c7659c0-66fa-4561-bd57-6acbafa2eacb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbd1281e-e24a-4c88-a380-676e83c84a72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76a1552-e8ef-426a-b386-57964c4a97b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5495752-e30b-440b-9750-2a2e002402f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5495752-e30b-440b-9750-2a2e002402f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13678084336460840847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd1281e-e24a-4c88-a380-676e83c84a72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8426588837257954272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5495752-e30b-440b-9750-2a2e002402f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc674f1-fc6f-477d-be0c-4da0c817084a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc674f1-fc6f-477d-be0c-4da0c817084a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5095351386907930248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd1281e-e24a-4c88-a380-676e83c84a72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae7c340-b84a-468e-a555-9e30795e5732, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae7c340-b84a-468e-a555-9e30795e5732, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16088232366158471381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc674f1-fc6f-477d-be0c-4da0c817084a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5573035-752f-461a-83d7-fbe1da9270e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5573035-752f-461a-83d7-fbe1da9270e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3538748893162739331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5573035-752f-461a-83d7-fbe1da9270e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88cccb0b-b508-4ff6-ba67-6b694d8c0657, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae7c340-b84a-468e-a555-9e30795e5732, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5ff67db-8b77-4b19-91b3-f783632facae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ff67db-8b77-4b19-91b3-f783632facae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9676117608371282605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88cccb0b-b508-4ff6-ba67-6b694d8c0657, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9701060117548334241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ff67db-8b77-4b19-91b3-f783632facae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 883d812f-b9d0-4b5d-aa47-30affd5034a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883d812f-b9d0-4b5d-aa47-30affd5034a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2971656194007317248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88cccb0b-b508-4ff6-ba67-6b694d8c0657, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4b5c980-f8a9-4668-b230-1930fb8a5369, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b5c980-f8a9-4668-b230-1930fb8a5369, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5400765796427411602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883d812f-b9d0-4b5d-aa47-30affd5034a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 594e1727-2e33-4cb3-84d3-dec5d95f8886, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b5c980-f8a9-4668-b230-1930fb8a5369, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53307f65-1ff9-4737-ad83-589aa30a6d41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53307f65-1ff9-4737-ad83-589aa30a6d41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4617320035800818747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 594e1727-2e33-4cb3-84d3-dec5d95f8886, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4456020515629841243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53307f65-1ff9-4737-ad83-589aa30a6d41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3f5ed1d-6fd8-4b7c-8656-00cada20a4a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3f5ed1d-6fd8-4b7c-8656-00cada20a4a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12272552647499265755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 594e1727-2e33-4cb3-84d3-dec5d95f8886, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 481f6b50-96b1-4662-b8b8-77e4bbed4045, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 481f6b50-96b1-4662-b8b8-77e4bbed4045, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1167681635314349876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3f5ed1d-6fd8-4b7c-8656-00cada20a4a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fd54be7-aeda-4541-8fa7-c9e6b095b1d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fd54be7-aeda-4541-8fa7-c9e6b095b1d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16059253912973503103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 481f6b50-96b1-4662-b8b8-77e4bbed4045, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 578d54da-9dd5-48f1-8a0f-13d401db3b39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 578d54da-9dd5-48f1-8a0f-13d401db3b39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15090228187899404027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fd54be7-aeda-4541-8fa7-c9e6b095b1d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434fef79-4d24-4768-9325-041cf86bb405, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434fef79-4d24-4768-9325-041cf86bb405, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074070584626568601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 578d54da-9dd5-48f1-8a0f-13d401db3b39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc31bf2a-22e3-4947-a21c-b6e2630a38fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc31bf2a-22e3-4947-a21c-b6e2630a38fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1317121440239144906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434fef79-4d24-4768-9325-041cf86bb405, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5707f3f-3284-460d-9164-74c37b4c8a90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5707f3f-3284-460d-9164-74c37b4c8a90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047271331335737212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc31bf2a-22e3-4947-a21c-b6e2630a38fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fd53ac5-e434-442e-9fed-249e58a185c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fd53ac5-e434-442e-9fed-249e58a185c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11378219993255999958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5707f3f-3284-460d-9164-74c37b4c8a90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f594a3bc-a22b-4368-be77-202e7a7b4f29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f594a3bc-a22b-4368-be77-202e7a7b4f29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1428824535675153837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fd53ac5-e434-442e-9fed-249e58a185c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f594a3bc-a22b-4368-be77-202e7a7b4f29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc54cea9-92c0-4766-9666-ed8131e68803, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc54cea9-92c0-4766-9666-ed8131e68803, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2832613994847958654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71326b73-de4c-482b-930a-7d7147a5d458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71326b73-de4c-482b-930a-7d7147a5d458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13970389648621396530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc54cea9-92c0-4766-9666-ed8131e68803, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acfa4ad7-29f3-4056-bc8f-c23f47611efb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acfa4ad7-29f3-4056-bc8f-c23f47611efb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1522768147074446771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71326b73-de4c-482b-930a-7d7147a5d458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c553441-05ca-470e-93fb-b38cd12d10a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c553441-05ca-470e-93fb-b38cd12d10a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13865683754969344680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acfa4ad7-29f3-4056-bc8f-c23f47611efb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ae9069a-ac08-4d9b-bdd6-be7c248a5589, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ae9069a-ac08-4d9b-bdd6-be7c248a5589, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4377002247108115868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c553441-05ca-470e-93fb-b38cd12d10a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c046dea-b132-43ad-a153-c7c08841f4b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c046dea-b132-43ad-a153-c7c08841f4b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7966471496480575146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ae9069a-ac08-4d9b-bdd6-be7c248a5589, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79042e79-8e4c-4f49-b994-0af19916fef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79042e79-8e4c-4f49-b994-0af19916fef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13904865378465536872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c046dea-b132-43ad-a153-c7c08841f4b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c15a0586-00de-4a0c-aeac-5bab043a5985, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c15a0586-00de-4a0c-aeac-5bab043a5985, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7863995037857303216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79042e79-8e4c-4f49-b994-0af19916fef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ee82da2-58ae-4350-9f49-e5fc2f629403, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ee82da2-58ae-4350-9f49-e5fc2f629403, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12027360220772861360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c15a0586-00de-4a0c-aeac-5bab043a5985, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7d8726f-5253-4d82-95ee-012f4b553df8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7d8726f-5253-4d82-95ee-012f4b553df8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16421549204252594062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ee82da2-58ae-4350-9f49-e5fc2f629403, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cc9d5c3-6496-44b6-9ea0-1eddc40fa829, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc9d5c3-6496-44b6-9ea0-1eddc40fa829, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16448923329883871832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7d8726f-5253-4d82-95ee-012f4b553df8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77bd54cc-ddac-4c91-b451-a20b025385dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77bd54cc-ddac-4c91-b451-a20b025385dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12587710577797460835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc9d5c3-6496-44b6-9ea0-1eddc40fa829, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a82873e-f865-4c59-ac3a-8c096a2b3387, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a82873e-f865-4c59-ac3a-8c096a2b3387, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718867497606193263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77bd54cc-ddac-4c91-b451-a20b025385dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84616ac8-1282-4e86-b6d4-cba0e657deb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84616ac8-1282-4e86-b6d4-cba0e657deb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7322386241591687115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a82873e-f865-4c59-ac3a-8c096a2b3387, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6634052e-ebde-4643-916e-6f85285cc28c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6634052e-ebde-4643-916e-6f85285cc28c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15290345286862156457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84616ac8-1282-4e86-b6d4-cba0e657deb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6edd732a-8502-4e9c-acbf-dbf73f7c4711, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6edd732a-8502-4e9c-acbf-dbf73f7c4711, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2001507639870803822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6634052e-ebde-4643-916e-6f85285cc28c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90321e52-5a2c-449e-befc-9d36de2ce5b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90321e52-5a2c-449e-befc-9d36de2ce5b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12902203375580657620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6edd732a-8502-4e9c-acbf-dbf73f7c4711, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62acad94-5dd2-4566-b634-12d5172b80c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62acad94-5dd2-4566-b634-12d5172b80c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285219107535555285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90321e52-5a2c-449e-befc-9d36de2ce5b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 561adf19-83e0-4151-a538-75747f6528e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 561adf19-83e0-4151-a538-75747f6528e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2905349567999176148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62acad94-5dd2-4566-b634-12d5172b80c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ed092c9-d117-4714-9dd3-2f92a7ab8b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed092c9-d117-4714-9dd3-2f92a7ab8b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8940270692058352354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 561adf19-83e0-4151-a538-75747f6528e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9418bbb9-044c-4b03-ae14-38d2e9d24574, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9418bbb9-044c-4b03-ae14-38d2e9d24574, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17112331546573151286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed092c9-d117-4714-9dd3-2f92a7ab8b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9418bbb9-044c-4b03-ae14-38d2e9d24574, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72292d97-6609-4a57-8a95-ce29a8ad776e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bf089ba-a027-418d-a3fd-6f7f87e7a025, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf089ba-a027-418d-a3fd-6f7f87e7a025, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14350294326861065541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72292d97-6609-4a57-8a95-ce29a8ad776e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2802934740986855928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf089ba-a027-418d-a3fd-6f7f87e7a025, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6f807c6-c193-4e44-9b9d-6cb10b5b3a7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f807c6-c193-4e44-9b9d-6cb10b5b3a7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15253998916106720922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72292d97-6609-4a57-8a95-ce29a8ad776e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74822f5a-a3be-4204-a2a6-791d0038fb95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74822f5a-a3be-4204-a2a6-791d0038fb95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3859272066642891078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f807c6-c193-4e44-9b9d-6cb10b5b3a7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87ac451c-a5a8-4180-9920-39abad03fdc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ac451c-a5a8-4180-9920-39abad03fdc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2632708851497655577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74822f5a-a3be-4204-a2a6-791d0038fb95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 428939d6-85e3-47fb-855f-763ed1cbae47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 428939d6-85e3-47fb-855f-763ed1cbae47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11414527929850233468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ac451c-a5a8-4180-9920-39abad03fdc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96e3acdf-00a0-49cd-be2a-147e31dfb2d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e3acdf-00a0-49cd-be2a-147e31dfb2d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16647059197127571687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 428939d6-85e3-47fb-855f-763ed1cbae47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26b6396c-a0a2-42b4-baea-bb4d1bb0dfc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b6396c-a0a2-42b4-baea-bb4d1bb0dfc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4837979702919399663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e3acdf-00a0-49cd-be2a-147e31dfb2d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a0afe1e-2d0b-4b66-b1ba-86864d08cb02, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a0afe1e-2d0b-4b66-b1ba-86864d08cb02, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9679894783251214990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b6396c-a0a2-42b4-baea-bb4d1bb0dfc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db304e48-3355-4558-89d4-3656c5505561, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db304e48-3355-4558-89d4-3656c5505561, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10940950817471930946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a0afe1e-2d0b-4b66-b1ba-86864d08cb02, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f10facec-07fe-42be-bfda-7ce544281d20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db304e48-3355-4558-89d4-3656c5505561, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c2485d0-de40-4f7d-85fb-a8b294a1ec42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c2485d0-de40-4f7d-85fb-a8b294a1ec42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3649147711062206816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f10facec-07fe-42be-bfda-7ce544281d20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12561770571647135471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c2485d0-de40-4f7d-85fb-a8b294a1ec42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ea929ad-ff72-40fe-b522-6d1ae27e210a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea929ad-ff72-40fe-b522-6d1ae27e210a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8200716049279766275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f10facec-07fe-42be-bfda-7ce544281d20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a17f161c-91dd-44fb-8e2e-b5e67ff654bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a17f161c-91dd-44fb-8e2e-b5e67ff654bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7584599606736560510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea929ad-ff72-40fe-b522-6d1ae27e210a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1d102f6-1e7e-4ee5-9162-80afcfc91a3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d102f6-1e7e-4ee5-9162-80afcfc91a3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14710704395698142429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a17f161c-91dd-44fb-8e2e-b5e67ff654bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20f5004c-5e29-4cba-88da-5b64b431925a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f5004c-5e29-4cba-88da-5b64b431925a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16511935777144849391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d102f6-1e7e-4ee5-9162-80afcfc91a3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2378e530-be35-4af8-b642-2c8f7be4991f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2378e530-be35-4af8-b642-2c8f7be4991f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11695250919439650740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f5004c-5e29-4cba-88da-5b64b431925a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1a60373-aef9-4fb4-8888-4e91720e76da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a60373-aef9-4fb4-8888-4e91720e76da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1372102614558902173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2378e530-be35-4af8-b642-2c8f7be4991f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53406b5f-f9f2-4bd6-a389-71d4f8100034, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53406b5f-f9f2-4bd6-a389-71d4f8100034, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11780336138009167312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a60373-aef9-4fb4-8888-4e91720e76da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c304e397-45c9-4760-bf5b-60ce2a3f0294, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c304e397-45c9-4760-bf5b-60ce2a3f0294, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 433836722581841073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53406b5f-f9f2-4bd6-a389-71d4f8100034, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff2441f9-edc5-4218-be2f-4d144db14cf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff2441f9-edc5-4218-be2f-4d144db14cf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3283134666665513956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c304e397-45c9-4760-bf5b-60ce2a3f0294, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df676a63-ae86-4a4f-b11b-6773a7b59869, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df676a63-ae86-4a4f-b11b-6773a7b59869, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1124182992921473797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff2441f9-edc5-4218-be2f-4d144db14cf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95f0999e-2b1d-4e9b-86e7-ad55b27acf47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f0999e-2b1d-4e9b-86e7-ad55b27acf47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15339573204509074454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df676a63-ae86-4a4f-b11b-6773a7b59869, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c8e7bb-ce3d-429c-8e14-884f99d0d626, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c8e7bb-ce3d-429c-8e14-884f99d0d626, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11864938151299247199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f0999e-2b1d-4e9b-86e7-ad55b27acf47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe83ccc-f8e7-4f91-bb75-558dc72b0a65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe83ccc-f8e7-4f91-bb75-558dc72b0a65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9790298769226139040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c8e7bb-ce3d-429c-8e14-884f99d0d626, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37b0dfb4-a72b-4ea2-a23a-a32b60d1d9c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b0dfb4-a72b-4ea2-a23a-a32b60d1d9c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2552179213423179162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe83ccc-f8e7-4f91-bb75-558dc72b0a65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b39ccb0-4dc9-4baa-b618-359264d9cc0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b39ccb0-4dc9-4baa-b618-359264d9cc0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7000637844729104112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b0dfb4-a72b-4ea2-a23a-a32b60d1d9c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b39ccb0-4dc9-4baa-b618-359264d9cc0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67351826-a85c-41f2-bfd9-0c1848354cb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67351826-a85c-41f2-bfd9-0c1848354cb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11560000502177889577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c62b50e-d374-4954-baad-4a014de5744b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c62b50e-d374-4954-baad-4a014de5744b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15471511866860864740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67351826-a85c-41f2-bfd9-0c1848354cb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a830f9d4-30ef-439c-8dfa-8dee4fa1a606, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a830f9d4-30ef-439c-8dfa-8dee4fa1a606, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10029909953532830065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c62b50e-d374-4954-baad-4a014de5744b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6467595-6ff8-4ba0-b56f-5b47d6a10f34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6467595-6ff8-4ba0-b56f-5b47d6a10f34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11049886864556531634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a830f9d4-30ef-439c-8dfa-8dee4fa1a606, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6467595-6ff8-4ba0-b56f-5b47d6a10f34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4633563f-381c-4cac-b487-c22370388baa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4633563f-381c-4cac-b487-c22370388baa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17349717429963387106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bdd9c31-d624-4e12-8018-851eca796b10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bdd9c31-d624-4e12-8018-851eca796b10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16798341069681455955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4633563f-381c-4cac-b487-c22370388baa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c009784-92bc-425c-bbf5-5cd726989d53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c009784-92bc-425c-bbf5-5cd726989d53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14498815363606448230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bdd9c31-d624-4e12-8018-851eca796b10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8293aa0c-bb67-4ec6-b938-21d4290d0481, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8293aa0c-bb67-4ec6-b938-21d4290d0481, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11593967271471554569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c009784-92bc-425c-bbf5-5cd726989d53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f9bd731-8032-4974-a759-bec2fe11342d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9bd731-8032-4974-a759-bec2fe11342d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15856380713564571258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8293aa0c-bb67-4ec6-b938-21d4290d0481, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b35019d2-191e-44ce-ae05-7dec32fbe5fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b35019d2-191e-44ce-ae05-7dec32fbe5fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459291374102450493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9bd731-8032-4974-a759-bec2fe11342d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d892a9ea-d155-4377-828f-1a9913f49b9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b35019d2-191e-44ce-ae05-7dec32fbe5fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d892a9ea-d155-4377-828f-1a9913f49b9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2506136665831702997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 069212bf-6f4c-4754-b03f-d12457d82b06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 069212bf-6f4c-4754-b03f-d12457d82b06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6793232216138285735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d892a9ea-d155-4377-828f-1a9913f49b9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23a38808-4a52-4b6b-b2bd-7d6e44f649d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a38808-4a52-4b6b-b2bd-7d6e44f649d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16026176570786304120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 069212bf-6f4c-4754-b03f-d12457d82b06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 709f86fe-822d-4880-b0ef-f70cebfb498e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 709f86fe-822d-4880-b0ef-f70cebfb498e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10577157076181053030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a38808-4a52-4b6b-b2bd-7d6e44f649d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd434aab-8dfb-472d-98ad-9693d65aaf65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd434aab-8dfb-472d-98ad-9693d65aaf65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17774539103859608047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 709f86fe-822d-4880-b0ef-f70cebfb498e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b68358f4-b603-4175-bb79-f8a3b9ac7814, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd434aab-8dfb-472d-98ad-9693d65aaf65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b22346b2-112e-4113-ba6a-888291ed5e41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68358f4-b603-4175-bb79-f8a3b9ac7814, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1989437149638406538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22346b2-112e-4113-ba6a-888291ed5e41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7591768405596515657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68358f4-b603-4175-bb79-f8a3b9ac7814, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92bb82ef-5884-48d6-a8ab-35161724a50b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92bb82ef-5884-48d6-a8ab-35161724a50b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9922731984819437161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22346b2-112e-4113-ba6a-888291ed5e41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21f6fe6e-ed9a-4471-b4c2-f2740bbe15e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f6fe6e-ed9a-4471-b4c2-f2740bbe15e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15971278497447316204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92bb82ef-5884-48d6-a8ab-35161724a50b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4aa9946c-bd91-4dca-b94e-7d3f16a26d26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa9946c-bd91-4dca-b94e-7d3f16a26d26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4550750842032497041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f6fe6e-ed9a-4471-b4c2-f2740bbe15e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74fc3937-e56d-4e45-b57f-f67da62d67c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa9946c-bd91-4dca-b94e-7d3f16a26d26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d61863b-290e-44fd-810e-667cbdc3b44c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d61863b-290e-44fd-810e-667cbdc3b44c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14298905936411180102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74fc3937-e56d-4e45-b57f-f67da62d67c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7967126867867650364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d61863b-290e-44fd-810e-667cbdc3b44c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74fc3937-e56d-4e45-b57f-f67da62d67c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99c3360b-3431-41a2-87d8-5beb4bdf42f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c3360b-3431-41a2-87d8-5beb4bdf42f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4644923811642543092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93926ebc-12b3-4c39-9916-40d47e3544f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93926ebc-12b3-4c39-9916-40d47e3544f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12941567612186636660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c3360b-3431-41a2-87d8-5beb4bdf42f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93926ebc-12b3-4c39-9916-40d47e3544f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f05e8142-3f2c-4d87-8b56-3716d3d88d04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05e8142-3f2c-4d87-8b56-3716d3d88d04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2259171524933033485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18f0424a-6c11-4746-a363-3019bcf2b941, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f0424a-6c11-4746-a363-3019bcf2b941, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5059765871648050394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05e8142-3f2c-4d87-8b56-3716d3d88d04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e34913d-54b8-491f-98a5-2e92d78e356d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e34913d-54b8-491f-98a5-2e92d78e356d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5985627293261996026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f0424a-6c11-4746-a363-3019bcf2b941, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32bc2a36-9367-4ff3-9b83-1bc1740a5770, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32bc2a36-9367-4ff3-9b83-1bc1740a5770, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17975336640819483707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e34913d-54b8-491f-98a5-2e92d78e356d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff80462d-083b-4e9c-8c1b-fd5002d0b31b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff80462d-083b-4e9c-8c1b-fd5002d0b31b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3103546321572301048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32bc2a36-9367-4ff3-9b83-1bc1740a5770, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45cc7ace-f356-4b57-b5dd-62c3875a86ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45cc7ace-f356-4b57-b5dd-62c3875a86ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7084394776133411513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff80462d-083b-4e9c-8c1b-fd5002d0b31b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6956052-3265-4911-9c4a-0be1dc7a7d74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6956052-3265-4911-9c4a-0be1dc7a7d74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14697995419655509122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45cc7ace-f356-4b57-b5dd-62c3875a86ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d99b551-b949-4311-af77-ce2e2ff76f9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6956052-3265-4911-9c4a-0be1dc7a7d74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52052919-c47b-4959-ade8-84570b1bcf90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52052919-c47b-4959-ade8-84570b1bcf90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3625986289739021094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d99b551-b949-4311-af77-ce2e2ff76f9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10818181084073665252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52052919-c47b-4959-ade8-84570b1bcf90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a5e7fa6-b5a6-4413-aee5-5ae7a6abc2c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a5e7fa6-b5a6-4413-aee5-5ae7a6abc2c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15030124232691881441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d99b551-b949-4311-af77-ce2e2ff76f9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f8666f-8f18-486a-b5ee-d921b84d6cf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f8666f-8f18-486a-b5ee-d921b84d6cf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1401854707408470541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a5e7fa6-b5a6-4413-aee5-5ae7a6abc2c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df29bd23-2c0d-4094-aa62-7d2c538784cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df29bd23-2c0d-4094-aa62-7d2c538784cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15533511172113159505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f8666f-8f18-486a-b5ee-d921b84d6cf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 581e839c-c465-4f4c-aaeb-071790f89ba6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 581e839c-c465-4f4c-aaeb-071790f89ba6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12558615865758798108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df29bd23-2c0d-4094-aa62-7d2c538784cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fba888d-e432-424b-a913-f7093ac3c332, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fba888d-e432-424b-a913-f7093ac3c332, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9787003476450992864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 581e839c-c465-4f4c-aaeb-071790f89ba6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff662706-c4f1-4dff-97b1-697e4a15b756, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff662706-c4f1-4dff-97b1-697e4a15b756, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9985873149692730667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fba888d-e432-424b-a913-f7093ac3c332, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fcc9eb7-a515-4590-8666-2e2f94a52032, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff662706-c4f1-4dff-97b1-697e4a15b756, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60655fef-b12b-4363-a99e-aa5a2c582126, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60655fef-b12b-4363-a99e-aa5a2c582126, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3720740237397168510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fcc9eb7-a515-4590-8666-2e2f94a52032, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9545477849892999786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60655fef-b12b-4363-a99e-aa5a2c582126, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fcc9eb7-a515-4590-8666-2e2f94a52032, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8473ce9d-5440-416c-8bba-897b6e3daa0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8473ce9d-5440-416c-8bba-897b6e3daa0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4553852431758764904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e23efe6-2627-4c53-a2c5-71769325d0c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e23efe6-2627-4c53-a2c5-71769325d0c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1690402533752074645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e23efe6-2627-4c53-a2c5-71769325d0c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef156be5-c160-4964-a1fa-991eaca1ecce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8473ce9d-5440-416c-8bba-897b6e3daa0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef156be5-c160-4964-a1fa-991eaca1ecce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5941007457181597580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 095f0bc8-15ba-4ba4-8fba-d6862dd7852d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 095f0bc8-15ba-4ba4-8fba-d6862dd7852d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8964177906265555762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef156be5-c160-4964-a1fa-991eaca1ecce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69fcb955-5e41-4258-a2c2-732617299543, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 095f0bc8-15ba-4ba4-8fba-d6862dd7852d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69fcb955-5e41-4258-a2c2-732617299543, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3740003937562932956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ed026fb-dd26-4a00-b43e-1ca12debbf42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed026fb-dd26-4a00-b43e-1ca12debbf42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10501715318244124738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69fcb955-5e41-4258-a2c2-732617299543, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56004351-8eab-472d-a8b9-3ce50da8450c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56004351-8eab-472d-a8b9-3ce50da8450c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9656378853733722100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed026fb-dd26-4a00-b43e-1ca12debbf42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cf1c25f-8ca6-4452-b011-9f6daeb30763, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cf1c25f-8ca6-4452-b011-9f6daeb30763, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7396061664648382696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56004351-8eab-472d-a8b9-3ce50da8450c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab079a0b-e9b0-463d-851b-1c65a230dfe3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab079a0b-e9b0-463d-851b-1c65a230dfe3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3259820288905008937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cf1c25f-8ca6-4452-b011-9f6daeb30763, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7de885e-185b-40e5-8549-9ec5b4ee045a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7de885e-185b-40e5-8549-9ec5b4ee045a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1112025847259134016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab079a0b-e9b0-463d-851b-1c65a230dfe3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29726530-8d03-4479-915f-d66f920e7613, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29726530-8d03-4479-915f-d66f920e7613, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5029119028187662742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7de885e-185b-40e5-8549-9ec5b4ee045a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d36025-42a5-4ed1-9287-fb1048e9b92c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29726530-8d03-4479-915f-d66f920e7613, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6f1700d-14fd-4b87-b295-8dccbcf90dfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6f1700d-14fd-4b87-b295-8dccbcf90dfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12235115100535612167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d36025-42a5-4ed1-9287-fb1048e9b92c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5089920583744181215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6f1700d-14fd-4b87-b295-8dccbcf90dfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd7fda9-3f77-4044-9e97-d91414f77b2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd7fda9-3f77-4044-9e97-d91414f77b2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14581803770074477691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d36025-42a5-4ed1-9287-fb1048e9b92c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8097e881-827d-4664-ae1e-474c0d7cb3f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8097e881-827d-4664-ae1e-474c0d7cb3f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6989428087031010779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd7fda9-3f77-4044-9e97-d91414f77b2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5f7a653-9069-4f79-9e69-c7b9dcabd2c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5f7a653-9069-4f79-9e69-c7b9dcabd2c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 236765852787613757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8097e881-827d-4664-ae1e-474c0d7cb3f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 170e63e5-fe75-4a0e-84b3-b8bc34b68712, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 170e63e5-fe75-4a0e-84b3-b8bc34b68712, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17055282153607818170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5f7a653-9069-4f79-9e69-c7b9dcabd2c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f67737c-f3b5-40d3-b4c9-7e4c95cac24d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f67737c-f3b5-40d3-b4c9-7e4c95cac24d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9152420394694563954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 170e63e5-fe75-4a0e-84b3-b8bc34b68712, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f42e5efa-cef1-4a9c-82e6-807690d85875, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f67737c-f3b5-40d3-b4c9-7e4c95cac24d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f42e5efa-cef1-4a9c-82e6-807690d85875, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14175755735734691341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d88328b-212a-47fc-843a-b3cf73afefa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d88328b-212a-47fc-843a-b3cf73afefa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11833970055662769374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f42e5efa-cef1-4a9c-82e6-807690d85875, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e63cefc8-4acb-479f-b8ea-3355210c6026, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63cefc8-4acb-479f-b8ea-3355210c6026, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15358927036662012237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d88328b-212a-47fc-843a-b3cf73afefa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da86633b-eebc-49d2-b856-53b5a731d617, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da86633b-eebc-49d2-b856-53b5a731d617, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14219108824924226238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63cefc8-4acb-479f-b8ea-3355210c6026, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68076cef-aaf5-4863-b1f7-f7c7d9c462a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68076cef-aaf5-4863-b1f7-f7c7d9c462a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7649849062866859122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da86633b-eebc-49d2-b856-53b5a731d617, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b62b66f-6216-4ef9-a501-eb691ceafb15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b62b66f-6216-4ef9-a501-eb691ceafb15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732325703402285511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68076cef-aaf5-4863-b1f7-f7c7d9c462a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33e4abbb-e171-4a18-923a-02fc01aae20a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e4abbb-e171-4a18-923a-02fc01aae20a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16521502321187478711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b62b66f-6216-4ef9-a501-eb691ceafb15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eb8e72a-02af-4b87-b7d5-b1d3b974eaec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eb8e72a-02af-4b87-b7d5-b1d3b974eaec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15823548631298667892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e4abbb-e171-4a18-923a-02fc01aae20a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee9aea64-2323-4a59-a043-f2b7a6da75e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9aea64-2323-4a59-a043-f2b7a6da75e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1996304186866392973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eb8e72a-02af-4b87-b7d5-b1d3b974eaec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db30c086-dfe2-4727-8283-b829d61ba261, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db30c086-dfe2-4727-8283-b829d61ba261, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13945723860060763119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9aea64-2323-4a59-a043-f2b7a6da75e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4e02e5e-c62a-474d-abb5-5bacd37a3b62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e02e5e-c62a-474d-abb5-5bacd37a3b62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4829456225521313544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e02e5e-c62a-474d-abb5-5bacd37a3b62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0beee185-4933-4d06-9ba5-88ca65e4d00f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0beee185-4933-4d06-9ba5-88ca65e4d00f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9003143541888379374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db30c086-dfe2-4727-8283-b829d61ba261, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfed0e54-7f73-4243-bc0e-1cf19a6ce7ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfed0e54-7f73-4243-bc0e-1cf19a6ce7ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757587123174087883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0beee185-4933-4d06-9ba5-88ca65e4d00f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d58179-de8f-40d0-bfa4-d4863daf3fb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d58179-de8f-40d0-bfa4-d4863daf3fb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2960782924936103551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfed0e54-7f73-4243-bc0e-1cf19a6ce7ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ae8aa64-d6a4-44e4-8aac-4424de5562e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d58179-de8f-40d0-bfa4-d4863daf3fb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae8aa64-d6a4-44e4-8aac-4424de5562e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15316683302218472335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10589ed8-4b55-4524-b8c2-484fceed9475, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10589ed8-4b55-4524-b8c2-484fceed9475, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7240738247921712663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae8aa64-d6a4-44e4-8aac-4424de5562e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b165bf77-7297-458f-be65-b7dccc6a5aa3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b165bf77-7297-458f-be65-b7dccc6a5aa3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6486067659354128328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10589ed8-4b55-4524-b8c2-484fceed9475, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0c58855-2331-4638-8b0e-36b451e36022, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c58855-2331-4638-8b0e-36b451e36022, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11888019315160641652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b165bf77-7297-458f-be65-b7dccc6a5aa3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65843522-abf2-42cb-9d6c-59cba5c7a961, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65843522-abf2-42cb-9d6c-59cba5c7a961, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6084518169448037634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c58855-2331-4638-8b0e-36b451e36022, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79ae11f0-9130-45cf-9a24-6e325e0cc861, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79ae11f0-9130-45cf-9a24-6e325e0cc861, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8140823069371781652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79ae11f0-9130-45cf-9a24-6e325e0cc861, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d7b7e09-7607-4d2e-913b-c54f19448c2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d7b7e09-7607-4d2e-913b-c54f19448c2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7403672489458893490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65843522-abf2-42cb-9d6c-59cba5c7a961, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4316dd07-9175-471d-9b93-6a7160354367, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4316dd07-9175-471d-9b93-6a7160354367, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12724638159779105349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d7b7e09-7607-4d2e-913b-c54f19448c2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52e42270-bbdc-46f7-a3a2-89ad8172bd8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e42270-bbdc-46f7-a3a2-89ad8172bd8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11444229130476472588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4316dd07-9175-471d-9b93-6a7160354367, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f59eba45-040b-4539-ba75-e81398a20a3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f59eba45-040b-4539-ba75-e81398a20a3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8816668036296129007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e42270-bbdc-46f7-a3a2-89ad8172bd8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ad8ef0b-6340-4f4c-beee-8bdb11a0b6c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f59eba45-040b-4539-ba75-e81398a20a3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05526b2c-6e5f-4b8d-810d-d01bdfcdb619, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05526b2c-6e5f-4b8d-810d-d01bdfcdb619, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9443835877951929082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad8ef0b-6340-4f4c-beee-8bdb11a0b6c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17069254178843243617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05526b2c-6e5f-4b8d-810d-d01bdfcdb619, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8367b58-98af-48fb-8a26-1492b78177b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8367b58-98af-48fb-8a26-1492b78177b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4852344332965970842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad8ef0b-6340-4f4c-beee-8bdb11a0b6c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, babb573e-ca28-412d-b39d-8cc87de73962, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, babb573e-ca28-412d-b39d-8cc87de73962, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12433558803533401554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8367b58-98af-48fb-8a26-1492b78177b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a680737-16d2-41d6-bf12-1ef845966f32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a680737-16d2-41d6-bf12-1ef845966f32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16371617801751863175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, babb573e-ca28-412d-b39d-8cc87de73962, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b530e382-c97a-4e97-b4f7-f30103b68064, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b530e382-c97a-4e97-b4f7-f30103b68064, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11888282528751151601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b530e382-c97a-4e97-b4f7-f30103b68064, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed4afe4-a143-4e8b-b980-695678a564fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed4afe4-a143-4e8b-b980-695678a564fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12706768569130218382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a680737-16d2-41d6-bf12-1ef845966f32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41e1ad55-e88b-4719-810a-59a7b8938b21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41e1ad55-e88b-4719-810a-59a7b8938b21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1482491625843886019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed4afe4-a143-4e8b-b980-695678a564fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59488c65-e7cb-427f-816d-e5289d145e87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59488c65-e7cb-427f-816d-e5289d145e87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16680460275387383994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41e1ad55-e88b-4719-810a-59a7b8938b21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4faa54c-ba82-4c9f-bce9-5e9164cb1ed1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4faa54c-ba82-4c9f-bce9-5e9164cb1ed1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12208683055313403942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59488c65-e7cb-427f-816d-e5289d145e87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12ff5af9-f1aa-4b21-a002-a137aef5f45b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ff5af9-f1aa-4b21-a002-a137aef5f45b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9120156536358461554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4faa54c-ba82-4c9f-bce9-5e9164cb1ed1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b787ec55-0872-4e26-b653-f001ab8fc98c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b787ec55-0872-4e26-b653-f001ab8fc98c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8275721312860259786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ff5af9-f1aa-4b21-a002-a137aef5f45b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a65c552a-f0b6-47fa-8596-cb4c6245a9f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a65c552a-f0b6-47fa-8596-cb4c6245a9f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16485724656602759475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b787ec55-0872-4e26-b653-f001ab8fc98c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e2dcc0e-a380-4a0d-a944-40d40b3461db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e2dcc0e-a380-4a0d-a944-40d40b3461db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12091786145429960658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a65c552a-f0b6-47fa-8596-cb4c6245a9f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f0e1211-bb0b-4da2-8743-19b689fd2b63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0e1211-bb0b-4da2-8743-19b689fd2b63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12126085740623170897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e2dcc0e-a380-4a0d-a944-40d40b3461db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fb04026-d19f-4bd9-ae11-554af81d00a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb04026-d19f-4bd9-ae11-554af81d00a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4944859414665079805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0e1211-bb0b-4da2-8743-19b689fd2b63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 075f29ce-20b7-4f56-8a72-8bf12ea6194a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 075f29ce-20b7-4f56-8a72-8bf12ea6194a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274281184728007203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb04026-d19f-4bd9-ae11-554af81d00a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e46f8d92-76e1-49b4-b1c8-803e5dac0f21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e46f8d92-76e1-49b4-b1c8-803e5dac0f21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14536772200731980626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 075f29ce-20b7-4f56-8a72-8bf12ea6194a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fe60c07-a8d5-4a3c-961a-06c1763dd684, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe60c07-a8d5-4a3c-961a-06c1763dd684, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8194353202092723987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e46f8d92-76e1-49b4-b1c8-803e5dac0f21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cf53e48-1d7d-48d8-9142-9d5f080e2ef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe60c07-a8d5-4a3c-961a-06c1763dd684, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1f80a55-d0ac-4171-bfdb-bfe083bc8ff1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f80a55-d0ac-4171-bfdb-bfe083bc8ff1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15794811675268011693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf53e48-1d7d-48d8-9142-9d5f080e2ef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8476463111928820426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f80a55-d0ac-4171-bfdb-bfe083bc8ff1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23c5607e-af0a-4eff-9d61-2abe3c5ac2c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c5607e-af0a-4eff-9d61-2abe3c5ac2c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12195525846669824320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf53e48-1d7d-48d8-9142-9d5f080e2ef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bacd0b1f-219e-4499-b6d6-79a3da41c164, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bacd0b1f-219e-4499-b6d6-79a3da41c164, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1168417520442594483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c5607e-af0a-4eff-9d61-2abe3c5ac2c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c07695b-7b44-4906-8e76-a2a8e0ead4a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c07695b-7b44-4906-8e76-a2a8e0ead4a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12068231269867899118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bacd0b1f-219e-4499-b6d6-79a3da41c164, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68458d65-1654-4196-982c-429ad464f8d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68458d65-1654-4196-982c-429ad464f8d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5336414782746648330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c07695b-7b44-4906-8e76-a2a8e0ead4a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b19f611c-7449-4df1-a7cb-6f93f784d94f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19f611c-7449-4df1-a7cb-6f93f784d94f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15526186949442357951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68458d65-1654-4196-982c-429ad464f8d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c13b893f-0992-4b19-8eb9-2e16bc59031a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13b893f-0992-4b19-8eb9-2e16bc59031a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13074178814412437023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19f611c-7449-4df1-a7cb-6f93f784d94f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6c2e92d-ca8a-4c49-bdf2-345f95078715, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6c2e92d-ca8a-4c49-bdf2-345f95078715, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8375692950654626828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13b893f-0992-4b19-8eb9-2e16bc59031a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d14bfda2-1daa-4dd7-9815-22e79eb91d0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d14bfda2-1daa-4dd7-9815-22e79eb91d0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6222090890863089958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6c2e92d-ca8a-4c49-bdf2-345f95078715, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d14bfda2-1daa-4dd7-9815-22e79eb91d0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e87608e-9140-44f2-b6fc-c5920fa1fe90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e87608e-9140-44f2-b6fc-c5920fa1fe90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1285126023415695041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4def4c14-7c2a-4f43-af42-c98b3cf3fa10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4def4c14-7c2a-4f43-af42-c98b3cf3fa10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7055468592515982549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e87608e-9140-44f2-b6fc-c5920fa1fe90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 754dd396-1883-43fa-8ac0-727e30386166, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754dd396-1883-43fa-8ac0-727e30386166, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8557035537904363532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4def4c14-7c2a-4f43-af42-c98b3cf3fa10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb45cb3-b45a-4f03-b97b-19d3820a6be0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb45cb3-b45a-4f03-b97b-19d3820a6be0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16247692260654776602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754dd396-1883-43fa-8ac0-727e30386166, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 861284cc-8154-401f-bc9e-8dc33c409ce2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861284cc-8154-401f-bc9e-8dc33c409ce2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2447184932249122975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb45cb3-b45a-4f03-b97b-19d3820a6be0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 048bcb35-e210-4d9d-b3ae-76d81c0f4878, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 048bcb35-e210-4d9d-b3ae-76d81c0f4878, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11164439998161503448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861284cc-8154-401f-bc9e-8dc33c409ce2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b553ed-f8cb-4393-b2cd-0ef0b5de05c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b553ed-f8cb-4393-b2cd-0ef0b5de05c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14189069128921412819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 048bcb35-e210-4d9d-b3ae-76d81c0f4878, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfeb71b7-0031-4a5c-8b77-131155d7dc2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfeb71b7-0031-4a5c-8b77-131155d7dc2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6629091283474632465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b553ed-f8cb-4393-b2cd-0ef0b5de05c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a9bf7db-1044-45f2-a3f0-7a7101471215, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a9bf7db-1044-45f2-a3f0-7a7101471215, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7124912804278190810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfeb71b7-0031-4a5c-8b77-131155d7dc2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9af0b5a-956e-48d5-b689-d866f6899712, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9af0b5a-956e-48d5-b689-d866f6899712, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14592653483861289876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a9bf7db-1044-45f2-a3f0-7a7101471215, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfc5cb29-26ee-4176-8a42-f0ade4e2603c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc5cb29-26ee-4176-8a42-f0ade4e2603c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16254453107740344591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9af0b5a-956e-48d5-b689-d866f6899712, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b38de755-b5a6-47b9-86c6-e3db4ff4fb6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b38de755-b5a6-47b9-86c6-e3db4ff4fb6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2488193683832794245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc5cb29-26ee-4176-8a42-f0ade4e2603c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dd08fd1-62e0-4d41-83c1-82f7c82a43e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd08fd1-62e0-4d41-83c1-82f7c82a43e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9063814238649293228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b38de755-b5a6-47b9-86c6-e3db4ff4fb6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7cb6820-e4f0-435a-8fc1-51ed76463eb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7cb6820-e4f0-435a-8fc1-51ed76463eb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12915116048873724597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd08fd1-62e0-4d41-83c1-82f7c82a43e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f09a7777-4dc5-4843-b761-e0043cbe1c0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f09a7777-4dc5-4843-b761-e0043cbe1c0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5777022388599898058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7cb6820-e4f0-435a-8fc1-51ed76463eb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c322763-fb4b-4c74-ae0e-b509063e8a1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c322763-fb4b-4c74-ae0e-b509063e8a1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13313176776546443120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f09a7777-4dc5-4843-b761-e0043cbe1c0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c322763-fb4b-4c74-ae0e-b509063e8a1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 649c83b5-6bb6-438c-b089-13e2759d93bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 649c83b5-6bb6-438c-b089-13e2759d93bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14463166494207402052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dcc5e8b-ef6c-4b17-9958-d756e2f14f96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dcc5e8b-ef6c-4b17-9958-d756e2f14f96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3476933731284636498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 649c83b5-6bb6-438c-b089-13e2759d93bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13afa771-3c22-4583-813f-3d6f2b005acf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13afa771-3c22-4583-813f-3d6f2b005acf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3767866450490947200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dcc5e8b-ef6c-4b17-9958-d756e2f14f96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c1e129f-a00d-46f6-8ed2-46064b632bb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1e129f-a00d-46f6-8ed2-46064b632bb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10435680755097215798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13afa771-3c22-4583-813f-3d6f2b005acf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2154a48-a727-4d55-a8c8-93ca0d32f59f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2154a48-a727-4d55-a8c8-93ca0d32f59f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 409361084187852691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1e129f-a00d-46f6-8ed2-46064b632bb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4a21e13-8133-41cc-a07d-4fb7603761f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4a21e13-8133-41cc-a07d-4fb7603761f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14683451101484368600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2154a48-a727-4d55-a8c8-93ca0d32f59f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bfe8331-ac8f-46c9-8fec-cea677e38278, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bfe8331-ac8f-46c9-8fec-cea677e38278, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17696829772565793989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4a21e13-8133-41cc-a07d-4fb7603761f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dce91425-b46d-4269-8d00-160167fda7b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dce91425-b46d-4269-8d00-160167fda7b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17019369082181507148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bfe8331-ac8f-46c9-8fec-cea677e38278, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c633568a-1558-461f-be3e-a6e846f86615, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c633568a-1558-461f-be3e-a6e846f86615, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11365900556771833238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dce91425-b46d-4269-8d00-160167fda7b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75dcc5a9-6b27-49d2-a4f7-0308331cd627, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75dcc5a9-6b27-49d2-a4f7-0308331cd627, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2812826769946020862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c633568a-1558-461f-be3e-a6e846f86615, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ab0d3f6-d998-4738-b89b-2bba2b102f58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75dcc5a9-6b27-49d2-a4f7-0308331cd627, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01ba0633-6871-4f4d-a554-009ea0a105c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab0d3f6-d998-4738-b89b-2bba2b102f58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1663368498640327417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ba0633-6871-4f4d-a554-009ea0a105c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1534988707188491046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab0d3f6-d998-4738-b89b-2bba2b102f58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ba0633-6871-4f4d-a554-009ea0a105c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef47f513-217c-4686-a4ae-e7cdc023b284, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef47f513-217c-4686-a4ae-e7cdc023b284, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3227443748678795875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3fc8c12-1e43-4c38-a77f-11f6ff8327fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3fc8c12-1e43-4c38-a77f-11f6ff8327fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5291127059361287181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef47f513-217c-4686-a4ae-e7cdc023b284, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158fce71-3afe-4e95-b2cb-5194b46cd53f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158fce71-3afe-4e95-b2cb-5194b46cd53f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4569014018177773484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3fc8c12-1e43-4c38-a77f-11f6ff8327fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ed7302e-9674-441d-8d1e-4635ed0fbd11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158fce71-3afe-4e95-b2cb-5194b46cd53f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2c02fa1-2440-424f-91b0-d09d0bb672a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2c02fa1-2440-424f-91b0-d09d0bb672a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1888429786776327782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed7302e-9674-441d-8d1e-4635ed0fbd11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4176478479425641332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2c02fa1-2440-424f-91b0-d09d0bb672a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed7302e-9674-441d-8d1e-4635ed0fbd11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a7e8148-0122-43e2-9724-d6de3251f5d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a7e8148-0122-43e2-9724-d6de3251f5d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1659385037044810050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfdcf056-ba2f-4442-8394-1cdf46ac33bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfdcf056-ba2f-4442-8394-1cdf46ac33bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9001056340615508021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a7e8148-0122-43e2-9724-d6de3251f5d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 335aefa1-42d3-4c39-9cbd-f237bc8366eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 335aefa1-42d3-4c39-9cbd-f237bc8366eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13170632093049682062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfdcf056-ba2f-4442-8394-1cdf46ac33bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88efc7de-96e1-42d0-8712-57eeb81505f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88efc7de-96e1-42d0-8712-57eeb81505f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15708669436352109712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 335aefa1-42d3-4c39-9cbd-f237bc8366eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 492d70b2-7b63-4d94-ab51-ec86215324b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492d70b2-7b63-4d94-ab51-ec86215324b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4498267247735281572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88efc7de-96e1-42d0-8712-57eeb81505f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5361d87-cbd5-4ba0-8875-76cb1b4b76a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5361d87-cbd5-4ba0-8875-76cb1b4b76a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1485225979961417748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492d70b2-7b63-4d94-ab51-ec86215324b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed53a9c6-0eef-4bd6-9089-3e24ca35baa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed53a9c6-0eef-4bd6-9089-3e24ca35baa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15850044931929947682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5361d87-cbd5-4ba0-8875-76cb1b4b76a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91dfb279-e13c-4332-b7f6-d40e6985812f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91dfb279-e13c-4332-b7f6-d40e6985812f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16489402448559701727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed53a9c6-0eef-4bd6-9089-3e24ca35baa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cfe61ca-b222-4867-b5c7-71103b23d697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cfe61ca-b222-4867-b5c7-71103b23d697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1721669596095944658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91dfb279-e13c-4332-b7f6-d40e6985812f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3d61533-d0c5-4294-b5f9-111ad86f9d96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cfe61ca-b222-4867-b5c7-71103b23d697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c3e5e8-2e12-4eda-a6eb-ffaaa8460085, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c3e5e8-2e12-4eda-a6eb-ffaaa8460085, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16968679688367448992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3d61533-d0c5-4294-b5f9-111ad86f9d96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11564125548979221986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c3e5e8-2e12-4eda-a6eb-ffaaa8460085, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef370178-57fc-44c8-8b5e-06354924cd22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef370178-57fc-44c8-8b5e-06354924cd22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17583127719315047486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3d61533-d0c5-4294-b5f9-111ad86f9d96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fec12c84-8c08-40b5-ad78-731539f33fb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec12c84-8c08-40b5-ad78-731539f33fb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16804057217892529509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef370178-57fc-44c8-8b5e-06354924cd22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57b1d28-dc7f-43db-9b3d-663f3905c7f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57b1d28-dc7f-43db-9b3d-663f3905c7f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16569317129860936035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec12c84-8c08-40b5-ad78-731539f33fb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9384bd47-5d0a-4b77-98c8-65e3b04691e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9384bd47-5d0a-4b77-98c8-65e3b04691e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 267981111649736719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57b1d28-dc7f-43db-9b3d-663f3905c7f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b59d3d6a-8efa-4296-a222-f8df883f0bbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59d3d6a-8efa-4296-a222-f8df883f0bbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3839655263106013953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9384bd47-5d0a-4b77-98c8-65e3b04691e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf7ac556-8035-481f-82e4-4134077ec579, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7ac556-8035-481f-82e4-4134077ec579, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13521338399407565162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59d3d6a-8efa-4296-a222-f8df883f0bbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d1451d1-ed07-45e3-a089-974699f6b086, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d1451d1-ed07-45e3-a089-974699f6b086, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14164245523147528011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7ac556-8035-481f-82e4-4134077ec579, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67afa256-130b-4c70-8a98-b1cda0acb974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d1451d1-ed07-45e3-a089-974699f6b086, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 098a7c8c-c206-4935-ab60-cc4e7ecb0369, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67afa256-130b-4c70-8a98-b1cda0acb974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165663110797540673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 098a7c8c-c206-4935-ab60-cc4e7ecb0369, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036081529628291767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67afa256-130b-4c70-8a98-b1cda0acb974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49bd3f56-d504-40cb-b899-569f94fc8ef9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49bd3f56-d504-40cb-b899-569f94fc8ef9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7861121672820404596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 098a7c8c-c206-4935-ab60-cc4e7ecb0369, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b7fba4e-e243-4923-8245-fa19e5dea1f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b7fba4e-e243-4923-8245-fa19e5dea1f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8480825892465289126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49bd3f56-d504-40cb-b899-569f94fc8ef9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c4e7630-f11f-48d0-ab69-279ff45d38d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c4e7630-f11f-48d0-ab69-279ff45d38d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4423164755248132186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b7fba4e-e243-4923-8245-fa19e5dea1f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4affdd42-10e9-43e9-ac5c-5aee666243aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4affdd42-10e9-43e9-ac5c-5aee666243aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3608868739317652753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c4e7630-f11f-48d0-ab69-279ff45d38d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00458e7c-7846-44ea-a06d-4a50fedb624a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00458e7c-7846-44ea-a06d-4a50fedb624a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4065595418396140338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4affdd42-10e9-43e9-ac5c-5aee666243aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd664306-cba6-40c6-9457-cb0228929a36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd664306-cba6-40c6-9457-cb0228929a36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 222813294103362084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00458e7c-7846-44ea-a06d-4a50fedb624a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c99b9875-528a-4a67-bcf1-df50c775fb57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd664306-cba6-40c6-9457-cb0228929a36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c99b9875-528a-4a67-bcf1-df50c775fb57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18117927985895733591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdf5ee69-a69a-47f1-b62f-14e22b15e2bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf5ee69-a69a-47f1-b62f-14e22b15e2bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13114895035706609311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c99b9875-528a-4a67-bcf1-df50c775fb57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5742d1ec-a14e-4758-aeda-b35f7e058a7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5742d1ec-a14e-4758-aeda-b35f7e058a7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12791293212130310482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf5ee69-a69a-47f1-b62f-14e22b15e2bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bfd71ea-42da-40e3-a740-faa21e8660a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bfd71ea-42da-40e3-a740-faa21e8660a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 21257469931225477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2125746993122547721257469931225477212574699312254772125746993122547721257469931225477212574699312254772125746993122547721257469931225477212574699312254772125746993122547721257469931225477212574699312254772125746993122547721257469931225477212574699312254772125746993122547721257469931225477212574699312254772125746993122547721257469931225477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5742d1ec-a14e-4758-aeda-b35f7e058a7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ddf7b6f-d41f-429b-8f72-f3094d368d0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ddf7b6f-d41f-429b-8f72-f3094d368d0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10714913827474935322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bfd71ea-42da-40e3-a740-faa21e8660a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bf7993a-7e37-4725-aa9f-567a562169d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bf7993a-7e37-4725-aa9f-567a562169d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10302158353346090762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ddf7b6f-d41f-429b-8f72-f3094d368d0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f448324-2636-48f2-b8b6-328024802430, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f448324-2636-48f2-b8b6-328024802430, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5980359014919186874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bf7993a-7e37-4725-aa9f-567a562169d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b6bc09-83b0-45b5-9ff8-b39dd4b9587b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f448324-2636-48f2-b8b6-328024802430, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b6bc09-83b0-45b5-9ff8-b39dd4b9587b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9517687858635844912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 412a03bf-14d8-41e2-b1ba-f23b78ca7bee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412a03bf-14d8-41e2-b1ba-f23b78ca7bee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994626654767826421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b6bc09-83b0-45b5-9ff8-b39dd4b9587b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfd6842f-c4eb-48cb-b655-eb6e22d2bbf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd6842f-c4eb-48cb-b655-eb6e22d2bbf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1463828566686363463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412a03bf-14d8-41e2-b1ba-f23b78ca7bee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e27c5790-3c0e-49d7-b0b9-67b674479e2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27c5790-3c0e-49d7-b0b9-67b674479e2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1571561692782039007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd6842f-c4eb-48cb-b655-eb6e22d2bbf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4781268-6052-46a3-97c3-12896f8afd54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4781268-6052-46a3-97c3-12896f8afd54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14105298992687807677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27c5790-3c0e-49d7-b0b9-67b674479e2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f232ed4-4dd2-4301-8cbd-3472e3dac838, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f232ed4-4dd2-4301-8cbd-3472e3dac838, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7775821635990775311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4781268-6052-46a3-97c3-12896f8afd54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7d473a0-d892-4330-ab2e-b43a0349ee39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f232ed4-4dd2-4301-8cbd-3472e3dac838, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0bd594c-5a75-4cec-a5c4-79d8108efdc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0bd594c-5a75-4cec-a5c4-79d8108efdc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2840404427055623200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7d473a0-d892-4330-ab2e-b43a0349ee39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8492489242419795812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0bd594c-5a75-4cec-a5c4-79d8108efdc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a1ecce0-0cda-4dba-8c72-e1aefbfea326, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1ecce0-0cda-4dba-8c72-e1aefbfea326, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4923205427526929999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7d473a0-d892-4330-ab2e-b43a0349ee39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa54c347-50a2-4c90-8062-c5dfd64e33f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa54c347-50a2-4c90-8062-c5dfd64e33f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10284770228245751457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1ecce0-0cda-4dba-8c72-e1aefbfea326, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f555443d-d403-489a-82b1-92061eba7022, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f555443d-d403-489a-82b1-92061eba7022, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8838264502563929061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa54c347-50a2-4c90-8062-c5dfd64e33f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61f61ca-e7c6-4223-9218-e579f00b1f11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61f61ca-e7c6-4223-9218-e579f00b1f11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2205174194190132012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f555443d-d403-489a-82b1-92061eba7022, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61f61ca-e7c6-4223-9218-e579f00b1f11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da75cf25-6711-441b-bdba-19df949fe8ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da75cf25-6711-441b-bdba-19df949fe8ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8142351929018320833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f8b3f35-02e8-43bd-9c14-762301cc7c94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8b3f35-02e8-43bd-9c14-762301cc7c94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17702990135189570636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da75cf25-6711-441b-bdba-19df949fe8ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aed6cf77-9645-4b97-aa39-5599a59be757, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed6cf77-9645-4b97-aa39-5599a59be757, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5752578735836860609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8b3f35-02e8-43bd-9c14-762301cc7c94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba049dad-f06e-4a9c-a028-0cf213095a6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba049dad-f06e-4a9c-a028-0cf213095a6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 577385743344378412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed6cf77-9645-4b97-aa39-5599a59be757, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 237cdf37-5c8f-4b66-8814-34d6a8aa8d72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 237cdf37-5c8f-4b66-8814-34d6a8aa8d72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11288029793416849978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba049dad-f06e-4a9c-a028-0cf213095a6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b38705-2963-47a5-8ef9-86c92997ac6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b38705-2963-47a5-8ef9-86c92997ac6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10399653523364105630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 237cdf37-5c8f-4b66-8814-34d6a8aa8d72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fa58ed1-8321-45f9-ba00-852cf9e14e23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fa58ed1-8321-45f9-ba00-852cf9e14e23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14118884512007355150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b38705-2963-47a5-8ef9-86c92997ac6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4478e7-1be7-4a3c-acbb-1ccee4fa786a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4478e7-1be7-4a3c-acbb-1ccee4fa786a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14291524371526897243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fa58ed1-8321-45f9-ba00-852cf9e14e23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7a749de-8322-49d7-b034-fcd561d2c1ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7a749de-8322-49d7-b034-fcd561d2c1ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9157091223337751324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4478e7-1be7-4a3c-acbb-1ccee4fa786a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 050e7ada-60fe-47d9-b9f3-d228525d66cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050e7ada-60fe-47d9-b9f3-d228525d66cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 42818465469916039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4281846546991603942818465469916039428184654699160394281846546991603942818465469916039428184654699160394281846546991603942818465469916039428184654699160394281846546991603942818465469916039428184654699160394281846546991603942818465469916039428184654699160394281846546991603942818465469916039428184654699160394281846546991603942818465469916039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7a749de-8322-49d7-b034-fcd561d2c1ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf12dca3-402e-4ad2-9f0e-3c7959f6b39f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf12dca3-402e-4ad2-9f0e-3c7959f6b39f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3685580462695664197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050e7ada-60fe-47d9-b9f3-d228525d66cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62307fb1-8e52-4d32-9c98-f1080b9d6f9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62307fb1-8e52-4d32-9c98-f1080b9d6f9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16682319523211456281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf12dca3-402e-4ad2-9f0e-3c7959f6b39f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fdefc7b-dc78-455f-bc1c-b63f9f32e34d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fdefc7b-dc78-455f-bc1c-b63f9f32e34d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4551745980941366947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62307fb1-8e52-4d32-9c98-f1080b9d6f9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 795373f9-d278-4409-8da9-66f77a614966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 795373f9-d278-4409-8da9-66f77a614966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6435259659414136761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fdefc7b-dc78-455f-bc1c-b63f9f32e34d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c113c01e-ec63-4ee8-82b7-94d59a58b30a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c113c01e-ec63-4ee8-82b7-94d59a58b30a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867718364347864535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 795373f9-d278-4409-8da9-66f77a614966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9caf00b-66d2-44e2-946e-519ffdf4ca46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9caf00b-66d2-44e2-946e-519ffdf4ca46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17619294788781055182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c113c01e-ec63-4ee8-82b7-94d59a58b30a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5fb5c1-e113-4c81-b8c0-2b36ec4e8024, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5fb5c1-e113-4c81-b8c0-2b36ec4e8024, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7309916596845490307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9caf00b-66d2-44e2-946e-519ffdf4ca46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 201541cc-3ed3-4851-a4d7-29024696c827, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 201541cc-3ed3-4851-a4d7-29024696c827, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3686126855383702445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5fb5c1-e113-4c81-b8c0-2b36ec4e8024, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ecd546c-7f58-465f-ac47-d343e9d80261, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ecd546c-7f58-465f-ac47-d343e9d80261, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9702763768455394375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 201541cc-3ed3-4851-a4d7-29024696c827, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed70ab92-4a1e-42f2-94d5-42cc3ad5baae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed70ab92-4a1e-42f2-94d5-42cc3ad5baae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10487915174855431961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ecd546c-7f58-465f-ac47-d343e9d80261, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1671cfe-9d68-4d37-8c7a-585760f4f7d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1671cfe-9d68-4d37-8c7a-585760f4f7d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13477806131369646992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed70ab92-4a1e-42f2-94d5-42cc3ad5baae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e369f78-b72b-4e20-b9de-8707fe654c13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e369f78-b72b-4e20-b9de-8707fe654c13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15017717116412276900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1671cfe-9d68-4d37-8c7a-585760f4f7d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a22bd98-9cf7-4231-ab5d-0568d386dd93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a22bd98-9cf7-4231-ab5d-0568d386dd93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4843493994227010100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e369f78-b72b-4e20-b9de-8707fe654c13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fec0d61-b0e7-41c4-ba83-1499144edc38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fec0d61-b0e7-41c4-ba83-1499144edc38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6371852362602625626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a22bd98-9cf7-4231-ab5d-0568d386dd93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b417ed5f-bbca-4751-9ebe-422c7298d461, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b417ed5f-bbca-4751-9ebe-422c7298d461, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14127673828290277867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fec0d61-b0e7-41c4-ba83-1499144edc38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1174a65b-7503-427a-88c8-f43a1be343d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1174a65b-7503-427a-88c8-f43a1be343d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14863480256544964476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b417ed5f-bbca-4751-9ebe-422c7298d461, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dc630d7-4a95-4ed9-b46f-993cb76aa756, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dc630d7-4a95-4ed9-b46f-993cb76aa756, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1030862441411538202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1174a65b-7503-427a-88c8-f43a1be343d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dc630d7-4a95-4ed9-b46f-993cb76aa756, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf54a784-fc73-41db-bbdc-e542fc58327f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf54a784-fc73-41db-bbdc-e542fc58327f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8212860272845720276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc468239-356f-4624-9a24-d2071bbfd168, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc468239-356f-4624-9a24-d2071bbfd168, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17545830614472930672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf54a784-fc73-41db-bbdc-e542fc58327f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49639167-44aa-442f-b30e-f6ec042bb720, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49639167-44aa-442f-b30e-f6ec042bb720, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6802264924023099343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc468239-356f-4624-9a24-d2071bbfd168, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a484d233-d51a-44a0-8870-bc24355172b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a484d233-d51a-44a0-8870-bc24355172b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8709457061947484477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49639167-44aa-442f-b30e-f6ec042bb720, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70fad77b-5c31-42c4-816f-580e8721fc2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fad77b-5c31-42c4-816f-580e8721fc2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 861841009895961850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a484d233-d51a-44a0-8870-bc24355172b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49c21d8a-4470-4c5a-901d-ab67debac38c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c21d8a-4470-4c5a-901d-ab67debac38c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6700229517669448688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fad77b-5c31-42c4-816f-580e8721fc2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90111029-d094-4dc8-adbe-2a82cf58e3a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90111029-d094-4dc8-adbe-2a82cf58e3a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7310881685446695407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c21d8a-4470-4c5a-901d-ab67debac38c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3348434c-a8d4-4b72-85bc-0af4c128ca2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3348434c-a8d4-4b72-85bc-0af4c128ca2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7458133297187448312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90111029-d094-4dc8-adbe-2a82cf58e3a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aaa34a8-816c-4279-b3f4-16df25fb676a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aaa34a8-816c-4279-b3f4-16df25fb676a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10700190658687868940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3348434c-a8d4-4b72-85bc-0af4c128ca2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aaa34a8-816c-4279-b3f4-16df25fb676a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8ae0e5e-cb7b-49e0-92a8-d5fd6b67a403, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f878252-14cb-42d7-ab73-fd9675a94295, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f878252-14cb-42d7-ab73-fd9675a94295, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5153158887930919507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ae0e5e-cb7b-49e0-92a8-d5fd6b67a403, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6974191493567850036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f878252-14cb-42d7-ab73-fd9675a94295, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9f65bf4-9158-4817-8495-3827d91cb0ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9f65bf4-9158-4817-8495-3827d91cb0ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16120237815443486089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ae0e5e-cb7b-49e0-92a8-d5fd6b67a403, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4efaee53-732c-4bc4-bc5a-ac9f65737525, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4efaee53-732c-4bc4-bc5a-ac9f65737525, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13344041727432296909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9f65bf4-9158-4817-8495-3827d91cb0ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7089d27e-4652-4dea-a76d-c44e358ce7fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7089d27e-4652-4dea-a76d-c44e358ce7fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3537062531200100339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4efaee53-732c-4bc4-bc5a-ac9f65737525, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94e6e150-ba9d-4b10-990d-c5b5551f1527, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e6e150-ba9d-4b10-990d-c5b5551f1527, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12457034805557991767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7089d27e-4652-4dea-a76d-c44e358ce7fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89442acd-72db-4dad-8326-3d419dd84081, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e6e150-ba9d-4b10-990d-c5b5551f1527, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8b49db8-5b9c-4453-8a27-6b02f6e78fa9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b49db8-5b9c-4453-8a27-6b02f6e78fa9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2059362760811493411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89442acd-72db-4dad-8326-3d419dd84081, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9175848259523844931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b49db8-5b9c-4453-8a27-6b02f6e78fa9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f84143be-514d-408c-9b0c-8c1553d16cdd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f84143be-514d-408c-9b0c-8c1553d16cdd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5421423822961618429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89442acd-72db-4dad-8326-3d419dd84081, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea57a67b-f449-4352-8185-093f15c520b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea57a67b-f449-4352-8185-093f15c520b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 559441981467805896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f84143be-514d-408c-9b0c-8c1553d16cdd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b77d57e-ea6d-438b-91f7-020956d303d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b77d57e-ea6d-438b-91f7-020956d303d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3582417788058682108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea57a67b-f449-4352-8185-093f15c520b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fc6d970-949d-4d19-a280-5fb724a538b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc6d970-949d-4d19-a280-5fb724a538b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 643705743339029548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b77d57e-ea6d-438b-91f7-020956d303d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc6d970-949d-4d19-a280-5fb724a538b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca14ccba-155c-47b1-8b77-ec6591e1a813, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca14ccba-155c-47b1-8b77-ec6591e1a813, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4839790858539940415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65c7dc50-41e6-4812-aabb-d58a33e8557e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c7dc50-41e6-4812-aabb-d58a33e8557e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6545462055842214328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca14ccba-155c-47b1-8b77-ec6591e1a813, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a6b5dfe-f20b-406a-9bc6-8454a222ec7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a6b5dfe-f20b-406a-9bc6-8454a222ec7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3660199569972036393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c7dc50-41e6-4812-aabb-d58a33e8557e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09176ef0-0904-4dde-b73f-a8ea9d40c122, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09176ef0-0904-4dde-b73f-a8ea9d40c122, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6442728812920670895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a6b5dfe-f20b-406a-9bc6-8454a222ec7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a54dc3c8-adf0-4bef-8840-56adfb0a4beb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54dc3c8-adf0-4bef-8840-56adfb0a4beb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509399408889616537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09176ef0-0904-4dde-b73f-a8ea9d40c122, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b10de92-8348-4139-aa0a-487146bb24ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b10de92-8348-4139-aa0a-487146bb24ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15022992808920946177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54dc3c8-adf0-4bef-8840-56adfb0a4beb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c3de79-be28-41bc-b6ff-d63ff479c346, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c3de79-be28-41bc-b6ff-d63ff479c346, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12152261092104651178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b10de92-8348-4139-aa0a-487146bb24ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d6f2837-fd0c-427e-a700-3e4499a33207, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d6f2837-fd0c-427e-a700-3e4499a33207, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12483760019108957151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c3de79-be28-41bc-b6ff-d63ff479c346, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b517a8c-977c-4b21-8c33-d8d6a7604a7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b517a8c-977c-4b21-8c33-d8d6a7604a7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10980454306780779528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d6f2837-fd0c-427e-a700-3e4499a33207, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3eaeed95-5629-4dca-a279-d2221a7761a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eaeed95-5629-4dca-a279-d2221a7761a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16827958133936034655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b517a8c-977c-4b21-8c33-d8d6a7604a7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67646d0f-ccbe-431a-8c73-c4173e3ff40b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67646d0f-ccbe-431a-8c73-c4173e3ff40b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6269570610345152560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eaeed95-5629-4dca-a279-d2221a7761a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3961ff0b-67e5-47f8-86c9-a64f1b744505, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3961ff0b-67e5-47f8-86c9-a64f1b744505, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13663854757975468972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67646d0f-ccbe-431a-8c73-c4173e3ff40b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddd3e551-5266-48a1-a082-3273204b43b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddd3e551-5266-48a1-a082-3273204b43b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 82933145659467082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8293314565946708282933145659467082829331456594670828293314565946708282933145659467082829331456594670828293314565946708282933145659467082829331456594670828293314565946708282933145659467082829331456594670828293314565946708282933145659467082829331456594670828293314565946708282933145659467082829331456594670828293314565946708282933145659467082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3961ff0b-67e5-47f8-86c9-a64f1b744505, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d43e5748-85df-4972-abf5-03522f62333e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d43e5748-85df-4972-abf5-03522f62333e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9644332671201490964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddd3e551-5266-48a1-a082-3273204b43b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed220e51-6766-437b-8e75-9263a6f8a0b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed220e51-6766-437b-8e75-9263a6f8a0b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6996099425781103248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d43e5748-85df-4972-abf5-03522f62333e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd5cf121-6d08-440a-b542-8505194fe1ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5cf121-6d08-440a-b542-8505194fe1ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10194825653411554461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed220e51-6766-437b-8e75-9263a6f8a0b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f4c95cf-aca3-4a4a-93f7-9bed2a085b3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4c95cf-aca3-4a4a-93f7-9bed2a085b3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4380731076107024013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5cf121-6d08-440a-b542-8505194fe1ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41f13504-5622-41f4-8962-8db5ca03295c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41f13504-5622-41f4-8962-8db5ca03295c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12268082809446617409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4c95cf-aca3-4a4a-93f7-9bed2a085b3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a768f65-c9f9-404b-a37a-f140908d90df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a768f65-c9f9-404b-a37a-f140908d90df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1613138699872239869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41f13504-5622-41f4-8962-8db5ca03295c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a768f65-c9f9-404b-a37a-f140908d90df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61428f56-06a8-4326-b234-3f86e3ced5fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 574a58a2-6e9f-4aed-b726-76236da5df26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574a58a2-6e9f-4aed-b726-76236da5df26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11761327102635271809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61428f56-06a8-4326-b234-3f86e3ced5fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3612620658188152942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574a58a2-6e9f-4aed-b726-76236da5df26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50dd34cb-8891-4db4-9458-54ea898af38c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50dd34cb-8891-4db4-9458-54ea898af38c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8348444410682174012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61428f56-06a8-4326-b234-3f86e3ced5fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9884200a-f146-4ce0-83f5-8a33e529ded1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9884200a-f146-4ce0-83f5-8a33e529ded1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4670819778911268701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50dd34cb-8891-4db4-9458-54ea898af38c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b50ab5-5b98-41d2-9655-5750e675225f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b50ab5-5b98-41d2-9655-5750e675225f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6779670445356055070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9884200a-f146-4ce0-83f5-8a33e529ded1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa4b2a06-9072-4646-8fb0-6ca846bf0d99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa4b2a06-9072-4646-8fb0-6ca846bf0d99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 704103575398115874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b50ab5-5b98-41d2-9655-5750e675225f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2436c497-1e0b-4441-923e-1e7e04f743e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2436c497-1e0b-4441-923e-1e7e04f743e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 485371460187878130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa4b2a06-9072-4646-8fb0-6ca846bf0d99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21eff8ec-8490-491e-b974-2a103f225d1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21eff8ec-8490-491e-b974-2a103f225d1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17576865380818171033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2436c497-1e0b-4441-923e-1e7e04f743e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88aa2251-2dd5-4729-9aab-749d728a5b92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88aa2251-2dd5-4729-9aab-749d728a5b92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13621298177337664701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21eff8ec-8490-491e-b974-2a103f225d1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb1a13c-260d-4a97-ae0d-53a68a31feab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb1a13c-260d-4a97-ae0d-53a68a31feab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13785399372619258512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88aa2251-2dd5-4729-9aab-749d728a5b92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb1a13c-260d-4a97-ae0d-53a68a31feab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1f1429a-5b88-4b9b-a5f1-c02cf66dd304, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1f1429a-5b88-4b9b-a5f1-c02cf66dd304, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3997506017102584499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08f99ce0-77d8-4b24-99db-8d0f4e3bcdbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f99ce0-77d8-4b24-99db-8d0f4e3bcdbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7488298488976738323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1f1429a-5b88-4b9b-a5f1-c02cf66dd304, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 696b1134-f458-46b7-b914-18cefdff26bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696b1134-f458-46b7-b914-18cefdff26bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 894372270292205484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f99ce0-77d8-4b24-99db-8d0f4e3bcdbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82666d1e-120c-46b1-a8c4-39c31ffe504a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82666d1e-120c-46b1-a8c4-39c31ffe504a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11377206459493219048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696b1134-f458-46b7-b914-18cefdff26bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7635ad87-9738-4e03-b0c7-da300824f391, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7635ad87-9738-4e03-b0c7-da300824f391, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2404827380511437929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82666d1e-120c-46b1-a8c4-39c31ffe504a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d778569e-c544-49ba-a748-2adfd879598a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d778569e-c544-49ba-a748-2adfd879598a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 298821332785499757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7635ad87-9738-4e03-b0c7-da300824f391, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3687ede4-1ae0-475d-9a17-6fdfc1e8cf64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d778569e-c544-49ba-a748-2adfd879598a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a9d931d-808f-484d-981f-39e0af624d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3687ede4-1ae0-475d-9a17-6fdfc1e8cf64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3924215282567547543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a9d931d-808f-484d-981f-39e0af624d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18278916865551999154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3687ede4-1ae0-475d-9a17-6fdfc1e8cf64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29e065a9-c65d-44fb-82ea-69a96de8d612, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a9d931d-808f-484d-981f-39e0af624d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af7f6e4-605f-4378-8955-13d83a13a51b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af7f6e4-605f-4378-8955-13d83a13a51b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15388043638484774518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e065a9-c65d-44fb-82ea-69a96de8d612, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2996405406055580656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af7f6e4-605f-4378-8955-13d83a13a51b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d90b97fd-1c05-42f8-9bab-8122fa326e6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e065a9-c65d-44fb-82ea-69a96de8d612, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbe974b4-105d-4556-b61f-5e04856649d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90b97fd-1c05-42f8-9bab-8122fa326e6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13755443367102381056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe974b4-105d-4556-b61f-5e04856649d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6751095761535346053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90b97fd-1c05-42f8-9bab-8122fa326e6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 539e67eb-28c3-4707-a3a5-4167272ae9e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 539e67eb-28c3-4707-a3a5-4167272ae9e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14637159538064845520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe974b4-105d-4556-b61f-5e04856649d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ab8a135-c077-469d-8eb7-852963a1e867, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ab8a135-c077-469d-8eb7-852963a1e867, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3124115017735464299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 539e67eb-28c3-4707-a3a5-4167272ae9e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d2a88f0-7560-447d-a218-091205cca309, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2a88f0-7560-447d-a218-091205cca309, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17242239983938226167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ab8a135-c077-469d-8eb7-852963a1e867, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5676a033-d81f-4745-a32f-6a44f728455a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5676a033-d81f-4745-a32f-6a44f728455a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8683799988283567886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2a88f0-7560-447d-a218-091205cca309, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95713cbb-09fe-4dce-87c2-d825e2e98e15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5676a033-d81f-4745-a32f-6a44f728455a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf73338d-8a76-4f01-b45f-ce108de62082, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95713cbb-09fe-4dce-87c2-d825e2e98e15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10799789537144512912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf73338d-8a76-4f01-b45f-ce108de62082, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7033992068004179712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf73338d-8a76-4f01-b45f-ce108de62082, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b09f2c6-03a6-45c8-8c59-806f4bf6abf7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95713cbb-09fe-4dce-87c2-d825e2e98e15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22afb1ad-1ebf-4826-9ad9-02b6afa209b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22afb1ad-1ebf-4826-9ad9-02b6afa209b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9095453857902164748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b09f2c6-03a6-45c8-8c59-806f4bf6abf7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10355876666427602830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22afb1ad-1ebf-4826-9ad9-02b6afa209b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 661f2326-1493-4ab4-85b3-4cec181bbaa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661f2326-1493-4ab4-85b3-4cec181bbaa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9358992043767642301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b09f2c6-03a6-45c8-8c59-806f4bf6abf7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6812293d-2187-49c2-9c0b-ac463952d598, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6812293d-2187-49c2-9c0b-ac463952d598, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 637547854884627970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661f2326-1493-4ab4-85b3-4cec181bbaa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff2edc8f-a83c-4763-adee-a4cb087e542b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff2edc8f-a83c-4763-adee-a4cb087e542b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18044784101773609892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6812293d-2187-49c2-9c0b-ac463952d598, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d24a8588-7570-4b11-ba47-52fed326cff1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff2edc8f-a83c-4763-adee-a4cb087e542b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6143011-61a7-4ab7-a71e-5b1c469c0b9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6143011-61a7-4ab7-a71e-5b1c469c0b9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3603578563466809202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24a8588-7570-4b11-ba47-52fed326cff1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3056138171650743483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6143011-61a7-4ab7-a71e-5b1c469c0b9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24a8588-7570-4b11-ba47-52fed326cff1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fee62467-bf87-40dc-81ac-8889cdea51d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fee62467-bf87-40dc-81ac-8889cdea51d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16810780613759418050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 273362a4-e8e5-4841-acd6-c922190db314, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 273362a4-e8e5-4841-acd6-c922190db314, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13690120748508362847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fee62467-bf87-40dc-81ac-8889cdea51d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd52af3b-24bd-44d9-8f90-2989b795636f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 273362a4-e8e5-4841-acd6-c922190db314, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd52af3b-24bd-44d9-8f90-2989b795636f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10660028741701491905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75ad2706-4520-4b6b-9b03-2b6a30352019, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ad2706-4520-4b6b-9b03-2b6a30352019, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12082945635594452489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd52af3b-24bd-44d9-8f90-2989b795636f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5432d9b-0156-4d48-8c0b-cea4022bb09c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5432d9b-0156-4d48-8c0b-cea4022bb09c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274244533233771987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ad2706-4520-4b6b-9b03-2b6a30352019, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a8ebde-65d1-47eb-8b1b-4281aaca73d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a8ebde-65d1-47eb-8b1b-4281aaca73d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 808708031174676381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5432d9b-0156-4d48-8c0b-cea4022bb09c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a8ebde-65d1-47eb-8b1b-4281aaca73d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9432336-98fb-4c6a-8763-90f8a7d8df7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9432336-98fb-4c6a-8763-90f8a7d8df7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16573558644548481003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c6af80e-10e3-43e6-b068-b413fa0df843, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c6af80e-10e3-43e6-b068-b413fa0df843, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 324019869380412321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9432336-98fb-4c6a-8763-90f8a7d8df7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c6af80e-10e3-43e6-b068-b413fa0df843, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc6176e2-827c-4489-af9c-0476e3ff50e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e619660a-70b9-4193-a1a6-6d162dc46d79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6176e2-827c-4489-af9c-0476e3ff50e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8621203924270829246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e619660a-70b9-4193-a1a6-6d162dc46d79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8133378240744332037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e619660a-70b9-4193-a1a6-6d162dc46d79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5a9d2a5-ddf2-489c-b139-403364dc7944, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a9d2a5-ddf2-489c-b139-403364dc7944, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14842314038231367583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6176e2-827c-4489-af9c-0476e3ff50e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a9d2a5-ddf2-489c-b139-403364dc7944, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb441ab0-d495-492f-82d9-b797dbc7f9e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb441ab0-d495-492f-82d9-b797dbc7f9e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 852726301899557744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df1e9f73-9b22-4d11-bf68-7fa7a3c179b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df1e9f73-9b22-4d11-bf68-7fa7a3c179b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10295049812252591914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb441ab0-d495-492f-82d9-b797dbc7f9e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2ac3355-4aca-460b-96bb-c6dac8835d43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2ac3355-4aca-460b-96bb-c6dac8835d43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9760397357201152381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df1e9f73-9b22-4d11-bf68-7fa7a3c179b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8824b85-f0ab-49ca-937a-f75138564dfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8824b85-f0ab-49ca-937a-f75138564dfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 426666169927808891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2ac3355-4aca-460b-96bb-c6dac8835d43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9011b456-386e-498d-8243-fb27d5d5ebab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8824b85-f0ab-49ca-937a-f75138564dfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a0fd9f5-d825-442c-8e0a-1d444ac0b2e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a0fd9f5-d825-442c-8e0a-1d444ac0b2e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8188211117004967249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9011b456-386e-498d-8243-fb27d5d5ebab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3037002741240387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30370027412403873037002741240387303700274124038730370027412403873037002741240387303700274124038730370027412403873037002741240387303700274124038730370027412403873037002741240387303700274124038730370027412403873037002741240387303700274124038730370027412403873037002741240387303700274124038730370027412403873037002741240387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9011b456-386e-498d-8243-fb27d5d5ebab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0287a03a-9da6-41eb-86aa-ecf938e430cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0287a03a-9da6-41eb-86aa-ecf938e430cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1252729084014922847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a0fd9f5-d825-442c-8e0a-1d444ac0b2e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a749071-fd58-45f0-8a38-dcbaaa5fe31b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a749071-fd58-45f0-8a38-dcbaaa5fe31b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6326686466075800074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0287a03a-9da6-41eb-86aa-ecf938e430cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc190747-5f0a-4a33-b6e6-491b4de7313c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc190747-5f0a-4a33-b6e6-491b4de7313c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1045852846336203228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a749071-fd58-45f0-8a38-dcbaaa5fe31b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f323ee1-d923-46e3-8ed0-38be0b08da10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f323ee1-d923-46e3-8ed0-38be0b08da10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1930710306103866779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc190747-5f0a-4a33-b6e6-491b4de7313c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51dee757-1356-4222-b1b4-475eca1daaf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dee757-1356-4222-b1b4-475eca1daaf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15499258628285203529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f323ee1-d923-46e3-8ed0-38be0b08da10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4ecf170-d563-4e29-8473-723d7e953973, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4ecf170-d563-4e29-8473-723d7e953973, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13227051434438611348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dee757-1356-4222-b1b4-475eca1daaf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9312870-094c-4433-89db-aae154f1e3f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9312870-094c-4433-89db-aae154f1e3f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11470038155868363051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4ecf170-d563-4e29-8473-723d7e953973, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e5abf3a-9327-4e6c-9f49-58e1a2e6e42a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e5abf3a-9327-4e6c-9f49-58e1a2e6e42a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16253512362220624742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9312870-094c-4433-89db-aae154f1e3f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ed011fe-ac66-4376-ba4f-6f689feb2f28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed011fe-ac66-4376-ba4f-6f689feb2f28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13360715366362090954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e5abf3a-9327-4e6c-9f49-58e1a2e6e42a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3e50880-1c31-4f4e-bcf2-e4221d636213, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e50880-1c31-4f4e-bcf2-e4221d636213, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12009258818038027576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed011fe-ac66-4376-ba4f-6f689feb2f28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 011d40c3-aca9-40f1-a723-3aba1c7e85e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011d40c3-aca9-40f1-a723-3aba1c7e85e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4594304920711844493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e50880-1c31-4f4e-bcf2-e4221d636213, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bbd8754-97b8-49b6-80ae-6e716e603b46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bbd8754-97b8-49b6-80ae-6e716e603b46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17984923995302455177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011d40c3-aca9-40f1-a723-3aba1c7e85e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d021b979-8e34-4a51-b126-f5402f882e92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d021b979-8e34-4a51-b126-f5402f882e92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8022909687092634214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bbd8754-97b8-49b6-80ae-6e716e603b46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3138f8eb-17fb-41d0-b813-94ff56069d76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3138f8eb-17fb-41d0-b813-94ff56069d76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14033261931769076593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d021b979-8e34-4a51-b126-f5402f882e92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 193e7001-5375-43d8-b7f4-c95b1e499fdc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 193e7001-5375-43d8-b7f4-c95b1e499fdc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13109391104089773788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3138f8eb-17fb-41d0-b813-94ff56069d76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c7b1b0f-9120-44eb-9d0a-8b4d10496129, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c7b1b0f-9120-44eb-9d0a-8b4d10496129, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7811429478586218518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 193e7001-5375-43d8-b7f4-c95b1e499fdc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9808e88b-8288-4e5b-8817-9b629829b9a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9808e88b-8288-4e5b-8817-9b629829b9a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10024133223668318585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c7b1b0f-9120-44eb-9d0a-8b4d10496129, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e70c0b0e-fa32-4820-bef4-210edb80d01a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70c0b0e-fa32-4820-bef4-210edb80d01a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9980956492023777364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9808e88b-8288-4e5b-8817-9b629829b9a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdf42d37-8c94-4cb0-ae4c-abe0532850d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdf42d37-8c94-4cb0-ae4c-abe0532850d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14736594088625031658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70c0b0e-fa32-4820-bef4-210edb80d01a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ef2c096-c8f0-4534-8c7e-1dd911d31fb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ef2c096-c8f0-4534-8c7e-1dd911d31fb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4411930837104872698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdf42d37-8c94-4cb0-ae4c-abe0532850d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e71cc64-9869-47b1-b538-adc72760697f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e71cc64-9869-47b1-b538-adc72760697f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7159397232868831849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ef2c096-c8f0-4534-8c7e-1dd911d31fb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fad88b6-f36f-459c-a282-f5c489d3ce00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fad88b6-f36f-459c-a282-f5c489d3ce00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2281420743502979559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e71cc64-9869-47b1-b538-adc72760697f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2747a3a-8f74-48d1-a0ec-700b7e8a4101, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fad88b6-f36f-459c-a282-f5c489d3ce00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dec58c2d-7076-46ad-99de-6c437f00a73f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2747a3a-8f74-48d1-a0ec-700b7e8a4101, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 751517541735938275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec58c2d-7076-46ad-99de-6c437f00a73f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390541177356360822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2747a3a-8f74-48d1-a0ec-700b7e8a4101, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9877f6e-e54f-48c3-8d98-2773c3dba479, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9877f6e-e54f-48c3-8d98-2773c3dba479, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5136620762277064167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec58c2d-7076-46ad-99de-6c437f00a73f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 968d9007-1c16-4f80-ab5a-bac760b370ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968d9007-1c16-4f80-ab5a-bac760b370ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17730463809640968748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9877f6e-e54f-48c3-8d98-2773c3dba479, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1eb5b8e-6ac5-47d1-89b1-64575cb5fd55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1eb5b8e-6ac5-47d1-89b1-64575cb5fd55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8234827009654045565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968d9007-1c16-4f80-ab5a-bac760b370ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb8f8090-9a45-4f79-97b3-97adc3b5740c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb8f8090-9a45-4f79-97b3-97adc3b5740c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3710169832777016586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1eb5b8e-6ac5-47d1-89b1-64575cb5fd55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2445e8a3-f1b7-4d95-bb18-a5c2b0f8d9fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2445e8a3-f1b7-4d95-bb18-a5c2b0f8d9fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2710572902628095139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb8f8090-9a45-4f79-97b3-97adc3b5740c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72f43b0-fe88-4c9a-81db-c98c44aec212, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72f43b0-fe88-4c9a-81db-c98c44aec212, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12645038143548497525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2445e8a3-f1b7-4d95-bb18-a5c2b0f8d9fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b081078-5b1b-4728-b911-a8fdb067f248, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b081078-5b1b-4728-b911-a8fdb067f248, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6513757516756999546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72f43b0-fe88-4c9a-81db-c98c44aec212, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f22a877-3793-4af7-9c51-f1fe0cd63aee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f22a877-3793-4af7-9c51-f1fe0cd63aee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11918726033326890085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b081078-5b1b-4728-b911-a8fdb067f248, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d90e805a-e1fc-47a0-adf1-eb5fb47f8764, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f22a877-3793-4af7-9c51-f1fe0cd63aee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90e805a-e1fc-47a0-adf1-eb5fb47f8764, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706002478892364887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8a8f6db-fda7-4098-b3bc-dac73435ae7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a8f6db-fda7-4098-b3bc-dac73435ae7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12002946790727455936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90e805a-e1fc-47a0-adf1-eb5fb47f8764, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e16b1a0-9768-42b5-8b12-630595eb9ecc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a8f6db-fda7-4098-b3bc-dac73435ae7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e16b1a0-9768-42b5-8b12-630595eb9ecc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13771022318591791745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c828ab32-5b3d-4468-b096-6392e52f7099, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c828ab32-5b3d-4468-b096-6392e52f7099, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4684477188248013238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e16b1a0-9768-42b5-8b12-630595eb9ecc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 854bf590-537a-48cb-a8ac-d904d6e7d52f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 854bf590-537a-48cb-a8ac-d904d6e7d52f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1601007448047824183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c828ab32-5b3d-4468-b096-6392e52f7099, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a20ef9-1658-45ce-8357-4930e4e08c5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a20ef9-1658-45ce-8357-4930e4e08c5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3579940467705968517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 854bf590-537a-48cb-a8ac-d904d6e7d52f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa952cd4-c493-40cf-806b-36d2dde1793e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa952cd4-c493-40cf-806b-36d2dde1793e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9790639336369343298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a20ef9-1658-45ce-8357-4930e4e08c5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 329c749e-157e-4ee5-9eea-27e07eb4eadf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 329c749e-157e-4ee5-9eea-27e07eb4eadf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12303586865716738584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa952cd4-c493-40cf-806b-36d2dde1793e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a2db06-7092-46ba-989b-65e433388a4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a2db06-7092-46ba-989b-65e433388a4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 748750461334160191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 329c749e-157e-4ee5-9eea-27e07eb4eadf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14e60664-cc22-4e10-8ecc-18dced3b8d80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e60664-cc22-4e10-8ecc-18dced3b8d80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14418443346314205014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a2db06-7092-46ba-989b-65e433388a4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5fcf64-f9d8-4c58-8f2f-c906447f965e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5fcf64-f9d8-4c58-8f2f-c906447f965e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7056774022899790945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e60664-cc22-4e10-8ecc-18dced3b8d80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 396b3ebb-2e62-430f-aa56-a9068b59eac5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 396b3ebb-2e62-430f-aa56-a9068b59eac5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5647034399663102052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5fcf64-f9d8-4c58-8f2f-c906447f965e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c78b219-d8b3-443e-9dfa-20ab0d07dc7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c78b219-d8b3-443e-9dfa-20ab0d07dc7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10033586980725135357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 396b3ebb-2e62-430f-aa56-a9068b59eac5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fd445c1-9af2-4ff2-9650-a7b1d3712885, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd445c1-9af2-4ff2-9650-a7b1d3712885, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14197423135500797300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c78b219-d8b3-443e-9dfa-20ab0d07dc7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9667052a-75de-4399-bc19-2d6e624b9ffc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9667052a-75de-4399-bc19-2d6e624b9ffc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 623533872230348401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd445c1-9af2-4ff2-9650-a7b1d3712885, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6724085e-4189-460d-aba7-1ade7eae7e8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9667052a-75de-4399-bc19-2d6e624b9ffc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45fcba9b-2ef0-4df6-aa1f-4bdede9a5b0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45fcba9b-2ef0-4df6-aa1f-4bdede9a5b0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3146965243983253338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6724085e-4189-460d-aba7-1ade7eae7e8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611542998955195598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45fcba9b-2ef0-4df6-aa1f-4bdede9a5b0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6724085e-4189-460d-aba7-1ade7eae7e8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 336a2077-b07b-43df-80d6-5f87230554c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ff1f4e4-a398-40ad-af0f-dc130b1c1999, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff1f4e4-a398-40ad-af0f-dc130b1c1999, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8078396174918057184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 336a2077-b07b-43df-80d6-5f87230554c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8450925027705393255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff1f4e4-a398-40ad-af0f-dc130b1c1999, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 336a2077-b07b-43df-80d6-5f87230554c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e1db667-4df3-4390-93ad-07f8cc4dbd10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e1db667-4df3-4390-93ad-07f8cc4dbd10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14430950664971090019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f39953b6-b7d9-4d4a-baac-e911c6b1a805, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f39953b6-b7d9-4d4a-baac-e911c6b1a805, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15635884134615758667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e1db667-4df3-4390-93ad-07f8cc4dbd10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df694d60-0db5-451f-b6c2-cfc13835e195, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df694d60-0db5-451f-b6c2-cfc13835e195, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390354145527168985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f39953b6-b7d9-4d4a-baac-e911c6b1a805, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63603440-3f99-4e4f-8ed6-a058beb0f804, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df694d60-0db5-451f-b6c2-cfc13835e195, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 053dbbac-f7dd-4513-9aa5-e26092141ffe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63603440-3f99-4e4f-8ed6-a058beb0f804, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13587411978380163238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 053dbbac-f7dd-4513-9aa5-e26092141ffe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14039907320394482436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63603440-3f99-4e4f-8ed6-a058beb0f804, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8cdb495-a1ca-444a-ba5a-3bb463aa33c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8cdb495-a1ca-444a-ba5a-3bb463aa33c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7119690107847168499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 053dbbac-f7dd-4513-9aa5-e26092141ffe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51947759-5ae5-4e5c-9307-c8b57ad84ab2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51947759-5ae5-4e5c-9307-c8b57ad84ab2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5218100076858969662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8cdb495-a1ca-444a-ba5a-3bb463aa33c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 222a9614-65a3-4d80-840d-7ab32ede443c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 222a9614-65a3-4d80-840d-7ab32ede443c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1961199220112055161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51947759-5ae5-4e5c-9307-c8b57ad84ab2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 169ca742-2731-4ca7-8254-09e4472eb5d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169ca742-2731-4ca7-8254-09e4472eb5d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318151533386186657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 222a9614-65a3-4d80-840d-7ab32ede443c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbda9d34-1195-4a0e-9b32-6a2f3ec335b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbda9d34-1195-4a0e-9b32-6a2f3ec335b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17631398705383221827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169ca742-2731-4ca7-8254-09e4472eb5d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4565a646-2f8d-41b0-a403-92886f268742, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4565a646-2f8d-41b0-a403-92886f268742, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18316803400692349955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbda9d34-1195-4a0e-9b32-6a2f3ec335b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 511d475b-fc70-4492-a45c-87cbefb5f375, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4565a646-2f8d-41b0-a403-92886f268742, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29d6a229-bac0-428d-aa05-3eeaa9f0a924, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d6a229-bac0-428d-aa05-3eeaa9f0a924, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13812170507940103089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 511d475b-fc70-4492-a45c-87cbefb5f375, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17628596791709748807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d6a229-bac0-428d-aa05-3eeaa9f0a924, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d3de7cf-a7d4-4cd1-a167-72c1c9017dee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 511d475b-fc70-4492-a45c-87cbefb5f375, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b0f3e2a-9da9-4ff3-b20e-1a37ff4eb066, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b0f3e2a-9da9-4ff3-b20e-1a37ff4eb066, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444537925792046893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3de7cf-a7d4-4cd1-a167-72c1c9017dee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15917521084085992663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3de7cf-a7d4-4cd1-a167-72c1c9017dee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fbe466c-fa87-4305-b8ca-d188bd29836f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b0f3e2a-9da9-4ff3-b20e-1a37ff4eb066, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fbe466c-fa87-4305-b8ca-d188bd29836f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13200028804764279619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 150dfdc4-031e-4175-bdec-12af8bfcc3a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 150dfdc4-031e-4175-bdec-12af8bfcc3a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6759701502227990965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fbe466c-fa87-4305-b8ca-d188bd29836f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a60ee87a-772c-4060-b968-e048b76ed75c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60ee87a-772c-4060-b968-e048b76ed75c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15873233452867176174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 150dfdc4-031e-4175-bdec-12af8bfcc3a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60bada63-ee1b-4d98-8ebb-62017074c6d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60bada63-ee1b-4d98-8ebb-62017074c6d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 284477582847803238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60ee87a-772c-4060-b968-e048b76ed75c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 565ddce3-02ee-473d-b6c4-1231d4b4dc69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565ddce3-02ee-473d-b6c4-1231d4b4dc69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12590017506021442031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60bada63-ee1b-4d98-8ebb-62017074c6d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b37461f-e1c8-4b70-a8c9-b67a0e747e79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b37461f-e1c8-4b70-a8c9-b67a0e747e79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5767003071786412823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565ddce3-02ee-473d-b6c4-1231d4b4dc69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8280cfcb-68c5-4035-8ab3-bbcba5a39415, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8280cfcb-68c5-4035-8ab3-bbcba5a39415, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14411765348383502678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b37461f-e1c8-4b70-a8c9-b67a0e747e79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 931e4661-62c3-430b-b7af-20ef54a614b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931e4661-62c3-430b-b7af-20ef54a614b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2310861851265119349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8280cfcb-68c5-4035-8ab3-bbcba5a39415, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43e5e05f-4e65-42ec-877c-c85b229cc8ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43e5e05f-4e65-42ec-877c-c85b229cc8ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16132904697617505950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931e4661-62c3-430b-b7af-20ef54a614b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 821cc0aa-4acf-4f05-8d11-4561bb01a0ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43e5e05f-4e65-42ec-877c-c85b229cc8ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e6cefce-bd8d-4fb1-b47c-e68dfbb5c6b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e6cefce-bd8d-4fb1-b47c-e68dfbb5c6b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695572790134482226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 821cc0aa-4acf-4f05-8d11-4561bb01a0ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9821424550173168736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e6cefce-bd8d-4fb1-b47c-e68dfbb5c6b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24b6a744-50be-4299-a0a5-51055d3e010a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24b6a744-50be-4299-a0a5-51055d3e010a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6806754702232635941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 821cc0aa-4acf-4f05-8d11-4561bb01a0ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82a7efef-a825-48e3-bd3c-6e9d765b9a89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82a7efef-a825-48e3-bd3c-6e9d765b9a89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12369828047482124459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24b6a744-50be-4299-a0a5-51055d3e010a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5d8fd83-91db-430b-8d94-cb929f613a0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5d8fd83-91db-430b-8d94-cb929f613a0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7778957834781375376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82a7efef-a825-48e3-bd3c-6e9d765b9a89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00445ed0-1d23-439b-a3cd-b0d0d2873279, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00445ed0-1d23-439b-a3cd-b0d0d2873279, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13928402815108240547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00445ed0-1d23-439b-a3cd-b0d0d2873279, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 021a6884-993b-4b03-ab6a-464020a923d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5d8fd83-91db-430b-8d94-cb929f613a0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021a6884-993b-4b03-ab6a-464020a923d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1657384278490058313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47bbc776-8909-4ddb-886c-67a0fe200ef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021a6884-993b-4b03-ab6a-464020a923d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdfec821-deea-4afd-8eb5-1e88685f80b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdfec821-deea-4afd-8eb5-1e88685f80b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16063645944878891062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47bbc776-8909-4ddb-886c-67a0fe200ef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14953444099255006122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdfec821-deea-4afd-8eb5-1e88685f80b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47bbc776-8909-4ddb-886c-67a0fe200ef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dd80feb-09cb-45bf-a6ce-a6f4cf074040, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f027e4b0-db84-4f6d-84ff-69e6512d57af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f027e4b0-db84-4f6d-84ff-69e6512d57af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16544909708036101836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd80feb-09cb-45bf-a6ce-a6f4cf074040, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 597074976643885116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f027e4b0-db84-4f6d-84ff-69e6512d57af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d83ef7ec-15b9-4198-bc13-0b191434215b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d83ef7ec-15b9-4198-bc13-0b191434215b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 740737241682527110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd80feb-09cb-45bf-a6ce-a6f4cf074040, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e940ddb-5dcf-4938-bac5-859592775c39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e940ddb-5dcf-4938-bac5-859592775c39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2293551810894020078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d83ef7ec-15b9-4198-bc13-0b191434215b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e85b8ff3-bdc4-4081-9a44-4dd08d1a7db6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85b8ff3-bdc4-4081-9a44-4dd08d1a7db6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5839379252071436641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e940ddb-5dcf-4938-bac5-859592775c39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffa9bfad-a201-4e9a-987b-b359f06ca51c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffa9bfad-a201-4e9a-987b-b359f06ca51c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6570249000042513458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85b8ff3-bdc4-4081-9a44-4dd08d1a7db6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ddfd507-af08-4792-b8db-168f0e05ccef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ddfd507-af08-4792-b8db-168f0e05ccef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10051406872592277068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffa9bfad-a201-4e9a-987b-b359f06ca51c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c77fd5a1-b6d7-4633-b06c-8895b0dbeb88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77fd5a1-b6d7-4633-b06c-8895b0dbeb88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8218192452716020180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ddfd507-af08-4792-b8db-168f0e05ccef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d03b4564-da63-432c-a198-c42eb029ab32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d03b4564-da63-432c-a198-c42eb029ab32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11092341647289397297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77fd5a1-b6d7-4633-b06c-8895b0dbeb88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 127ea062-557e-40cf-9ee2-f92ea2813d5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127ea062-557e-40cf-9ee2-f92ea2813d5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1046878823211666441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d03b4564-da63-432c-a198-c42eb029ab32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 548c5670-e48c-49a9-b910-b3fde371d1df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548c5670-e48c-49a9-b910-b3fde371d1df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13016478797115560668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127ea062-557e-40cf-9ee2-f92ea2813d5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18639aed-62c4-45c3-a81d-bd3685efc262, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18639aed-62c4-45c3-a81d-bd3685efc262, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8483440756883849511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548c5670-e48c-49a9-b910-b3fde371d1df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddee7cc5-d582-43a6-bf8f-43900867fdbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddee7cc5-d582-43a6-bf8f-43900867fdbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15452238273838223226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18639aed-62c4-45c3-a81d-bd3685efc262, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c5fc62a-9ff4-4ae0-87d1-149a8f76cfdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5fc62a-9ff4-4ae0-87d1-149a8f76cfdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5669327517864715265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddee7cc5-d582-43a6-bf8f-43900867fdbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a528015c-9cef-4d1e-8673-9374f57310f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a528015c-9cef-4d1e-8673-9374f57310f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12356931216542053612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5fc62a-9ff4-4ae0-87d1-149a8f76cfdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9783c7a8-ef01-4e25-a424-f49035804053, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9783c7a8-ef01-4e25-a424-f49035804053, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17446073503162287808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a528015c-9cef-4d1e-8673-9374f57310f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a80785-0122-4fc6-88fa-582f02b1f37d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a80785-0122-4fc6-88fa-582f02b1f37d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11828352416293050173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9783c7a8-ef01-4e25-a424-f49035804053, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d17b67d2-d718-4b00-b30f-ab394d22de23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d17b67d2-d718-4b00-b30f-ab394d22de23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9909999648861475816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a80785-0122-4fc6-88fa-582f02b1f37d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd65313-2677-48a2-a492-b2075ef9756e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd65313-2677-48a2-a492-b2075ef9756e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13860051863488779533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd65313-2677-48a2-a492-b2075ef9756e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aa3cb79-5d82-43a2-b544-99f65038bdc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa3cb79-5d82-43a2-b544-99f65038bdc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5263510807003546676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d17b67d2-d718-4b00-b30f-ab394d22de23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f53b61e-9951-49b0-8dfb-8dad4080d41d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f53b61e-9951-49b0-8dfb-8dad4080d41d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2344777788682678534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa3cb79-5d82-43a2-b544-99f65038bdc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13b5ebf4-952d-4617-85b5-45d1564817b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b5ebf4-952d-4617-85b5-45d1564817b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1678303041234135608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f53b61e-9951-49b0-8dfb-8dad4080d41d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0f0be7c-22ce-4efc-9c2c-5bec1c59e464, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f0be7c-22ce-4efc-9c2c-5bec1c59e464, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9781718233728050433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b5ebf4-952d-4617-85b5-45d1564817b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b89b87a-a427-4d81-87f2-d2a5159f1aaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b89b87a-a427-4d81-87f2-d2a5159f1aaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4675544205711354219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f0be7c-22ce-4efc-9c2c-5bec1c59e464, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5d43db-d4c1-4115-8325-0b1510a27605, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5d43db-d4c1-4115-8325-0b1510a27605, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9797487418245785582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b89b87a-a427-4d81-87f2-d2a5159f1aaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c74f47c-54dd-4bef-810f-76e9008f32ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c74f47c-54dd-4bef-810f-76e9008f32ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11374818748541714731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5d43db-d4c1-4115-8325-0b1510a27605, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b915d60c-4e9b-48b0-a852-cc7bbf7b2e38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b915d60c-4e9b-48b0-a852-cc7bbf7b2e38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17818357974410811313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c74f47c-54dd-4bef-810f-76e9008f32ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa15e1c0-0852-4124-93f2-2ebef5185196, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa15e1c0-0852-4124-93f2-2ebef5185196, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15049428299880153200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b915d60c-4e9b-48b0-a852-cc7bbf7b2e38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b322122-89fe-4ab0-aee8-306ed4ccf04e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa15e1c0-0852-4124-93f2-2ebef5185196, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 710afd62-2194-44d7-9a54-5a095595a54c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710afd62-2194-44d7-9a54-5a095595a54c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9773689796944285301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b322122-89fe-4ab0-aee8-306ed4ccf04e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6721136367359788812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710afd62-2194-44d7-9a54-5a095595a54c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a61a7be0-b80e-41a3-8166-9f00826d56a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a61a7be0-b80e-41a3-8166-9f00826d56a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1328956471606487333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b322122-89fe-4ab0-aee8-306ed4ccf04e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f620b7-7050-404e-ae80-2513c3f6c947, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f620b7-7050-404e-ae80-2513c3f6c947, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2484764819293257508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a61a7be0-b80e-41a3-8166-9f00826d56a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f037ed28-6182-4306-a1ef-16a62d833a0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f620b7-7050-404e-ae80-2513c3f6c947, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f037ed28-6182-4306-a1ef-16a62d833a0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14304073847232653672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c045f7e-c6e7-4067-b9f0-e8ec32de4bad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c045f7e-c6e7-4067-b9f0-e8ec32de4bad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10392721483944054132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f037ed28-6182-4306-a1ef-16a62d833a0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63fc737a-1501-4dad-951e-622acd4efe4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63fc737a-1501-4dad-951e-622acd4efe4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8123276557454559211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c045f7e-c6e7-4067-b9f0-e8ec32de4bad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 956760b9-a9a8-4373-bbc6-7736009b9f7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956760b9-a9a8-4373-bbc6-7736009b9f7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3118037589973226713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63fc737a-1501-4dad-951e-622acd4efe4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2cb81be-55c0-4c9d-9ef4-ab1baa2c71ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2cb81be-55c0-4c9d-9ef4-ab1baa2c71ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10793616771498760865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956760b9-a9a8-4373-bbc6-7736009b9f7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e72e6c-a26d-43d4-b0ca-1cc520cfadf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e72e6c-a26d-43d4-b0ca-1cc520cfadf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 509886580746850415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2cb81be-55c0-4c9d-9ef4-ab1baa2c71ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2fc4b18-e39d-46eb-84a5-33ef3a487425, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2fc4b18-e39d-46eb-84a5-33ef3a487425, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8944928614481266653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e72e6c-a26d-43d4-b0ca-1cc520cfadf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36630622-63d9-4ba4-b243-b7a3c1a022c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36630622-63d9-4ba4-b243-b7a3c1a022c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3247826649857253289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2fc4b18-e39d-46eb-84a5-33ef3a487425, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a4e4305-0672-45fa-94a9-4dd6e085d166, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4e4305-0672-45fa-94a9-4dd6e085d166, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6119403923250248737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36630622-63d9-4ba4-b243-b7a3c1a022c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d32bc3e2-66a9-4662-8e0c-b3372f950de6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d32bc3e2-66a9-4662-8e0c-b3372f950de6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 790207544348993687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4e4305-0672-45fa-94a9-4dd6e085d166, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9121709-d6e8-4b35-88b4-60777d90f5e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9121709-d6e8-4b35-88b4-60777d90f5e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10735331979126109575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d32bc3e2-66a9-4662-8e0c-b3372f950de6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b7a122e-63c2-48f2-b2e7-cb1883da0e7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b7a122e-63c2-48f2-b2e7-cb1883da0e7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12538815988569446507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9121709-d6e8-4b35-88b4-60777d90f5e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71b95f17-208c-4c34-850b-a598a92222d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71b95f17-208c-4c34-850b-a598a92222d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1333889701839646083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b7a122e-63c2-48f2-b2e7-cb1883da0e7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9835f01b-1a77-442f-bb99-9b80bb689a0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9835f01b-1a77-442f-bb99-9b80bb689a0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14879430653616557091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71b95f17-208c-4c34-850b-a598a92222d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25620517-32ec-430d-ab78-9a6d132f9c87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25620517-32ec-430d-ab78-9a6d132f9c87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16359661849246295348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9835f01b-1a77-442f-bb99-9b80bb689a0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 183d0fb0-b98d-43c9-91ea-9ad78eb3307b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 183d0fb0-b98d-43c9-91ea-9ad78eb3307b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1916326723783382411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25620517-32ec-430d-ab78-9a6d132f9c87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9bdb9bb-ae85-4da7-b856-8945d9debba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9bdb9bb-ae85-4da7-b856-8945d9debba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16434842019808174197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 183d0fb0-b98d-43c9-91ea-9ad78eb3307b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eae23f3-191f-46a7-9296-7ccf7264307b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eae23f3-191f-46a7-9296-7ccf7264307b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13110883786199289242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9bdb9bb-ae85-4da7-b856-8945d9debba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25072ad7-ee56-4040-98a7-3bd18771b325, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25072ad7-ee56-4040-98a7-3bd18771b325, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15092048303060207378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eae23f3-191f-46a7-9296-7ccf7264307b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62f88070-20c4-4397-a8f1-a64937f7a473, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f88070-20c4-4397-a8f1-a64937f7a473, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8909321374583711544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25072ad7-ee56-4040-98a7-3bd18771b325, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51c0eba2-922b-460d-8ba9-233fbc538abc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51c0eba2-922b-460d-8ba9-233fbc538abc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 452467706322193825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f88070-20c4-4397-a8f1-a64937f7a473, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d68740c-a4e4-4e14-9c73-0367851a3ed6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d68740c-a4e4-4e14-9c73-0367851a3ed6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 91289243872892384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9128924387289238491289243872892384912892438728923849128924387289238491289243872892384912892438728923849128924387289238491289243872892384912892438728923849128924387289238491289243872892384912892438728923849128924387289238491289243872892384912892438728923849128924387289238491289243872892384912892438728923849128924387289238491289243872892384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51c0eba2-922b-460d-8ba9-233fbc538abc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e675f726-e354-4113-b6a7-ecf61f559ef7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e675f726-e354-4113-b6a7-ecf61f559ef7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10731843740273133236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d68740c-a4e4-4e14-9c73-0367851a3ed6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d07276b2-33c2-42b5-8298-9a419d8f69e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07276b2-33c2-42b5-8298-9a419d8f69e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5503500312725616601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e675f726-e354-4113-b6a7-ecf61f559ef7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a35596-7f00-48ca-93d9-37fd5e4d92b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a35596-7f00-48ca-93d9-37fd5e4d92b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16000550118787123792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07276b2-33c2-42b5-8298-9a419d8f69e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 504e624d-24db-42b3-a82a-2f12c93ece6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 504e624d-24db-42b3-a82a-2f12c93ece6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1876385854090915967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 504e624d-24db-42b3-a82a-2f12c93ece6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bb3d7a1-6af5-4d5d-a614-f4adb334bc7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb3d7a1-6af5-4d5d-a614-f4adb334bc7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17819139797273805108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a35596-7f00-48ca-93d9-37fd5e4d92b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b40aadf5-f2f1-481a-9fae-8b5562e002dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b40aadf5-f2f1-481a-9fae-8b5562e002dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6304711412353416959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb3d7a1-6af5-4d5d-a614-f4adb334bc7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 905f9fa2-3db5-4aa0-9cf2-edb6e5a5dd12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 905f9fa2-3db5-4aa0-9cf2-edb6e5a5dd12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10896100432671697960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b40aadf5-f2f1-481a-9fae-8b5562e002dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ea6357a-9d1c-45f7-b12a-cb2fc87255b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ea6357a-9d1c-45f7-b12a-cb2fc87255b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1090421008950836199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 905f9fa2-3db5-4aa0-9cf2-edb6e5a5dd12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cfbafca-e50e-4eda-87ff-405a5508105f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cfbafca-e50e-4eda-87ff-405a5508105f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7723106946723424813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ea6357a-9d1c-45f7-b12a-cb2fc87255b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 162d48aa-fb28-4911-ade4-abbf02ad644e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162d48aa-fb28-4911-ade4-abbf02ad644e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11412609911139079171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cfbafca-e50e-4eda-87ff-405a5508105f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8afa75-dc8d-4c0c-9e25-c62a9afd82e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8afa75-dc8d-4c0c-9e25-c62a9afd82e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17364247491786321853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162d48aa-fb28-4911-ade4-abbf02ad644e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94942dc7-abde-48db-a5c4-3eb361e8f7a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94942dc7-abde-48db-a5c4-3eb361e8f7a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777991106185104936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8afa75-dc8d-4c0c-9e25-c62a9afd82e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 447457c8-70b7-4fd9-b40d-fee42a7b5098, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 447457c8-70b7-4fd9-b40d-fee42a7b5098, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5524963703874712114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94942dc7-abde-48db-a5c4-3eb361e8f7a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4acdfb9-5715-43a8-bda5-3463aab61948, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4acdfb9-5715-43a8-bda5-3463aab61948, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10007799936548612403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 447457c8-70b7-4fd9-b40d-fee42a7b5098, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f471bad1-421b-4214-a2b5-c939f4ad32a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f471bad1-421b-4214-a2b5-c939f4ad32a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4570663995551127712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4acdfb9-5715-43a8-bda5-3463aab61948, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f449db0-3c11-4a1f-8737-ddad616c5ea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f449db0-3c11-4a1f-8737-ddad616c5ea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5009884724423340908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f471bad1-421b-4214-a2b5-c939f4ad32a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08320d0a-6bce-4428-b120-93d806edaeda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08320d0a-6bce-4428-b120-93d806edaeda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9943072503087840096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f449db0-3c11-4a1f-8737-ddad616c5ea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8733eb52-d6fa-46d4-b6ab-12218c7e66f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8733eb52-d6fa-46d4-b6ab-12218c7e66f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5066008877845565179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08320d0a-6bce-4428-b120-93d806edaeda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 839cb9ac-7138-4ff5-bbfa-603cbd902f4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 839cb9ac-7138-4ff5-bbfa-603cbd902f4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7320009611341890123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8733eb52-d6fa-46d4-b6ab-12218c7e66f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0e171ca-8864-46cd-9e99-86c8fb19da82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e171ca-8864-46cd-9e99-86c8fb19da82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12454311947473671682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 839cb9ac-7138-4ff5-bbfa-603cbd902f4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 823d7093-51c1-47f0-944b-2e24e760bc81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823d7093-51c1-47f0-944b-2e24e760bc81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 614269273944375236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e171ca-8864-46cd-9e99-86c8fb19da82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca266cd1-8233-4db7-8429-187daed20684, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca266cd1-8233-4db7-8429-187daed20684, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783077736406853693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823d7093-51c1-47f0-944b-2e24e760bc81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72546684-c5cd-4397-84be-9c47c14873b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72546684-c5cd-4397-84be-9c47c14873b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874225886072314029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca266cd1-8233-4db7-8429-187daed20684, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae019e2a-a22e-4e96-bfa8-ff24eee98839, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae019e2a-a22e-4e96-bfa8-ff24eee98839, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14951551830956730773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72546684-c5cd-4397-84be-9c47c14873b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1b4a9e4-e6ee-4b97-9dde-0b347d95d52f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b4a9e4-e6ee-4b97-9dde-0b347d95d52f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10976559620610364555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae019e2a-a22e-4e96-bfa8-ff24eee98839, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe1d8aeb-ec0b-4c70-a287-2a1b24d8abeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe1d8aeb-ec0b-4c70-a287-2a1b24d8abeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5919448851190097720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b4a9e4-e6ee-4b97-9dde-0b347d95d52f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec1f5dbd-97a3-43d4-9432-a97d7484af77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec1f5dbd-97a3-43d4-9432-a97d7484af77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3556255658137905888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe1d8aeb-ec0b-4c70-a287-2a1b24d8abeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43a9a818-180b-462a-9169-9cb958f15ff4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a9a818-180b-462a-9169-9cb958f15ff4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4725236090310961572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec1f5dbd-97a3-43d4-9432-a97d7484af77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32c86bfb-e727-48a0-8d0a-f7f73569ab4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c86bfb-e727-48a0-8d0a-f7f73569ab4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4574187069438396639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a9a818-180b-462a-9169-9cb958f15ff4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c86bfb-e727-48a0-8d0a-f7f73569ab4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5448a1-67b0-4d29-abf5-dbb33d83df64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5448a1-67b0-4d29-abf5-dbb33d83df64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6721018271086702627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71081d14-efed-4df0-bda9-a3db6bfa2fc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71081d14-efed-4df0-bda9-a3db6bfa2fc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17425009153996828258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5448a1-67b0-4d29-abf5-dbb33d83df64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83ba6c8f-9f2c-4edc-914d-a4d47e4b4f7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83ba6c8f-9f2c-4edc-914d-a4d47e4b4f7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12227187710109947091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71081d14-efed-4df0-bda9-a3db6bfa2fc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83ba6c8f-9f2c-4edc-914d-a4d47e4b4f7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bfea8fb-c6c4-47f7-962e-49f3fb26633a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfb1ac1f-5ef2-4dcf-89ab-0013b8c95c9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb1ac1f-5ef2-4dcf-89ab-0013b8c95c9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4780046575666258931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bfea8fb-c6c4-47f7-962e-49f3fb26633a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3368060991515022012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb1ac1f-5ef2-4dcf-89ab-0013b8c95c9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f4ccdc3-a313-41f0-ba82-5ecfa905241b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f4ccdc3-a313-41f0-ba82-5ecfa905241b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11875738500180449168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bfea8fb-c6c4-47f7-962e-49f3fb26633a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d965dd0e-3ad9-472f-89d2-cb5ec1ef3aed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d965dd0e-3ad9-472f-89d2-cb5ec1ef3aed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17038883352077373742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f4ccdc3-a313-41f0-ba82-5ecfa905241b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c37fbb7-c40a-4444-b14f-c3bcefda9568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c37fbb7-c40a-4444-b14f-c3bcefda9568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5689722743509191863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d965dd0e-3ad9-472f-89d2-cb5ec1ef3aed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbb5e997-8b55-4281-980b-93de5516210a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbb5e997-8b55-4281-980b-93de5516210a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12310770952746272400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c37fbb7-c40a-4444-b14f-c3bcefda9568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d62205-87c3-4438-adec-4bd1feb6cac2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d62205-87c3-4438-adec-4bd1feb6cac2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 727801015011583328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbb5e997-8b55-4281-980b-93de5516210a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd35f0bb-05d1-4cf3-8c52-4d01c6b82201, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd35f0bb-05d1-4cf3-8c52-4d01c6b82201, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9371072263773560350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d62205-87c3-4438-adec-4bd1feb6cac2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9721935f-da10-4d4f-9229-a560c76b98d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9721935f-da10-4d4f-9229-a560c76b98d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4510410380838770635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd35f0bb-05d1-4cf3-8c52-4d01c6b82201, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da39c228-78b6-4012-bd09-ec003539966f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da39c228-78b6-4012-bd09-ec003539966f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6167372784846148522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9721935f-da10-4d4f-9229-a560c76b98d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75994e16-5f39-4bd1-a0c6-5b22c487b818, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75994e16-5f39-4bd1-a0c6-5b22c487b818, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18218241951712698382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da39c228-78b6-4012-bd09-ec003539966f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 432996fb-cac7-4298-8149-514a9774dbb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432996fb-cac7-4298-8149-514a9774dbb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2467194275552574037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75994e16-5f39-4bd1-a0c6-5b22c487b818, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432996fb-cac7-4298-8149-514a9774dbb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7429aa80-345e-4536-a77a-bc54635c1cde, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7429aa80-345e-4536-a77a-bc54635c1cde, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8703406054110352284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee0143c-8969-463d-8e40-8bde277f2e22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee0143c-8969-463d-8e40-8bde277f2e22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256553219889971125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7429aa80-345e-4536-a77a-bc54635c1cde, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bab55e4-f0b3-4b5e-91cb-315cf0ca76a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bab55e4-f0b3-4b5e-91cb-315cf0ca76a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13375582429016690546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee0143c-8969-463d-8e40-8bde277f2e22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fadfeb33-f7f1-42a9-a7ff-f3dd6e883a16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fadfeb33-f7f1-42a9-a7ff-f3dd6e883a16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16956945754513964781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bab55e4-f0b3-4b5e-91cb-315cf0ca76a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dd0e56c-fb75-439d-a216-03b9e20c6771, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd0e56c-fb75-439d-a216-03b9e20c6771, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7735846302760886547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fadfeb33-f7f1-42a9-a7ff-f3dd6e883a16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a95425f-27a7-467e-aff3-712be86aa1ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a95425f-27a7-467e-aff3-712be86aa1ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12424297169994827737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd0e56c-fb75-439d-a216-03b9e20c6771, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbd38b1b-62b7-4c9e-9748-749a58d7d428, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbd38b1b-62b7-4c9e-9748-749a58d7d428, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9395527427126302046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a95425f-27a7-467e-aff3-712be86aa1ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ddf4183-6eab-466c-a2aa-ec33e8b2e165, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddf4183-6eab-466c-a2aa-ec33e8b2e165, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10658002023654058595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbd38b1b-62b7-4c9e-9748-749a58d7d428, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddf4183-6eab-466c-a2aa-ec33e8b2e165, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caaf0e58-9787-42c5-9882-ad3787926ab7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f89aad2f-c6e2-4954-8c4f-b4cc1a6c5230, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f89aad2f-c6e2-4954-8c4f-b4cc1a6c5230, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11633238616638725612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caaf0e58-9787-42c5-9882-ad3787926ab7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12500972062136129045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f89aad2f-c6e2-4954-8c4f-b4cc1a6c5230, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc697c70-0857-427f-aa72-e353edf80c9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc697c70-0857-427f-aa72-e353edf80c9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4864119601592473160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caaf0e58-9787-42c5-9882-ad3787926ab7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebe35261-b6bd-4858-8991-7405ec0af299, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe35261-b6bd-4858-8991-7405ec0af299, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3211556034168823516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc697c70-0857-427f-aa72-e353edf80c9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52fc7020-30a5-4b7f-8933-af254edeceab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fc7020-30a5-4b7f-8933-af254edeceab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11111063932062627320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe35261-b6bd-4858-8991-7405ec0af299, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e4eb5f5-1753-4434-b4ae-4fba902c9bb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e4eb5f5-1753-4434-b4ae-4fba902c9bb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1255531411485606408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fc7020-30a5-4b7f-8933-af254edeceab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5d7e2b5-e0b0-4937-89f6-c4f8d00b3240, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5d7e2b5-e0b0-4937-89f6-c4f8d00b3240, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14881502373337405904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e4eb5f5-1753-4434-b4ae-4fba902c9bb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b538c4-2653-4972-82cf-fc5a44e2fde4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b538c4-2653-4972-82cf-fc5a44e2fde4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17645081695302929190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5d7e2b5-e0b0-4937-89f6-c4f8d00b3240, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a488f027-431b-466d-bc2c-b4397e581956, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a488f027-431b-466d-bc2c-b4397e581956, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2745608955825924478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b538c4-2653-4972-82cf-fc5a44e2fde4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b80993a0-3991-4cbc-ba34-c3de08d60c58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a488f027-431b-466d-bc2c-b4397e581956, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6281959d-03b5-4ad4-9a68-dba1daf1e432, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b80993a0-3991-4cbc-ba34-c3de08d60c58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17673384586049151557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6281959d-03b5-4ad4-9a68-dba1daf1e432, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1178180782422612190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b80993a0-3991-4cbc-ba34-c3de08d60c58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4327573f-f584-46c1-8b57-2f9329dad727, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6281959d-03b5-4ad4-9a68-dba1daf1e432, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ed4badb-4965-4deb-8451-91081d97f5b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ed4badb-4965-4deb-8451-91081d97f5b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10540756536324238083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4327573f-f584-46c1-8b57-2f9329dad727, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 942701993419928800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4327573f-f584-46c1-8b57-2f9329dad727, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b710acf-414e-4ac1-84d0-c6927e3b404d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b710acf-414e-4ac1-84d0-c6927e3b404d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5738461449321304660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ed4badb-4965-4deb-8451-91081d97f5b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d7e2a9b-3334-4baf-bbb6-c9b86018fb1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d7e2a9b-3334-4baf-bbb6-c9b86018fb1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6910591112368379840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b710acf-414e-4ac1-84d0-c6927e3b404d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9297034b-fea2-4a6c-a340-72f9d021974f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d7e2a9b-3334-4baf-bbb6-c9b86018fb1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0c00e84-168d-4b6f-9ea9-71648a2f1794, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9297034b-fea2-4a6c-a340-72f9d021974f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4548741988720951933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c00e84-168d-4b6f-9ea9-71648a2f1794, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1828517650830177116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9297034b-fea2-4a6c-a340-72f9d021974f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c00e84-168d-4b6f-9ea9-71648a2f1794, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adbad0d6-1448-4213-8345-7e2178941415, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e71b9ca2-ff77-4ac5-b001-d7e8efcc9e83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e71b9ca2-ff77-4ac5-b001-d7e8efcc9e83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8493567260058138382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adbad0d6-1448-4213-8345-7e2178941415, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10916782504460012308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adbad0d6-1448-4213-8345-7e2178941415, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42fd5ad0-4694-4fa1-b222-1ecc097068b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42fd5ad0-4694-4fa1-b222-1ecc097068b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7418397072493751202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e71b9ca2-ff77-4ac5-b001-d7e8efcc9e83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d5ebac3-a745-4adc-aaf7-f02abead63b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5ebac3-a745-4adc-aaf7-f02abead63b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16415225780921318882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42fd5ad0-4694-4fa1-b222-1ecc097068b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 341c5553-ca2f-4a76-8f06-a9274dc2e933, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341c5553-ca2f-4a76-8f06-a9274dc2e933, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2853324455049818670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5ebac3-a745-4adc-aaf7-f02abead63b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e3243d6-1ec2-413c-8b8f-bb41f7051953, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e3243d6-1ec2-413c-8b8f-bb41f7051953, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7483184721323945995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341c5553-ca2f-4a76-8f06-a9274dc2e933, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3576f59c-2b30-4e41-8307-62927712cd18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3576f59c-2b30-4e41-8307-62927712cd18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3573829150446568084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e3243d6-1ec2-413c-8b8f-bb41f7051953, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f737bbc6-a576-4270-8130-c2ee15a03439, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f737bbc6-a576-4270-8130-c2ee15a03439, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16918270707372833302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3576f59c-2b30-4e41-8307-62927712cd18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9c935e8-4b10-4890-a88d-f4e803430b97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f737bbc6-a576-4270-8130-c2ee15a03439, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fa9ece3-30b5-467c-a50f-2f6c4ac75535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fa9ece3-30b5-467c-a50f-2f6c4ac75535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150951910090668647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c935e8-4b10-4890-a88d-f4e803430b97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13905110689512968970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fa9ece3-30b5-467c-a50f-2f6c4ac75535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91444b43-1b7e-4a51-be7b-9cd01d5e15e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91444b43-1b7e-4a51-be7b-9cd01d5e15e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1041713417948851795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c935e8-4b10-4890-a88d-f4e803430b97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ec0886d-aa77-449e-b2b0-90fa9964740c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec0886d-aa77-449e-b2b0-90fa9964740c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6660687373495838484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec0886d-aa77-449e-b2b0-90fa9964740c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76992e45-6c34-48d0-b7a8-9bd75770da35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91444b43-1b7e-4a51-be7b-9cd01d5e15e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76992e45-6c34-48d0-b7a8-9bd75770da35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15941424631287397683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7e8ef8d-05c3-4158-b592-2c84b12d834e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7e8ef8d-05c3-4158-b592-2c84b12d834e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8007638646023781862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76992e45-6c34-48d0-b7a8-9bd75770da35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f7886f4-1d3e-4cf6-9d5e-87a86b7b4540, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f7886f4-1d3e-4cf6-9d5e-87a86b7b4540, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10652028598605500889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7e8ef8d-05c3-4158-b592-2c84b12d834e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 725ac821-d560-441f-982c-f3e63635e2f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725ac821-d560-441f-982c-f3e63635e2f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111697980594555020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f7886f4-1d3e-4cf6-9d5e-87a86b7b4540, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc2ed0c6-414b-40c7-afb0-b490b6a76978, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc2ed0c6-414b-40c7-afb0-b490b6a76978, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 289513823859697086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725ac821-d560-441f-982c-f3e63635e2f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 029ca548-597a-43f1-aa76-aa7d36a7dc8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 029ca548-597a-43f1-aa76-aa7d36a7dc8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2141232475649830670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc2ed0c6-414b-40c7-afb0-b490b6a76978, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c97a68f-29ad-4352-a43d-dfde3caa970c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c97a68f-29ad-4352-a43d-dfde3caa970c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17878872642645452532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 029ca548-597a-43f1-aa76-aa7d36a7dc8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e58aa725-06ce-44ea-a294-6a826a837723, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58aa725-06ce-44ea-a294-6a826a837723, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9098216366382297417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c97a68f-29ad-4352-a43d-dfde3caa970c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ebf0be7-d15a-4d61-8e36-2d1e5bf5f51e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ebf0be7-d15a-4d61-8e36-2d1e5bf5f51e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10156316835539447729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58aa725-06ce-44ea-a294-6a826a837723, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50dd4aa3-69bf-4f2f-908a-0b9ac4654057, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50dd4aa3-69bf-4f2f-908a-0b9ac4654057, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6039636402079526921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ebf0be7-d15a-4d61-8e36-2d1e5bf5f51e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 961c5c6a-e0db-4a14-b376-df63e6045790, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50dd4aa3-69bf-4f2f-908a-0b9ac4654057, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 544956e6-ca75-402e-8f6e-61df7018f9fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 544956e6-ca75-402e-8f6e-61df7018f9fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2544083077659750371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961c5c6a-e0db-4a14-b376-df63e6045790, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15724536538398454307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 544956e6-ca75-402e-8f6e-61df7018f9fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b4f42a9-7a51-46a4-8c52-e248ce69c823, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b4f42a9-7a51-46a4-8c52-e248ce69c823, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1399857923403309378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961c5c6a-e0db-4a14-b376-df63e6045790, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a90e962-a30b-43be-a8a2-a505eb5861c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a90e962-a30b-43be-a8a2-a505eb5861c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11941208897932077337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b4f42a9-7a51-46a4-8c52-e248ce69c823, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 113b9765-e287-4b70-936a-e59a5451301f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113b9765-e287-4b70-936a-e59a5451301f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2715394536258006213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a90e962-a30b-43be-a8a2-a505eb5861c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aaff7f8-6f01-4dc1-b578-964324069f1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aaff7f8-6f01-4dc1-b578-964324069f1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 364133836943203460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113b9765-e287-4b70-936a-e59a5451301f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac1e8f8-0d48-4afc-a138-1e59b5e12415, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac1e8f8-0d48-4afc-a138-1e59b5e12415, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8738958581404826531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aaff7f8-6f01-4dc1-b578-964324069f1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b89ae69b-217e-4ab5-85b8-e6b9ecc0b0d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b89ae69b-217e-4ab5-85b8-e6b9ecc0b0d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12043411049328440117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac1e8f8-0d48-4afc-a138-1e59b5e12415, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57060226-1d62-41d9-b693-9e0944dbabb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57060226-1d62-41d9-b693-9e0944dbabb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12575093174187761797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b89ae69b-217e-4ab5-85b8-e6b9ecc0b0d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6959c20-cb88-49c7-80c4-435a71226192, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6959c20-cb88-49c7-80c4-435a71226192, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6584140959704008840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57060226-1d62-41d9-b693-9e0944dbabb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7bdb07f-66f2-4d59-9692-1341f0a34fc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7bdb07f-66f2-4d59-9692-1341f0a34fc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17916629986694765972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6959c20-cb88-49c7-80c4-435a71226192, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a995a3e9-63bc-461e-86c7-86f5f2b440ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a995a3e9-63bc-461e-86c7-86f5f2b440ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15084517932389205013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7bdb07f-66f2-4d59-9692-1341f0a34fc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0678d6e3-a97f-46c1-b590-1ed4e4c6f178, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0678d6e3-a97f-46c1-b590-1ed4e4c6f178, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3555116548582168392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a995a3e9-63bc-461e-86c7-86f5f2b440ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 186732fb-67f6-45df-8f59-3d57c6756f4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186732fb-67f6-45df-8f59-3d57c6756f4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5130034245541269086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0678d6e3-a97f-46c1-b590-1ed4e4c6f178, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 792f4ddd-165d-48dc-8b4e-abefffc06104, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792f4ddd-165d-48dc-8b4e-abefffc06104, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6689719855059233309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186732fb-67f6-45df-8f59-3d57c6756f4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84034f92-a223-46b6-8bd5-b6d241bb6a95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84034f92-a223-46b6-8bd5-b6d241bb6a95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1137980381495690551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792f4ddd-165d-48dc-8b4e-abefffc06104, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60de79ec-e564-4b0f-b5fd-779e26ca838d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60de79ec-e564-4b0f-b5fd-779e26ca838d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16385067786589865985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84034f92-a223-46b6-8bd5-b6d241bb6a95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 563328af-de08-4f6d-87b2-5db42c67a0bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563328af-de08-4f6d-87b2-5db42c67a0bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10500133405040215254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60de79ec-e564-4b0f-b5fd-779e26ca838d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a93f819-77af-4342-9f4a-73a6fbf333e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a93f819-77af-4342-9f4a-73a6fbf333e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6135132255708136327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563328af-de08-4f6d-87b2-5db42c67a0bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5290e46-e324-4676-8db2-1f6fbfa7087e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5290e46-e324-4676-8db2-1f6fbfa7087e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11250037780334308687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a93f819-77af-4342-9f4a-73a6fbf333e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13463f02-92ba-4f4d-8b70-674fdca8e949, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13463f02-92ba-4f4d-8b70-674fdca8e949, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5304400480439507659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5290e46-e324-4676-8db2-1f6fbfa7087e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 409b49b3-a5f6-495f-bc25-6d332eaf48ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 409b49b3-a5f6-495f-bc25-6d332eaf48ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10330711922229073761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13463f02-92ba-4f4d-8b70-674fdca8e949, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2a7df25-3609-44b9-85b2-86722010d537, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 409b49b3-a5f6-495f-bc25-6d332eaf48ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a7df25-3609-44b9-85b2-86722010d537, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2400793805242548901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c174b7b3-f70e-483f-9456-b2bac0a70f6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c174b7b3-f70e-483f-9456-b2bac0a70f6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14525490170983845988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a7df25-3609-44b9-85b2-86722010d537, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c032d61-4239-4f4a-a610-0458b4e1c835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c032d61-4239-4f4a-a610-0458b4e1c835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699842637138710205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c174b7b3-f70e-483f-9456-b2bac0a70f6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8999f4-cc83-4bdc-a355-17b626127ccc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8999f4-cc83-4bdc-a355-17b626127ccc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3288166895834939442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c032d61-4239-4f4a-a610-0458b4e1c835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79e50333-6760-4f73-a4f9-e0f38901ac6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e50333-6760-4f73-a4f9-e0f38901ac6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11391197767567554167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8999f4-cc83-4bdc-a355-17b626127ccc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8d6dc7c-0cf1-41f0-a214-faa750c4cc36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d6dc7c-0cf1-41f0-a214-faa750c4cc36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2277498266520019403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e50333-6760-4f73-a4f9-e0f38901ac6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e2d3e97-69ea-45ad-857f-e336a0521cd3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e2d3e97-69ea-45ad-857f-e336a0521cd3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3706517104458583530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d6dc7c-0cf1-41f0-a214-faa750c4cc36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c86af1d-3eb2-40c3-a5a7-be8f505544eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c86af1d-3eb2-40c3-a5a7-be8f505544eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11002487411359417845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e2d3e97-69ea-45ad-857f-e336a0521cd3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b01af141-ccb6-493f-b93e-591903fa7ece, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b01af141-ccb6-493f-b93e-591903fa7ece, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13523879069683557703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c86af1d-3eb2-40c3-a5a7-be8f505544eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc24db7a-5500-4724-bcdd-78d0c3c275f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc24db7a-5500-4724-bcdd-78d0c3c275f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2438971989926180386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b01af141-ccb6-493f-b93e-591903fa7ece, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9acc3f38-0bb3-4793-9fe3-cb62cfd682ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9acc3f38-0bb3-4793-9fe3-cb62cfd682ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3297533289140153055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc24db7a-5500-4724-bcdd-78d0c3c275f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1baff4e5-e1e6-49f7-971e-d34acd86df98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1baff4e5-e1e6-49f7-971e-d34acd86df98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9436515924668121023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1baff4e5-e1e6-49f7-971e-d34acd86df98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59c2ee12-98ed-42f6-bbf2-6b766e3c4c9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c2ee12-98ed-42f6-bbf2-6b766e3c4c9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13984939521574714058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9acc3f38-0bb3-4793-9fe3-cb62cfd682ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305e2663-0172-407e-8c46-1da3a69e3fc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305e2663-0172-407e-8c46-1da3a69e3fc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17503457437998807590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c2ee12-98ed-42f6-bbf2-6b766e3c4c9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd95adfd-04c8-4eee-8d99-dc1379c1f40e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd95adfd-04c8-4eee-8d99-dc1379c1f40e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5072779576116041125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305e2663-0172-407e-8c46-1da3a69e3fc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6541bac2-c5ab-4dc1-86cf-15ab91fa3a90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6541bac2-c5ab-4dc1-86cf-15ab91fa3a90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11396277913459046850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd95adfd-04c8-4eee-8d99-dc1379c1f40e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77568670-b1be-49b6-9474-21436c441ee9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77568670-b1be-49b6-9474-21436c441ee9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7736505591064961984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6541bac2-c5ab-4dc1-86cf-15ab91fa3a90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63691cfe-dbb3-497f-8dba-c8423f5b5902, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63691cfe-dbb3-497f-8dba-c8423f5b5902, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6791834208325955132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77568670-b1be-49b6-9474-21436c441ee9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5aa31ca-f77b-43fb-9dd4-86566dc23c30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5aa31ca-f77b-43fb-9dd4-86566dc23c30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10068219056368250675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63691cfe-dbb3-497f-8dba-c8423f5b5902, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2e1643-e7cd-440d-a279-29d6d9d3b0fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2e1643-e7cd-440d-a279-29d6d9d3b0fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9269651729700954346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5aa31ca-f77b-43fb-9dd4-86566dc23c30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f8db09-de83-42a2-b989-13d25dcab743, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f8db09-de83-42a2-b989-13d25dcab743, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14988751658094310924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2e1643-e7cd-440d-a279-29d6d9d3b0fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4938dc59-e846-44cc-913d-937df44c4d8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4938dc59-e846-44cc-913d-937df44c4d8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1664807179488310952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f8db09-de83-42a2-b989-13d25dcab743, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a05ea6d-805a-4b85-b09c-4aff34fd5556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a05ea6d-805a-4b85-b09c-4aff34fd5556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16108623273447677538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4938dc59-e846-44cc-913d-937df44c4d8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89acc15b-90e9-43f1-ac61-46d6ef5aa0b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89acc15b-90e9-43f1-ac61-46d6ef5aa0b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 168373049562756012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a05ea6d-805a-4b85-b09c-4aff34fd5556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f30016c-7aca-4f7d-8ff0-d5d2db1f22ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f30016c-7aca-4f7d-8ff0-d5d2db1f22ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302187837891882208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89acc15b-90e9-43f1-ac61-46d6ef5aa0b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e19ba6ef-a260-4328-9bea-661f25e5f3a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e19ba6ef-a260-4328-9bea-661f25e5f3a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12215040320096982673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f30016c-7aca-4f7d-8ff0-d5d2db1f22ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13ac1f66-8c6c-4b09-a255-1e8d65826dbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ac1f66-8c6c-4b09-a255-1e8d65826dbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9296625803428322811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e19ba6ef-a260-4328-9bea-661f25e5f3a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 180d8b7a-651b-4530-9c70-aed3ed8074ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 180d8b7a-651b-4530-9c70-aed3ed8074ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208662682137159627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ac1f66-8c6c-4b09-a255-1e8d65826dbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8cf7b19-56ee-4b13-abfd-b718988725ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cf7b19-56ee-4b13-abfd-b718988725ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13005947177380442351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 180d8b7a-651b-4530-9c70-aed3ed8074ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c1771a4-eb8a-4881-8bbb-ddec97ed361d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c1771a4-eb8a-4881-8bbb-ddec97ed361d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15603997887683282289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cf7b19-56ee-4b13-abfd-b718988725ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c1771a4-eb8a-4881-8bbb-ddec97ed361d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13d1f454-8c79-4f24-b435-cb84c96a6cc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13d1f454-8c79-4f24-b435-cb84c96a6cc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14747685367182825569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9a2d8cb-5089-4e1d-bec2-40986a01a4b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9a2d8cb-5089-4e1d-bec2-40986a01a4b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5388480082753443685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13d1f454-8c79-4f24-b435-cb84c96a6cc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 848f144e-ed7e-45cc-b038-70358baa7be9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848f144e-ed7e-45cc-b038-70358baa7be9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9010471063518716551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9a2d8cb-5089-4e1d-bec2-40986a01a4b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd0d00c7-0254-40c0-8689-9c6a2f25048c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0d00c7-0254-40c0-8689-9c6a2f25048c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9021468789942302393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0d00c7-0254-40c0-8689-9c6a2f25048c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae19c406-9947-4271-8d2d-f85f3d0576d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae19c406-9947-4271-8d2d-f85f3d0576d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6597794463727519255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848f144e-ed7e-45cc-b038-70358baa7be9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09ae9e0a-bf3b-471f-aa47-51c06df7c582, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ae9e0a-bf3b-471f-aa47-51c06df7c582, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802787046724607571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ae9e0a-bf3b-471f-aa47-51c06df7c582, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e6bd03d-ba02-4c50-8628-b5d4249e7c2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e6bd03d-ba02-4c50-8628-b5d4249e7c2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6430180312616483790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae19c406-9947-4271-8d2d-f85f3d0576d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb9b36e3-d7ed-420b-bf54-396b8dfa23ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb9b36e3-d7ed-420b-bf54-396b8dfa23ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5418558341507570310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e6bd03d-ba02-4c50-8628-b5d4249e7c2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4abe6be6-a0e3-44ec-82a5-489ce4e72512, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4abe6be6-a0e3-44ec-82a5-489ce4e72512, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7910125377747244298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb9b36e3-d7ed-420b-bf54-396b8dfa23ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc00ba9-6054-45eb-ac61-7dfa52fd9a71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc00ba9-6054-45eb-ac61-7dfa52fd9a71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2712467849438079600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4abe6be6-a0e3-44ec-82a5-489ce4e72512, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97389b5e-39f2-4ab8-925f-3864a9c9a07d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97389b5e-39f2-4ab8-925f-3864a9c9a07d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5121342358690751898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc00ba9-6054-45eb-ac61-7dfa52fd9a71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1c506f2-e037-4d31-9425-180984adc510, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1c506f2-e037-4d31-9425-180984adc510, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2261976027614824222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97389b5e-39f2-4ab8-925f-3864a9c9a07d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c7d2d2b-c2e6-440e-9e99-04e0eda7f047, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c7d2d2b-c2e6-440e-9e99-04e0eda7f047, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10049880232757541600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1c506f2-e037-4d31-9425-180984adc510, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 468c08db-452e-4935-83ac-f86d4844e35e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468c08db-452e-4935-83ac-f86d4844e35e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8788207668215785587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c7d2d2b-c2e6-440e-9e99-04e0eda7f047, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c08c9aa8-52ff-46b6-a14e-155c8ff9ad1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08c9aa8-52ff-46b6-a14e-155c8ff9ad1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6901281285195330915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468c08db-452e-4935-83ac-f86d4844e35e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3c1e7d-222a-4ec7-923a-a55624a3211e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3c1e7d-222a-4ec7-923a-a55624a3211e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2855808889492764882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08c9aa8-52ff-46b6-a14e-155c8ff9ad1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc285f10-92dc-469c-bc8f-8dca9459f7c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc285f10-92dc-469c-bc8f-8dca9459f7c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4688255918402474367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3c1e7d-222a-4ec7-923a-a55624a3211e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94f0f579-f600-4b61-8d48-ddfa26ac7d1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94f0f579-f600-4b61-8d48-ddfa26ac7d1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7884938450478369214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc285f10-92dc-469c-bc8f-8dca9459f7c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af8b16a5-858e-412e-82f5-709d685b6d8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af8b16a5-858e-412e-82f5-709d685b6d8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2839242172531153940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94f0f579-f600-4b61-8d48-ddfa26ac7d1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe2b637-372f-4534-992b-e5052075b00f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe2b637-372f-4534-992b-e5052075b00f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10681416592831707002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af8b16a5-858e-412e-82f5-709d685b6d8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f383585-b5bd-40ac-a7dd-a5dd3e8e9cd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f383585-b5bd-40ac-a7dd-a5dd3e8e9cd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14964051974548682477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe2b637-372f-4534-992b-e5052075b00f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 383e98d8-5899-4694-b2e3-31f5449ef83e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 383e98d8-5899-4694-b2e3-31f5449ef83e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3903855164927736112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f383585-b5bd-40ac-a7dd-a5dd3e8e9cd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f03e7eb-225f-4791-a2a8-3076ca3e5504, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f03e7eb-225f-4791-a2a8-3076ca3e5504, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12567403679507530489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 383e98d8-5899-4694-b2e3-31f5449ef83e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b140925-6c57-4b14-a126-156a07aa2013, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b140925-6c57-4b14-a126-156a07aa2013, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10304340907425657659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f03e7eb-225f-4791-a2a8-3076ca3e5504, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2932b521-7cec-4453-b449-445b4fda605d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2932b521-7cec-4453-b449-445b4fda605d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3942748605591563010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b140925-6c57-4b14-a126-156a07aa2013, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85ae17cd-cc65-4d1d-a31b-e0e415f035c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ae17cd-cc65-4d1d-a31b-e0e415f035c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2613641062276378812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2932b521-7cec-4453-b449-445b4fda605d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b942096-5b0a-4a76-9e7a-ae5bb1f26e38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b942096-5b0a-4a76-9e7a-ae5bb1f26e38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16938471371955520999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ae17cd-cc65-4d1d-a31b-e0e415f035c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16c44329-7b51-4626-a4aa-be3b8808b017, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16c44329-7b51-4626-a4aa-be3b8808b017, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6520490552867302658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b942096-5b0a-4a76-9e7a-ae5bb1f26e38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16c44329-7b51-4626-a4aa-be3b8808b017, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fef2c9de-62a2-49fa-9cc9-ace8a3dc11ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e207962e-80db-4a8c-8c3e-eea7d5556958, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef2c9de-62a2-49fa-9cc9-ace8a3dc11ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4087499682997616534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e207962e-80db-4a8c-8c3e-eea7d5556958, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16615238853155631165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef2c9de-62a2-49fa-9cc9-ace8a3dc11ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e9c767c-04a1-46f4-87e0-820195419246, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e9c767c-04a1-46f4-87e0-820195419246, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12505041208632755413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e207962e-80db-4a8c-8c3e-eea7d5556958, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed9f3e3d-db34-40a8-a90a-355586cbeb67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9f3e3d-db34-40a8-a90a-355586cbeb67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11421866455234730382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e9c767c-04a1-46f4-87e0-820195419246, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d343cdb-36bf-4ffb-9412-99455461b827, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d343cdb-36bf-4ffb-9412-99455461b827, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16299709404926029147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9f3e3d-db34-40a8-a90a-355586cbeb67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a8dc306-83e3-4090-8993-c8f6e253d4ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a8dc306-83e3-4090-8993-c8f6e253d4ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4734697196442964952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d343cdb-36bf-4ffb-9412-99455461b827, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4eed31-c418-465b-8256-b6f0555fe2fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4eed31-c418-465b-8256-b6f0555fe2fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14387648540564013778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4eed31-c418-465b-8256-b6f0555fe2fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a8dc306-83e3-4090-8993-c8f6e253d4ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b201da6-c8fc-4d62-a6ef-0e8d7a0e2287, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b201da6-c8fc-4d62-a6ef-0e8d7a0e2287, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2753841200205710529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca23aa8b-c6a1-4613-add0-2d0af3b90f81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca23aa8b-c6a1-4613-add0-2d0af3b90f81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4505819089753708957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b201da6-c8fc-4d62-a6ef-0e8d7a0e2287, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb89873-2e9f-49b3-b2e3-f2d05abd1663, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca23aa8b-c6a1-4613-add0-2d0af3b90f81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2b0fcf3-4e49-4538-aabc-5682b3b1f7a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb89873-2e9f-49b3-b2e3-f2d05abd1663, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14552189407678132242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2b0fcf3-4e49-4538-aabc-5682b3b1f7a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3047119936657176073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb89873-2e9f-49b3-b2e3-f2d05abd1663, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa9f2194-b988-460f-90f4-72b8093e0706, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa9f2194-b988-460f-90f4-72b8093e0706, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14526837597488896848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2b0fcf3-4e49-4538-aabc-5682b3b1f7a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7851d8bf-3f01-4c99-abaa-98f776e90c39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7851d8bf-3f01-4c99-abaa-98f776e90c39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14679897712183242196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa9f2194-b988-460f-90f4-72b8093e0706, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbc77724-44b0-445b-bc30-ee9bad93d075, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc77724-44b0-445b-bc30-ee9bad93d075, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3896918445607451827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7851d8bf-3f01-4c99-abaa-98f776e90c39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be87cc6e-78fc-4f77-8c8f-08fbf75751a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be87cc6e-78fc-4f77-8c8f-08fbf75751a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7362342450068502077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc77724-44b0-445b-bc30-ee9bad93d075, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23fdaf56-460c-4cc9-9be3-14259eee1805, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23fdaf56-460c-4cc9-9be3-14259eee1805, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8356689760424749867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be87cc6e-78fc-4f77-8c8f-08fbf75751a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36acaa3f-cf99-44aa-8808-b973e4888e14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36acaa3f-cf99-44aa-8808-b973e4888e14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3036627523629029531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23fdaf56-460c-4cc9-9be3-14259eee1805, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c45d0cc-d150-48e9-b2f1-08beb01741aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c45d0cc-d150-48e9-b2f1-08beb01741aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1320703223467890585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36acaa3f-cf99-44aa-8808-b973e4888e14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c45d0cc-d150-48e9-b2f1-08beb01741aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a931095-e815-4046-ac52-485831e56f0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdef3b59-f61e-4fb1-98ce-64a04a2fb9c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdef3b59-f61e-4fb1-98ce-64a04a2fb9c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16504436865061967078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a931095-e815-4046-ac52-485831e56f0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9766302586759943861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdef3b59-f61e-4fb1-98ce-64a04a2fb9c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c8f88e5-177a-4569-8764-f9f0cf26ffb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c8f88e5-177a-4569-8764-f9f0cf26ffb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 631763268296154235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a931095-e815-4046-ac52-485831e56f0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 205826d1-9390-4b86-ac9f-f323d4a17095, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 205826d1-9390-4b86-ac9f-f323d4a17095, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4472982105885361508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c8f88e5-177a-4569-8764-f9f0cf26ffb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8c2650f-133d-4bf3-90c6-a32b3abe26f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c2650f-133d-4bf3-90c6-a32b3abe26f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12779064764147546395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 205826d1-9390-4b86-ac9f-f323d4a17095, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f0ca89-ec56-4613-92fe-8c6aa0b0524b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f0ca89-ec56-4613-92fe-8c6aa0b0524b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14989350043590011509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c2650f-133d-4bf3-90c6-a32b3abe26f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f90979be-9c42-4342-a962-475d67ca40ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90979be-9c42-4342-a962-475d67ca40ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4826109030212905282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f0ca89-ec56-4613-92fe-8c6aa0b0524b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4c1950-be56-4710-956d-c8a670312821, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4c1950-be56-4710-956d-c8a670312821, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4978543837424721516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4c1950-be56-4710-956d-c8a670312821, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90979be-9c42-4342-a962-475d67ca40ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a79c697-80e5-4f80-82ee-56a7a7302254, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a79c697-80e5-4f80-82ee-56a7a7302254, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15116712493585222139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afdaf0d8-70b0-41ee-a503-fcda78a8fc31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afdaf0d8-70b0-41ee-a503-fcda78a8fc31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11927380283037138749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a79c697-80e5-4f80-82ee-56a7a7302254, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1e92990-dd1a-49ba-837c-69a7bcd591e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e92990-dd1a-49ba-837c-69a7bcd591e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13663171298258354446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afdaf0d8-70b0-41ee-a503-fcda78a8fc31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61078f1f-1fda-450b-8fc1-92ebac41e304, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61078f1f-1fda-450b-8fc1-92ebac41e304, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6878318190651393270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e92990-dd1a-49ba-837c-69a7bcd591e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2792f3e7-8d9c-4c26-a63f-92da72632b52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2792f3e7-8d9c-4c26-a63f-92da72632b52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1716122413312871778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61078f1f-1fda-450b-8fc1-92ebac41e304, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, decaff7d-59a7-4141-9728-a34630ef37e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, decaff7d-59a7-4141-9728-a34630ef37e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 481452159204678352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2792f3e7-8d9c-4c26-a63f-92da72632b52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5158ca58-b4d3-48d7-b389-08f88e99f097, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5158ca58-b4d3-48d7-b389-08f88e99f097, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3748176575406700670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, decaff7d-59a7-4141-9728-a34630ef37e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7507471-69d4-46e1-80aa-4ce6216832e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7507471-69d4-46e1-80aa-4ce6216832e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9488945395579156204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5158ca58-b4d3-48d7-b389-08f88e99f097, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 637dfed9-f31b-4fa5-a28b-320de76021da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637dfed9-f31b-4fa5-a28b-320de76021da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10987427844754773564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7507471-69d4-46e1-80aa-4ce6216832e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13605669-6bdf-4ecd-909d-b9181286175e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13605669-6bdf-4ecd-909d-b9181286175e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6401808351077173721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637dfed9-f31b-4fa5-a28b-320de76021da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fab8fc33-6c06-4dc3-9383-87b25784bbfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab8fc33-6c06-4dc3-9383-87b25784bbfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 691542259503404916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13605669-6bdf-4ecd-909d-b9181286175e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 176d167e-780d-4b5d-bd7e-7f28da94578f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 176d167e-780d-4b5d-bd7e-7f28da94578f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4527352923931423833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab8fc33-6c06-4dc3-9383-87b25784bbfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a4342aa-698b-4c57-b01b-ff88b5fdc513, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a4342aa-698b-4c57-b01b-ff88b5fdc513, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6936398010783130481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 176d167e-780d-4b5d-bd7e-7f28da94578f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb2893a7-4649-4340-9b45-e1e05e1dfd89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2893a7-4649-4340-9b45-e1e05e1dfd89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10971098054697499393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a4342aa-698b-4c57-b01b-ff88b5fdc513, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8d89b61-9b1f-495b-b449-8f6e62acf032, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d89b61-9b1f-495b-b449-8f6e62acf032, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15119951039497890588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2893a7-4649-4340-9b45-e1e05e1dfd89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29a5226f-8743-477e-a60f-33c74f854edc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a5226f-8743-477e-a60f-33c74f854edc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6878492623606773274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d89b61-9b1f-495b-b449-8f6e62acf032, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32832421-ebec-4548-8a0b-a0e129f61855, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32832421-ebec-4548-8a0b-a0e129f61855, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11664951328415379518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a5226f-8743-477e-a60f-33c74f854edc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab8420ee-5b36-407a-acd6-f92188059574, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32832421-ebec-4548-8a0b-a0e129f61855, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab8420ee-5b36-407a-acd6-f92188059574, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2467414412845330662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 651791b4-34a5-4be9-a155-99139f7266fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 651791b4-34a5-4be9-a155-99139f7266fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7112120768990696602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab8420ee-5b36-407a-acd6-f92188059574, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05d61720-4286-4149-bed1-38a76581537a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d61720-4286-4149-bed1-38a76581537a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6261065403218799222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 651791b4-34a5-4be9-a155-99139f7266fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29a7d24c-3ed8-497d-b634-3b18c085ae0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a7d24c-3ed8-497d-b634-3b18c085ae0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16911763131190776640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d61720-4286-4149-bed1-38a76581537a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dbb2a9d-6066-486a-be65-d87f2a5befc8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a7d24c-3ed8-497d-b634-3b18c085ae0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dbb2a9d-6066-486a-be65-d87f2a5befc8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498984672842243793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0c158ce-5cb0-42d7-97f7-f692302fe611, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c158ce-5cb0-42d7-97f7-f692302fe611, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2827907714236795790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dbb2a9d-6066-486a-be65-d87f2a5befc8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edd4e790-5df3-40d5-841d-2ddd00ee43e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd4e790-5df3-40d5-841d-2ddd00ee43e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4021490581195807774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c158ce-5cb0-42d7-97f7-f692302fe611, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c98c5f3-aeef-47c0-be1e-1facf9f03d30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c98c5f3-aeef-47c0-be1e-1facf9f03d30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13337989818876109536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd4e790-5df3-40d5-841d-2ddd00ee43e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0316799-ef3b-49fa-a27c-f5d143416ac7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0316799-ef3b-49fa-a27c-f5d143416ac7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5858316551870899949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c98c5f3-aeef-47c0-be1e-1facf9f03d30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2024745f-110f-47fe-90f5-cd4aa8d0a2ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2024745f-110f-47fe-90f5-cd4aa8d0a2ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12352982860914185350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2024745f-110f-47fe-90f5-cd4aa8d0a2ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0316799-ef3b-49fa-a27c-f5d143416ac7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b096c518-af30-48dd-9762-9cd79067d5c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b096c518-af30-48dd-9762-9cd79067d5c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11184708527602087125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 263e24ec-6eef-43cc-bddb-3521d63b977f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 263e24ec-6eef-43cc-bddb-3521d63b977f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16608862081900101316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b096c518-af30-48dd-9762-9cd79067d5c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 404f335f-54ea-4b3e-a6a5-fba2676290ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404f335f-54ea-4b3e-a6a5-fba2676290ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14907404433328221966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 263e24ec-6eef-43cc-bddb-3521d63b977f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf92bf23-537e-48b4-8ccc-f8ad8b273c70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf92bf23-537e-48b4-8ccc-f8ad8b273c70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 134572266866592811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404f335f-54ea-4b3e-a6a5-fba2676290ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe0f6785-8010-4a07-9e31-820ee2a173d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0f6785-8010-4a07-9e31-820ee2a173d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7252523016850478129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf92bf23-537e-48b4-8ccc-f8ad8b273c70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb3b10c2-1128-443d-adda-c3d429bb02ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3b10c2-1128-443d-adda-c3d429bb02ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4656409861416539906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0f6785-8010-4a07-9e31-820ee2a173d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f663d324-565d-41fb-8fe9-aaad57ccf55a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f663d324-565d-41fb-8fe9-aaad57ccf55a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8184194263239431083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3b10c2-1128-443d-adda-c3d429bb02ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbb525bc-a6b0-49e3-8635-0d1b3e581eec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbb525bc-a6b0-49e3-8635-0d1b3e581eec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5792588543510958100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f663d324-565d-41fb-8fe9-aaad57ccf55a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f71852e6-e561-44f4-9d51-648525bfdf5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71852e6-e561-44f4-9d51-648525bfdf5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6736767752601163469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbb525bc-a6b0-49e3-8635-0d1b3e581eec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91d50ed2-ac58-475d-9d8d-93ca137ea54d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d50ed2-ac58-475d-9d8d-93ca137ea54d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5357434131891552193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71852e6-e561-44f4-9d51-648525bfdf5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72928f1b-7cd2-4363-9667-6b691f05a0e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72928f1b-7cd2-4363-9667-6b691f05a0e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4511452655946010025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d50ed2-ac58-475d-9d8d-93ca137ea54d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 195e5aec-6ad1-431a-a300-51896c8380c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72928f1b-7cd2-4363-9667-6b691f05a0e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 334cd513-0706-47e0-9e4b-b67a384cf0bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334cd513-0706-47e0-9e4b-b67a384cf0bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15065332063372236502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 195e5aec-6ad1-431a-a300-51896c8380c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444762626622494427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334cd513-0706-47e0-9e4b-b67a384cf0bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b519913-f93a-409d-9809-222040e46284, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b519913-f93a-409d-9809-222040e46284, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12591043864074847755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 195e5aec-6ad1-431a-a300-51896c8380c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70f6bae9-3268-4b21-80fc-56f51c698508, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f6bae9-3268-4b21-80fc-56f51c698508, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7238924900794053548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b519913-f93a-409d-9809-222040e46284, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0170b242-3c4b-4841-988e-67e969f43d28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0170b242-3c4b-4841-988e-67e969f43d28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11733490526897836221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f6bae9-3268-4b21-80fc-56f51c698508, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f8f4ca5-c877-4d7e-b668-492ed99af82d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8f4ca5-c877-4d7e-b668-492ed99af82d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17897572796338737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789757279633873717897572796338737178975727963387371789757279633873717897572796338737178975727963387371789757279633873717897572796338737178975727963387371789757279633873717897572796338737178975727963387371789757279633873717897572796338737178975727963387371789757279633873717897572796338737178975727963387371789757279633873717897572796338737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0170b242-3c4b-4841-988e-67e969f43d28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 447e1242-476e-40e1-9c47-f0cf01150773, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 447e1242-476e-40e1-9c47-f0cf01150773, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12142537429695775778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8f4ca5-c877-4d7e-b668-492ed99af82d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7d6265c-f99a-4d14-a6f4-c3688b95f74c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7d6265c-f99a-4d14-a6f4-c3688b95f74c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2160594504729391245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 447e1242-476e-40e1-9c47-f0cf01150773, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c145140-d4b0-4597-aa9e-8e2656f87858, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c145140-d4b0-4597-aa9e-8e2656f87858, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9771867191537604799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7d6265c-f99a-4d14-a6f4-c3688b95f74c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39558d47-9129-4473-a1e3-43323a8eb762, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39558d47-9129-4473-a1e3-43323a8eb762, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9384784745238971771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39558d47-9129-4473-a1e3-43323a8eb762, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19bc52c5-2578-4512-999a-a2f87d1bc0d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19bc52c5-2578-4512-999a-a2f87d1bc0d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4309345470911648191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c145140-d4b0-4597-aa9e-8e2656f87858, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75854b4c-5125-4400-919c-9e86212c9bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75854b4c-5125-4400-919c-9e86212c9bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7154896888566218405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19bc52c5-2578-4512-999a-a2f87d1bc0d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ea2cef-7a93-4c1f-ae54-de56f40bbf10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ea2cef-7a93-4c1f-ae54-de56f40bbf10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3814254686535553968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75854b4c-5125-4400-919c-9e86212c9bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05b5a4de-847d-4ef8-8273-701dd553d935, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05b5a4de-847d-4ef8-8273-701dd553d935, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15276369602349448951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ea2cef-7a93-4c1f-ae54-de56f40bbf10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb9bca99-0a08-4a50-b29c-cf3be8755cfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb9bca99-0a08-4a50-b29c-cf3be8755cfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7542253310612190392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05b5a4de-847d-4ef8-8273-701dd553d935, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59a08a07-e316-4f14-8b8f-9e23fb283ab0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59a08a07-e316-4f14-8b8f-9e23fb283ab0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10179843401366846504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb9bca99-0a08-4a50-b29c-cf3be8755cfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 703c2858-c5c6-483a-9fb2-b406e8100205, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 703c2858-c5c6-483a-9fb2-b406e8100205, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8447830863630520699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59a08a07-e316-4f14-8b8f-9e23fb283ab0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35e15baa-b58e-442e-8b5b-3af258d8ed5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e15baa-b58e-442e-8b5b-3af258d8ed5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13857816587265258441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 703c2858-c5c6-483a-9fb2-b406e8100205, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4537a980-5d68-48c0-8def-f1da990f533e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4537a980-5d68-48c0-8def-f1da990f533e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9780545649009933366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e15baa-b58e-442e-8b5b-3af258d8ed5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d220062-d142-4da5-8fe4-79f4fc340b0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d220062-d142-4da5-8fe4-79f4fc340b0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6383997677641938261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4537a980-5d68-48c0-8def-f1da990f533e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1886ea7-cef3-409a-ade5-f33b99e050c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1886ea7-cef3-409a-ade5-f33b99e050c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9197167599854744769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d220062-d142-4da5-8fe4-79f4fc340b0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26149177-7ef2-433f-bb52-9f032121f495, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26149177-7ef2-433f-bb52-9f032121f495, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16257432329857838877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1886ea7-cef3-409a-ade5-f33b99e050c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20e0480c-77b7-4a70-9a28-9e9b43748e39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e0480c-77b7-4a70-9a28-9e9b43748e39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9204840803567209321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26149177-7ef2-433f-bb52-9f032121f495, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e36ffd-9cb5-45ec-8f30-6e20f76a1783, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e36ffd-9cb5-45ec-8f30-6e20f76a1783, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17560343217653576207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e0480c-77b7-4a70-9a28-9e9b43748e39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae435c7c-dcb4-4f0d-b921-67fae5cb6293, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae435c7c-dcb4-4f0d-b921-67fae5cb6293, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8247637629690422864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e36ffd-9cb5-45ec-8f30-6e20f76a1783, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d42c5fc-418d-4fc7-8603-63e472e7986d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d42c5fc-418d-4fc7-8603-63e472e7986d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1342234036662826014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae435c7c-dcb4-4f0d-b921-67fae5cb6293, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d88a76c-6098-476a-b12a-9f698ea68914, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d88a76c-6098-476a-b12a-9f698ea68914, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15995788492390068430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d42c5fc-418d-4fc7-8603-63e472e7986d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ac74c13-f1aa-4b2b-93cc-8d3f1fb12620, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ac74c13-f1aa-4b2b-93cc-8d3f1fb12620, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2031965855551404105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d88a76c-6098-476a-b12a-9f698ea68914, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 925165c7-a587-4abc-81cd-4b46dbd9089a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 925165c7-a587-4abc-81cd-4b46dbd9089a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6212419405248453159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ac74c13-f1aa-4b2b-93cc-8d3f1fb12620, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daf7d942-8df5-4979-90f3-6b417099339c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daf7d942-8df5-4979-90f3-6b417099339c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10023420375531426663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 925165c7-a587-4abc-81cd-4b46dbd9089a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8919fd9-6ecd-4e96-89f2-423592d072a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8919fd9-6ecd-4e96-89f2-423592d072a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6996071538967871554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daf7d942-8df5-4979-90f3-6b417099339c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd13c4e6-b8a8-462a-8b3c-d8d2b15cb3ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd13c4e6-b8a8-462a-8b3c-d8d2b15cb3ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11293061079611749499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8919fd9-6ecd-4e96-89f2-423592d072a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c2763d3-2281-492f-b9ff-6408e8dc7dda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c2763d3-2281-492f-b9ff-6408e8dc7dda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3105640595941322138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd13c4e6-b8a8-462a-8b3c-d8d2b15cb3ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45691f83-4f1d-4dbc-af42-386fca6fcfd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45691f83-4f1d-4dbc-af42-386fca6fcfd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082797123378966048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c2763d3-2281-492f-b9ff-6408e8dc7dda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e1e3b40-5e1a-4e65-b2b7-973587d61e90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1e3b40-5e1a-4e65-b2b7-973587d61e90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4469170058781071004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45691f83-4f1d-4dbc-af42-386fca6fcfd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28b7b6c0-def5-45df-9ade-acd0de49d93d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28b7b6c0-def5-45df-9ade-acd0de49d93d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8914013653153668086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1e3b40-5e1a-4e65-b2b7-973587d61e90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3eda8d79-fa05-4bd9-a811-d5d3d480d654, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eda8d79-fa05-4bd9-a811-d5d3d480d654, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5358374056521292286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eda8d79-fa05-4bd9-a811-d5d3d480d654, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67fc24e4-8217-4108-bb07-bebd28be1365, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28b7b6c0-def5-45df-9ade-acd0de49d93d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67fc24e4-8217-4108-bb07-bebd28be1365, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1312328122662245168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3cbc4d9-57c8-4fee-97ff-ac9534192966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3cbc4d9-57c8-4fee-97ff-ac9534192966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14350100751420754629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67fc24e4-8217-4108-bb07-bebd28be1365, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2dfd24-04c5-446c-b42d-013fa8f103e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2dfd24-04c5-446c-b42d-013fa8f103e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13405822397100999224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3cbc4d9-57c8-4fee-97ff-ac9534192966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8a54621-4b31-4338-954f-27f3af838b39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8a54621-4b31-4338-954f-27f3af838b39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947260866003336877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2dfd24-04c5-446c-b42d-013fa8f103e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f73ebf5-e38c-4715-ad40-23dcb8eaf402, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f73ebf5-e38c-4715-ad40-23dcb8eaf402, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12933462782154430479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8a54621-4b31-4338-954f-27f3af838b39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96f51d5d-e488-4764-b619-b3f6723703f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f51d5d-e488-4764-b619-b3f6723703f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4215423695491265590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f51d5d-e488-4764-b619-b3f6723703f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ac752d5-fc3c-4de8-9d81-c011b0b1f67c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac752d5-fc3c-4de8-9d81-c011b0b1f67c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17725833989735899554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f73ebf5-e38c-4715-ad40-23dcb8eaf402, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ebf0699-c29d-4d67-8601-16ae16267507, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebf0699-c29d-4d67-8601-16ae16267507, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5707658642392466280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac752d5-fc3c-4de8-9d81-c011b0b1f67c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38985c6b-3685-405d-98ae-71af289caa0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38985c6b-3685-405d-98ae-71af289caa0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13139665983650371460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebf0699-c29d-4d67-8601-16ae16267507, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f1a08fd-36f1-48ac-9a99-876f2f305742, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f1a08fd-36f1-48ac-9a99-876f2f305742, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10988393297717672011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38985c6b-3685-405d-98ae-71af289caa0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6be252d-0b4a-462c-a0c3-8bdef9781c6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6be252d-0b4a-462c-a0c3-8bdef9781c6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8104699310584588357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f1a08fd-36f1-48ac-9a99-876f2f305742, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fd94440-8b25-4d97-b268-6161a45f0e54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd94440-8b25-4d97-b268-6161a45f0e54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15604887701753737915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6be252d-0b4a-462c-a0c3-8bdef9781c6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a438ba-05a3-4e4b-b80c-f3daab897f4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a438ba-05a3-4e4b-b80c-f3daab897f4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10616546153086792606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd94440-8b25-4d97-b268-6161a45f0e54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41a234b9-2f09-48f1-a67b-15c6d3d498e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41a234b9-2f09-48f1-a67b-15c6d3d498e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 762320897588741538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a438ba-05a3-4e4b-b80c-f3daab897f4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fef711d-d701-4bf3-9782-899c4a6eb43a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41a234b9-2f09-48f1-a67b-15c6d3d498e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fef711d-d701-4bf3-9782-899c4a6eb43a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6861350763387091845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb51ee3b-d03c-431d-b61c-a5892e1b4e93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb51ee3b-d03c-431d-b61c-a5892e1b4e93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6464657324673896178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fef711d-d701-4bf3-9782-899c4a6eb43a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ad564bc-b37f-4e27-8e4f-f9a24603ab71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad564bc-b37f-4e27-8e4f-f9a24603ab71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14330216335741361512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb51ee3b-d03c-431d-b61c-a5892e1b4e93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a91fde28-ef6f-4f1e-90d2-e7b90f487a42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a91fde28-ef6f-4f1e-90d2-e7b90f487a42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8965350585675995020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad564bc-b37f-4e27-8e4f-f9a24603ab71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03468c87-0140-45fd-9a1a-edca9e6facec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03468c87-0140-45fd-9a1a-edca9e6facec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 399913220006918643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a91fde28-ef6f-4f1e-90d2-e7b90f487a42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffdb4b94-8bac-40de-af94-abb7d46feeb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffdb4b94-8bac-40de-af94-abb7d46feeb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15263640748842508335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03468c87-0140-45fd-9a1a-edca9e6facec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffdb4b94-8bac-40de-af94-abb7d46feeb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7715145-7e8c-4765-9b68-087b127a2acb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7715145-7e8c-4765-9b68-087b127a2acb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14754574876987574751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee69018c-c2da-4d9c-8505-e63cc6ccfc5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee69018c-c2da-4d9c-8505-e63cc6ccfc5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6173458326953960846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7715145-7e8c-4765-9b68-087b127a2acb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87087f62-7854-4ce5-91c1-878dccd25687, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87087f62-7854-4ce5-91c1-878dccd25687, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6202134110117728272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee69018c-c2da-4d9c-8505-e63cc6ccfc5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58949863-869f-41c6-9cd0-505f50280ba0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58949863-869f-41c6-9cd0-505f50280ba0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5858436459223285692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87087f62-7854-4ce5-91c1-878dccd25687, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e13a415-3669-4e7d-9e72-4d9b2615de9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e13a415-3669-4e7d-9e72-4d9b2615de9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11880389959605033126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58949863-869f-41c6-9cd0-505f50280ba0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cb29827-4347-4063-bfc8-3647bbb7efd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cb29827-4347-4063-bfc8-3647bbb7efd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5429412559123704393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e13a415-3669-4e7d-9e72-4d9b2615de9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56173efb-9222-425d-a862-c5d80b8e54c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56173efb-9222-425d-a862-c5d80b8e54c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565775297033668945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cb29827-4347-4063-bfc8-3647bbb7efd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5faac805-c3e6-4ba7-a00a-45429b64ea51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5faac805-c3e6-4ba7-a00a-45429b64ea51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1558485132436193159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56173efb-9222-425d-a862-c5d80b8e54c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04cd5f6b-b4e2-4c37-aaaf-caf21ef5bf6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04cd5f6b-b4e2-4c37-aaaf-caf21ef5bf6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1280786222903379320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5faac805-c3e6-4ba7-a00a-45429b64ea51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6476e3d7-b532-4c1e-98ae-984ec91f8c52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6476e3d7-b532-4c1e-98ae-984ec91f8c52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4362106906771886683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04cd5f6b-b4e2-4c37-aaaf-caf21ef5bf6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb6fe967-4f9f-4052-8929-e39c0ccced33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb6fe967-4f9f-4052-8929-e39c0ccced33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2286830663834557229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6476e3d7-b532-4c1e-98ae-984ec91f8c52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28c97a93-1766-405c-ad1e-b3aeccca9e1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28c97a93-1766-405c-ad1e-b3aeccca9e1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111922253506551671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb6fe967-4f9f-4052-8929-e39c0ccced33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f15f2a2-9386-482e-bafa-6a2740728d25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f15f2a2-9386-482e-bafa-6a2740728d25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17167461691306532802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28c97a93-1766-405c-ad1e-b3aeccca9e1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 715415e5-38ca-4eb5-b547-e74d3452384e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715415e5-38ca-4eb5-b547-e74d3452384e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17722364433034617612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f15f2a2-9386-482e-bafa-6a2740728d25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a36692e-96f6-4871-b0a6-4404486fc3f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a36692e-96f6-4871-b0a6-4404486fc3f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1856716079891299827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715415e5-38ca-4eb5-b547-e74d3452384e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a36692e-96f6-4871-b0a6-4404486fc3f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ad750f2-b481-4d1b-a153-4f24e3a75b84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2469307-a3a4-4573-8781-0e18b0752b9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad750f2-b481-4d1b-a153-4f24e3a75b84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17684784384456943504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2469307-a3a4-4573-8781-0e18b0752b9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15339119594073267236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad750f2-b481-4d1b-a153-4f24e3a75b84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8173c04b-a741-4801-a68f-bb56daae0ab3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8173c04b-a741-4801-a68f-bb56daae0ab3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16223624530977761013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2469307-a3a4-4573-8781-0e18b0752b9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0834b4e-e984-4d7c-b454-36d88d106487, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0834b4e-e984-4d7c-b454-36d88d106487, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18008114400747542960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8173c04b-a741-4801-a68f-bb56daae0ab3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7076a02b-c796-4819-bb8d-e50aa06fc4fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7076a02b-c796-4819-bb8d-e50aa06fc4fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12619930221784421467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0834b4e-e984-4d7c-b454-36d88d106487, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c72eb3d3-8686-47dc-84b1-32caa8973121, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c72eb3d3-8686-47dc-84b1-32caa8973121, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14308588886946652865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7076a02b-c796-4819-bb8d-e50aa06fc4fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c72eb3d3-8686-47dc-84b1-32caa8973121, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76db453f-22d4-46fa-82f9-5b8a839a7bc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76db453f-22d4-46fa-82f9-5b8a839a7bc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4779063248924229842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de6a086c-109a-4286-8456-46da61af19cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6a086c-109a-4286-8456-46da61af19cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14496918925761218789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76db453f-22d4-46fa-82f9-5b8a839a7bc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 280fef66-fb89-49ae-982d-44a57dd724fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280fef66-fb89-49ae-982d-44a57dd724fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9716844907041046823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6a086c-109a-4286-8456-46da61af19cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f19a3c8-41c4-47e7-888f-fb644503cb3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f19a3c8-41c4-47e7-888f-fb644503cb3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6009250529947712095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280fef66-fb89-49ae-982d-44a57dd724fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f19a3c8-41c4-47e7-888f-fb644503cb3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c672fbc-37a7-4a61-9aa8-8161e9de7c3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b56d23e1-d0a1-4207-b294-c4175d6a1c96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b56d23e1-d0a1-4207-b294-c4175d6a1c96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12913371817652966333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c672fbc-37a7-4a61-9aa8-8161e9de7c3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8958401302844864121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c672fbc-37a7-4a61-9aa8-8161e9de7c3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59b617d8-189b-435d-982f-11a05082fb40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b617d8-189b-435d-982f-11a05082fb40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13933651552659114905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b56d23e1-d0a1-4207-b294-c4175d6a1c96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c41b4edd-cbfe-4c5f-8144-d61188bfe61c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c41b4edd-cbfe-4c5f-8144-d61188bfe61c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14142207910488525687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b617d8-189b-435d-982f-11a05082fb40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16a777aa-64db-4efa-a5c8-0934d6673ae5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a777aa-64db-4efa-a5c8-0934d6673ae5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16047646857608527005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c41b4edd-cbfe-4c5f-8144-d61188bfe61c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc214a5-74af-43d3-b7f0-5b31c8e3c09e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc214a5-74af-43d3-b7f0-5b31c8e3c09e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17173134225271105903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a777aa-64db-4efa-a5c8-0934d6673ae5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 706da445-d9d2-4ee4-93a7-3a97576168f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 706da445-d9d2-4ee4-93a7-3a97576168f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4977768955647821822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc214a5-74af-43d3-b7f0-5b31c8e3c09e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ca7f0eb-b487-42b5-93dd-bddd7c06c899, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ca7f0eb-b487-42b5-93dd-bddd7c06c899, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049469957546727473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 706da445-d9d2-4ee4-93a7-3a97576168f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3744d8bb-1dc5-45ac-85a5-aeafa4aff519, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3744d8bb-1dc5-45ac-85a5-aeafa4aff519, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1704741064928173529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ca7f0eb-b487-42b5-93dd-bddd7c06c899, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79339b4b-70e0-4067-88a1-8968ec5c239d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79339b4b-70e0-4067-88a1-8968ec5c239d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14234357778852506391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3744d8bb-1dc5-45ac-85a5-aeafa4aff519, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 610c0a25-4883-4292-bafd-9716e3e6909d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610c0a25-4883-4292-bafd-9716e3e6909d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17297252261845595530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79339b4b-70e0-4067-88a1-8968ec5c239d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d5f067-feff-41b0-8c6b-2858c6fd76b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610c0a25-4883-4292-bafd-9716e3e6909d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d5f067-feff-41b0-8c6b-2858c6fd76b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150226635476867021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b627d9d0-71ca-4cae-8d19-0fe0238a47a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b627d9d0-71ca-4cae-8d19-0fe0238a47a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 917248744596329362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d5f067-feff-41b0-8c6b-2858c6fd76b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c9c39c5-ac3c-4041-b5b2-173313896ff6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c9c39c5-ac3c-4041-b5b2-173313896ff6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2074508017793752394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b627d9d0-71ca-4cae-8d19-0fe0238a47a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea481a0-5edf-4c94-9e67-b2ccb895d06a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea481a0-5edf-4c94-9e67-b2ccb895d06a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12757530595092767757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c9c39c5-ac3c-4041-b5b2-173313896ff6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6e14504-3956-422d-8b08-6578508cbabb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6e14504-3956-422d-8b08-6578508cbabb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2600541238812748795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea481a0-5edf-4c94-9e67-b2ccb895d06a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0833e1f-e7f0-43a4-9a61-b21ef0c697b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0833e1f-e7f0-43a4-9a61-b21ef0c697b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4326009514281432301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6e14504-3956-422d-8b08-6578508cbabb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3ec049d-a72e-43ec-af62-3c8bc62a1e03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0833e1f-e7f0-43a4-9a61-b21ef0c697b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3ec049d-a72e-43ec-af62-3c8bc62a1e03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5489733206177412743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0558d728-7693-4dc7-8b2d-a78149205b5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0558d728-7693-4dc7-8b2d-a78149205b5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 358395209189078165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3ec049d-a72e-43ec-af62-3c8bc62a1e03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1024207-ac2b-4300-ab96-5b8bea0fb294, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0558d728-7693-4dc7-8b2d-a78149205b5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1024207-ac2b-4300-ab96-5b8bea0fb294, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3750288279142031125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13b69009-6289-4bbc-b840-2cc94147fea2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b69009-6289-4bbc-b840-2cc94147fea2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7571978350013071207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1024207-ac2b-4300-ab96-5b8bea0fb294, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 632c936f-6eed-4665-8e51-92839d52cce2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 632c936f-6eed-4665-8e51-92839d52cce2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8419281982369973369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b69009-6289-4bbc-b840-2cc94147fea2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f4c1944-0934-4075-8650-59d49e02addd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f4c1944-0934-4075-8650-59d49e02addd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16487723494198472599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 632c936f-6eed-4665-8e51-92839d52cce2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef7f7f8f-98bc-49e2-b4fa-a856ba47110c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef7f7f8f-98bc-49e2-b4fa-a856ba47110c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2345809605130453425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f4c1944-0934-4075-8650-59d49e02addd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cef71da-1984-4664-9ee2-f0c0e005400f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cef71da-1984-4664-9ee2-f0c0e005400f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2389335803804862828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef7f7f8f-98bc-49e2-b4fa-a856ba47110c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be7ea77f-9e04-4276-9318-82cfa6731b2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be7ea77f-9e04-4276-9318-82cfa6731b2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15845308987129816174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cef71da-1984-4664-9ee2-f0c0e005400f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2b9ad7c-14fa-4eaf-9350-7d9b1e11542c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b9ad7c-14fa-4eaf-9350-7d9b1e11542c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3049479373570466986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be7ea77f-9e04-4276-9318-82cfa6731b2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf67758a-7ba5-49e8-9d58-2190334fe7f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf67758a-7ba5-49e8-9d58-2190334fe7f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14730551380936323535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b9ad7c-14fa-4eaf-9350-7d9b1e11542c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c865ad6-074b-4b37-ac0e-c26c8621269d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c865ad6-074b-4b37-ac0e-c26c8621269d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15698768058676776771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf67758a-7ba5-49e8-9d58-2190334fe7f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 987fea19-f6fe-4110-ae6d-a5e6b1f4a523, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 987fea19-f6fe-4110-ae6d-a5e6b1f4a523, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6048109353036516608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c865ad6-074b-4b37-ac0e-c26c8621269d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 987fea19-f6fe-4110-ae6d-a5e6b1f4a523, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a4f63ea-02f6-40c9-8240-b9ddfe11b1cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a4f63ea-02f6-40c9-8240-b9ddfe11b1cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7829062048177395175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6493f93-c2dd-4547-9f64-9da284faa375, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6493f93-c2dd-4547-9f64-9da284faa375, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14363952268670775844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a4f63ea-02f6-40c9-8240-b9ddfe11b1cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a78a69f-f248-492e-af44-28b262a88594, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a78a69f-f248-492e-af44-28b262a88594, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10093360246848721261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6493f93-c2dd-4547-9f64-9da284faa375, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd702584-9733-4130-8871-ddd37f2c7ce2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd702584-9733-4130-8871-ddd37f2c7ce2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17831767774258679034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a78a69f-f248-492e-af44-28b262a88594, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f60fa56-b181-4a5c-9d2d-14d6c3ea4dd9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f60fa56-b181-4a5c-9d2d-14d6c3ea4dd9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6867487200022109329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd702584-9733-4130-8871-ddd37f2c7ce2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79ee17de-a2a7-492e-8027-1c35306bdd51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79ee17de-a2a7-492e-8027-1c35306bdd51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13623847292227733345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f60fa56-b181-4a5c-9d2d-14d6c3ea4dd9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, deb0d3c1-7536-4847-a934-90fc0873bad0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deb0d3c1-7536-4847-a934-90fc0873bad0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15307040179453475522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79ee17de-a2a7-492e-8027-1c35306bdd51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5480c058-efe4-4e1d-9ea3-7dd66778ef23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5480c058-efe4-4e1d-9ea3-7dd66778ef23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 243104066138695553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deb0d3c1-7536-4847-a934-90fc0873bad0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59470f02-32fb-4e6d-b2ca-880d7343149f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59470f02-32fb-4e6d-b2ca-880d7343149f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11999263214827667543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5480c058-efe4-4e1d-9ea3-7dd66778ef23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b1c20f0-2503-470d-b533-4e061d3b156a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b1c20f0-2503-470d-b533-4e061d3b156a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12080457447157800323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59470f02-32fb-4e6d-b2ca-880d7343149f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 265d8c2b-f32d-48e3-b87f-e990f5cd7664, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265d8c2b-f32d-48e3-b87f-e990f5cd7664, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9084600973261117979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b1c20f0-2503-470d-b533-4e061d3b156a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288d7e4f-51f3-4494-b878-4a40b1bbd080, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265d8c2b-f32d-48e3-b87f-e990f5cd7664, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288d7e4f-51f3-4494-b878-4a40b1bbd080, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5528063467991804114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 309fe10c-a3ef-40a8-9436-9962bb96974a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 309fe10c-a3ef-40a8-9436-9962bb96974a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3751563614101192118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288d7e4f-51f3-4494-b878-4a40b1bbd080, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1361fb65-bcd7-4076-a40b-aed124da00b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1361fb65-bcd7-4076-a40b-aed124da00b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3848316928794859700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 309fe10c-a3ef-40a8-9436-9962bb96974a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db9e5efa-df52-4397-9d80-9e69cc6e74bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9e5efa-df52-4397-9d80-9e69cc6e74bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8912655082390493118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1361fb65-bcd7-4076-a40b-aed124da00b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91c995ab-646d-442d-b836-3b859c28e318, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9e5efa-df52-4397-9d80-9e69cc6e74bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62d53f23-84b0-4578-8f00-9b3ab8b22269, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91c995ab-646d-442d-b836-3b859c28e318, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16882587638427857956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62d53f23-84b0-4578-8f00-9b3ab8b22269, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6697627703449519950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62d53f23-84b0-4578-8f00-9b3ab8b22269, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec855c30-be09-495f-83fd-0d1376f627bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec855c30-be09-495f-83fd-0d1376f627bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12503034390535622209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91c995ab-646d-442d-b836-3b859c28e318, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5e324af-0d37-47d1-9f2b-f469f84d60d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5e324af-0d37-47d1-9f2b-f469f84d60d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 525465269689506018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec855c30-be09-495f-83fd-0d1376f627bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03fdba7a-a9a6-4bcc-a90e-9c8d4c9e1012, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fdba7a-a9a6-4bcc-a90e-9c8d4c9e1012, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5707232693905140537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5e324af-0d37-47d1-9f2b-f469f84d60d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e9fe56-457a-4314-be12-510a140738ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e9fe56-457a-4314-be12-510a140738ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3540051971020798204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fdba7a-a9a6-4bcc-a90e-9c8d4c9e1012, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e2d70d8-f471-4fe9-b5a4-a5a7c3789428, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2d70d8-f471-4fe9-b5a4-a5a7c3789428, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5983752424663483233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e9fe56-457a-4314-be12-510a140738ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb645e42-3bf9-4ece-b582-d47e35d1ceb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb645e42-3bf9-4ece-b582-d47e35d1ceb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1441075188295313444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2d70d8-f471-4fe9-b5a4-a5a7c3789428, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9512f1f5-046b-4812-b35d-8d60a9e5d40f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9512f1f5-046b-4812-b35d-8d60a9e5d40f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6446101637026683587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb645e42-3bf9-4ece-b582-d47e35d1ceb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa4ec4bc-732a-424b-b8a9-9192b6f1f3fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa4ec4bc-732a-424b-b8a9-9192b6f1f3fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661248781321545181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9512f1f5-046b-4812-b35d-8d60a9e5d40f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2751c34a-f3c8-4422-baf2-8cc952f2d9a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2751c34a-f3c8-4422-baf2-8cc952f2d9a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5106343681399038364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa4ec4bc-732a-424b-b8a9-9192b6f1f3fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb127082-0ab7-4083-b62a-fd2ce7c5766d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb127082-0ab7-4083-b62a-fd2ce7c5766d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10031788844648348528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2751c34a-f3c8-4422-baf2-8cc952f2d9a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 386e8b2f-07f5-4aa3-8fe3-7e67ed88057d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 386e8b2f-07f5-4aa3-8fe3-7e67ed88057d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16112974405992848417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb127082-0ab7-4083-b62a-fd2ce7c5766d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb51dbdc-85e3-4741-bb34-c4dbd7762974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb51dbdc-85e3-4741-bb34-c4dbd7762974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4474497830057453065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 386e8b2f-07f5-4aa3-8fe3-7e67ed88057d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfd81e9d-f69a-4781-80c6-17366cfb1f6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd81e9d-f69a-4781-80c6-17366cfb1f6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2506692511835553221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb51dbdc-85e3-4741-bb34-c4dbd7762974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd81e9d-f69a-4781-80c6-17366cfb1f6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa0bcc99-0da8-4b21-8dff-bd2dc9f22c64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa0bcc99-0da8-4b21-8dff-bd2dc9f22c64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2104918743952508763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23636fea-5e3e-4416-894f-ef307015e2fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23636fea-5e3e-4416-894f-ef307015e2fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9876558911917609610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa0bcc99-0da8-4b21-8dff-bd2dc9f22c64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be681642-817b-408e-bb20-ccc6a6aaa9af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be681642-817b-408e-bb20-ccc6a6aaa9af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12939468817179236583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23636fea-5e3e-4416-894f-ef307015e2fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc2c935d-35da-4f78-9c58-5b40f2d79fb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2c935d-35da-4f78-9c58-5b40f2d79fb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1058130698343182179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be681642-817b-408e-bb20-ccc6a6aaa9af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2c935d-35da-4f78-9c58-5b40f2d79fb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9f90b3a-83b6-4c0d-a489-3a400f33546a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f90b3a-83b6-4c0d-a489-3a400f33546a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7132726755037208900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b90579ff-6a6c-464b-bd08-ea01011276dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b90579ff-6a6c-464b-bd08-ea01011276dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14554249695226565920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f90b3a-83b6-4c0d-a489-3a400f33546a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdafac0a-502e-404c-bdc3-e66df744806f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdafac0a-502e-404c-bdc3-e66df744806f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11959856515645021749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b90579ff-6a6c-464b-bd08-ea01011276dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004c25fe-eda7-42db-a1ee-ad524a4905a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdafac0a-502e-404c-bdc3-e66df744806f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1797fd6d-ebe2-47e5-b6a2-c392c117350f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1797fd6d-ebe2-47e5-b6a2-c392c117350f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10565306792815068207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004c25fe-eda7-42db-a1ee-ad524a4905a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13261274714307543757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1797fd6d-ebe2-47e5-b6a2-c392c117350f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243dbc74-ce93-42e6-b35e-78b1aa47955d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243dbc74-ce93-42e6-b35e-78b1aa47955d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8696235199107808432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004c25fe-eda7-42db-a1ee-ad524a4905a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9a0dd58-3747-4c24-b9da-40bf70769ffa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a0dd58-3747-4c24-b9da-40bf70769ffa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5060349148502004903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243dbc74-ce93-42e6-b35e-78b1aa47955d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b978c9c7-b41e-422c-ab05-6c5f7b436991, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b978c9c7-b41e-422c-ab05-6c5f7b436991, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5466329775560657561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a0dd58-3747-4c24-b9da-40bf70769ffa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7457351a-1e35-483e-9596-beeebc880a89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7457351a-1e35-483e-9596-beeebc880a89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11709353441789076504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b978c9c7-b41e-422c-ab05-6c5f7b436991, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39c79875-b651-492e-81cd-115461276249, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c79875-b651-492e-81cd-115461276249, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10780884211873741056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7457351a-1e35-483e-9596-beeebc880a89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f52daa1-8306-4c90-b72a-b011efb2c6d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f52daa1-8306-4c90-b72a-b011efb2c6d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7298755417405437331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c79875-b651-492e-81cd-115461276249, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55dfe08e-4b8c-4bfe-8038-70fce2665e05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55dfe08e-4b8c-4bfe-8038-70fce2665e05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4052945578623678640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f52daa1-8306-4c90-b72a-b011efb2c6d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2e475cd-8ee0-4ad7-a7ef-ffcd942e472c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e475cd-8ee0-4ad7-a7ef-ffcd942e472c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5721647126692608207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55dfe08e-4b8c-4bfe-8038-70fce2665e05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e1de119-3b7e-42f0-a488-9e585afcc498, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1de119-3b7e-42f0-a488-9e585afcc498, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987732423314702459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e475cd-8ee0-4ad7-a7ef-ffcd942e472c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87e9a5c9-31b2-40d3-9875-be984cc92630, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e9a5c9-31b2-40d3-9875-be984cc92630, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15565170327060413818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1de119-3b7e-42f0-a488-9e585afcc498, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75c360d8-9901-4fa6-ad58-a08ce029ab28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c360d8-9901-4fa6-ad58-a08ce029ab28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2671886447351424537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e9a5c9-31b2-40d3-9875-be984cc92630, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ade8763f-75f5-467a-9d07-4ca2366f86cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ade8763f-75f5-467a-9d07-4ca2366f86cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6895872368343454935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c360d8-9901-4fa6-ad58-a08ce029ab28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25d5e0fc-1bf1-42e3-a17b-59a46f14d033, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d5e0fc-1bf1-42e3-a17b-59a46f14d033, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5264683879273572236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ade8763f-75f5-467a-9d07-4ca2366f86cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42435ce9-0337-447b-b67f-c96d254e0e77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42435ce9-0337-447b-b67f-c96d254e0e77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17187696184176544401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d5e0fc-1bf1-42e3-a17b-59a46f14d033, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 165e58a8-9bbf-47a3-b882-254ff692614c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 165e58a8-9bbf-47a3-b882-254ff692614c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8079220885166019594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42435ce9-0337-447b-b67f-c96d254e0e77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3c69742-6820-4b61-a595-a9d0d1b689b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3c69742-6820-4b61-a595-a9d0d1b689b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12715997894023684025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 165e58a8-9bbf-47a3-b882-254ff692614c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f91a474f-72fc-427c-9658-00215d65cf9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f91a474f-72fc-427c-9658-00215d65cf9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1885056015661891296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3c69742-6820-4b61-a595-a9d0d1b689b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0db405a3-34f9-4f5e-be14-a6f9b6f8da26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db405a3-34f9-4f5e-be14-a6f9b6f8da26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8121487702626514054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f91a474f-72fc-427c-9658-00215d65cf9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1df1c11d-84dc-4d07-a09e-79aee43bad38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1df1c11d-84dc-4d07-a09e-79aee43bad38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2673755310773416511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db405a3-34f9-4f5e-be14-a6f9b6f8da26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 627b0ead-2d11-4d39-a62f-a3e68cb4468e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 627b0ead-2d11-4d39-a62f-a3e68cb4468e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4643074521158749703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1df1c11d-84dc-4d07-a09e-79aee43bad38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d46254-b624-4208-a482-3e9846c7fd83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d46254-b624-4208-a482-3e9846c7fd83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14352256426240749927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 627b0ead-2d11-4d39-a62f-a3e68cb4468e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6dd8a87-1256-46ee-b8d0-e752475cb113, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6dd8a87-1256-46ee-b8d0-e752475cb113, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12508258179335404842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6dd8a87-1256-46ee-b8d0-e752475cb113, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ccbd797-0b6a-49fd-8828-6c1732072f9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ccbd797-0b6a-49fd-8828-6c1732072f9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9013460674100586001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d46254-b624-4208-a482-3e9846c7fd83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21f99e70-6cc1-4055-89c6-ae088ed16be5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f99e70-6cc1-4055-89c6-ae088ed16be5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12444143671117734560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ccbd797-0b6a-49fd-8828-6c1732072f9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d6b522-b5cb-4bf2-a685-bbfe7b7da5a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d6b522-b5cb-4bf2-a685-bbfe7b7da5a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7423069497407697391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f99e70-6cc1-4055-89c6-ae088ed16be5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73d15788-9a56-4cc2-838d-6dab897033c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73d15788-9a56-4cc2-838d-6dab897033c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16283668517719453263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73d15788-9a56-4cc2-838d-6dab897033c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2e14e3d-d35c-4d2a-a7c9-733a45702ac3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2e14e3d-d35c-4d2a-a7c9-733a45702ac3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4752738688668064434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2e14e3d-d35c-4d2a-a7c9-733a45702ac3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31cb4cab-2451-4b6b-94fa-cb622d9b2a6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31cb4cab-2451-4b6b-94fa-cb622d9b2a6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17881317788983159943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d6b522-b5cb-4bf2-a685-bbfe7b7da5a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d1285e-dbcc-403a-b265-643e31cfa1f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d1285e-dbcc-403a-b265-643e31cfa1f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141184462196827498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31cb4cab-2451-4b6b-94fa-cb622d9b2a6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edd29841-d640-4a7f-b94e-0d203c4fffc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d1285e-dbcc-403a-b265-643e31cfa1f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd29841-d640-4a7f-b94e-0d203c4fffc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16541101774630246337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9552b38-5adf-4659-bc85-fc0675416935, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9552b38-5adf-4659-bc85-fc0675416935, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1289894670135550587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd29841-d640-4a7f-b94e-0d203c4fffc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d98dfa-8843-4219-82b3-ab10fb986e78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d98dfa-8843-4219-82b3-ab10fb986e78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17537357718844669349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9552b38-5adf-4659-bc85-fc0675416935, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76202bc6-906a-4006-b87a-bcc6814c3d49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76202bc6-906a-4006-b87a-bcc6814c3d49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11001550961471719783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d98dfa-8843-4219-82b3-ab10fb986e78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e63571-edff-426a-ab15-635656dd4698, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e63571-edff-426a-ab15-635656dd4698, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3485472399408823502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76202bc6-906a-4006-b87a-bcc6814c3d49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be717146-fe4a-4875-ba93-4c855676e8b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be717146-fe4a-4875-ba93-4c855676e8b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 737663530264096647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e63571-edff-426a-ab15-635656dd4698, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e134ed39-6cc5-4b66-9127-0b070e413186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e134ed39-6cc5-4b66-9127-0b070e413186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305301418248558684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e134ed39-6cc5-4b66-9127-0b070e413186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be717146-fe4a-4875-ba93-4c855676e8b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c01c67-a934-4b74-94ad-adbb43707635, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 762f5d2f-f01b-42ed-83b8-2d64aa61398c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c01c67-a934-4b74-94ad-adbb43707635, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13368320331773650357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 762f5d2f-f01b-42ed-83b8-2d64aa61398c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11886069307416231409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c01c67-a934-4b74-94ad-adbb43707635, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 762f5d2f-f01b-42ed-83b8-2d64aa61398c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d72e2a3-4c5d-48d2-9adb-24d9e532bc71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d72e2a3-4c5d-48d2-9adb-24d9e532bc71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9156969313231071698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e6f1ee-06fe-4076-b13d-08f6b0e41c09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e6f1ee-06fe-4076-b13d-08f6b0e41c09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6972681699179580981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d72e2a3-4c5d-48d2-9adb-24d9e532bc71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac2dce9d-ce5a-4ecb-b772-02d58023801d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2dce9d-ce5a-4ecb-b772-02d58023801d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13194270843717318961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e6f1ee-06fe-4076-b13d-08f6b0e41c09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4999ee9f-074c-488b-8514-3044cdb95ec1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4999ee9f-074c-488b-8514-3044cdb95ec1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17132980289303200234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4999ee9f-074c-488b-8514-3044cdb95ec1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0e7a6b4-4776-4d2c-ba39-b2ef913f50cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0e7a6b4-4776-4d2c-ba39-b2ef913f50cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8990967582847894238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2dce9d-ce5a-4ecb-b772-02d58023801d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13c481dd-17d2-4e20-bdf9-4c05c6248b28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13c481dd-17d2-4e20-bdf9-4c05c6248b28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17522804286555075340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0e7a6b4-4776-4d2c-ba39-b2ef913f50cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc2d68b2-2eea-4b18-adfa-a9aff839985c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13c481dd-17d2-4e20-bdf9-4c05c6248b28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 418eeef9-0b95-471b-a5b5-7f459a975bfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 418eeef9-0b95-471b-a5b5-7f459a975bfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12878406415515150688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc2d68b2-2eea-4b18-adfa-a9aff839985c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10962919948900662899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 418eeef9-0b95-471b-a5b5-7f459a975bfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc2d68b2-2eea-4b18-adfa-a9aff839985c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de142db2-184e-4ac3-9ab9-0f1b601cf77d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de142db2-184e-4ac3-9ab9-0f1b601cf77d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6526973108870498222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 515f7522-8496-4779-a510-89d425cbbb95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515f7522-8496-4779-a510-89d425cbbb95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1915764850509981448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de142db2-184e-4ac3-9ab9-0f1b601cf77d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff5e606e-a6e6-4db1-b55a-50f7a6d71d27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff5e606e-a6e6-4db1-b55a-50f7a6d71d27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6403890545650830869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515f7522-8496-4779-a510-89d425cbbb95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1cc79e2-5388-4664-9c39-a57e8faa7509, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1cc79e2-5388-4664-9c39-a57e8faa7509, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3387448868658514848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff5e606e-a6e6-4db1-b55a-50f7a6d71d27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc60843b-4340-4147-bc6d-39f79a3ea5a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc60843b-4340-4147-bc6d-39f79a3ea5a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17772888681623632784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1cc79e2-5388-4664-9c39-a57e8faa7509, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 693e2b10-b339-4c9c-a540-caa966d9ba9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 693e2b10-b339-4c9c-a540-caa966d9ba9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13556337479462063474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc60843b-4340-4147-bc6d-39f79a3ea5a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016d709d-5e38-423f-8377-516e541613f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016d709d-5e38-423f-8377-516e541613f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6832069723254489321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 693e2b10-b339-4c9c-a540-caa966d9ba9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3943ca7b-caae-47ad-b403-54432bb053e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3943ca7b-caae-47ad-b403-54432bb053e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7605806009436403724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016d709d-5e38-423f-8377-516e541613f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61ada65c-870b-477c-b175-1d4de2a45182, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ada65c-870b-477c-b175-1d4de2a45182, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16265931656293314313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3943ca7b-caae-47ad-b403-54432bb053e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd5b996d-7277-43a8-8d45-24e279db39e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5b996d-7277-43a8-8d45-24e279db39e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1174307084097879006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5b996d-7277-43a8-8d45-24e279db39e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f7e618-da70-4e16-af96-f3eb556fd41f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ada65c-870b-477c-b175-1d4de2a45182, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d0d0b2-0499-4312-8875-ad84f1b82f0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d0d0b2-0499-4312-8875-ad84f1b82f0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15949380764895588558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f7e618-da70-4e16-af96-f3eb556fd41f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14298805922635781035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d0d0b2-0499-4312-8875-ad84f1b82f0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f766fbf4-07f4-43cd-90f7-f99422e90167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f766fbf4-07f4-43cd-90f7-f99422e90167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14051859657907232955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f7e618-da70-4e16-af96-f3eb556fd41f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f766fbf4-07f4-43cd-90f7-f99422e90167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bcd348e-5f37-4797-b6ba-ccdea998e3a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bcd348e-5f37-4797-b6ba-ccdea998e3a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4386752002473412325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 34ce46b4-1440-4458-a67f-10cf5de98082, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 34ce46b4-1440-4458-a67f-10cf5de98082, localhost:62007): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dde2370f-33d8-47c6-82fb-83f3ff36af3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dde2370f-33d8-47c6-82fb-83f3ff36af3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10905640206042870284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bcd348e-5f37-4797-b6ba-ccdea998e3a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 34ce46b4-1440-4458-a67f-10cf5de98082, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 23411 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-riky6msjhe.auto.internal" port: 8661 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-riky6msjhe.auto.internal:8661, location , ssl: False>, <Endpoint ghrun-riky6msjhe.auto.internal:23411, 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:379 RpcState(ExecuteDataQuery, 99019504-bfce-432b-ba54-3158e850fa34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99019504-bfce-432b-ba54-3158e850fa34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4230708082662080834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dde2370f-33d8-47c6-82fb-83f3ff36af3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b699313d-f8e5-4040-b76f-7ee3c3c1de89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b699313d-f8e5-4040-b76f-7ee3c3c1de89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6922225761045137464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464" } } } 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:62007
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99019504-bfce-432b-ba54-3158e850fa34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf877c67-d6d9-4d9c-aab0-f4d09b234308, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf877c67-d6d9-4d9c-aab0-f4d09b234308, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5201788718100120049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b699313d-f8e5-4040-b76f-7ee3c3c1de89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d659b3-3a01-4414-8527-6dbdaa347790, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d659b3-3a01-4414-8527-6dbdaa347790, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3992214011924541237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d659b3-3a01-4414-8527-6dbdaa347790, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8304af7-181f-4011-9173-3ff8d87f7961, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8304af7-181f-4011-9173-3ff8d87f7961, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7810660965459529368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf877c67-d6d9-4d9c-aab0-f4d09b234308, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26f7b4f2-61cf-43d5-8bee-570f774a1165, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f7b4f2-61cf-43d5-8bee-570f774a1165, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374265883003413849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8304af7-181f-4011-9173-3ff8d87f7961, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30567489-80b1-4883-8c40-38aeec747e1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f7b4f2-61cf-43d5-8bee-570f774a1165, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30567489-80b1-4883-8c40-38aeec747e1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12117369358889943033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c997c9ab-3172-4be6-b91f-9ec1b8adab21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c997c9ab-3172-4be6-b91f-9ec1b8adab21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3731481084356689710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30567489-80b1-4883-8c40-38aeec747e1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29f04f97-0eb8-4696-9bf0-c7400901193e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29f04f97-0eb8-4696-9bf0-c7400901193e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12345276297153964374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c997c9ab-3172-4be6-b91f-9ec1b8adab21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dce3b0a6-630c-43a1-9aa6-540e487e096c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dce3b0a6-630c-43a1-9aa6-540e487e096c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2731330570370909185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29f04f97-0eb8-4696-9bf0-c7400901193e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33d79c1e-f3fb-41ca-910c-f6d44e29b6eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d79c1e-f3fb-41ca-910c-f6d44e29b6eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16671560606396861754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dce3b0a6-630c-43a1-9aa6-540e487e096c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da86eb25-5ce0-48bc-a055-fd1e3a79aef2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da86eb25-5ce0-48bc-a055-fd1e3a79aef2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4865605498204229201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d79c1e-f3fb-41ca-910c-f6d44e29b6eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3f575aa-1e2d-4217-ae59-70ad7bf000c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3f575aa-1e2d-4217-ae59-70ad7bf000c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9769876591551619551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da86eb25-5ce0-48bc-a055-fd1e3a79aef2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1239a15d-62b8-43e4-ba2b-9170c6bcfa6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1239a15d-62b8-43e4-ba2b-9170c6bcfa6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6979813647010234409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3f575aa-1e2d-4217-ae59-70ad7bf000c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffdbdfe0-28c0-488a-bd22-7cf01db743b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffdbdfe0-28c0-488a-bd22-7cf01db743b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18131007343117709952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffdbdfe0-28c0-488a-bd22-7cf01db743b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c686b1a-b6ce-49ec-a2b3-d4646b34b303, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c686b1a-b6ce-49ec-a2b3-d4646b34b303, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10958943618801064386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1239a15d-62b8-43e4-ba2b-9170c6bcfa6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c686b1a-b6ce-49ec-a2b3-d4646b34b303, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fc4e2b4-8672-457b-8974-f11ee5ca9782, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fc4e2b4-8672-457b-8974-f11ee5ca9782, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1014073365392910770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4382681d-a851-4fd0-b467-64a0c7fc4922, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fc4e2b4-8672-457b-8974-f11ee5ca9782, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15645ad3-efc1-4f26-ac3c-ac22866edf6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15645ad3-efc1-4f26-ac3c-ac22866edf6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6314682634276100020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4382681d-a851-4fd0-b467-64a0c7fc4922, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14756180788533712667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15645ad3-efc1-4f26-ac3c-ac22866edf6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ba9213-01cf-4a86-9113-a67dcca193d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ba9213-01cf-4a86-9113-a67dcca193d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10454544810821553964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4382681d-a851-4fd0-b467-64a0c7fc4922, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddfdfee7-8fa1-4c9d-a0d0-5d39dc3fdfcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddfdfee7-8fa1-4c9d-a0d0-5d39dc3fdfcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3567670067628672089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ba9213-01cf-4a86-9113-a67dcca193d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efed2716-870f-4eaf-9f13-edb99bde8aa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efed2716-870f-4eaf-9f13-edb99bde8aa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6206888805510890049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddfdfee7-8fa1-4c9d-a0d0-5d39dc3fdfcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccb462be-625c-4db2-9464-74026d13c095, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb462be-625c-4db2-9464-74026d13c095, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10346141275636437358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efed2716-870f-4eaf-9f13-edb99bde8aa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba7afb2f-6ea5-41a0-9fb4-3621145557d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba7afb2f-6ea5-41a0-9fb4-3621145557d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4275374002166279434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb462be-625c-4db2-9464-74026d13c095, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4daeea2f-78ce-44f3-a69c-fb4508d8f932, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daeea2f-78ce-44f3-a69c-fb4508d8f932, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2281045791594654923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba7afb2f-6ea5-41a0-9fb4-3621145557d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bf92242-f6cd-46f4-a02f-ecb75e25034d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf92242-f6cd-46f4-a02f-ecb75e25034d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15010957264003309290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daeea2f-78ce-44f3-a69c-fb4508d8f932, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ece1fb4-ebbb-4a25-a89c-536ae1e73c07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ece1fb4-ebbb-4a25-a89c-536ae1e73c07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17898453164771781261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf92242-f6cd-46f4-a02f-ecb75e25034d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8491619-82a5-4321-a943-2e108edeca6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8491619-82a5-4321-a943-2e108edeca6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7750231855506614247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ece1fb4-ebbb-4a25-a89c-536ae1e73c07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5689f9a-0a9e-4f9f-b3e7-ea1df2a29754, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 223d5ffd-d7d8-4b53-9aab-6e535fa47ea9, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8491619-82a5-4321-a943-2e108edeca6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a15f020-94c4-4a47-86fb-0921bc9fb973, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a15f020-94c4-4a47-86fb-0921bc9fb973, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15667786518231403173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 223d5ffd-d7d8-4b53-9aab-6e535fa47ea9, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5689f9a-0a9e-4f9f-b3e7-ea1df2a29754, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6118167697116128391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391" } } } 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, 223d5ffd-d7d8-4b53-9aab-6e535fa47ea9, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 28913 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-riky6msjhe.auto.internal:28913, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a15f020-94c4-4a47-86fb-0921bc9fb973, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f61758a3-4a1c-4607-a446-f5709226ec9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f61758a3-4a1c-4607-a446-f5709226ec9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6849124453485387026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5689f9a-0a9e-4f9f-b3e7-ea1df2a29754, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94aef62a-b994-452b-878e-29cf2c68cc85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94aef62a-b994-452b-878e-29cf2c68cc85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16662356284593985139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f61758a3-4a1c-4607-a446-f5709226ec9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 813ca2e5-0ab1-4a4c-b7da-1aac892eb2c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 813ca2e5-0ab1-4a4c-b7da-1aac892eb2c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1698439387969268906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94aef62a-b994-452b-878e-29cf2c68cc85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efda37fd-fb49-4d8d-ba00-b927cb3bc719, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efda37fd-fb49-4d8d-ba00-b927cb3bc719, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9708686042114625610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 813ca2e5-0ab1-4a4c-b7da-1aac892eb2c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df0c9fcd-593f-4f59-a005-e3830618cb9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df0c9fcd-593f-4f59-a005-e3830618cb9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2597647798830474552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efda37fd-fb49-4d8d-ba00-b927cb3bc719, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0894e1e5-7a33-4943-a621-956fef800748, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0894e1e5-7a33-4943-a621-956fef800748, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11970563933312117687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df0c9fcd-593f-4f59-a005-e3830618cb9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ad852ea-5bb0-4548-a493-6315f3a5a9c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ad852ea-5bb0-4548-a493-6315f3a5a9c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16869786324525021340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0894e1e5-7a33-4943-a621-956fef800748, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1d8bffd-2c6d-4e22-b83e-7ddf95bcba91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d8bffd-2c6d-4e22-b83e-7ddf95bcba91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5098805886569381316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ad852ea-5bb0-4548-a493-6315f3a5a9c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f3f7d18-2e70-4af8-b887-801de109045a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f3f7d18-2e70-4af8-b887-801de109045a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5030119892991052295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d8bffd-2c6d-4e22-b83e-7ddf95bcba91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eeede3a-9eec-4ff3-a671-4c1dfde97677, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eeede3a-9eec-4ff3-a671-4c1dfde97677, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14051706387996226250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f3f7d18-2e70-4af8-b887-801de109045a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15e18330-cc91-460a-bb7a-e51b0d91f906, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15e18330-cc91-460a-bb7a-e51b0d91f906, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11730492686324307567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eeede3a-9eec-4ff3-a671-4c1dfde97677, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed5eaae0-a89c-4371-b78d-441cb54a5697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5eaae0-a89c-4371-b78d-441cb54a5697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10561518920758539696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15e18330-cc91-460a-bb7a-e51b0d91f906, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f23f6891-de14-492e-b109-1365969e41d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f23f6891-de14-492e-b109-1365969e41d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10558774971907766613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5eaae0-a89c-4371-b78d-441cb54a5697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 325b3c6b-07d7-46c4-a3e2-36d71f7add21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325b3c6b-07d7-46c4-a3e2-36d71f7add21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2938441423121906988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f23f6891-de14-492e-b109-1365969e41d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09a9b925-447d-4dda-95d8-ea473be3f4f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09a9b925-447d-4dda-95d8-ea473be3f4f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14865215537768814223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325b3c6b-07d7-46c4-a3e2-36d71f7add21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21d03323-89ac-4478-90fe-3cb0d423a628, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d03323-89ac-4478-90fe-3cb0d423a628, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10728923814984568489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09a9b925-447d-4dda-95d8-ea473be3f4f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad889c39-7d18-4c06-a262-a3d8668c2564, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad889c39-7d18-4c06-a262-a3d8668c2564, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005623779406277550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d03323-89ac-4478-90fe-3cb0d423a628, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 432884a7-75de-4aae-b459-956206a7f22a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432884a7-75de-4aae-b459-956206a7f22a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7870384641200101134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad889c39-7d18-4c06-a262-a3d8668c2564, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f90fde-7d48-402b-a80a-510b3f374699, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f90fde-7d48-402b-a80a-510b3f374699, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8694045230170607147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432884a7-75de-4aae-b459-956206a7f22a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f90fde-7d48-402b-a80a-510b3f374699, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b25ceca3-9a2b-40d8-ac47-d8bad0f2af48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25ceca3-9a2b-40d8-ac47-d8bad0f2af48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9612579930551054478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f020de9-f35e-4de3-97d1-bc2d89d2f779, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f020de9-f35e-4de3-97d1-bc2d89d2f779, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2644242733412127721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25ceca3-9a2b-40d8-ac47-d8bad0f2af48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff7e33b5-0151-41bf-84dd-67332324733d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff7e33b5-0151-41bf-84dd-67332324733d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12347883226881689499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f020de9-f35e-4de3-97d1-bc2d89d2f779, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e22ac563-c922-4128-b9b6-2c5a4a08154b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22ac563-c922-4128-b9b6-2c5a4a08154b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11865553083086625710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22ac563-c922-4128-b9b6-2c5a4a08154b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 177a8282-eb5d-4dc1-a393-35cee5950186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 177a8282-eb5d-4dc1-a393-35cee5950186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3294403570059381981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff7e33b5-0151-41bf-84dd-67332324733d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 737fd826-ad6c-47ba-bdf3-da7e97388355, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 737fd826-ad6c-47ba-bdf3-da7e97388355, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4224006932337812830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 177a8282-eb5d-4dc1-a393-35cee5950186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bc06603-f81c-4b0c-8256-741ee89dc6c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bc06603-f81c-4b0c-8256-741ee89dc6c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 785022720864516442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 737fd826-ad6c-47ba-bdf3-da7e97388355, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6c4129b-0921-4d96-bf0a-ea069d4d7473, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c4129b-0921-4d96-bf0a-ea069d4d7473, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313151838162388014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bc06603-f81c-4b0c-8256-741ee89dc6c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee7c147b-9fa7-4e4b-9ca2-f4b9dc760909, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee7c147b-9fa7-4e4b-9ca2-f4b9dc760909, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12343590961750677470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c4129b-0921-4d96-bf0a-ea069d4d7473, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ee28c2d-9f4e-4974-8832-ff9cf3908332, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee28c2d-9f4e-4974-8832-ff9cf3908332, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4482649016497405664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee28c2d-9f4e-4974-8832-ff9cf3908332, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edbeb84d-01b0-4124-8404-e12a2d59ed30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee7c147b-9fa7-4e4b-9ca2-f4b9dc760909, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5083e9b0-64ad-4b9b-8261-d2e7c3f433b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edbeb84d-01b0-4124-8404-e12a2d59ed30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2981201334833913432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5083e9b0-64ad-4b9b-8261-d2e7c3f433b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11462809970928209429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edbeb84d-01b0-4124-8404-e12a2d59ed30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1e77fb4-3a7b-43e3-8221-16fc3e7c996c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5083e9b0-64ad-4b9b-8261-d2e7c3f433b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e2521b7-380e-45b0-8424-e8232144cde5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e2521b7-380e-45b0-8424-e8232144cde5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3993855972738553824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e77fb4-3a7b-43e3-8221-16fc3e7c996c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3221428254379177396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e77fb4-3a7b-43e3-8221-16fc3e7c996c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c079836-5003-429d-8e1b-741dac9c64c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c079836-5003-429d-8e1b-741dac9c64c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1473517035319622112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e2521b7-380e-45b0-8424-e8232144cde5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60b0965a-a243-4588-9666-e180046d5cb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60b0965a-a243-4588-9666-e180046d5cb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6065075932898986547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c079836-5003-429d-8e1b-741dac9c64c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb19f7cd-1b4d-47cb-bc71-448f46929f82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb19f7cd-1b4d-47cb-bc71-448f46929f82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11338585234847762152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60b0965a-a243-4588-9666-e180046d5cb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bf181cf-6889-450f-8397-6b4a37fa6584, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bf181cf-6889-450f-8397-6b4a37fa6584, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10370880323972176061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb19f7cd-1b4d-47cb-bc71-448f46929f82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a3bfc1e-515d-4557-a6e1-0042b7b2b897, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a3bfc1e-515d-4557-a6e1-0042b7b2b897, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7166208727959426152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bf181cf-6889-450f-8397-6b4a37fa6584, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8910082f-cbee-467a-81f6-ee1f9bc59f9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8910082f-cbee-467a-81f6-ee1f9bc59f9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1215292561315697485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a3bfc1e-515d-4557-a6e1-0042b7b2b897, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddea0445-78be-4a3d-8591-58d7d8e18881, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddea0445-78be-4a3d-8591-58d7d8e18881, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16341027706000922921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8910082f-cbee-467a-81f6-ee1f9bc59f9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddea0445-78be-4a3d-8591-58d7d8e18881, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ef9f6d6-b2e5-4dbe-ae2d-b05206f2a8f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ef9f6d6-b2e5-4dbe-ae2d-b05206f2a8f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503374688955203258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1634c790-2e67-4b0f-a715-551e36440632, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1634c790-2e67-4b0f-a715-551e36440632, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17489660238231278857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ef9f6d6-b2e5-4dbe-ae2d-b05206f2a8f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1de54c4-02af-469d-815d-4495f60c1d00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1de54c4-02af-469d-815d-4495f60c1d00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17668976200930096967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1634c790-2e67-4b0f-a715-551e36440632, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a29bd88-9538-41fb-9632-43e0b5303045, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a29bd88-9538-41fb-9632-43e0b5303045, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7663326674197191002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1de54c4-02af-469d-815d-4495f60c1d00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 294150c9-a400-4714-bb65-c2e85a0e7429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 294150c9-a400-4714-bb65-c2e85a0e7429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16762823159484700865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a29bd88-9538-41fb-9632-43e0b5303045, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ceb63e9-c041-4eae-a5c3-2215eb15f13f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ceb63e9-c041-4eae-a5c3-2215eb15f13f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12418788829929809056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 294150c9-a400-4714-bb65-c2e85a0e7429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90e18101-aacb-478f-8627-580a72b8e7dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e18101-aacb-478f-8627-580a72b8e7dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4693697306380562326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ceb63e9-c041-4eae-a5c3-2215eb15f13f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88d48c7c-3f71-40ad-8576-14fb3b4daa0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d48c7c-3f71-40ad-8576-14fb3b4daa0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3358416935186981530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e18101-aacb-478f-8627-580a72b8e7dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1d59ec5-7f30-4b5a-bc22-0eb6ccf5d0fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1d59ec5-7f30-4b5a-bc22-0eb6ccf5d0fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 578666599094971659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d48c7c-3f71-40ad-8576-14fb3b4daa0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f01fe1ad-3b1c-431a-8e53-87ce355e95dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1d59ec5-7f30-4b5a-bc22-0eb6ccf5d0fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01fe1ad-3b1c-431a-8e53-87ce355e95dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8670146703894967940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51e10dfe-41f1-4052-b13e-f02a4edd7360, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e10dfe-41f1-4052-b13e-f02a4edd7360, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7769157060737243602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01fe1ad-3b1c-431a-8e53-87ce355e95dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 408a8213-c83e-4471-90dc-b29a672e24be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 408a8213-c83e-4471-90dc-b29a672e24be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10151011241099627437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e10dfe-41f1-4052-b13e-f02a4edd7360, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e03d8b1c-5af7-43b7-ac69-6916444b64b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e03d8b1c-5af7-43b7-ac69-6916444b64b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14251572820274084938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 408a8213-c83e-4471-90dc-b29a672e24be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2787ac4c-6af3-4308-8906-af244fae0421, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2787ac4c-6af3-4308-8906-af244fae0421, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3892270685488369727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e03d8b1c-5af7-43b7-ac69-6916444b64b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2747040c-5aa7-410e-8586-f472ec56c9d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2747040c-5aa7-410e-8586-f472ec56c9d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8438634919328776068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2787ac4c-6af3-4308-8906-af244fae0421, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e233aae-03eb-464c-a74b-d3a16806a5d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e233aae-03eb-464c-a74b-d3a16806a5d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11974803946750532149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2747040c-5aa7-410e-8586-f472ec56c9d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d92177d-05ed-4bae-b1e9-cbe153084e5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d92177d-05ed-4bae-b1e9-cbe153084e5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11356937315004427579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e233aae-03eb-464c-a74b-d3a16806a5d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fdadc76-c754-4164-8966-3fdc6de924ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fdadc76-c754-4164-8966-3fdc6de924ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18424372462100192647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d92177d-05ed-4bae-b1e9-cbe153084e5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d32812bb-1f1c-4bf2-aea5-b64aa8ac0850, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d32812bb-1f1c-4bf2-aea5-b64aa8ac0850, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4376291055229726611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fdadc76-c754-4164-8966-3fdc6de924ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e580c590-09c0-4954-9ff8-dd5a3edb9a80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e580c590-09c0-4954-9ff8-dd5a3edb9a80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14135884318870626667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d32812bb-1f1c-4bf2-aea5-b64aa8ac0850, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d72bff6-5b92-4200-a89e-74064c60984c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d72bff6-5b92-4200-a89e-74064c60984c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12942036045081320506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e580c590-09c0-4954-9ff8-dd5a3edb9a80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffc9554d-0c1e-4421-b253-480d860685c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc9554d-0c1e-4421-b253-480d860685c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 509388337649834663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d72bff6-5b92-4200-a89e-74064c60984c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4702f006-1d1b-48ae-aa4e-9b95df2f3a13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4702f006-1d1b-48ae-aa4e-9b95df2f3a13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2277241203953072676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc9554d-0c1e-4421-b253-480d860685c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6afa68d-9627-45d8-9482-11dcf1ba9b4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6afa68d-9627-45d8-9482-11dcf1ba9b4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5596718343303273770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4702f006-1d1b-48ae-aa4e-9b95df2f3a13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d77cf7c-c1ac-489c-9633-9454cd3f010a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6afa68d-9627-45d8-9482-11dcf1ba9b4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c784fc6a-46c5-45ff-bc88-12a30207e3c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c784fc6a-46c5-45ff-bc88-12a30207e3c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7587542950565498039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d77cf7c-c1ac-489c-9633-9454cd3f010a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4626055843855430596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c784fc6a-46c5-45ff-bc88-12a30207e3c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d0e1476-7f83-487a-b42e-cdf5b39a21ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0e1476-7f83-487a-b42e-cdf5b39a21ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16360036838899712902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d77cf7c-c1ac-489c-9633-9454cd3f010a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b95b1709-e38a-4f81-a502-2b39ea8d85bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b95b1709-e38a-4f81-a502-2b39ea8d85bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18115377589545628928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0e1476-7f83-487a-b42e-cdf5b39a21ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b95b1709-e38a-4f81-a502-2b39ea8d85bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3569313e-f8d5-4698-8166-987b25f13ea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3569313e-f8d5-4698-8166-987b25f13ea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874080503431486516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec6d72f3-dbcd-4963-97c4-c8751b5ca590, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec6d72f3-dbcd-4963-97c4-c8751b5ca590, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5478011154767168792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3569313e-f8d5-4698-8166-987b25f13ea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a5de4eb-7f2e-49a6-883c-03e4c229c8cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a5de4eb-7f2e-49a6-883c-03e4c229c8cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15511423001562730876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec6d72f3-dbcd-4963-97c4-c8751b5ca590, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddb83e8e-376e-4d16-9e17-8ee6157b1d24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb83e8e-376e-4d16-9e17-8ee6157b1d24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14548440808962589155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a5de4eb-7f2e-49a6-883c-03e4c229c8cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 209d849f-0b6f-4ca3-adb8-2bf77ccee84b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 209d849f-0b6f-4ca3-adb8-2bf77ccee84b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16723836696731671984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb83e8e-376e-4d16-9e17-8ee6157b1d24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 394972c7-c582-4486-a341-82b6c1401e84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 394972c7-c582-4486-a341-82b6c1401e84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1857003547185668681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 209d849f-0b6f-4ca3-adb8-2bf77ccee84b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1318305-7259-4872-b943-23a3e3163302, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1318305-7259-4872-b943-23a3e3163302, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10290670754826282225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 394972c7-c582-4486-a341-82b6c1401e84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5197f71-6c07-4fa8-bf63-9bec7b7bf4ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5197f71-6c07-4fa8-bf63-9bec7b7bf4ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3362048205247218474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1318305-7259-4872-b943-23a3e3163302, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, debab99c-e92c-4eb3-901b-233c74fc964b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, debab99c-e92c-4eb3-901b-233c74fc964b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18367242984865411131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5197f71-6c07-4fa8-bf63-9bec7b7bf4ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24a09d77-b1a3-40fb-b179-63b8dc8b862c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, debab99c-e92c-4eb3-901b-233c74fc964b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2342bb7d-0140-4f4e-89be-e33590f78789, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2342bb7d-0140-4f4e-89be-e33590f78789, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4538855545679250759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a09d77-b1a3-40fb-b179-63b8dc8b862c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13423928706036154692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a09d77-b1a3-40fb-b179-63b8dc8b862c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae78ecb-688f-46f4-ba2a-3c5f7ff9f279, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2342bb7d-0140-4f4e-89be-e33590f78789, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae78ecb-688f-46f4-ba2a-3c5f7ff9f279, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16360563011246636069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6ccbe01-151c-444a-ac66-0f556fa68e79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ccbe01-151c-444a-ac66-0f556fa68e79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1501189391609889216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ccbe01-151c-444a-ac66-0f556fa68e79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ae30917-7746-441a-b346-75d86c6b2a84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae30917-7746-441a-b346-75d86c6b2a84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 31143116270629048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3114311627062904831143116270629048311431162706290483114311627062904831143116270629048311431162706290483114311627062904831143116270629048311431162706290483114311627062904831143116270629048311431162706290483114311627062904831143116270629048311431162706290483114311627062904831143116270629048311431162706290483114311627062904831143116270629048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae78ecb-688f-46f4-ba2a-3c5f7ff9f279, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66d6fea6-8f9b-4a67-8e37-66caa1442280, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d6fea6-8f9b-4a67-8e37-66caa1442280, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7930268599241645113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae30917-7746-441a-b346-75d86c6b2a84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 421cd3c6-ba7d-4060-b82c-b78f951c0689, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421cd3c6-ba7d-4060-b82c-b78f951c0689, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7089269823948683289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66d6fea6-8f9b-4a67-8e37-66caa1442280, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d829b30a-b57c-4860-9c97-3ea7ba1ccc1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d829b30a-b57c-4860-9c97-3ea7ba1ccc1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7118740461144240131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421cd3c6-ba7d-4060-b82c-b78f951c0689, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdfb343b-0227-4886-b82b-a409e5394407, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdfb343b-0227-4886-b82b-a409e5394407, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8970880325822774727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d829b30a-b57c-4860-9c97-3ea7ba1ccc1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a2384a5-8497-4e41-b2c1-7143fe9e27b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a2384a5-8497-4e41-b2c1-7143fe9e27b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12336668301044638367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdfb343b-0227-4886-b82b-a409e5394407, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b1b15b3-0b04-41f0-829e-522527037f1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b1b15b3-0b04-41f0-829e-522527037f1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4079492355831007883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a2384a5-8497-4e41-b2c1-7143fe9e27b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a6dfa8-90d5-4567-82d6-5f0ec46c3ce0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a6dfa8-90d5-4567-82d6-5f0ec46c3ce0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11633516256213556088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b1b15b3-0b04-41f0-829e-522527037f1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3b6afcf-7081-4998-b798-5fd095606a55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b6afcf-7081-4998-b798-5fd095606a55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1025364255749236736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a6dfa8-90d5-4567-82d6-5f0ec46c3ce0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5076714a-5e6f-4077-b635-34eda7f6e58f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5076714a-5e6f-4077-b635-34eda7f6e58f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6180728070209520681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b6afcf-7081-4998-b798-5fd095606a55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfc16adc-a7df-42d4-ac38-e34c93e40502, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc16adc-a7df-42d4-ac38-e34c93e40502, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12123180640811425919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5076714a-5e6f-4077-b635-34eda7f6e58f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc16adc-a7df-42d4-ac38-e34c93e40502, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc64f9d4-011e-4d91-9f7d-e8f689b92dfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc64f9d4-011e-4d91-9f7d-e8f689b92dfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6636130452974891274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 626eb50f-f38f-4b93-93ea-da23566ee6a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 626eb50f-f38f-4b93-93ea-da23566ee6a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13898295313626307307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc64f9d4-011e-4d91-9f7d-e8f689b92dfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61924389-1b93-4e1e-999e-4c6cd1d6b6cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61924389-1b93-4e1e-999e-4c6cd1d6b6cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15232085383217491782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 626eb50f-f38f-4b93-93ea-da23566ee6a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 542db43b-e883-426e-a1ec-29d999ba9ae0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 542db43b-e883-426e-a1ec-29d999ba9ae0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3984420750910767350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61924389-1b93-4e1e-999e-4c6cd1d6b6cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d58e5dfd-38a9-4eb1-912a-0a17e8b8ac64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d58e5dfd-38a9-4eb1-912a-0a17e8b8ac64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 774708220923418050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 542db43b-e883-426e-a1ec-29d999ba9ae0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d60652-39c7-458e-86ca-3216697f31cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d60652-39c7-458e-86ca-3216697f31cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8691745787752169033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d58e5dfd-38a9-4eb1-912a-0a17e8b8ac64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0da84f2-7436-45b9-ae02-379b94c7643f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0da84f2-7436-45b9-ae02-379b94c7643f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14380207312902466548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d60652-39c7-458e-86ca-3216697f31cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0bb18a9-ad86-48dc-83db-9f7b95e28b36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0bb18a9-ad86-48dc-83db-9f7b95e28b36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4801046635970345118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0da84f2-7436-45b9-ae02-379b94c7643f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed61d35b-0532-4b50-97ad-6e9e2d4a76de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed61d35b-0532-4b50-97ad-6e9e2d4a76de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2296715054132466490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0bb18a9-ad86-48dc-83db-9f7b95e28b36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70f2db0a-5d6d-4035-8e43-3bed3777bdfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed61d35b-0532-4b50-97ad-6e9e2d4a76de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f2db0a-5d6d-4035-8e43-3bed3777bdfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7965165560509621479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10227739-6581-46cc-b8ab-a326b074f42e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10227739-6581-46cc-b8ab-a326b074f42e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12612641615902240962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f2db0a-5d6d-4035-8e43-3bed3777bdfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10227739-6581-46cc-b8ab-a326b074f42e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee3b3ea6-c2b9-4a7c-8da6-7ac6fab38628, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee3b3ea6-c2b9-4a7c-8da6-7ac6fab38628, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12817701836900323940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa2b4b93-90a8-4336-b576-53428a60282d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa2b4b93-90a8-4336-b576-53428a60282d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2130026351076743270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee3b3ea6-c2b9-4a7c-8da6-7ac6fab38628, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e24fbb5-a8d4-4c82-818e-ab72408de880, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e24fbb5-a8d4-4c82-818e-ab72408de880, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18220228318352187943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa2b4b93-90a8-4336-b576-53428a60282d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85014f4d-ef18-479e-b28f-eabee91511b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85014f4d-ef18-479e-b28f-eabee91511b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1648122059967169419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e24fbb5-a8d4-4c82-818e-ab72408de880, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85014f4d-ef18-479e-b28f-eabee91511b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a7ad111-5730-41e9-b68e-e2314ae7313c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a7ad111-5730-41e9-b68e-e2314ae7313c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7214298306563608422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41df260c-13bc-4b40-9018-e4052bd083fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41df260c-13bc-4b40-9018-e4052bd083fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12799409880945006918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a7ad111-5730-41e9-b68e-e2314ae7313c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cc9fafa-de1c-490d-a9df-0da8376eeed1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc9fafa-de1c-490d-a9df-0da8376eeed1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6465822910996485062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41df260c-13bc-4b40-9018-e4052bd083fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08265aae-c821-4655-a346-08e22f47af1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08265aae-c821-4655-a346-08e22f47af1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13223549127749261548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc9fafa-de1c-490d-a9df-0da8376eeed1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cd8f4d4-fb04-47a3-924c-1af963c61a63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd8f4d4-fb04-47a3-924c-1af963c61a63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386716103144269616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08265aae-c821-4655-a346-08e22f47af1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 793302cd-fbe2-486d-8a1f-f0ac6346fba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 793302cd-fbe2-486d-8a1f-f0ac6346fba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987885534722551484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd8f4d4-fb04-47a3-924c-1af963c61a63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f2835d8-44de-467e-95f8-f4bd7f2ae016, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2835d8-44de-467e-95f8-f4bd7f2ae016, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10855280595696840287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 793302cd-fbe2-486d-8a1f-f0ac6346fba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72d5954f-48ce-48e2-89e2-918bc55e0d79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d5954f-48ce-48e2-89e2-918bc55e0d79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925329933633371246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2835d8-44de-467e-95f8-f4bd7f2ae016, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 210269b0-4c71-4b47-8024-bba7adf47553, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 210269b0-4c71-4b47-8024-bba7adf47553, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1214183828472226648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d5954f-48ce-48e2-89e2-918bc55e0d79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 210269b0-4c71-4b47-8024-bba7adf47553, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9cadf61-63d5-441e-9848-dab97defe226, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cadf61-63d5-441e-9848-dab97defe226, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13804233112772607037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd08aa80-35f1-44b4-bfaf-e2c580d32a3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd08aa80-35f1-44b4-bfaf-e2c580d32a3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5371213051377459120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd08aa80-35f1-44b4-bfaf-e2c580d32a3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cadf61-63d5-441e-9848-dab97defe226, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ccab6c-c527-46f9-a7e3-a49992ab7a4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1677949-3bbc-43ff-84d5-6c8e0a51c13f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ccab6c-c527-46f9-a7e3-a49992ab7a4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 251201346693925853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1677949-3bbc-43ff-84d5-6c8e0a51c13f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5439990548808947046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ccab6c-c527-46f9-a7e3-a49992ab7a4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26f130a0-e235-445b-af9a-0159061741c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f130a0-e235-445b-af9a-0159061741c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774141917649537428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1677949-3bbc-43ff-84d5-6c8e0a51c13f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c62a415-18f7-4ad2-baaf-a20f3d753e5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f130a0-e235-445b-af9a-0159061741c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c62a415-18f7-4ad2-baaf-a20f3d753e5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7205697581419921619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef62d5a6-830b-454f-941c-cbc20c92cf66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef62d5a6-830b-454f-941c-cbc20c92cf66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13531783923701323919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c62a415-18f7-4ad2-baaf-a20f3d753e5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e51cf14e-8a3f-4b39-bcd7-e111a4d1f034, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e51cf14e-8a3f-4b39-bcd7-e111a4d1f034, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10891716770470851345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef62d5a6-830b-454f-941c-cbc20c92cf66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af42e55-a345-4db0-b680-8cdd26ae52f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af42e55-a345-4db0-b680-8cdd26ae52f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13253295925249226906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e51cf14e-8a3f-4b39-bcd7-e111a4d1f034, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1de34c74-a0e5-4e29-87f2-0fa67c554cdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de34c74-a0e5-4e29-87f2-0fa67c554cdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1643081927452377274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af42e55-a345-4db0-b680-8cdd26ae52f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3da5a7dc-a961-4f44-b2c3-64d3378f8994, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3da5a7dc-a961-4f44-b2c3-64d3378f8994, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12890350459432843345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de34c74-a0e5-4e29-87f2-0fa67c554cdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bad7929-b80e-4249-98c2-cbdb51cab7d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bad7929-b80e-4249-98c2-cbdb51cab7d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15400299015884189952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3da5a7dc-a961-4f44-b2c3-64d3378f8994, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63a47451-d901-447e-a09f-22741b2c34f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a47451-d901-447e-a09f-22741b2c34f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12680634685413136530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bad7929-b80e-4249-98c2-cbdb51cab7d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c4d521-d758-47ec-b3d2-ba53949cb0c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c4d521-d758-47ec-b3d2-ba53949cb0c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18078038116595235827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a47451-d901-447e-a09f-22741b2c34f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72014207-db5e-430b-b0f5-0b276c1684b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72014207-db5e-430b-b0f5-0b276c1684b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14445375726157329231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c4d521-d758-47ec-b3d2-ba53949cb0c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c8c8c6f-0e12-4c74-bce2-86032b57282f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c8c8c6f-0e12-4c74-bce2-86032b57282f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4587981015748916548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72014207-db5e-430b-b0f5-0b276c1684b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9958090-1b50-4576-b2b5-25d0f5a2db8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9958090-1b50-4576-b2b5-25d0f5a2db8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1158353180253189417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c8c8c6f-0e12-4c74-bce2-86032b57282f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00298977-47a6-4e34-b826-21d423723eee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00298977-47a6-4e34-b826-21d423723eee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14239051180895738999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9958090-1b50-4576-b2b5-25d0f5a2db8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d63cb761-54e3-4430-81f9-3464b8980d11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d63cb761-54e3-4430-81f9-3464b8980d11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2323941012352325778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00298977-47a6-4e34-b826-21d423723eee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c555822-3c4b-46c8-a725-c51ae87bba77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c555822-3c4b-46c8-a725-c51ae87bba77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5548427038355693915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d63cb761-54e3-4430-81f9-3464b8980d11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbe903eb-9070-4c65-af5c-a57e2714f380, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe903eb-9070-4c65-af5c-a57e2714f380, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6329918242069295201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c555822-3c4b-46c8-a725-c51ae87bba77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e67b68f2-24c6-44a0-b294-72cbde9685a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67b68f2-24c6-44a0-b294-72cbde9685a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14720049817570949755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe903eb-9070-4c65-af5c-a57e2714f380, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20d266d1-a238-4bda-b734-0b6c34434f55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d266d1-a238-4bda-b734-0b6c34434f55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17812825225317811116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67b68f2-24c6-44a0-b294-72cbde9685a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e9eb5e-c052-4241-8a19-a5dc2574011f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e9eb5e-c052-4241-8a19-a5dc2574011f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10636914405880476928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d266d1-a238-4bda-b734-0b6c34434f55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9117d2f2-3907-43c0-ad20-c3286134420c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9117d2f2-3907-43c0-ad20-c3286134420c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17017719377745921829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e9eb5e-c052-4241-8a19-a5dc2574011f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 171a7257-5c38-4f46-ab71-99ef9e4be22f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 171a7257-5c38-4f46-ab71-99ef9e4be22f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4746746638274564652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9117d2f2-3907-43c0-ad20-c3286134420c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 171a7257-5c38-4f46-ab71-99ef9e4be22f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09fbb1e7-6270-4fc0-8dfb-f730be7d6ffb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09fbb1e7-6270-4fc0-8dfb-f730be7d6ffb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2782631898841236683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea05e94-f31d-480a-a971-a4c7f19291fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea05e94-f31d-480a-a971-a4c7f19291fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8160284020020445337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea05e94-f31d-480a-a971-a4c7f19291fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62b51848-5af6-4f2e-991d-a203ff660ea8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09fbb1e7-6270-4fc0-8dfb-f730be7d6ffb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b51848-5af6-4f2e-991d-a203ff660ea8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13702567968567976122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7314c34d-017b-4666-8e88-6629cb54bd59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7314c34d-017b-4666-8e88-6629cb54bd59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1188952824850827031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b51848-5af6-4f2e-991d-a203ff660ea8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53a52dd4-a8e7-4f1d-85c2-9b2661e61fb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53a52dd4-a8e7-4f1d-85c2-9b2661e61fb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2328912527414988548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7314c34d-017b-4666-8e88-6629cb54bd59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1486523e-32bf-463e-aff9-d0c973ccbdb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1486523e-32bf-463e-aff9-d0c973ccbdb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8044603820539076556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1486523e-32bf-463e-aff9-d0c973ccbdb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1f9a496-b071-40db-8776-4aa18091985e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a52dd4-a8e7-4f1d-85c2-9b2661e61fb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f9a496-b071-40db-8776-4aa18091985e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3577046985465923873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c59a115-39f4-4c63-910b-14dc319bb7a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c59a115-39f4-4c63-910b-14dc319bb7a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5948028014997904802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f9a496-b071-40db-8776-4aa18091985e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a0f6a56-964e-4664-9db9-082ad9eb4695, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a0f6a56-964e-4664-9db9-082ad9eb4695, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14877783848734794131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c59a115-39f4-4c63-910b-14dc319bb7a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7add154-c2ce-46c1-b054-393cb4b94c9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7add154-c2ce-46c1-b054-393cb4b94c9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11945103032343455502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a0f6a56-964e-4664-9db9-082ad9eb4695, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eac31114-1cd2-4543-a97b-79697446f67c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac31114-1cd2-4543-a97b-79697446f67c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12258762565904539018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7add154-c2ce-46c1-b054-393cb4b94c9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac31114-1cd2-4543-a97b-79697446f67c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3519dc2b-e756-47fe-bfe7-4f9ab7bae905, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3519dc2b-e756-47fe-bfe7-4f9ab7bae905, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7000573164910821995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232210a2-dfa1-4a30-ab23-90e4ad5e9522, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232210a2-dfa1-4a30-ab23-90e4ad5e9522, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10909979473651890535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3519dc2b-e756-47fe-bfe7-4f9ab7bae905, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232210a2-dfa1-4a30-ab23-90e4ad5e9522, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76d7dec5-43b9-4cad-b508-97bd114e3796, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d7dec5-43b9-4cad-b508-97bd114e3796, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 834570989219770553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5edecee1-4ae4-4f93-8bb8-0b1a952a0553, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5edecee1-4ae4-4f93-8bb8-0b1a952a0553, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5798775622355678973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d7dec5-43b9-4cad-b508-97bd114e3796, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7171960b-0a0b-4f73-9415-d2c0951cb7db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7171960b-0a0b-4f73-9415-d2c0951cb7db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14186865814233467196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5edecee1-4ae4-4f93-8bb8-0b1a952a0553, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7a0b930-1497-4150-a750-37d6ae9dc588, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7a0b930-1497-4150-a750-37d6ae9dc588, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11157034402663331572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7a0b930-1497-4150-a750-37d6ae9dc588, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a92daf79-5ae0-48d5-93d2-77c18de2410d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a92daf79-5ae0-48d5-93d2-77c18de2410d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782828784530604118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7171960b-0a0b-4f73-9415-d2c0951cb7db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a1cce05-9443-4160-898b-2d739b3781e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a1cce05-9443-4160-898b-2d739b3781e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5866808153413150796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a92daf79-5ae0-48d5-93d2-77c18de2410d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acc20e04-9633-408d-9e50-002b83902d66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acc20e04-9633-408d-9e50-002b83902d66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3982821645343766310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a1cce05-9443-4160-898b-2d739b3781e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e9a6479-40b4-44b1-aceb-f208fbd254af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9a6479-40b4-44b1-aceb-f208fbd254af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11673365684411377468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acc20e04-9633-408d-9e50-002b83902d66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2da1652e-bed2-49e7-9584-54b064f13592, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da1652e-bed2-49e7-9584-54b064f13592, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15513543662153728482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9a6479-40b4-44b1-aceb-f208fbd254af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdbeb830-85f1-42ee-910c-306f68e26cee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdbeb830-85f1-42ee-910c-306f68e26cee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3990345859396393621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da1652e-bed2-49e7-9584-54b064f13592, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdbeb830-85f1-42ee-910c-306f68e26cee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83dfe903-2bd7-4ca6-b4af-d94e0f98aaa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83dfe903-2bd7-4ca6-b4af-d94e0f98aaa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 901684808329675260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccb0eed3-157b-45b7-8118-9c0a3a64e821, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb0eed3-157b-45b7-8118-9c0a3a64e821, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14232097271437672996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83dfe903-2bd7-4ca6-b4af-d94e0f98aaa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e63b0eb-79f5-4326-869c-381ee499a04f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e63b0eb-79f5-4326-869c-381ee499a04f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17070605041391987666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb0eed3-157b-45b7-8118-9c0a3a64e821, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f101e34-4cc8-4404-9281-e2e0c84a1be8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f101e34-4cc8-4404-9281-e2e0c84a1be8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 951769682651249417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e63b0eb-79f5-4326-869c-381ee499a04f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f101e34-4cc8-4404-9281-e2e0c84a1be8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a3371a3-d7c1-4a28-b4b1-e679f53a7e59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a3371a3-d7c1-4a28-b4b1-e679f53a7e59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6619094939308262648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e88d6bfd-8143-414e-81ee-3000b4fe3661, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88d6bfd-8143-414e-81ee-3000b4fe3661, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11418069901572492579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a3371a3-d7c1-4a28-b4b1-e679f53a7e59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e1f2ab7-ff03-4512-9fd8-c04a06386e23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e1f2ab7-ff03-4512-9fd8-c04a06386e23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16085546903838087442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88d6bfd-8143-414e-81ee-3000b4fe3661, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d727f0-663b-4175-b06a-339e10499f84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d727f0-663b-4175-b06a-339e10499f84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12199882545094086519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e1f2ab7-ff03-4512-9fd8-c04a06386e23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34d76493-9797-43c4-8661-65c252c96dec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d76493-9797-43c4-8661-65c252c96dec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6578942088664402270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d727f0-663b-4175-b06a-339e10499f84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59664d3a-9e4a-4a86-91d6-5ebceb385ad8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59664d3a-9e4a-4a86-91d6-5ebceb385ad8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5286413483580507848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d76493-9797-43c4-8661-65c252c96dec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9b31cab-54fc-4e37-9ced-126d7d20d79d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9b31cab-54fc-4e37-9ced-126d7d20d79d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11178227210770742686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59664d3a-9e4a-4a86-91d6-5ebceb385ad8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f822f9fb-3527-4d38-8eef-c2b9a39d5ff0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f822f9fb-3527-4d38-8eef-c2b9a39d5ff0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13236068592028448382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9b31cab-54fc-4e37-9ced-126d7d20d79d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ae64322-d29b-4299-97e6-6f0389af4263, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ae64322-d29b-4299-97e6-6f0389af4263, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5026934352479625752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f822f9fb-3527-4d38-8eef-c2b9a39d5ff0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 818172a6-5c6e-46a5-b7f7-fcb9cee4770b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818172a6-5c6e-46a5-b7f7-fcb9cee4770b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4920732277274818492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ae64322-d29b-4299-97e6-6f0389af4263, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ddc58a-17ab-4b44-ada0-df46f24fa879, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ddc58a-17ab-4b44-ada0-df46f24fa879, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12111472907235056128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818172a6-5c6e-46a5-b7f7-fcb9cee4770b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0a9cc41-62f4-4ae1-8d23-7f9b444ad458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a9cc41-62f4-4ae1-8d23-7f9b444ad458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16095133644042826051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ddc58a-17ab-4b44-ada0-df46f24fa879, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce3a6b1d-b9a2-4add-88e1-2fb0df5ff212, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce3a6b1d-b9a2-4add-88e1-2fb0df5ff212, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9757959125011081068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a9cc41-62f4-4ae1-8d23-7f9b444ad458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88aee895-e3cd-45db-8961-620cb1b7d997, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88aee895-e3cd-45db-8961-620cb1b7d997, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 644496614881743496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce3a6b1d-b9a2-4add-88e1-2fb0df5ff212, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88aee895-e3cd-45db-8961-620cb1b7d997, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1cec9ff-8234-49cf-b746-8cefe79489eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1cec9ff-8234-49cf-b746-8cefe79489eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8114682929143429353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29720beb-7025-4728-9e0d-da8778e41c8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29720beb-7025-4728-9e0d-da8778e41c8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8395710998976275864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1cec9ff-8234-49cf-b746-8cefe79489eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b02307b-cb0c-4903-a72b-2254977cffea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b02307b-cb0c-4903-a72b-2254977cffea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6316624152193212445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29720beb-7025-4728-9e0d-da8778e41c8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bc87b1c-1162-438b-9afb-bae81e99c39e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bc87b1c-1162-438b-9afb-bae81e99c39e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15278457513360328180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b02307b-cb0c-4903-a72b-2254977cffea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5052c074-5220-4f7c-a492-4926002a9ff7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5052c074-5220-4f7c-a492-4926002a9ff7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 506658514699199379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bc87b1c-1162-438b-9afb-bae81e99c39e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64dd7d9a-a5c8-4015-af6e-60ef7df9b89e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64dd7d9a-a5c8-4015-af6e-60ef7df9b89e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3869237424004928291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5052c074-5220-4f7c-a492-4926002a9ff7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10abca9b-7f9d-4821-87ad-3c16da525de0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10abca9b-7f9d-4821-87ad-3c16da525de0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1808239713650354352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64dd7d9a-a5c8-4015-af6e-60ef7df9b89e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 942065a9-1d15-4b39-8fdc-76aa5174c37e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 942065a9-1d15-4b39-8fdc-76aa5174c37e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8005822476063722538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10abca9b-7f9d-4821-87ad-3c16da525de0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17f8fa12-69d5-45f9-b889-dab9ad2ac984, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f8fa12-69d5-45f9-b889-dab9ad2ac984, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4266905101691398236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 942065a9-1d15-4b39-8fdc-76aa5174c37e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8983efbe-65ad-4a76-a857-d63cb9dbbaf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8983efbe-65ad-4a76-a857-d63cb9dbbaf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9479747915661573270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f8fa12-69d5-45f9-b889-dab9ad2ac984, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0455ea1-24d9-45b6-ad53-bb4ae794d2b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0455ea1-24d9-45b6-ad53-bb4ae794d2b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8143245361920748974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0455ea1-24d9-45b6-ad53-bb4ae794d2b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d90edf4-a47f-4bfe-8bec-4cbc90bf963b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d90edf4-a47f-4bfe-8bec-4cbc90bf963b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9799905806373364656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8983efbe-65ad-4a76-a857-d63cb9dbbaf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a55f4130-ef93-4839-a12d-034e025423d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a55f4130-ef93-4839-a12d-034e025423d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2172762600379239149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d90edf4-a47f-4bfe-8bec-4cbc90bf963b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af49fef7-dcd3-4e9e-ae7c-d4ee8a141d5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af49fef7-dcd3-4e9e-ae7c-d4ee8a141d5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3665750259609075999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a55f4130-ef93-4839-a12d-034e025423d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed03f498-f6a4-4f6f-bc3f-d742a97e54f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed03f498-f6a4-4f6f-bc3f-d742a97e54f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8059996521777924511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af49fef7-dcd3-4e9e-ae7c-d4ee8a141d5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d409b7-792b-4aa9-88f9-5d1fd65753d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d409b7-792b-4aa9-88f9-5d1fd65753d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3826965389433307601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed03f498-f6a4-4f6f-bc3f-d742a97e54f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7715fbfb-44a2-474e-ae02-5104212ec7b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7715fbfb-44a2-474e-ae02-5104212ec7b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2599688289824073157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7715fbfb-44a2-474e-ae02-5104212ec7b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dc784f6-b0dd-45a3-be3a-a32bf1763585, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc784f6-b0dd-45a3-be3a-a32bf1763585, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16619665720574566102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d409b7-792b-4aa9-88f9-5d1fd65753d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e76d7145-cc16-467e-b605-b2f21d5192e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e76d7145-cc16-467e-b605-b2f21d5192e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16982058231953602363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc784f6-b0dd-45a3-be3a-a32bf1763585, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebb67de5-fac0-4f76-a7e6-bf2ee6664e22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebb67de5-fac0-4f76-a7e6-bf2ee6664e22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15340284541999826964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e76d7145-cc16-467e-b605-b2f21d5192e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebb67de5-fac0-4f76-a7e6-bf2ee6664e22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7139d468-276b-42e1-bac4-5351e6c71478, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7139d468-276b-42e1-bac4-5351e6c71478, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15351953400628517373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5018edcf-2a4f-460b-b83e-d7b73b274910, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5018edcf-2a4f-460b-b83e-d7b73b274910, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 258267440342830308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7139d468-276b-42e1-bac4-5351e6c71478, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76e30826-cf13-43f4-9b00-059a86e6c474, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e30826-cf13-43f4-9b00-059a86e6c474, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14836598200386738386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5018edcf-2a4f-460b-b83e-d7b73b274910, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 735c29e9-c79a-464f-af17-ba8857447a39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e30826-cf13-43f4-9b00-059a86e6c474, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 735c29e9-c79a-464f-af17-ba8857447a39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11944192111804552266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20ba930e-09b3-4c5a-a30a-f657903f604c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ba930e-09b3-4c5a-a30a-f657903f604c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2377561590707304949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 735c29e9-c79a-464f-af17-ba8857447a39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 448d24a6-3b1b-445a-8841-56d6213ca79f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448d24a6-3b1b-445a-8841-56d6213ca79f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7153093939762812694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ba930e-09b3-4c5a-a30a-f657903f604c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23813344-5f86-4cf7-919a-ee71977f09e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23813344-5f86-4cf7-919a-ee71977f09e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6788624722726547066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448d24a6-3b1b-445a-8841-56d6213ca79f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7eeab38a-e777-4943-8d66-9b5ecb7cf38b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eeab38a-e777-4943-8d66-9b5ecb7cf38b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16712303466966598935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23813344-5f86-4cf7-919a-ee71977f09e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9c8e1f1-a0f3-4e20-a869-b1225cd2a920, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c8e1f1-a0f3-4e20-a869-b1225cd2a920, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4282629264422646638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eeab38a-e777-4943-8d66-9b5ecb7cf38b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dcf7394-8f65-4381-a6e2-efbc5a16c5a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dcf7394-8f65-4381-a6e2-efbc5a16c5a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7259649051303757379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dcf7394-8f65-4381-a6e2-efbc5a16c5a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0336f02-4b5b-4a82-969b-a8c74692e097, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0336f02-4b5b-4a82-969b-a8c74692e097, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 809749730302035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c8e1f1-a0f3-4e20-a869-b1225cd2a920, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39f3b973-67d2-49e4-86f3-7b560aabc92e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f3b973-67d2-49e4-86f3-7b560aabc92e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14080151253366470302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0336f02-4b5b-4a82-969b-a8c74692e097, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61fa3796-32d5-42f7-a366-6927a15431aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61fa3796-32d5-42f7-a366-6927a15431aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15705818030580817527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f3b973-67d2-49e4-86f3-7b560aabc92e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57f19441-a348-4ed1-8fae-554a488e5516, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f19441-a348-4ed1-8fae-554a488e5516, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8373943021890614571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61fa3796-32d5-42f7-a366-6927a15431aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c43750f-f2d8-4de0-b1d5-3c8dbb74d892, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c43750f-f2d8-4de0-b1d5-3c8dbb74d892, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8584162722896438965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f19441-a348-4ed1-8fae-554a488e5516, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36e65f65-6c10-48c2-817d-16ded24da4f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e65f65-6c10-48c2-817d-16ded24da4f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12881317385917231557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c43750f-f2d8-4de0-b1d5-3c8dbb74d892, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e84c5d1-0e60-4df8-a240-8f4ed5102702, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e84c5d1-0e60-4df8-a240-8f4ed5102702, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10405145013635491779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e65f65-6c10-48c2-817d-16ded24da4f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5bcf5d8-af33-4263-9c49-8b0d38e2adc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5bcf5d8-af33-4263-9c49-8b0d38e2adc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13460380208043799011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e84c5d1-0e60-4df8-a240-8f4ed5102702, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 239e468d-dfb2-4a14-b761-1ffe28e4ec8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 239e468d-dfb2-4a14-b761-1ffe28e4ec8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372077279718762954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5bcf5d8-af33-4263-9c49-8b0d38e2adc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61c05476-896e-4cd2-90ee-f941324fc42e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 239e468d-dfb2-4a14-b761-1ffe28e4ec8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25adc4e7-87c4-4879-bbb8-929dd0b8a2e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61c05476-896e-4cd2-90ee-f941324fc42e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1818202150363894878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25adc4e7-87c4-4879-bbb8-929dd0b8a2e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4538215423514946186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61c05476-896e-4cd2-90ee-f941324fc42e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd0fe269-6c31-42b9-998a-e4eff8c1001a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0fe269-6c31-42b9-998a-e4eff8c1001a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15520946316423797809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25adc4e7-87c4-4879-bbb8-929dd0b8a2e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de19c71-67ee-4844-9f38-528da81b40eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de19c71-67ee-4844-9f38-528da81b40eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5888037374622754756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0fe269-6c31-42b9-998a-e4eff8c1001a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82af609c-89c4-4c4e-8477-4a248fa174c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82af609c-89c4-4c4e-8477-4a248fa174c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5524243015187654150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de19c71-67ee-4844-9f38-528da81b40eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4be6332a-754e-4840-9558-d235fd6d9331, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be6332a-754e-4840-9558-d235fd6d9331, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15576582397777881187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82af609c-89c4-4c4e-8477-4a248fa174c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22f612fe-635d-47c0-bf83-6e0a364178ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f612fe-635d-47c0-bf83-6e0a364178ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17561037846319738592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4be6332a-754e-4840-9558-d235fd6d9331, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4105a7c-64ab-4ac9-9bab-859895a40750, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4105a7c-64ab-4ac9-9bab-859895a40750, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8034714022154521280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f612fe-635d-47c0-bf83-6e0a364178ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98aa8fa5-d838-4ead-899f-1fa86dc6ce46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98aa8fa5-d838-4ead-899f-1fa86dc6ce46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16964126015853998018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4105a7c-64ab-4ac9-9bab-859895a40750, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dcd20cf-3582-48e7-8498-cdd7a24d0675, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dcd20cf-3582-48e7-8498-cdd7a24d0675, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 104259010008018736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98aa8fa5-d838-4ead-899f-1fa86dc6ce46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 444ee588-218c-488e-b5d9-f1447e858f4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 444ee588-218c-488e-b5d9-f1447e858f4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15223413017340584057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dcd20cf-3582-48e7-8498-cdd7a24d0675, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdacc2b8-8b80-43d0-8165-fb9130fb8b24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdacc2b8-8b80-43d0-8165-fb9130fb8b24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16296003116766147656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 444ee588-218c-488e-b5d9-f1447e858f4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d3d8852-1f24-4839-b1a2-ab398a2627e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3d8852-1f24-4839-b1a2-ab398a2627e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4698368983406249194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdacc2b8-8b80-43d0-8165-fb9130fb8b24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3d8852-1f24-4839-b1a2-ab398a2627e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba0dd47c-82e1-4d64-9542-c41e8fd79d6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba0dd47c-82e1-4d64-9542-c41e8fd79d6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8385771890960400773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f749810-c736-4718-8b44-b896a3f9612b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f749810-c736-4718-8b44-b896a3f9612b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16990382422152336179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba0dd47c-82e1-4d64-9542-c41e8fd79d6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21f91737-0a8f-47e6-892a-b8736f8d3bb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f749810-c736-4718-8b44-b896a3f9612b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 661248eb-f8f3-4090-96f2-1af5e30e7a5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661248eb-f8f3-4090-96f2-1af5e30e7a5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12941085064883622011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f91737-0a8f-47e6-892a-b8736f8d3bb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12830812730767512532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661248eb-f8f3-4090-96f2-1af5e30e7a5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cde0c6c-eb4b-4428-bd79-18b1bea19df1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cde0c6c-eb4b-4428-bd79-18b1bea19df1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4323306934402163482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f91737-0a8f-47e6-892a-b8736f8d3bb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cae3c6f-d5b6-4c78-820f-aeefa40f6a66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cae3c6f-d5b6-4c78-820f-aeefa40f6a66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1094008547010159872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cde0c6c-eb4b-4428-bd79-18b1bea19df1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e1ed4c-cabe-4f1b-94f3-01971d781da3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e1ed4c-cabe-4f1b-94f3-01971d781da3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 972568605035091961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cae3c6f-d5b6-4c78-820f-aeefa40f6a66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e56ab5ac-fb3c-42d1-bd49-0526851eeddd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e56ab5ac-fb3c-42d1-bd49-0526851eeddd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13303657765075181375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e1ed4c-cabe-4f1b-94f3-01971d781da3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13380cc4-23e4-4cc5-b88f-971f97288e4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13380cc4-23e4-4cc5-b88f-971f97288e4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7474649170730012452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e56ab5ac-fb3c-42d1-bd49-0526851eeddd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39eeb1ee-9221-4751-b9f1-78917a9fce7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39eeb1ee-9221-4751-b9f1-78917a9fce7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 928475225391954305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13380cc4-23e4-4cc5-b88f-971f97288e4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecaf4e7e-ae6c-4f55-a631-7d602d54efbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecaf4e7e-ae6c-4f55-a631-7d602d54efbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7148266859953495648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39eeb1ee-9221-4751-b9f1-78917a9fce7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94bb7c5a-aa6f-42ab-8b1a-ea325d5053f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94bb7c5a-aa6f-42ab-8b1a-ea325d5053f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6838461117376319983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecaf4e7e-ae6c-4f55-a631-7d602d54efbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94bb7c5a-aa6f-42ab-8b1a-ea325d5053f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e3d029d-245d-4341-b7cc-fe8c723228da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3d029d-245d-4341-b7cc-fe8c723228da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15969966878857137745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3540b6b-e2c5-4e24-8ad1-63062ef9b041, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3540b6b-e2c5-4e24-8ad1-63062ef9b041, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17878181891273783703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3d029d-245d-4341-b7cc-fe8c723228da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dbb397b-e7a7-4f86-b10e-6e97997c75e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dbb397b-e7a7-4f86-b10e-6e97997c75e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1859075902031486232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3540b6b-e2c5-4e24-8ad1-63062ef9b041, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d38abc3-2818-416e-b1e0-685ff3718ded, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d38abc3-2818-416e-b1e0-685ff3718ded, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3113468101200380867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dbb397b-e7a7-4f86-b10e-6e97997c75e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5f86d7a-e648-4483-b4eb-2cd430e81fd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5f86d7a-e648-4483-b4eb-2cd430e81fd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7223348493708889455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d38abc3-2818-416e-b1e0-685ff3718ded, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe762e4-9f28-479b-b1ff-2995dafbf77f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe762e4-9f28-479b-b1ff-2995dafbf77f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1744219276652527563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5f86d7a-e648-4483-b4eb-2cd430e81fd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe762e4-9f28-479b-b1ff-2995dafbf77f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7af27a4e-a663-4c55-99e0-19503b16c981, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1595ddf-488a-465d-aa39-a254083a48b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af27a4e-a663-4c55-99e0-19503b16c981, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11115990657763540930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1595ddf-488a-465d-aa39-a254083a48b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 706269434979862103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1595ddf-488a-465d-aa39-a254083a48b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ab08eb4-5945-44d8-bbde-f06e453672b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ab08eb4-5945-44d8-bbde-f06e453672b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12127846796642037198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af27a4e-a663-4c55-99e0-19503b16c981, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eaeac01-c7d9-4918-bede-e67ddedd44e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eaeac01-c7d9-4918-bede-e67ddedd44e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16073892664085359163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ab08eb4-5945-44d8-bbde-f06e453672b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff827786-2af8-47da-b6fa-a7079fcca138, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff827786-2af8-47da-b6fa-a7079fcca138, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 434237072975445539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eaeac01-c7d9-4918-bede-e67ddedd44e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff827786-2af8-47da-b6fa-a7079fcca138, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6ed198a-e644-457a-9ef0-03b72dfdbc22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6ed198a-e644-457a-9ef0-03b72dfdbc22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13753389964583872148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f7b8d27-2c27-4b4f-bcda-580eb607a9a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f7b8d27-2c27-4b4f-bcda-580eb607a9a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14605589267789512169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6ed198a-e644-457a-9ef0-03b72dfdbc22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a165ebb-50a2-41c9-acff-fd8ab056da64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a165ebb-50a2-41c9-acff-fd8ab056da64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1959204112740396050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f7b8d27-2c27-4b4f-bcda-580eb607a9a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 486c18f7-f62b-4399-ad70-0cf31fed6260, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 486c18f7-f62b-4399-ad70-0cf31fed6260, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7578772300182017555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a165ebb-50a2-41c9-acff-fd8ab056da64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c94b1d38-dd66-4ef3-a2f6-c3d9793cdb47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c94b1d38-dd66-4ef3-a2f6-c3d9793cdb47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17138873521148136931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 486c18f7-f62b-4399-ad70-0cf31fed6260, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 871e0c16-d767-4658-9ca4-cce370278294, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 871e0c16-d767-4658-9ca4-cce370278294, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11333173906663745880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c94b1d38-dd66-4ef3-a2f6-c3d9793cdb47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5523c7f-602e-48b7-8857-ae3af4c74b7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5523c7f-602e-48b7-8857-ae3af4c74b7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10337066940035143459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 871e0c16-d767-4658-9ca4-cce370278294, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15b151fa-9fc2-4942-b1e6-60e0abc50653, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15b151fa-9fc2-4942-b1e6-60e0abc50653, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3075371915378542280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5523c7f-602e-48b7-8857-ae3af4c74b7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 489de65a-2d35-40bc-8d64-faed51007f52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489de65a-2d35-40bc-8d64-faed51007f52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7734438273686419851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15b151fa-9fc2-4942-b1e6-60e0abc50653, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 879261db-a4b9-4252-ba41-0c557d6c8100, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489de65a-2d35-40bc-8d64-faed51007f52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7266611-cb63-4ca9-8c9c-7d4fbc44d6b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7266611-cb63-4ca9-8c9c-7d4fbc44d6b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14993143755331236798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 879261db-a4b9-4252-ba41-0c557d6c8100, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 174252967391037771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7266611-cb63-4ca9-8c9c-7d4fbc44d6b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0926381-1bce-471e-a644-e65353ee598f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0926381-1bce-471e-a644-e65353ee598f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12307132361495359023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 879261db-a4b9-4252-ba41-0c557d6c8100, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f42dc59a-a73b-43e9-bbee-94ddcfeb1c92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f42dc59a-a73b-43e9-bbee-94ddcfeb1c92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5280773606218424778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0926381-1bce-471e-a644-e65353ee598f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71422bde-7a81-4933-b497-eb1f69886521, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71422bde-7a81-4933-b497-eb1f69886521, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 412228039134532500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f42dc59a-a73b-43e9-bbee-94ddcfeb1c92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12606a25-407a-41ff-8ec4-f1021ee7fbd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12606a25-407a-41ff-8ec4-f1021ee7fbd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6746370232056444321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71422bde-7a81-4933-b497-eb1f69886521, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87b6a18-17ba-4759-9ed9-473287363ce8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87b6a18-17ba-4759-9ed9-473287363ce8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9357950365510961739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12606a25-407a-41ff-8ec4-f1021ee7fbd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1ac2c8b-bde4-47c5-9289-59f19d2142d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1ac2c8b-bde4-47c5-9289-59f19d2142d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9400123031235813322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87b6a18-17ba-4759-9ed9-473287363ce8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fa76854-ce06-402a-be28-5f49daad15f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa76854-ce06-402a-be28-5f49daad15f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10514034637679237162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1ac2c8b-bde4-47c5-9289-59f19d2142d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 841b36ba-d727-48b2-a960-bc5ff9efe88b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 841b36ba-d727-48b2-a960-bc5ff9efe88b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2589449621327900927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa76854-ce06-402a-be28-5f49daad15f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 699f237e-b966-4787-a93b-ada178e2f418, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 699f237e-b966-4787-a93b-ada178e2f418, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1733316539274431236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 841b36ba-d727-48b2-a960-bc5ff9efe88b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49e2ff6d-3145-425d-8e21-ce41b76551d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e2ff6d-3145-425d-8e21-ce41b76551d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18235885545166293991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 699f237e-b966-4787-a93b-ada178e2f418, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6306c1b6-31ae-483c-b13d-c2b0ff873f2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e2ff6d-3145-425d-8e21-ce41b76551d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d417d497-273f-494f-b37a-3d21d584d82d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6306c1b6-31ae-483c-b13d-c2b0ff873f2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5180176160952719913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d417d497-273f-494f-b37a-3d21d584d82d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7564352887016884744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d417d497-273f-494f-b37a-3d21d584d82d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b485995-5eb9-4ce8-b488-cbdcb60bb232, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b485995-5eb9-4ce8-b488-cbdcb60bb232, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3754456142056225061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6306c1b6-31ae-483c-b13d-c2b0ff873f2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e02b1bc7-cf91-483c-b360-6d270908393c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02b1bc7-cf91-483c-b360-6d270908393c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7258230286706608602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b485995-5eb9-4ce8-b488-cbdcb60bb232, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be75eb30-c3ae-4f24-bab0-624073be122d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be75eb30-c3ae-4f24-bab0-624073be122d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13053304223987827729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02b1bc7-cf91-483c-b360-6d270908393c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f295e59e-3006-4e6b-b79a-a9def1171437, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f295e59e-3006-4e6b-b79a-a9def1171437, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16221122265711845526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be75eb30-c3ae-4f24-bab0-624073be122d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40540300-9436-4eca-be2a-84d7d540b33e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40540300-9436-4eca-be2a-84d7d540b33e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185704888889930332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f295e59e-3006-4e6b-b79a-a9def1171437, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b60892c7-b7fb-4edd-97ac-aeffa63e34b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b60892c7-b7fb-4edd-97ac-aeffa63e34b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17888003654986286025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40540300-9436-4eca-be2a-84d7d540b33e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d9c4b44-0ae6-49bb-a7ed-9959d66463de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9c4b44-0ae6-49bb-a7ed-9959d66463de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15258753932115337874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b60892c7-b7fb-4edd-97ac-aeffa63e34b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f97c3ca3-4bfb-4cfa-8401-9bf856655924, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f97c3ca3-4bfb-4cfa-8401-9bf856655924, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11190226648200563683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9c4b44-0ae6-49bb-a7ed-9959d66463de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bd64fe9-9b89-4f04-921b-b0014aa789a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bd64fe9-9b89-4f04-921b-b0014aa789a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 647198937582387282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f97c3ca3-4bfb-4cfa-8401-9bf856655924, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e4d6fcb-95de-48a2-a9b3-a83fa1e9cd97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4d6fcb-95de-48a2-a9b3-a83fa1e9cd97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947612827628913193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bd64fe9-9b89-4f04-921b-b0014aa789a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3e08f0b-d340-4156-ae4b-9dbd36a70c11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e08f0b-d340-4156-ae4b-9dbd36a70c11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4617518805570535213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4d6fcb-95de-48a2-a9b3-a83fa1e9cd97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5010a684-8fb0-44f1-992e-ab8e89882eb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5010a684-8fb0-44f1-992e-ab8e89882eb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13618653963848991719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e08f0b-d340-4156-ae4b-9dbd36a70c11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7815945-3d20-4082-bb5c-3a70ae01c063, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7815945-3d20-4082-bb5c-3a70ae01c063, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5012429231964870247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5010a684-8fb0-44f1-992e-ab8e89882eb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe36dcb9-b236-4fb4-9ff7-f8a6f6bb2963, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7815945-3d20-4082-bb5c-3a70ae01c063, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe36dcb9-b236-4fb4-9ff7-f8a6f6bb2963, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4408448733143480806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f952e1-522b-409e-b872-d7ca9da429a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f952e1-522b-409e-b872-d7ca9da429a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7176459423636051595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe36dcb9-b236-4fb4-9ff7-f8a6f6bb2963, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b26176e-13a0-45f5-a51a-020e85e27868, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b26176e-13a0-45f5-a51a-020e85e27868, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5857429127407697226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f952e1-522b-409e-b872-d7ca9da429a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dcda86f-b4d6-4399-9e5a-d68f29099f7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dcda86f-b4d6-4399-9e5a-d68f29099f7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6446259555902362420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b26176e-13a0-45f5-a51a-020e85e27868, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1316e7d0-b907-4d37-a887-c4781ef814d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1316e7d0-b907-4d37-a887-c4781ef814d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889476349229247011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dcda86f-b4d6-4399-9e5a-d68f29099f7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32869a94-47ab-4880-bdff-b143978f0bb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32869a94-47ab-4880-bdff-b143978f0bb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 670462588634468432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1316e7d0-b907-4d37-a887-c4781ef814d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4ebe32-836b-4eb6-8d21-9adc1e4f47ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4ebe32-836b-4eb6-8d21-9adc1e4f47ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6434303156003139385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32869a94-47ab-4880-bdff-b143978f0bb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54466c41-438f-4712-a812-a58b99f2dded, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54466c41-438f-4712-a812-a58b99f2dded, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317328036309703429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4ebe32-836b-4eb6-8d21-9adc1e4f47ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54466c41-438f-4712-a812-a58b99f2dded, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07668bcb-2fae-4c5c-ae50-134ef3230968, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07668bcb-2fae-4c5c-ae50-134ef3230968, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9818862550172372541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b436d28-c2d7-4019-bc7f-37ca84d4fd7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b436d28-c2d7-4019-bc7f-37ca84d4fd7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15078396556573995696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07668bcb-2fae-4c5c-ae50-134ef3230968, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a68c580e-9956-4d10-bf9d-60b61d869429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a68c580e-9956-4d10-bf9d-60b61d869429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17699142251054484012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b436d28-c2d7-4019-bc7f-37ca84d4fd7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc94be0f-e0f5-4161-a56d-f9e5fb7c63bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc94be0f-e0f5-4161-a56d-f9e5fb7c63bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14234100488088180356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a68c580e-9956-4d10-bf9d-60b61d869429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d35e8d1f-ab7c-4b24-8b72-7cbcf105046b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d35e8d1f-ab7c-4b24-8b72-7cbcf105046b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3870922504394251412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc94be0f-e0f5-4161-a56d-f9e5fb7c63bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75a5d15-3d96-4bb6-ad0e-7c8abb162d21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75a5d15-3d96-4bb6-ad0e-7c8abb162d21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7737047567438387683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d35e8d1f-ab7c-4b24-8b72-7cbcf105046b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aee14d45-6599-45ba-be65-94a9c6fc3aca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aee14d45-6599-45ba-be65-94a9c6fc3aca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4468726876992392649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75a5d15-3d96-4bb6-ad0e-7c8abb162d21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b995486-7358-4517-bd4c-77743a94fdfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b995486-7358-4517-bd4c-77743a94fdfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14041755604610316601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aee14d45-6599-45ba-be65-94a9c6fc3aca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7caa37-7b63-4bc1-9f73-0c7b8868483e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7caa37-7b63-4bc1-9f73-0c7b8868483e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18201538410180111289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b995486-7358-4517-bd4c-77743a94fdfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa4e9914-d3d8-48bf-b12f-17ea7c68650f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa4e9914-d3d8-48bf-b12f-17ea7c68650f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5758557851654102643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7caa37-7b63-4bc1-9f73-0c7b8868483e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69e5506a-8783-477d-a68a-cfc1bf367920, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69e5506a-8783-477d-a68a-cfc1bf367920, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029582221018471208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69e5506a-8783-477d-a68a-cfc1bf367920, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b503e68b-9907-46c6-86de-12a67b9f09a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b503e68b-9907-46c6-86de-12a67b9f09a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9236262100047604050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b503e68b-9907-46c6-86de-12a67b9f09a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea3dd299-bd7f-4c63-87fc-e7c0d8524cb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea3dd299-bd7f-4c63-87fc-e7c0d8524cb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18384120808099353938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa4e9914-d3d8-48bf-b12f-17ea7c68650f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 685e1bd0-3b61-4b37-aa23-afa6ffd3beb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 685e1bd0-3b61-4b37-aa23-afa6ffd3beb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5354501766403551777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea3dd299-bd7f-4c63-87fc-e7c0d8524cb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd5fe3a5-fd8f-4da5-8ce2-2fab487c0527, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5fe3a5-fd8f-4da5-8ce2-2fab487c0527, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8132500658675136596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 685e1bd0-3b61-4b37-aa23-afa6ffd3beb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 484a792c-8c1a-4e46-a77a-9cdaa38495b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484a792c-8c1a-4e46-a77a-9cdaa38495b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13421644845631957126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5fe3a5-fd8f-4da5-8ce2-2fab487c0527, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484a792c-8c1a-4e46-a77a-9cdaa38495b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1790e5f2-8b0f-41d7-a798-af4bd1c46b3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 217c83cb-bf0c-4d12-b5fe-4a0c7438f64b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 217c83cb-bf0c-4d12-b5fe-4a0c7438f64b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3235685090087347534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1790e5f2-8b0f-41d7-a798-af4bd1c46b3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1400109387773484510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 217c83cb-bf0c-4d12-b5fe-4a0c7438f64b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ed2d360-8825-47d9-8fab-fce775b66526, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed2d360-8825-47d9-8fab-fce775b66526, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13259003739840558504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1790e5f2-8b0f-41d7-a798-af4bd1c46b3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11c42d46-bb2e-42f5-af67-455b25567d2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c42d46-bb2e-42f5-af67-455b25567d2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15063156865107034567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed2d360-8825-47d9-8fab-fce775b66526, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de1be45-aff5-4296-a579-35a204509866, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de1be45-aff5-4296-a579-35a204509866, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15147005675763929485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c42d46-bb2e-42f5-af67-455b25567d2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 012a6514-9dc7-44d6-91de-92010836736e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012a6514-9dc7-44d6-91de-92010836736e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4888697798470682167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de1be45-aff5-4296-a579-35a204509866, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a8a93ba-2fc1-49ea-b47e-6247b922289e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a8a93ba-2fc1-49ea-b47e-6247b922289e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16374681980168080462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012a6514-9dc7-44d6-91de-92010836736e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4025a58-a22d-4ba4-8248-5b900042cdbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4025a58-a22d-4ba4-8248-5b900042cdbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6311599571576765851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a8a93ba-2fc1-49ea-b47e-6247b922289e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af206bd2-a91d-4a2d-9a79-b34fe13192db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af206bd2-a91d-4a2d-9a79-b34fe13192db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9536806260963448028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4025a58-a22d-4ba4-8248-5b900042cdbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84c4dd92-d9bb-44e8-bf01-ddcdbfb52ab1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af206bd2-a91d-4a2d-9a79-b34fe13192db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c4dd92-d9bb-44e8-bf01-ddcdbfb52ab1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7185807293338074566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9d451a1-c260-4aac-8357-bd069112eac2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d451a1-c260-4aac-8357-bd069112eac2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12219488385745835186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c4dd92-d9bb-44e8-bf01-ddcdbfb52ab1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d451a1-c260-4aac-8357-bd069112eac2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20f9781f-28a3-4b9b-8ec0-44395870a37d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f9781f-28a3-4b9b-8ec0-44395870a37d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8764918314000705312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 557e6d5d-a32f-4a10-a33b-aad50ee60ca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 557e6d5d-a32f-4a10-a33b-aad50ee60ca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 461588435731391127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f9781f-28a3-4b9b-8ec0-44395870a37d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61716183-5adf-4e2d-bf62-b74754e4323f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61716183-5adf-4e2d-bf62-b74754e4323f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9453468927281531145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 557e6d5d-a32f-4a10-a33b-aad50ee60ca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf39bd1-220b-4008-b56e-dd03abbd114f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf39bd1-220b-4008-b56e-dd03abbd114f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8939148827154410985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61716183-5adf-4e2d-bf62-b74754e4323f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2c710c7-f709-490c-ad41-b7355e62baf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf39bd1-220b-4008-b56e-dd03abbd114f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2c710c7-f709-490c-ad41-b7355e62baf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5161932723659180367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14f6d930-5c90-4903-8b7b-ccab6cefaae9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f6d930-5c90-4903-8b7b-ccab6cefaae9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11589626157730820143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2c710c7-f709-490c-ad41-b7355e62baf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ad58424-fc23-416e-b4ff-a471981c681a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad58424-fc23-416e-b4ff-a471981c681a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9365735674550898541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f6d930-5c90-4903-8b7b-ccab6cefaae9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad58424-fc23-416e-b4ff-a471981c681a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1109ce41-6a2c-4c2b-9a2b-076eed517c49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5bb4993-e2e0-46d2-b0e2-08050c97bfa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5bb4993-e2e0-46d2-b0e2-08050c97bfa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 467901058638695934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1109ce41-6a2c-4c2b-9a2b-076eed517c49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9991148424453509985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5bb4993-e2e0-46d2-b0e2-08050c97bfa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70889c24-5f7b-4d30-81d8-c03147b8a1a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70889c24-5f7b-4d30-81d8-c03147b8a1a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3081057543343663235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1109ce41-6a2c-4c2b-9a2b-076eed517c49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f9ced0b-dae6-4689-9d7f-fc45fe8b9cbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9ced0b-dae6-4689-9d7f-fc45fe8b9cbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16040123093208378306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70889c24-5f7b-4d30-81d8-c03147b8a1a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3790468f-6003-4375-ad42-a32c699991b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3790468f-6003-4375-ad42-a32c699991b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2123227537914753078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9ced0b-dae6-4689-9d7f-fc45fe8b9cbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7acace89-0fe9-4efb-86bf-44da5bf92b2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7acace89-0fe9-4efb-86bf-44da5bf92b2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18404005854434573474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3790468f-6003-4375-ad42-a32c699991b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df798436-f353-49ac-bfe3-2c2c41f86bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df798436-f353-49ac-bfe3-2c2c41f86bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3327225054584439821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7acace89-0fe9-4efb-86bf-44da5bf92b2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8828aa25-0cb6-4dcc-ae1b-8694db1875cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8828aa25-0cb6-4dcc-ae1b-8694db1875cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8766677388298112605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df798436-f353-49ac-bfe3-2c2c41f86bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c18f7bf-9754-4ff4-b6c2-0d3fcae68755, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c18f7bf-9754-4ff4-b6c2-0d3fcae68755, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1046126568175495699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8828aa25-0cb6-4dcc-ae1b-8694db1875cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f2ad12-0b0a-4205-99a2-451f0ad035d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c18f7bf-9754-4ff4-b6c2-0d3fcae68755, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a4b08ca-6e68-4e44-8737-e1c3fad2289e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4b08ca-6e68-4e44-8737-e1c3fad2289e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7348612982690540834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f2ad12-0b0a-4205-99a2-451f0ad035d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2438508613942120478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4b08ca-6e68-4e44-8737-e1c3fad2289e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f2de4b6-91ae-441a-9e44-75def1b53b86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f2de4b6-91ae-441a-9e44-75def1b53b86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2494599234650328969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f2ad12-0b0a-4205-99a2-451f0ad035d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b863b3c7-745f-49da-b5a5-e87e0dc34bd4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b863b3c7-745f-49da-b5a5-e87e0dc34bd4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4292709974304382576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f2de4b6-91ae-441a-9e44-75def1b53b86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3211260c-e194-414e-9c57-e30d74ec1677, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3211260c-e194-414e-9c57-e30d74ec1677, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8170071375378237876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b863b3c7-745f-49da-b5a5-e87e0dc34bd4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, defc1892-85e5-4e60-ac37-f1ad84775438, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, defc1892-85e5-4e60-ac37-f1ad84775438, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12503322796009286035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3211260c-e194-414e-9c57-e30d74ec1677, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c76b6568-4084-4b38-9f73-907323427d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c76b6568-4084-4b38-9f73-907323427d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16500641406145141273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, defc1892-85e5-4e60-ac37-f1ad84775438, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c76b6568-4084-4b38-9f73-907323427d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2762d10-7ae1-4dab-bb30-757ab3e9d04b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2762d10-7ae1-4dab-bb30-757ab3e9d04b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16303799082684781014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f496f1-55f7-4fe9-972b-cdfbb099f362, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f496f1-55f7-4fe9-972b-cdfbb099f362, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2573132781902969185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2762d10-7ae1-4dab-bb30-757ab3e9d04b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca9e5d52-7328-4823-aad1-c78329939ed5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca9e5d52-7328-4823-aad1-c78329939ed5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9474380729934234156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f496f1-55f7-4fe9-972b-cdfbb099f362, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df7de2ad-77d7-489e-9f82-da2e764e81bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df7de2ad-77d7-489e-9f82-da2e764e81bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6107224586853002256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca9e5d52-7328-4823-aad1-c78329939ed5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d8e08af-3371-4e8d-9a8a-a642b0b43506, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df7de2ad-77d7-489e-9f82-da2e764e81bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8e08af-3371-4e8d-9a8a-a642b0b43506, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1194497114199725162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b876d1a-dc30-4024-b366-3734f6fa245e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b876d1a-dc30-4024-b366-3734f6fa245e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1001427170732449719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b876d1a-dc30-4024-b366-3734f6fa245e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df716ce0-61fc-41cd-8bca-1787b64f256f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df716ce0-61fc-41cd-8bca-1787b64f256f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10910097136670179507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8e08af-3371-4e8d-9a8a-a642b0b43506, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efca4331-4ca0-4ad7-9c5d-fb80a894d7a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efca4331-4ca0-4ad7-9c5d-fb80a894d7a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13055696375257253172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df716ce0-61fc-41cd-8bca-1787b64f256f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f9c2bf6-1caa-492d-992b-155c6d6dfaed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f9c2bf6-1caa-492d-992b-155c6d6dfaed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12738552573586043447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efca4331-4ca0-4ad7-9c5d-fb80a894d7a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f242159-8fb7-4b76-90cf-eb53969d2966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f242159-8fb7-4b76-90cf-eb53969d2966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 308633535489209185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f9c2bf6-1caa-492d-992b-155c6d6dfaed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f242159-8fb7-4b76-90cf-eb53969d2966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c2acea3-5511-48dc-8527-8dabb4d5db09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cacd9ffa-675a-4351-957e-3b7cb9732caa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2acea3-5511-48dc-8527-8dabb4d5db09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8746405774839031703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cacd9ffa-675a-4351-957e-3b7cb9732caa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2069905215913811416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2acea3-5511-48dc-8527-8dabb4d5db09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14d423b2-d9f6-4dab-ba89-33a7fb1ea5b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14d423b2-d9f6-4dab-ba89-33a7fb1ea5b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7068091467817632289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cacd9ffa-675a-4351-957e-3b7cb9732caa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 010dc8f6-5bfe-462e-931c-3c993f6ae253, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 010dc8f6-5bfe-462e-931c-3c993f6ae253, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 528359004367049365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14d423b2-d9f6-4dab-ba89-33a7fb1ea5b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a50adb82-bcbb-40e3-838c-7c145546bc45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a50adb82-bcbb-40e3-838c-7c145546bc45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10956162459108539678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 010dc8f6-5bfe-462e-931c-3c993f6ae253, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37819ba3-8e9d-4f11-887e-6aa53a0cb912, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37819ba3-8e9d-4f11-887e-6aa53a0cb912, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867735425043155660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a50adb82-bcbb-40e3-838c-7c145546bc45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37819ba3-8e9d-4f11-887e-6aa53a0cb912, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 078f087c-5336-49bb-b717-32f1d2b04c42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 078f087c-5336-49bb-b717-32f1d2b04c42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3814443274076880151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37ea1023-f59a-4b4a-b51d-ee66fd226f44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37ea1023-f59a-4b4a-b51d-ee66fd226f44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12302415232774021183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 078f087c-5336-49bb-b717-32f1d2b04c42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37ea1023-f59a-4b4a-b51d-ee66fd226f44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5026b91e-ee95-4921-bf77-c7003f9188f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05a088dc-c2d9-45c6-87da-c471d68a1e3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a088dc-c2d9-45c6-87da-c471d68a1e3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7242988430084138009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5026b91e-ee95-4921-bf77-c7003f9188f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5667721007709427017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a088dc-c2d9-45c6-87da-c471d68a1e3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11c0d2cf-6a39-4d69-a97d-5caa1da8e14e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c0d2cf-6a39-4d69-a97d-5caa1da8e14e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17601573577687238964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5026b91e-ee95-4921-bf77-c7003f9188f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c9fa70a-76b2-4ace-b254-6b0ebf16a3a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c9fa70a-76b2-4ace-b254-6b0ebf16a3a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7694841411927922729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c0d2cf-6a39-4d69-a97d-5caa1da8e14e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e72f849f-4b99-45b3-a640-1512dc26a2e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c9fa70a-76b2-4ace-b254-6b0ebf16a3a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e72f849f-4b99-45b3-a640-1512dc26a2e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3760499849371472707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 180925b0-ca66-4185-a48a-7b57d8fb51d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e72f849f-4b99-45b3-a640-1512dc26a2e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10e1a6a2-2212-44f3-9e14-70de21817f28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 180925b0-ca66-4185-a48a-7b57d8fb51d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16754881918834676844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e1a6a2-2212-44f3-9e14-70de21817f28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9456411146907257422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 180925b0-ca66-4185-a48a-7b57d8fb51d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c25753e-6c6e-40b5-90b8-baf66a2a9f66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c25753e-6c6e-40b5-90b8-baf66a2a9f66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3525079817072080969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e1a6a2-2212-44f3-9e14-70de21817f28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 846aac33-f331-4488-be47-008c1872ae2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846aac33-f331-4488-be47-008c1872ae2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7411388804108794722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c25753e-6c6e-40b5-90b8-baf66a2a9f66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d678aa-ee11-4cf0-a290-fd499966e7e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d678aa-ee11-4cf0-a290-fd499966e7e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17000017904978615974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846aac33-f331-4488-be47-008c1872ae2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d689aeb-949b-4fe1-b25f-d2f30a29bed2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d689aeb-949b-4fe1-b25f-d2f30a29bed2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9963078535746543220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d678aa-ee11-4cf0-a290-fd499966e7e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf8804a-2649-4182-b253-9156240de14f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d689aeb-949b-4fe1-b25f-d2f30a29bed2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf8804a-2649-4182-b253-9156240de14f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11820935652294706669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67c1e379-ca86-4034-8790-c175dbdc3043, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67c1e379-ca86-4034-8790-c175dbdc3043, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9135972737990845885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf8804a-2649-4182-b253-9156240de14f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b523fd9-cd7a-44df-8ce9-5af20536c7cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b523fd9-cd7a-44df-8ce9-5af20536c7cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15648638586920676780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67c1e379-ca86-4034-8790-c175dbdc3043, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6aee870-0efe-4b09-8633-f1db3d9d1f9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6aee870-0efe-4b09-8633-f1db3d9d1f9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9024304256817313766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b523fd9-cd7a-44df-8ce9-5af20536c7cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6aee870-0efe-4b09-8633-f1db3d9d1f9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c579d87c-cff3-4d55-81f4-5889f2eac5dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c579d87c-cff3-4d55-81f4-5889f2eac5dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12623959331010154152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8415ead2-48b1-4b13-bf49-3c88cf029c85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8415ead2-48b1-4b13-bf49-3c88cf029c85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10855250202967571159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c579d87c-cff3-4d55-81f4-5889f2eac5dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f2000cc-a263-4bb8-913b-80612ba4aa66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8415ead2-48b1-4b13-bf49-3c88cf029c85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2000cc-a263-4bb8-913b-80612ba4aa66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13490716931820300258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34ae289c-6e68-4b33-93dc-d681ffda1e74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34ae289c-6e68-4b33-93dc-d681ffda1e74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12317007690681149299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2000cc-a263-4bb8-913b-80612ba4aa66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30376d52-5a94-421b-9d96-26135e7cd092, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30376d52-5a94-421b-9d96-26135e7cd092, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18102930883953160645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34ae289c-6e68-4b33-93dc-d681ffda1e74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33fad894-10bd-4b6f-a9d3-828c53d6c267, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30376d52-5a94-421b-9d96-26135e7cd092, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e62cb36-c564-4bdd-bf2b-3488c98d8e39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e62cb36-c564-4bdd-bf2b-3488c98d8e39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9633684051577158276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33fad894-10bd-4b6f-a9d3-828c53d6c267, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129432209318879291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e62cb36-c564-4bdd-bf2b-3488c98d8e39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5728dfa5-5251-41be-90dc-ccb9bf60f862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5728dfa5-5251-41be-90dc-ccb9bf60f862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6091216707649240176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33fad894-10bd-4b6f-a9d3-828c53d6c267, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 914c29c7-70d4-4b71-8642-16170e5e3d9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 914c29c7-70d4-4b71-8642-16170e5e3d9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4133058659140257092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5728dfa5-5251-41be-90dc-ccb9bf60f862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13710fc2-a757-48a0-9324-b4125192dfb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13710fc2-a757-48a0-9324-b4125192dfb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6158998435017511274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 914c29c7-70d4-4b71-8642-16170e5e3d9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 690a77ce-ffe6-4b18-a156-d646ee61225a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 690a77ce-ffe6-4b18-a156-d646ee61225a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15579383425874815375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13710fc2-a757-48a0-9324-b4125192dfb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da19004c-a904-4d3f-93eb-b1361566ca19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 690a77ce-ffe6-4b18-a156-d646ee61225a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12ea4e65-e1ce-431b-83f6-0b240d469e4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ea4e65-e1ce-431b-83f6-0b240d469e4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8682128312826219857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da19004c-a904-4d3f-93eb-b1361566ca19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17441538732317229461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ea4e65-e1ce-431b-83f6-0b240d469e4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79c43d40-cdda-4eb3-9362-b18b47abafb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da19004c-a904-4d3f-93eb-b1361566ca19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0834c525-8750-44c0-ad7b-8697b475d552, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0834c525-8750-44c0-ad7b-8697b475d552, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13628724100296224135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c43d40-cdda-4eb3-9362-b18b47abafb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12415928027705393653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0834c525-8750-44c0-ad7b-8697b475d552, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66fd3b6f-909b-4f43-b764-550096517a8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c43d40-cdda-4eb3-9362-b18b47abafb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66fd3b6f-909b-4f43-b764-550096517a8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1572624632349651074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c433ddc-a224-408b-be98-e41267233042, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c433ddc-a224-408b-be98-e41267233042, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18082961476966830437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66fd3b6f-909b-4f43-b764-550096517a8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cecff8c-e2b6-4cb2-9914-04e89d0e977d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cecff8c-e2b6-4cb2-9914-04e89d0e977d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13638244500285095378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c433ddc-a224-408b-be98-e41267233042, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13fbe6fe-04ec-4153-8721-d39700b7f858, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13fbe6fe-04ec-4153-8721-d39700b7f858, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3558634649656763151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cecff8c-e2b6-4cb2-9914-04e89d0e977d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a92f432-8cd8-4764-b305-e387df9e529e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a92f432-8cd8-4764-b305-e387df9e529e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17107765601533759386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13fbe6fe-04ec-4153-8721-d39700b7f858, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5c7105-fe8a-4561-9d93-045a26b70782, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a92f432-8cd8-4764-b305-e387df9e529e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f160fd5d-19eb-45f0-b04b-9f53ad242581, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5c7105-fe8a-4561-9d93-045a26b70782, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6162857200355677776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f160fd5d-19eb-45f0-b04b-9f53ad242581, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7669972565305871684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5c7105-fe8a-4561-9d93-045a26b70782, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 063b5a91-5f22-4ee6-97b7-b4df47ce1bcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 063b5a91-5f22-4ee6-97b7-b4df47ce1bcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11290989606735617128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f160fd5d-19eb-45f0-b04b-9f53ad242581, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 182449b3-5dab-4ce5-a89e-47dfffba1578, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 182449b3-5dab-4ce5-a89e-47dfffba1578, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17248544294029571131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 063b5a91-5f22-4ee6-97b7-b4df47ce1bcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3397d1e0-f27e-4c15-9a0b-e20293b28002, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3397d1e0-f27e-4c15-9a0b-e20293b28002, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14466721590292654210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 182449b3-5dab-4ce5-a89e-47dfffba1578, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b26e4e5c-62dd-4fd2-a372-c75ceb032fe9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26e4e5c-62dd-4fd2-a372-c75ceb032fe9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16203300089518613532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3397d1e0-f27e-4c15-9a0b-e20293b28002, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64ee068a-0883-4477-8c82-c634618d52e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ee068a-0883-4477-8c82-c634618d52e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11824361146076073084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26e4e5c-62dd-4fd2-a372-c75ceb032fe9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89b29443-a6ce-48fb-8a56-1da7a928ed89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b29443-a6ce-48fb-8a56-1da7a928ed89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8225377596642349994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ee068a-0883-4477-8c82-c634618d52e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46315c27-df9a-4ce8-a134-79d88540ac5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46315c27-df9a-4ce8-a134-79d88540ac5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18268324562161510207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46315c27-df9a-4ce8-a134-79d88540ac5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b29443-a6ce-48fb-8a56-1da7a928ed89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bca717c-c75d-4a6b-8d5d-ee0bc6aa1bbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bca717c-c75d-4a6b-8d5d-ee0bc6aa1bbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14106728975557911115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5d2c2e-eb93-48be-ae6d-d5054b5a4651, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5d2c2e-eb93-48be-ae6d-d5054b5a4651, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8073833103159802029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bca717c-c75d-4a6b-8d5d-ee0bc6aa1bbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7501719-f3ac-48a7-a6c4-aef8286fe98a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7501719-f3ac-48a7-a6c4-aef8286fe98a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12422817970282180649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5d2c2e-eb93-48be-ae6d-d5054b5a4651, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36ad1592-c1e0-412d-a8d1-f4b7d093d882, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36ad1592-c1e0-412d-a8d1-f4b7d093d882, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12846224328742591361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7501719-f3ac-48a7-a6c4-aef8286fe98a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42289fb8-97ec-4748-ac57-7a458795fc81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42289fb8-97ec-4748-ac57-7a458795fc81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13265072686976274381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36ad1592-c1e0-412d-a8d1-f4b7d093d882, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 574fefbb-2e37-4243-8c27-16a3000d26ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574fefbb-2e37-4243-8c27-16a3000d26ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750569356359621793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42289fb8-97ec-4748-ac57-7a458795fc81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11b97297-d876-4179-aac0-b8378241491b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b97297-d876-4179-aac0-b8378241491b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1731645897621644036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574fefbb-2e37-4243-8c27-16a3000d26ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65cd3994-5ff0-41e7-95d6-1fbed7b62e1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65cd3994-5ff0-41e7-95d6-1fbed7b62e1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4986630295288243243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b97297-d876-4179-aac0-b8378241491b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7964c1f-e302-4a01-9fa7-5ad763e2d733, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7964c1f-e302-4a01-9fa7-5ad763e2d733, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13326195787026824959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65cd3994-5ff0-41e7-95d6-1fbed7b62e1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7964c1f-e302-4a01-9fa7-5ad763e2d733, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6d9e6b2-843a-47cc-9c40-58543da102ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b5a5d52-88f5-48c5-9680-808c102fd768, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5a5d52-88f5-48c5-9680-808c102fd768, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319400857010513569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d9e6b2-843a-47cc-9c40-58543da102ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3019185727958793885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5a5d52-88f5-48c5-9680-808c102fd768, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8e6349e-f1ce-4652-96e8-44cf68c7ebff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e6349e-f1ce-4652-96e8-44cf68c7ebff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15705064391336482379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d9e6b2-843a-47cc-9c40-58543da102ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60a86855-f9d5-47ec-b690-48659b7230bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60a86855-f9d5-47ec-b690-48659b7230bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10675059042510249335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e6349e-f1ce-4652-96e8-44cf68c7ebff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ed81328-9f9f-41be-869b-6d87a3f9909a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed81328-9f9f-41be-869b-6d87a3f9909a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4304722060540823426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60a86855-f9d5-47ec-b690-48659b7230bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d64b626d-60b6-48bd-ad12-f8fc51fe4294, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d64b626d-60b6-48bd-ad12-f8fc51fe4294, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12176903861992887027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed81328-9f9f-41be-869b-6d87a3f9909a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 976a20e5-0906-4b49-ac8f-42312cec499f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976a20e5-0906-4b49-ac8f-42312cec499f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8140714004467765289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d64b626d-60b6-48bd-ad12-f8fc51fe4294, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed65a329-c95f-4dd8-a73c-ed997e28358a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed65a329-c95f-4dd8-a73c-ed997e28358a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2317232915464630108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976a20e5-0906-4b49-ac8f-42312cec499f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 042314e0-fb78-41bb-ae21-fc9657ccddee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042314e0-fb78-41bb-ae21-fc9657ccddee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8897664777562009038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed65a329-c95f-4dd8-a73c-ed997e28358a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7ef2766-3709-49ae-ac0b-ac14551660fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ef2766-3709-49ae-ac0b-ac14551660fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16603537709014981980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042314e0-fb78-41bb-ae21-fc9657ccddee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66e54dfc-dcbe-4ec0-b4c8-4bab19f06d96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e54dfc-dcbe-4ec0-b4c8-4bab19f06d96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2723673763811706681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ef2766-3709-49ae-ac0b-ac14551660fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8af39d9-b9f4-44cd-baef-4e2de2bdd47b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8af39d9-b9f4-44cd-baef-4e2de2bdd47b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12023833648386292779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e54dfc-dcbe-4ec0-b4c8-4bab19f06d96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 065aca17-cfb1-4f3d-8fd2-9a38e4b044f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065aca17-cfb1-4f3d-8fd2-9a38e4b044f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13389843714836747576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8af39d9-b9f4-44cd-baef-4e2de2bdd47b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d4801e-30d4-46bd-a38e-43f31605af2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d4801e-30d4-46bd-a38e-43f31605af2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11125046610588882423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065aca17-cfb1-4f3d-8fd2-9a38e4b044f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2b6bc81-208f-4b38-9fbd-c42591b956fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b6bc81-208f-4b38-9fbd-c42591b956fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13823233778549187443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d4801e-30d4-46bd-a38e-43f31605af2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ea15870-3728-408b-a28a-792f17cab718, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea15870-3728-408b-a28a-792f17cab718, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10026362657673739648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b6bc81-208f-4b38-9fbd-c42591b956fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99d05708-5ac9-4e64-bd54-8b5f99f5e91a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99d05708-5ac9-4e64-bd54-8b5f99f5e91a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12747613136799112024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea15870-3728-408b-a28a-792f17cab718, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0883065e-5800-4e04-a680-08c66dfac8a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0883065e-5800-4e04-a680-08c66dfac8a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6188169303492889985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99d05708-5ac9-4e64-bd54-8b5f99f5e91a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2c5dbea-2267-4824-bf4e-0391a499dcb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2c5dbea-2267-4824-bf4e-0391a499dcb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9746495273513522322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0883065e-5800-4e04-a680-08c66dfac8a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 482a5f74-a57b-4d79-9361-fc2c39af1979, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 482a5f74-a57b-4d79-9361-fc2c39af1979, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10988587336051629915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2c5dbea-2267-4824-bf4e-0391a499dcb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 843d71bc-af89-4268-afc6-cf39fc67e209, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843d71bc-af89-4268-afc6-cf39fc67e209, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9341924407371916597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 482a5f74-a57b-4d79-9361-fc2c39af1979, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f36074e0-77c3-4bde-9f39-cc7154826c01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f36074e0-77c3-4bde-9f39-cc7154826c01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10445858457460905626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843d71bc-af89-4268-afc6-cf39fc67e209, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907a53d4-9bce-43b4-9e2c-a265e468c474, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907a53d4-9bce-43b4-9e2c-a265e468c474, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14508055224653754730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f36074e0-77c3-4bde-9f39-cc7154826c01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907a53d4-9bce-43b4-9e2c-a265e468c474, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45d131d2-bab0-444d-a1d8-869a3db3a410, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 227e8406-592e-4095-a10d-d40e31b1cea1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 227e8406-592e-4095-a10d-d40e31b1cea1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8501878451872841939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45d131d2-bab0-444d-a1d8-869a3db3a410, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16181996087104119229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 227e8406-592e-4095-a10d-d40e31b1cea1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90ec9859-a213-412a-a447-376347b373e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45d131d2-bab0-444d-a1d8-869a3db3a410, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aaa8190-2ef9-4f1f-a13a-283c7aa676f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aaa8190-2ef9-4f1f-a13a-283c7aa676f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9091340893112773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90913408931127739091340893112773909134089311277390913408931127739091340893112773909134089311277390913408931127739091340893112773909134089311277390913408931127739091340893112773909134089311277390913408931127739091340893112773909134089311277390913408931127739091340893112773909134089311277390913408931127739091340893112773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90ec9859-a213-412a-a447-376347b373e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6759887204709948985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aaa8190-2ef9-4f1f-a13a-283c7aa676f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd041a1e-3063-495b-8cab-732c9451b97b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd041a1e-3063-495b-8cab-732c9451b97b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16467703836876195129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90ec9859-a213-412a-a447-376347b373e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36f4c1db-6778-4b70-9bc9-836d38a1a534, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36f4c1db-6778-4b70-9bc9-836d38a1a534, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10673656910650080300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd041a1e-3063-495b-8cab-732c9451b97b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df11d9fa-57da-4936-8c15-1e2e18ef286a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36f4c1db-6778-4b70-9bc9-836d38a1a534, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df11d9fa-57da-4936-8c15-1e2e18ef286a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7878271905844744574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa090dd6-7610-4e53-a0f6-54bb15acf086, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa090dd6-7610-4e53-a0f6-54bb15acf086, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3864929167964092491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df11d9fa-57da-4936-8c15-1e2e18ef286a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bf624f6-b3ff-48eb-9c03-86786e8bde3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf624f6-b3ff-48eb-9c03-86786e8bde3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11569894765074914217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa090dd6-7610-4e53-a0f6-54bb15acf086, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8255299a-97b1-4954-82bb-d97d2a11bb95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8255299a-97b1-4954-82bb-d97d2a11bb95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16323615565018980703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf624f6-b3ff-48eb-9c03-86786e8bde3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae7ec2d6-f8a0-4216-b81b-80b38e5ed089, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8255299a-97b1-4954-82bb-d97d2a11bb95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba86a1f7-d995-4d33-9032-1e181115c53f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae7ec2d6-f8a0-4216-b81b-80b38e5ed089, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10955611781768657080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba86a1f7-d995-4d33-9032-1e181115c53f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10757749767729377598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae7ec2d6-f8a0-4216-b81b-80b38e5ed089, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c305088a-21e1-46ec-8bb6-2a1224f6ebe7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c305088a-21e1-46ec-8bb6-2a1224f6ebe7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1424975829989034782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba86a1f7-d995-4d33-9032-1e181115c53f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d89238eb-7b8b-443e-a940-327924005918, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d89238eb-7b8b-443e-a940-327924005918, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6484397095548179022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c305088a-21e1-46ec-8bb6-2a1224f6ebe7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de18110d-7ac9-4db6-ba54-e0197e680f4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de18110d-7ac9-4db6-ba54-e0197e680f4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 775170491482105695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d89238eb-7b8b-443e-a940-327924005918, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b598cdef-64ef-4417-bccf-541939a15ad0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b598cdef-64ef-4417-bccf-541939a15ad0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1011274556934930017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de18110d-7ac9-4db6-ba54-e0197e680f4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c03f20d-23c1-4373-a1dc-960190e70be7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c03f20d-23c1-4373-a1dc-960190e70be7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3429744458609925772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b598cdef-64ef-4417-bccf-541939a15ad0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f0764a3-2a05-4570-be6f-9831b94828c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c03f20d-23c1-4373-a1dc-960190e70be7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f0764a3-2a05-4570-be6f-9831b94828c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5706139148397301656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76eff925-f317-4e8e-b00f-624d962d6167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76eff925-f317-4e8e-b00f-624d962d6167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17996562824042840725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f0764a3-2a05-4570-be6f-9831b94828c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 773bde9d-0728-446c-9895-636ca1f78ff0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76eff925-f317-4e8e-b00f-624d962d6167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773bde9d-0728-446c-9895-636ca1f78ff0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13036010722326965526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff809549-9c1f-4786-87f7-1611c806e16f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff809549-9c1f-4786-87f7-1611c806e16f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8267241258493621197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773bde9d-0728-446c-9895-636ca1f78ff0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39b513fd-a59b-4160-ae00-ed40923804aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39b513fd-a59b-4160-ae00-ed40923804aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11339653959674501536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff809549-9c1f-4786-87f7-1611c806e16f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14eebce4-c8a8-49a8-8ee8-af4b11f03735, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14eebce4-c8a8-49a8-8ee8-af4b11f03735, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9214804031764215409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39b513fd-a59b-4160-ae00-ed40923804aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 837fb7a0-3d9d-462d-8e98-9a0268ebde76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 837fb7a0-3d9d-462d-8e98-9a0268ebde76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15210493661071239322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14eebce4-c8a8-49a8-8ee8-af4b11f03735, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f95b33aa-8d16-4744-80e0-decab306e6d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95b33aa-8d16-4744-80e0-decab306e6d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635131229074904048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 837fb7a0-3d9d-462d-8e98-9a0268ebde76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed0590fb-5d45-420c-8d79-fd9d2d27ab36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed0590fb-5d45-420c-8d79-fd9d2d27ab36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1436925739469224566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95b33aa-8d16-4744-80e0-decab306e6d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21311069-b4a7-40e1-aa23-e362a5574c22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21311069-b4a7-40e1-aa23-e362a5574c22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15823678614418553526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed0590fb-5d45-420c-8d79-fd9d2d27ab36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ecab7a7-3cb2-4970-b3d8-b0210ed313f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ecab7a7-3cb2-4970-b3d8-b0210ed313f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 903685668660597532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21311069-b4a7-40e1-aa23-e362a5574c22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 761dee3d-429b-49ee-a900-6d49aca492f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 761dee3d-429b-49ee-a900-6d49aca492f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12207169296800477226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ecab7a7-3cb2-4970-b3d8-b0210ed313f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7b9164a-4fbb-404f-81bf-408dd425c981, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7b9164a-4fbb-404f-81bf-408dd425c981, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16797011972817864743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 761dee3d-429b-49ee-a900-6d49aca492f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa48bf00-c001-4727-81eb-3167393785e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa48bf00-c001-4727-81eb-3167393785e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18330560123353844515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7b9164a-4fbb-404f-81bf-408dd425c981, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbfaf54a-75cf-4072-83d0-7053160f00e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbfaf54a-75cf-4072-83d0-7053160f00e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11195043010784307043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa48bf00-c001-4727-81eb-3167393785e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f9f1c1-b257-4b15-a783-3d848493ff39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f9f1c1-b257-4b15-a783-3d848493ff39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18298732235395170865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbfaf54a-75cf-4072-83d0-7053160f00e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f9f1c1-b257-4b15-a783-3d848493ff39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9d360d1-c088-462d-918c-7d5997038701, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0bb001e-5bf0-4fd9-acf0-21d3ca373fbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9d360d1-c088-462d-918c-7d5997038701, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3257468284058805075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0bb001e-5bf0-4fd9-acf0-21d3ca373fbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8995946906306648677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9d360d1-c088-462d-918c-7d5997038701, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a2df822-1f69-4268-aa74-655bf62d8481, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0bb001e-5bf0-4fd9-acf0-21d3ca373fbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a2df822-1f69-4268-aa74-655bf62d8481, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6998541709854298541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b97e56c-17b5-46bc-be5d-0bba960d5c36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b97e56c-17b5-46bc-be5d-0bba960d5c36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2576853529398065741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a2df822-1f69-4268-aa74-655bf62d8481, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2c6607c-5b81-4be3-b10c-c36480aea6d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c6607c-5b81-4be3-b10c-c36480aea6d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1543538258601078646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b97e56c-17b5-46bc-be5d-0bba960d5c36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9ff34ca-74d4-4679-ab29-b024c1b80862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ff34ca-74d4-4679-ab29-b024c1b80862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6004088086489576690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c6607c-5b81-4be3-b10c-c36480aea6d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae629e8a-891f-4f7b-bbae-29b862d6ae70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae629e8a-891f-4f7b-bbae-29b862d6ae70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4431062975752680408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ff34ca-74d4-4679-ab29-b024c1b80862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1454336-5b8f-417a-8808-a09d64d1555d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1454336-5b8f-417a-8808-a09d64d1555d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16004421455472820650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae629e8a-891f-4f7b-bbae-29b862d6ae70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 197cd079-56bb-4ae6-b259-80d56cfa3b72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 197cd079-56bb-4ae6-b259-80d56cfa3b72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6249039505753672392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1454336-5b8f-417a-8808-a09d64d1555d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd8d22b2-c4d8-428d-bef7-b1c0490ff10e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd8d22b2-c4d8-428d-bef7-b1c0490ff10e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3043603906111171782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 197cd079-56bb-4ae6-b259-80d56cfa3b72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6805984-775e-4956-9be6-a8c05173c933, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6805984-775e-4956-9be6-a8c05173c933, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17301885125782724578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd8d22b2-c4d8-428d-bef7-b1c0490ff10e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dda7d678-382f-41a1-9f99-4f61e669cb24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda7d678-382f-41a1-9f99-4f61e669cb24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13900257790609161451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6805984-775e-4956-9be6-a8c05173c933, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47df3bb5-2b87-4ace-99fd-fd3d32d15335, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47df3bb5-2b87-4ace-99fd-fd3d32d15335, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13555748581685099267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda7d678-382f-41a1-9f99-4f61e669cb24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98edb2df-d4e2-419b-8d06-6580021e5778, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47df3bb5-2b87-4ace-99fd-fd3d32d15335, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98edb2df-d4e2-419b-8d06-6580021e5778, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6970950524027794027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34e9e053-e7ee-4f69-bcf7-3e94e5e45e22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98edb2df-d4e2-419b-8d06-6580021e5778, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e9e053-e7ee-4f69-bcf7-3e94e5e45e22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13602134769263457542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f51726-f9a2-419a-96a4-7b6fc5601eb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e9e053-e7ee-4f69-bcf7-3e94e5e45e22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf39c08-ed83-4f8a-9485-0b265ae57012, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf39c08-ed83-4f8a-9485-0b265ae57012, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13134169864548419245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f51726-f9a2-419a-96a4-7b6fc5601eb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13045583554907242859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf39c08-ed83-4f8a-9485-0b265ae57012, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f51726-f9a2-419a-96a4-7b6fc5601eb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a688f304-d7ce-4ca8-9932-91fd4fa93c2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8617495-66b0-41ea-a85b-7d955cbf5a66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a688f304-d7ce-4ca8-9932-91fd4fa93c2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12722821390871985287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8617495-66b0-41ea-a85b-7d955cbf5a66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10819494629359619964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a688f304-d7ce-4ca8-9932-91fd4fa93c2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d084feae-6975-4794-b6e8-7caabd6e9e4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8617495-66b0-41ea-a85b-7d955cbf5a66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d80a0b-0b99-49a7-9137-b8c9d51afcff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d084feae-6975-4794-b6e8-7caabd6e9e4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14733408754028429425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d80a0b-0b99-49a7-9137-b8c9d51afcff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2640373464185789080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d084feae-6975-4794-b6e8-7caabd6e9e4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d80a0b-0b99-49a7-9137-b8c9d51afcff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88afe501-4285-452f-833e-7eb65a9ddbcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c55d57e-81e4-41f2-a207-437f671f4163, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88afe501-4285-452f-833e-7eb65a9ddbcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885360892006746330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c55d57e-81e4-41f2-a207-437f671f4163, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11967521138308352333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88afe501-4285-452f-833e-7eb65a9ddbcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b7c1bda-cc3a-4ede-a82f-d698183e7cc1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c55d57e-81e4-41f2-a207-437f671f4163, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b7c1bda-cc3a-4ede-a82f-d698183e7cc1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4327356478425950348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d9c171-b2d4-4cc6-98b9-e0425bbd99a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d9c171-b2d4-4cc6-98b9-e0425bbd99a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9999998766505003412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b7c1bda-cc3a-4ede-a82f-d698183e7cc1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d9c171-b2d4-4cc6-98b9-e0425bbd99a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 748f45ba-358c-4568-9a5c-9a0456830a58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748f45ba-358c-4568-9a5c-9a0456830a58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6957117767429887714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748f45ba-358c-4568-9a5c-9a0456830a58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c467e8d1-cc12-4ebb-8eeb-ac8b8d863183, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c02a7bf8-e9b9-480e-9ac3-c488bc6dfc05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c02a7bf8-e9b9-480e-9ac3-c488bc6dfc05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8411861711007760838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c467e8d1-cc12-4ebb-8eeb-ac8b8d863183, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 621190202837820133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c02a7bf8-e9b9-480e-9ac3-c488bc6dfc05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c47fa9bd-e3e3-41d6-acb7-9931bbfc1c03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c467e8d1-cc12-4ebb-8eeb-ac8b8d863183, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e411b89-57c9-4648-9c36-5b6c134523e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e411b89-57c9-4648-9c36-5b6c134523e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 79220518572110744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7922051857211074479220518572110744792205185721107447922051857211074479220518572110744792205185721107447922051857211074479220518572110744792205185721107447922051857211074479220518572110744792205185721107447922051857211074479220518572110744792205185721107447922051857211074479220518572110744792205185721107447922051857211074479220518572110744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c47fa9bd-e3e3-41d6-acb7-9931bbfc1c03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4349752880238051377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e411b89-57c9-4648-9c36-5b6c134523e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c47fa9bd-e3e3-41d6-acb7-9931bbfc1c03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d9bdef1-4c38-43e7-ac08-5e970e8a2693, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d9bdef1-4c38-43e7-ac08-5e970e8a2693, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6901958332748134366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d2c83f7-7819-4b62-ba6c-a0d2b54631f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2c83f7-7819-4b62-ba6c-a0d2b54631f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5264869093610718961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d9bdef1-4c38-43e7-ac08-5e970e8a2693, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10e0e494-67a8-4ddc-b0a9-9860c53ef45d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e0e494-67a8-4ddc-b0a9-9860c53ef45d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17016149895983277885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2c83f7-7819-4b62-ba6c-a0d2b54631f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f88c110-90bd-4575-a7ea-1999508b681e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f88c110-90bd-4575-a7ea-1999508b681e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6739554340939771846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e0e494-67a8-4ddc-b0a9-9860c53ef45d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42dfc1d8-1feb-491e-bc54-df1b53cb1d1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f88c110-90bd-4575-a7ea-1999508b681e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42dfc1d8-1feb-491e-bc54-df1b53cb1d1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17975427080482004813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de32079-2729-4ac1-909c-70f9372fd975, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de32079-2729-4ac1-909c-70f9372fd975, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4589398163459857275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42dfc1d8-1feb-491e-bc54-df1b53cb1d1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 182a63ba-da74-4d1b-af73-8f5bdb5f3c7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de32079-2729-4ac1-909c-70f9372fd975, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 618b3dd2-dd62-4449-86ac-f2e8a49733e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618b3dd2-dd62-4449-86ac-f2e8a49733e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15510378465496331592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 182a63ba-da74-4d1b-af73-8f5bdb5f3c7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17821473454047771495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618b3dd2-dd62-4449-86ac-f2e8a49733e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6189ffe7-5731-4bd8-8f31-9b54147c7fa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6189ffe7-5731-4bd8-8f31-9b54147c7fa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6387806020241221822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6189ffe7-5731-4bd8-8f31-9b54147c7fa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97a039f5-2398-4317-b0a3-24d73ffbb53a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a039f5-2398-4317-b0a3-24d73ffbb53a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18396906729474356576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 182a63ba-da74-4d1b-af73-8f5bdb5f3c7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ad9cda2-0cb4-4442-8710-682974b48603, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a039f5-2398-4317-b0a3-24d73ffbb53a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad9cda2-0cb4-4442-8710-682974b48603, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 340303703181470878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a21f60-3b0a-42d0-83b1-190fe1278553, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a21f60-3b0a-42d0-83b1-190fe1278553, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8287350427023214272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad9cda2-0cb4-4442-8710-682974b48603, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bc0482a-ac65-4fa9-8992-da8d94e67651, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc0482a-ac65-4fa9-8992-da8d94e67651, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2598265808639986648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a21f60-3b0a-42d0-83b1-190fe1278553, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e4552d-0709-4e4a-9830-3f0e28e5b123, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e4552d-0709-4e4a-9830-3f0e28e5b123, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12816579178597214898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc0482a-ac65-4fa9-8992-da8d94e67651, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1170b895-0b9c-4d47-aeb7-cfeeb48dee38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1170b895-0b9c-4d47-aeb7-cfeeb48dee38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12218749835678072717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e4552d-0709-4e4a-9830-3f0e28e5b123, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e76dbc02-9e92-4a69-a121-411473a51973, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e76dbc02-9e92-4a69-a121-411473a51973, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5273938126114480113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1170b895-0b9c-4d47-aeb7-cfeeb48dee38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e76dbc02-9e92-4a69-a121-411473a51973, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe85dbf9-da6b-41de-aa24-5b9051516cec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7be97db3-157e-4f91-a65b-bede98fe5608, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe85dbf9-da6b-41de-aa24-5b9051516cec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13082571706226900722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7be97db3-157e-4f91-a65b-bede98fe5608, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11572608578012027452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe85dbf9-da6b-41de-aa24-5b9051516cec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26d19a8-0110-4f98-a878-454240f5fbb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26d19a8-0110-4f98-a878-454240f5fbb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3404823628074181309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7be97db3-157e-4f91-a65b-bede98fe5608, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a620a0df-35f8-48bb-8498-f0afa9308d91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a620a0df-35f8-48bb-8498-f0afa9308d91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5354655210301291609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26d19a8-0110-4f98-a878-454240f5fbb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a466f9fc-0d58-4113-aa00-e9de84777300, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a466f9fc-0d58-4113-aa00-e9de84777300, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5351148401678485327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a620a0df-35f8-48bb-8498-f0afa9308d91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31fae41e-0544-4618-8ff3-f98ec1c7f7c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31fae41e-0544-4618-8ff3-f98ec1c7f7c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322109946170529139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a466f9fc-0d58-4113-aa00-e9de84777300, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31fae41e-0544-4618-8ff3-f98ec1c7f7c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e258693d-a898-45fe-86f6-32b16b2c1272, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6ff6567-4942-4c6a-be9b-57920f0b6d1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e258693d-a898-45fe-86f6-32b16b2c1272, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10908573777086385675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ff6567-4942-4c6a-be9b-57920f0b6d1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14828728009545933906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ff6567-4942-4c6a-be9b-57920f0b6d1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c8dc9c0-3fd5-4d76-9c14-49dbe9580e8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c8dc9c0-3fd5-4d76-9c14-49dbe9580e8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16423945244524721008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e258693d-a898-45fe-86f6-32b16b2c1272, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 803f662e-ec88-4816-9f95-b93fc737bacf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 803f662e-ec88-4816-9f95-b93fc737bacf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18308738678192591616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c8dc9c0-3fd5-4d76-9c14-49dbe9580e8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a62854f0-f704-420b-abed-bf95a560557b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62854f0-f704-420b-abed-bf95a560557b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 774821335626146288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 803f662e-ec88-4816-9f95-b93fc737bacf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62854f0-f704-420b-abed-bf95a560557b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de39ec5-c547-4ab6-abb9-f41192f2abb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de39ec5-c547-4ab6-abb9-f41192f2abb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5891252284793875231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9efdda17-ca5f-4d4a-8cc2-cf3a5e6cb1bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9efdda17-ca5f-4d4a-8cc2-cf3a5e6cb1bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820277198831178402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9efdda17-ca5f-4d4a-8cc2-cf3a5e6cb1bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed9c7f1d-1ed3-49cb-a6d5-fe8c1b7b9e53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9c7f1d-1ed3-49cb-a6d5-fe8c1b7b9e53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4091117793350256395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de39ec5-c547-4ab6-abb9-f41192f2abb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 073c5ef1-4afe-4fda-a3a2-02a4dd85c525, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 073c5ef1-4afe-4fda-a3a2-02a4dd85c525, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120215093010628998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9c7f1d-1ed3-49cb-a6d5-fe8c1b7b9e53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ac84ced-9087-4232-9449-c3564185814b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ac84ced-9087-4232-9449-c3564185814b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7870951261623340426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 073c5ef1-4afe-4fda-a3a2-02a4dd85c525, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbe30922-4fa4-4e2b-9e3f-5a96101d603d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ac84ced-9087-4232-9449-c3564185814b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 861f7327-3fc2-4617-911f-ededc1390bbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861f7327-3fc2-4617-911f-ededc1390bbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9330933795571871598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe30922-4fa4-4e2b-9e3f-5a96101d603d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11237765665508620093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe30922-4fa4-4e2b-9e3f-5a96101d603d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51fc80bf-dc21-4f71-b567-18593c880605, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51fc80bf-dc21-4f71-b567-18593c880605, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6430261513606318670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861f7327-3fc2-4617-911f-ededc1390bbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e149f956-7ca7-46ce-9d0b-590fbda1dfdc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e149f956-7ca7-46ce-9d0b-590fbda1dfdc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16521052662757678967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51fc80bf-dc21-4f71-b567-18593c880605, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85442af2-de3e-4aa4-9bc8-05437ee77f41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85442af2-de3e-4aa4-9bc8-05437ee77f41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18186315207492307256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e149f956-7ca7-46ce-9d0b-590fbda1dfdc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577206c0-d1fd-4de7-98ee-55a019b9fe19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577206c0-d1fd-4de7-98ee-55a019b9fe19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13511864956985343419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85442af2-de3e-4aa4-9bc8-05437ee77f41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55f0ac9f-85d2-4705-9909-4f6284985143, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55f0ac9f-85d2-4705-9909-4f6284985143, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6443028395259944750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577206c0-d1fd-4de7-98ee-55a019b9fe19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 552c5df0-4934-4175-807c-01bf2058d20e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 552c5df0-4934-4175-807c-01bf2058d20e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8571740268326292881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 552c5df0-4934-4175-807c-01bf2058d20e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06092565-6b3a-4410-8caa-905715f919d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06092565-6b3a-4410-8caa-905715f919d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1512880767756130692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55f0ac9f-85d2-4705-9909-4f6284985143, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6185657-42e0-4a66-a86c-43b1a2976536, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6185657-42e0-4a66-a86c-43b1a2976536, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15354834020238936500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06092565-6b3a-4410-8caa-905715f919d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea401c94-2f63-4298-9747-dfd3e1ac6678, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea401c94-2f63-4298-9747-dfd3e1ac6678, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13617911658861959127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea401c94-2f63-4298-9747-dfd3e1ac6678, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdc4bd8b-24ef-4357-a32d-8f9620ab9fa6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc4bd8b-24ef-4357-a32d-8f9620ab9fa6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 694600188223439065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6185657-42e0-4a66-a86c-43b1a2976536, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a26bd310-0a01-4ece-b156-e49bbabfa436, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a26bd310-0a01-4ece-b156-e49bbabfa436, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13441521549081452474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc4bd8b-24ef-4357-a32d-8f9620ab9fa6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68adfd64-89dd-413e-a975-87b12608977c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68adfd64-89dd-413e-a975-87b12608977c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3084604475787634759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a26bd310-0a01-4ece-b156-e49bbabfa436, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb9e482a-7837-4ff8-9900-bf934c1a833c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb9e482a-7837-4ff8-9900-bf934c1a833c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17863167778303295905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68adfd64-89dd-413e-a975-87b12608977c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9d0affa-2d82-4f91-b381-e9a6ccd0ab66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9d0affa-2d82-4f91-b381-e9a6ccd0ab66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11895435944884192984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb9e482a-7837-4ff8-9900-bf934c1a833c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d047c6-15ef-44fa-91ca-7df96ba82bf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d047c6-15ef-44fa-91ca-7df96ba82bf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7169955668076975477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9d0affa-2d82-4f91-b381-e9a6ccd0ab66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3d374a2-69ed-4f14-a755-847c0cbcf63b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d374a2-69ed-4f14-a755-847c0cbcf63b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6182266129549507804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d047c6-15ef-44fa-91ca-7df96ba82bf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b13c3905-db6a-466f-8976-43e0f21752ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13c3905-db6a-466f-8976-43e0f21752ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9687595274457402045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d374a2-69ed-4f14-a755-847c0cbcf63b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cf5a8f7-308f-4510-a0e5-c8f281d13913, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf5a8f7-308f-4510-a0e5-c8f281d13913, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3313634131327591552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13c3905-db6a-466f-8976-43e0f21752ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe9a9d82-6a4d-4a35-b45c-3701b508e3d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9a9d82-6a4d-4a35-b45c-3701b508e3d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17785100368513515639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf5a8f7-308f-4510-a0e5-c8f281d13913, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1331ec13-b2ec-4e5e-babf-8a560cc8fb2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1331ec13-b2ec-4e5e-babf-8a560cc8fb2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9157103694318163824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9a9d82-6a4d-4a35-b45c-3701b508e3d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6e5f4a7-3ca9-4565-a8e6-5930a347ab28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6e5f4a7-3ca9-4565-a8e6-5930a347ab28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1571833165557423425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1331ec13-b2ec-4e5e-babf-8a560cc8fb2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ff4b292-e4c8-4488-8167-017fd9b34b1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff4b292-e4c8-4488-8167-017fd9b34b1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9242140395205648381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6e5f4a7-3ca9-4565-a8e6-5930a347ab28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1ff2395-cd05-44c4-82b7-f9146e195bd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ff2395-cd05-44c4-82b7-f9146e195bd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12276480737170739157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff4b292-e4c8-4488-8167-017fd9b34b1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0404a9df-652f-415a-9b39-f00d83efa4de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0404a9df-652f-415a-9b39-f00d83efa4de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17497546236406570381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ff2395-cd05-44c4-82b7-f9146e195bd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c1bb97a-c064-4f5c-8a1e-dca3b40fcb98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c1bb97a-c064-4f5c-8a1e-dca3b40fcb98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13102568135870791272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0404a9df-652f-415a-9b39-f00d83efa4de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9f7dbfa-f87c-444b-b194-a824b85e47d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9f7dbfa-f87c-444b-b194-a824b85e47d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206849580207219148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c1bb97a-c064-4f5c-8a1e-dca3b40fcb98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d288cce-56f5-40bb-8f76-ff019edb3220, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d288cce-56f5-40bb-8f76-ff019edb3220, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14093395669330805091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9f7dbfa-f87c-444b-b194-a824b85e47d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceaf9181-af50-4793-9e8f-8932bb1d4eb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceaf9181-af50-4793-9e8f-8932bb1d4eb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10529847016480610770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceaf9181-af50-4793-9e8f-8932bb1d4eb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52e8416c-b2b4-49df-8310-3b1a9e2d5ccd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d288cce-56f5-40bb-8f76-ff019edb3220, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 220e1b8a-364a-4d59-a0ed-ccb21daaac2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 220e1b8a-364a-4d59-a0ed-ccb21daaac2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5951099530072784129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e8416c-b2b4-49df-8310-3b1a9e2d5ccd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12053234091797557279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e8416c-b2b4-49df-8310-3b1a9e2d5ccd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77209bf4-e3a0-427a-9653-8a240ee18cf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77209bf4-e3a0-427a-9653-8a240ee18cf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 100992195400302633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 220e1b8a-364a-4d59-a0ed-ccb21daaac2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6324e0b-d792-4c2a-88fa-ba945ef17bad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6324e0b-d792-4c2a-88fa-ba945ef17bad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10842603526789353636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77209bf4-e3a0-427a-9653-8a240ee18cf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c447e2d7-663a-495b-8be2-c896aabd731a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c447e2d7-663a-495b-8be2-c896aabd731a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14587618196620526953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6324e0b-d792-4c2a-88fa-ba945ef17bad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15eed735-57b6-45c8-a30e-9fd708d778ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15eed735-57b6-45c8-a30e-9fd708d778ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 572091608672768595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c447e2d7-663a-495b-8be2-c896aabd731a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f0d8ed1-b0c9-48b5-ab84-64a393800924, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f0d8ed1-b0c9-48b5-ab84-64a393800924, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12288238054826259247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15eed735-57b6-45c8-a30e-9fd708d778ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 638b4482-ef02-484d-9c78-0460f983135d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 638b4482-ef02-484d-9c78-0460f983135d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8984276373438913027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f0d8ed1-b0c9-48b5-ab84-64a393800924, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b6fd871-4b2f-4eb2-8ec0-1a8ed965501d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b6fd871-4b2f-4eb2-8ec0-1a8ed965501d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10134792344570390860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 638b4482-ef02-484d-9c78-0460f983135d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e77e72b4-1faf-46a4-92b2-8ade2095fe15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e77e72b4-1faf-46a4-92b2-8ade2095fe15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15614550399394681883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b6fd871-4b2f-4eb2-8ec0-1a8ed965501d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aa7c613-8adb-42c8-93ff-7cdcef7226a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aa7c613-8adb-42c8-93ff-7cdcef7226a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16136522416374757718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e77e72b4-1faf-46a4-92b2-8ade2095fe15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 552c871a-817f-4236-b00d-b3cbf8b5e1d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 552c871a-817f-4236-b00d-b3cbf8b5e1d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 288559054729199461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aa7c613-8adb-42c8-93ff-7cdcef7226a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40caa32b-74d2-405f-b69b-e3ff8a2abf1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40caa32b-74d2-405f-b69b-e3ff8a2abf1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11418911716680289874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 552c871a-817f-4236-b00d-b3cbf8b5e1d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e539b981-5884-49a4-a2c0-a69200cb5b00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e539b981-5884-49a4-a2c0-a69200cb5b00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3340140055100182207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40caa32b-74d2-405f-b69b-e3ff8a2abf1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7106d9ff-942a-4ca4-9ed5-3f829e1acea0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7106d9ff-942a-4ca4-9ed5-3f829e1acea0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15418794105579252792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e539b981-5884-49a4-a2c0-a69200cb5b00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fc97a2e-bddf-4d1e-80ce-80fa88759c78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fc97a2e-bddf-4d1e-80ce-80fa88759c78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7002279090268552085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7106d9ff-942a-4ca4-9ed5-3f829e1acea0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84f0f96b-ee76-4a57-b229-8b73ca6cde2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f0f96b-ee76-4a57-b229-8b73ca6cde2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4379718420926958079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fc97a2e-bddf-4d1e-80ce-80fa88759c78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7bda702-79a1-4782-b937-953d29a530de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7bda702-79a1-4782-b937-953d29a530de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14607921848442853467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f0f96b-ee76-4a57-b229-8b73ca6cde2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8db049de-9137-48e4-a5fa-04dadd3b96ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db049de-9137-48e4-a5fa-04dadd3b96ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7755116297831122136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7bda702-79a1-4782-b937-953d29a530de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a33cf34d-1c10-4580-b427-9efd0fa726a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a33cf34d-1c10-4580-b427-9efd0fa726a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13132510362386288564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db049de-9137-48e4-a5fa-04dadd3b96ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cf14374-4941-4873-9196-07b33b184079, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cf14374-4941-4873-9196-07b33b184079, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6581853740239689719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a33cf34d-1c10-4580-b427-9efd0fa726a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf9997f-dd3e-4ca0-aebd-bd6846fcf5b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf9997f-dd3e-4ca0-aebd-bd6846fcf5b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17718108409381406544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cf14374-4941-4873-9196-07b33b184079, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa661f75-62be-4397-9768-90df1a893995, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa661f75-62be-4397-9768-90df1a893995, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15919747654226015222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf9997f-dd3e-4ca0-aebd-bd6846fcf5b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 650aaddb-2460-4e0e-a2b8-c19f21a52d55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650aaddb-2460-4e0e-a2b8-c19f21a52d55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14593418572390231788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa661f75-62be-4397-9768-90df1a893995, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63a4298d-2ff3-4d4e-99b4-cedc1d76c096, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a4298d-2ff3-4d4e-99b4-cedc1d76c096, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6679525785260822589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650aaddb-2460-4e0e-a2b8-c19f21a52d55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddc9c323-c146-4b26-bff2-552de6779c23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc9c323-c146-4b26-bff2-552de6779c23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4815057519405625836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a4298d-2ff3-4d4e-99b4-cedc1d76c096, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1eba07d8-eb59-44de-baca-e03abf38c4ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eba07d8-eb59-44de-baca-e03abf38c4ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17831066809229176342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc9c323-c146-4b26-bff2-552de6779c23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eea9d60-6123-4f66-b4c4-c5e084c4dc20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eea9d60-6123-4f66-b4c4-c5e084c4dc20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6406145427469492391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eba07d8-eb59-44de-baca-e03abf38c4ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 049e1208-e1ad-4ae6-820b-8456e295a2c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049e1208-e1ad-4ae6-820b-8456e295a2c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1187396691535132073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eea9d60-6123-4f66-b4c4-c5e084c4dc20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4796f2a9-e196-47fb-ad7e-2d78ec970f7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4796f2a9-e196-47fb-ad7e-2d78ec970f7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3230079185616655571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049e1208-e1ad-4ae6-820b-8456e295a2c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a178011-8f2a-4afc-9df0-e0049e29d95e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a178011-8f2a-4afc-9df0-e0049e29d95e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9227912882891796473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4796f2a9-e196-47fb-ad7e-2d78ec970f7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d355d296-154f-4413-9f9b-fc256f8063af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a178011-8f2a-4afc-9df0-e0049e29d95e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d355d296-154f-4413-9f9b-fc256f8063af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7947602157194614754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97d0356c-1dd3-4ffc-b34d-5ff0d7b48745, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d0356c-1dd3-4ffc-b34d-5ff0d7b48745, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1710093700303327544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d355d296-154f-4413-9f9b-fc256f8063af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47956e80-a6db-4c05-9b95-0b6804e6c3a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47956e80-a6db-4c05-9b95-0b6804e6c3a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11056614404572677328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d0356c-1dd3-4ffc-b34d-5ff0d7b48745, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f3d2d43-30ad-4fbe-8bf1-5800ed8100e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f3d2d43-30ad-4fbe-8bf1-5800ed8100e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7705801056217295995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47956e80-a6db-4c05-9b95-0b6804e6c3a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8076cde8-fc2c-4339-bbd6-b865b08ae996, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8076cde8-fc2c-4339-bbd6-b865b08ae996, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16339813142936974780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f3d2d43-30ad-4fbe-8bf1-5800ed8100e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3faa0e64-0a71-4137-b436-ffa84e34b277, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3faa0e64-0a71-4137-b436-ffa84e34b277, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 215570101137709897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8076cde8-fc2c-4339-bbd6-b865b08ae996, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14150945-38aa-4497-956a-8fb5a6722f9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14150945-38aa-4497-956a-8fb5a6722f9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3947635890182665039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3faa0e64-0a71-4137-b436-ffa84e34b277, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab6b7a4b-40ec-4464-be06-d92fb31229a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14150945-38aa-4497-956a-8fb5a6722f9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab6b7a4b-40ec-4464-be06-d92fb31229a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10837179445160982369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8edeef5-ad1b-469c-ad1b-6fad0fe41633, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8edeef5-ad1b-469c-ad1b-6fad0fe41633, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5765021984977790938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab6b7a4b-40ec-4464-be06-d92fb31229a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c951f1-3b17-4869-89cc-920be0c805f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c951f1-3b17-4869-89cc-920be0c805f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9440052620294790945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8edeef5-ad1b-469c-ad1b-6fad0fe41633, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc29f8b1-8225-4d72-8ca6-7fb2a460f75c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c951f1-3b17-4869-89cc-920be0c805f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdfdbd62-6258-4bca-90bc-751240901734, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc29f8b1-8225-4d72-8ca6-7fb2a460f75c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7657784674995969512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdfdbd62-6258-4bca-90bc-751240901734, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5579162752406008517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdfdbd62-6258-4bca-90bc-751240901734, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc29f8b1-8225-4d72-8ca6-7fb2a460f75c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43f59aaf-68a4-42a1-9214-773794c8a6e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05a835df-f923-476d-a66a-f2efa27ef99e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a835df-f923-476d-a66a-f2efa27ef99e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15434501855273003696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f59aaf-68a4-42a1-9214-773794c8a6e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808654496963057070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a835df-f923-476d-a66a-f2efa27ef99e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05beb123-6750-4d92-9b76-a0628c3fb0cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05beb123-6750-4d92-9b76-a0628c3fb0cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14755738893443332588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f59aaf-68a4-42a1-9214-773794c8a6e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ff32621-ba3a-4382-9b65-e148d012afb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff32621-ba3a-4382-9b65-e148d012afb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11249366098957428672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05beb123-6750-4d92-9b76-a0628c3fb0cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67460b08-f34c-4bfb-83c9-ac29ebefe2d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff32621-ba3a-4382-9b65-e148d012afb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67460b08-f34c-4bfb-83c9-ac29ebefe2d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020723627129643038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7930b0bc-22ea-47d5-8374-ed6c123c3c3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7930b0bc-22ea-47d5-8374-ed6c123c3c3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7836702761512934363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67460b08-f34c-4bfb-83c9-ac29ebefe2d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2baba41-349b-4bc5-a0ad-cefa6afa51c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2baba41-349b-4bc5-a0ad-cefa6afa51c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14576275925483343699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7930b0bc-22ea-47d5-8374-ed6c123c3c3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0f438db-2f12-45c9-9e29-20dbbf8f6003, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f438db-2f12-45c9-9e29-20dbbf8f6003, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10877432209613895938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f438db-2f12-45c9-9e29-20dbbf8f6003, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25673eb8-07a5-4cd1-9053-a9dace2f22cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25673eb8-07a5-4cd1-9053-a9dace2f22cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8593768639235040164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2baba41-349b-4bc5-a0ad-cefa6afa51c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8905376c-dbad-47cd-845b-1abdd097415d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8905376c-dbad-47cd-845b-1abdd097415d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14195366357854221783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25673eb8-07a5-4cd1-9053-a9dace2f22cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83cf7b78-2dc0-4a3a-b4cd-e9f32fc32f38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83cf7b78-2dc0-4a3a-b4cd-e9f32fc32f38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5263213591941174097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8905376c-dbad-47cd-845b-1abdd097415d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50b7cce-52af-4b28-827e-96588d15352c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50b7cce-52af-4b28-827e-96588d15352c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14624199175702478896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83cf7b78-2dc0-4a3a-b4cd-e9f32fc32f38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77b246b4-640a-4985-979a-e4a4181f0ef0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b246b4-640a-4985-979a-e4a4181f0ef0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12367566469486108356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50b7cce-52af-4b28-827e-96588d15352c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77a5871e-c8ee-40a6-8a86-6ac54f2d2eb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a5871e-c8ee-40a6-8a86-6ac54f2d2eb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14020351535901945449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a5871e-c8ee-40a6-8a86-6ac54f2d2eb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a167642-46b0-4b9c-b219-da4e13b198df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a167642-46b0-4b9c-b219-da4e13b198df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11822573713646779773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b246b4-640a-4985-979a-e4a4181f0ef0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceeb539d-88cc-47fb-af2a-bf0d51693c33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceeb539d-88cc-47fb-af2a-bf0d51693c33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6639070230360224449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a167642-46b0-4b9c-b219-da4e13b198df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d4abc6a-da09-43ca-9e6f-3699072cd7a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d4abc6a-da09-43ca-9e6f-3699072cd7a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12996326491724707719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceeb539d-88cc-47fb-af2a-bf0d51693c33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11d1c346-03f3-4a24-b8bd-283875d0760d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d4abc6a-da09-43ca-9e6f-3699072cd7a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11d1c346-03f3-4a24-b8bd-283875d0760d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 929649290706089346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 980e29b1-3cec-4dd3-8834-c3113dccf60b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 980e29b1-3cec-4dd3-8834-c3113dccf60b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2554217389555966073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11d1c346-03f3-4a24-b8bd-283875d0760d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b9174e-0d40-463f-988e-6322aa4861b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b9174e-0d40-463f-988e-6322aa4861b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12233473724129680595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 980e29b1-3cec-4dd3-8834-c3113dccf60b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e7941e-4c66-4105-aaf2-9fffb1588df8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e7941e-4c66-4105-aaf2-9fffb1588df8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15780466772532813145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b9174e-0d40-463f-988e-6322aa4861b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4cc826c-3477-463c-aed5-7d664263cd7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4cc826c-3477-463c-aed5-7d664263cd7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2667472981133641326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e7941e-4c66-4105-aaf2-9fffb1588df8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 964df9df-12ee-4886-8fd7-52318a88d272, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 964df9df-12ee-4886-8fd7-52318a88d272, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3093702585869051565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 964df9df-12ee-4886-8fd7-52318a88d272, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da7b4374-2e1a-478e-91fb-267f8e78fe0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da7b4374-2e1a-478e-91fb-267f8e78fe0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13684916373686734128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4cc826c-3477-463c-aed5-7d664263cd7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d42c843e-a7fe-4aa9-a5e6-66989ba09289, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42c843e-a7fe-4aa9-a5e6-66989ba09289, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16006519766439442246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da7b4374-2e1a-478e-91fb-267f8e78fe0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a85c8f19-2db1-436d-bb22-066120706cdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a85c8f19-2db1-436d-bb22-066120706cdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3566899138790615246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42c843e-a7fe-4aa9-a5e6-66989ba09289, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34d44c06-dc3f-4a26-9c3a-457454231928, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d44c06-dc3f-4a26-9c3a-457454231928, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16933995297146629880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a85c8f19-2db1-436d-bb22-066120706cdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16768e71-0776-4127-89a6-beb02ff09756, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16768e71-0776-4127-89a6-beb02ff09756, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12284150672881631711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d44c06-dc3f-4a26-9c3a-457454231928, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0187e286-91ab-4dcc-b362-4a379fa4af9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0187e286-91ab-4dcc-b362-4a379fa4af9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4169379906977719135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16768e71-0776-4127-89a6-beb02ff09756, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89d25328-d705-41ff-a81e-4d51b55e66e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d25328-d705-41ff-a81e-4d51b55e66e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10055675177927341446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0187e286-91ab-4dcc-b362-4a379fa4af9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e31153e-5f98-4c42-9248-75bf9a710654, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e31153e-5f98-4c42-9248-75bf9a710654, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16522737102520747319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89d25328-d705-41ff-a81e-4d51b55e66e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfd95c4d-4d78-467f-8c5b-413868a5eba0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd95c4d-4d78-467f-8c5b-413868a5eba0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18058784395590905178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e31153e-5f98-4c42-9248-75bf9a710654, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b31d606f-01bb-40a9-87c7-9209da8b84b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b31d606f-01bb-40a9-87c7-9209da8b84b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14631302325264380114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd95c4d-4d78-467f-8c5b-413868a5eba0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f8cfb9a-6f96-47fb-b9b9-f248798e837a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8cfb9a-6f96-47fb-b9b9-f248798e837a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1785935813246758293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b31d606f-01bb-40a9-87c7-9209da8b84b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f34a95d-2177-417f-b4e4-d0396da458fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f34a95d-2177-417f-b4e4-d0396da458fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8958183998478096678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8cfb9a-6f96-47fb-b9b9-f248798e837a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 377732c4-6c6a-449d-a2a2-3e7c466fabfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 377732c4-6c6a-449d-a2a2-3e7c466fabfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9487632525676466779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f34a95d-2177-417f-b4e4-d0396da458fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22f2221c-fc7c-4b2c-9f6f-e0ccbda73dc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f2221c-fc7c-4b2c-9f6f-e0ccbda73dc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859166252231182179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 377732c4-6c6a-449d-a2a2-3e7c466fabfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f2221c-fc7c-4b2c-9f6f-e0ccbda73dc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a000755c-3aa8-4e0b-99c1-d3a5810948eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23411513-7cec-4ccb-9068-c62b73899f64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a000755c-3aa8-4e0b-99c1-d3a5810948eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2888029370277396660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23411513-7cec-4ccb-9068-c62b73899f64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18082107430494899626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a000755c-3aa8-4e0b-99c1-d3a5810948eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23411513-7cec-4ccb-9068-c62b73899f64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 893212c6-668a-4db6-9edb-3ca86e40f10b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 893212c6-668a-4db6-9edb-3ca86e40f10b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18445320149018005963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5e69c7e-6fd6-4a12-a784-ad0ebb7d4eb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5e69c7e-6fd6-4a12-a784-ad0ebb7d4eb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2112274278181994514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 893212c6-668a-4db6-9edb-3ca86e40f10b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22fb67b9-d614-48f5-b7a4-da81e706cf16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22fb67b9-d614-48f5-b7a4-da81e706cf16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1545827872174735077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5e69c7e-6fd6-4a12-a784-ad0ebb7d4eb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4c0ca47-527b-4586-8f59-5461038b4b30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c0ca47-527b-4586-8f59-5461038b4b30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7197434568812613029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22fb67b9-d614-48f5-b7a4-da81e706cf16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed1c41c4-5202-4b96-8aac-2aa065a38e88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1c41c4-5202-4b96-8aac-2aa065a38e88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8380937608714880402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c0ca47-527b-4586-8f59-5461038b4b30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1c41c4-5202-4b96-8aac-2aa065a38e88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3a31160-ccc0-4e73-beb3-2abaf7e53135, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a31160-ccc0-4e73-beb3-2abaf7e53135, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1264410267110376357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eaf4408-98fc-4d6b-ac2b-d51067b2c311, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eaf4408-98fc-4d6b-ac2b-d51067b2c311, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16891155188221750752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a31160-ccc0-4e73-beb3-2abaf7e53135, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232c4ee2-9fcd-4e4d-909b-2d68790a4394, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232c4ee2-9fcd-4e4d-909b-2d68790a4394, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603285160692520797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eaf4408-98fc-4d6b-ac2b-d51067b2c311, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99189dba-d659-403a-8792-969de563473a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99189dba-d659-403a-8792-969de563473a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7859120957429044405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232c4ee2-9fcd-4e4d-909b-2d68790a4394, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04975ca9-6339-4b06-a01a-b24345f72f4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99189dba-d659-403a-8792-969de563473a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04975ca9-6339-4b06-a01a-b24345f72f4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17239181212420563024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6acd812-12dc-4985-9d5d-d962af08172f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6acd812-12dc-4985-9d5d-d962af08172f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7934609390465995425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04975ca9-6339-4b06-a01a-b24345f72f4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc0b29b-7eb4-4a3e-b7b2-5d2c2468fae2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc0b29b-7eb4-4a3e-b7b2-5d2c2468fae2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8944257121263100292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6acd812-12dc-4985-9d5d-d962af08172f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba75a0db-73c5-4c8a-a73b-e268ca95b8e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba75a0db-73c5-4c8a-a73b-e268ca95b8e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16322269822618106145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc0b29b-7eb4-4a3e-b7b2-5d2c2468fae2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5562e1d5-8cc1-4fa7-a130-41d58e5f339b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5562e1d5-8cc1-4fa7-a130-41d58e5f339b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2212901509434118036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba75a0db-73c5-4c8a-a73b-e268ca95b8e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e220abe3-068b-45b9-b02b-a05f323fdfc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e220abe3-068b-45b9-b02b-a05f323fdfc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4164764304210401679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5562e1d5-8cc1-4fa7-a130-41d58e5f339b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c936fa49-7396-4013-ac1e-ec7446de1aed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c936fa49-7396-4013-ac1e-ec7446de1aed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2092128887005269315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e220abe3-068b-45b9-b02b-a05f323fdfc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e241fd29-3b62-4e42-a34d-275a17ed3a73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e241fd29-3b62-4e42-a34d-275a17ed3a73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1723228400547526351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c936fa49-7396-4013-ac1e-ec7446de1aed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e422a025-5836-4842-9c5d-89db6a27fb3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e241fd29-3b62-4e42-a34d-275a17ed3a73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 505ac2c7-4377-4c6c-8ca3-1ead05044ca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 505ac2c7-4377-4c6c-8ca3-1ead05044ca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4156276793818754541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e422a025-5836-4842-9c5d-89db6a27fb3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11244477077893172500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e422a025-5836-4842-9c5d-89db6a27fb3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 505ac2c7-4377-4c6c-8ca3-1ead05044ca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47754dbc-1f4b-4c67-8550-6af17efe5e01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47754dbc-1f4b-4c67-8550-6af17efe5e01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6166747850907705174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82ab82a0-9b09-4b3c-8760-e802bca8d269, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ab82a0-9b09-4b3c-8760-e802bca8d269, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15049232534918300303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47754dbc-1f4b-4c67-8550-6af17efe5e01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ab82a0-9b09-4b3c-8760-e802bca8d269, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad781378-285f-4ec5-80f6-ee6bb22b825d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad781378-285f-4ec5-80f6-ee6bb22b825d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6964017901774214771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85312e5f-b80a-464c-bc2d-27746cb5292b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85312e5f-b80a-464c-bc2d-27746cb5292b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11348477056504994240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad781378-285f-4ec5-80f6-ee6bb22b825d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77a18c11-3507-42d1-9106-197d2a728e5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a18c11-3507-42d1-9106-197d2a728e5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7120611561948406431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85312e5f-b80a-464c-bc2d-27746cb5292b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7931b1c-4215-4fa9-8e19-983a59817765, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7931b1c-4215-4fa9-8e19-983a59817765, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13795937141282810734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a18c11-3507-42d1-9106-197d2a728e5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aac1c2ee-f127-4bfd-93ff-4de1295ea4a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aac1c2ee-f127-4bfd-93ff-4de1295ea4a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11908970023363037859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7931b1c-4215-4fa9-8e19-983a59817765, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b3ecb03-3899-47a7-9ca4-1a665f628350, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b3ecb03-3899-47a7-9ca4-1a665f628350, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3926998755791099065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aac1c2ee-f127-4bfd-93ff-4de1295ea4a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 318c8712-8f74-45c1-84c9-d3ad05fdc38b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318c8712-8f74-45c1-84c9-d3ad05fdc38b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11313248301621989755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b3ecb03-3899-47a7-9ca4-1a665f628350, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ac0142d-2ac9-4be7-8cca-2da4357b7622, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac0142d-2ac9-4be7-8cca-2da4357b7622, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1067732844739712980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318c8712-8f74-45c1-84c9-d3ad05fdc38b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac0142d-2ac9-4be7-8cca-2da4357b7622, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60479916-98f3-4f47-8ade-e0715b682968, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60479916-98f3-4f47-8ade-e0715b682968, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9595600962034544816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad188256-f7bf-441b-b688-81421a9393a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad188256-f7bf-441b-b688-81421a9393a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13184324113907169252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60479916-98f3-4f47-8ade-e0715b682968, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c5051fe-848d-48a8-baf7-10674103a629, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5051fe-848d-48a8-baf7-10674103a629, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17962715630287458671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad188256-f7bf-441b-b688-81421a9393a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b583b00-a7b3-4c92-8900-bc90eea95e91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b583b00-a7b3-4c92-8900-bc90eea95e91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5174710218818500576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5051fe-848d-48a8-baf7-10674103a629, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecd0f216-11ea-4e6b-b4e6-32778e948599, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecd0f216-11ea-4e6b-b4e6-32778e948599, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12784870423867465961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b583b00-a7b3-4c92-8900-bc90eea95e91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d380f039-b92f-4a31-9deb-c97475547184, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d380f039-b92f-4a31-9deb-c97475547184, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5226776285536610743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecd0f216-11ea-4e6b-b4e6-32778e948599, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93331e78-c80a-4791-959f-29f15b7b51bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93331e78-c80a-4791-959f-29f15b7b51bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5464866903759749779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d380f039-b92f-4a31-9deb-c97475547184, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 229f94ff-a595-4ade-9275-caa086d34874, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229f94ff-a595-4ade-9275-caa086d34874, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7668454800963140334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93331e78-c80a-4791-959f-29f15b7b51bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04234a8c-f550-4b8b-a3ce-dca923e87d94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04234a8c-f550-4b8b-a3ce-dca923e87d94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1049978094946509456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229f94ff-a595-4ade-9275-caa086d34874, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c050fab-b6ff-4720-bc57-476d876a2a6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c050fab-b6ff-4720-bc57-476d876a2a6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6077141120603844342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04234a8c-f550-4b8b-a3ce-dca923e87d94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29156ae3-a040-435f-8a91-7c89b068bd7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29156ae3-a040-435f-8a91-7c89b068bd7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11845221675946245618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c050fab-b6ff-4720-bc57-476d876a2a6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45b1571f-ec04-4bdc-8e76-19374e12ea3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45b1571f-ec04-4bdc-8e76-19374e12ea3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14252917053133051679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29156ae3-a040-435f-8a91-7c89b068bd7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eec8c792-9729-4a59-af3c-4c1c5ee33299, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec8c792-9729-4a59-af3c-4c1c5ee33299, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11153384948048987067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45b1571f-ec04-4bdc-8e76-19374e12ea3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7502792e-5caf-4aef-a625-8c0246e7ef03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7502792e-5caf-4aef-a625-8c0246e7ef03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17744688419314268805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec8c792-9729-4a59-af3c-4c1c5ee33299, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6680de2-1e56-49ad-a2b2-5955a9675e3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6680de2-1e56-49ad-a2b2-5955a9675e3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9297821345991453488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7502792e-5caf-4aef-a625-8c0246e7ef03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31eee85d-34a7-4dfd-bb2c-8e8eec6456f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31eee85d-34a7-4dfd-bb2c-8e8eec6456f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9016058333118443497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6680de2-1e56-49ad-a2b2-5955a9675e3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11824609-6bb8-48d5-86cf-2fa371e4e787, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11824609-6bb8-48d5-86cf-2fa371e4e787, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8216364625887893697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31eee85d-34a7-4dfd-bb2c-8e8eec6456f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50d5281b-d7ea-4b18-8a64-906bb2f86b40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d5281b-d7ea-4b18-8a64-906bb2f86b40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4901827494677635345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11824609-6bb8-48d5-86cf-2fa371e4e787, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72d51fef-dec3-4be8-816a-28e0f619ed38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d51fef-dec3-4be8-816a-28e0f619ed38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8219318885726442282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d5281b-d7ea-4b18-8a64-906bb2f86b40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d51d2f4f-9b80-4871-b464-e7960cefcda7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d51fef-dec3-4be8-816a-28e0f619ed38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51d2f4f-9b80-4871-b464-e7960cefcda7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3877828951695712596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4666cc8c-4550-48bf-a6c7-51577b2b0bf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4666cc8c-4550-48bf-a6c7-51577b2b0bf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16844702575041831742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51d2f4f-9b80-4871-b464-e7960cefcda7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de2d478-7f84-4c0e-a4e7-044674df57dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de2d478-7f84-4c0e-a4e7-044674df57dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9785108943286636730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4666cc8c-4550-48bf-a6c7-51577b2b0bf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 838a4844-62d2-4bcb-875e-a24e472f9053, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 838a4844-62d2-4bcb-875e-a24e472f9053, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1481671452602915598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de2d478-7f84-4c0e-a4e7-044674df57dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c98dd80-a45a-469b-b792-4f56e797a300, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 838a4844-62d2-4bcb-875e-a24e472f9053, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c98dd80-a45a-469b-b792-4f56e797a300, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3703266488670150296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95066304-652b-438c-ac85-c8e24ea8167f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95066304-652b-438c-ac85-c8e24ea8167f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17266365271264189537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c98dd80-a45a-469b-b792-4f56e797a300, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2122a742-09af-4f82-a187-33236eb30731, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2122a742-09af-4f82-a187-33236eb30731, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5420833581410936082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95066304-652b-438c-ac85-c8e24ea8167f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 092e4815-4bd7-4c58-821d-55565d86de68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 092e4815-4bd7-4c58-821d-55565d86de68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5492006425006829896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2122a742-09af-4f82-a187-33236eb30731, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8408f11-984a-4e94-b248-9c030fb57dd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8408f11-984a-4e94-b248-9c030fb57dd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10535166364736689518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 092e4815-4bd7-4c58-821d-55565d86de68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a57d3b2e-7387-40cf-80d6-9a5b5e1539b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57d3b2e-7387-40cf-80d6-9a5b5e1539b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 202668358567204821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8408f11-984a-4e94-b248-9c030fb57dd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9a28e45-a8d3-4112-9181-65eec5f39f56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9a28e45-a8d3-4112-9181-65eec5f39f56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17179626165084868772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57d3b2e-7387-40cf-80d6-9a5b5e1539b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c9cb96f-efc4-49fa-995e-3e6c60647a72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9cb96f-efc4-49fa-995e-3e6c60647a72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9007509886555062319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9cb96f-efc4-49fa-995e-3e6c60647a72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ae5a294-6b71-4fd3-8e1d-90953f6d27ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae5a294-6b71-4fd3-8e1d-90953f6d27ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2080951163251800722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9a28e45-a8d3-4112-9181-65eec5f39f56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d817c0d-4af5-43dc-8bf2-8403abf6800b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d817c0d-4af5-43dc-8bf2-8403abf6800b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7224968921647815416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae5a294-6b71-4fd3-8e1d-90953f6d27ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c03f6051-224e-4696-beb9-8dd4920a0536, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03f6051-224e-4696-beb9-8dd4920a0536, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12312106945375846445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d817c0d-4af5-43dc-8bf2-8403abf6800b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cce1177-dd45-415e-85c5-50e49e8d874d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cce1177-dd45-415e-85c5-50e49e8d874d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16707721410674686072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03f6051-224e-4696-beb9-8dd4920a0536, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f35a14d8-cab5-445d-a6be-fa66518570d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f35a14d8-cab5-445d-a6be-fa66518570d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7783913491583922561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cce1177-dd45-415e-85c5-50e49e8d874d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2917b8d0-1b06-4740-b2f4-4dd14fb87004, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2917b8d0-1b06-4740-b2f4-4dd14fb87004, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8564910308030928349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f35a14d8-cab5-445d-a6be-fa66518570d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 356c1806-4be8-471d-ac10-f3535dcb88ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 356c1806-4be8-471d-ac10-f3535dcb88ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 933194927544641797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2917b8d0-1b06-4740-b2f4-4dd14fb87004, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 034781aa-774b-4d1a-b315-0af76d8a1d3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 034781aa-774b-4d1a-b315-0af76d8a1d3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 742876282625654756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 356c1806-4be8-471d-ac10-f3535dcb88ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c89a9fa7-52b7-484a-9285-021ff243b41f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c89a9fa7-52b7-484a-9285-021ff243b41f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10768971094488218896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 034781aa-774b-4d1a-b315-0af76d8a1d3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7438cd84-775f-4586-9973-cd608369b604, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7438cd84-775f-4586-9973-cd608369b604, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17213739622610707879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c89a9fa7-52b7-484a-9285-021ff243b41f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7438cd84-775f-4586-9973-cd608369b604, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13d88e0-b9f8-4a1b-bbf3-557608b2ce75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13d88e0-b9f8-4a1b-bbf3-557608b2ce75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14210155617199806207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa6124cb-e816-4b1b-8c44-d31830edb457, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa6124cb-e816-4b1b-8c44-d31830edb457, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5443874582986415732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13d88e0-b9f8-4a1b-bbf3-557608b2ce75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21d611ba-2c31-42e7-b644-53526c89f702, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d611ba-2c31-42e7-b644-53526c89f702, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9991041511822045907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa6124cb-e816-4b1b-8c44-d31830edb457, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5acfa967-77fc-453d-9e59-169c5237d46f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d611ba-2c31-42e7-b644-53526c89f702, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5acfa967-77fc-453d-9e59-169c5237d46f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12718553973879316700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d7d388c-5b07-4ab8-9444-17cc1e873e00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7d388c-5b07-4ab8-9444-17cc1e873e00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16641926852485882326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7d388c-5b07-4ab8-9444-17cc1e873e00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 778ab674-4f1a-407f-aae2-ab1855d9f6b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 778ab674-4f1a-407f-aae2-ab1855d9f6b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16946573615765870079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5acfa967-77fc-453d-9e59-169c5237d46f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccffef7b-e4a4-4cda-8f90-d20c443be36f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccffef7b-e4a4-4cda-8f90-d20c443be36f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5458339833156469617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 778ab674-4f1a-407f-aae2-ab1855d9f6b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9ffe446-0cb1-4a09-ad1b-ddcce2270bdd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ffe446-0cb1-4a09-ad1b-ddcce2270bdd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11112136475388016738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccffef7b-e4a4-4cda-8f90-d20c443be36f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff788be7-5c4d-4a96-9c99-833346e3c20c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff788be7-5c4d-4a96-9c99-833346e3c20c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12962278351439321163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ffe446-0cb1-4a09-ad1b-ddcce2270bdd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38a67066-2405-4fb8-a633-6b137e6d031a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38a67066-2405-4fb8-a633-6b137e6d031a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4856239893041745607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff788be7-5c4d-4a96-9c99-833346e3c20c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8668989b-0a3d-4f35-b6ca-1b54d54e946b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8668989b-0a3d-4f35-b6ca-1b54d54e946b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2691076110895969944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38a67066-2405-4fb8-a633-6b137e6d031a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e05b32d-95ac-419c-a59d-07eda5f507ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e05b32d-95ac-419c-a59d-07eda5f507ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14090752192868038368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8668989b-0a3d-4f35-b6ca-1b54d54e946b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24e94098-910a-4e57-add3-228b32616739, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e94098-910a-4e57-add3-228b32616739, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14945543597431440543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e05b32d-95ac-419c-a59d-07eda5f507ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ea10cfc-17b9-48ab-8a97-a5cd310782f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea10cfc-17b9-48ab-8a97-a5cd310782f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14773637384633006044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e94098-910a-4e57-add3-228b32616739, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f1956f8-fbf2-491b-84ed-960bded35568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f1956f8-fbf2-491b-84ed-960bded35568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17895047751217307777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f1956f8-fbf2-491b-84ed-960bded35568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ef61e4b-574a-487f-bbf0-b0b588188856, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ef61e4b-574a-487f-bbf0-b0b588188856, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16134739480008216307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea10cfc-17b9-48ab-8a97-a5cd310782f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59cae234-cd14-441d-aee4-7eef572c9567, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59cae234-cd14-441d-aee4-7eef572c9567, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6799866820651314146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59cae234-cd14-441d-aee4-7eef572c9567, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ef61e4b-574a-487f-bbf0-b0b588188856, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd64b9a3-5a6a-429b-b6f6-2b8869fd962e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd64b9a3-5a6a-429b-b6f6-2b8869fd962e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1460900092254820519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df8ad70f-f6c5-4583-ab48-1e30968caffc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8ad70f-f6c5-4583-ab48-1e30968caffc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17324203384364348463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd64b9a3-5a6a-429b-b6f6-2b8869fd962e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e769cbe-89cf-4770-be41-040be8d4cd33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e769cbe-89cf-4770-be41-040be8d4cd33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5402799202760989606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8ad70f-f6c5-4583-ab48-1e30968caffc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e44c6cea-0594-4514-a162-32ca18f820ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e44c6cea-0594-4514-a162-32ca18f820ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16290300799592370054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e769cbe-89cf-4770-be41-040be8d4cd33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c20e16fd-a802-4db8-9df9-e162d0cd9703, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c20e16fd-a802-4db8-9df9-e162d0cd9703, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13742303340188594082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e44c6cea-0594-4514-a162-32ca18f820ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b6ea8a2-8a38-4b47-b6d3-9d38a005ba04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6ea8a2-8a38-4b47-b6d3-9d38a005ba04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13935121625185838980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c20e16fd-a802-4db8-9df9-e162d0cd9703, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c13e8f7-5f75-4468-bba8-f1ed50941192, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c13e8f7-5f75-4468-bba8-f1ed50941192, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15470757398407945981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6ea8a2-8a38-4b47-b6d3-9d38a005ba04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 589e4a4b-1d6e-4521-9531-32d041cb0dad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 589e4a4b-1d6e-4521-9531-32d041cb0dad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2146466496452117681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c13e8f7-5f75-4468-bba8-f1ed50941192, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3e4bcb8-e835-42b3-8192-558ad17af247, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e4bcb8-e835-42b3-8192-558ad17af247, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9569016791598570757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 589e4a4b-1d6e-4521-9531-32d041cb0dad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 049f911e-9d9a-46b5-a4d2-3e21c503a109, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e4bcb8-e835-42b3-8192-558ad17af247, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049f911e-9d9a-46b5-a4d2-3e21c503a109, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 361725799894401293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 996168d6-bf9a-42a0-aa63-c666ffecf835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 996168d6-bf9a-42a0-aa63-c666ffecf835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16273745140174699157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049f911e-9d9a-46b5-a4d2-3e21c503a109, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d1b283e-4f5b-4127-a9c7-b45d807a0dfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d1b283e-4f5b-4127-a9c7-b45d807a0dfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13140739671891839033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 996168d6-bf9a-42a0-aa63-c666ffecf835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a60ce2da-3fde-4482-b511-dd8b927bc116, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60ce2da-3fde-4482-b511-dd8b927bc116, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8959467036296132231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d1b283e-4f5b-4127-a9c7-b45d807a0dfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 032f9af7-be66-4b21-af85-85d9f635d463, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032f9af7-be66-4b21-af85-85d9f635d463, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13888174371891793193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60ce2da-3fde-4482-b511-dd8b927bc116, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 916aa72c-ea90-4ffd-9171-7217a6695f85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916aa72c-ea90-4ffd-9171-7217a6695f85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10481605503303071248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032f9af7-be66-4b21-af85-85d9f635d463, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c09f508e-b673-40e9-8163-c8dcfd812e11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09f508e-b673-40e9-8163-c8dcfd812e11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7368354396007041102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916aa72c-ea90-4ffd-9171-7217a6695f85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33040474-cad3-4a8b-9462-e2f4bf390d8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33040474-cad3-4a8b-9462-e2f4bf390d8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4354011160146344590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33040474-cad3-4a8b-9462-e2f4bf390d8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc6d365b-3f75-436c-9551-adbf81a9a3a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc6d365b-3f75-436c-9551-adbf81a9a3a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3620307195653642115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09f508e-b673-40e9-8163-c8dcfd812e11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc6d365b-3f75-436c-9551-adbf81a9a3a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 397cf140-f270-4605-bdfa-042a4d65e201, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 397cf140-f270-4605-bdfa-042a4d65e201, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206320095237069055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 397cf140-f270-4605-bdfa-042a4d65e201, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 485c604a-298a-43db-91ac-11f357aaad99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 485c604a-298a-43db-91ac-11f357aaad99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3805842487017900986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5ee873-5a8c-49a5-aa20-c87abf542a05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5ee873-5a8c-49a5-aa20-c87abf542a05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15554606645411786270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 485c604a-298a-43db-91ac-11f357aaad99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8d65c25-97c6-4ae5-a6f1-4ed782867457, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8d65c25-97c6-4ae5-a6f1-4ed782867457, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 72094201187564177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7209420118756417772094201187564177720942011875641777209420118756417772094201187564177720942011875641777209420118756417772094201187564177720942011875641777209420118756417772094201187564177720942011875641777209420118756417772094201187564177720942011875641777209420118756417772094201187564177720942011875641777209420118756417772094201187564177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5ee873-5a8c-49a5-aa20-c87abf542a05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d627368-9760-49ab-b5d9-dd00b3d47687, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d627368-9760-49ab-b5d9-dd00b3d47687, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2695605015954089130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8d65c25-97c6-4ae5-a6f1-4ed782867457, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b8edd1d-0bf1-45ad-8d3b-2dc65f8360c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b8edd1d-0bf1-45ad-8d3b-2dc65f8360c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4187473175106353325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d627368-9760-49ab-b5d9-dd00b3d47687, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d2dd714-f547-42c2-a9e7-159bda9cdb52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2dd714-f547-42c2-a9e7-159bda9cdb52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10539894477084269601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b8edd1d-0bf1-45ad-8d3b-2dc65f8360c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb6d42ed-a677-4236-82b6-154900598ca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb6d42ed-a677-4236-82b6-154900598ca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12646190848904191145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb6d42ed-a677-4236-82b6-154900598ca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 612d09f6-1759-45a1-bfe6-10ee38a9f96e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612d09f6-1759-45a1-bfe6-10ee38a9f96e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8270935910769451498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2dd714-f547-42c2-a9e7-159bda9cdb52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed7bfc8e-ca64-4133-a430-af80597f7920, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7bfc8e-ca64-4133-a430-af80597f7920, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6556899193427830047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612d09f6-1759-45a1-bfe6-10ee38a9f96e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e628bfe9-d0e0-4350-b3f2-74dd42fc243c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e628bfe9-d0e0-4350-b3f2-74dd42fc243c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3914569347874169314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7bfc8e-ca64-4133-a430-af80597f7920, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc546053-1858-4369-8cae-3618f52def73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc546053-1858-4369-8cae-3618f52def73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318410780255485134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e628bfe9-d0e0-4350-b3f2-74dd42fc243c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 359a7d3c-27cb-4b3c-9a5f-f449be53bd07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 359a7d3c-27cb-4b3c-9a5f-f449be53bd07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15585101470035458718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc546053-1858-4369-8cae-3618f52def73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 096c1a25-781d-4bc3-979d-980174bde1a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 096c1a25-781d-4bc3-979d-980174bde1a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8761199696144777744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 359a7d3c-27cb-4b3c-9a5f-f449be53bd07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22b9755d-1119-43e2-925a-ed093b588324, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b9755d-1119-43e2-925a-ed093b588324, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15038751831432854578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 096c1a25-781d-4bc3-979d-980174bde1a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 638fb08f-75bf-4936-9bde-19d015953b64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 638fb08f-75bf-4936-9bde-19d015953b64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11084521859339555221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b9755d-1119-43e2-925a-ed093b588324, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 638fb08f-75bf-4936-9bde-19d015953b64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 021c8966-6554-454d-a950-1d3912e61932, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021c8966-6554-454d-a950-1d3912e61932, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8348235053844406115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03efe6f8-cfad-4512-88ea-515bdc627b71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03efe6f8-cfad-4512-88ea-515bdc627b71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12144700811371830600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021c8966-6554-454d-a950-1d3912e61932, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db6747c8-2efc-49b9-82fd-796d85bc2942, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6747c8-2efc-49b9-82fd-796d85bc2942, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13968108615714047087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03efe6f8-cfad-4512-88ea-515bdc627b71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddbf9b9e-0f7f-491b-ab3c-7bd8b2b7e8a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddbf9b9e-0f7f-491b-ab3c-7bd8b2b7e8a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10410877413430822617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6747c8-2efc-49b9-82fd-796d85bc2942, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 438b1548-f86d-4487-904e-8ecf6623d572, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 438b1548-f86d-4487-904e-8ecf6623d572, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15245723669887602436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddbf9b9e-0f7f-491b-ab3c-7bd8b2b7e8a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7b086a9-a680-4b05-89b7-e36ccd1cf7e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b086a9-a680-4b05-89b7-e36ccd1cf7e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16316488207223703001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 438b1548-f86d-4487-904e-8ecf6623d572, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97311c65-10b6-4964-bce5-8474637d9666, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97311c65-10b6-4964-bce5-8474637d9666, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7142038513604020235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b086a9-a680-4b05-89b7-e36ccd1cf7e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a18250cd-8564-4d45-96d4-dc231f4d18e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18250cd-8564-4d45-96d4-dc231f4d18e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13573485940103325233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97311c65-10b6-4964-bce5-8474637d9666, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c34f1a2-6461-4011-9b97-0d7184a5a0a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c34f1a2-6461-4011-9b97-0d7184a5a0a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8639133848274487272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18250cd-8564-4d45-96d4-dc231f4d18e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93ec02a7-f66c-491a-b512-cabbcf392fb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ec02a7-f66c-491a-b512-cabbcf392fb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4447417408298080795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c34f1a2-6461-4011-9b97-0d7184a5a0a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d17b557b-a145-4373-9513-6cf29dce089c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d17b557b-a145-4373-9513-6cf29dce089c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16527575219635536929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ec02a7-f66c-491a-b512-cabbcf392fb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3d36e51-382e-489c-9edd-7cb001e80e68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d36e51-382e-489c-9edd-7cb001e80e68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12059785031939947797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d17b557b-a145-4373-9513-6cf29dce089c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d36e51-382e-489c-9edd-7cb001e80e68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c32b992e-a303-4dba-a786-06ea697074b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f1a124c-fe62-4c50-8433-fd2dcaa111fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32b992e-a303-4dba-a786-06ea697074b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5752876565338019817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f1a124c-fe62-4c50-8433-fd2dcaa111fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13984806006420195098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32b992e-a303-4dba-a786-06ea697074b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e8178a2-f1d2-4f44-9c9d-52f66ec224e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e8178a2-f1d2-4f44-9c9d-52f66ec224e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9370332652733229304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f1a124c-fe62-4c50-8433-fd2dcaa111fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e11f1762-9f8e-4e73-88d8-db2035ba481f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11f1762-9f8e-4e73-88d8-db2035ba481f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150730816838377671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e8178a2-f1d2-4f44-9c9d-52f66ec224e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c70df25-2361-45a2-9851-360cd366dc2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11f1762-9f8e-4e73-88d8-db2035ba481f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c70df25-2361-45a2-9851-360cd366dc2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14008203036785403542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c26b6ed-f2ea-4495-8d22-35bd4a527fbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c26b6ed-f2ea-4495-8d22-35bd4a527fbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6566382877277299160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c70df25-2361-45a2-9851-360cd366dc2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2302b972-90ad-4c64-9b2d-e4dbdf70aa38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2302b972-90ad-4c64-9b2d-e4dbdf70aa38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9886356898322224655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c26b6ed-f2ea-4495-8d22-35bd4a527fbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ecedcd4-96f8-4305-b7b0-2ac5b6966951, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ecedcd4-96f8-4305-b7b0-2ac5b6966951, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3525713411666571656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2302b972-90ad-4c64-9b2d-e4dbdf70aa38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ecedcd4-96f8-4305-b7b0-2ac5b6966951, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dffd08ed-1cf6-471c-97b6-f46bcc0ed8d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dffd08ed-1cf6-471c-97b6-f46bcc0ed8d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17235294158253229742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f23ecf8-6a19-4832-9323-f1645ac1621a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f23ecf8-6a19-4832-9323-f1645ac1621a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16351421599260653775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dffd08ed-1cf6-471c-97b6-f46bcc0ed8d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d113629b-676b-43ac-9d3f-8cef16c55ed8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d113629b-676b-43ac-9d3f-8cef16c55ed8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7787901621975291548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f23ecf8-6a19-4832-9323-f1645ac1621a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c33cc80-66ca-40a3-8b88-8ddd9e6ba296, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c33cc80-66ca-40a3-8b88-8ddd9e6ba296, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10536251636555330828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d113629b-676b-43ac-9d3f-8cef16c55ed8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcbff7bc-954d-4640-b193-42de4c479660, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcbff7bc-954d-4640-b193-42de4c479660, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10545937499826690758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c33cc80-66ca-40a3-8b88-8ddd9e6ba296, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcbff7bc-954d-4640-b193-42de4c479660, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 164dda7d-251b-4a06-a97d-a8c6e2674a87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 164dda7d-251b-4a06-a97d-a8c6e2674a87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8147524704612921925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 249057b8-c0df-47c9-90ee-4014651bf5b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249057b8-c0df-47c9-90ee-4014651bf5b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10095069083210116544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249057b8-c0df-47c9-90ee-4014651bf5b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e83ce6-8e3d-401d-bd6b-66547b1a7905, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e83ce6-8e3d-401d-bd6b-66547b1a7905, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8979687564252570566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 164dda7d-251b-4a06-a97d-a8c6e2674a87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aa47582-3451-4de5-8c05-edb967ba4d28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa47582-3451-4de5-8c05-edb967ba4d28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6021595036747752287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e83ce6-8e3d-401d-bd6b-66547b1a7905, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6023c38-117c-4a2d-80bb-542bb9fd1cbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6023c38-117c-4a2d-80bb-542bb9fd1cbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2525630401235979721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa47582-3451-4de5-8c05-edb967ba4d28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1be987eb-06e7-4c63-923b-8543de7c5393, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be987eb-06e7-4c63-923b-8543de7c5393, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5708872989876150896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6023c38-117c-4a2d-80bb-542bb9fd1cbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5940352-75bc-49af-bcab-df38eb26ef0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5940352-75bc-49af-bcab-df38eb26ef0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 379864578520471812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be987eb-06e7-4c63-923b-8543de7c5393, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1815ca65-a4f1-4c0c-86bb-b9164ff02d8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1815ca65-a4f1-4c0c-86bb-b9164ff02d8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4717600169386279343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5940352-75bc-49af-bcab-df38eb26ef0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b76a6ecd-3ff8-457e-ba37-81fb09ae73f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76a6ecd-3ff8-457e-ba37-81fb09ae73f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1741218907825044095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1815ca65-a4f1-4c0c-86bb-b9164ff02d8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7325d192-d8ea-4916-88aa-7dfd69d39eca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7325d192-d8ea-4916-88aa-7dfd69d39eca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4757381830657913375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76a6ecd-3ff8-457e-ba37-81fb09ae73f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74da3932-52d6-4052-9648-5e789a8b6f13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74da3932-52d6-4052-9648-5e789a8b6f13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9910596298169031639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7325d192-d8ea-4916-88aa-7dfd69d39eca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6463b179-ee88-4029-8334-d396aada6f8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6463b179-ee88-4029-8334-d396aada6f8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10922937493556831306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74da3932-52d6-4052-9648-5e789a8b6f13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0bc2eaf-4e3d-4e33-bca6-d4b79815adbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0bc2eaf-4e3d-4e33-bca6-d4b79815adbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129593749368174997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6463b179-ee88-4029-8334-d396aada6f8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9ca88f9-e90e-4cf6-a0d0-ea923a62c117, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9ca88f9-e90e-4cf6-a0d0-ea923a62c117, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3912734829566336798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0bc2eaf-4e3d-4e33-bca6-d4b79815adbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2413da42-fb0a-4c4e-9442-d27279e4acc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9ca88f9-e90e-4cf6-a0d0-ea923a62c117, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2413da42-fb0a-4c4e-9442-d27279e4acc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003569267248394689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab83b2b0-cf78-4c9e-bb21-a9f8b13a6ccd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab83b2b0-cf78-4c9e-bb21-a9f8b13a6ccd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16740966682423120742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2413da42-fb0a-4c4e-9442-d27279e4acc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc4cb520-bcfe-443d-bb5d-67ffd76d81a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4cb520-bcfe-443d-bb5d-67ffd76d81a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13612410335124458631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab83b2b0-cf78-4c9e-bb21-a9f8b13a6ccd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50cdb9ab-f1f3-4799-a437-da93bb39b804, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50cdb9ab-f1f3-4799-a437-da93bb39b804, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15102235210726140050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4cb520-bcfe-443d-bb5d-67ffd76d81a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3ad434-983a-41cf-bc4d-f276a07455e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3ad434-983a-41cf-bc4d-f276a07455e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13096568699253443695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50cdb9ab-f1f3-4799-a437-da93bb39b804, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7927265b-1136-4cc8-8801-f41de7221f73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7927265b-1136-4cc8-8801-f41de7221f73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16337818053323617296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3ad434-983a-41cf-bc4d-f276a07455e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7927265b-1136-4cc8-8801-f41de7221f73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06eea6c9-e71d-4509-9fc2-989566b1f2cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06eea6c9-e71d-4509-9fc2-989566b1f2cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17698996797351518881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17a56292-dff4-4848-af21-3cd926a96d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a56292-dff4-4848-af21-3cd926a96d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17678329416704335158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06eea6c9-e71d-4509-9fc2-989566b1f2cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b93278df-1b76-4ac7-9199-fa65774cb69e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b93278df-1b76-4ac7-9199-fa65774cb69e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1116895105401524705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a56292-dff4-4848-af21-3cd926a96d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e543a35-28ea-4a6e-b168-b2636e545c35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e543a35-28ea-4a6e-b168-b2636e545c35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4231066569134955877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b93278df-1b76-4ac7-9199-fa65774cb69e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0882343-d992-4cc3-880e-94d55bd5446b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0882343-d992-4cc3-880e-94d55bd5446b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3850114754037799569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e543a35-28ea-4a6e-b168-b2636e545c35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a08b9553-f872-41e5-8dd5-3dfe3225f49a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08b9553-f872-41e5-8dd5-3dfe3225f49a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7452074555270800107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0882343-d992-4cc3-880e-94d55bd5446b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80f6f7c1-acab-4551-a43f-41f3d58e7801, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80f6f7c1-acab-4551-a43f-41f3d58e7801, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7350983559439886381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08b9553-f872-41e5-8dd5-3dfe3225f49a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db317756-024c-4749-8ca7-b56457b0de54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db317756-024c-4749-8ca7-b56457b0de54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3578920346104436120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80f6f7c1-acab-4551-a43f-41f3d58e7801, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d29e463f-7b8b-43cb-920e-5df54af4d576, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d29e463f-7b8b-43cb-920e-5df54af4d576, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3854411188721537204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db317756-024c-4749-8ca7-b56457b0de54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae364bae-a25d-4177-a891-0a8277b4a4b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae364bae-a25d-4177-a891-0a8277b4a4b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15741613086408750858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d29e463f-7b8b-43cb-920e-5df54af4d576, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 501b4fed-974e-45ec-8f90-bafd3b452e56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501b4fed-974e-45ec-8f90-bafd3b452e56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17104829000703864138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae364bae-a25d-4177-a891-0a8277b4a4b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96ed5a39-5558-48a7-9544-e6e1b0559c9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96ed5a39-5558-48a7-9544-e6e1b0559c9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2884405607190078578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501b4fed-974e-45ec-8f90-bafd3b452e56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b5d5d00-73b5-406c-90ee-e059f15c2adc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5d5d00-73b5-406c-90ee-e059f15c2adc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14831066188295707418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96ed5a39-5558-48a7-9544-e6e1b0559c9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4873018f-b4cb-4707-b686-df546e35fbd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4873018f-b4cb-4707-b686-df546e35fbd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10418019856497529940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5d5d00-73b5-406c-90ee-e059f15c2adc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86683b01-5dc9-4771-8065-ed341b5db353, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86683b01-5dc9-4771-8065-ed341b5db353, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6702065922993733494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4873018f-b4cb-4707-b686-df546e35fbd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 872971c6-5761-46de-b3c6-68590a0fd504, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 872971c6-5761-46de-b3c6-68590a0fd504, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5414055224329312405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86683b01-5dc9-4771-8065-ed341b5db353, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3cf96fd-0123-4dab-a4b0-720de35dbe01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3cf96fd-0123-4dab-a4b0-720de35dbe01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3232307428976995953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 872971c6-5761-46de-b3c6-68590a0fd504, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9eb4b7-5e73-42c9-b20b-fec2881f7b3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9eb4b7-5e73-42c9-b20b-fec2881f7b3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2742235057964179344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3cf96fd-0123-4dab-a4b0-720de35dbe01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68e8a0a0-c6a5-4fde-996a-06872e21e1e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9eb4b7-5e73-42c9-b20b-fec2881f7b3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68e8a0a0-c6a5-4fde-996a-06872e21e1e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3860735167008427593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e752c63-5a1d-4fdd-b9af-fb932beffef7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e752c63-5a1d-4fdd-b9af-fb932beffef7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16899620385862166542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68e8a0a0-c6a5-4fde-996a-06872e21e1e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69be1579-d18d-42f1-9007-93148e10a8f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69be1579-d18d-42f1-9007-93148e10a8f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3545792796477472062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e752c63-5a1d-4fdd-b9af-fb932beffef7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f011517-ea7e-4a48-bf10-434f2ff18e39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f011517-ea7e-4a48-bf10-434f2ff18e39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17799293284537473497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69be1579-d18d-42f1-9007-93148e10a8f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57a2dd37-c653-4496-aca3-efaba95801e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57a2dd37-c653-4496-aca3-efaba95801e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15982970299059104249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f011517-ea7e-4a48-bf10-434f2ff18e39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49c61da3-6bcc-4d0b-958d-a123712ebe3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c61da3-6bcc-4d0b-958d-a123712ebe3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15608097772637855847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57a2dd37-c653-4496-aca3-efaba95801e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c61da3-6bcc-4d0b-958d-a123712ebe3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f32e70b2-59b5-43a7-b0ec-4593a0da0ec3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f32e70b2-59b5-43a7-b0ec-4593a0da0ec3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6467727393704306817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 869bedd2-bbc7-45e5-a794-e091f5db8731, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 869bedd2-bbc7-45e5-a794-e091f5db8731, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13961620557094727182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f32e70b2-59b5-43a7-b0ec-4593a0da0ec3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 869bedd2-bbc7-45e5-a794-e091f5db8731, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3ff7f19-8c16-4642-9daf-62422b024091, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3ff7f19-8c16-4642-9daf-62422b024091, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14068973006408005044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be4b3192-c207-41a7-bfe5-bed6973e2b52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be4b3192-c207-41a7-bfe5-bed6973e2b52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5471340746888173348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3ff7f19-8c16-4642-9daf-62422b024091, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b734d66f-db64-4091-b64e-5a646433d337, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be4b3192-c207-41a7-bfe5-bed6973e2b52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccc8fa4c-5648-457f-ac10-6e6ec2b82d05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc8fa4c-5648-457f-ac10-6e6ec2b82d05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18435718138663374114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b734d66f-db64-4091-b64e-5a646433d337, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7054863433138468958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc8fa4c-5648-457f-ac10-6e6ec2b82d05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b9bfdaa-4906-4a65-9e58-f30093d8810d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9bfdaa-4906-4a65-9e58-f30093d8810d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12394906136778945461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9bfdaa-4906-4a65-9e58-f30093d8810d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 186088ef-946a-4c0c-bf80-24c3c97c540d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186088ef-946a-4c0c-bf80-24c3c97c540d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319849148729694211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b734d66f-db64-4091-b64e-5a646433d337, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a054757-fbe4-4551-8ee9-b0da34635fb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a054757-fbe4-4551-8ee9-b0da34635fb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2497181288070655692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186088ef-946a-4c0c-bf80-24c3c97c540d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5113acf6-781a-483c-979a-edd5cebecf27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5113acf6-781a-483c-979a-edd5cebecf27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8852631994000209804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a054757-fbe4-4551-8ee9-b0da34635fb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1d2eff8-a197-4749-946d-209265cf9ba4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1d2eff8-a197-4749-946d-209265cf9ba4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16663055542619531374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5113acf6-781a-483c-979a-edd5cebecf27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb17d1cf-01f1-4fd1-9481-e8b593060b64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb17d1cf-01f1-4fd1-9481-e8b593060b64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 89572462975386245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8957246297538624589572462975386245895724629753862458957246297538624589572462975386245895724629753862458957246297538624589572462975386245895724629753862458957246297538624589572462975386245895724629753862458957246297538624589572462975386245895724629753862458957246297538624589572462975386245895724629753862458957246297538624589572462975386245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1d2eff8-a197-4749-946d-209265cf9ba4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ecc1055-7851-414e-8c6c-9f3f796f4072, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ecc1055-7851-414e-8c6c-9f3f796f4072, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 654382313610690357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb17d1cf-01f1-4fd1-9481-e8b593060b64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26032adf-9be3-4b0f-b95b-25d430719c39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26032adf-9be3-4b0f-b95b-25d430719c39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16599883778527204139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ecc1055-7851-414e-8c6c-9f3f796f4072, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c3844d3-bc6f-4993-85aa-19e6dc03ffd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c3844d3-bc6f-4993-85aa-19e6dc03ffd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12218396647035401883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26032adf-9be3-4b0f-b95b-25d430719c39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 171f8485-4d3f-4422-aa89-168155e753a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 171f8485-4d3f-4422-aa89-168155e753a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15975534104655358168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c3844d3-bc6f-4993-85aa-19e6dc03ffd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74a6e13c-9281-45cf-9a25-1852ec32688d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a6e13c-9281-45cf-9a25-1852ec32688d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15257446971662314245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 171f8485-4d3f-4422-aa89-168155e753a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46e58e32-7365-4b57-83a3-2009f8262710, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e58e32-7365-4b57-83a3-2009f8262710, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15626896738398262653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a6e13c-9281-45cf-9a25-1852ec32688d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d83899f-3deb-49b1-90e6-f7143830f0eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d83899f-3deb-49b1-90e6-f7143830f0eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11797165123648196421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e58e32-7365-4b57-83a3-2009f8262710, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 796fbcf8-923c-4ec8-9d1c-5bcbe3dcf9b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 796fbcf8-923c-4ec8-9d1c-5bcbe3dcf9b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5311174178089670565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d83899f-3deb-49b1-90e6-f7143830f0eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 226035ff-4c14-47fa-a83b-e247c314c606, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226035ff-4c14-47fa-a83b-e247c314c606, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6924449719213925688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 796fbcf8-923c-4ec8-9d1c-5bcbe3dcf9b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 098daa94-b507-4e18-980b-3c8b6817269a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 098daa94-b507-4e18-980b-3c8b6817269a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13248120360769124016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226035ff-4c14-47fa-a83b-e247c314c606, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9dec544-92ce-4604-9bbd-5b60b20bcf51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9dec544-92ce-4604-9bbd-5b60b20bcf51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3543961737137581557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 098daa94-b507-4e18-980b-3c8b6817269a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f105d53-1fc2-4ecf-ab63-18805216cf8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f105d53-1fc2-4ecf-ab63-18805216cf8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13881529919015173041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9dec544-92ce-4604-9bbd-5b60b20bcf51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6c8a51-c2a1-48fe-a6c0-dacf0bbf8e93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6c8a51-c2a1-48fe-a6c0-dacf0bbf8e93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8883798016164033885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6c8a51-c2a1-48fe-a6c0-dacf0bbf8e93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d7e8f4a-c263-4bad-8d27-bb06dca9e380, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7e8f4a-c263-4bad-8d27-bb06dca9e380, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18070999619356123305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f105d53-1fc2-4ecf-ab63-18805216cf8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 668ac3c7-7611-4b28-92a1-3138d0c87b8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668ac3c7-7611-4b28-92a1-3138d0c87b8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5664948700812893635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7e8f4a-c263-4bad-8d27-bb06dca9e380, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccb6bc5b-b2f5-470f-a78b-eb214dcbb561, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668ac3c7-7611-4b28-92a1-3138d0c87b8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d4350f-b69b-48c3-8d16-fe3c903dc8d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d4350f-b69b-48c3-8d16-fe3c903dc8d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4223691970468657970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb6bc5b-b2f5-470f-a78b-eb214dcbb561, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3021363149015430149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d4350f-b69b-48c3-8d16-fe3c903dc8d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f2ceb12-3629-4d44-b518-1526597f958d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f2ceb12-3629-4d44-b518-1526597f958d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4915774231390457906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb6bc5b-b2f5-470f-a78b-eb214dcbb561, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d21341f0-db48-4d9a-ba89-b836ab041ae9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d21341f0-db48-4d9a-ba89-b836ab041ae9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14760170552156223389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f2ceb12-3629-4d44-b518-1526597f958d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8728a2cd-2f47-4c4e-a98e-e2ac038c7537, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8728a2cd-2f47-4c4e-a98e-e2ac038c7537, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9793679117492737526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d21341f0-db48-4d9a-ba89-b836ab041ae9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14b23997-d01a-42e9-b27a-d772d58acf30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8728a2cd-2f47-4c4e-a98e-e2ac038c7537, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14b23997-d01a-42e9-b27a-d772d58acf30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14909251755971312546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54bd27b2-ee35-4b33-855e-79f6b67ef371, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bd27b2-ee35-4b33-855e-79f6b67ef371, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13416520189034321326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14b23997-d01a-42e9-b27a-d772d58acf30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 623523eb-de37-4a65-b078-a7d8619969a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 623523eb-de37-4a65-b078-a7d8619969a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9294116913059557467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bd27b2-ee35-4b33-855e-79f6b67ef371, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeb53c58-7eaa-4405-9ecc-bdd50872322e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb53c58-7eaa-4405-9ecc-bdd50872322e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757271273328641608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 623523eb-de37-4a65-b078-a7d8619969a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df03490b-e45f-4a70-8fd6-184cdd89b6de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df03490b-e45f-4a70-8fd6-184cdd89b6de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2146552599902062588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb53c58-7eaa-4405-9ecc-bdd50872322e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca93bf91-ff70-4ab1-a61f-ac1bc9242a04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca93bf91-ff70-4ab1-a61f-ac1bc9242a04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16955465086216123313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df03490b-e45f-4a70-8fd6-184cdd89b6de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c1007c6-274c-4f13-ab69-7d4e80fea07a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1007c6-274c-4f13-ab69-7d4e80fea07a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14368284401270712872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca93bf91-ff70-4ab1-a61f-ac1bc9242a04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67b4feb6-aab4-47c4-b67a-de365093b59d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67b4feb6-aab4-47c4-b67a-de365093b59d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17118837838438865199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1007c6-274c-4f13-ab69-7d4e80fea07a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a80a754-5010-42ef-8e62-e3b984ec853c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a80a754-5010-42ef-8e62-e3b984ec853c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11787442758968131944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67b4feb6-aab4-47c4-b67a-de365093b59d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 917565e7-83fd-4108-84d1-3c3a4c705fcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 917565e7-83fd-4108-84d1-3c3a4c705fcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9359041655529299320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a80a754-5010-42ef-8e62-e3b984ec853c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97336957-561f-49aa-a53a-6fdc5de84962, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97336957-561f-49aa-a53a-6fdc5de84962, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6847366977624643101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 917565e7-83fd-4108-84d1-3c3a4c705fcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42fb5324-0a64-4881-ad7d-15c56eb5b4a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42fb5324-0a64-4881-ad7d-15c56eb5b4a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1155921736028154191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97336957-561f-49aa-a53a-6fdc5de84962, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98de2712-f18b-4b25-b412-a3be6f11571a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98de2712-f18b-4b25-b412-a3be6f11571a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680765152716156673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42fb5324-0a64-4881-ad7d-15c56eb5b4a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a993bf7e-13c7-479c-8853-87465cfdebec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a993bf7e-13c7-479c-8853-87465cfdebec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10320730562691412151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98de2712-f18b-4b25-b412-a3be6f11571a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 641825da-f22b-47cc-8ec8-043db5887b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 641825da-f22b-47cc-8ec8-043db5887b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10016497989715906136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a993bf7e-13c7-479c-8853-87465cfdebec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 469b4dfd-8e86-4c4a-9960-edafaec2a615, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469b4dfd-8e86-4c4a-9960-edafaec2a615, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1286566973841602521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 641825da-f22b-47cc-8ec8-043db5887b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a6253f3-fd2e-4b85-af40-75a1fe86045c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a6253f3-fd2e-4b85-af40-75a1fe86045c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7506028679528436424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469b4dfd-8e86-4c4a-9960-edafaec2a615, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5daa338c-90ec-41e5-abd1-7b320b5f9517, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5daa338c-90ec-41e5-abd1-7b320b5f9517, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2631372981955544000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a6253f3-fd2e-4b85-af40-75a1fe86045c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd79986f-d928-43a8-80d2-c702363903bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd79986f-d928-43a8-80d2-c702363903bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14801388416155516867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5daa338c-90ec-41e5-abd1-7b320b5f9517, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de397a50-be86-421a-afcf-91f5affb4eda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de397a50-be86-421a-afcf-91f5affb4eda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7112035185141316510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd79986f-d928-43a8-80d2-c702363903bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0bb335a-32a6-4f0d-87f1-633fd831de32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0bb335a-32a6-4f0d-87f1-633fd831de32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14678121776992571555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de397a50-be86-421a-afcf-91f5affb4eda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ec5fd39-2669-4b6c-af34-157492a07bb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec5fd39-2669-4b6c-af34-157492a07bb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5911231454378899039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0bb335a-32a6-4f0d-87f1-633fd831de32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bfb1b48-be5f-4c63-be0b-856f308eb1bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bfb1b48-be5f-4c63-be0b-856f308eb1bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 494173236101040704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec5fd39-2669-4b6c-af34-157492a07bb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bd38eae-9d2a-4a7e-a45c-fa83cd45a56d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd38eae-9d2a-4a7e-a45c-fa83cd45a56d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9120363258858640268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bfb1b48-be5f-4c63-be0b-856f308eb1bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb10ccf6-229d-414b-8e9e-4f3ff84e7d60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb10ccf6-229d-414b-8e9e-4f3ff84e7d60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7997238438996575117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd38eae-9d2a-4a7e-a45c-fa83cd45a56d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d4e5449-fa43-4dc2-a28c-bd871087ad14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d4e5449-fa43-4dc2-a28c-bd871087ad14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6426299097127064073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb10ccf6-229d-414b-8e9e-4f3ff84e7d60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb7833f-06ef-44dc-9d81-8d2ce16bd7a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb7833f-06ef-44dc-9d81-8d2ce16bd7a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8420118715129772041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d4e5449-fa43-4dc2-a28c-bd871087ad14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df19a264-3d66-4200-b57b-0b71dcd5d26b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df19a264-3d66-4200-b57b-0b71dcd5d26b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13367587214290505789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb7833f-06ef-44dc-9d81-8d2ce16bd7a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df19a264-3d66-4200-b57b-0b71dcd5d26b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305d0a57-20d8-44bd-9f78-16e840693e6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305d0a57-20d8-44bd-9f78-16e840693e6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14152514826717703717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a730fb-0781-4480-9253-e10f75acae4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a730fb-0781-4480-9253-e10f75acae4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838708250858718520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305d0a57-20d8-44bd-9f78-16e840693e6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c544202-2747-4621-ba81-aae9fab9d167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c544202-2747-4621-ba81-aae9fab9d167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11854443556916417646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a730fb-0781-4480-9253-e10f75acae4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e6f8944-f9da-4b2f-a851-24b80f3896eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6f8944-f9da-4b2f-a851-24b80f3896eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5626340080703304470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c544202-2747-4621-ba81-aae9fab9d167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c1e534a-80ea-4838-9afe-ff88417047d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1e534a-80ea-4838-9afe-ff88417047d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15166809903415848456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6f8944-f9da-4b2f-a851-24b80f3896eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dde18a3-1bcc-4762-b390-1aac2cb4f55a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dde18a3-1bcc-4762-b390-1aac2cb4f55a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11657924907284617395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1e534a-80ea-4838-9afe-ff88417047d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9236bcea-8b60-4a5c-a522-20697c3c8817, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9236bcea-8b60-4a5c-a522-20697c3c8817, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13848257111932938735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dde18a3-1bcc-4762-b390-1aac2cb4f55a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3292ba4-ca7e-4d17-8c09-d44828f8cdde, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3292ba4-ca7e-4d17-8c09-d44828f8cdde, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5478396201307942404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9236bcea-8b60-4a5c-a522-20697c3c8817, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d23fa313-1e35-451a-857c-a7f443998fbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d23fa313-1e35-451a-857c-a7f443998fbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7779013893618389881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3292ba4-ca7e-4d17-8c09-d44828f8cdde, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1b4b708-5555-4bef-84ff-02e616c8d04b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b4b708-5555-4bef-84ff-02e616c8d04b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16177805383833124092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d23fa313-1e35-451a-857c-a7f443998fbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecca1999-e0ec-4da3-b5fc-087bfbc4e519, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecca1999-e0ec-4da3-b5fc-087bfbc4e519, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1262524368196890246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b4b708-5555-4bef-84ff-02e616c8d04b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b9af6ad-1d2b-43a4-9614-7446182fb38e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b9af6ad-1d2b-43a4-9614-7446182fb38e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6579668770467672256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecca1999-e0ec-4da3-b5fc-087bfbc4e519, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a6f4e9d-8f24-4f76-ba3b-4411e0e59819, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a6f4e9d-8f24-4f76-ba3b-4411e0e59819, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6980430718962267398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b9af6ad-1d2b-43a4-9614-7446182fb38e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61e57cb8-123b-4035-b07c-15c83683f73b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e57cb8-123b-4035-b07c-15c83683f73b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17959771498828932749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a6f4e9d-8f24-4f76-ba3b-4411e0e59819, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 687d8f5f-8db2-46e2-9b7d-7f0577374f4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 687d8f5f-8db2-46e2-9b7d-7f0577374f4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 520911412239962868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e57cb8-123b-4035-b07c-15c83683f73b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e04d59a1-b70f-449b-b298-41953db3ff03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e04d59a1-b70f-449b-b298-41953db3ff03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6192168720453587220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 687d8f5f-8db2-46e2-9b7d-7f0577374f4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3d17e63-fab9-40ae-8b82-4827b095f848, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d17e63-fab9-40ae-8b82-4827b095f848, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3464114947475062519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e04d59a1-b70f-449b-b298-41953db3ff03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bead112f-2d94-45fb-b058-fbee94d5a2ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bead112f-2d94-45fb-b058-fbee94d5a2ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15426221170844544761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bead112f-2d94-45fb-b058-fbee94d5a2ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58a790de-fb68-46d1-846d-78b0832c0663, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a790de-fb68-46d1-846d-78b0832c0663, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3554987094583712618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d17e63-fab9-40ae-8b82-4827b095f848, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfda70d2-2c8a-4785-bae9-0b2d1b603ec9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfda70d2-2c8a-4785-bae9-0b2d1b603ec9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10796046237116915636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a790de-fb68-46d1-846d-78b0832c0663, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61bcdff8-d63d-4967-b92e-46fafb8ded76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61bcdff8-d63d-4967-b92e-46fafb8ded76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3266889233215689779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfda70d2-2c8a-4785-bae9-0b2d1b603ec9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38209073-9a3a-46b4-aee0-68b3ee9b7700, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38209073-9a3a-46b4-aee0-68b3ee9b7700, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1292314399942348612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61bcdff8-d63d-4967-b92e-46fafb8ded76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38209073-9a3a-46b4-aee0-68b3ee9b7700, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 730de8e9-53ac-4eb4-bde0-aef5e065b8e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d85dcc-cd99-4545-91bb-6eba9d932b69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d85dcc-cd99-4545-91bb-6eba9d932b69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13268237981234566503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 730de8e9-53ac-4eb4-bde0-aef5e065b8e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4926329997225872154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d85dcc-cd99-4545-91bb-6eba9d932b69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 730de8e9-53ac-4eb4-bde0-aef5e065b8e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f9e2a45-2aad-4902-80e8-4f41b4e67e67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f9e2a45-2aad-4902-80e8-4f41b4e67e67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8587882234326234647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7abc00e9-fa1a-42d5-9f75-92eb99cce987, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7abc00e9-fa1a-42d5-9f75-92eb99cce987, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3647031491550230296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f9e2a45-2aad-4902-80e8-4f41b4e67e67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9338b53d-c1c7-4020-bfa9-4dac575b8061, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9338b53d-c1c7-4020-bfa9-4dac575b8061, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13822278366803626076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7abc00e9-fa1a-42d5-9f75-92eb99cce987, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 282b8112-f723-47ba-8438-b3fa36efd8a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282b8112-f723-47ba-8438-b3fa36efd8a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13125032820851752641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9338b53d-c1c7-4020-bfa9-4dac575b8061, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d36dc58-a9ef-4a6d-a9d2-bd47d336852a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d36dc58-a9ef-4a6d-a9d2-bd47d336852a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17248275201249665511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282b8112-f723-47ba-8438-b3fa36efd8a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed97e012-50d2-451d-86af-bb92256fed0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed97e012-50d2-451d-86af-bb92256fed0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5150092723799259604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d36dc58-a9ef-4a6d-a9d2-bd47d336852a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eaf0fae-57d1-427f-a855-6cb8222028a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eaf0fae-57d1-427f-a855-6cb8222028a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3103140662393065078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed97e012-50d2-451d-86af-bb92256fed0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 763a0671-e7b3-4137-91c5-2324cfd39546, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 763a0671-e7b3-4137-91c5-2324cfd39546, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18065996423831320923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eaf0fae-57d1-427f-a855-6cb8222028a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d9cc445-6c22-4206-befe-71add7b3d57f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9cc445-6c22-4206-befe-71add7b3d57f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 717763611403683906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 763a0671-e7b3-4137-91c5-2324cfd39546, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6fa3c33-1f6e-4091-8b1f-94a78e533db7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6fa3c33-1f6e-4091-8b1f-94a78e533db7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15978600896203813473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9cc445-6c22-4206-befe-71add7b3d57f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2fe1117-c2df-4eb0-86bd-190c63260463, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2fe1117-c2df-4eb0-86bd-190c63260463, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5434304817087347221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6fa3c33-1f6e-4091-8b1f-94a78e533db7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ef1bd4e-cba9-4399-97a9-ef4571185618, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ef1bd4e-cba9-4399-97a9-ef4571185618, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12930691975557592214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2fe1117-c2df-4eb0-86bd-190c63260463, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fadb567-c496-436b-ac3a-9b2a8aec7e15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fadb567-c496-436b-ac3a-9b2a8aec7e15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10959212090891547489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ef1bd4e-cba9-4399-97a9-ef4571185618, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40994593-6d3e-446c-aa12-b0dff0ade425, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40994593-6d3e-446c-aa12-b0dff0ade425, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8216014987581705852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fadb567-c496-436b-ac3a-9b2a8aec7e15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a7149b-25c7-429c-a45c-13e520a1c460, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a7149b-25c7-429c-a45c-13e520a1c460, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6975957323540828751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40994593-6d3e-446c-aa12-b0dff0ade425, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c4c903b-abf1-42b4-b07e-8296cbf2486e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4c903b-abf1-42b4-b07e-8296cbf2486e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10787081932188569807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a7149b-25c7-429c-a45c-13e520a1c460, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 478ceff9-10b9-4f32-a09a-1bb7195e13cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 478ceff9-10b9-4f32-a09a-1bb7195e13cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12799472333000594762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4c903b-abf1-42b4-b07e-8296cbf2486e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40bbde73-1f4d-45b3-a5c9-b205fd8016d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40bbde73-1f4d-45b3-a5c9-b205fd8016d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16447743621882850170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 478ceff9-10b9-4f32-a09a-1bb7195e13cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a74941-718d-4b7f-bdd7-74b462dc1ab6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40bbde73-1f4d-45b3-a5c9-b205fd8016d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a74941-718d-4b7f-bdd7-74b462dc1ab6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12697258893717967586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9573d4ab-0345-4e17-930b-0f1a504e468c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9573d4ab-0345-4e17-930b-0f1a504e468c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4824878457121534933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a74941-718d-4b7f-bdd7-74b462dc1ab6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f970613f-5b84-4c42-89d7-aa01c6000990, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f970613f-5b84-4c42-89d7-aa01c6000990, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12950620269590764349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9573d4ab-0345-4e17-930b-0f1a504e468c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4ecde1b-869b-4ed9-b261-8d6c89b61c82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ecde1b-869b-4ed9-b261-8d6c89b61c82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3206404976859377039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f970613f-5b84-4c42-89d7-aa01c6000990, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9510773-388f-43dc-a54e-07d2df56815e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9510773-388f-43dc-a54e-07d2df56815e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8179475970133968138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ecde1b-869b-4ed9-b261-8d6c89b61c82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a3068cd-d44c-4794-ab1d-101c473287ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3068cd-d44c-4794-ab1d-101c473287ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4751199356006488995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9510773-388f-43dc-a54e-07d2df56815e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ed5f4e9-88af-4578-8d4d-f50739f9d5d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed5f4e9-88af-4578-8d4d-f50739f9d5d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920340023913432191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed5f4e9-88af-4578-8d4d-f50739f9d5d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92dec6fe-444d-4840-925f-ffb68786a2e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92dec6fe-444d-4840-925f-ffb68786a2e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16630278404652497739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3068cd-d44c-4794-ab1d-101c473287ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 296fa36c-a623-4d2f-97b3-fcdcf1ba60ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296fa36c-a623-4d2f-97b3-fcdcf1ba60ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17219824341091033902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92dec6fe-444d-4840-925f-ffb68786a2e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d347c7ca-1f2e-430f-95b5-96013c8ccac3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d347c7ca-1f2e-430f-95b5-96013c8ccac3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11929987957093283254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296fa36c-a623-4d2f-97b3-fcdcf1ba60ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e0dd7e5-aebe-4ab3-a7cc-dbc178351d7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e0dd7e5-aebe-4ab3-a7cc-dbc178351d7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361272297722711195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d347c7ca-1f2e-430f-95b5-96013c8ccac3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f824e4fc-c862-4ba3-adee-9b9b34e842c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f824e4fc-c862-4ba3-adee-9b9b34e842c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11104197379187630202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e0dd7e5-aebe-4ab3-a7cc-dbc178351d7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6becd8b6-ad62-4bf0-b174-6a109026c4b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6becd8b6-ad62-4bf0-b174-6a109026c4b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6520582351569885016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f824e4fc-c862-4ba3-adee-9b9b34e842c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab87ff08-c780-45e6-a82f-8add80c31efb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab87ff08-c780-45e6-a82f-8add80c31efb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639751864693539940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6becd8b6-ad62-4bf0-b174-6a109026c4b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 977934d4-b64f-40c8-bbf7-e9d799766670, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977934d4-b64f-40c8-bbf7-e9d799766670, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11867502738952511255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab87ff08-c780-45e6-a82f-8add80c31efb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb5e3e63-707c-4ff2-a07c-ce447b03fc43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb5e3e63-707c-4ff2-a07c-ce447b03fc43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2281066536683480195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb5e3e63-707c-4ff2-a07c-ce447b03fc43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977934d4-b64f-40c8-bbf7-e9d799766670, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44d8ba06-e869-4a7c-a044-6d860d8a1b6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e27ee99b-b753-4ce7-91ef-fe3eba11b37c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d8ba06-e869-4a7c-a044-6d860d8a1b6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3953695557355848622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27ee99b-b753-4ce7-91ef-fe3eba11b37c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305320556354877487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27ee99b-b753-4ce7-91ef-fe3eba11b37c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 714f738d-23fe-46b0-bd15-754236199179, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714f738d-23fe-46b0-bd15-754236199179, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4764200899314714273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d8ba06-e869-4a7c-a044-6d860d8a1b6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27850d9b-d45a-4527-bdd7-6e36ee625a93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27850d9b-d45a-4527-bdd7-6e36ee625a93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17346827548018082850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714f738d-23fe-46b0-bd15-754236199179, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8538e82b-71c2-4b96-bce4-3233febcc99f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8538e82b-71c2-4b96-bce4-3233febcc99f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7401689761367487733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27850d9b-d45a-4527-bdd7-6e36ee625a93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd399141-6bc5-4721-9f77-81ef6586f60e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8538e82b-71c2-4b96-bce4-3233febcc99f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd399141-6bc5-4721-9f77-81ef6586f60e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 973826648914790036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfec701c-2850-449f-8363-d6f179466d34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfec701c-2850-449f-8363-d6f179466d34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12269811937680512449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd399141-6bc5-4721-9f77-81ef6586f60e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 810f1340-d16e-429d-a9f8-555313e9fe9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfec701c-2850-449f-8363-d6f179466d34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 458f5bc7-abae-4f48-82f7-48c16cf5f1a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 810f1340-d16e-429d-a9f8-555313e9fe9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16258179142245174799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 458f5bc7-abae-4f48-82f7-48c16cf5f1a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4878932596536808870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 810f1340-d16e-429d-a9f8-555313e9fe9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ab7ca1b-ddc6-48de-b08b-d1cba2d396e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ab7ca1b-ddc6-48de-b08b-d1cba2d396e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2806515060674126507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 458f5bc7-abae-4f48-82f7-48c16cf5f1a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69505c77-f107-4a6b-88e4-a19819e683e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69505c77-f107-4a6b-88e4-a19819e683e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12940073819117695641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ab7ca1b-ddc6-48de-b08b-d1cba2d396e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2dffc03-79d5-461d-a886-133f090be2dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69505c77-f107-4a6b-88e4-a19819e683e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2dffc03-79d5-461d-a886-133f090be2dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9209058683030755402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3aa549b8-7a15-40b2-9146-9ad697cf8e92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa549b8-7a15-40b2-9146-9ad697cf8e92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10097659971308140822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2dffc03-79d5-461d-a886-133f090be2dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d74b894-1104-4ddf-bfbb-90c0dbcd1a8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d74b894-1104-4ddf-bfbb-90c0dbcd1a8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2405612359255155443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa549b8-7a15-40b2-9146-9ad697cf8e92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a2d6a8e-3515-409a-b79c-6b4fb8843b73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2d6a8e-3515-409a-b79c-6b4fb8843b73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5470213729794358254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d74b894-1104-4ddf-bfbb-90c0dbcd1a8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b505830-446f-4b3c-a92f-e966d37fab1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b505830-446f-4b3c-a92f-e966d37fab1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9823072277519775145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2d6a8e-3515-409a-b79c-6b4fb8843b73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52a5faa8-9593-49fd-b33d-bea3cb4a77eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52a5faa8-9593-49fd-b33d-bea3cb4a77eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3674999104019545669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b505830-446f-4b3c-a92f-e966d37fab1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50763ede-2060-4862-a8b9-577aafeeca08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50763ede-2060-4862-a8b9-577aafeeca08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4363117050284766326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52a5faa8-9593-49fd-b33d-bea3cb4a77eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50763ede-2060-4862-a8b9-577aafeeca08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4b94491-04c6-4ce4-aed5-63dcd5c188e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b94491-04c6-4ce4-aed5-63dcd5c188e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12321019749550905855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef3724e5-df02-4a6a-9e44-1e262a6e3784, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef3724e5-df02-4a6a-9e44-1e262a6e3784, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9376492670599713094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b94491-04c6-4ce4-aed5-63dcd5c188e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cba0b03d-ea3b-4159-a59d-eff5b23ebf3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef3724e5-df02-4a6a-9e44-1e262a6e3784, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 588dfee7-72fc-4b68-b9f4-f845ae04398b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 588dfee7-72fc-4b68-b9f4-f845ae04398b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12290253344605625310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cba0b03d-ea3b-4159-a59d-eff5b23ebf3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14890643428389889891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 588dfee7-72fc-4b68-b9f4-f845ae04398b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec03b9be-4e7b-43bc-941f-5ced09535e41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec03b9be-4e7b-43bc-941f-5ced09535e41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16888983375319437354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cba0b03d-ea3b-4159-a59d-eff5b23ebf3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcdfc6bc-934f-4513-af25-e8cb8d964751, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcdfc6bc-934f-4513-af25-e8cb8d964751, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13483900014433468745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec03b9be-4e7b-43bc-941f-5ced09535e41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92c6be73-a61b-4cec-ae17-2af27cde1410, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92c6be73-a61b-4cec-ae17-2af27cde1410, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15625295981920358183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcdfc6bc-934f-4513-af25-e8cb8d964751, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b660b05e-bebb-4b2d-bf46-993268676288, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b660b05e-bebb-4b2d-bf46-993268676288, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11281922235527755246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92c6be73-a61b-4cec-ae17-2af27cde1410, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1473786b-c743-4bbd-ae4c-bbe4b53157ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1473786b-c743-4bbd-ae4c-bbe4b53157ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6695047950446198655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b660b05e-bebb-4b2d-bf46-993268676288, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5adc9c6-dd71-4a2a-9cbc-1516b19ab9dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5adc9c6-dd71-4a2a-9cbc-1516b19ab9dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305777955594131107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1473786b-c743-4bbd-ae4c-bbe4b53157ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eec44c8-7e79-49e9-92e9-d094b869230b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eec44c8-7e79-49e9-92e9-d094b869230b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8375443815500051942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5adc9c6-dd71-4a2a-9cbc-1516b19ab9dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eec44c8-7e79-49e9-92e9-d094b869230b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87cded3b-30d6-4112-bdcc-006540526853, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87cded3b-30d6-4112-bdcc-006540526853, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 80483865588649460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8048386558864946080483865588649460804838655886494608048386558864946080483865588649460804838655886494608048386558864946080483865588649460804838655886494608048386558864946080483865588649460804838655886494608048386558864946080483865588649460804838655886494608048386558864946080483865588649460804838655886494608048386558864946080483865588649460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c40225c7-0897-474e-9be0-33e3cc030e8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c40225c7-0897-474e-9be0-33e3cc030e8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13140449564145466126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87cded3b-30d6-4112-bdcc-006540526853, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c40225c7-0897-474e-9be0-33e3cc030e8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab490c37-249f-45b3-bb87-b6e2062c0358, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 296ae3ba-0244-4219-a5df-6ca906d68bf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab490c37-249f-45b3-bb87-b6e2062c0358, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17638274100615956218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296ae3ba-0244-4219-a5df-6ca906d68bf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4048771851045445875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab490c37-249f-45b3-bb87-b6e2062c0358, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96041cf4-2a0b-404b-a31e-d53157ba1a3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96041cf4-2a0b-404b-a31e-d53157ba1a3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15501715054059697420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296ae3ba-0244-4219-a5df-6ca906d68bf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e3b855d-ac0a-4a4e-963f-f234ee5fdb38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e3b855d-ac0a-4a4e-963f-f234ee5fdb38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 510466850503766435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96041cf4-2a0b-404b-a31e-d53157ba1a3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2adcf1b3-fe3a-4eef-a63c-49add18a0265, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2adcf1b3-fe3a-4eef-a63c-49add18a0265, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16954721176077404246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e3b855d-ac0a-4a4e-963f-f234ee5fdb38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5f005b6-d2cb-42e4-a027-d34f35668e22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5f005b6-d2cb-42e4-a027-d34f35668e22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11298694856685325013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2adcf1b3-fe3a-4eef-a63c-49add18a0265, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac702851-02c6-4f9f-8c8f-0a5d480c75c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac702851-02c6-4f9f-8c8f-0a5d480c75c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10931248424381368294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5f005b6-d2cb-42e4-a027-d34f35668e22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c72fb21-348b-455c-8a3c-377edbfa714b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c72fb21-348b-455c-8a3c-377edbfa714b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13376153230334945006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac702851-02c6-4f9f-8c8f-0a5d480c75c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1440b63b-1f25-4c4e-bef4-48630d820d0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1440b63b-1f25-4c4e-bef4-48630d820d0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5916921462808151555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c72fb21-348b-455c-8a3c-377edbfa714b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7509b2df-677b-4f29-878f-a6bd38cce52c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7509b2df-677b-4f29-878f-a6bd38cce52c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7487105977563299843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1440b63b-1f25-4c4e-bef4-48630d820d0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78154816-a01f-45ec-9e5e-585f06281ef0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78154816-a01f-45ec-9e5e-585f06281ef0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7473133565266932192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7509b2df-677b-4f29-878f-a6bd38cce52c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78154816-a01f-45ec-9e5e-585f06281ef0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b80a12a-610a-4dcb-913f-d8adddcb6ec5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b80a12a-610a-4dcb-913f-d8adddcb6ec5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17045228424243146807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 313d3b72-43fc-4ee9-9792-3fe199e188f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 313d3b72-43fc-4ee9-9792-3fe199e188f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2880058202618075426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 313d3b72-43fc-4ee9-9792-3fe199e188f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8460abe7-06ce-4217-a2e8-8c77bea4e05e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8460abe7-06ce-4217-a2e8-8c77bea4e05e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906420714043291690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b80a12a-610a-4dcb-913f-d8adddcb6ec5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa159f1c-d514-4584-99d5-1f0df666f2d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa159f1c-d514-4584-99d5-1f0df666f2d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6850313216403381888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8460abe7-06ce-4217-a2e8-8c77bea4e05e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 708ccc59-6827-4e3c-8eee-cb494200239c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 708ccc59-6827-4e3c-8eee-cb494200239c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18048043611540786537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa159f1c-d514-4584-99d5-1f0df666f2d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdd6e2d6-a566-4fde-a7a6-89cfc9833489, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdd6e2d6-a566-4fde-a7a6-89cfc9833489, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11812428465471396008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 708ccc59-6827-4e3c-8eee-cb494200239c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 541bd5ed-e18a-45fb-82c5-801204b79409, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 541bd5ed-e18a-45fb-82c5-801204b79409, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1054790897192353229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdd6e2d6-a566-4fde-a7a6-89cfc9833489, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a2d2fb6-8c7d-4fa7-a090-687874e58a64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2d2fb6-8c7d-4fa7-a090-687874e58a64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12876004842016575758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 541bd5ed-e18a-45fb-82c5-801204b79409, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9cb91f6-d27d-43ac-b245-67c4093736fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2d2fb6-8c7d-4fa7-a090-687874e58a64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cb91f6-d27d-43ac-b245-67c4093736fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11577331775184364147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5613c367-4683-4f56-b4f2-f135ea5a4832, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5613c367-4683-4f56-b4f2-f135ea5a4832, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11908311014768198887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5613c367-4683-4f56-b4f2-f135ea5a4832, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04002708-6bac-4a54-88ea-b023556cb90d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04002708-6bac-4a54-88ea-b023556cb90d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4649111344269531741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cb91f6-d27d-43ac-b245-67c4093736fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75fcafef-f9cd-416c-b379-6e8cc935b780, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75fcafef-f9cd-416c-b379-6e8cc935b780, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4937851168136113378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04002708-6bac-4a54-88ea-b023556cb90d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 589c429c-c04e-43c7-9534-ec565179c6a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 589c429c-c04e-43c7-9534-ec565179c6a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 467381520711562594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75fcafef-f9cd-416c-b379-6e8cc935b780, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61a66e74-b0de-4f8b-a78f-027621fa06be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a66e74-b0de-4f8b-a78f-027621fa06be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3903230612891059892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 589c429c-c04e-43c7-9534-ec565179c6a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bc84a59-cbc7-4239-8a3c-051ef2090ce5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bc84a59-cbc7-4239-8a3c-051ef2090ce5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 19390220940343980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1939022094034398019390220940343980193902209403439801939022094034398019390220940343980193902209403439801939022094034398019390220940343980193902209403439801939022094034398019390220940343980193902209403439801939022094034398019390220940343980193902209403439801939022094034398019390220940343980193902209403439801939022094034398019390220940343980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a66e74-b0de-4f8b-a78f-027621fa06be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bc84a59-cbc7-4239-8a3c-051ef2090ce5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7e0ccc8-b021-4d0c-a4e5-2e00408cc5bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e0ccc8-b021-4d0c-a4e5-2e00408cc5bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13070192214851782999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0d6cc25-ce33-47a4-855f-16c09d3acc8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d6cc25-ce33-47a4-855f-16c09d3acc8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7840359780935792535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e0ccc8-b021-4d0c-a4e5-2e00408cc5bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2bde850-7101-4bdb-865d-e3dfd3e9f01c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bde850-7101-4bdb-865d-e3dfd3e9f01c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7579702591605497586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d6cc25-ce33-47a4-855f-16c09d3acc8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b5dce0-b6d6-4ab7-8bc5-3b5748df4d34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b5dce0-b6d6-4ab7-8bc5-3b5748df4d34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8679143854190716426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bde850-7101-4bdb-865d-e3dfd3e9f01c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9878c2a-c810-405f-bf22-849f0d819985, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9878c2a-c810-405f-bf22-849f0d819985, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2580749280261635073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b5dce0-b6d6-4ab7-8bc5-3b5748df4d34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50e5f120-a73f-4a63-81a9-38615acb0db3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e5f120-a73f-4a63-81a9-38615acb0db3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3507364921740752944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9878c2a-c810-405f-bf22-849f0d819985, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4f32a1c-63ef-43d2-8147-0b23b3b98404, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e5f120-a73f-4a63-81a9-38615acb0db3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34456746-51be-4676-afc4-26be1f16cf77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34456746-51be-4676-afc4-26be1f16cf77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2573223459303905091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4f32a1c-63ef-43d2-8147-0b23b3b98404, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3519874572072882981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34456746-51be-4676-afc4-26be1f16cf77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4f32a1c-63ef-43d2-8147-0b23b3b98404, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71f75022-70d5-4bf0-a918-795b4a7465de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23e6acb0-e3f9-4f37-b304-70f20e007822, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71f75022-70d5-4bf0-a918-795b4a7465de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 929230792789778731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e6acb0-e3f9-4f37-b304-70f20e007822, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8729154995734438109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71f75022-70d5-4bf0-a918-795b4a7465de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22b12021-106b-4fef-9307-a5310e9e198c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b12021-106b-4fef-9307-a5310e9e198c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8245981177076537750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e6acb0-e3f9-4f37-b304-70f20e007822, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a667150-e02a-490c-99fd-fb6478691a1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a667150-e02a-490c-99fd-fb6478691a1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11407577306273948668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b12021-106b-4fef-9307-a5310e9e198c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91dc33ae-b225-4d0b-8c3e-26432c68ce47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91dc33ae-b225-4d0b-8c3e-26432c68ce47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12187319689462277202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a667150-e02a-490c-99fd-fb6478691a1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f91b52f-cec5-4f6f-b5e5-fef42c90160e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f91b52f-cec5-4f6f-b5e5-fef42c90160e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7090814327928527513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91dc33ae-b225-4d0b-8c3e-26432c68ce47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b01d09f-6cb5-4311-b812-7c63b7628025, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b01d09f-6cb5-4311-b812-7c63b7628025, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17429019887893451498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f91b52f-cec5-4f6f-b5e5-fef42c90160e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14521348-11c3-428c-8ebc-2349f6639a7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14521348-11c3-428c-8ebc-2349f6639a7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4479829923844092752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b01d09f-6cb5-4311-b812-7c63b7628025, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a2117a-c6a9-44c0-b9eb-2b198e31de0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a2117a-c6a9-44c0-b9eb-2b198e31de0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 896929565502118038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14521348-11c3-428c-8ebc-2349f6639a7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a2b78fd-7282-4feb-9108-122c64fd35b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2b78fd-7282-4feb-9108-122c64fd35b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 569546721496446434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a2117a-c6a9-44c0-b9eb-2b198e31de0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42645440-d41d-4a98-902f-eedf9d0eb600, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42645440-d41d-4a98-902f-eedf9d0eb600, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9116881601253528743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2b78fd-7282-4feb-9108-122c64fd35b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be5cf469-2e59-41df-b93e-d06d5a40af08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be5cf469-2e59-41df-b93e-d06d5a40af08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4513318825489016453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42645440-d41d-4a98-902f-eedf9d0eb600, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd0f7fb2-c697-406e-a38e-2087c8dab872, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd0f7fb2-c697-406e-a38e-2087c8dab872, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16674367543754056638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be5cf469-2e59-41df-b93e-d06d5a40af08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd0f7fb2-c697-406e-a38e-2087c8dab872, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f51348f-067f-4412-80e2-2a59272ef232, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f51348f-067f-4412-80e2-2a59272ef232, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11808777212448325415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90bba971-6cdc-4ae0-aba3-448ef65dd277, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bba971-6cdc-4ae0-aba3-448ef65dd277, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15050003425880191002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f51348f-067f-4412-80e2-2a59272ef232, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e69c167b-4744-4289-9184-f7dbf6df56bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e69c167b-4744-4289-9184-f7dbf6df56bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12816817205192311943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90bba971-6cdc-4ae0-aba3-448ef65dd277, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02223ae3-b3d4-4b21-a1a7-4fe678f921ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02223ae3-b3d4-4b21-a1a7-4fe678f921ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1367086814652472463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e69c167b-4744-4289-9184-f7dbf6df56bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f11cc9-53c6-4fd6-abdf-38734e7b7b9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f11cc9-53c6-4fd6-abdf-38734e7b7b9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8707871999084119767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02223ae3-b3d4-4b21-a1a7-4fe678f921ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f973e8b-298f-4e47-b629-4d987e858fb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f973e8b-298f-4e47-b629-4d987e858fb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12104348304028770998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f11cc9-53c6-4fd6-abdf-38734e7b7b9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f8fdd1d-40ee-4cd1-9b5c-1e040db35f9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8fdd1d-40ee-4cd1-9b5c-1e040db35f9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 347721187639311561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f973e8b-298f-4e47-b629-4d987e858fb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d909e6d6-4e67-490a-82ba-9627e13d6bb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d909e6d6-4e67-490a-82ba-9627e13d6bb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7881947938503009977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8fdd1d-40ee-4cd1-9b5c-1e040db35f9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e496ad6-b677-4aca-b9d3-43029ff77289, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e496ad6-b677-4aca-b9d3-43029ff77289, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2179791957768609984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d909e6d6-4e67-490a-82ba-9627e13d6bb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642df69c-1952-4384-9a5e-29d41fc9924c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e496ad6-b677-4aca-b9d3-43029ff77289, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09907767-21e9-4486-9634-740e38c52326, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642df69c-1952-4384-9a5e-29d41fc9924c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9967073895358191057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09907767-21e9-4486-9634-740e38c52326, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 115810747970195211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642df69c-1952-4384-9a5e-29d41fc9924c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a0d3b34-8ab2-4739-929e-c3067137e957, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09907767-21e9-4486-9634-740e38c52326, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47312bf9-bdd9-4b8c-b879-2c2c10b90fbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0d3b34-8ab2-4739-929e-c3067137e957, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15597343080552202549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47312bf9-bdd9-4b8c-b879-2c2c10b90fbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3736735952410635741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0d3b34-8ab2-4739-929e-c3067137e957, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea5f1254-bb4a-4724-8188-d37074eac85e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5f1254-bb4a-4724-8188-d37074eac85e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10226777040621198164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47312bf9-bdd9-4b8c-b879-2c2c10b90fbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9ebca4c-0cdc-4cae-afd1-7b9cc562f4fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9ebca4c-0cdc-4cae-afd1-7b9cc562f4fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7332187248994281064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5f1254-bb4a-4724-8188-d37074eac85e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1058844a-ba18-453d-bdfe-e841841e3fa3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1058844a-ba18-453d-bdfe-e841841e3fa3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10694194057338147733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9ebca4c-0cdc-4cae-afd1-7b9cc562f4fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cfd4b04-83d0-421c-ae4d-a53f663a58ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cfd4b04-83d0-421c-ae4d-a53f663a58ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8052563480173715861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1058844a-ba18-453d-bdfe-e841841e3fa3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7421e36-2583-4a8c-95d8-695ce39d07f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7421e36-2583-4a8c-95d8-695ce39d07f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11718046031800190414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cfd4b04-83d0-421c-ae4d-a53f663a58ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccfb4f9f-cb96-4a22-aae8-b5e686a2cca7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7421e36-2583-4a8c-95d8-695ce39d07f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7017a183-65d7-45e1-accf-bbd13c69271e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccfb4f9f-cb96-4a22-aae8-b5e686a2cca7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6638856290766577777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7017a183-65d7-45e1-accf-bbd13c69271e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9868518834733197621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccfb4f9f-cb96-4a22-aae8-b5e686a2cca7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 628d8852-0692-43a3-a707-1b7332575b1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 628d8852-0692-43a3-a707-1b7332575b1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4270231228776478290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7017a183-65d7-45e1-accf-bbd13c69271e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 415eb359-e09a-4631-bb47-83949fe1d82c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 415eb359-e09a-4631-bb47-83949fe1d82c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10598439142722543492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 415eb359-e09a-4631-bb47-83949fe1d82c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f1589c9-fa08-49f8-af3c-1c4ad7ab42c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f1589c9-fa08-49f8-af3c-1c4ad7ab42c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14440097658966880391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 628d8852-0692-43a3-a707-1b7332575b1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91484a5d-e2e8-4e3c-bc49-7e25dab92c0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f1589c9-fa08-49f8-af3c-1c4ad7ab42c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b0ee2e9-dd11-4895-b006-4c732e349d22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0ee2e9-dd11-4895-b006-4c732e349d22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16847253294833179967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91484a5d-e2e8-4e3c-bc49-7e25dab92c0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10186148857421917869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91484a5d-e2e8-4e3c-bc49-7e25dab92c0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d65d0ce-24ab-413d-af08-ca7ca1aee20b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d65d0ce-24ab-413d-af08-ca7ca1aee20b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 512105669954820801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0ee2e9-dd11-4895-b006-4c732e349d22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf8c101-7c04-4fdb-83fc-61f876fbe4f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf8c101-7c04-4fdb-83fc-61f876fbe4f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4730201536896746360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d65d0ce-24ab-413d-af08-ca7ca1aee20b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da8679a6-11e2-4f17-81bb-ef9d42919274, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf8c101-7c04-4fdb-83fc-61f876fbe4f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da8679a6-11e2-4f17-81bb-ef9d42919274, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3640832252505847239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae3a62ae-6e7c-4c66-9eb7-b934d3c71d6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae3a62ae-6e7c-4c66-9eb7-b934d3c71d6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15694253964128164659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae3a62ae-6e7c-4c66-9eb7-b934d3c71d6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 867acf9b-c4bc-4389-92bf-dfc3a5129255, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da8679a6-11e2-4f17-81bb-ef9d42919274, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 867acf9b-c4bc-4389-92bf-dfc3a5129255, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603746438228290306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500425f8-87ae-4085-ad92-4fe219d9b6ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500425f8-87ae-4085-ad92-4fe219d9b6ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3143404312028747423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 867acf9b-c4bc-4389-92bf-dfc3a5129255, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500425f8-87ae-4085-ad92-4fe219d9b6ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0aee1fe-c12c-461b-87a3-86e47774a66a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67425f5a-8907-45b3-83bb-950cac26bdda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67425f5a-8907-45b3-83bb-950cac26bdda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897860510830638129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0aee1fe-c12c-461b-87a3-86e47774a66a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11336123317247722662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67425f5a-8907-45b3-83bb-950cac26bdda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 694121d9-0eaf-488b-af43-4b46a98d3d94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694121d9-0eaf-488b-af43-4b46a98d3d94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8285143525526206911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0aee1fe-c12c-461b-87a3-86e47774a66a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e96de14c-219a-4c7c-8005-7d552ffe1d9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96de14c-219a-4c7c-8005-7d552ffe1d9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 704954086315531011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694121d9-0eaf-488b-af43-4b46a98d3d94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32422be4-7b22-466d-913a-b51a18bce87e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32422be4-7b22-466d-913a-b51a18bce87e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6874743398029261084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96de14c-219a-4c7c-8005-7d552ffe1d9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90e47623-7de3-40b8-974a-86265ecfc32b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e47623-7de3-40b8-974a-86265ecfc32b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 543498231596162487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32422be4-7b22-466d-913a-b51a18bce87e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98bde866-8337-4d2d-9eff-a34ff9798ace, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98bde866-8337-4d2d-9eff-a34ff9798ace, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5880778935186632172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e47623-7de3-40b8-974a-86265ecfc32b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 381b780b-dbd1-47d5-9bf9-0c1c4d6c6c34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381b780b-dbd1-47d5-9bf9-0c1c4d6c6c34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16172968357227340410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98bde866-8337-4d2d-9eff-a34ff9798ace, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3206adb-ac0d-44e4-bed1-18491ddd775e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3206adb-ac0d-44e4-bed1-18491ddd775e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3213129834608382707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381b780b-dbd1-47d5-9bf9-0c1c4d6c6c34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03c8d142-c3e7-4206-b0ea-4de7672ee5dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c8d142-c3e7-4206-b0ea-4de7672ee5dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5624725090736610058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3206adb-ac0d-44e4-bed1-18491ddd775e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f357bad-4563-4b1d-b613-40ad8bae2d21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f357bad-4563-4b1d-b613-40ad8bae2d21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10965598149328290270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c8d142-c3e7-4206-b0ea-4de7672ee5dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62774560-240e-4e31-8654-8688c099c6d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62774560-240e-4e31-8654-8688c099c6d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2176634290514369414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f357bad-4563-4b1d-b613-40ad8bae2d21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6860556f-2e10-4dcc-b4c6-30ade885dc61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6860556f-2e10-4dcc-b4c6-30ade885dc61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7457706391539261452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6860556f-2e10-4dcc-b4c6-30ade885dc61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62774560-240e-4e31-8654-8688c099c6d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e6b0d8c-80fe-4577-a56b-27bbc7cda01a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40d0eef3-aaf0-448a-b82f-6f3d9e8574c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40d0eef3-aaf0-448a-b82f-6f3d9e8574c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12576882091602919387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6b0d8c-80fe-4577-a56b-27bbc7cda01a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12921278325475294435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40d0eef3-aaf0-448a-b82f-6f3d9e8574c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aba666a-fd65-4574-875e-0f2cab40797b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aba666a-fd65-4574-875e-0f2cab40797b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14401468695484896110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6b0d8c-80fe-4577-a56b-27bbc7cda01a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b69ae002-ba52-49ef-aa6a-cf17748ed0af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b69ae002-ba52-49ef-aa6a-cf17748ed0af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3711631277639681187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aba666a-fd65-4574-875e-0f2cab40797b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6f6aa9b-ccde-4836-a7ff-11763e59a32c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f6aa9b-ccde-4836-a7ff-11763e59a32c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15220268436309832341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b69ae002-ba52-49ef-aa6a-cf17748ed0af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fc725ff-0ea4-4f11-a893-9115d9bf3e94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc725ff-0ea4-4f11-a893-9115d9bf3e94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17806353732241148804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f6aa9b-ccde-4836-a7ff-11763e59a32c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc548f2a-a07c-49db-9ce6-5c09a0e2a17c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc548f2a-a07c-49db-9ce6-5c09a0e2a17c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4546934846011243661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc725ff-0ea4-4f11-a893-9115d9bf3e94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccb2c1dc-d526-4ae7-a189-7c884ed9475f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb2c1dc-d526-4ae7-a189-7c884ed9475f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1744785445469503334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc548f2a-a07c-49db-9ce6-5c09a0e2a17c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ecc7e4d-0249-4215-8434-f90c8c045207, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ecc7e4d-0249-4215-8434-f90c8c045207, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8908044183964162068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb2c1dc-d526-4ae7-a189-7c884ed9475f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d0686bf-03eb-45a4-86c1-8342f0a40d2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ecc7e4d-0249-4215-8434-f90c8c045207, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d0686bf-03eb-45a4-86c1-8342f0a40d2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16723131947224288411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86ae078b-aa2c-4731-9633-e52139d3dfcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86ae078b-aa2c-4731-9633-e52139d3dfcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7572332336149784738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d0686bf-03eb-45a4-86c1-8342f0a40d2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 612aa9cb-d219-4396-b244-9503000acdd9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612aa9cb-d219-4396-b244-9503000acdd9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7994458412621861679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86ae078b-aa2c-4731-9633-e52139d3dfcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a266c49-d1ba-4d94-b72c-064576fa6ef3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a266c49-d1ba-4d94-b72c-064576fa6ef3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14243037185958448846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612aa9cb-d219-4396-b244-9503000acdd9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 564715bf-9a8a-4304-a541-136eeb56c9a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 564715bf-9a8a-4304-a541-136eeb56c9a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17195200880096976813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a266c49-d1ba-4d94-b72c-064576fa6ef3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4376644-33ab-4cb1-9dbf-2615cb2c17e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4376644-33ab-4cb1-9dbf-2615cb2c17e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10110150206671168874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 564715bf-9a8a-4304-a541-136eeb56c9a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2203205c-79b1-4ed1-ad71-17da83f5fbb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2203205c-79b1-4ed1-ad71-17da83f5fbb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7436497716243001039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4376644-33ab-4cb1-9dbf-2615cb2c17e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb54e756-c72d-4cc9-a3cc-e0c5c18add5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb54e756-c72d-4cc9-a3cc-e0c5c18add5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2694002723317532818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2203205c-79b1-4ed1-ad71-17da83f5fbb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c18d479b-6735-47f0-89d5-5687390c7ccc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c18d479b-6735-47f0-89d5-5687390c7ccc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11109954462204227934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb54e756-c72d-4cc9-a3cc-e0c5c18add5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b00287-1acf-4bfe-beb1-d01a50602275, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b00287-1acf-4bfe-beb1-d01a50602275, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15555591698015025355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c18d479b-6735-47f0-89d5-5687390c7ccc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56540252-86b3-4b63-9b7a-1caa123ecd4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56540252-86b3-4b63-9b7a-1caa123ecd4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5135734370052290165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b00287-1acf-4bfe-beb1-d01a50602275, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef209886-9c7f-4632-8135-7cfe753e91d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef209886-9c7f-4632-8135-7cfe753e91d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16744380277210505758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56540252-86b3-4b63-9b7a-1caa123ecd4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 325b0f61-d196-4840-9930-feab7e28dd95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef209886-9c7f-4632-8135-7cfe753e91d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcae40ad-d01f-4ab1-ab6a-7fd356a758aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcae40ad-d01f-4ab1-ab6a-7fd356a758aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9519716740175157795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325b0f61-d196-4840-9930-feab7e28dd95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3296286321656019759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcae40ad-d01f-4ab1-ab6a-7fd356a758aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 363c6485-e411-493e-ada9-d1fd293f5884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363c6485-e411-493e-ada9-d1fd293f5884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4300285811681720955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325b0f61-d196-4840-9930-feab7e28dd95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2d1280-65ad-4922-9d3c-ed35cc26ab49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2d1280-65ad-4922-9d3c-ed35cc26ab49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1844935859390823150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363c6485-e411-493e-ada9-d1fd293f5884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2d1280-65ad-4922-9d3c-ed35cc26ab49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31f9cb19-4fb0-4306-90e9-9543a897a4f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d32d5f1b-4e27-4dbc-a58b-424ec1de4088, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d32d5f1b-4e27-4dbc-a58b-424ec1de4088, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12101228573752504405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31f9cb19-4fb0-4306-90e9-9543a897a4f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15045252446954548490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d32d5f1b-4e27-4dbc-a58b-424ec1de4088, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa8babd2-9b00-466b-8085-14e1ad075936, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8babd2-9b00-466b-8085-14e1ad075936, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4623527160001914171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31f9cb19-4fb0-4306-90e9-9543a897a4f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08612580-9ff5-4fc0-8686-91a4cd899186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08612580-9ff5-4fc0-8686-91a4cd899186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4046108716948765120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8babd2-9b00-466b-8085-14e1ad075936, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de30a8aa-2fb0-4473-927f-202f588018da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de30a8aa-2fb0-4473-927f-202f588018da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11921945093289307302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08612580-9ff5-4fc0-8686-91a4cd899186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 443a1747-fe9f-4f0b-a529-0844ba06442f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443a1747-fe9f-4f0b-a529-0844ba06442f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5409496581398593042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de30a8aa-2fb0-4473-927f-202f588018da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12612fad-bdb5-44e8-a6e8-ef52e5132d7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12612fad-bdb5-44e8-a6e8-ef52e5132d7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6709203993668828737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443a1747-fe9f-4f0b-a529-0844ba06442f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5059a8fc-7f3e-4653-896b-659f62456655, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5059a8fc-7f3e-4653-896b-659f62456655, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1455590898687798441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12612fad-bdb5-44e8-a6e8-ef52e5132d7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87c6de72-3558-4129-ad98-030b3a7193a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87c6de72-3558-4129-ad98-030b3a7193a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14062312019859027532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5059a8fc-7f3e-4653-896b-659f62456655, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f2d18d6-26d7-44a3-a950-4ee3319e2698, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f2d18d6-26d7-44a3-a950-4ee3319e2698, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4123848713554131117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87c6de72-3558-4129-ad98-030b3a7193a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a55caab-f751-4ffd-84f4-39d147eb1143, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a55caab-f751-4ffd-84f4-39d147eb1143, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922990950613609006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f2d18d6-26d7-44a3-a950-4ee3319e2698, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500e0e83-211d-46c1-8a8c-6be3f935b0b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500e0e83-211d-46c1-8a8c-6be3f935b0b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1904043952478577572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a55caab-f751-4ffd-84f4-39d147eb1143, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af672ea9-502e-4332-a2c0-cfa382530e66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af672ea9-502e-4332-a2c0-cfa382530e66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5168635234390100187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500e0e83-211d-46c1-8a8c-6be3f935b0b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b970d72d-8f6e-49ec-ac8c-51557a818e64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af672ea9-502e-4332-a2c0-cfa382530e66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b970d72d-8f6e-49ec-ac8c-51557a818e64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732616234670093205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac69e5ed-318c-49b2-a0f2-3bdd4815c900, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac69e5ed-318c-49b2-a0f2-3bdd4815c900, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14030977604215381447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b970d72d-8f6e-49ec-ac8c-51557a818e64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac69e5ed-318c-49b2-a0f2-3bdd4815c900, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b3faba4-4b66-47ca-9960-8dffc3c66dbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b3faba4-4b66-47ca-9960-8dffc3c66dbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6496053811798769584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3042504-2397-4487-9c76-5b07334c0966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3042504-2397-4487-9c76-5b07334c0966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 963796244117640609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b3faba4-4b66-47ca-9960-8dffc3c66dbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4c19819-c3a9-4a3c-84b9-3a01ec5b8ccd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4c19819-c3a9-4a3c-84b9-3a01ec5b8ccd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14854572891089140320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3042504-2397-4487-9c76-5b07334c0966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6c428d5-fd84-42a8-b38b-cddb520f90be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c428d5-fd84-42a8-b38b-cddb520f90be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17706952022919452282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4c19819-c3a9-4a3c-84b9-3a01ec5b8ccd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56375f0b-1fdb-47b4-b001-2928c258d25e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56375f0b-1fdb-47b4-b001-2928c258d25e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7366746188093934075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c428d5-fd84-42a8-b38b-cddb520f90be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cb74a5a-56c0-40f8-9e01-01a6d3deb5ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb74a5a-56c0-40f8-9e01-01a6d3deb5ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6720880799868194259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56375f0b-1fdb-47b4-b001-2928c258d25e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe55d2bd-49ff-45df-a663-20bad99ed3d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe55d2bd-49ff-45df-a663-20bad99ed3d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7344607807459232409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb74a5a-56c0-40f8-9e01-01a6d3deb5ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b0d5611-2816-41ae-bf26-548b4f8a6331, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b0d5611-2816-41ae-bf26-548b4f8a6331, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12028258032918855027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe55d2bd-49ff-45df-a663-20bad99ed3d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3861f16a-719b-4b25-9dd7-4e93855ce585, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3861f16a-719b-4b25-9dd7-4e93855ce585, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10839141915284359139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b0d5611-2816-41ae-bf26-548b4f8a6331, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3861f16a-719b-4b25-9dd7-4e93855ce585, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 745e86e0-3067-4c8d-a9d7-3233b5cb03a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 745e86e0-3067-4c8d-a9d7-3233b5cb03a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9983514602329490894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ff956d2-33a0-42ab-9a03-fdc09d6989a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ff956d2-33a0-42ab-9a03-fdc09d6989a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5652223437167329648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 745e86e0-3067-4c8d-a9d7-3233b5cb03a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ed60d13-722d-48fd-9a51-e36ef58325e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ed60d13-722d-48fd-9a51-e36ef58325e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17025406665442584741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ff956d2-33a0-42ab-9a03-fdc09d6989a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b008fc78-a117-418d-80a2-7c77abd7eb5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b008fc78-a117-418d-80a2-7c77abd7eb5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12258462197221656651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b008fc78-a117-418d-80a2-7c77abd7eb5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22fab5e7-d4fb-49a6-ba3d-80a9dd15d4cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22fab5e7-d4fb-49a6-ba3d-80a9dd15d4cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15443285424354799496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ed60d13-722d-48fd-9a51-e36ef58325e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2faebcb2-0c67-4a52-8c29-c1b71b488e28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2faebcb2-0c67-4a52-8c29-c1b71b488e28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4237533846685322367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22fab5e7-d4fb-49a6-ba3d-80a9dd15d4cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf7eda4f-ae75-4e29-8615-483b5896c767, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7eda4f-ae75-4e29-8615-483b5896c767, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13293614400803458292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2faebcb2-0c67-4a52-8c29-c1b71b488e28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018bb4af-5327-4e0d-8ef5-caa534cfa16c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018bb4af-5327-4e0d-8ef5-caa534cfa16c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10710584868021513331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7eda4f-ae75-4e29-8615-483b5896c767, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65f45c90-288c-4076-a90b-714e274fcc98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f45c90-288c-4076-a90b-714e274fcc98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6391546371969725269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018bb4af-5327-4e0d-8ef5-caa534cfa16c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9cdce39-2323-4c70-b6c9-93a1d1ab5672, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cdce39-2323-4c70-b6c9-93a1d1ab5672, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11452766621822440928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cdce39-2323-4c70-b6c9-93a1d1ab5672, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f45c90-288c-4076-a90b-714e274fcc98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3c27886-3ec0-4ffb-b8d1-da0d25d29d3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f9cd731-8796-4ada-b4fb-ab31caf79bf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c27886-3ec0-4ffb-b8d1-da0d25d29d3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 702998644921442811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9cd731-8796-4ada-b4fb-ab31caf79bf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9852757197067994586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c27886-3ec0-4ffb-b8d1-da0d25d29d3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3571aed8-be8c-4c0e-b111-c15cb128a7e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9cd731-8796-4ada-b4fb-ab31caf79bf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a53b62ea-efa5-4c6c-b510-6f2a27c0e1dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a53b62ea-efa5-4c6c-b510-6f2a27c0e1dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619557606598508579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3571aed8-be8c-4c0e-b111-c15cb128a7e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1081142905712192056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a53b62ea-efa5-4c6c-b510-6f2a27c0e1dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3571aed8-be8c-4c0e-b111-c15cb128a7e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b24d002-ae32-475a-9e61-34572674a273, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b24d002-ae32-475a-9e61-34572674a273, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16772667289465340805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74b99a31-77bc-494a-8975-5d084067e96d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b99a31-77bc-494a-8975-5d084067e96d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15200236737465781100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b24d002-ae32-475a-9e61-34572674a273, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b99a31-77bc-494a-8975-5d084067e96d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d62cb121-4c4c-4df0-8b02-57bd5066fe9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f99d0da4-ecc8-4267-a713-06c7ea315e9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f99d0da4-ecc8-4267-a713-06c7ea315e9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1371138456127428188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d62cb121-4c4c-4df0-8b02-57bd5066fe9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1034326898754577062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d62cb121-4c4c-4df0-8b02-57bd5066fe9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7ad7ad0-9b25-468e-9c3d-d81cb7c08234, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ad7ad0-9b25-468e-9c3d-d81cb7c08234, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332115859978840296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f99d0da4-ecc8-4267-a713-06c7ea315e9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f378778-9f8e-4602-94de-9611d3a956d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f378778-9f8e-4602-94de-9611d3a956d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13512277662520688474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ad7ad0-9b25-468e-9c3d-d81cb7c08234, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f378778-9f8e-4602-94de-9611d3a956d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 738832bc-0e1f-4fd7-b355-a8cb15a7cec7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65183aea-8d4b-4d70-952b-e1b7137df527, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 738832bc-0e1f-4fd7-b355-a8cb15a7cec7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11651421008143709641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65183aea-8d4b-4d70-952b-e1b7137df527, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6255547890680708688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 738832bc-0e1f-4fd7-b355-a8cb15a7cec7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65183aea-8d4b-4d70-952b-e1b7137df527, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a79d19f-91e6-469b-a97a-26e0a3efc4be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62132fc0-3aae-479c-98b3-9b154f642013, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a79d19f-91e6-469b-a97a-26e0a3efc4be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16031724105614519268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62132fc0-3aae-479c-98b3-9b154f642013, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 75350964266812620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7535096426681262075350964266812620753509642668126207535096426681262075350964266812620753509642668126207535096426681262075350964266812620753509642668126207535096426681262075350964266812620753509642668126207535096426681262075350964266812620753509642668126207535096426681262075350964266812620753509642668126207535096426681262075350964266812620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a79d19f-91e6-469b-a97a-26e0a3efc4be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c596090-c942-460f-bef6-0f2d8240e792, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c596090-c942-460f-bef6-0f2d8240e792, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2413558424359438569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62132fc0-3aae-479c-98b3-9b154f642013, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa07761-a5f4-4638-b89d-4de1f7a60eef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa07761-a5f4-4638-b89d-4de1f7a60eef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1807228046058646275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c596090-c942-460f-bef6-0f2d8240e792, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa07761-a5f4-4638-b89d-4de1f7a60eef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00eb166c-e0b6-480b-989b-2978bb930288, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00eb166c-e0b6-480b-989b-2978bb930288, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5906810509168922645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6ecc8dc-1b7a-4203-9013-85d80f68a274, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ecc8dc-1b7a-4203-9013-85d80f68a274, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6539303235305461008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00eb166c-e0b6-480b-989b-2978bb930288, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80d72abc-33d7-4ee3-8807-c3f962929c76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ecc8dc-1b7a-4203-9013-85d80f68a274, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d72abc-33d7-4ee3-8807-c3f962929c76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16598138214739472481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5cb6545-5d6a-4121-a45b-e508c9c86230, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5cb6545-5d6a-4121-a45b-e508c9c86230, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9515150301289235565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d72abc-33d7-4ee3-8807-c3f962929c76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c0ce48b-e47b-4353-b63d-da012209c88c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c0ce48b-e47b-4353-b63d-da012209c88c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13795969597050958499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5cb6545-5d6a-4121-a45b-e508c9c86230, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2e70dfa-a97d-4a70-8fa9-aa8a0f53977a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2e70dfa-a97d-4a70-8fa9-aa8a0f53977a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11424328938014600221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c0ce48b-e47b-4353-b63d-da012209c88c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36527831-5a5c-4144-ba62-aaddb778f537, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36527831-5a5c-4144-ba62-aaddb778f537, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9241164451686253489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2e70dfa-a97d-4a70-8fa9-aa8a0f53977a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81b09c39-f065-4338-80c8-695da4ecdaf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81b09c39-f065-4338-80c8-695da4ecdaf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6571927302599472315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36527831-5a5c-4144-ba62-aaddb778f537, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d08acd0-b87a-4c51-9d0d-9cc3c50dc33d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d08acd0-b87a-4c51-9d0d-9cc3c50dc33d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 697457398238894602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81b09c39-f065-4338-80c8-695da4ecdaf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9df7ab-183e-48fc-ba34-a8083ba50df9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9df7ab-183e-48fc-ba34-a8083ba50df9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 202210965903278177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d08acd0-b87a-4c51-9d0d-9cc3c50dc33d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38998454-ddd7-4c27-98c5-c832270cb848, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38998454-ddd7-4c27-98c5-c832270cb848, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17768834088945996459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9df7ab-183e-48fc-ba34-a8083ba50df9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fbc3b2d-cf7f-448c-a30f-e353594b440d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fbc3b2d-cf7f-448c-a30f-e353594b440d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4227296282619932832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38998454-ddd7-4c27-98c5-c832270cb848, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec6055ad-e770-4d09-b1ba-e0b9654ff2d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec6055ad-e770-4d09-b1ba-e0b9654ff2d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 950944631904656925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fbc3b2d-cf7f-448c-a30f-e353594b440d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3502cbe9-27ce-44eb-b7c0-a056cfe957f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3502cbe9-27ce-44eb-b7c0-a056cfe957f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2367335331867330330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec6055ad-e770-4d09-b1ba-e0b9654ff2d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c05f8be-7d53-4490-a4fd-5aed55df75c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c05f8be-7d53-4490-a4fd-5aed55df75c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4222565877561471826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3502cbe9-27ce-44eb-b7c0-a056cfe957f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30cbdfd7-0f82-4893-9e00-c1a5fe270f68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30cbdfd7-0f82-4893-9e00-c1a5fe270f68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10306839424594167572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c05f8be-7d53-4490-a4fd-5aed55df75c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8693f0d-ed8e-4099-affa-4cf173e5c5b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8693f0d-ed8e-4099-affa-4cf173e5c5b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 161311014810927842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30cbdfd7-0f82-4893-9e00-c1a5fe270f68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79b6f4fe-729e-4fa7-92b7-98e208c1f9ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b6f4fe-729e-4fa7-92b7-98e208c1f9ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12437975069317658286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8693f0d-ed8e-4099-affa-4cf173e5c5b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f13a69bc-3fd8-4fd7-a13f-08135fb8f1ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13a69bc-3fd8-4fd7-a13f-08135fb8f1ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9023802049937748972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b6f4fe-729e-4fa7-92b7-98e208c1f9ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13a69bc-3fd8-4fd7-a13f-08135fb8f1ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a41b53-6d69-4b96-8959-8c057b000f16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a41b53-6d69-4b96-8959-8c057b000f16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6104347431900052678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20a4c710-1aaf-4bde-8df6-2bc353990481, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20a4c710-1aaf-4bde-8df6-2bc353990481, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7286512854940561142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a41b53-6d69-4b96-8959-8c057b000f16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c37a615c-af6a-4489-b08a-004a3deb8b83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37a615c-af6a-4489-b08a-004a3deb8b83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18297259704501310419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20a4c710-1aaf-4bde-8df6-2bc353990481, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28f91dbe-6a17-4dec-a167-355e0f77b1e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f91dbe-6a17-4dec-a167-355e0f77b1e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9031453626525989811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37a615c-af6a-4489-b08a-004a3deb8b83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d87397f8-24a2-4a11-86c5-0f4da742adcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87397f8-24a2-4a11-86c5-0f4da742adcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217172266091678795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f91dbe-6a17-4dec-a167-355e0f77b1e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 672f00c0-a12c-48fb-9e62-e7aa97117212, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 672f00c0-a12c-48fb-9e62-e7aa97117212, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 316291565430220878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87397f8-24a2-4a11-86c5-0f4da742adcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f34e387-b786-4b15-8437-2a4053f3ae75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f34e387-b786-4b15-8437-2a4053f3ae75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4918154476506987037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 672f00c0-a12c-48fb-9e62-e7aa97117212, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e79c1ff8-cf99-4de9-abc7-276ef476f6c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79c1ff8-cf99-4de9-abc7-276ef476f6c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10626703392190300371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f34e387-b786-4b15-8437-2a4053f3ae75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bf3ad37-77aa-402c-87be-8755ad8bc053, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf3ad37-77aa-402c-87be-8755ad8bc053, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17367968342023963771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79c1ff8-cf99-4de9-abc7-276ef476f6c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0999deb9-c2f7-4cf5-b924-40a6d27ad7f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0999deb9-c2f7-4cf5-b924-40a6d27ad7f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10772963332370896975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf3ad37-77aa-402c-87be-8755ad8bc053, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 300b69b1-b000-4b24-a2e5-514e0734cce5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 300b69b1-b000-4b24-a2e5-514e0734cce5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13803274750804853309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0999deb9-c2f7-4cf5-b924-40a6d27ad7f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d9ce58c-cefe-4dc2-8d2e-d345a15c8a3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9ce58c-cefe-4dc2-8d2e-d345a15c8a3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1938137122204561962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 300b69b1-b000-4b24-a2e5-514e0734cce5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21638765-330d-4ee7-9d2f-4e826d4e9072, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21638765-330d-4ee7-9d2f-4e826d4e9072, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4312516662333418607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9ce58c-cefe-4dc2-8d2e-d345a15c8a3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d7932e-cebf-488b-9de7-00d571acccf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d7932e-cebf-488b-9de7-00d571acccf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5104449564103035009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21638765-330d-4ee7-9d2f-4e826d4e9072, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5237fb-b449-4ab7-89a6-74ea092db68e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5237fb-b449-4ab7-89a6-74ea092db68e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17500052966819093012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d7932e-cebf-488b-9de7-00d571acccf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03033ef9-053e-4417-9c9a-799ea6eee752, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03033ef9-053e-4417-9c9a-799ea6eee752, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14352939151478294067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5237fb-b449-4ab7-89a6-74ea092db68e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 333ad0b6-b80d-4b23-b2a2-d6741189db2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 333ad0b6-b80d-4b23-b2a2-d6741189db2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9333391628052985648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03033ef9-053e-4417-9c9a-799ea6eee752, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 333ad0b6-b80d-4b23-b2a2-d6741189db2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a01049d7-b11d-4dd7-ae60-7351ca9ba23a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01049d7-b11d-4dd7-ae60-7351ca9ba23a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9403859989555032266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50a3c551-c21e-45a3-8345-be99c53de953, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a3c551-c21e-45a3-8345-be99c53de953, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11385207505238335287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01049d7-b11d-4dd7-ae60-7351ca9ba23a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dd63c8d-f7bd-4650-9ded-95628a908ec0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a3c551-c21e-45a3-8345-be99c53de953, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd63c8d-f7bd-4650-9ded-95628a908ec0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1732014823785429292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8b6a491-fc0f-4bd7-bae3-b43e0446b43b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b6a491-fc0f-4bd7-bae3-b43e0446b43b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11424938552416586684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd63c8d-f7bd-4650-9ded-95628a908ec0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a5064b0-cd0f-4088-ace2-91ee82b54171, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b6a491-fc0f-4bd7-bae3-b43e0446b43b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5064b0-cd0f-4088-ace2-91ee82b54171, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11877683182772051340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5064b0-cd0f-4088-ace2-91ee82b54171, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aed238ab-2106-4f70-9330-47646bc87c87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10630ec7-f55b-4262-8b77-035671389cbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10630ec7-f55b-4262-8b77-035671389cbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6520509216567953529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed238ab-2106-4f70-9330-47646bc87c87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14419873853117212056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10630ec7-f55b-4262-8b77-035671389cbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed238ab-2106-4f70-9330-47646bc87c87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48e0d2bf-1c4c-431c-8901-c6affd8f770c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf6ce51-c9ae-4532-b507-fedd2bbf8c58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e0d2bf-1c4c-431c-8901-c6affd8f770c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17666919425317079037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf6ce51-c9ae-4532-b507-fedd2bbf8c58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1509509912831019011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e0d2bf-1c4c-431c-8901-c6affd8f770c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5142a8d-6f43-400f-9dcf-a0f4697e2153, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5142a8d-6f43-400f-9dcf-a0f4697e2153, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11154357131510726445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf6ce51-c9ae-4532-b507-fedd2bbf8c58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac037172-d1af-4a4d-b926-5e1715617810, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac037172-d1af-4a4d-b926-5e1715617810, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14484816924589776051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5142a8d-6f43-400f-9dcf-a0f4697e2153, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e30acf1b-6546-4b32-b3d0-b46a408d461f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e30acf1b-6546-4b32-b3d0-b46a408d461f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15115497013916536204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac037172-d1af-4a4d-b926-5e1715617810, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d7ecdbb-293a-4643-8a50-6b8fe47dee45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7ecdbb-293a-4643-8a50-6b8fe47dee45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13349847233594555075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e30acf1b-6546-4b32-b3d0-b46a408d461f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7ecdbb-293a-4643-8a50-6b8fe47dee45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af66172b-ce19-44c3-a397-7fb30503f12a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af66172b-ce19-44c3-a397-7fb30503f12a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18280948872118488131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fb35f5c-9639-4d90-8402-9bdbb7df5078, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb35f5c-9639-4d90-8402-9bdbb7df5078, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13187318295900161690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af66172b-ce19-44c3-a397-7fb30503f12a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb35f5c-9639-4d90-8402-9bdbb7df5078, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78da7b8f-2610-4913-8879-e4b052c5688b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78da7b8f-2610-4913-8879-e4b052c5688b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1452086196316912408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c0faba2-f4bb-4d54-b224-faf04d4b8cd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c0faba2-f4bb-4d54-b224-faf04d4b8cd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808046902908498926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78da7b8f-2610-4913-8879-e4b052c5688b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21e03823-7dca-4979-ac95-00acf5da8b12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21e03823-7dca-4979-ac95-00acf5da8b12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2669010114640415252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c0faba2-f4bb-4d54-b224-faf04d4b8cd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c807577-526e-442b-b78a-2950f44abc47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21e03823-7dca-4979-ac95-00acf5da8b12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c807577-526e-442b-b78a-2950f44abc47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9345108278191033609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4540a70e-36b0-46cf-8edd-456203b62a54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4540a70e-36b0-46cf-8edd-456203b62a54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14059150320793512653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c807577-526e-442b-b78a-2950f44abc47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdebd1aa-3ebb-4710-8332-4802b1c74218, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdebd1aa-3ebb-4710-8332-4802b1c74218, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9246498748210683715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4540a70e-36b0-46cf-8edd-456203b62a54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc3178e7-09b4-4f74-b0ac-004e661c04e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3178e7-09b4-4f74-b0ac-004e661c04e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14209383797299425587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3178e7-09b4-4f74-b0ac-004e661c04e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cbbfc32-ced1-4128-8441-801334d955dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbbfc32-ced1-4128-8441-801334d955dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17496641061204302923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdebd1aa-3ebb-4710-8332-4802b1c74218, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a26f76-a979-4915-8ffb-a3d1c49de4b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a26f76-a979-4915-8ffb-a3d1c49de4b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3256979233593867865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbbfc32-ced1-4128-8441-801334d955dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c84182-7afe-4d23-8ef2-008e81a0b0cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c84182-7afe-4d23-8ef2-008e81a0b0cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13778335656778539425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a26f76-a979-4915-8ffb-a3d1c49de4b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e53654a-8a6c-4860-b7d2-32de82ad2d2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e53654a-8a6c-4860-b7d2-32de82ad2d2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7179604775634235109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c84182-7afe-4d23-8ef2-008e81a0b0cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 984b119f-4ce5-4cec-8d9e-92c768ccb830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984b119f-4ce5-4cec-8d9e-92c768ccb830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615440654151309714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e53654a-8a6c-4860-b7d2-32de82ad2d2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93d62c43-12a6-4eaf-b548-f184b39e6ab8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d62c43-12a6-4eaf-b548-f184b39e6ab8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17033312902233627155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984b119f-4ce5-4cec-8d9e-92c768ccb830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8753cce-7cd2-4a0d-83da-85b032375b42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d62c43-12a6-4eaf-b548-f184b39e6ab8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8753cce-7cd2-4a0d-83da-85b032375b42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16303970865494493980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ffe5e8-1fdf-4884-9f3e-ecac81089c65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ffe5e8-1fdf-4884-9f3e-ecac81089c65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976317844479101180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8753cce-7cd2-4a0d-83da-85b032375b42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ffe5e8-1fdf-4884-9f3e-ecac81089c65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c37cb5-4df6-4beb-b7ae-5172c8a383d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c37cb5-4df6-4beb-b7ae-5172c8a383d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13256080224293745142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13e7eec1-2363-45fe-9d44-a09a79400469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13e7eec1-2363-45fe-9d44-a09a79400469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15931266298321619117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c37cb5-4df6-4beb-b7ae-5172c8a383d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13e7eec1-2363-45fe-9d44-a09a79400469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 885339fb-604e-4370-b099-05c2c095640b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885339fb-604e-4370-b099-05c2c095640b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9780617485799321044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61f6c85-d7e5-4bf1-a83f-cc2d15a47b45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61f6c85-d7e5-4bf1-a83f-cc2d15a47b45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3400623255031004097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885339fb-604e-4370-b099-05c2c095640b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d543dc80-07d1-4b66-a33b-0d2345b805e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d543dc80-07d1-4b66-a33b-0d2345b805e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4435659063193998887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61f6c85-d7e5-4bf1-a83f-cc2d15a47b45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69c7e432-d56f-43b7-92c2-75d20b39b0cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c7e432-d56f-43b7-92c2-75d20b39b0cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14156336520937267379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d543dc80-07d1-4b66-a33b-0d2345b805e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89ed0df2-755c-4063-9cb6-51ea4bd77a2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89ed0df2-755c-4063-9cb6-51ea4bd77a2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3542238146261103103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c7e432-d56f-43b7-92c2-75d20b39b0cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d267f1f-794e-4f0b-9292-904617c1554d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d267f1f-794e-4f0b-9292-904617c1554d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15384538942585362541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d267f1f-794e-4f0b-9292-904617c1554d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89ed0df2-755c-4063-9cb6-51ea4bd77a2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76b9bb01-dd0b-4bf7-966b-e8642fd99c3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76b9bb01-dd0b-4bf7-966b-e8642fd99c3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732383584277505818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b798236-aded-4eeb-aec7-b98b75b5b07a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b798236-aded-4eeb-aec7-b98b75b5b07a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17184081072283655496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76b9bb01-dd0b-4bf7-966b-e8642fd99c3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e50a2e6-76ed-4c01-b8f3-eb79fd3c0424, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e50a2e6-76ed-4c01-b8f3-eb79fd3c0424, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14082245454740486833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b798236-aded-4eeb-aec7-b98b75b5b07a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5b45a81-bf7a-4ba0-93b8-b8cef1b4c7b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5b45a81-bf7a-4ba0-93b8-b8cef1b4c7b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15359316271237629824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5b45a81-bf7a-4ba0-93b8-b8cef1b4c7b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f53a3275-ba07-4de6-a4aa-eff28479675d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f53a3275-ba07-4de6-a4aa-eff28479675d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18042868166437349109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e50a2e6-76ed-4c01-b8f3-eb79fd3c0424, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6c0d83c-552d-4cc9-b87c-f69dcedd7f0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6c0d83c-552d-4cc9-b87c-f69dcedd7f0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2791552959372685259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f53a3275-ba07-4de6-a4aa-eff28479675d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd6b9695-1d76-4e67-8ab1-48dd230e6545, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd6b9695-1d76-4e67-8ab1-48dd230e6545, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2057584758637021443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6c0d83c-552d-4cc9-b87c-f69dcedd7f0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd6b9695-1d76-4e67-8ab1-48dd230e6545, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e20f5e25-987f-430c-93f6-7282a91873c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20f5e25-987f-430c-93f6-7282a91873c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14716004799566691940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f81eaa3-982b-4b8d-9c25-2eca497a9aa7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f81eaa3-982b-4b8d-9c25-2eca497a9aa7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3441331440551681119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f81eaa3-982b-4b8d-9c25-2eca497a9aa7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ec9f6a6-ca73-4801-8584-921c3bb6d4a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec9f6a6-ca73-4801-8584-921c3bb6d4a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12734107106566419496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20f5e25-987f-430c-93f6-7282a91873c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47e227d4-8173-4a42-9a27-4ac291b757bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47e227d4-8173-4a42-9a27-4ac291b757bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16333345492891839130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec9f6a6-ca73-4801-8584-921c3bb6d4a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a743c88b-bab6-4fe4-b3b8-317f689a0761, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a743c88b-bab6-4fe4-b3b8-317f689a0761, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7435006094013185862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47e227d4-8173-4a42-9a27-4ac291b757bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2519975-3180-4348-bcde-48afa8beaab0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2519975-3180-4348-bcde-48afa8beaab0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10758806022718099709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a743c88b-bab6-4fe4-b3b8-317f689a0761, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f5708d1-3bd0-463c-a034-a82a7a7314e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2519975-3180-4348-bcde-48afa8beaab0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5708d1-3bd0-463c-a034-a82a7a7314e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3761454504536561911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 087f0432-e68b-4ee2-bb0a-8ac5fe883173, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 087f0432-e68b-4ee2-bb0a-8ac5fe883173, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18347487725343918935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5708d1-3bd0-463c-a034-a82a7a7314e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6008b7e-aea7-47fe-a7c9-569c36a23ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6008b7e-aea7-47fe-a7c9-569c36a23ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6301928607747262876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 087f0432-e68b-4ee2-bb0a-8ac5fe883173, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cd0fe5f-a8f1-46de-a12d-b8fe34c8acf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd0fe5f-a8f1-46de-a12d-b8fe34c8acf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8160453686953251689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6008b7e-aea7-47fe-a7c9-569c36a23ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e615aa2c-8408-44f8-980d-f28bced09e58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e615aa2c-8408-44f8-980d-f28bced09e58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7659836031221811766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd0fe5f-a8f1-46de-a12d-b8fe34c8acf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a4c0b79-c724-44ef-b8e1-701a19d5fdad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a4c0b79-c724-44ef-b8e1-701a19d5fdad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12726630217266632819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e615aa2c-8408-44f8-980d-f28bced09e58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a0368d3-da1e-4b63-ba9d-0042058e5a53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0368d3-da1e-4b63-ba9d-0042058e5a53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13250906680805180413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a4c0b79-c724-44ef-b8e1-701a19d5fdad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7975210c-c99b-4149-9c34-fdb161360024, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7975210c-c99b-4149-9c34-fdb161360024, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10335846136272644561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0368d3-da1e-4b63-ba9d-0042058e5a53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abac8a83-b570-43e2-bda3-bed4ba005581, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abac8a83-b570-43e2-bda3-bed4ba005581, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1625130955241188127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7975210c-c99b-4149-9c34-fdb161360024, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81cd4d2c-e843-45d5-bf35-1092c31d4a04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81cd4d2c-e843-45d5-bf35-1092c31d4a04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10464555836269502240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abac8a83-b570-43e2-bda3-bed4ba005581, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e889797c-1096-4e18-88a8-9190f6ab421f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e889797c-1096-4e18-88a8-9190f6ab421f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5731742623556405291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81cd4d2c-e843-45d5-bf35-1092c31d4a04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c672b067-efbb-4c8e-b66e-91e859064ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c672b067-efbb-4c8e-b66e-91e859064ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2070446548100515350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e889797c-1096-4e18-88a8-9190f6ab421f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cce065c0-4fc9-4497-ac48-dac0c93eb7fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cce065c0-4fc9-4497-ac48-dac0c93eb7fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 972253240790144975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c672b067-efbb-4c8e-b66e-91e859064ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 665bd960-fe00-4db5-a2a0-5cb14466ecd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665bd960-fe00-4db5-a2a0-5cb14466ecd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6865339936473051196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cce065c0-4fc9-4497-ac48-dac0c93eb7fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddab66e8-47d8-4e70-8ae2-4d17f7cc40c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddab66e8-47d8-4e70-8ae2-4d17f7cc40c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7338701722729118267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665bd960-fe00-4db5-a2a0-5cb14466ecd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f0de14-ae85-4a4c-9e23-67a35fdb44ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f0de14-ae85-4a4c-9e23-67a35fdb44ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11504253933253145525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddab66e8-47d8-4e70-8ae2-4d17f7cc40c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a423a5-5f7c-447f-9c2f-2b281f41995b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a423a5-5f7c-447f-9c2f-2b281f41995b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498152604236111425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f0de14-ae85-4a4c-9e23-67a35fdb44ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15919001-3ab7-4d6b-8a32-97eb279fe977, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15919001-3ab7-4d6b-8a32-97eb279fe977, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851223710117773943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a423a5-5f7c-447f-9c2f-2b281f41995b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1fe2e45-a668-4770-aeeb-fbc080ea0b22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1fe2e45-a668-4770-aeeb-fbc080ea0b22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4673152485984764663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15919001-3ab7-4d6b-8a32-97eb279fe977, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae826f8a-70e0-416d-a02f-8966190c3b5b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae826f8a-70e0-416d-a02f-8966190c3b5b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2496937149471135651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1fe2e45-a668-4770-aeeb-fbc080ea0b22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bfd0b33-9463-4ac6-886a-fab402562e82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bfd0b33-9463-4ac6-886a-fab402562e82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15281517923525076328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae826f8a-70e0-416d-a02f-8966190c3b5b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8f88c0b-1cbd-4965-a632-f7a94506875c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f88c0b-1cbd-4965-a632-f7a94506875c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6793256311002589762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bfd0b33-9463-4ac6-886a-fab402562e82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6828d1f2-2ebc-4533-bf90-4db524b62eb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6828d1f2-2ebc-4533-bf90-4db524b62eb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9893120808767991290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f88c0b-1cbd-4965-a632-f7a94506875c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72a60e8d-65a9-4898-9088-5d38e41e4e3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a60e8d-65a9-4898-9088-5d38e41e4e3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 211607198415016128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6828d1f2-2ebc-4533-bf90-4db524b62eb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d818d0f-80f7-4af6-8d9f-31b679a42f62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d818d0f-80f7-4af6-8d9f-31b679a42f62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2067066267396695097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a60e8d-65a9-4898-9088-5d38e41e4e3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 650a2aef-3e74-4b03-8023-4b38d2e672e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650a2aef-3e74-4b03-8023-4b38d2e672e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4420214723270555202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650a2aef-3e74-4b03-8023-4b38d2e672e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d818d0f-80f7-4af6-8d9f-31b679a42f62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9105487b-58f9-43d3-9dca-272a18a13db2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9105487b-58f9-43d3-9dca-272a18a13db2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12206440923435605717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c641e941-1968-42e6-9bab-6804888aa791, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c641e941-1968-42e6-9bab-6804888aa791, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13593576739566884766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9105487b-58f9-43d3-9dca-272a18a13db2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6487a28f-0313-41fd-aae6-3e9e71dee8e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6487a28f-0313-41fd-aae6-3e9e71dee8e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2069219169213419784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c641e941-1968-42e6-9bab-6804888aa791, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 199c8a8a-c8e3-481b-af7d-b4cfcd9e8042, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199c8a8a-c8e3-481b-af7d-b4cfcd9e8042, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17497281503141319863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6487a28f-0313-41fd-aae6-3e9e71dee8e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8addbd-50fd-450e-94b0-20c3033cc9c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8addbd-50fd-450e-94b0-20c3033cc9c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1909553733935307669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199c8a8a-c8e3-481b-af7d-b4cfcd9e8042, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bac8159e-1f7b-465c-b779-b02d1124f41f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac8159e-1f7b-465c-b779-b02d1124f41f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4325231936910699966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8addbd-50fd-450e-94b0-20c3033cc9c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29c5c2d9-6971-4df9-9770-1fd4b4665470, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c5c2d9-6971-4df9-9770-1fd4b4665470, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16744458615602778085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac8159e-1f7b-465c-b779-b02d1124f41f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a761e4d8-40ae-4eff-b7d9-93de291fabdd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a761e4d8-40ae-4eff-b7d9-93de291fabdd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2348132300565102851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c5c2d9-6971-4df9-9770-1fd4b4665470, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96dcd297-0c80-4c59-8e50-9aff61915f27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96dcd297-0c80-4c59-8e50-9aff61915f27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10832829374913434418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a761e4d8-40ae-4eff-b7d9-93de291fabdd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abafa834-7507-454e-a99b-aece59a5f1a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abafa834-7507-454e-a99b-aece59a5f1a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9993154947320244659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96dcd297-0c80-4c59-8e50-9aff61915f27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae09f21b-8ae3-4d54-98c3-a0d8d8382b2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae09f21b-8ae3-4d54-98c3-a0d8d8382b2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15429240760984132255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abafa834-7507-454e-a99b-aece59a5f1a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33a634de-9ea1-42bd-ab5b-065f51c660ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33a634de-9ea1-42bd-ab5b-065f51c660ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15067041173587528411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae09f21b-8ae3-4d54-98c3-a0d8d8382b2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b62b9b9-6692-4b6f-ba9b-ab5c924a1083, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b62b9b9-6692-4b6f-ba9b-ab5c924a1083, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3785145901656208642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33a634de-9ea1-42bd-ab5b-065f51c660ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6b784b8-c5e0-48fa-a18f-2f8ccf9fd644, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6b784b8-c5e0-48fa-a18f-2f8ccf9fd644, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702921090830918196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b62b9b9-6692-4b6f-ba9b-ab5c924a1083, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef1d6e24-7fd4-4d51-9cc0-f2a46b5c849d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef1d6e24-7fd4-4d51-9cc0-f2a46b5c849d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1398739961224564429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6b784b8-c5e0-48fa-a18f-2f8ccf9fd644, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe261f3-636d-4a52-bf0c-97631446e75d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe261f3-636d-4a52-bf0c-97631446e75d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14674697703309739305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef1d6e24-7fd4-4d51-9cc0-f2a46b5c849d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 300602c8-6ec8-4a45-98fd-b6ca5a39ca1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 300602c8-6ec8-4a45-98fd-b6ca5a39ca1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14398619317903915385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe261f3-636d-4a52-bf0c-97631446e75d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 300602c8-6ec8-4a45-98fd-b6ca5a39ca1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a57ea6b-1b4e-48dd-8067-0ec597d002fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a57ea6b-1b4e-48dd-8067-0ec597d002fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15206239133126812838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b045a7b4-769e-483b-bf2d-c409d296ef0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b045a7b4-769e-483b-bf2d-c409d296ef0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12947323678875018713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a57ea6b-1b4e-48dd-8067-0ec597d002fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a001cdd-c4ef-446b-a03b-01f4b534cb2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a001cdd-c4ef-446b-a03b-01f4b534cb2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18374676742267521634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b045a7b4-769e-483b-bf2d-c409d296ef0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52176a88-0325-42c4-8268-21b911badb6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a001cdd-c4ef-446b-a03b-01f4b534cb2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52176a88-0325-42c4-8268-21b911badb6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4407576942654879526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3688cb2a-9e92-4dfe-b1f5-0dbf7f743968, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3688cb2a-9e92-4dfe-b1f5-0dbf7f743968, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17924030084892788281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52176a88-0325-42c4-8268-21b911badb6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3ac35e0-7955-4057-9a3e-c72c68e47f1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ac35e0-7955-4057-9a3e-c72c68e47f1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17177314137947602806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3688cb2a-9e92-4dfe-b1f5-0dbf7f743968, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 197da7bf-9bea-408e-aa57-d9a714b417b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 197da7bf-9bea-408e-aa57-d9a714b417b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17037784059958063141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ac35e0-7955-4057-9a3e-c72c68e47f1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23b9d0d3-2327-49d2-9598-3c9e108e7d81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b9d0d3-2327-49d2-9598-3c9e108e7d81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14493776273134898786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 197da7bf-9bea-408e-aa57-d9a714b417b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b3d487b-9a1c-4364-b8bd-5d36f11afd56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b3d487b-9a1c-4364-b8bd-5d36f11afd56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3002847790468815710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b9d0d3-2327-49d2-9598-3c9e108e7d81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e6c2db0-2d54-4e1d-8fbd-cefb70e2ddd3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b3d487b-9a1c-4364-b8bd-5d36f11afd56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a96c26a-1f47-4686-b698-a828a7bb4b36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a96c26a-1f47-4686-b698-a828a7bb4b36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1768002791800626933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e6c2db0-2d54-4e1d-8fbd-cefb70e2ddd3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11579318740179712394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a96c26a-1f47-4686-b698-a828a7bb4b36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f5594c0-0eda-4ac0-963e-a11ba7eef815, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f5594c0-0eda-4ac0-963e-a11ba7eef815, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863757209189142410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e6c2db0-2d54-4e1d-8fbd-cefb70e2ddd3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf2ae08f-6543-4a87-990b-129e94db1163, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2ae08f-6543-4a87-990b-129e94db1163, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5807159525230784364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f5594c0-0eda-4ac0-963e-a11ba7eef815, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57ec4e11-0c36-4787-8ad1-9a5561345baf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ec4e11-0c36-4787-8ad1-9a5561345baf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6870503075947129964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2ae08f-6543-4a87-990b-129e94db1163, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9123d72-3e03-4ff0-8c66-e8ab23493f1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9123d72-3e03-4ff0-8c66-e8ab23493f1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6293886665838790020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ec4e11-0c36-4787-8ad1-9a5561345baf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1157619d-ade2-4476-9dee-ef2d919beae3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1157619d-ade2-4476-9dee-ef2d919beae3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2543245129737923339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9123d72-3e03-4ff0-8c66-e8ab23493f1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a8469d9-e061-412c-a040-1e7b4897f5e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a8469d9-e061-412c-a040-1e7b4897f5e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7647492029057944741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1157619d-ade2-4476-9dee-ef2d919beae3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86fc6e5c-9c16-4c5f-9650-63a17cb2a957, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86fc6e5c-9c16-4c5f-9650-63a17cb2a957, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15599527648839340395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a8469d9-e061-412c-a040-1e7b4897f5e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f13a6cec-7b40-42d5-976f-b3b873b13ba6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13a6cec-7b40-42d5-976f-b3b873b13ba6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2061457456628667705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86fc6e5c-9c16-4c5f-9650-63a17cb2a957, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d45d6f2-844d-4661-81db-924f4b9d657f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d45d6f2-844d-4661-81db-924f4b9d657f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5787473805818217268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13a6cec-7b40-42d5-976f-b3b873b13ba6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af01eb40-61f7-4b7b-bb16-6c620fc9eeb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af01eb40-61f7-4b7b-bb16-6c620fc9eeb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9579223170547863952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d45d6f2-844d-4661-81db-924f4b9d657f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cb33551-743c-4d49-9e26-589e4f36859d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb33551-743c-4d49-9e26-589e4f36859d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8207081723737106875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af01eb40-61f7-4b7b-bb16-6c620fc9eeb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b598f329-cf05-4289-9e3a-a1119227ac61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b598f329-cf05-4289-9e3a-a1119227ac61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 50916057941580951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5091605794158095150916057941580951509160579415809515091605794158095150916057941580951509160579415809515091605794158095150916057941580951509160579415809515091605794158095150916057941580951509160579415809515091605794158095150916057941580951509160579415809515091605794158095150916057941580951509160579415809515091605794158095150916057941580951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb33551-743c-4d49-9e26-589e4f36859d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28c53f47-c08d-4fa4-ac9c-585e3660f40f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28c53f47-c08d-4fa4-ac9c-585e3660f40f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2031765404740222617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b598f329-cf05-4289-9e3a-a1119227ac61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86303f52-a0c9-4af1-b2fe-1af3cb97488d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86303f52-a0c9-4af1-b2fe-1af3cb97488d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4474795777490645677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28c53f47-c08d-4fa4-ac9c-585e3660f40f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2f2f8b0-888c-41b7-87e2-ad45e1ff3ce7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2f2f8b0-888c-41b7-87e2-ad45e1ff3ce7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120573262319977222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86303f52-a0c9-4af1-b2fe-1af3cb97488d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8961712c-c4b1-45be-9609-cb76685b51a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8961712c-c4b1-45be-9609-cb76685b51a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2175779645864706914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2f2f8b0-888c-41b7-87e2-ad45e1ff3ce7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5246da4-3cfa-412b-b33b-c545fa47fa72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5246da4-3cfa-412b-b33b-c545fa47fa72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4573728330249872097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8961712c-c4b1-45be-9609-cb76685b51a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b7252db-f9ab-4edc-aafe-5e8b3b528a73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b7252db-f9ab-4edc-aafe-5e8b3b528a73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3655848295102738307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5246da4-3cfa-412b-b33b-c545fa47fa72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb210a3-2614-4eae-a88a-f046ef0bc8ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb210a3-2614-4eae-a88a-f046ef0bc8ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9741043162992848946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b7252db-f9ab-4edc-aafe-5e8b3b528a73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 794fbef7-5000-4197-8190-f76683f585d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 794fbef7-5000-4197-8190-f76683f585d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9682136658061505585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb210a3-2614-4eae-a88a-f046ef0bc8ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 794fbef7-5000-4197-8190-f76683f585d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c1914da-677c-47d9-b2dd-5b15462ce34f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c1914da-677c-47d9-b2dd-5b15462ce34f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15391300837152179594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f30a98b9-343a-4bb8-a52a-16515dc89697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f30a98b9-343a-4bb8-a52a-16515dc89697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6096211694890795568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c1914da-677c-47d9-b2dd-5b15462ce34f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fe35582-e0dd-409f-a8d3-1efdbab51015, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe35582-e0dd-409f-a8d3-1efdbab51015, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6738491542826350873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f30a98b9-343a-4bb8-a52a-16515dc89697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cce0da7-60e5-40ee-a574-d27ce3f7b99b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cce0da7-60e5-40ee-a574-d27ce3f7b99b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11195467351008313522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe35582-e0dd-409f-a8d3-1efdbab51015, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43a2d264-4971-4c67-8816-db35999f5000, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a2d264-4971-4c67-8816-db35999f5000, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16664634684723583561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cce0da7-60e5-40ee-a574-d27ce3f7b99b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e063cbf2-556d-4b7c-ac85-eb08f3af4b7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e063cbf2-556d-4b7c-ac85-eb08f3af4b7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1496805398389456734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a2d264-4971-4c67-8816-db35999f5000, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a400ef67-448b-43b9-8700-fa8e2cd086f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e063cbf2-556d-4b7c-ac85-eb08f3af4b7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4781a100-13bd-4d42-8042-7e626c004624, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4781a100-13bd-4d42-8042-7e626c004624, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4211060688484424646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a400ef67-448b-43b9-8700-fa8e2cd086f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319176619361173171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4781a100-13bd-4d42-8042-7e626c004624, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e6d2b9-6774-477a-9a7a-c525a04d907d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e6d2b9-6774-477a-9a7a-c525a04d907d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6615530169411403736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a400ef67-448b-43b9-8700-fa8e2cd086f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 435e04df-0212-486d-91d2-d3fb78f22a9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e6d2b9-6774-477a-9a7a-c525a04d907d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 358c1769-78d6-4145-b425-b4ec4b192636, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435e04df-0212-486d-91d2-d3fb78f22a9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2479776668441842708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 358c1769-78d6-4145-b425-b4ec4b192636, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17124043362730047135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435e04df-0212-486d-91d2-d3fb78f22a9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86075819-c0a3-4276-a51c-a862eacbc57f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86075819-c0a3-4276-a51c-a862eacbc57f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3024047465718189164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358c1769-78d6-4145-b425-b4ec4b192636, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72d5b466-5b76-4a3d-8b96-31656dec6f45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d5b466-5b76-4a3d-8b96-31656dec6f45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2674504731710992553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86075819-c0a3-4276-a51c-a862eacbc57f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf78003c-cbd4-4b6e-bc8c-aa1d854000b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf78003c-cbd4-4b6e-bc8c-aa1d854000b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2443199514829382853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d5b466-5b76-4a3d-8b96-31656dec6f45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61ceacb2-8488-4fe0-8f54-096238dcca6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ceacb2-8488-4fe0-8f54-096238dcca6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699271849872042994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf78003c-cbd4-4b6e-bc8c-aa1d854000b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc243fee-7551-448e-a6c9-1486be77aaea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc243fee-7551-448e-a6c9-1486be77aaea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8451453704987082737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ceacb2-8488-4fe0-8f54-096238dcca6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f9d8b9a-fe04-45f0-96a2-144477dc5eb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9d8b9a-fe04-45f0-96a2-144477dc5eb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12492929209556945745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc243fee-7551-448e-a6c9-1486be77aaea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 113cc75e-1c3a-4f2c-9f3b-9bd1c1535ac5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113cc75e-1c3a-4f2c-9f3b-9bd1c1535ac5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7300606187453398589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113cc75e-1c3a-4f2c-9f3b-9bd1c1535ac5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d54242f-3e27-4b7e-a614-9b3eb07c4a9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d54242f-3e27-4b7e-a614-9b3eb07c4a9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274343823928311569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9d8b9a-fe04-45f0-96a2-144477dc5eb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b559181a-1f0f-4c66-bc29-3cde8524907e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b559181a-1f0f-4c66-bc29-3cde8524907e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14842653174461367182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d54242f-3e27-4b7e-a614-9b3eb07c4a9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18fcf360-1406-4673-9eb0-c54d853af3af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18fcf360-1406-4673-9eb0-c54d853af3af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15213213354862879890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b559181a-1f0f-4c66-bc29-3cde8524907e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3763e0b-ac70-4787-802c-6df40c20657b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3763e0b-ac70-4787-802c-6df40c20657b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13142282101053722827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18fcf360-1406-4673-9eb0-c54d853af3af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a2b25ef-e819-467f-b42a-3aa61dc17d12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a2b25ef-e819-467f-b42a-3aa61dc17d12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2032168420375762046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3763e0b-ac70-4787-802c-6df40c20657b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e5b8353-293b-48da-9ae6-057a48e1bf0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e5b8353-293b-48da-9ae6-057a48e1bf0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5794827336696431944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a2b25ef-e819-467f-b42a-3aa61dc17d12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3ece1b-0b35-469c-a266-f450bf2366e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3ece1b-0b35-469c-a266-f450bf2366e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2151291424642123097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e5b8353-293b-48da-9ae6-057a48e1bf0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33c2238a-0262-45f2-83d1-b8b5031c1cbc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c2238a-0262-45f2-83d1-b8b5031c1cbc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6103527254339127656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3ece1b-0b35-469c-a266-f450bf2366e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be8f0ece-0de1-449e-a10f-ef4ec3a31174, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8f0ece-0de1-449e-a10f-ef4ec3a31174, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14768489637442267038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c2238a-0262-45f2-83d1-b8b5031c1cbc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd88012c-8a36-4f73-b2dd-ba2fff6aa740, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd88012c-8a36-4f73-b2dd-ba2fff6aa740, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3747550000346780313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8f0ece-0de1-449e-a10f-ef4ec3a31174, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4dfce9b-16e3-48f5-8d68-91c4cd265b81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4dfce9b-16e3-48f5-8d68-91c4cd265b81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13936049607397565842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd88012c-8a36-4f73-b2dd-ba2fff6aa740, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 939e23b5-4fa0-456f-924c-8faa4c7f99ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 939e23b5-4fa0-456f-924c-8faa4c7f99ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7236529900157621361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4dfce9b-16e3-48f5-8d68-91c4cd265b81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 939e23b5-4fa0-456f-924c-8faa4c7f99ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e73e64e-66d0-455a-af63-21d6a1c9873d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4b21ca6-da09-451f-9fe5-6a2807c38869, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b21ca6-da09-451f-9fe5-6a2807c38869, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3896621608763329257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e73e64e-66d0-455a-af63-21d6a1c9873d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 46408457737942983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4640845773794298346408457737942983464084577379429834640845773794298346408457737942983464084577379429834640845773794298346408457737942983464084577379429834640845773794298346408457737942983464084577379429834640845773794298346408457737942983464084577379429834640845773794298346408457737942983464084577379429834640845773794298346408457737942983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e73e64e-66d0-455a-af63-21d6a1c9873d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b21ca6-da09-451f-9fe5-6a2807c38869, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99569735-93b2-443f-a619-4bde1faa14d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99569735-93b2-443f-a619-4bde1faa14d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4060889283612641237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5295bc01-1194-4e16-bb8c-55abb470b99a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5295bc01-1194-4e16-bb8c-55abb470b99a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13471006977681919056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99569735-93b2-443f-a619-4bde1faa14d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5295bc01-1194-4e16-bb8c-55abb470b99a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44606166-ad58-48a4-9422-fb0839d6a691, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b1933b4-e821-4f09-a8f9-e3397f5f75bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44606166-ad58-48a4-9422-fb0839d6a691, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10620123503558852215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b1933b4-e821-4f09-a8f9-e3397f5f75bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7628262684350408943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b1933b4-e821-4f09-a8f9-e3397f5f75bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7c6e8f2-3cee-4dcb-a6e1-f4d03ca38505, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7c6e8f2-3cee-4dcb-a6e1-f4d03ca38505, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10264474148416852103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44606166-ad58-48a4-9422-fb0839d6a691, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b873b10-e13b-49e0-9128-a0aa73f8fd3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b873b10-e13b-49e0-9128-a0aa73f8fd3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10774963246967262673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7c6e8f2-3cee-4dcb-a6e1-f4d03ca38505, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 458a03d8-6289-4160-bd15-f64725f054b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 458a03d8-6289-4160-bd15-f64725f054b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11952540981653376639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b873b10-e13b-49e0-9128-a0aa73f8fd3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fac1b08a-5f0f-4e97-af02-48a7a850ff00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fac1b08a-5f0f-4e97-af02-48a7a850ff00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 547974733357434447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 458a03d8-6289-4160-bd15-f64725f054b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d007515-60d7-4f3d-84c2-c7196600febf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fac1b08a-5f0f-4e97-af02-48a7a850ff00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 488f3982-4a15-4e5b-9cd8-a78a619e66aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d007515-60d7-4f3d-84c2-c7196600febf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6242720103464163983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 488f3982-4a15-4e5b-9cd8-a78a619e66aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2621780907726116621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 488f3982-4a15-4e5b-9cd8-a78a619e66aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a0e1256-bad9-483e-958b-bfd615d2a5dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a0e1256-bad9-483e-958b-bfd615d2a5dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17846472636184715325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d007515-60d7-4f3d-84c2-c7196600febf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5587776e-6b1e-4542-aeeb-a5b1f4ec9107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5587776e-6b1e-4542-aeeb-a5b1f4ec9107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6510857136478341480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a0e1256-bad9-483e-958b-bfd615d2a5dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf576dd7-0eec-49e8-b0d4-0b99ad7f6509, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf576dd7-0eec-49e8-b0d4-0b99ad7f6509, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15397928986042526919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5587776e-6b1e-4542-aeeb-a5b1f4ec9107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d9d564-eb21-40a4-9967-7f69507f2b5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d9d564-eb21-40a4-9967-7f69507f2b5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10763760150311305351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf576dd7-0eec-49e8-b0d4-0b99ad7f6509, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b001133e-9bd7-4ff8-9b9c-cf7cf5bfd31b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b001133e-9bd7-4ff8-9b9c-cf7cf5bfd31b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13102005784964402301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d9d564-eb21-40a4-9967-7f69507f2b5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fac7847-8a59-4a6e-b252-c7f17830a4cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fac7847-8a59-4a6e-b252-c7f17830a4cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7917778129421200601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b001133e-9bd7-4ff8-9b9c-cf7cf5bfd31b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0dffc38-c5d1-41bb-871a-558ef03f36eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0dffc38-c5d1-41bb-871a-558ef03f36eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2584254747394167651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fac7847-8a59-4a6e-b252-c7f17830a4cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e94bdbd7-ecc7-435b-ba9b-4ec6236a4a56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e94bdbd7-ecc7-435b-ba9b-4ec6236a4a56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18009834752009869200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0dffc38-c5d1-41bb-871a-558ef03f36eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 612efdaa-8517-4c11-9fc5-56f5289c1d45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612efdaa-8517-4c11-9fc5-56f5289c1d45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17544832550916649675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e94bdbd7-ecc7-435b-ba9b-4ec6236a4a56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4ef632a-3240-46d6-adf5-b60983d793e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612efdaa-8517-4c11-9fc5-56f5289c1d45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e26c185-840f-4699-a2db-ae8ef2259960, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e26c185-840f-4699-a2db-ae8ef2259960, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17414673700118227649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4ef632a-3240-46d6-adf5-b60983d793e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10099143864032464900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e26c185-840f-4699-a2db-ae8ef2259960, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4e5058-cc42-4e49-bcb5-cb159f00fc0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4e5058-cc42-4e49-bcb5-cb159f00fc0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7660743999623109525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4ef632a-3240-46d6-adf5-b60983d793e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 136b995e-b270-4424-b2b5-d321e7ff5a7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 136b995e-b270-4424-b2b5-d321e7ff5a7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14352530831079170370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 136b995e-b270-4424-b2b5-d321e7ff5a7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca37b1c3-6276-4345-bf66-55470f2d12b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca37b1c3-6276-4345-bf66-55470f2d12b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1918123900085233914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4e5058-cc42-4e49-bcb5-cb159f00fc0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b8d143d-d42e-482a-9abe-0a7309f915ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b8d143d-d42e-482a-9abe-0a7309f915ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1968623209946306456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca37b1c3-6276-4345-bf66-55470f2d12b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed46e6a5-e5c0-4436-b5d8-a99730f0c790, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed46e6a5-e5c0-4436-b5d8-a99730f0c790, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11392293235458413004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b8d143d-d42e-482a-9abe-0a7309f915ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aceb58bc-f1e4-443b-8dc1-269911d386e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aceb58bc-f1e4-443b-8dc1-269911d386e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428697001169405241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed46e6a5-e5c0-4436-b5d8-a99730f0c790, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60336563-1428-443b-9d0f-a23bb1717c9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60336563-1428-443b-9d0f-a23bb1717c9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16964055502536813786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aceb58bc-f1e4-443b-8dc1-269911d386e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577bd927-2ee5-4410-885c-1cfc0b6edf71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577bd927-2ee5-4410-885c-1cfc0b6edf71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 700017896135471678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60336563-1428-443b-9d0f-a23bb1717c9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5e49ccb-3b51-4f16-bbb0-10978bd5fbbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5e49ccb-3b51-4f16-bbb0-10978bd5fbbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4782078750079603760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577bd927-2ee5-4410-885c-1cfc0b6edf71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be7399d-bb70-4cf1-88dc-2eb5d9990430, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be7399d-bb70-4cf1-88dc-2eb5d9990430, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5418278762536006384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5e49ccb-3b51-4f16-bbb0-10978bd5fbbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7af316a5-a752-4aa4-8bb0-924e01a9abee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af316a5-a752-4aa4-8bb0-924e01a9abee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5484559168878219849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be7399d-bb70-4cf1-88dc-2eb5d9990430, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c95fd9eb-d79b-4948-ae1c-15fbf09ce43b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95fd9eb-d79b-4948-ae1c-15fbf09ce43b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14661182958229034011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af316a5-a752-4aa4-8bb0-924e01a9abee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51af983b-ac08-4101-8a1f-ac7c7d70e84b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51af983b-ac08-4101-8a1f-ac7c7d70e84b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1856059656073581037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95fd9eb-d79b-4948-ae1c-15fbf09ce43b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cadfa0ad-e3ff-447b-a94b-dd8ebf7a355a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cadfa0ad-e3ff-447b-a94b-dd8ebf7a355a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1562720066765299526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51af983b-ac08-4101-8a1f-ac7c7d70e84b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40b10612-9207-413e-aed3-d080913c1eb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cadfa0ad-e3ff-447b-a94b-dd8ebf7a355a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40b10612-9207-413e-aed3-d080913c1eb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15651615293977710784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16a1a8c2-b862-42aa-827e-54efd4650b5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a1a8c2-b862-42aa-827e-54efd4650b5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17590147254929517144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40b10612-9207-413e-aed3-d080913c1eb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d305ac3e-8204-4abd-a877-c78503053b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d305ac3e-8204-4abd-a877-c78503053b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12934850936258479791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a1a8c2-b862-42aa-827e-54efd4650b5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cb66923-0002-45d9-af1d-d2534c84a43d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb66923-0002-45d9-af1d-d2534c84a43d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7526476461776681655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d305ac3e-8204-4abd-a877-c78503053b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38e403ac-c5ba-41df-88a1-94238834712d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38e403ac-c5ba-41df-88a1-94238834712d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13984916099259438141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb66923-0002-45d9-af1d-d2534c84a43d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6626f38-3a19-457e-9a77-0787231431cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6626f38-3a19-457e-9a77-0787231431cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14502900933296595525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38e403ac-c5ba-41df-88a1-94238834712d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2ce7c8e-a507-42cb-8892-912761399115, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2ce7c8e-a507-42cb-8892-912761399115, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17701315862660786218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6626f38-3a19-457e-9a77-0787231431cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5983a696-1d82-4111-9388-b0532a9770b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5983a696-1d82-4111-9388-b0532a9770b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9613086533846695336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2ce7c8e-a507-42cb-8892-912761399115, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d1854c-1844-4bc3-b027-915e527f3a36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d1854c-1844-4bc3-b027-915e527f3a36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3186758636463099840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5983a696-1d82-4111-9388-b0532a9770b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05003875-80ab-4821-8196-0def63e47d8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05003875-80ab-4821-8196-0def63e47d8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2089908057865404545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d1854c-1844-4bc3-b027-915e527f3a36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed70f86a-5c06-4d44-afbd-8bf9fa49de6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed70f86a-5c06-4d44-afbd-8bf9fa49de6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031867652508751662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05003875-80ab-4821-8196-0def63e47d8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 632bd80e-0053-42dd-bb36-1f4ee7685fe0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 632bd80e-0053-42dd-bb36-1f4ee7685fe0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8294625545306725997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed70f86a-5c06-4d44-afbd-8bf9fa49de6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa8e64ba-1506-4abc-b2c7-588f750bd90a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8e64ba-1506-4abc-b2c7-588f750bd90a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17803659360752016132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 632bd80e-0053-42dd-bb36-1f4ee7685fe0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efb10909-3ae1-465e-a3b2-9610ce888c80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb10909-3ae1-465e-a3b2-9610ce888c80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3061922705696196922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8e64ba-1506-4abc-b2c7-588f750bd90a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4d45f7d-0183-438b-8d12-6fe7f00325aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4d45f7d-0183-438b-8d12-6fe7f00325aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17434953598121464068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb10909-3ae1-465e-a3b2-9610ce888c80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fc6d9a9-6866-4180-8f9b-b9780bb9ce90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc6d9a9-6866-4180-8f9b-b9780bb9ce90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2655564437364585360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4d45f7d-0183-438b-8d12-6fe7f00325aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c0a750b-864b-4356-b34a-98bc6619239c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c0a750b-864b-4356-b34a-98bc6619239c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12896095789424028055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc6d9a9-6866-4180-8f9b-b9780bb9ce90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a589897-e59f-4bc0-b62e-d8091fca0c50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a589897-e59f-4bc0-b62e-d8091fca0c50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18359836565967793924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c0a750b-864b-4356-b34a-98bc6619239c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a589897-e59f-4bc0-b62e-d8091fca0c50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1acc74e6-cec2-4dfb-8603-f087534df9d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1acc74e6-cec2-4dfb-8603-f087534df9d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3079326155572321906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7191cac-40b9-4256-b0b4-edb6740d9a0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7191cac-40b9-4256-b0b4-edb6740d9a0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3693346663111709858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1acc74e6-cec2-4dfb-8603-f087534df9d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 687b939c-a89b-457e-b76b-1113d429f980, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 687b939c-a89b-457e-b76b-1113d429f980, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6919490684587534486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7191cac-40b9-4256-b0b4-edb6740d9a0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 899cf696-3789-426e-a97e-0153b12f2241, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 899cf696-3789-426e-a97e-0153b12f2241, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17928114480477438646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 687b939c-a89b-457e-b76b-1113d429f980, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5a572d4-8d4d-409d-9094-ab351d78bf9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a572d4-8d4d-409d-9094-ab351d78bf9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15524546734213129186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 899cf696-3789-426e-a97e-0153b12f2241, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e70c2a8-0e35-4ac3-b290-be6b9ca4ce30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e70c2a8-0e35-4ac3-b290-be6b9ca4ce30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5247152930938163270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a572d4-8d4d-409d-9094-ab351d78bf9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61d5ec2a-699b-4e76-8a23-f94a10eb976d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61d5ec2a-699b-4e76-8a23-f94a10eb976d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 585154412717059521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e70c2a8-0e35-4ac3-b290-be6b9ca4ce30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb02791c-3a25-4055-b8ed-a4adb089381f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb02791c-3a25-4055-b8ed-a4adb089381f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10844153524638330235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61d5ec2a-699b-4e76-8a23-f94a10eb976d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 001ecd7e-613d-4bf5-8165-0d01cd7a64d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001ecd7e-613d-4bf5-8165-0d01cd7a64d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9843001812330666257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001ecd7e-613d-4bf5-8165-0d01cd7a64d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e9adf14-8e2d-4cb7-8a3e-7d739e273501, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e9adf14-8e2d-4cb7-8a3e-7d739e273501, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1957929333816961998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb02791c-3a25-4055-b8ed-a4adb089381f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48b2e997-4ffd-4ce6-8491-761cf961dd1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b2e997-4ffd-4ce6-8491-761cf961dd1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4624078977708241728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e9adf14-8e2d-4cb7-8a3e-7d739e273501, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b2e997-4ffd-4ce6-8491-761cf961dd1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7270c5f5-a772-4705-8de3-c73088f09280, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7270c5f5-a772-4705-8de3-c73088f09280, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16981972757498787198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bef2c3d-9e71-4389-8977-f69c039492c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bef2c3d-9e71-4389-8977-f69c039492c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2905649965682011496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7270c5f5-a772-4705-8de3-c73088f09280, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22250fc2-924a-448c-bd55-6fdb91fcf81b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22250fc2-924a-448c-bd55-6fdb91fcf81b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881733472635533383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bef2c3d-9e71-4389-8977-f69c039492c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85fab3c6-d86f-4e3c-bb20-30ac321fd704, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85fab3c6-d86f-4e3c-bb20-30ac321fd704, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2812801278973900636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22250fc2-924a-448c-bd55-6fdb91fcf81b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7d17b2-b480-433f-9403-da4176515625, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85fab3c6-d86f-4e3c-bb20-30ac321fd704, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7af79f4b-7117-41c6-8125-c3d2e81a1961, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7d17b2-b480-433f-9403-da4176515625, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1114267827784782814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af79f4b-7117-41c6-8125-c3d2e81a1961, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17936886675907768914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7d17b2-b480-433f-9403-da4176515625, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d9ba2f-a16d-45ae-922b-71f337ff2644, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d9ba2f-a16d-45ae-922b-71f337ff2644, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9148395904669142210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af79f4b-7117-41c6-8125-c3d2e81a1961, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b26ca0b0-8dbd-4fdc-adba-ba02d0c527c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26ca0b0-8dbd-4fdc-adba-ba02d0c527c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5557006561422982458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d9ba2f-a16d-45ae-922b-71f337ff2644, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53432d9c-3a37-486d-bd5c-acaab3cf06b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53432d9c-3a37-486d-bd5c-acaab3cf06b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17842624982181647276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26ca0b0-8dbd-4fdc-adba-ba02d0c527c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c75892c9-be86-4ef2-9b9f-c4446b3aca76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c75892c9-be86-4ef2-9b9f-c4446b3aca76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10143930541546101662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53432d9c-3a37-486d-bd5c-acaab3cf06b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e27c17af-d89a-4941-a304-2126c02ae6b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27c17af-d89a-4941-a304-2126c02ae6b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4816797424943702940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c75892c9-be86-4ef2-9b9f-c4446b3aca76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 927f2a53-7d90-4b9e-9d4a-21aea19efbb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927f2a53-7d90-4b9e-9d4a-21aea19efbb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10077511574595856221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27c17af-d89a-4941-a304-2126c02ae6b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 304beba7-a6c8-4ff2-a8f5-a859f35a7bfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 304beba7-a6c8-4ff2-a8f5-a859f35a7bfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1548081628307312800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927f2a53-7d90-4b9e-9d4a-21aea19efbb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac968513-176d-4211-b42e-eb47ceab0602, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac968513-176d-4211-b42e-eb47ceab0602, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15657767625088299016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 304beba7-a6c8-4ff2-a8f5-a859f35a7bfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5c909fa-fcfd-474d-814a-2a9a0a602fbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5c909fa-fcfd-474d-814a-2a9a0a602fbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7447213657848323510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac968513-176d-4211-b42e-eb47ceab0602, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3525944-8f22-4296-99d6-3d0fa085cda5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3525944-8f22-4296-99d6-3d0fa085cda5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8053068210532860519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5c909fa-fcfd-474d-814a-2a9a0a602fbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d30dcbaa-a286-42ee-9ad7-4cfdf39b4d7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d30dcbaa-a286-42ee-9ad7-4cfdf39b4d7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2108963153066388455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3525944-8f22-4296-99d6-3d0fa085cda5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc0088ad-088a-4077-996a-41eae3170f8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc0088ad-088a-4077-996a-41eae3170f8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10014344108203107381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc0088ad-088a-4077-996a-41eae3170f8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b74ff63-05d6-455b-911a-856d0a2c6f18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b74ff63-05d6-455b-911a-856d0a2c6f18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17108235793395958977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d30dcbaa-a286-42ee-9ad7-4cfdf39b4d7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f33f9cda-0a32-4db4-9997-cc32e40925d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f33f9cda-0a32-4db4-9997-cc32e40925d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17043239001074880113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b74ff63-05d6-455b-911a-856d0a2c6f18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8569db88-7324-46eb-a0fe-710ee7082de4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8569db88-7324-46eb-a0fe-710ee7082de4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1354429684877325184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f33f9cda-0a32-4db4-9997-cc32e40925d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fef72f68-c853-4233-9d3c-bf904b4a58d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef72f68-c853-4233-9d3c-bf904b4a58d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18075087134409448287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8569db88-7324-46eb-a0fe-710ee7082de4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0c0890d-8ace-40b2-a845-f11a6bb43613, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c0890d-8ace-40b2-a845-f11a6bb43613, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17395369078755544643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef72f68-c853-4233-9d3c-bf904b4a58d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e35c5ff0-d14c-46b3-8712-e5df0bff04cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e35c5ff0-d14c-46b3-8712-e5df0bff04cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1250672328277885041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c0890d-8ace-40b2-a845-f11a6bb43613, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12b4632b-7934-4780-984e-a2d94440f696, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b4632b-7934-4780-984e-a2d94440f696, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10926428071531916462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e35c5ff0-d14c-46b3-8712-e5df0bff04cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47d44955-3903-4bd7-8649-3caa9362e200, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d44955-3903-4bd7-8649-3caa9362e200, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5246116467957996156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b4632b-7934-4780-984e-a2d94440f696, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3494898-f62e-49ca-846a-a09c8dc96d97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3494898-f62e-49ca-846a-a09c8dc96d97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 24978428728737692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2497842872873769224978428728737692249784287287376922497842872873769224978428728737692249784287287376922497842872873769224978428728737692249784287287376922497842872873769224978428728737692249784287287376922497842872873769224978428728737692249784287287376922497842872873769224978428728737692249784287287376922497842872873769224978428728737692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d44955-3903-4bd7-8649-3caa9362e200, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74d2f4e8-3d9d-4059-b937-5e8e1367b926, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d2f4e8-3d9d-4059-b937-5e8e1367b926, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 759100373536995770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3494898-f62e-49ca-846a-a09c8dc96d97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8988d538-4486-4723-9301-110cc3466536, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d2f4e8-3d9d-4059-b937-5e8e1367b926, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8988d538-4486-4723-9301-110cc3466536, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1391016858193575119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c9bb4d0-1f55-4765-bfa8-405e7862719f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c9bb4d0-1f55-4765-bfa8-405e7862719f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7734471233956309190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8988d538-4486-4723-9301-110cc3466536, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51776b79-6ff3-4fd3-a76e-5882a3aac931, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51776b79-6ff3-4fd3-a76e-5882a3aac931, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13701478160716819701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c9bb4d0-1f55-4765-bfa8-405e7862719f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac28c35d-d09a-4b8a-a066-c02ba1e3c9a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac28c35d-d09a-4b8a-a066-c02ba1e3c9a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1732557104053598635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51776b79-6ff3-4fd3-a76e-5882a3aac931, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e80bf45-a66a-4171-81fb-ddf9b510af7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e80bf45-a66a-4171-81fb-ddf9b510af7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6021527772127114117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac28c35d-d09a-4b8a-a066-c02ba1e3c9a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a531fce0-f6f8-415b-bb79-9ccabc671935, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a531fce0-f6f8-415b-bb79-9ccabc671935, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2950464623369902145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e80bf45-a66a-4171-81fb-ddf9b510af7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c3927ea-e600-476f-aeba-862b218446b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c3927ea-e600-476f-aeba-862b218446b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2597079580968825502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a531fce0-f6f8-415b-bb79-9ccabc671935, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 144c9061-70c2-485f-8b77-2cccbc368832, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144c9061-70c2-485f-8b77-2cccbc368832, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17391312877431511731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c3927ea-e600-476f-aeba-862b218446b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76152ccf-9c4d-47e3-a07a-19cf0f2db333, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144c9061-70c2-485f-8b77-2cccbc368832, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9d91fa7-4cbc-41d5-8d65-b14e57bc1644, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d91fa7-4cbc-41d5-8d65-b14e57bc1644, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4078386391580511499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76152ccf-9c4d-47e3-a07a-19cf0f2db333, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17004462291613465303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76152ccf-9c4d-47e3-a07a-19cf0f2db333, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 777d40e2-ffff-40c5-a019-9691d8b235ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 777d40e2-ffff-40c5-a019-9691d8b235ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2688971456218192085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d91fa7-4cbc-41d5-8d65-b14e57bc1644, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3716975b-d184-4deb-a2b7-e4fa7f65c15d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3716975b-d184-4deb-a2b7-e4fa7f65c15d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8618860541013082282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3716975b-d184-4deb-a2b7-e4fa7f65c15d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cac786e-3f79-492c-9969-4eb52508ccaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cac786e-3f79-492c-9969-4eb52508ccaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6681237522164590833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 777d40e2-ffff-40c5-a019-9691d8b235ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c7f44ea-302d-4f0f-b4f4-e95d8babbe2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c7f44ea-302d-4f0f-b4f4-e95d8babbe2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 422857738517026500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c7f44ea-302d-4f0f-b4f4-e95d8babbe2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8450c1e3-942c-4b67-892c-5207b840d776, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8450c1e3-942c-4b67-892c-5207b840d776, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5973482495940121532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cac786e-3f79-492c-9969-4eb52508ccaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dfd6bbf-b927-43b5-b11e-cad27c27f389, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dfd6bbf-b927-43b5-b11e-cad27c27f389, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13502550403717943914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8450c1e3-942c-4b67-892c-5207b840d776, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94817f8b-2171-45a6-b67f-755a3601a5f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94817f8b-2171-45a6-b67f-755a3601a5f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1092029460777886134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dfd6bbf-b927-43b5-b11e-cad27c27f389, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7beed494-0d56-43bf-8b65-9e8d916c1186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7beed494-0d56-43bf-8b65-9e8d916c1186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3941925799945175405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94817f8b-2171-45a6-b67f-755a3601a5f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14ca1cfb-8547-4bdd-a9ca-bf5e74a18e9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ca1cfb-8547-4bdd-a9ca-bf5e74a18e9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17726047203613375246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7beed494-0d56-43bf-8b65-9e8d916c1186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9bd2e53-6164-4b9a-87e7-a648e4f3a3eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9bd2e53-6164-4b9a-87e7-a648e4f3a3eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11064388951348921727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ca1cfb-8547-4bdd-a9ca-bf5e74a18e9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be039ed8-893a-48dc-8720-7b38d11d2c70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be039ed8-893a-48dc-8720-7b38d11d2c70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732848338497084580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9bd2e53-6164-4b9a-87e7-a648e4f3a3eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4375539-32fd-4373-a9e3-304b7b8f99b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4375539-32fd-4373-a9e3-304b7b8f99b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17940655974557576947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be039ed8-893a-48dc-8720-7b38d11d2c70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8be6eb08-2431-415a-87cd-3af759dc5ddf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8be6eb08-2431-415a-87cd-3af759dc5ddf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11557131275142984998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4375539-32fd-4373-a9e3-304b7b8f99b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a349b57-7970-45cf-a430-d3c536691691, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a349b57-7970-45cf-a430-d3c536691691, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1245885371604312079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8be6eb08-2431-415a-87cd-3af759dc5ddf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 609f9fca-1c6b-4ab9-91f9-8f741ab37f6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 609f9fca-1c6b-4ab9-91f9-8f741ab37f6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13781969587688315894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a349b57-7970-45cf-a430-d3c536691691, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6cb0467-e9bd-427e-8be2-88f42f758a72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6cb0467-e9bd-427e-8be2-88f42f758a72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6942018791692373440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 609f9fca-1c6b-4ab9-91f9-8f741ab37f6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1672957-e90e-4374-befd-9175754345b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1672957-e90e-4374-befd-9175754345b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8811973875501086437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6cb0467-e9bd-427e-8be2-88f42f758a72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5735ee9-1172-4928-943f-2bfd4e0c8939, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1672957-e90e-4374-befd-9175754345b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dec92fed-eb15-4bb3-b51d-abf73803d8fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec92fed-eb15-4bb3-b51d-abf73803d8fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12342285310257946724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5735ee9-1172-4928-943f-2bfd4e0c8939, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660198972090997264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5735ee9-1172-4928-943f-2bfd4e0c8939, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9188cdd7-37b1-4304-8b8a-249df281abd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9188cdd7-37b1-4304-8b8a-249df281abd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17677071000472646690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec92fed-eb15-4bb3-b51d-abf73803d8fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67edab8e-46d2-48b4-bb8e-b1a8c1287d6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67edab8e-46d2-48b4-bb8e-b1a8c1287d6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5146513469131770820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67edab8e-46d2-48b4-bb8e-b1a8c1287d6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac9c7c43-f648-4bbe-82b5-ef75af7dbd52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9c7c43-f648-4bbe-82b5-ef75af7dbd52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3464406939654736229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9188cdd7-37b1-4304-8b8a-249df281abd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07ab4f5a-b719-4e3b-9d54-7bdb44f9cb29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07ab4f5a-b719-4e3b-9d54-7bdb44f9cb29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17291484661412923441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9c7c43-f648-4bbe-82b5-ef75af7dbd52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83355530-de46-4f2f-a172-9fcb05b6fe31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83355530-de46-4f2f-a172-9fcb05b6fe31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 465893494387630419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07ab4f5a-b719-4e3b-9d54-7bdb44f9cb29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21ff5ab5-ca17-46e6-8363-9099a9c45048, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21ff5ab5-ca17-46e6-8363-9099a9c45048, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1838223225998625624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83355530-de46-4f2f-a172-9fcb05b6fe31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81cf3956-df58-4528-a9c5-52cd3adf4cca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81cf3956-df58-4528-a9c5-52cd3adf4cca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5226339655171538141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21ff5ab5-ca17-46e6-8363-9099a9c45048, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90f4d1cc-ed16-4c5b-b0ad-a48175df137b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90f4d1cc-ed16-4c5b-b0ad-a48175df137b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17356833652635630735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81cf3956-df58-4528-a9c5-52cd3adf4cca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d837a7a1-f5ea-4201-8d73-db357fac5d93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d837a7a1-f5ea-4201-8d73-db357fac5d93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10363329726878167758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90f4d1cc-ed16-4c5b-b0ad-a48175df137b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0ad9e47-036a-46a6-ae69-cade8a6ab3f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0ad9e47-036a-46a6-ae69-cade8a6ab3f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8924265505103833380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d837a7a1-f5ea-4201-8d73-db357fac5d93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faeeb484-b57b-45aa-ae35-bdad17f61952, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faeeb484-b57b-45aa-ae35-bdad17f61952, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17342013467276157213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0ad9e47-036a-46a6-ae69-cade8a6ab3f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dac49d1e-b7ca-4635-9354-5add1372bd64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dac49d1e-b7ca-4635-9354-5add1372bd64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12275521893610338199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faeeb484-b57b-45aa-ae35-bdad17f61952, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee4f9358-4c99-4ee5-a911-b13bd5c63df0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee4f9358-4c99-4ee5-a911-b13bd5c63df0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8469799197774747403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dac49d1e-b7ca-4635-9354-5add1372bd64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb454a11-2ec9-4d6a-b797-169cea46af10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb454a11-2ec9-4d6a-b797-169cea46af10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15230547696062177326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee4f9358-4c99-4ee5-a911-b13bd5c63df0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60fbaf42-378c-48aa-90bc-09fc32de7de9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60fbaf42-378c-48aa-90bc-09fc32de7de9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6222810272169129526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb454a11-2ec9-4d6a-b797-169cea46af10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fbd9e52-a4b0-41e9-9304-c76aeba07a5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60fbaf42-378c-48aa-90bc-09fc32de7de9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fbd9e52-a4b0-41e9-9304-c76aeba07a5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16264602955919809561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb2ceaa8-516e-416b-990a-07c6cea2a4a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2ceaa8-516e-416b-990a-07c6cea2a4a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2902030692101018414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fbd9e52-a4b0-41e9-9304-c76aeba07a5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6627b7b-c9c7-4726-abb9-a8912a5b3d10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6627b7b-c9c7-4726-abb9-a8912a5b3d10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2708941983760789988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2ceaa8-516e-416b-990a-07c6cea2a4a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2026cf5a-3349-4535-86f5-e768d8239f11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2026cf5a-3349-4535-86f5-e768d8239f11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8849086930119220467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6627b7b-c9c7-4726-abb9-a8912a5b3d10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f00b636b-1666-4264-b674-32498c2d1ee1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f00b636b-1666-4264-b674-32498c2d1ee1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16833345375847326567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2026cf5a-3349-4535-86f5-e768d8239f11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 850e7cce-452f-429c-bc38-46f05b0e217d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 850e7cce-452f-429c-bc38-46f05b0e217d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5643560879146328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56435608791463285643560879146328564356087914632856435608791463285643560879146328564356087914632856435608791463285643560879146328564356087914632856435608791463285643560879146328564356087914632856435608791463285643560879146328564356087914632856435608791463285643560879146328564356087914632856435608791463285643560879146328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f00b636b-1666-4264-b674-32498c2d1ee1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8faddd5-d12b-4139-a431-6b1f6133ee09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8faddd5-d12b-4139-a431-6b1f6133ee09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9020560540502530523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 850e7cce-452f-429c-bc38-46f05b0e217d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55ff82a4-0583-4bae-a479-f019b9f08dac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55ff82a4-0583-4bae-a479-f019b9f08dac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11229965587422768276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8faddd5-d12b-4139-a431-6b1f6133ee09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 084be34c-d716-44c2-baa7-0951f1ecf6d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 084be34c-d716-44c2-baa7-0951f1ecf6d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5578195276992200640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55ff82a4-0583-4bae-a479-f019b9f08dac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dd142c6-f533-49d9-a8da-080d25cb24cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dd142c6-f533-49d9-a8da-080d25cb24cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11355123748428292651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 084be34c-d716-44c2-baa7-0951f1ecf6d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29832d8b-a67c-4931-8015-125bd4220048, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29832d8b-a67c-4931-8015-125bd4220048, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 413749558302489538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dd142c6-f533-49d9-a8da-080d25cb24cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b20a24a4-43d3-47a6-abf1-a3c2b8f750b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20a24a4-43d3-47a6-abf1-a3c2b8f750b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16367003219234583964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29832d8b-a67c-4931-8015-125bd4220048, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffc26dc7-8393-4dd5-96b3-0d4808baa17b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc26dc7-8393-4dd5-96b3-0d4808baa17b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471687396851168089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20a24a4-43d3-47a6-abf1-a3c2b8f750b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8972fc00-e56a-431d-b7f2-477d5c90f288, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8972fc00-e56a-431d-b7f2-477d5c90f288, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 159853792542402472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc26dc7-8393-4dd5-96b3-0d4808baa17b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2476883d-4b96-4417-a847-d3bcac38be35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2476883d-4b96-4417-a847-d3bcac38be35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3938197907762176573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8972fc00-e56a-431d-b7f2-477d5c90f288, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 544545f3-0085-4cd3-82fa-0e0500f498e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 544545f3-0085-4cd3-82fa-0e0500f498e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15282182649237422368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2476883d-4b96-4417-a847-d3bcac38be35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16c53873-464a-4e19-abdc-76bc7ede4193, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16c53873-464a-4e19-abdc-76bc7ede4193, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16922206148039101517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 544545f3-0085-4cd3-82fa-0e0500f498e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83a06b14-7ab3-4751-90db-a151da5f51e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a06b14-7ab3-4751-90db-a151da5f51e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9883724390843683733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16c53873-464a-4e19-abdc-76bc7ede4193, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6815e709-a526-4ee6-86c9-0aada8e681f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6815e709-a526-4ee6-86c9-0aada8e681f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1080614757375704341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a06b14-7ab3-4751-90db-a151da5f51e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc848faa-035a-40ec-8f3f-8ad4e4e4ea49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc848faa-035a-40ec-8f3f-8ad4e4e4ea49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150066901340580791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc848faa-035a-40ec-8f3f-8ad4e4e4ea49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbf2bab1-935d-4a65-bc33-731872d27151, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbf2bab1-935d-4a65-bc33-731872d27151, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10121872831020991080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6815e709-a526-4ee6-86c9-0aada8e681f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dcd071e-73b9-4dca-a29b-1de6f3c298e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dcd071e-73b9-4dca-a29b-1de6f3c298e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14385255562898473946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbf2bab1-935d-4a65-bc33-731872d27151, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70ddb817-15c1-4ce3-bdd3-d0a964c78b0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ddb817-15c1-4ce3-bdd3-d0a964c78b0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12382137663095686328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dcd071e-73b9-4dca-a29b-1de6f3c298e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07afcdc7-6da0-4f6a-bca7-49d293c62702, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07afcdc7-6da0-4f6a-bca7-49d293c62702, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16858722183897260669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ddb817-15c1-4ce3-bdd3-d0a964c78b0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6c2bb5a-685c-4b71-af0a-02d5ac035abd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c2bb5a-685c-4b71-af0a-02d5ac035abd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16148481652712252157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07afcdc7-6da0-4f6a-bca7-49d293c62702, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ee3a6de-3567-4744-a6ab-bfd021751a69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee3a6de-3567-4744-a6ab-bfd021751a69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11741117386915216658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c2bb5a-685c-4b71-af0a-02d5ac035abd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64e9b0b0-3239-4287-a500-0ab7b860a12e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e9b0b0-3239-4287-a500-0ab7b860a12e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4783072680292436702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee3a6de-3567-4744-a6ab-bfd021751a69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fbe112c-30a1-4eff-a6f9-9ee8793673cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fbe112c-30a1-4eff-a6f9-9ee8793673cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4980347715288555791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e9b0b0-3239-4287-a500-0ab7b860a12e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7100c96c-36bd-47e6-8bc8-1d793aac2398, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fbe112c-30a1-4eff-a6f9-9ee8793673cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7100c96c-36bd-47e6-8bc8-1d793aac2398, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17634333728542941385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68233409-2925-4d20-9733-6ae1cc56a1a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68233409-2925-4d20-9733-6ae1cc56a1a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893299505927562319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7100c96c-36bd-47e6-8bc8-1d793aac2398, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 107327bd-d5af-47ee-a0ae-912add57e5ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 107327bd-d5af-47ee-a0ae-912add57e5ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7553233217351780897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68233409-2925-4d20-9733-6ae1cc56a1a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d2f889-156c-47e5-bc99-5b8497ee925d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d2f889-156c-47e5-bc99-5b8497ee925d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17745054929055472576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 107327bd-d5af-47ee-a0ae-912add57e5ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f46c6371-f213-4e56-b0a2-87121e3ce0b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46c6371-f213-4e56-b0a2-87121e3ce0b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13783076838919741620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d2f889-156c-47e5-bc99-5b8497ee925d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44ce6387-b6fa-4bfc-9dbe-d6c71be09d02, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44ce6387-b6fa-4bfc-9dbe-d6c71be09d02, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14363578480675059024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46c6371-f213-4e56-b0a2-87121e3ce0b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8ff770b-71be-4ef6-8a4e-b0bb2e5c8b7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ff770b-71be-4ef6-8a4e-b0bb2e5c8b7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9897538998431771142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44ce6387-b6fa-4bfc-9dbe-d6c71be09d02, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ff770b-71be-4ef6-8a4e-b0bb2e5c8b7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6182ed97-8b55-4d31-a617-99441c6c9946, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76c53e8e-011e-47b7-ab5e-c3038c5c35da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6182ed97-8b55-4d31-a617-99441c6c9946, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10760326007531559788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c53e8e-011e-47b7-ab5e-c3038c5c35da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14836803136006372246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6182ed97-8b55-4d31-a617-99441c6c9946, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae177b46-17c0-4097-b734-846dd5db303d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae177b46-17c0-4097-b734-846dd5db303d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10898880618723270510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c53e8e-011e-47b7-ab5e-c3038c5c35da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91fe1293-fe8b-4a8c-8748-31c9df0e3529, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91fe1293-fe8b-4a8c-8748-31c9df0e3529, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11022826896182783613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae177b46-17c0-4097-b734-846dd5db303d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd36a6b6-c22e-405f-ba66-bc3f68bda4af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd36a6b6-c22e-405f-ba66-bc3f68bda4af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4825227704065190017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91fe1293-fe8b-4a8c-8748-31c9df0e3529, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82d7ef8d-220d-486b-9e58-d8b84d34c8f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82d7ef8d-220d-486b-9e58-d8b84d34c8f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11001326486813016256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd36a6b6-c22e-405f-ba66-bc3f68bda4af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6a6d64-64e1-4e75-96be-3d78fc551835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82d7ef8d-220d-486b-9e58-d8b84d34c8f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c45901b7-0538-497f-9421-d8a1f9cb8078, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6a6d64-64e1-4e75-96be-3d78fc551835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9789788473805243424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45901b7-0538-497f-9421-d8a1f9cb8078, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13259506494183128719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6a6d64-64e1-4e75-96be-3d78fc551835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dd0e6e2-62b7-4d1f-904a-8b4a758971bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dd0e6e2-62b7-4d1f-904a-8b4a758971bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8301689000850212991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45901b7-0538-497f-9421-d8a1f9cb8078, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90d8add5-1c02-4a12-b292-0bd254dc9d2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d8add5-1c02-4a12-b292-0bd254dc9d2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9491454489717509781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dd0e6e2-62b7-4d1f-904a-8b4a758971bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd1fa001-3717-4a65-9808-0c3ecc6aba9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1fa001-3717-4a65-9808-0c3ecc6aba9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2803912968654788382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d8add5-1c02-4a12-b292-0bd254dc9d2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d75ded5-d8af-4cf8-8bce-9a3a33a65408, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d75ded5-d8af-4cf8-8bce-9a3a33a65408, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4963866891637411932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1fa001-3717-4a65-9808-0c3ecc6aba9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38016971-264a-4159-b808-bb1dc4a92f19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38016971-264a-4159-b808-bb1dc4a92f19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17918820537057009359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38016971-264a-4159-b808-bb1dc4a92f19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243a1df8-4c9f-4759-82fa-be9988a1acee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243a1df8-4c9f-4759-82fa-be9988a1acee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10407488105842916206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d75ded5-d8af-4cf8-8bce-9a3a33a65408, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3524e286-2cd1-4da6-934d-1452cba3ab13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3524e286-2cd1-4da6-934d-1452cba3ab13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1050146232363622990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243a1df8-4c9f-4759-82fa-be9988a1acee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4a508a-aea6-4a60-9c87-fbb6f488141e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4a508a-aea6-4a60-9c87-fbb6f488141e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12433846874995282257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3524e286-2cd1-4da6-934d-1452cba3ab13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1261d3c8-d3b1-4658-8b59-4f8f57aed1e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1261d3c8-d3b1-4658-8b59-4f8f57aed1e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17334772004905943150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4a508a-aea6-4a60-9c87-fbb6f488141e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37191d16-9637-4ba5-a23b-fcc63f651429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37191d16-9637-4ba5-a23b-fcc63f651429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1966126627902312990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1261d3c8-d3b1-4658-8b59-4f8f57aed1e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 414fd548-726a-453a-b2e8-45d541e38508, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 414fd548-726a-453a-b2e8-45d541e38508, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15264256396048645780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37191d16-9637-4ba5-a23b-fcc63f651429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a51dd28d-e59d-43f3-bd2b-db6bc01ff131, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51dd28d-e59d-43f3-bd2b-db6bc01ff131, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 532465751448712690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 414fd548-726a-453a-b2e8-45d541e38508, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56219fe0-68cd-412e-8c62-50add810b4b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56219fe0-68cd-412e-8c62-50add810b4b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5608215460949496749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51dd28d-e59d-43f3-bd2b-db6bc01ff131, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb6074b2-f4e2-4a1c-8845-201e3462d976, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb6074b2-f4e2-4a1c-8845-201e3462d976, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18013354174007364854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56219fe0-68cd-412e-8c62-50add810b4b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb6074b2-f4e2-4a1c-8845-201e3462d976, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 850d2325-19b8-4129-8865-eab3577746a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 850d2325-19b8-4129-8865-eab3577746a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1027964982942186177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49e7f70e-11d7-4e64-8504-3ec37e3e34d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e7f70e-11d7-4e64-8504-3ec37e3e34d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1958690516777046881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e7f70e-11d7-4e64-8504-3ec37e3e34d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff8db491-79e1-427d-a232-4c23d8295e07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8db491-79e1-427d-a232-4c23d8295e07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15538935954857906499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 850d2325-19b8-4129-8865-eab3577746a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fe90f76-b40b-4117-87c6-627e0a98516b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe90f76-b40b-4117-87c6-627e0a98516b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3215802152074143678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8db491-79e1-427d-a232-4c23d8295e07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53688eb1-619a-4124-9f81-7fb035234f15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53688eb1-619a-4124-9f81-7fb035234f15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11957967320124155150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe90f76-b40b-4117-87c6-627e0a98516b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f5227a2-7958-48e5-9a31-84c5668613dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f5227a2-7958-48e5-9a31-84c5668613dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6383525582697958759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53688eb1-619a-4124-9f81-7fb035234f15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ca1f729-b818-42c4-b67f-5edb25ce4b33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ca1f729-b818-42c4-b67f-5edb25ce4b33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7255466638290887303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f5227a2-7958-48e5-9a31-84c5668613dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29a0f99a-15a6-47d7-a2e9-cc6bbbfec63d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a0f99a-15a6-47d7-a2e9-cc6bbbfec63d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16631947223141921944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ca1f729-b818-42c4-b67f-5edb25ce4b33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33338948-ed69-4952-a60a-3ed09cc7bb84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33338948-ed69-4952-a60a-3ed09cc7bb84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13404836484745433942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a0f99a-15a6-47d7-a2e9-cc6bbbfec63d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ddbaaa5-afe1-4f9d-97e6-0390b1b6ba82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ddbaaa5-afe1-4f9d-97e6-0390b1b6ba82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3861497792363510065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33338948-ed69-4952-a60a-3ed09cc7bb84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeb06e17-e02b-4375-beef-0f5bc170b615, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb06e17-e02b-4375-beef-0f5bc170b615, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 758200957498646088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ddbaaa5-afe1-4f9d-97e6-0390b1b6ba82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60f62e56-113e-42d1-ab49-4f8efc8d0e94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60f62e56-113e-42d1-ab49-4f8efc8d0e94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3744346213747255548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb06e17-e02b-4375-beef-0f5bc170b615, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959835b8-c2ff-4903-8c3a-ad2f81ccd384, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959835b8-c2ff-4903-8c3a-ad2f81ccd384, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10325764978835365304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60f62e56-113e-42d1-ab49-4f8efc8d0e94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3aa616a6-185d-44c6-a237-39a573f3b620, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa616a6-185d-44c6-a237-39a573f3b620, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13618192238016348617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959835b8-c2ff-4903-8c3a-ad2f81ccd384, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac318b36-9edd-4cf0-8279-bf4c03bf7746, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac318b36-9edd-4cf0-8279-bf4c03bf7746, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13792503546640018048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa616a6-185d-44c6-a237-39a573f3b620, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d40db978-2f66-4728-b611-04f522b4a074, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40db978-2f66-4728-b611-04f522b4a074, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1613355579115465351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac318b36-9edd-4cf0-8279-bf4c03bf7746, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1603baf4-f2da-4cc1-9222-3326e25966cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1603baf4-f2da-4cc1-9222-3326e25966cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13238142728359788074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40db978-2f66-4728-b611-04f522b4a074, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa44ff1f-dc24-4661-b991-543edbcce344, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa44ff1f-dc24-4661-b991-543edbcce344, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13048548754955274469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1603baf4-f2da-4cc1-9222-3326e25966cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e2a2a8d-0512-4377-a62b-38e600584cc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e2a2a8d-0512-4377-a62b-38e600584cc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14749322084694168079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa44ff1f-dc24-4661-b991-543edbcce344, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e2a2a8d-0512-4377-a62b-38e600584cc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94ddb233-b70d-4c90-8a52-781b783648b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94ddb233-b70d-4c90-8a52-781b783648b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13865911311500142947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5253c7cf-392b-4035-a141-fed7c6ef1aa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5253c7cf-392b-4035-a141-fed7c6ef1aa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10753221201242659166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94ddb233-b70d-4c90-8a52-781b783648b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 000d8d00-a911-4903-b177-8c9f544d9f5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5253c7cf-392b-4035-a141-fed7c6ef1aa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3408d159-21e9-4e08-98f4-52bb55cf0b2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 000d8d00-a911-4903-b177-8c9f544d9f5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3665480045590184698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3408d159-21e9-4e08-98f4-52bb55cf0b2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18234253483989279461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 000d8d00-a911-4903-b177-8c9f544d9f5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500ecd79-8ab0-4b32-81ca-6877fca8a21d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500ecd79-8ab0-4b32-81ca-6877fca8a21d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4322678403622789358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3408d159-21e9-4e08-98f4-52bb55cf0b2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2d1b474-7a40-4a39-931d-76a2f5eef417, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d1b474-7a40-4a39-931d-76a2f5eef417, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3173163461029493621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500ecd79-8ab0-4b32-81ca-6877fca8a21d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04479163-f480-4128-9275-5b2096bfdf86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04479163-f480-4128-9275-5b2096bfdf86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17255040300450957637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d1b474-7a40-4a39-931d-76a2f5eef417, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a60e947-6f32-4a27-99cf-ce051f5d9845, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a60e947-6f32-4a27-99cf-ce051f5d9845, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5829568017593598597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04479163-f480-4128-9275-5b2096bfdf86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17d1735a-c618-4e13-9303-957996c7b887, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17d1735a-c618-4e13-9303-957996c7b887, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7946291423226066727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a60e947-6f32-4a27-99cf-ce051f5d9845, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17d1735a-c618-4e13-9303-957996c7b887, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b3f952-5407-4c1f-8aff-9bfcbdea3d39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b3f952-5407-4c1f-8aff-9bfcbdea3d39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12568432307289334967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b7c28d-f517-4858-b02a-6811c0e40cb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b7c28d-f517-4858-b02a-6811c0e40cb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11819784772965582112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b3f952-5407-4c1f-8aff-9bfcbdea3d39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bb669e7-7ad4-4442-97b6-3220f7d8df61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb669e7-7ad4-4442-97b6-3220f7d8df61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3208216231714539965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b7c28d-f517-4858-b02a-6811c0e40cb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de852d82-31d5-42c1-8050-806e1f60d7fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de852d82-31d5-42c1-8050-806e1f60d7fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17470762785726860718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb669e7-7ad4-4442-97b6-3220f7d8df61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a57bde8-f867-4c51-9afe-71cc14110144, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a57bde8-f867-4c51-9afe-71cc14110144, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16621949992392186959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de852d82-31d5-42c1-8050-806e1f60d7fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a342760d-bdc9-483b-982e-7674341cdd0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a342760d-bdc9-483b-982e-7674341cdd0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3964598390248007836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a57bde8-f867-4c51-9afe-71cc14110144, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06b71f7-8474-4b0b-b1ae-c73200757166, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06b71f7-8474-4b0b-b1ae-c73200757166, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4301456472896308953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a342760d-bdc9-483b-982e-7674341cdd0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 567fc349-ae6a-41b1-bc0b-792379a4f493, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 567fc349-ae6a-41b1-bc0b-792379a4f493, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1843633245962735745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06b71f7-8474-4b0b-b1ae-c73200757166, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6e2f106-cb3b-4630-bbe7-3aa88610904e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6e2f106-cb3b-4630-bbe7-3aa88610904e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3520935813711778468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 567fc349-ae6a-41b1-bc0b-792379a4f493, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33c570db-b9e2-4fdc-98a1-005940cb2cd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c570db-b9e2-4fdc-98a1-005940cb2cd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660795399240717824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6e2f106-cb3b-4630-bbe7-3aa88610904e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c960d8ee-00e5-4128-9a25-2464182cacf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c960d8ee-00e5-4128-9a25-2464182cacf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6453380383053164238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c570db-b9e2-4fdc-98a1-005940cb2cd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76644787-f2c1-401a-936a-109f1f140dce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76644787-f2c1-401a-936a-109f1f140dce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6400847416575545120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c960d8ee-00e5-4128-9a25-2464182cacf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d357bee8-cfb1-4496-89ed-ee4236035854, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d357bee8-cfb1-4496-89ed-ee4236035854, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14172670356818676558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76644787-f2c1-401a-936a-109f1f140dce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7007b38-ca6a-4a16-b404-0e3cdd6f8eea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7007b38-ca6a-4a16-b404-0e3cdd6f8eea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925184764914340929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d357bee8-cfb1-4496-89ed-ee4236035854, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e9f52bb-cd30-4395-82df-87ca5c57f9a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e9f52bb-cd30-4395-82df-87ca5c57f9a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11574374510407238234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7007b38-ca6a-4a16-b404-0e3cdd6f8eea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba243272-ea94-477d-a4b1-4d7b80e68cf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba243272-ea94-477d-a4b1-4d7b80e68cf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11114397803067857268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e9f52bb-cd30-4395-82df-87ca5c57f9a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5ac271e-ab22-4609-aba0-34cd59daf2f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5ac271e-ab22-4609-aba0-34cd59daf2f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3751920675435530938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba243272-ea94-477d-a4b1-4d7b80e68cf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02fdbe0b-6342-46cc-9a41-2fab70635891, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02fdbe0b-6342-46cc-9a41-2fab70635891, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 101578486783347804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5ac271e-ab22-4609-aba0-34cd59daf2f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02fdbe0b-6342-46cc-9a41-2fab70635891, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5194373f-f75f-4444-8692-3b368e2948f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5194373f-f75f-4444-8692-3b368e2948f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4656016851968183995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d362be0-a709-4bce-a098-42ca06f10bac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d362be0-a709-4bce-a098-42ca06f10bac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3373970228645352154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5194373f-f75f-4444-8692-3b368e2948f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75056f22-1217-459e-9fb2-32ab17a5201c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75056f22-1217-459e-9fb2-32ab17a5201c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15626012865187727763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d362be0-a709-4bce-a098-42ca06f10bac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dadcbbf6-22af-48fb-8a2d-52628f8bc2cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dadcbbf6-22af-48fb-8a2d-52628f8bc2cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6838367140920671647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75056f22-1217-459e-9fb2-32ab17a5201c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcd00e28-a1c7-4fad-bf8d-aba3d3a0b827, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dadcbbf6-22af-48fb-8a2d-52628f8bc2cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 130d9fdf-763d-4607-b1cb-3c99cc2f1ea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130d9fdf-763d-4607-b1cb-3c99cc2f1ea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5593843711975368784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcd00e28-a1c7-4fad-bf8d-aba3d3a0b827, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6849624778720350653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130d9fdf-763d-4607-b1cb-3c99cc2f1ea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 280f2f82-08f0-4dba-a534-3db3f86c8a42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280f2f82-08f0-4dba-a534-3db3f86c8a42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16507875975770201156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcd00e28-a1c7-4fad-bf8d-aba3d3a0b827, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f99ad87-f539-44f8-a0db-9db6363d748e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f99ad87-f539-44f8-a0db-9db6363d748e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3482054940254217638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280f2f82-08f0-4dba-a534-3db3f86c8a42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c280bd-25f0-40e2-bbea-ac2de74b0ead, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c280bd-25f0-40e2-bbea-ac2de74b0ead, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15734282784898718605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f99ad87-f539-44f8-a0db-9db6363d748e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29212e9d-23ca-437c-94e8-d731bf453a51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29212e9d-23ca-437c-94e8-d731bf453a51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17065618584994013753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c280bd-25f0-40e2-bbea-ac2de74b0ead, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceba2bda-10a9-4b19-8149-8f1145e0cb28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceba2bda-10a9-4b19-8149-8f1145e0cb28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11319583358818982344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29212e9d-23ca-437c-94e8-d731bf453a51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0c9fb04-4d55-4b86-9e4f-99dde964d681, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c9fb04-4d55-4b86-9e4f-99dde964d681, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7006908166922283361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceba2bda-10a9-4b19-8149-8f1145e0cb28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c01682a3-7072-4ba5-998c-85fa72f3ea40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01682a3-7072-4ba5-998c-85fa72f3ea40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9248581700341930509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c9fb04-4d55-4b86-9e4f-99dde964d681, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fa3b9b2-f806-4218-b46f-589322efa78d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fa3b9b2-f806-4218-b46f-589322efa78d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8847800745636592833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01682a3-7072-4ba5-998c-85fa72f3ea40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1d5cb9f-5e80-4295-80f3-5eea814d00e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d5cb9f-5e80-4295-80f3-5eea814d00e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12492684842373707556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fa3b9b2-f806-4218-b46f-589322efa78d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 870cecfa-0f87-48cf-b8a2-5afa1062995b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 870cecfa-0f87-48cf-b8a2-5afa1062995b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7468819775952358429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d5cb9f-5e80-4295-80f3-5eea814d00e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9c0fbb7-6fa4-4533-8ccc-d294d3067a6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c0fbb7-6fa4-4533-8ccc-d294d3067a6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10257624705572921815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 870cecfa-0f87-48cf-b8a2-5afa1062995b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7004197b-9b55-4fce-a428-28e230adc3fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7004197b-9b55-4fce-a428-28e230adc3fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1417170089748847859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c0fbb7-6fa4-4533-8ccc-d294d3067a6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 987e41f2-a96a-43f3-b4c9-3afb6805bf7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 987e41f2-a96a-43f3-b4c9-3afb6805bf7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8894861650059730835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7004197b-9b55-4fce-a428-28e230adc3fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f876cb76-2392-423f-bcea-4fc641985119, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f876cb76-2392-423f-bcea-4fc641985119, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1918165186169618097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 987e41f2-a96a-43f3-b4c9-3afb6805bf7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b1d648c-dc27-4b8d-addc-22aa7508af85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b1d648c-dc27-4b8d-addc-22aa7508af85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15238256533902947322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f876cb76-2392-423f-bcea-4fc641985119, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c15f210-0b06-443d-b4e5-2eed618a0008, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c15f210-0b06-443d-b4e5-2eed618a0008, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8361943390694985336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b1d648c-dc27-4b8d-addc-22aa7508af85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d114596-7d78-4cb6-83a3-72822d154ec1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d114596-7d78-4cb6-83a3-72822d154ec1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12159682942582613162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c15f210-0b06-443d-b4e5-2eed618a0008, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de292bf2-8a2a-4600-937b-1b309921eb49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de292bf2-8a2a-4600-937b-1b309921eb49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10260857145331448094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d114596-7d78-4cb6-83a3-72822d154ec1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 722ca33d-3aa7-4f40-9328-43da274da59b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 722ca33d-3aa7-4f40-9328-43da274da59b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9028096038673756345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de292bf2-8a2a-4600-937b-1b309921eb49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b7d32d7-3647-4da5-803a-ac17e30ac755, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b7d32d7-3647-4da5-803a-ac17e30ac755, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10418589084511845300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 722ca33d-3aa7-4f40-9328-43da274da59b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea927a8-e0c1-4c99-a250-3e94548caeec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea927a8-e0c1-4c99-a250-3e94548caeec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4317612024978057959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b7d32d7-3647-4da5-803a-ac17e30ac755, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b32c345c-7c0c-4aa5-a86d-24ef3493a15d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32c345c-7c0c-4aa5-a86d-24ef3493a15d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1510392473290887558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea927a8-e0c1-4c99-a250-3e94548caeec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9f4cf8e-2d99-45c9-a830-135a7b04ac5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f4cf8e-2d99-45c9-a830-135a7b04ac5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8344106886789192244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32c345c-7c0c-4aa5-a86d-24ef3493a15d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23027938-cc01-47db-88ac-3b038363ae9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23027938-cc01-47db-88ac-3b038363ae9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3183232523200425087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f4cf8e-2d99-45c9-a830-135a7b04ac5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 181b862c-d233-44b3-a947-3f2ee5370e86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181b862c-d233-44b3-a947-3f2ee5370e86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8984790513862321098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23027938-cc01-47db-88ac-3b038363ae9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9291aac6-7041-4cce-b58e-1bd72584bdbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9291aac6-7041-4cce-b58e-1bd72584bdbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 34346658133550091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3434665813355009134346658133550091343466581335500913434665813355009134346658133550091343466581335500913434665813355009134346658133550091343466581335500913434665813355009134346658133550091343466581335500913434665813355009134346658133550091343466581335500913434665813355009134346658133550091343466581335500913434665813355009134346658133550091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181b862c-d233-44b3-a947-3f2ee5370e86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 480d5b5c-9702-48b1-95b8-63c92f59eca0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 480d5b5c-9702-48b1-95b8-63c92f59eca0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1698841638618760586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9291aac6-7041-4cce-b58e-1bd72584bdbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7ae4c90-8eba-493b-a4b4-604994664107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ae4c90-8eba-493b-a4b4-604994664107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11416358764819602950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 480d5b5c-9702-48b1-95b8-63c92f59eca0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c433913-8fe4-4e00-bff9-c06017846d96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c433913-8fe4-4e00-bff9-c06017846d96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4651460919475863728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ae4c90-8eba-493b-a4b4-604994664107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cc71ae2-6ab8-4a9b-97f9-d8507b9a0510, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc71ae2-6ab8-4a9b-97f9-d8507b9a0510, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1687846471102643154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c433913-8fe4-4e00-bff9-c06017846d96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96c96798-988f-4ca6-93a3-c2232adcd4ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c96798-988f-4ca6-93a3-c2232adcd4ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6461067626749203177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc71ae2-6ab8-4a9b-97f9-d8507b9a0510, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0e4018e-8fec-47a5-9363-3cf7f6695caa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e4018e-8fec-47a5-9363-3cf7f6695caa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 305997173252369204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c96798-988f-4ca6-93a3-c2232adcd4ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5446380-711b-4ff9-871d-b0a9bdbc78ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5446380-711b-4ff9-871d-b0a9bdbc78ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4533233852766778890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e4018e-8fec-47a5-9363-3cf7f6695caa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b03a86c-9738-419f-b41b-4320cfe8429b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b03a86c-9738-419f-b41b-4320cfe8429b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12015101612424902443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5446380-711b-4ff9-871d-b0a9bdbc78ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b15c5f39-ecc7-46bd-86a7-d502801f8fed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b15c5f39-ecc7-46bd-86a7-d502801f8fed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15587784929866382759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b03a86c-9738-419f-b41b-4320cfe8429b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d7bf8a8-4c3e-4526-ad5c-8c70764fa8ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7bf8a8-4c3e-4526-ad5c-8c70764fa8ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5445071263750544969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b15c5f39-ecc7-46bd-86a7-d502801f8fed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92d459c3-9efd-4a27-8caa-17c11c8b9c26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d459c3-9efd-4a27-8caa-17c11c8b9c26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 779574255611954175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7bf8a8-4c3e-4526-ad5c-8c70764fa8ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4e86ed4-31b5-4a2c-8975-2b676d791e12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4e86ed4-31b5-4a2c-8975-2b676d791e12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4216814305552168115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d459c3-9efd-4a27-8caa-17c11c8b9c26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42e4e3fd-70ff-4b05-ab86-4b41e72e4a80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42e4e3fd-70ff-4b05-ab86-4b41e72e4a80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120011142908445179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4e86ed4-31b5-4a2c-8975-2b676d791e12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7492ea0-43cb-4311-8561-2aec2ad6b898, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7492ea0-43cb-4311-8561-2aec2ad6b898, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17861076937143356420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42e4e3fd-70ff-4b05-ab86-4b41e72e4a80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cc6b0ec-ba4d-44eb-a5fe-9b791fe2390c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7492ea0-43cb-4311-8561-2aec2ad6b898, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b67e59d3-d436-4b40-8925-886f4ebe5a4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b67e59d3-d436-4b40-8925-886f4ebe5a4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3211897939727827805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc6b0ec-ba4d-44eb-a5fe-9b791fe2390c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13415607061885974527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc6b0ec-ba4d-44eb-a5fe-9b791fe2390c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d1897b-222c-40ce-88a5-ec39c4a5da20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b67e59d3-d436-4b40-8925-886f4ebe5a4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08a8f556-5617-4cfd-b8e3-32d3f82b6a38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d1897b-222c-40ce-88a5-ec39c4a5da20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9742112266829139482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a8f556-5617-4cfd-b8e3-32d3f82b6a38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17720577444603488194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d1897b-222c-40ce-88a5-ec39c4a5da20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a8f556-5617-4cfd-b8e3-32d3f82b6a38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4674037a-1195-4fc6-b95a-2057f59e7178, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4674037a-1195-4fc6-b95a-2057f59e7178, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13185138052160204801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b5c4fc6-d9c7-432f-864b-ff79d098cfe1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b5c4fc6-d9c7-432f-864b-ff79d098cfe1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 203585996903153653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b5c4fc6-d9c7-432f-864b-ff79d098cfe1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6256ca1-3ef7-4357-b7fb-34a9604da0c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6256ca1-3ef7-4357-b7fb-34a9604da0c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862274902795513124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4674037a-1195-4fc6-b95a-2057f59e7178, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74b38082-9d33-4518-a4f3-c4c2cc330ba8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b38082-9d33-4518-a4f3-c4c2cc330ba8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16931847315592303353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6256ca1-3ef7-4357-b7fb-34a9604da0c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7a5614a-6d59-42be-9743-4f2984d3a076, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7a5614a-6d59-42be-9743-4f2984d3a076, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3763423139241231955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b38082-9d33-4518-a4f3-c4c2cc330ba8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e3ff3fd-f980-40d5-a1dc-f355540c7839, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e3ff3fd-f980-40d5-a1dc-f355540c7839, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10217407705073448348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7a5614a-6d59-42be-9743-4f2984d3a076, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a82459d9-3fba-41ae-9a8f-159417a28526, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82459d9-3fba-41ae-9a8f-159417a28526, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2788043506646637308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e3ff3fd-f980-40d5-a1dc-f355540c7839, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea0ec530-a5a6-4b29-855c-db03b5c81e4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea0ec530-a5a6-4b29-855c-db03b5c81e4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7582773274799273416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82459d9-3fba-41ae-9a8f-159417a28526, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3775415d-4096-4e42-aa6d-8039e9fac6c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3775415d-4096-4e42-aa6d-8039e9fac6c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7176425680570953504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea0ec530-a5a6-4b29-855c-db03b5c81e4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3667d9e-c426-4819-891e-e39b6be07e46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3667d9e-c426-4819-891e-e39b6be07e46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8616113387605665943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3775415d-4096-4e42-aa6d-8039e9fac6c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e352c4b-84db-410f-a193-b4ad3897fd5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3667d9e-c426-4819-891e-e39b6be07e46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959715b1-88ed-49ab-b532-5648902c55c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959715b1-88ed-49ab-b532-5648902c55c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2890496315640361490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e352c4b-84db-410f-a193-b4ad3897fd5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12663815630897183660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959715b1-88ed-49ab-b532-5648902c55c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e906a080-9a32-4bf5-8718-c23d9c240b30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e906a080-9a32-4bf5-8718-c23d9c240b30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2036377078592240875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e352c4b-84db-410f-a193-b4ad3897fd5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b36352be-6cb3-4a1e-ad37-94bcbb791e63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36352be-6cb3-4a1e-ad37-94bcbb791e63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16118325849822896379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e906a080-9a32-4bf5-8718-c23d9c240b30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dcc6a1b-919d-43d8-9cef-cc5d6e48e270, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dcc6a1b-919d-43d8-9cef-cc5d6e48e270, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5139443521232290601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36352be-6cb3-4a1e-ad37-94bcbb791e63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a93c0006-2655-43a6-85ec-4f1556ee717b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93c0006-2655-43a6-85ec-4f1556ee717b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17336939232519997784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dcc6a1b-919d-43d8-9cef-cc5d6e48e270, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9d898c-c55f-4e85-9a3e-6fe5b1f39dfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9d898c-c55f-4e85-9a3e-6fe5b1f39dfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7181508595856420454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93c0006-2655-43a6-85ec-4f1556ee717b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90cf60ae-2f12-4bd8-bb8a-e34d40b93757, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90cf60ae-2f12-4bd8-bb8a-e34d40b93757, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14925465697510515206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9d898c-c55f-4e85-9a3e-6fe5b1f39dfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 837c5caf-499f-4317-aa4d-99c3850bee90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 837c5caf-499f-4317-aa4d-99c3850bee90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17971531433073865271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90cf60ae-2f12-4bd8-bb8a-e34d40b93757, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb4d6228-cc26-44d4-b9d5-0ea0592786b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb4d6228-cc26-44d4-b9d5-0ea0592786b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428877206301612568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 837c5caf-499f-4317-aa4d-99c3850bee90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a56dc9-2d01-478b-8f40-53a10f53eb56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a56dc9-2d01-478b-8f40-53a10f53eb56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7340795271749302667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb4d6228-cc26-44d4-b9d5-0ea0592786b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80d823f2-3f95-4f9b-80e9-a2f81e68db2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d823f2-3f95-4f9b-80e9-a2f81e68db2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10935046532054935193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a56dc9-2d01-478b-8f40-53a10f53eb56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c99ec2ee-c666-4cee-92a1-0c9a8c91dee4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c99ec2ee-c666-4cee-92a1-0c9a8c91dee4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11051833309756236415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d823f2-3f95-4f9b-80e9-a2f81e68db2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c14aec32-82c6-411c-886e-89a52d9349b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c14aec32-82c6-411c-886e-89a52d9349b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11986582755608919855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c99ec2ee-c666-4cee-92a1-0c9a8c91dee4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a561ba3c-af36-4acf-8468-6388e3efb314, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a561ba3c-af36-4acf-8468-6388e3efb314, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 728899485423012179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c14aec32-82c6-411c-886e-89a52d9349b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77c70746-b227-4006-8580-a5d602c0a1d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c70746-b227-4006-8580-a5d602c0a1d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2022236613801572015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a561ba3c-af36-4acf-8468-6388e3efb314, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4463b10e-29b4-4414-be7d-afc1d6376cf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4463b10e-29b4-4414-be7d-afc1d6376cf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3229472252461774658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c70746-b227-4006-8580-a5d602c0a1d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd0b96c9-aaa1-4bb1-b07f-e157be883dd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd0b96c9-aaa1-4bb1-b07f-e157be883dd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4682001349449990769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4463b10e-29b4-4414-be7d-afc1d6376cf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03c99801-3e81-42c6-9e8b-583d6687fae8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c99801-3e81-42c6-9e8b-583d6687fae8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5931355021189197532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd0b96c9-aaa1-4bb1-b07f-e157be883dd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7d9970b-f510-4424-ada6-39df35d80458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7d9970b-f510-4424-ada6-39df35d80458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9508127917323173917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c99801-3e81-42c6-9e8b-583d6687fae8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 460fd19f-5b4a-4cc2-86a5-f182c6c62064, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 460fd19f-5b4a-4cc2-86a5-f182c6c62064, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9894516915245880223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7d9970b-f510-4424-ada6-39df35d80458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ceb8f33-b630-4073-bbd2-d34319e4cede, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ceb8f33-b630-4073-bbd2-d34319e4cede, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8424449546919102751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 460fd19f-5b4a-4cc2-86a5-f182c6c62064, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e0440a0-5dfa-49f3-8224-806b1529ef53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ceb8f33-b630-4073-bbd2-d34319e4cede, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed8df5a7-e4ff-486f-98b5-7884e587638e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8df5a7-e4ff-486f-98b5-7884e587638e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8153923420410591300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0440a0-5dfa-49f3-8224-806b1529ef53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15601480103814682958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8df5a7-e4ff-486f-98b5-7884e587638e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0440a0-5dfa-49f3-8224-806b1529ef53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e95a1ee-506e-4bfd-8f37-5a8ccbb749e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2034839e-cc9c-4f6f-92d7-c580fdd1f071, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e95a1ee-506e-4bfd-8f37-5a8ccbb749e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7111326215011226503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2034839e-cc9c-4f6f-92d7-c580fdd1f071, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2920317711434514373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2034839e-cc9c-4f6f-92d7-c580fdd1f071, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c65f884e-262f-4505-9b28-dd515507ab7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65f884e-262f-4505-9b28-dd515507ab7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9472268986874330621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e95a1ee-506e-4bfd-8f37-5a8ccbb749e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4d0967-c6a6-41c9-8b37-3f4b66c3364a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4d0967-c6a6-41c9-8b37-3f4b66c3364a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4532467091848122809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65f884e-262f-4505-9b28-dd515507ab7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4d0967-c6a6-41c9-8b37-3f4b66c3364a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba480816-33f1-4c3c-a909-77197ea9dbe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c30fa9a8-4d64-46e2-84cb-5ffd14676de1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c30fa9a8-4d64-46e2-84cb-5ffd14676de1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15134452363677883953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba480816-33f1-4c3c-a909-77197ea9dbe4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14268000866484828067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c30fa9a8-4d64-46e2-84cb-5ffd14676de1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f44587e1-36e4-451c-8423-65b2960dbee6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44587e1-36e4-451c-8423-65b2960dbee6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11625238780977043700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba480816-33f1-4c3c-a909-77197ea9dbe4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13bae7e-ba23-49ed-902a-7d1b57c60c12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44587e1-36e4-451c-8423-65b2960dbee6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13bae7e-ba23-49ed-902a-7d1b57c60c12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10261857794454577708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffaeb412-0f0f-4d6c-9525-3a7cee494f23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffaeb412-0f0f-4d6c-9525-3a7cee494f23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13724177994836620286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13bae7e-ba23-49ed-902a-7d1b57c60c12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d423553-8a2f-4c4f-a91a-0e1cf0e8dcdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d423553-8a2f-4c4f-a91a-0e1cf0e8dcdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13307769177275493873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffaeb412-0f0f-4d6c-9525-3a7cee494f23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afaa3fe9-cbd8-4ced-aba4-3ef93cf43864, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afaa3fe9-cbd8-4ced-aba4-3ef93cf43864, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18397758983913611140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d423553-8a2f-4c4f-a91a-0e1cf0e8dcdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60146cfa-45f3-44ae-9ac8-954a61fdb4de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60146cfa-45f3-44ae-9ac8-954a61fdb4de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 868939306253295103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afaa3fe9-cbd8-4ced-aba4-3ef93cf43864, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4be7e2eb-8260-4967-8459-d45631bef7eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be7e2eb-8260-4967-8459-d45631bef7eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1604248852410885987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60146cfa-45f3-44ae-9ac8-954a61fdb4de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c250d8b-aea4-42bd-ac1a-d90db67aff7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c250d8b-aea4-42bd-ac1a-d90db67aff7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9861334954940559630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4be7e2eb-8260-4967-8459-d45631bef7eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15c67643-4a1d-4997-93e9-018362bba919, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c67643-4a1d-4997-93e9-018362bba919, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3476714634138668016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c250d8b-aea4-42bd-ac1a-d90db67aff7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 650f2485-7077-409b-8c96-6c09d255872e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650f2485-7077-409b-8c96-6c09d255872e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11427869189979658239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c67643-4a1d-4997-93e9-018362bba919, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad517389-5444-4d17-af2b-0dae2dae5543, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad517389-5444-4d17-af2b-0dae2dae5543, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2616518503378978631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650f2485-7077-409b-8c96-6c09d255872e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 185f5898-8baf-4e6a-b017-cda2ef668ba7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 185f5898-8baf-4e6a-b017-cda2ef668ba7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1963540421077098701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad517389-5444-4d17-af2b-0dae2dae5543, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfe2cad7-2f59-439d-8983-96a0e51d92c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe2cad7-2f59-439d-8983-96a0e51d92c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15959967976827497755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 185f5898-8baf-4e6a-b017-cda2ef668ba7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aacf1942-6729-413a-b5a8-61ead66359a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aacf1942-6729-413a-b5a8-61ead66359a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7562356979190264823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe2cad7-2f59-439d-8983-96a0e51d92c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 140d2057-7046-42cb-9110-114f342a659a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 140d2057-7046-42cb-9110-114f342a659a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13394801228918607233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aacf1942-6729-413a-b5a8-61ead66359a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2624885b-4b7a-4c50-83a9-2b74de259a94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2624885b-4b7a-4c50-83a9-2b74de259a94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10629785538811749286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 140d2057-7046-42cb-9110-114f342a659a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72d4dd6-ac2e-487f-a374-ebb093c5cb15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72d4dd6-ac2e-487f-a374-ebb093c5cb15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15882104334592468231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2624885b-4b7a-4c50-83a9-2b74de259a94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f446214c-102d-4f6d-83bc-18d83ed42803, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f446214c-102d-4f6d-83bc-18d83ed42803, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3108563767513708642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72d4dd6-ac2e-487f-a374-ebb093c5cb15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b1ba2e4-8376-4465-8b4a-2baa3d2b9712, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b1ba2e4-8376-4465-8b4a-2baa3d2b9712, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16457842710231484740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b1ba2e4-8376-4465-8b4a-2baa3d2b9712, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f3bbf5c-c68b-4357-b71d-66ea85784a13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f3bbf5c-c68b-4357-b71d-66ea85784a13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16909537369266796400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f446214c-102d-4f6d-83bc-18d83ed42803, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fe7829-6c8d-40e8-a881-2b3ab0ec4c74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fe7829-6c8d-40e8-a881-2b3ab0ec4c74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4882323798455523253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f3bbf5c-c68b-4357-b71d-66ea85784a13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8bd3f4f-3d82-4887-88a6-023db1ece8f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8bd3f4f-3d82-4887-88a6-023db1ece8f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6055689208793147996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fe7829-6c8d-40e8-a881-2b3ab0ec4c74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 294282b3-30a4-4629-984b-b0d9ef36dbb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 294282b3-30a4-4629-984b-b0d9ef36dbb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5049462343951246413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8bd3f4f-3d82-4887-88a6-023db1ece8f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db86dda4-5ee4-4bd8-bc61-ac95838e4b42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db86dda4-5ee4-4bd8-bc61-ac95838e4b42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1350696156792873391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 294282b3-30a4-4629-984b-b0d9ef36dbb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3ac0933-1525-4930-9b80-57c0720a73fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3ac0933-1525-4930-9b80-57c0720a73fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1389862912946303213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db86dda4-5ee4-4bd8-bc61-ac95838e4b42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 036a31aa-bd08-4753-81ea-bf89c6de0603, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036a31aa-bd08-4753-81ea-bf89c6de0603, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8307233635889733233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3ac0933-1525-4930-9b80-57c0720a73fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4249d0d9-622b-4db9-ad7f-509a153a5e84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4249d0d9-622b-4db9-ad7f-509a153a5e84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9621039412378457018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036a31aa-bd08-4753-81ea-bf89c6de0603, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c9c2c8e-702c-4c36-9a08-c5b8d52b2065, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9c2c8e-702c-4c36-9a08-c5b8d52b2065, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 455228065487578736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4249d0d9-622b-4db9-ad7f-509a153a5e84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 655106b5-9ad9-456f-91b7-abbfb9ad34ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 655106b5-9ad9-456f-91b7-abbfb9ad34ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 798887907366995591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9c2c8e-702c-4c36-9a08-c5b8d52b2065, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 655106b5-9ad9-456f-91b7-abbfb9ad34ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70b9d4eb-a93e-4890-adcf-c74f8e8d1167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70b9d4eb-a93e-4890-adcf-c74f8e8d1167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15302032246736153593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf8a3306-37cd-4ee3-90b6-8aedb6a6612a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf8a3306-37cd-4ee3-90b6-8aedb6a6612a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7109333367443805354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70b9d4eb-a93e-4890-adcf-c74f8e8d1167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5ac7f31-97c3-4a3e-aec0-0654f65bd4be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5ac7f31-97c3-4a3e-aec0-0654f65bd4be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18252837474846351779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf8a3306-37cd-4ee3-90b6-8aedb6a6612a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbed49ff-6f0d-452c-87ae-32d335bd02da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbed49ff-6f0d-452c-87ae-32d335bd02da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17407376242689698679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5ac7f31-97c3-4a3e-aec0-0654f65bd4be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac40207c-ff88-4f48-a15f-b7a5937435fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac40207c-ff88-4f48-a15f-b7a5937435fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12918716444237938116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbed49ff-6f0d-452c-87ae-32d335bd02da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10474588-258c-4550-b452-d7248acd2681, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10474588-258c-4550-b452-d7248acd2681, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2787745330126007690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac40207c-ff88-4f48-a15f-b7a5937435fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dacb1f31-ec00-4f67-b098-f88688b64e57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dacb1f31-ec00-4f67-b098-f88688b64e57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8452769387375938227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10474588-258c-4550-b452-d7248acd2681, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66d313e4-d4dc-45ad-b783-dbe8efb2a7a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d313e4-d4dc-45ad-b783-dbe8efb2a7a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14942841900007029998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dacb1f31-ec00-4f67-b098-f88688b64e57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b15f7d8-8a2d-4d53-bef6-a988bc609e04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b15f7d8-8a2d-4d53-bef6-a988bc609e04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834919936636312022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66d313e4-d4dc-45ad-b783-dbe8efb2a7a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da14a067-80b6-4f1c-bd1c-610b619e9eb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da14a067-80b6-4f1c-bd1c-610b619e9eb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4385442001168956266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b15f7d8-8a2d-4d53-bef6-a988bc609e04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f44fa253-919e-4381-a0ce-fd9a520acba8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44fa253-919e-4381-a0ce-fd9a520acba8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1571546779064016853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da14a067-80b6-4f1c-bd1c-610b619e9eb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44fa253-919e-4381-a0ce-fd9a520acba8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8036633a-d672-4a49-a31f-37543be5fea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8036633a-d672-4a49-a31f-37543be5fea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7719261412856001253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d252d922-4135-4355-aaaf-f732ac247413, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d252d922-4135-4355-aaaf-f732ac247413, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12918310525394264721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8036633a-d672-4a49-a31f-37543be5fea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2131f132-a2b8-4beb-9b50-f60834ef8d24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2131f132-a2b8-4beb-9b50-f60834ef8d24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12876590982338379391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d252d922-4135-4355-aaaf-f732ac247413, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3686cbcd-e169-4dda-81c6-d8984812e27d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2131f132-a2b8-4beb-9b50-f60834ef8d24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3686cbcd-e169-4dda-81c6-d8984812e27d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10288041987637804961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58920c26-96c7-4508-860f-fb016e891391, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58920c26-96c7-4508-860f-fb016e891391, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15210971184220610322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3686cbcd-e169-4dda-81c6-d8984812e27d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02ebb19b-225e-4353-a536-d92a53266c88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ebb19b-225e-4353-a536-d92a53266c88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3531625772476107684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58920c26-96c7-4508-860f-fb016e891391, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40d64b13-4f14-4636-89d4-96fcc8d37f56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40d64b13-4f14-4636-89d4-96fcc8d37f56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3570804259750121547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ebb19b-225e-4353-a536-d92a53266c88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e71fa18b-bd44-4f51-b7f5-fafac7a7536d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e71fa18b-bd44-4f51-b7f5-fafac7a7536d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 451692494084567275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40d64b13-4f14-4636-89d4-96fcc8d37f56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bf7e681-4ca0-4057-b797-791f070c3a50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf7e681-4ca0-4057-b797-791f070c3a50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9551815100144913906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e71fa18b-bd44-4f51-b7f5-fafac7a7536d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d89e3c0a-5d22-42c9-88d6-da575ccc6018, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d89e3c0a-5d22-42c9-88d6-da575ccc6018, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18132819614405383718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf7e681-4ca0-4057-b797-791f070c3a50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5279a997-b0ed-4bbd-8c5a-b419033fd587, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5279a997-b0ed-4bbd-8c5a-b419033fd587, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2617636273002553683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d89e3c0a-5d22-42c9-88d6-da575ccc6018, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 448f567a-c1ce-4ecc-9bed-f7cacb9fcc23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448f567a-c1ce-4ecc-9bed-f7cacb9fcc23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3079919876255132897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5279a997-b0ed-4bbd-8c5a-b419033fd587, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7149548-b277-40a1-a81f-43268282ad5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7149548-b277-40a1-a81f-43268282ad5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 59071725545371372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5907172554537137259071725545371372590717255453713725907172554537137259071725545371372590717255453713725907172554537137259071725545371372590717255453713725907172554537137259071725545371372590717255453713725907172554537137259071725545371372590717255453713725907172554537137259071725545371372590717255453713725907172554537137259071725545371372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448f567a-c1ce-4ecc-9bed-f7cacb9fcc23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20b08067-b032-417b-a505-e7604ec6080d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b08067-b032-417b-a505-e7604ec6080d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5861835319787005685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7149548-b277-40a1-a81f-43268282ad5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3543de0-35de-4015-9dc6-b1aae5ef66bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3543de0-35de-4015-9dc6-b1aae5ef66bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17251078454484050431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b08067-b032-417b-a505-e7604ec6080d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4ae7412-cef4-4b9d-8e1e-59e04f3e4190, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3543de0-35de-4015-9dc6-b1aae5ef66bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4ae7412-cef4-4b9d-8e1e-59e04f3e4190, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13441691627728638387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6867f4dc-f4dc-4b87-8084-41b69963edd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6867f4dc-f4dc-4b87-8084-41b69963edd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2636332458617982558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4ae7412-cef4-4b9d-8e1e-59e04f3e4190, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50937c6-a4fb-4f31-9f4c-31a78742db68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50937c6-a4fb-4f31-9f4c-31a78742db68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6550965464944186175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6867f4dc-f4dc-4b87-8084-41b69963edd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f88b82-718c-47ab-99f9-d7610cc287b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f88b82-718c-47ab-99f9-d7610cc287b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17630591724666884408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f88b82-718c-47ab-99f9-d7610cc287b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63367386-60e4-4af6-b399-888fb64c3bb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63367386-60e4-4af6-b399-888fb64c3bb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 576664059592046634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50937c6-a4fb-4f31-9f4c-31a78742db68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08db17c3-4bb7-4ac1-a457-0e0499277c0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08db17c3-4bb7-4ac1-a457-0e0499277c0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9640247293752534239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63367386-60e4-4af6-b399-888fb64c3bb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aa85192-1c8e-46a7-b6a7-af85fd378225, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aa85192-1c8e-46a7-b6a7-af85fd378225, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 363774116832121798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08db17c3-4bb7-4ac1-a457-0e0499277c0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5fc12a8-51f5-4046-bb77-b51b4674db09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5fc12a8-51f5-4046-bb77-b51b4674db09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12095886790424983990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aa85192-1c8e-46a7-b6a7-af85fd378225, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7e0d365-1383-4cda-adce-f2cdef5e4da4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e0d365-1383-4cda-adce-f2cdef5e4da4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8030757524110320391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5fc12a8-51f5-4046-bb77-b51b4674db09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02c729f8-21b1-4959-85b8-096f0ed2a798, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02c729f8-21b1-4959-85b8-096f0ed2a798, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1917552812590636399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e0d365-1383-4cda-adce-f2cdef5e4da4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 223d3335-f5a5-47dd-9c63-f5da1e1af6a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223d3335-f5a5-47dd-9c63-f5da1e1af6a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13305297114554924260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02c729f8-21b1-4959-85b8-096f0ed2a798, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baf8499a-8acc-4a02-9eb1-97a0a095214a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baf8499a-8acc-4a02-9eb1-97a0a095214a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16155564152800660223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223d3335-f5a5-47dd-9c63-f5da1e1af6a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e255531b-50fe-4fe4-88ec-5109d09fd1d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e255531b-50fe-4fe4-88ec-5109d09fd1d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18177314114151597053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baf8499a-8acc-4a02-9eb1-97a0a095214a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b1e8ae-1dff-49b1-a696-8ef03455ed1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b1e8ae-1dff-49b1-a696-8ef03455ed1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3238378536701225919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e255531b-50fe-4fe4-88ec-5109d09fd1d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b1e8ae-1dff-49b1-a696-8ef03455ed1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1b34adb-06c0-4ede-847d-4fe5087ef73e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b34adb-06c0-4ede-847d-4fe5087ef73e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2971482496336099781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad54d9e5-1650-4bc3-a041-0828872fa8d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad54d9e5-1650-4bc3-a041-0828872fa8d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10070910936215237556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad54d9e5-1650-4bc3-a041-0828872fa8d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38284a02-cbe2-44d2-90e8-83f13cf15d3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38284a02-cbe2-44d2-90e8-83f13cf15d3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6693675401140619599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b34adb-06c0-4ede-847d-4fe5087ef73e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b321a4a8-ae03-4eb7-8013-acd63a47e2f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b321a4a8-ae03-4eb7-8013-acd63a47e2f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12049797402019035263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38284a02-cbe2-44d2-90e8-83f13cf15d3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b321a4a8-ae03-4eb7-8013-acd63a47e2f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e56e26e-03ad-4574-8d32-4e902083eef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b997fd9-e0a9-486f-ac58-987dfd6eeb62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b997fd9-e0a9-486f-ac58-987dfd6eeb62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8807489201402988376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e56e26e-03ad-4574-8d32-4e902083eef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12100936757624781902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e56e26e-03ad-4574-8d32-4e902083eef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b997fd9-e0a9-486f-ac58-987dfd6eeb62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90a8805e-4408-453a-a392-ab3ec1838f74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90a8805e-4408-453a-a392-ab3ec1838f74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7425192485034540123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c880f2a-a066-4f53-9ef8-8c90fbda9888, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c880f2a-a066-4f53-9ef8-8c90fbda9888, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706575629113570754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90a8805e-4408-453a-a392-ab3ec1838f74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61a00c0-7276-4b6f-a8a1-c224a3b3d0a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61a00c0-7276-4b6f-a8a1-c224a3b3d0a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 685707521691937989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c880f2a-a066-4f53-9ef8-8c90fbda9888, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50a74588-0bb7-425c-9fa0-7c6e52281204, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a74588-0bb7-425c-9fa0-7c6e52281204, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580014567301144055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61a00c0-7276-4b6f-a8a1-c224a3b3d0a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a74588-0bb7-425c-9fa0-7c6e52281204, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cec00a22-3532-4eaa-929e-db3fd81160f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec00a22-3532-4eaa-929e-db3fd81160f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2394775523439312193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 728bce19-dc9c-465d-9c3b-96511a4f9d23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 728bce19-dc9c-465d-9c3b-96511a4f9d23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8167710038043057986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec00a22-3532-4eaa-929e-db3fd81160f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 728bce19-dc9c-465d-9c3b-96511a4f9d23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e9e6825-76c4-47ef-ab97-fa84cac447c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e9e6825-76c4-47ef-ab97-fa84cac447c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8996890408281572863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53918186-48c5-4e01-8b06-91ecda727a5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53918186-48c5-4e01-8b06-91ecda727a5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8913794638328178259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e9e6825-76c4-47ef-ab97-fa84cac447c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77e75d2c-430b-490e-84cc-f0742829fb63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77e75d2c-430b-490e-84cc-f0742829fb63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1054913627469704983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53918186-48c5-4e01-8b06-91ecda727a5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf9c677d-0a90-43e7-8946-7ecae6b20f5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf9c677d-0a90-43e7-8946-7ecae6b20f5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18324470416589671694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77e75d2c-430b-490e-84cc-f0742829fb63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b69f9d-bb46-4e70-b031-35026f2f2393, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b69f9d-bb46-4e70-b031-35026f2f2393, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3408870165751729982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf9c677d-0a90-43e7-8946-7ecae6b20f5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3534e1a-26a0-40fd-bba1-30f444dded36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3534e1a-26a0-40fd-bba1-30f444dded36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2143156038416425600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b69f9d-bb46-4e70-b031-35026f2f2393, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4e7922-f8f6-4d95-8426-51064f6dea2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4e7922-f8f6-4d95-8426-51064f6dea2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15854496811763375343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3534e1a-26a0-40fd-bba1-30f444dded36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d3eff37-7c61-4b08-b9f6-9924e97d4387, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3eff37-7c61-4b08-b9f6-9924e97d4387, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17109788120983351155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4e7922-f8f6-4d95-8426-51064f6dea2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07fcfd12-4430-4c2f-b3c4-fc6d7ed23aa6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07fcfd12-4430-4c2f-b3c4-fc6d7ed23aa6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9450458968016727416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3eff37-7c61-4b08-b9f6-9924e97d4387, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a352f4ea-0450-4587-8122-d5594704064c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a352f4ea-0450-4587-8122-d5594704064c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10929087036344402166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07fcfd12-4430-4c2f-b3c4-fc6d7ed23aa6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e3679fc-6afc-4b27-bc9c-c0895a3edc1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3679fc-6afc-4b27-bc9c-c0895a3edc1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10825574271076034463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a352f4ea-0450-4587-8122-d5594704064c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3809966e-9874-4e9f-8d58-91e59b78ed35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3809966e-9874-4e9f-8d58-91e59b78ed35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2762936199045693135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3679fc-6afc-4b27-bc9c-c0895a3edc1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e3b97b-5477-4aee-aa59-30ad04f1ed59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e3b97b-5477-4aee-aa59-30ad04f1ed59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12720373691847581887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3809966e-9874-4e9f-8d58-91e59b78ed35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8b8b83a-3b67-4a16-a62a-255c55d6caa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b8b83a-3b67-4a16-a62a-255c55d6caa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17063233157131886475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e3b97b-5477-4aee-aa59-30ad04f1ed59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2f5b53c-b1e0-4324-969c-895149a9e38c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f5b53c-b1e0-4324-969c-895149a9e38c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7934469461099037004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b8b83a-3b67-4a16-a62a-255c55d6caa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f5b53c-b1e0-4324-969c-895149a9e38c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbc0d1ab-0c57-4f4b-8c1d-0a4ddd98f257, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc0d1ab-0c57-4f4b-8c1d-0a4ddd98f257, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12554901318827288235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05c1a7eb-55c5-44f0-8e07-3bbbcb6e7239, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c1a7eb-55c5-44f0-8e07-3bbbcb6e7239, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12060408716235825647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c1a7eb-55c5-44f0-8e07-3bbbcb6e7239, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab4acbf4-c61d-48b7-b7d2-f3acb43b850b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab4acbf4-c61d-48b7-b7d2-f3acb43b850b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16332391307547858619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc0d1ab-0c57-4f4b-8c1d-0a4ddd98f257, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5a17165-e667-4e88-8e28-7f814c7bea04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a17165-e667-4e88-8e28-7f814c7bea04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8370261458769594639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab4acbf4-c61d-48b7-b7d2-f3acb43b850b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e25be66-3cf1-4b78-8be1-5b0a4e5a97d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e25be66-3cf1-4b78-8be1-5b0a4e5a97d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1274662038083362042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a17165-e667-4e88-8e28-7f814c7bea04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faea2322-e630-4c41-900d-ca4bd4116f0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faea2322-e630-4c41-900d-ca4bd4116f0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14911352702521398240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e25be66-3cf1-4b78-8be1-5b0a4e5a97d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb0b85d2-213b-45b4-be79-a7eedc1f1b7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb0b85d2-213b-45b4-be79-a7eedc1f1b7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7251141606052689245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faea2322-e630-4c41-900d-ca4bd4116f0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36915225-1b0b-4267-afbe-03c31079fa5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36915225-1b0b-4267-afbe-03c31079fa5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16449470236552804639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb0b85d2-213b-45b4-be79-a7eedc1f1b7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a93a1e49-649f-47a9-8501-60fe98464680, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93a1e49-649f-47a9-8501-60fe98464680, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5363528029620069169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36915225-1b0b-4267-afbe-03c31079fa5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1c58485-b0c6-4fa4-8a85-9555bd21d3fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c58485-b0c6-4fa4-8a85-9555bd21d3fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18392851597486419790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93a1e49-649f-47a9-8501-60fe98464680, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c58485-b0c6-4fa4-8a85-9555bd21d3fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f58f20ea-a337-4549-b833-333db832b121, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41356090-1796-4161-87de-ae442fcaf45a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41356090-1796-4161-87de-ae442fcaf45a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3780632592201070216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f58f20ea-a337-4549-b833-333db832b121, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10087177006977454596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41356090-1796-4161-87de-ae442fcaf45a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a78674fa-bd7b-441e-8b57-2bdd06275571, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a78674fa-bd7b-441e-8b57-2bdd06275571, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9493820150180239602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f58f20ea-a337-4549-b833-333db832b121, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83444734-b62e-4df4-ad27-5bd99e37b60c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83444734-b62e-4df4-ad27-5bd99e37b60c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634397832209139505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a78674fa-bd7b-441e-8b57-2bdd06275571, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e9a4ada-e66a-4a8f-a9dd-47d61bba5556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e9a4ada-e66a-4a8f-a9dd-47d61bba5556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3651521702414567129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83444734-b62e-4df4-ad27-5bd99e37b60c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6436ff5a-c06a-4576-b6e1-0514b072985f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6436ff5a-c06a-4576-b6e1-0514b072985f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17444983616857208422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e9a4ada-e66a-4a8f-a9dd-47d61bba5556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4a4bf70-eeb2-4bc7-9cb6-67c91a6a815f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4a4bf70-eeb2-4bc7-9cb6-67c91a6a815f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17995137416658546853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6436ff5a-c06a-4576-b6e1-0514b072985f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1a660f1-668d-4007-8459-f523d0693427, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a660f1-668d-4007-8459-f523d0693427, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11716349229192790620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4a4bf70-eeb2-4bc7-9cb6-67c91a6a815f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c10a623-5993-452a-994e-9a591dc16abe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c10a623-5993-452a-994e-9a591dc16abe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7487449970207301212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a660f1-668d-4007-8459-f523d0693427, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a900a15a-dded-4d77-a62e-e16694040e0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a900a15a-dded-4d77-a62e-e16694040e0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15047006591477003638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c10a623-5993-452a-994e-9a591dc16abe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3a0f653-b728-4825-aa19-41a4e83c3e9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a0f653-b728-4825-aa19-41a4e83c3e9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3436174140668139152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a900a15a-dded-4d77-a62e-e16694040e0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 484fc49a-e133-4c7e-b4fa-56bdb0dce400, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484fc49a-e133-4c7e-b4fa-56bdb0dce400, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14795754591743015712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a0f653-b728-4825-aa19-41a4e83c3e9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55964ffa-f7e1-4194-89b2-48ac3dffd187, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55964ffa-f7e1-4194-89b2-48ac3dffd187, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18139007757728280031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484fc49a-e133-4c7e-b4fa-56bdb0dce400, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a44ae949-f7ce-4c27-8f65-8e808dc1ffb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a44ae949-f7ce-4c27-8f65-8e808dc1ffb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18415148374365474500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55964ffa-f7e1-4194-89b2-48ac3dffd187, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c4d362-d9d2-4a0b-b108-d09e6527d9c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c4d362-d9d2-4a0b-b108-d09e6527d9c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1718244359646674901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a44ae949-f7ce-4c27-8f65-8e808dc1ffb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 142e37ed-a45e-45aa-b56e-a2542ae29da7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 142e37ed-a45e-45aa-b56e-a2542ae29da7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2157968688571550767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c4d362-d9d2-4a0b-b108-d09e6527d9c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bfb357a-74df-4641-8339-adfe44437fe7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bfb357a-74df-4641-8339-adfe44437fe7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17845607551469197998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 142e37ed-a45e-45aa-b56e-a2542ae29da7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3e489a9-c375-41b9-b7a3-a040cd7718fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bfb357a-74df-4641-8339-adfe44437fe7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e489a9-c375-41b9-b7a3-a040cd7718fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15810407907184618355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 534020aa-a33a-487e-8082-17729adb9cad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534020aa-a33a-487e-8082-17729adb9cad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1853636843386233060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e489a9-c375-41b9-b7a3-a040cd7718fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8092257f-c5c7-4d91-910a-c183d2565111, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8092257f-c5c7-4d91-910a-c183d2565111, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14767283212381137391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534020aa-a33a-487e-8082-17729adb9cad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e575a25-2df7-4bf1-b157-28e14dbf4c7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e575a25-2df7-4bf1-b157-28e14dbf4c7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10591652134358722590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8092257f-c5c7-4d91-910a-c183d2565111, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 444cb045-16a5-413d-8e23-a8493d15dbb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 444cb045-16a5-413d-8e23-a8493d15dbb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6433686195198153707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e575a25-2df7-4bf1-b157-28e14dbf4c7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f47b4269-6142-4aa8-9de7-a68c6922f28f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f47b4269-6142-4aa8-9de7-a68c6922f28f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9546820168087096962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 444cb045-16a5-413d-8e23-a8493d15dbb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d650312-ddf4-42f3-bfdf-dc97e122fb4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d650312-ddf4-42f3-bfdf-dc97e122fb4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15101344837116132867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f47b4269-6142-4aa8-9de7-a68c6922f28f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bd48de1-d9c8-46c3-953b-74f7ba76838b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd48de1-d9c8-46c3-953b-74f7ba76838b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 682113526592437913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d650312-ddf4-42f3-bfdf-dc97e122fb4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 710c547f-1835-4dfd-989f-f915b91a74a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710c547f-1835-4dfd-989f-f915b91a74a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2291262803672643303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd48de1-d9c8-46c3-953b-74f7ba76838b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a824e871-0edd-4d82-8c53-77b25cad6ba2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a824e871-0edd-4d82-8c53-77b25cad6ba2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14126990488766491954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710c547f-1835-4dfd-989f-f915b91a74a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00c7a596-c4ba-4cce-9685-9c33553a5af8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a824e871-0edd-4d82-8c53-77b25cad6ba2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11ffe551-232a-4496-a6c5-fc2a8970db5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ffe551-232a-4496-a6c5-fc2a8970db5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4374953298851126991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00c7a596-c4ba-4cce-9685-9c33553a5af8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6551110369071128465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ffe551-232a-4496-a6c5-fc2a8970db5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00c7a596-c4ba-4cce-9685-9c33553a5af8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b4279d1-3350-4308-95d7-d2d862521db1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b4279d1-3350-4308-95d7-d2d862521db1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3075740666246669341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cffb9b79-7f7a-4f82-a13b-37e57c52950f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffb9b79-7f7a-4f82-a13b-37e57c52950f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14975373781358552719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b4279d1-3350-4308-95d7-d2d862521db1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75b81e41-81f4-408c-98f3-42e938d4cfdd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75b81e41-81f4-408c-98f3-42e938d4cfdd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15897570620481595425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffb9b79-7f7a-4f82-a13b-37e57c52950f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70cbaa4e-78ba-4c89-96c5-89ac804bcb62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70cbaa4e-78ba-4c89-96c5-89ac804bcb62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7695069953625605046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75b81e41-81f4-408c-98f3-42e938d4cfdd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcff7b06-5fc3-4766-b944-9c7ed42445ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcff7b06-5fc3-4766-b944-9c7ed42445ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10364794128413518823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70cbaa4e-78ba-4c89-96c5-89ac804bcb62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04c75eba-0d49-488c-ba15-47ceca48bcc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04c75eba-0d49-488c-ba15-47ceca48bcc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3158012540019093268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcff7b06-5fc3-4766-b944-9c7ed42445ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14a04b72-bdcd-4eb3-a488-e9a20330d449, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a04b72-bdcd-4eb3-a488-e9a20330d449, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5431094476381758422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04c75eba-0d49-488c-ba15-47ceca48bcc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 236fdb05-06fb-443b-b695-7d4184361607, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 236fdb05-06fb-443b-b695-7d4184361607, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13198398980467663559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a04b72-bdcd-4eb3-a488-e9a20330d449, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ea7b5a5-5f5d-4a7d-b8e8-2245b21fad98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ea7b5a5-5f5d-4a7d-b8e8-2245b21fad98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894837910909937127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 236fdb05-06fb-443b-b695-7d4184361607, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78d9c2d3-0a05-4f7a-a72c-44aa789f5df8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78d9c2d3-0a05-4f7a-a72c-44aa789f5df8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534068746726074749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ea7b5a5-5f5d-4a7d-b8e8-2245b21fad98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac68e0cb-a341-4c25-a54f-210dd819c12a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac68e0cb-a341-4c25-a54f-210dd819c12a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7719672483917951998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78d9c2d3-0a05-4f7a-a72c-44aa789f5df8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e9d1e32-6785-48ce-89dc-4600a667a8aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e9d1e32-6785-48ce-89dc-4600a667a8aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17527221433958614082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e9d1e32-6785-48ce-89dc-4600a667a8aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac68e0cb-a341-4c25-a54f-210dd819c12a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9991eb0-57e9-4c2f-a6f5-b8bedbe6d3dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9991eb0-57e9-4c2f-a6f5-b8bedbe6d3dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9689334806144394794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 188e354c-4525-43f6-964f-ad0a1989e881, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 188e354c-4525-43f6-964f-ad0a1989e881, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17519056886196921835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9991eb0-57e9-4c2f-a6f5-b8bedbe6d3dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d16c268f-7c61-4392-93bf-2b913d2e6861, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d16c268f-7c61-4392-93bf-2b913d2e6861, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2379585916535709132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 188e354c-4525-43f6-964f-ad0a1989e881, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41ebdc18-2782-4a71-b38f-879dd7644ff8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41ebdc18-2782-4a71-b38f-879dd7644ff8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 161099533541225791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41ebdc18-2782-4a71-b38f-879dd7644ff8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a9e48ab-4b16-43bc-bcaf-e7e7118c2545, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9e48ab-4b16-43bc-bcaf-e7e7118c2545, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8855441775606939767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d16c268f-7c61-4392-93bf-2b913d2e6861, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e00654bf-0bf0-4695-9b8a-fa735ec2d99e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e00654bf-0bf0-4695-9b8a-fa735ec2d99e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5584930286575024818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9e48ab-4b16-43bc-bcaf-e7e7118c2545, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23eb71d4-b3b5-449c-8515-a8d079c68871, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23eb71d4-b3b5-449c-8515-a8d079c68871, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15462153547138943118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e00654bf-0bf0-4695-9b8a-fa735ec2d99e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc36ac66-8efa-4ec1-b992-8455371d447f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc36ac66-8efa-4ec1-b992-8455371d447f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189099147018094617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23eb71d4-b3b5-449c-8515-a8d079c68871, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e80b53-ba23-47b4-83ab-ae340b51b673, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e80b53-ba23-47b4-83ab-ae340b51b673, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 206586452296841752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc36ac66-8efa-4ec1-b992-8455371d447f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f91a976-3a25-4379-a8f6-88c02d0b2e00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f91a976-3a25-4379-a8f6-88c02d0b2e00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10281585113202415901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e80b53-ba23-47b4-83ab-ae340b51b673, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5a23bf0-80a5-4c05-b1e1-f57b5047074d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a23bf0-80a5-4c05-b1e1-f57b5047074d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13132018474065077337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f91a976-3a25-4379-a8f6-88c02d0b2e00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c421a6a9-2363-471c-b835-e8ef01f3b66e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c421a6a9-2363-471c-b835-e8ef01f3b66e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4009126928084275108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a23bf0-80a5-4c05-b1e1-f57b5047074d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 683feb83-b2e7-4be0-9992-518154fba45e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 683feb83-b2e7-4be0-9992-518154fba45e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1372555663505019271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c421a6a9-2363-471c-b835-e8ef01f3b66e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70c0353c-5b6d-4de3-b77d-cf9da82fe902, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c0353c-5b6d-4de3-b77d-cf9da82fe902, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1590598593502904738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 683feb83-b2e7-4be0-9992-518154fba45e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9275e0de-121e-48cf-8431-f75c86a4b3aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9275e0de-121e-48cf-8431-f75c86a4b3aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3403669670612065729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c0353c-5b6d-4de3-b77d-cf9da82fe902, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c5cb083-a769-4c25-9333-3d92e25fb6a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5cb083-a769-4c25-9333-3d92e25fb6a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 792907991169723159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9275e0de-121e-48cf-8431-f75c86a4b3aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2898a63d-657d-49c3-8ad8-742abdad5a4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2898a63d-657d-49c3-8ad8-742abdad5a4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4510339607081109934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5cb083-a769-4c25-9333-3d92e25fb6a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b4dd30b-ae30-441c-ab61-721a697eea97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4dd30b-ae30-441c-ab61-721a697eea97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11494938883645786910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2898a63d-657d-49c3-8ad8-742abdad5a4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeed408d-d270-4c2e-825d-8c8e764b5d4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeed408d-d270-4c2e-825d-8c8e764b5d4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18054936122113443241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4dd30b-ae30-441c-ab61-721a697eea97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e769291-31e4-4b77-a1f1-b685760d3ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e769291-31e4-4b77-a1f1-b685760d3ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15202666008640470539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeed408d-d270-4c2e-825d-8c8e764b5d4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ce99512-f997-47eb-8963-3c823dea1cd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce99512-f997-47eb-8963-3c823dea1cd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8787780253942885920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce99512-f997-47eb-8963-3c823dea1cd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e769291-31e4-4b77-a1f1-b685760d3ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a727f49c-aba9-4f1c-b11d-04ee5fb43481, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a727f49c-aba9-4f1c-b11d-04ee5fb43481, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17531487288859620944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76d43935-cc2b-4c22-9a7b-329a48b3fff9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d43935-cc2b-4c22-9a7b-329a48b3fff9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 625132639149041966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a727f49c-aba9-4f1c-b11d-04ee5fb43481, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9577ecc9-86f3-427e-9840-e0183612a8d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9577ecc9-86f3-427e-9840-e0183612a8d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5091911687697120137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d43935-cc2b-4c22-9a7b-329a48b3fff9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaac5649-dab7-4e43-879f-4e38e81cdf47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaac5649-dab7-4e43-879f-4e38e81cdf47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5471833787761214313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9577ecc9-86f3-427e-9840-e0183612a8d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 697e09cc-7e08-4c06-aa81-6c5cea03f44e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697e09cc-7e08-4c06-aa81-6c5cea03f44e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15335532234741329325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697e09cc-7e08-4c06-aa81-6c5cea03f44e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5ea68d8-1077-44cf-a8ac-93642a30c308, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5ea68d8-1077-44cf-a8ac-93642a30c308, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18440453328271892865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaac5649-dab7-4e43-879f-4e38e81cdf47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cce78ce-f543-44c1-91d1-eb588da78dac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cce78ce-f543-44c1-91d1-eb588da78dac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461416655691100537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5ea68d8-1077-44cf-a8ac-93642a30c308, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bff8555-1f33-4ceb-bbb5-1d7a2ee687f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bff8555-1f33-4ceb-bbb5-1d7a2ee687f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15987409715406214280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cce78ce-f543-44c1-91d1-eb588da78dac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a6e0ab0-355a-4f19-899d-ca3ab98d2276, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6e0ab0-355a-4f19-899d-ca3ab98d2276, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9340863340941046746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bff8555-1f33-4ceb-bbb5-1d7a2ee687f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fd6cc1e-a192-4134-b6bd-ea3de6cc0a1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd6cc1e-a192-4134-b6bd-ea3de6cc0a1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13986276686938573172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6e0ab0-355a-4f19-899d-ca3ab98d2276, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88040776-fa0b-4712-918f-4526d9fdcd44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88040776-fa0b-4712-918f-4526d9fdcd44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1956277450028614801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd6cc1e-a192-4134-b6bd-ea3de6cc0a1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea1d7976-49c0-448d-ba88-1067f8b95da3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea1d7976-49c0-448d-ba88-1067f8b95da3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075744480418934441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88040776-fa0b-4712-918f-4526d9fdcd44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d401b10c-b007-482a-bd6f-39febbadfa51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d401b10c-b007-482a-bd6f-39febbadfa51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12366544580718597333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea1d7976-49c0-448d-ba88-1067f8b95da3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d59451b-f4af-4eb7-ab87-557949f16d9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d59451b-f4af-4eb7-ab87-557949f16d9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3713876212601450845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d401b10c-b007-482a-bd6f-39febbadfa51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 223fd8fd-898d-401b-91f9-8d51a8265425, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223fd8fd-898d-401b-91f9-8d51a8265425, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13791415604194465235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d59451b-f4af-4eb7-ab87-557949f16d9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55592b5d-2471-4e59-9dd5-699616fc3e42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55592b5d-2471-4e59-9dd5-699616fc3e42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8236512203398862282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223fd8fd-898d-401b-91f9-8d51a8265425, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13403cbc-3158-4ea6-8f77-4195b98d019e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13403cbc-3158-4ea6-8f77-4195b98d019e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2955120567627667126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55592b5d-2471-4e59-9dd5-699616fc3e42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aab8e7dc-4eef-4124-b196-d63733646937, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab8e7dc-4eef-4124-b196-d63733646937, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7232023370009187421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13403cbc-3158-4ea6-8f77-4195b98d019e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2777e1bb-61b9-44ad-a52d-7571650c470c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2777e1bb-61b9-44ad-a52d-7571650c470c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12689158593673677670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab8e7dc-4eef-4124-b196-d63733646937, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 030f7b1f-94d4-427c-8145-45e2de3cd7bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 030f7b1f-94d4-427c-8145-45e2de3cd7bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7039075872994426443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2777e1bb-61b9-44ad-a52d-7571650c470c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd6c7c44-48f0-48fb-8820-9dec469a24f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd6c7c44-48f0-48fb-8820-9dec469a24f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 139030280970659714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 030f7b1f-94d4-427c-8145-45e2de3cd7bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92d89a18-25db-4ec8-a737-ae55be81b8be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d89a18-25db-4ec8-a737-ae55be81b8be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16070288653266102665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd6c7c44-48f0-48fb-8820-9dec469a24f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abb7c98f-c497-4927-97a7-5bd36c84d6df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d89a18-25db-4ec8-a737-ae55be81b8be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef0095a7-c44e-4b5d-8672-1931f20cad20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef0095a7-c44e-4b5d-8672-1931f20cad20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16376696910381994700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb7c98f-c497-4927-97a7-5bd36c84d6df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9745533438919705622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef0095a7-c44e-4b5d-8672-1931f20cad20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d00bf25-3ed7-4df3-899d-b0bab10911ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d00bf25-3ed7-4df3-899d-b0bab10911ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4411879230810476530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb7c98f-c497-4927-97a7-5bd36c84d6df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d705baad-12a4-4b85-bcae-1771e3e42380, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d705baad-12a4-4b85-bcae-1771e3e42380, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10491048368044183567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d00bf25-3ed7-4df3-899d-b0bab10911ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d0d2a86-2c18-44e0-87e7-e4a17d72bdd9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0d2a86-2c18-44e0-87e7-e4a17d72bdd9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15066274215382662334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d705baad-12a4-4b85-bcae-1771e3e42380, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fcbb9ba-5d16-4d7b-8330-770e2fa1cd48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fcbb9ba-5d16-4d7b-8330-770e2fa1cd48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3504564165151523496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0d2a86-2c18-44e0-87e7-e4a17d72bdd9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddb03a82-0ce0-4edb-8640-1979102f9198, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb03a82-0ce0-4edb-8640-1979102f9198, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6910134699122308787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fcbb9ba-5d16-4d7b-8330-770e2fa1cd48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b24522e-8b07-488e-8147-7b3d758a3ee5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b24522e-8b07-488e-8147-7b3d758a3ee5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18233406227242570266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb03a82-0ce0-4edb-8640-1979102f9198, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9764406-5cca-499d-aa09-e8038c06170f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9764406-5cca-499d-aa09-e8038c06170f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4112590245744596751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b24522e-8b07-488e-8147-7b3d758a3ee5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3fd85c-97b9-4f48-8ad0-795bdd94c388, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3fd85c-97b9-4f48-8ad0-795bdd94c388, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3831597599489124342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9764406-5cca-499d-aa09-e8038c06170f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7307d97f-9e8f-4dd8-b0e0-abbb2df70f2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7307d97f-9e8f-4dd8-b0e0-abbb2df70f2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12986048011197581649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3fd85c-97b9-4f48-8ad0-795bdd94c388, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47a5d3e4-1cdd-49ee-809a-9da09d1934da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47a5d3e4-1cdd-49ee-809a-9da09d1934da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4840213314292856424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7307d97f-9e8f-4dd8-b0e0-abbb2df70f2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 341d5194-1882-4617-9fe0-f79a17732612, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47a5d3e4-1cdd-49ee-809a-9da09d1934da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341d5194-1882-4617-9fe0-f79a17732612, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14181424644686808868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 830ab3e9-ef3b-4883-bea6-2b61007cce3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830ab3e9-ef3b-4883-bea6-2b61007cce3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7216229813946897425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341d5194-1882-4617-9fe0-f79a17732612, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fd78355-cf93-4bdb-a7c8-d7e228cf4dab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd78355-cf93-4bdb-a7c8-d7e228cf4dab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15754530280609094510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830ab3e9-ef3b-4883-bea6-2b61007cce3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aafa2a78-f325-42ae-83ce-d74b22f108b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aafa2a78-f325-42ae-83ce-d74b22f108b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1862789743253717972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd78355-cf93-4bdb-a7c8-d7e228cf4dab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a7ed1d4-1f35-45ee-add7-9f24913cd2a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a7ed1d4-1f35-45ee-add7-9f24913cd2a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115992803735363939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aafa2a78-f325-42ae-83ce-d74b22f108b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8909225-8349-4bd4-a845-f0ccab877e66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8909225-8349-4bd4-a845-f0ccab877e66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5137878311546867965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a7ed1d4-1f35-45ee-add7-9f24913cd2a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80ed9cce-79e3-4b0f-b0d5-1847ccfcdc46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80ed9cce-79e3-4b0f-b0d5-1847ccfcdc46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4497486721842349668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8909225-8349-4bd4-a845-f0ccab877e66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d56b99f-14e8-4d53-933d-25d7bcb5d6f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d56b99f-14e8-4d53-933d-25d7bcb5d6f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7693139794559479473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80ed9cce-79e3-4b0f-b0d5-1847ccfcdc46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a4da52f-f6e8-49ce-a755-d501b8ce67bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a4da52f-f6e8-49ce-a755-d501b8ce67bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10148844187225957080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d56b99f-14e8-4d53-933d-25d7bcb5d6f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d336c315-671f-4bf8-a247-1f95b0e4415e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d336c315-671f-4bf8-a247-1f95b0e4415e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16054163917030296156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a4da52f-f6e8-49ce-a755-d501b8ce67bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed8aca96-5f19-476d-ae2a-fd705219ba98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8aca96-5f19-476d-ae2a-fd705219ba98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4354730703603212804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d336c315-671f-4bf8-a247-1f95b0e4415e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1179f10a-1d0a-4343-b3ad-31436635c71f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1179f10a-1d0a-4343-b3ad-31436635c71f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7011020986230428083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8aca96-5f19-476d-ae2a-fd705219ba98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c66f3ef-0a13-4f3a-af57-bb786238e3ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c66f3ef-0a13-4f3a-af57-bb786238e3ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318193183879791591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1179f10a-1d0a-4343-b3ad-31436635c71f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95916df5-7bd2-40bc-9026-80c772b9f838, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95916df5-7bd2-40bc-9026-80c772b9f838, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9705942685248086722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c66f3ef-0a13-4f3a-af57-bb786238e3ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b36da40c-d931-4991-af1b-8c8492120fcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36da40c-d931-4991-af1b-8c8492120fcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14384587197790230608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95916df5-7bd2-40bc-9026-80c772b9f838, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9e35715-9f5f-41b6-86b1-3ec68add7fa9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e35715-9f5f-41b6-86b1-3ec68add7fa9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11045335817003897608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36da40c-d931-4991-af1b-8c8492120fcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5414c127-b7bb-4bbd-b98c-d28878ddf7be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5414c127-b7bb-4bbd-b98c-d28878ddf7be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10478747545003432469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e35715-9f5f-41b6-86b1-3ec68add7fa9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdaee16b-e480-4174-b2b0-32e8a95ab3b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdaee16b-e480-4174-b2b0-32e8a95ab3b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17902366358515256689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5414c127-b7bb-4bbd-b98c-d28878ddf7be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeec3998-0c60-464f-9ebd-2d12bc55afe3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeec3998-0c60-464f-9ebd-2d12bc55afe3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 559051023849153743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdaee16b-e480-4174-b2b0-32e8a95ab3b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 630f2dbb-4662-4df7-8be6-2d7841c18e17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 630f2dbb-4662-4df7-8be6-2d7841c18e17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3165036176695288791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeec3998-0c60-464f-9ebd-2d12bc55afe3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2d47b32-4783-4bb5-b275-57d621e9af0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d47b32-4783-4bb5-b275-57d621e9af0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4130981879737118534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 630f2dbb-4662-4df7-8be6-2d7841c18e17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ddcd30d-50dc-4736-b5fb-efd11e5e5d35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ddcd30d-50dc-4736-b5fb-efd11e5e5d35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15109951706729366618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d47b32-4783-4bb5-b275-57d621e9af0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52068f91-3a95-40a7-93a4-5c8d024a9546, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52068f91-3a95-40a7-93a4-5c8d024a9546, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15264415142538906226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ddcd30d-50dc-4736-b5fb-efd11e5e5d35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52068f91-3a95-40a7-93a4-5c8d024a9546, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c77bcec1-04f1-4d1c-8099-d2240fecc1ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77bcec1-04f1-4d1c-8099-d2240fecc1ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16225068302569519668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7fbf3ac-6313-4e40-a3ee-2393d670aa52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7fbf3ac-6313-4e40-a3ee-2393d670aa52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11837531396143712695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77bcec1-04f1-4d1c-8099-d2240fecc1ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c5a6941-d28b-454a-b267-b4f701622730, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5a6941-d28b-454a-b267-b4f701622730, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12556645911593273606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7fbf3ac-6313-4e40-a3ee-2393d670aa52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 511bc9c0-2f2c-429c-bcae-b9e773f87001, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 511bc9c0-2f2c-429c-bcae-b9e773f87001, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15534343377163047201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 511bc9c0-2f2c-429c-bcae-b9e773f87001, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec30895-a631-420f-a1a5-e1b69502444d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec30895-a631-420f-a1a5-e1b69502444d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6317786956711522389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5a6941-d28b-454a-b267-b4f701622730, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df708d8a-add3-4eb0-8060-d84ae8432110, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df708d8a-add3-4eb0-8060-d84ae8432110, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820964702246354610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df708d8a-add3-4eb0-8060-d84ae8432110, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec30895-a631-420f-a1a5-e1b69502444d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8819047-7d61-4af0-830f-de0fe48a1af1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8819047-7d61-4af0-830f-de0fe48a1af1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6569287322940293314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 619cadb9-69a4-445a-9dfb-440431e59059, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619cadb9-69a4-445a-9dfb-440431e59059, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14299524162606296725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619cadb9-69a4-445a-9dfb-440431e59059, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e661de7-18e3-4350-a3de-94686445144f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e661de7-18e3-4350-a3de-94686445144f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17108763519756111481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8819047-7d61-4af0-830f-de0fe48a1af1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 913d1d62-81fa-4048-99a8-304a55c62087, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913d1d62-81fa-4048-99a8-304a55c62087, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1907668257163726800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e661de7-18e3-4350-a3de-94686445144f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d0d021a-a94e-4e00-a278-4a554c4d7391, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d0d021a-a94e-4e00-a278-4a554c4d7391, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9212606324539722647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913d1d62-81fa-4048-99a8-304a55c62087, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e708cd3-f387-4c63-8510-ebe8705be0e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e708cd3-f387-4c63-8510-ebe8705be0e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5026742034431351747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d0d021a-a94e-4e00-a278-4a554c4d7391, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82bbcc7c-888d-4989-8614-e30885b2760b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bbcc7c-888d-4989-8614-e30885b2760b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12858625997940913239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e708cd3-f387-4c63-8510-ebe8705be0e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 316e69b7-a03d-496a-b00d-a8ad102751dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316e69b7-a03d-496a-b00d-a8ad102751dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13274372777567428514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bbcc7c-888d-4989-8614-e30885b2760b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f2b3d1d-4b06-45bf-80f1-61d6fa0ad004, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2b3d1d-4b06-45bf-80f1-61d6fa0ad004, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1576518067144575915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316e69b7-a03d-496a-b00d-a8ad102751dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b7f5e5c-4212-4cc7-8878-0a5f03d74e11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b7f5e5c-4212-4cc7-8878-0a5f03d74e11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5841026487318356568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2b3d1d-4b06-45bf-80f1-61d6fa0ad004, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9083f59-132e-4407-b526-71953c3e1513, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9083f59-132e-4407-b526-71953c3e1513, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7890015376867991626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b7f5e5c-4212-4cc7-8878-0a5f03d74e11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3df9db7f-3641-4f21-9663-31eb89cdf556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df9db7f-3641-4f21-9663-31eb89cdf556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8674009583153630130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9083f59-132e-4407-b526-71953c3e1513, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55a52b85-0c06-4876-94ab-b3ef1a418a23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55a52b85-0c06-4876-94ab-b3ef1a418a23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14397258963905167373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df9db7f-3641-4f21-9663-31eb89cdf556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 894146f6-6551-4349-8a4a-89cb3bb07b59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 894146f6-6551-4349-8a4a-89cb3bb07b59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5518745476226729568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55a52b85-0c06-4876-94ab-b3ef1a418a23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41be5e89-2fbb-4d99-9d37-6688657036c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41be5e89-2fbb-4d99-9d37-6688657036c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3157934023917759637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 894146f6-6551-4349-8a4a-89cb3bb07b59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 484780b4-6060-45d1-a9a5-4170bbc6e725, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484780b4-6060-45d1-a9a5-4170bbc6e725, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10340310660084735866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41be5e89-2fbb-4d99-9d37-6688657036c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e0f6521-80f8-4fa1-9374-3efd25f2f5c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e0f6521-80f8-4fa1-9374-3efd25f2f5c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17414954976415072581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484780b4-6060-45d1-a9a5-4170bbc6e725, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d87f177-12c4-40f9-be76-6f6330d6a7af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d87f177-12c4-40f9-be76-6f6330d6a7af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3531320517297482539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e0f6521-80f8-4fa1-9374-3efd25f2f5c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0853dd6-3f2b-4fa3-a1fa-1dc3ae16b71f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0853dd6-3f2b-4fa3-a1fa-1dc3ae16b71f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12169968440384077333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d87f177-12c4-40f9-be76-6f6330d6a7af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fccbdd3-31eb-4985-92d6-743e812250db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fccbdd3-31eb-4985-92d6-743e812250db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1273280736832639955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0853dd6-3f2b-4fa3-a1fa-1dc3ae16b71f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ebcbd05-258a-458f-9258-20fbd273d959, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ebcbd05-258a-458f-9258-20fbd273d959, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11874212721260225222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fccbdd3-31eb-4985-92d6-743e812250db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfe179e8-9f9d-422b-9a90-ee7fd992ab5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe179e8-9f9d-422b-9a90-ee7fd992ab5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8111093444529717471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ebcbd05-258a-458f-9258-20fbd273d959, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe179e8-9f9d-422b-9a90-ee7fd992ab5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b31c2762-7540-4b1f-86b4-d8b5394f178e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b31c2762-7540-4b1f-86b4-d8b5394f178e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 489017790025987182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a256fab-4ed0-440d-8d74-61d6c5a5c862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a256fab-4ed0-440d-8d74-61d6c5a5c862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17148992966763652010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b31c2762-7540-4b1f-86b4-d8b5394f178e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d74df784-cda6-4700-bff5-af09f286068b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74df784-cda6-4700-bff5-af09f286068b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3551535709856607471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a256fab-4ed0-440d-8d74-61d6c5a5c862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd813c13-35fc-45cb-b6a6-f86828fe9dbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd813c13-35fc-45cb-b6a6-f86828fe9dbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6369187900045222419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74df784-cda6-4700-bff5-af09f286068b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec180b5a-0b99-4694-90ce-55d5fadf455d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec180b5a-0b99-4694-90ce-55d5fadf455d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1611546327986937128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd813c13-35fc-45cb-b6a6-f86828fe9dbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f9471a3-36e2-49ae-8656-40d0e3b3bfd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f9471a3-36e2-49ae-8656-40d0e3b3bfd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15996951931556100850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec180b5a-0b99-4694-90ce-55d5fadf455d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e27905f5-1c0c-42e4-a53f-934a4163f8f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27905f5-1c0c-42e4-a53f-934a4163f8f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15541789327832924254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f9471a3-36e2-49ae-8656-40d0e3b3bfd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eee558e9-410f-47a0-ae60-5d65cea9cb19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee558e9-410f-47a0-ae60-5d65cea9cb19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14718666917946828039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27905f5-1c0c-42e4-a53f-934a4163f8f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05ffe9c9-0ee2-4c3f-a21c-78426d5d883a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ffe9c9-0ee2-4c3f-a21c-78426d5d883a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14996814522284981489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee558e9-410f-47a0-ae60-5d65cea9cb19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff463d14-bba7-4fca-9cc7-5c8391fc1f47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff463d14-bba7-4fca-9cc7-5c8391fc1f47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15018166799306420276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ffe9c9-0ee2-4c3f-a21c-78426d5d883a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7170029a-d528-4867-9c27-450fcdb61ed2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7170029a-d528-4867-9c27-450fcdb61ed2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15123946030490140976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff463d14-bba7-4fca-9cc7-5c8391fc1f47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb8ec864-3b09-46c6-a840-295f90063f82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb8ec864-3b09-46c6-a840-295f90063f82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14211452317392985630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7170029a-d528-4867-9c27-450fcdb61ed2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc07ea2f-c2ed-43bd-b8a7-e269769ff81c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc07ea2f-c2ed-43bd-b8a7-e269769ff81c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7040939369628287914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb8ec864-3b09-46c6-a840-295f90063f82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59b5b13e-3fb4-4a3e-b586-01c794279ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b5b13e-3fb4-4a3e-b586-01c794279ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11817760746944703272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc07ea2f-c2ed-43bd-b8a7-e269769ff81c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2412b95a-271e-46ec-a56a-5905480768aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2412b95a-271e-46ec-a56a-5905480768aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15956861085416130122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b5b13e-3fb4-4a3e-b586-01c794279ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c432b70-8a7e-4e81-a57b-45e8b61177ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c432b70-8a7e-4e81-a57b-45e8b61177ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1865074215520675394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2412b95a-271e-46ec-a56a-5905480768aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 189df873-6cff-45d7-8427-5d9b4af94d96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 189df873-6cff-45d7-8427-5d9b4af94d96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14284123319568557101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c432b70-8a7e-4e81-a57b-45e8b61177ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd1e297e-070c-4203-9fcb-95e09e217406, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1e297e-070c-4203-9fcb-95e09e217406, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049444390297015663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 189df873-6cff-45d7-8427-5d9b4af94d96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0206f8ed-44a6-43ad-af2b-e5bb9c0225e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0206f8ed-44a6-43ad-af2b-e5bb9c0225e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12952366245891256029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0206f8ed-44a6-43ad-af2b-e5bb9c0225e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e02c2c28-999a-442e-9d12-197f9b206b4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02c2c28-999a-442e-9d12-197f9b206b4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11865036591678915623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1e297e-070c-4203-9fcb-95e09e217406, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b80752b5-0dcd-4f2a-a62a-bdf7b670f1cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b80752b5-0dcd-4f2a-a62a-bdf7b670f1cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8314350855942675709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02c2c28-999a-442e-9d12-197f9b206b4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 638a4988-4910-4186-9220-ea0bccfb359c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 638a4988-4910-4186-9220-ea0bccfb359c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5264366059545533335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b80752b5-0dcd-4f2a-a62a-bdf7b670f1cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4aa08035-113c-4255-94e5-7885f6881b95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa08035-113c-4255-94e5-7885f6881b95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3809218761765177979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 638a4988-4910-4186-9220-ea0bccfb359c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 132c8529-6850-400d-b194-f4afed18ee50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132c8529-6850-400d-b194-f4afed18ee50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9957355198276514861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa08035-113c-4255-94e5-7885f6881b95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63a1be97-e487-4b82-8ddd-550058c7c1dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a1be97-e487-4b82-8ddd-550058c7c1dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4076733709867893467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132c8529-6850-400d-b194-f4afed18ee50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4332239-7f11-4470-ae6e-2a86379d6c98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4332239-7f11-4470-ae6e-2a86379d6c98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13286184458725523805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a1be97-e487-4b82-8ddd-550058c7c1dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4332239-7f11-4470-ae6e-2a86379d6c98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0f68dd8-1e63-4118-b413-c427cd34072d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f68dd8-1e63-4118-b413-c427cd34072d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9714318470202199788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9c1fd08-2439-4d84-9b18-f432b787c64b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c1fd08-2439-4d84-9b18-f432b787c64b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14857785029134722440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f68dd8-1e63-4118-b413-c427cd34072d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7dea0f-8bc9-415a-bfa5-d53d4eecb9a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7dea0f-8bc9-415a-bfa5-d53d4eecb9a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11475955403687117496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c1fd08-2439-4d84-9b18-f432b787c64b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b01c1c1-454e-4619-9208-7a759f29a63a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b01c1c1-454e-4619-9208-7a759f29a63a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12636485803745745945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7dea0f-8bc9-415a-bfa5-d53d4eecb9a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b01c1c1-454e-4619-9208-7a759f29a63a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1a8523d-9a5f-410e-af60-0b4b72057531, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c9ca4d8-0e60-4d69-b9ed-a586461728e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1a8523d-9a5f-410e-af60-0b4b72057531, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054375909211572185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9ca4d8-0e60-4d69-b9ed-a586461728e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8354823679333898666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1a8523d-9a5f-410e-af60-0b4b72057531, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5f09e37-f004-415c-bb7e-66ff8be5a818, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f09e37-f004-415c-bb7e-66ff8be5a818, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7164902924768968717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f09e37-f004-415c-bb7e-66ff8be5a818, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 339b02c6-0f1c-4810-91f8-0fa016eddedd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 339b02c6-0f1c-4810-91f8-0fa016eddedd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10183521891032583111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 339b02c6-0f1c-4810-91f8-0fa016eddedd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d40ace84-e8b1-41a4-9e21-b59b74837ec4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40ace84-e8b1-41a4-9e21-b59b74837ec4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374121074581476165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9ca4d8-0e60-4d69-b9ed-a586461728e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17795ca3-86a1-4824-828c-5032f88984d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17795ca3-86a1-4824-828c-5032f88984d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6455186704991849151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40ace84-e8b1-41a4-9e21-b59b74837ec4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f622923d-bd6c-47f7-a166-09c66c2a081e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f622923d-bd6c-47f7-a166-09c66c2a081e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10786631045200423563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17795ca3-86a1-4824-828c-5032f88984d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 363c4bc2-a509-406e-8a34-b71e1b8cc0e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363c4bc2-a509-406e-8a34-b71e1b8cc0e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14981285106635951137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f622923d-bd6c-47f7-a166-09c66c2a081e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e9a2e9c-c9f3-49af-bd34-11ef03f39878, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e9a2e9c-c9f3-49af-bd34-11ef03f39878, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14617333981981992771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363c4bc2-a509-406e-8a34-b71e1b8cc0e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d265f34-eb92-4b5a-97a4-41e855c043c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d265f34-eb92-4b5a-97a4-41e855c043c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7654105435188264462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e9a2e9c-c9f3-49af-bd34-11ef03f39878, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61ecb12-f29c-4115-bf4d-4d45772f202e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61ecb12-f29c-4115-bf4d-4d45772f202e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7014710914543412003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61ecb12-f29c-4115-bf4d-4d45772f202e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc7e143-8fb7-4de8-8e40-25881d972767, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc7e143-8fb7-4de8-8e40-25881d972767, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546029780297079862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d265f34-eb92-4b5a-97a4-41e855c043c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ab231b7-8e2c-4166-85e5-0dfc126c1ac7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab231b7-8e2c-4166-85e5-0dfc126c1ac7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17247223713183193147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc7e143-8fb7-4de8-8e40-25881d972767, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7099f73-b8d7-4ec2-8aa8-252bfe30db91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7099f73-b8d7-4ec2-8aa8-252bfe30db91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2943707683417077234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab231b7-8e2c-4166-85e5-0dfc126c1ac7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 754931a1-f7f1-4044-80e7-070d60314c75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754931a1-f7f1-4044-80e7-070d60314c75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9561608415805192386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7099f73-b8d7-4ec2-8aa8-252bfe30db91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f55c66bc-291f-4639-8455-5b5698375d0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f55c66bc-291f-4639-8455-5b5698375d0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1511863297873181868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754931a1-f7f1-4044-80e7-070d60314c75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bab62a7-7c21-4bbc-8e58-04a1719fb638, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bab62a7-7c21-4bbc-8e58-04a1719fb638, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13522819680091916922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f55c66bc-291f-4639-8455-5b5698375d0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7df67ddc-6058-4580-877d-4a18a1c4e649, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df67ddc-6058-4580-877d-4a18a1c4e649, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7072727297695137415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bab62a7-7c21-4bbc-8e58-04a1719fb638, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e7417cd-ca27-49c5-b785-40770bb9f68b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7417cd-ca27-49c5-b785-40770bb9f68b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8019901759458618360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7417cd-ca27-49c5-b785-40770bb9f68b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a5162c1-e488-4870-a521-fba8512149f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a5162c1-e488-4870-a521-fba8512149f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14105661239354066406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df67ddc-6058-4580-877d-4a18a1c4e649, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a8d6951-ca3e-4fe2-a8b8-2eceba9c806a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a8d6951-ca3e-4fe2-a8b8-2eceba9c806a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17731436434683459778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a5162c1-e488-4870-a521-fba8512149f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6257d79-803a-4caa-804e-00b0a5ccacb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6257d79-803a-4caa-804e-00b0a5ccacb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9818267190345002502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a8d6951-ca3e-4fe2-a8b8-2eceba9c806a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e99f9f7-77b8-4aff-ac97-ae059262e97b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e99f9f7-77b8-4aff-ac97-ae059262e97b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14243614377299862757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6257d79-803a-4caa-804e-00b0a5ccacb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a50987c2-63d2-4ee4-8ab4-ea3f7c2b272f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a50987c2-63d2-4ee4-8ab4-ea3f7c2b272f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3238199857460311642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e99f9f7-77b8-4aff-ac97-ae059262e97b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f970ef-8a88-4b44-8520-b5f2b2ff5d6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f970ef-8a88-4b44-8520-b5f2b2ff5d6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2072847799523622186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a50987c2-63d2-4ee4-8ab4-ea3f7c2b272f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e068626c-944b-48d2-a5d7-5f8e2da15b31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e068626c-944b-48d2-a5d7-5f8e2da15b31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14261008153959941127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f970ef-8a88-4b44-8520-b5f2b2ff5d6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e068626c-944b-48d2-a5d7-5f8e2da15b31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a89b838e-bd1c-4066-9014-7bc8b206b1fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89b838e-bd1c-4066-9014-7bc8b206b1fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4939719187233867480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4900af6b-f81f-487b-b21e-213186d453bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4900af6b-f81f-487b-b21e-213186d453bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18020072725935548898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89b838e-bd1c-4066-9014-7bc8b206b1fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08f30326-7514-435b-9d6f-d8c3d8b182b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f30326-7514-435b-9d6f-d8c3d8b182b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4589138485539986693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4900af6b-f81f-487b-b21e-213186d453bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4378624d-40b6-4c36-a900-f2b0e61c87c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4378624d-40b6-4c36-a900-f2b0e61c87c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9466303459385094472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f30326-7514-435b-9d6f-d8c3d8b182b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8762f4d-e028-486c-9657-e97a8812bedb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8762f4d-e028-486c-9657-e97a8812bedb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13029473121902144147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4378624d-40b6-4c36-a900-f2b0e61c87c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7429c6c-2314-47b0-835d-8a3003824b5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7429c6c-2314-47b0-835d-8a3003824b5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16141528299338787460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8762f4d-e028-486c-9657-e97a8812bedb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7429c6c-2314-47b0-835d-8a3003824b5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc55a88a-461f-492d-857b-b4ae858a5120, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc55a88a-461f-492d-857b-b4ae858a5120, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 250821344965513347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb45cce0-0885-4380-ad76-10cc6c870997, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb45cce0-0885-4380-ad76-10cc6c870997, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8840330919756235530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc55a88a-461f-492d-857b-b4ae858a5120, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53e92e34-d19f-4345-88ed-1e0791ed9e10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e92e34-d19f-4345-88ed-1e0791ed9e10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8479468256522160675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb45cce0-0885-4380-ad76-10cc6c870997, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13f9ffd8-e232-4e0d-9600-9df9dc13fb4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13f9ffd8-e232-4e0d-9600-9df9dc13fb4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506719325191066859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e92e34-d19f-4345-88ed-1e0791ed9e10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb2ce424-04f4-4b95-88fc-42104b42af0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2ce424-04f4-4b95-88fc-42104b42af0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17143553642404121106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13f9ffd8-e232-4e0d-9600-9df9dc13fb4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f86287b-535f-49f3-aa13-d32a191e813f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f86287b-535f-49f3-aa13-d32a191e813f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4896063696117605898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2ce424-04f4-4b95-88fc-42104b42af0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7873a7fb-cb5b-4b74-b6f4-534fb10e89ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7873a7fb-cb5b-4b74-b6f4-534fb10e89ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7926672327808407775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f86287b-535f-49f3-aa13-d32a191e813f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32adc1b6-4b41-45ae-9875-9bb4c685cc11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32adc1b6-4b41-45ae-9875-9bb4c685cc11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16572569332523033851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7873a7fb-cb5b-4b74-b6f4-534fb10e89ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6b36e68-2cbc-483c-ac61-976d40fc37a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6b36e68-2cbc-483c-ac61-976d40fc37a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 59186540433084623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5918654043308462359186540433084623591865404330846235918654043308462359186540433084623591865404330846235918654043308462359186540433084623591865404330846235918654043308462359186540433084623591865404330846235918654043308462359186540433084623591865404330846235918654043308462359186540433084623591865404330846235918654043308462359186540433084623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32adc1b6-4b41-45ae-9875-9bb4c685cc11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4329c863-8b46-47ba-bf7b-6c1257dfaa0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4329c863-8b46-47ba-bf7b-6c1257dfaa0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11566743259828628260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6b36e68-2cbc-483c-ac61-976d40fc37a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38b514e7-beae-4beb-8c43-47fcd3881203, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38b514e7-beae-4beb-8c43-47fcd3881203, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15692353040153863295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4329c863-8b46-47ba-bf7b-6c1257dfaa0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 341ed625-ed73-415b-bb42-5bf834b97ced, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341ed625-ed73-415b-bb42-5bf834b97ced, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6619984462533080408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38b514e7-beae-4beb-8c43-47fcd3881203, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22f47dee-e377-4a44-8019-f9306a7c809b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f47dee-e377-4a44-8019-f9306a7c809b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9521034122093119764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341ed625-ed73-415b-bb42-5bf834b97ced, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e4fb470-4ff6-4f34-b702-90d507a755e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e4fb470-4ff6-4f34-b702-90d507a755e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10677164927065212043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f47dee-e377-4a44-8019-f9306a7c809b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44d58c5c-3498-4921-893a-21c6575bc628, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e4fb470-4ff6-4f34-b702-90d507a755e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d58c5c-3498-4921-893a-21c6575bc628, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9591803476010768817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddd35263-3dfd-4799-917a-58c80f4d5724, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddd35263-3dfd-4799-917a-58c80f4d5724, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11026508580950064114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d58c5c-3498-4921-893a-21c6575bc628, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0620a28e-acbd-4840-94f5-419a0a131eca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0620a28e-acbd-4840-94f5-419a0a131eca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020972462497871291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddd35263-3dfd-4799-917a-58c80f4d5724, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e521dd4-af39-40c4-af8a-50fd9461977d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e521dd4-af39-40c4-af8a-50fd9461977d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6139582231456017989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e521dd4-af39-40c4-af8a-50fd9461977d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54f4a2d5-55cf-4da8-9043-1328e5993064, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f4a2d5-55cf-4da8-9043-1328e5993064, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 766958209730767647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0620a28e-acbd-4840-94f5-419a0a131eca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bd3b279-6a06-4e55-9bbf-d944b364419f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bd3b279-6a06-4e55-9bbf-d944b364419f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921214745462869757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f4a2d5-55cf-4da8-9043-1328e5993064, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 844cef6e-240a-4b4a-99bb-8d813f2ed6a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844cef6e-240a-4b4a-99bb-8d813f2ed6a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6321186574482978023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bd3b279-6a06-4e55-9bbf-d944b364419f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 586f656b-06d1-49f3-bf71-0274f06e3c08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 586f656b-06d1-49f3-bf71-0274f06e3c08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5971213926360871523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844cef6e-240a-4b4a-99bb-8d813f2ed6a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfa1ef89-e0e9-4db3-969b-79508577dff7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa1ef89-e0e9-4db3-969b-79508577dff7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8564140703696597467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 586f656b-06d1-49f3-bf71-0274f06e3c08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcbf8f1a-f807-4e50-b4e8-f2985a9cd2e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcbf8f1a-f807-4e50-b4e8-f2985a9cd2e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317019494123578192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa1ef89-e0e9-4db3-969b-79508577dff7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcbf8f1a-f807-4e50-b4e8-f2985a9cd2e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59b75057-a5a6-4f00-892d-c5ecb3a07a09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b75057-a5a6-4f00-892d-c5ecb3a07a09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11383649507655702131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74f2ff40-6fde-467d-9467-27422ed12d13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74f2ff40-6fde-467d-9467-27422ed12d13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1049498998394283153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b75057-a5a6-4f00-892d-c5ecb3a07a09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3680e5ce-bee8-4c42-81a5-45f4806a5a10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3680e5ce-bee8-4c42-81a5-45f4806a5a10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15100942613199977286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74f2ff40-6fde-467d-9467-27422ed12d13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b4abcd8-2047-4c04-807c-a026e68e7d79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b4abcd8-2047-4c04-807c-a026e68e7d79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4817793492030269288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b4abcd8-2047-4c04-807c-a026e68e7d79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3680e5ce-bee8-4c42-81a5-45f4806a5a10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8266d98-fe90-4bca-97b6-c8d2872dc01b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8266d98-fe90-4bca-97b6-c8d2872dc01b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16583303978776780219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de9a38b1-91bc-4b0d-a4d2-67874cb4e82e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9a38b1-91bc-4b0d-a4d2-67874cb4e82e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12892040263587802533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8266d98-fe90-4bca-97b6-c8d2872dc01b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9a38b1-91bc-4b0d-a4d2-67874cb4e82e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1faa34eb-c4ed-467c-9b70-abc77c868115, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1faa34eb-c4ed-467c-9b70-abc77c868115, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15628824032850644687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57c7beb-455e-4277-bf81-c86af80dbe80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57c7beb-455e-4277-bf81-c86af80dbe80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14158256210095015268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1faa34eb-c4ed-467c-9b70-abc77c868115, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5192ec1a-d358-41b8-968a-ac695f59f93c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5192ec1a-d358-41b8-968a-ac695f59f93c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11281868010577273721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57c7beb-455e-4277-bf81-c86af80dbe80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d51a941-ff3e-4bc3-ac2b-2887e525859c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d51a941-ff3e-4bc3-ac2b-2887e525859c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2705920659165577476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5192ec1a-d358-41b8-968a-ac695f59f93c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b74aec4f-0d2d-4c87-91ee-db0a5ed063a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b74aec4f-0d2d-4c87-91ee-db0a5ed063a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1109087330348571372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d51a941-ff3e-4bc3-ac2b-2887e525859c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54b980a4-ca1b-44bb-ac0e-c9695e04b41f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b980a4-ca1b-44bb-ac0e-c9695e04b41f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3437675524565852909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b74aec4f-0d2d-4c87-91ee-db0a5ed063a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac8d3479-3985-4aad-a5af-bd0ec8e08c1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac8d3479-3985-4aad-a5af-bd0ec8e08c1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14772883307261261176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b980a4-ca1b-44bb-ac0e-c9695e04b41f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 902b393a-0175-48ef-a797-6ff10931405b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 902b393a-0175-48ef-a797-6ff10931405b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428735862931793347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac8d3479-3985-4aad-a5af-bd0ec8e08c1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 723a3270-e340-4fa1-99eb-aab2b05a0bd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723a3270-e340-4fa1-99eb-aab2b05a0bd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5718887822921378052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 902b393a-0175-48ef-a797-6ff10931405b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f335fc-32e2-4794-a3b2-34b17ee6dd96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f335fc-32e2-4794-a3b2-34b17ee6dd96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15261586572628513946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723a3270-e340-4fa1-99eb-aab2b05a0bd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c9a4c53-d8c7-4b6a-a9b8-6ad2ce32c40e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9a4c53-d8c7-4b6a-a9b8-6ad2ce32c40e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 986787522084048931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f335fc-32e2-4794-a3b2-34b17ee6dd96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be6a17b-b3e2-4f2b-bea1-a72a8237d02d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be6a17b-b3e2-4f2b-bea1-a72a8237d02d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17696429003947608926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9a4c53-d8c7-4b6a-a9b8-6ad2ce32c40e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92d1179c-c99f-4d1e-aed7-586fd2964f60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d1179c-c99f-4d1e-aed7-586fd2964f60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7120545094700495092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be6a17b-b3e2-4f2b-bea1-a72a8237d02d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8613044-7bc6-43ca-b2b9-9039d77a31a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8613044-7bc6-43ca-b2b9-9039d77a31a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 264555787404017856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d1179c-c99f-4d1e-aed7-586fd2964f60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c806ce0-aaa9-4a59-83e4-9e829db95de6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c806ce0-aaa9-4a59-83e4-9e829db95de6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11808114846786322087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8613044-7bc6-43ca-b2b9-9039d77a31a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeb6fdd0-5627-47ed-9064-f45e8548d86d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb6fdd0-5627-47ed-9064-f45e8548d86d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8249093290456258185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb6fdd0-5627-47ed-9064-f45e8548d86d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7f59c4-0d6f-4138-83b2-1516dcf7fe7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7f59c4-0d6f-4138-83b2-1516dcf7fe7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5164444459095377655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c806ce0-aaa9-4a59-83e4-9e829db95de6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67508de3-b259-40f3-ad4e-9a009598e4a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67508de3-b259-40f3-ad4e-9a009598e4a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8121749952885426865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7f59c4-0d6f-4138-83b2-1516dcf7fe7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d657e89-6571-45d5-9294-02b25e249682, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d657e89-6571-45d5-9294-02b25e249682, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10348856370018652365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67508de3-b259-40f3-ad4e-9a009598e4a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f073508e-6de9-4091-992d-8340c131ffd3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f073508e-6de9-4091-992d-8340c131ffd3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2620735988196020053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d657e89-6571-45d5-9294-02b25e249682, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8cb7c5-69b9-4458-b65a-06eda0876c15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8cb7c5-69b9-4458-b65a-06eda0876c15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15457892236449346915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f073508e-6de9-4091-992d-8340c131ffd3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6afc0440-956d-4a8e-8617-ec3d44ee1e3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afc0440-956d-4a8e-8617-ec3d44ee1e3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6833914298122392435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8cb7c5-69b9-4458-b65a-06eda0876c15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c9bbfe8-3b86-4bee-8898-396db46cd596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c9bbfe8-3b86-4bee-8898-396db46cd596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4522909989970343708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afc0440-956d-4a8e-8617-ec3d44ee1e3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6f75794-2cf1-441d-86e6-857a18d4d535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f75794-2cf1-441d-86e6-857a18d4d535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5571578668727005604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c9bbfe8-3b86-4bee-8898-396db46cd596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78e7d759-0ae4-4a14-bc0f-7e90190c767a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f75794-2cf1-441d-86e6-857a18d4d535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d21c3f87-7915-46f5-807a-fa4b94abed7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e7d759-0ae4-4a14-bc0f-7e90190c767a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16041640303313118214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d21c3f87-7915-46f5-807a-fa4b94abed7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2372527288912900215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e7d759-0ae4-4a14-bc0f-7e90190c767a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01fbd212-9f98-4627-958e-c7dfea6465ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01fbd212-9f98-4627-958e-c7dfea6465ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3864161494649535475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d21c3f87-7915-46f5-807a-fa4b94abed7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08d758af-a964-4aed-8cc6-99fd0b94ddd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d758af-a964-4aed-8cc6-99fd0b94ddd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15554015802754995109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01fbd212-9f98-4627-958e-c7dfea6465ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d758af-a964-4aed-8cc6-99fd0b94ddd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 996e91a2-3b97-4d0a-a8f9-f04160ecdc1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 996e91a2-3b97-4d0a-a8f9-f04160ecdc1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4078036891167461698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ae1d71-2c04-4bf5-8f5f-1b18774e1716, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ae1d71-2c04-4bf5-8f5f-1b18774e1716, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7665616925065249128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ae1d71-2c04-4bf5-8f5f-1b18774e1716, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 996e91a2-3b97-4d0a-a8f9-f04160ecdc1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cd81c86-bd82-4325-bc99-7d523f0ea16a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd81c86-bd82-4325-bc99-7d523f0ea16a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 482248651313032505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd34c499-4693-47b1-b00a-36d5e8e5d6c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd34c499-4693-47b1-b00a-36d5e8e5d6c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4168061605952627181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd81c86-bd82-4325-bc99-7d523f0ea16a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc57d97e-e4a9-4710-972c-f44bf3110767, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc57d97e-e4a9-4710-972c-f44bf3110767, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9909151360365210414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd34c499-4693-47b1-b00a-36d5e8e5d6c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee20fe7f-9858-4643-8503-b5d143851d5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee20fe7f-9858-4643-8503-b5d143851d5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8205992096799048401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc57d97e-e4a9-4710-972c-f44bf3110767, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7d549ef-161e-47a4-9c12-91dc0ea02ac8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7d549ef-161e-47a4-9c12-91dc0ea02ac8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9590627485224923879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee20fe7f-9858-4643-8503-b5d143851d5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 507b765b-8098-44b2-8d14-8f5125ad8016, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 507b765b-8098-44b2-8d14-8f5125ad8016, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8518666550039833697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7d549ef-161e-47a4-9c12-91dc0ea02ac8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c96f2a73-9064-4365-94c4-c8965099bc56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96f2a73-9064-4365-94c4-c8965099bc56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6895224843499974930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 507b765b-8098-44b2-8d14-8f5125ad8016, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0dbc0c1-1c33-4212-8f6d-95cfd876bc7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0dbc0c1-1c33-4212-8f6d-95cfd876bc7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12421257847128096211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96f2a73-9064-4365-94c4-c8965099bc56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14825f81-0d3d-4858-a88e-7908c5dd899f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14825f81-0d3d-4858-a88e-7908c5dd899f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1510280753443195086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0dbc0c1-1c33-4212-8f6d-95cfd876bc7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8f555ce-14ab-4a13-9b9a-962804c76ae2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f555ce-14ab-4a13-9b9a-962804c76ae2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11882747193789085632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14825f81-0d3d-4858-a88e-7908c5dd899f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70edfb1d-96d9-4867-b294-30be868b5fd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70edfb1d-96d9-4867-b294-30be868b5fd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17122583459510869834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f555ce-14ab-4a13-9b9a-962804c76ae2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfff5d9e-9749-4fd9-8735-2c4d7eddca05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfff5d9e-9749-4fd9-8735-2c4d7eddca05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8823018805298623852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70edfb1d-96d9-4867-b294-30be868b5fd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71184c80-a1b7-44d3-936e-9aa54841b2bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71184c80-a1b7-44d3-936e-9aa54841b2bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12690602254464033562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfff5d9e-9749-4fd9-8735-2c4d7eddca05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d26c23e4-dcf5-40d3-8295-a6646c809495, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d26c23e4-dcf5-40d3-8295-a6646c809495, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14154171410289243936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71184c80-a1b7-44d3-936e-9aa54841b2bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39602dd2-f5c8-4398-a3c9-d4430e164cb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39602dd2-f5c8-4398-a3c9-d4430e164cb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4779300894221471425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d26c23e4-dcf5-40d3-8295-a6646c809495, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9d3e9f1-ee2d-4ba8-8053-bb8e974b2113, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d3e9f1-ee2d-4ba8-8053-bb8e974b2113, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2096923592172780462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39602dd2-f5c8-4398-a3c9-d4430e164cb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12c6e74a-cd02-47e3-8652-8f04b88d4cf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12c6e74a-cd02-47e3-8652-8f04b88d4cf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6464683041976011197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d3e9f1-ee2d-4ba8-8053-bb8e974b2113, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da6e2314-1ec9-48e5-8b4b-cdfcb0186bc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da6e2314-1ec9-48e5-8b4b-cdfcb0186bc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12858723563068101425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12c6e74a-cd02-47e3-8652-8f04b88d4cf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82e2d24b-d516-43a5-b03e-71f077c612ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82e2d24b-d516-43a5-b03e-71f077c612ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8051731250151545697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da6e2314-1ec9-48e5-8b4b-cdfcb0186bc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b46f3b6e-d418-4ce1-9be6-0055886cbfff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b46f3b6e-d418-4ce1-9be6-0055886cbfff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14675714097845255951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82e2d24b-d516-43a5-b03e-71f077c612ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae3ca4d0-fa63-4036-9a31-7f8d1a656d5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae3ca4d0-fa63-4036-9a31-7f8d1a656d5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2125701972670017875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b46f3b6e-d418-4ce1-9be6-0055886cbfff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c3b1a2e-b2c0-4fd1-842d-0e7e7e06fe85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c3b1a2e-b2c0-4fd1-842d-0e7e7e06fe85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18103169945183186371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae3ca4d0-fa63-4036-9a31-7f8d1a656d5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b813470-7759-499b-92e2-07c46c9f5d04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b813470-7759-499b-92e2-07c46c9f5d04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15955914366689609476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c3b1a2e-b2c0-4fd1-842d-0e7e7e06fe85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 782f46ca-c5ea-4d26-9254-c61f21f90e53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 782f46ca-c5ea-4d26-9254-c61f21f90e53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15046318261686137041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b813470-7759-499b-92e2-07c46c9f5d04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 886a329b-4c2e-49b9-b8c2-f8fdab659955, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 886a329b-4c2e-49b9-b8c2-f8fdab659955, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12126010471012663059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 782f46ca-c5ea-4d26-9254-c61f21f90e53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d34659f7-f005-4868-9eee-672b47143c70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d34659f7-f005-4868-9eee-672b47143c70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13026164619348407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302616461934840713026164619348407130261646193484071302616461934840713026164619348407130261646193484071302616461934840713026164619348407130261646193484071302616461934840713026164619348407130261646193484071302616461934840713026164619348407130261646193484071302616461934840713026164619348407130261646193484071302616461934840713026164619348407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 886a329b-4c2e-49b9-b8c2-f8fdab659955, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e668bb2-9d18-4ded-af29-f3f4a32e19f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e668bb2-9d18-4ded-af29-f3f4a32e19f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10782585337234803872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d34659f7-f005-4868-9eee-672b47143c70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48390d54-b68a-4505-bf11-138520c4e0bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48390d54-b68a-4505-bf11-138520c4e0bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15747893193172592025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e668bb2-9d18-4ded-af29-f3f4a32e19f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 999bbc3c-afc3-4032-9854-3bfbe707a372, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 999bbc3c-afc3-4032-9854-3bfbe707a372, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 472014534691380145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48390d54-b68a-4505-bf11-138520c4e0bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35b71395-32c7-4867-9a3c-c4e33faa09ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b71395-32c7-4867-9a3c-c4e33faa09ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9965770107029423508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 999bbc3c-afc3-4032-9854-3bfbe707a372, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5413cf9-79b2-4ac1-9a16-a27ef4e6a39f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5413cf9-79b2-4ac1-9a16-a27ef4e6a39f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11796040052743195827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b71395-32c7-4867-9a3c-c4e33faa09ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ed22184-4481-40e8-a80e-bbd151fe52c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed22184-4481-40e8-a80e-bbd151fe52c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14508875531530744169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5413cf9-79b2-4ac1-9a16-a27ef4e6a39f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92ce0465-7a80-4932-b231-97b51a8f3ce1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92ce0465-7a80-4932-b231-97b51a8f3ce1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6949803590603088536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed22184-4481-40e8-a80e-bbd151fe52c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d197fe47-e2e1-42aa-8d82-f1f388b41011, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d197fe47-e2e1-42aa-8d82-f1f388b41011, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881303414291081185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92ce0465-7a80-4932-b231-97b51a8f3ce1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23793ded-cddc-4e1f-a259-4a36a8a55808, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23793ded-cddc-4e1f-a259-4a36a8a55808, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15808871492994493262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d197fe47-e2e1-42aa-8d82-f1f388b41011, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8bd2f1-c173-4230-959b-a76232637060, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8bd2f1-c173-4230-959b-a76232637060, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12202901172048191663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23793ded-cddc-4e1f-a259-4a36a8a55808, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae90eb4a-2d1e-42b1-b7e9-09c7ebf8da65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae90eb4a-2d1e-42b1-b7e9-09c7ebf8da65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195520582765146475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8bd2f1-c173-4230-959b-a76232637060, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ddf404-d80f-4b71-9200-5248ce6e6546, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ddf404-d80f-4b71-9200-5248ce6e6546, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13110504775664215173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae90eb4a-2d1e-42b1-b7e9-09c7ebf8da65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1857f8ce-1ec5-4616-bed0-f107cfeb7ce5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1857f8ce-1ec5-4616-bed0-f107cfeb7ce5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1833063591210768671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ddf404-d80f-4b71-9200-5248ce6e6546, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ee593b-0c1d-4788-9eee-2c7f2eb8d1ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ee593b-0c1d-4788-9eee-2c7f2eb8d1ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11538014876823231420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1857f8ce-1ec5-4616-bed0-f107cfeb7ce5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdc4f55b-797b-4c9f-a78b-f5ae2df9aebf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc4f55b-797b-4c9f-a78b-f5ae2df9aebf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2960830399367045049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ee593b-0c1d-4788-9eee-2c7f2eb8d1ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51fc7024-1a17-4929-b632-00695b4daed2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51fc7024-1a17-4929-b632-00695b4daed2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4010275395243508407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc4f55b-797b-4c9f-a78b-f5ae2df9aebf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba13adab-b250-4671-9879-904f6da09d62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba13adab-b250-4671-9879-904f6da09d62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5758520762363301300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51fc7024-1a17-4929-b632-00695b4daed2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dd9fa9b-7571-461f-90ff-15b65c80be5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd9fa9b-7571-461f-90ff-15b65c80be5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18128622274170637492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba13adab-b250-4671-9879-904f6da09d62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6192ba01-b222-4315-b3a9-9f624a48670c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6192ba01-b222-4315-b3a9-9f624a48670c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13247949144286606069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd9fa9b-7571-461f-90ff-15b65c80be5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62994245-5d67-4736-845c-71993ccef3fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62994245-5d67-4736-845c-71993ccef3fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16406090163903054989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6192ba01-b222-4315-b3a9-9f624a48670c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b10f3fd-2419-41a8-97cb-77436cf5d97f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b10f3fd-2419-41a8-97cb-77436cf5d97f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10074113233885655217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62994245-5d67-4736-845c-71993ccef3fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8df76a8a-0ff5-45ec-98ba-437e6a93a5fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8df76a8a-0ff5-45ec-98ba-437e6a93a5fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11271404314510824110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b10f3fd-2419-41a8-97cb-77436cf5d97f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e466eb1f-4917-443e-844c-a62d2afdb815, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e466eb1f-4917-443e-844c-a62d2afdb815, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9347095974397656811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8df76a8a-0ff5-45ec-98ba-437e6a93a5fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53984827-88ca-4b92-b7c8-bbb7a3bba697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53984827-88ca-4b92-b7c8-bbb7a3bba697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13731623885766705818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e466eb1f-4917-443e-844c-a62d2afdb815, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 125668cd-1f41-4637-a834-4cee7eb12678, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125668cd-1f41-4637-a834-4cee7eb12678, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11274202237676575710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53984827-88ca-4b92-b7c8-bbb7a3bba697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5230a851-fddc-4b25-9ebf-da6dbc826257, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5230a851-fddc-4b25-9ebf-da6dbc826257, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8503445225205902329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125668cd-1f41-4637-a834-4cee7eb12678, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea37fba-912a-48aa-beb5-5a51331868d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea37fba-912a-48aa-beb5-5a51331868d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10942249564344338152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5230a851-fddc-4b25-9ebf-da6dbc826257, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce386258-e2fd-48f6-a5bc-2de3afd5e2b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce386258-e2fd-48f6-a5bc-2de3afd5e2b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10147821612959725104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea37fba-912a-48aa-beb5-5a51331868d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8c83704-ecb8-4174-a513-adab7094d9fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c83704-ecb8-4174-a513-adab7094d9fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11197767233094650750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce386258-e2fd-48f6-a5bc-2de3afd5e2b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e285751-df97-4944-a8b7-1c4a6527fc8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e285751-df97-4944-a8b7-1c4a6527fc8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4414585267609777197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c83704-ecb8-4174-a513-adab7094d9fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24a9d4c0-ca10-4ba3-aa95-67f5ba5e6d60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a9d4c0-ca10-4ba3-aa95-67f5ba5e6d60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1537221954493017186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e285751-df97-4944-a8b7-1c4a6527fc8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 401b50e0-8776-4cf9-8b26-c3341262f1cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401b50e0-8776-4cf9-8b26-c3341262f1cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15357317929677061349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a9d4c0-ca10-4ba3-aa95-67f5ba5e6d60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cfab99a-5e71-4646-92c7-85d6e6036a0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cfab99a-5e71-4646-92c7-85d6e6036a0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11310374769474172956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401b50e0-8776-4cf9-8b26-c3341262f1cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a96bca5d-7ed0-42b5-a270-839eca3e130b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96bca5d-7ed0-42b5-a270-839eca3e130b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12768097619928749319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cfab99a-5e71-4646-92c7-85d6e6036a0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c48a1e4-3caa-4ef5-91be-d5065ed0bbe7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c48a1e4-3caa-4ef5-91be-d5065ed0bbe7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11347763360614705967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96bca5d-7ed0-42b5-a270-839eca3e130b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e01d3857-195b-42f8-9f45-eb4a8c8948a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e01d3857-195b-42f8-9f45-eb4a8c8948a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16457858104257128156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c48a1e4-3caa-4ef5-91be-d5065ed0bbe7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ff72a6-b03f-4bcb-83d7-024f0fbf97fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ff72a6-b03f-4bcb-83d7-024f0fbf97fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13476058614738633742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e01d3857-195b-42f8-9f45-eb4a8c8948a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bde4a28-7042-4e6b-8dd0-84bfe0ad35b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bde4a28-7042-4e6b-8dd0-84bfe0ad35b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11039539300191204825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ff72a6-b03f-4bcb-83d7-024f0fbf97fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 187dabc5-f33e-4ed3-9c22-007bb9374c08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 187dabc5-f33e-4ed3-9c22-007bb9374c08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14970237116900412832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bde4a28-7042-4e6b-8dd0-84bfe0ad35b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbc73b1a-fbb0-4651-920f-86b24308bff2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc73b1a-fbb0-4651-920f-86b24308bff2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2595605961574017603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 187dabc5-f33e-4ed3-9c22-007bb9374c08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e11f9c37-9349-4c66-9d84-99249261fd3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11f9c37-9349-4c66-9d84-99249261fd3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15271337906438944722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc73b1a-fbb0-4651-920f-86b24308bff2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 468a17fa-04d2-45e2-88be-665905b25a57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468a17fa-04d2-45e2-88be-665905b25a57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16973877809337401473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11f9c37-9349-4c66-9d84-99249261fd3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 555f25ff-154a-4e3b-a668-95d45b5d5a53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 555f25ff-154a-4e3b-a668-95d45b5d5a53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2572223694867258491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468a17fa-04d2-45e2-88be-665905b25a57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 950208ad-12e1-4c4d-a504-2bb5601b7e6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 950208ad-12e1-4c4d-a504-2bb5601b7e6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3450814792358731710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 555f25ff-154a-4e3b-a668-95d45b5d5a53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 527dc37a-6636-43c7-b69e-a4d2e6091b7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 527dc37a-6636-43c7-b69e-a4d2e6091b7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4632650168704081607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 950208ad-12e1-4c4d-a504-2bb5601b7e6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e066a12-ae66-41f9-aa3f-0bbbb2f01cc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e066a12-ae66-41f9-aa3f-0bbbb2f01cc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12781888493120790216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 527dc37a-6636-43c7-b69e-a4d2e6091b7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b25ffe39-1092-4f2c-8e0f-3dc5b345ce37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25ffe39-1092-4f2c-8e0f-3dc5b345ce37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15887092338721335346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e066a12-ae66-41f9-aa3f-0bbbb2f01cc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ad2921d-58c3-46d1-a75c-f12cae477214, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad2921d-58c3-46d1-a75c-f12cae477214, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13174268013230894220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25ffe39-1092-4f2c-8e0f-3dc5b345ce37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 832da9ee-4395-475a-9565-b0485e2162fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 832da9ee-4395-475a-9565-b0485e2162fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1322572669047649724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad2921d-58c3-46d1-a75c-f12cae477214, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50294e2f-5dbf-4f9a-8988-90f40a03ecc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50294e2f-5dbf-4f9a-8988-90f40a03ecc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14724276667487022610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 832da9ee-4395-475a-9565-b0485e2162fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 906ac511-8f2b-4178-80d6-35f36b43b39d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 906ac511-8f2b-4178-80d6-35f36b43b39d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3379279986664371243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50294e2f-5dbf-4f9a-8988-90f40a03ecc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fda497da-d44c-4fbe-aa4c-03de998b14fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fda497da-d44c-4fbe-aa4c-03de998b14fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7020429534684666380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 906ac511-8f2b-4178-80d6-35f36b43b39d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a8ecd9-9045-4408-aaec-e7eaf1cab62f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a8ecd9-9045-4408-aaec-e7eaf1cab62f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7904917454142279324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fda497da-d44c-4fbe-aa4c-03de998b14fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12731085-17e0-4e2f-8ca0-688c6ed35a2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12731085-17e0-4e2f-8ca0-688c6ed35a2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6917411866621163989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a8ecd9-9045-4408-aaec-e7eaf1cab62f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff289070-d51a-4a96-be5a-9b299e9e3b58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff289070-d51a-4a96-be5a-9b299e9e3b58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15306175226774217588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12731085-17e0-4e2f-8ca0-688c6ed35a2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3473bb8-433d-4b45-a626-9289143a5bc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff289070-d51a-4a96-be5a-9b299e9e3b58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3473bb8-433d-4b45-a626-9289143a5bc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5742842367923729302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd938c68-4021-4c7b-b145-ac1cf150c28b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd938c68-4021-4c7b-b145-ac1cf150c28b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186662224942870803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3473bb8-433d-4b45-a626-9289143a5bc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2575ae36-b336-4f58-bd25-97e34e2f6c8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2575ae36-b336-4f58-bd25-97e34e2f6c8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2516484825635293779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd938c68-4021-4c7b-b145-ac1cf150c28b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f848018e-9a0f-4382-add9-2f6632783402, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f848018e-9a0f-4382-add9-2f6632783402, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11290288882027391556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2575ae36-b336-4f58-bd25-97e34e2f6c8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb2e109a-4a1e-4cb0-bae4-d12093910770, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2e109a-4a1e-4cb0-bae4-d12093910770, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1367816345085582832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f848018e-9a0f-4382-add9-2f6632783402, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 777645ad-78a2-4aca-a855-0a7b3886b5cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 777645ad-78a2-4aca-a855-0a7b3886b5cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11731858526459077941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2e109a-4a1e-4cb0-bae4-d12093910770, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c599a240-3a7c-4c72-b43a-28205559af16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c599a240-3a7c-4c72-b43a-28205559af16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1016314370301876303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 777645ad-78a2-4aca-a855-0a7b3886b5cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e4d7b2-8c32-4674-b46e-cb5ba8da3287, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e4d7b2-8c32-4674-b46e-cb5ba8da3287, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16659383645867112041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c599a240-3a7c-4c72-b43a-28205559af16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e4d7b2-8c32-4674-b46e-cb5ba8da3287, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff669044-6b48-4441-8679-12ea72424471, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff669044-6b48-4441-8679-12ea72424471, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183753387901833083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d4845dd-5988-459a-952c-940e4018ad31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d4845dd-5988-459a-952c-940e4018ad31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11186566009306346272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff669044-6b48-4441-8679-12ea72424471, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d4845dd-5988-459a-952c-940e4018ad31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6fc830d-1928-44ef-9bcb-ff8afeb10e7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6fc830d-1928-44ef-9bcb-ff8afeb10e7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10536120464897666097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba9174aa-784e-4c0d-a04c-d95e08810660, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba9174aa-784e-4c0d-a04c-d95e08810660, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3131640847009605664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6fc830d-1928-44ef-9bcb-ff8afeb10e7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28047e00-00f6-490d-b9a5-892382374ad6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28047e00-00f6-490d-b9a5-892382374ad6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10188303001465790731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba9174aa-784e-4c0d-a04c-d95e08810660, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b5f5f58-115d-4d63-aaf1-5baf5815413c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b5f5f58-115d-4d63-aaf1-5baf5815413c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13119314552517210895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28047e00-00f6-490d-b9a5-892382374ad6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b5f5f58-115d-4d63-aaf1-5baf5815413c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9731fec4-9424-46b6-8475-8e081404cd3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3e7f10d-457d-4d5a-9fe1-717a90ddda0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e7f10d-457d-4d5a-9fe1-717a90ddda0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9854379486871550934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9731fec4-9424-46b6-8475-8e081404cd3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6852015557730917809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e7f10d-457d-4d5a-9fe1-717a90ddda0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33564d74-9d22-43f4-bcc1-9dd2bff7cbfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9731fec4-9424-46b6-8475-8e081404cd3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33564d74-9d22-43f4-bcc1-9dd2bff7cbfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049400619759952959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2c8c602-fcbd-4580-9910-2e5adcb7a30e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c8c602-fcbd-4580-9910-2e5adcb7a30e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 815999979082222582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33564d74-9d22-43f4-bcc1-9dd2bff7cbfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbee7892-8234-4c30-af12-77c2a766384e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbee7892-8234-4c30-af12-77c2a766384e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4266515460408322219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c8c602-fcbd-4580-9910-2e5adcb7a30e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5b831aa-b554-4640-97d4-63db3fc7ba88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b831aa-b554-4640-97d4-63db3fc7ba88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2721730875719427030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbee7892-8234-4c30-af12-77c2a766384e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15346ec5-8ea5-46e2-96a9-fba3127e211c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b831aa-b554-4640-97d4-63db3fc7ba88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15346ec5-8ea5-46e2-96a9-fba3127e211c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2164533951950809969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0492a7f-8354-46be-8765-5d75666fa076, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0492a7f-8354-46be-8765-5d75666fa076, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11742526049267801859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15346ec5-8ea5-46e2-96a9-fba3127e211c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c85e0d3e-4f05-4cbf-97e7-ec6215950890, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85e0d3e-4f05-4cbf-97e7-ec6215950890, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8766504173187885968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0492a7f-8354-46be-8765-5d75666fa076, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccd754aa-5541-4877-9e7f-013caa0b4d61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd754aa-5541-4877-9e7f-013caa0b4d61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9472427288773416494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85e0d3e-4f05-4cbf-97e7-ec6215950890, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f70c94-0ca6-435f-b950-04a532438763, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f70c94-0ca6-435f-b950-04a532438763, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18195371927568809782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd754aa-5541-4877-9e7f-013caa0b4d61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bda7ea99-b8c4-4469-a1b0-7a0d335c46ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bda7ea99-b8c4-4469-a1b0-7a0d335c46ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5972381366659388325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f70c94-0ca6-435f-b950-04a532438763, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 188d81d0-6e51-43f4-9099-f534617a47a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 188d81d0-6e51-43f4-9099-f534617a47a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14195920270614910006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bda7ea99-b8c4-4469-a1b0-7a0d335c46ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73cbe5f7-0503-4806-9f21-99fbfeaf70a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73cbe5f7-0503-4806-9f21-99fbfeaf70a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6835533530202110580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 188d81d0-6e51-43f4-9099-f534617a47a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a83c2dad-5d4b-4189-9dd9-95d9a866baf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a83c2dad-5d4b-4189-9dd9-95d9a866baf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8361877597699365423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73cbe5f7-0503-4806-9f21-99fbfeaf70a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42f60851-d77d-46e1-93f5-08691b96699e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f60851-d77d-46e1-93f5-08691b96699e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15282201030283405802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a83c2dad-5d4b-4189-9dd9-95d9a866baf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8883454-cddf-4234-9856-68258ea919c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8883454-cddf-4234-9856-68258ea919c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2800470487962441121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f60851-d77d-46e1-93f5-08691b96699e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75f7a290-9ee3-4419-8c26-c52a5fa096ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75f7a290-9ee3-4419-8c26-c52a5fa096ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4033541313381279408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8883454-cddf-4234-9856-68258ea919c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 322565f6-d724-4c6e-8610-f6fc7c10d5b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75f7a290-9ee3-4419-8c26-c52a5fa096ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322565f6-d724-4c6e-8610-f6fc7c10d5b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13614925853705528433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c36b6fa9-7b7c-430e-bce8-23ec292523f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c36b6fa9-7b7c-430e-bce8-23ec292523f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4282966752127544066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322565f6-d724-4c6e-8610-f6fc7c10d5b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 198b16a3-b22d-4d3d-8eff-04a892bb1695, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198b16a3-b22d-4d3d-8eff-04a892bb1695, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12140358028660547932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c36b6fa9-7b7c-430e-bce8-23ec292523f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ef57e88-d07a-4f48-8140-a4232601f509, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef57e88-d07a-4f48-8140-a4232601f509, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2906063058473996768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198b16a3-b22d-4d3d-8eff-04a892bb1695, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd5a3a3d-61ce-4263-8257-fdfd8bf36a2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5a3a3d-61ce-4263-8257-fdfd8bf36a2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14084962826984637743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef57e88-d07a-4f48-8140-a4232601f509, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 237fdbcc-38c7-46d8-9ad5-1ab0d7048058, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 237fdbcc-38c7-46d8-9ad5-1ab0d7048058, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1556870921304526246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5a3a3d-61ce-4263-8257-fdfd8bf36a2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6c898d0-7acf-41b9-b517-4319e7f3430b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6c898d0-7acf-41b9-b517-4319e7f3430b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1891554074400055697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 237fdbcc-38c7-46d8-9ad5-1ab0d7048058, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0b87438-3d6f-4388-b887-f63c334a417b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0b87438-3d6f-4388-b887-f63c334a417b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2140141003930802844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6c898d0-7acf-41b9-b517-4319e7f3430b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0d7b1d5-e0d2-4a47-a858-4357f7fe0068, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d7b1d5-e0d2-4a47-a858-4357f7fe0068, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6492024722544912489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d7b1d5-e0d2-4a47-a858-4357f7fe0068, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8169e1f-1306-4e37-947b-452c476ae319, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0b87438-3d6f-4388-b887-f63c334a417b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8169e1f-1306-4e37-947b-452c476ae319, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 194666419560406537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0283455-fb4c-41ff-886c-d5c1c4f33bf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0283455-fb4c-41ff-886c-d5c1c4f33bf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10357844196456767139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8169e1f-1306-4e37-947b-452c476ae319, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d4ab1b7-c6c9-4e9d-a802-25472af44d33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4ab1b7-c6c9-4e9d-a802-25472af44d33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13019036099382907856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0283455-fb4c-41ff-886c-d5c1c4f33bf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d4301d-a50a-4e80-864a-abd33071c99e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d4301d-a50a-4e80-864a-abd33071c99e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1947047459763597865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4ab1b7-c6c9-4e9d-a802-25472af44d33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8036f07e-5fc2-41fa-8513-e447b1a17896, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8036f07e-5fc2-41fa-8513-e447b1a17896, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3581265900294771166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d4301d-a50a-4e80-864a-abd33071c99e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff2946a3-fddf-4efc-b1a2-a35c691f830a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff2946a3-fddf-4efc-b1a2-a35c691f830a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14519334197619121461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8036f07e-5fc2-41fa-8513-e447b1a17896, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d0c1f4e-d5c5-490d-bd99-f5802b6aa524, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d0c1f4e-d5c5-490d-bd99-f5802b6aa524, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8359392369916778039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff2946a3-fddf-4efc-b1a2-a35c691f830a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b139bcce-e73e-4300-b1fa-9d81d97e38b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b139bcce-e73e-4300-b1fa-9d81d97e38b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12895384344169150504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d0c1f4e-d5c5-490d-bd99-f5802b6aa524, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4146b77c-6d4b-4b31-a8af-1acb77f002bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4146b77c-6d4b-4b31-a8af-1acb77f002bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3661396226071955634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b139bcce-e73e-4300-b1fa-9d81d97e38b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d04101ea-f5ef-4b57-a2b2-aaba0acd9358, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d04101ea-f5ef-4b57-a2b2-aaba0acd9358, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7814649865847794731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4146b77c-6d4b-4b31-a8af-1acb77f002bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87438f1d-ffbc-4919-b331-c19b3c37b5ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87438f1d-ffbc-4919-b331-c19b3c37b5ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2098109515239341023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d04101ea-f5ef-4b57-a2b2-aaba0acd9358, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34634864-37ed-4fdb-9811-cdfd15b33d27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34634864-37ed-4fdb-9811-cdfd15b33d27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18204078175367028491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87438f1d-ffbc-4919-b331-c19b3c37b5ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 516b94b5-d55a-4e45-942a-acf820674d3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516b94b5-d55a-4e45-942a-acf820674d3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10946517954115834578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34634864-37ed-4fdb-9811-cdfd15b33d27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 546c3782-310b-4b6c-a0c6-343a5dac0f9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546c3782-310b-4b6c-a0c6-343a5dac0f9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4736341037031960173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516b94b5-d55a-4e45-942a-acf820674d3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3a42af9-8efc-4602-8bb3-cc79a0629fd4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a42af9-8efc-4602-8bb3-cc79a0629fd4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12984933539179776165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546c3782-310b-4b6c-a0c6-343a5dac0f9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 664fbcbb-f07f-4474-a2c1-21c36481ce25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664fbcbb-f07f-4474-a2c1-21c36481ce25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14928030011479112307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a42af9-8efc-4602-8bb3-cc79a0629fd4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2de45b0e-6764-43e8-8dee-e27546e95880, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2de45b0e-6764-43e8-8dee-e27546e95880, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1117418513755984990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664fbcbb-f07f-4474-a2c1-21c36481ce25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 303786bc-256d-4afa-838a-9fec4239996d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 303786bc-256d-4afa-838a-9fec4239996d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6431499620586897411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2de45b0e-6764-43e8-8dee-e27546e95880, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32f88f7b-256f-4f2a-aabd-328ca43bc01e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f88f7b-256f-4f2a-aabd-328ca43bc01e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6484890792652077113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 303786bc-256d-4afa-838a-9fec4239996d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c09621a7-c414-4c52-a93e-50c4549528a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09621a7-c414-4c52-a93e-50c4549528a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18329376524584791124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09621a7-c414-4c52-a93e-50c4549528a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1beef3dd-ac34-471d-ae80-0f3053dd7bd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1beef3dd-ac34-471d-ae80-0f3053dd7bd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2235884778675958308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f88f7b-256f-4f2a-aabd-328ca43bc01e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 244ce3d9-d4e8-457a-b216-946e2e8bf40c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 244ce3d9-d4e8-457a-b216-946e2e8bf40c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9498649280438499238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1beef3dd-ac34-471d-ae80-0f3053dd7bd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d0d8e9-dd1f-495e-a7c7-b94f9513805d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d0d8e9-dd1f-495e-a7c7-b94f9513805d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8291580925123105965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 244ce3d9-d4e8-457a-b216-946e2e8bf40c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef440f51-d6fd-4389-8350-e3845e672ccc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef440f51-d6fd-4389-8350-e3845e672ccc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11641221567485146539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d0d8e9-dd1f-495e-a7c7-b94f9513805d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bca6407-62bb-43e6-a611-9c3bd27bfcf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bca6407-62bb-43e6-a611-9c3bd27bfcf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10823008302195011935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef440f51-d6fd-4389-8350-e3845e672ccc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7277088-bc25-4309-9276-a57f4050ed5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7277088-bc25-4309-9276-a57f4050ed5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8523832153005294979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bca6407-62bb-43e6-a611-9c3bd27bfcf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e558ba7-fd05-4f1b-b675-efb583ce51c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e558ba7-fd05-4f1b-b675-efb583ce51c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2693170059881385855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7277088-bc25-4309-9276-a57f4050ed5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dadb47b-e4b0-4056-854c-0a22e1c70e34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dadb47b-e4b0-4056-854c-0a22e1c70e34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13037572737277361470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e558ba7-fd05-4f1b-b675-efb583ce51c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 435de718-0aec-4eef-b599-3f67d0d66c87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435de718-0aec-4eef-b599-3f67d0d66c87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7915740279569204022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dadb47b-e4b0-4056-854c-0a22e1c70e34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdd7dead-fb0c-4d20-8bb2-0565e656e7f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd7dead-fb0c-4d20-8bb2-0565e656e7f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8587354148764221140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd7dead-fb0c-4d20-8bb2-0565e656e7f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be80c309-963f-4bdf-82a4-fa265b511606, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be80c309-963f-4bdf-82a4-fa265b511606, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8981087675548677093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435de718-0aec-4eef-b599-3f67d0d66c87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0ee12bb-0c21-4302-956f-45de0f9854ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0ee12bb-0c21-4302-956f-45de0f9854ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4632817251358051123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be80c309-963f-4bdf-82a4-fa265b511606, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c555b23-4c45-40be-86fd-9ce6f56c9d32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c555b23-4c45-40be-86fd-9ce6f56c9d32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13390121626838968796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0ee12bb-0c21-4302-956f-45de0f9854ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c18cc683-48a5-4aed-9523-f75b13e7cb5b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c18cc683-48a5-4aed-9523-f75b13e7cb5b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17747332111818134344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c555b23-4c45-40be-86fd-9ce6f56c9d32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c18cc683-48a5-4aed-9523-f75b13e7cb5b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1063a1a5-515c-4bca-850c-b6d2e6596134, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3360b499-122a-460b-aedc-978a9b9c82bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3360b499-122a-460b-aedc-978a9b9c82bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3162718481348697301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1063a1a5-515c-4bca-850c-b6d2e6596134, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1448362120805528846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3360b499-122a-460b-aedc-978a9b9c82bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b485420a-0f5d-4bb2-aeaa-775200174d89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b485420a-0f5d-4bb2-aeaa-775200174d89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3598186034169842843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1063a1a5-515c-4bca-850c-b6d2e6596134, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eddcd0b-faa7-4ca5-9ce0-f50e1e9bbe39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eddcd0b-faa7-4ca5-9ce0-f50e1e9bbe39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3292834568011346687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b485420a-0f5d-4bb2-aeaa-775200174d89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e8df386-4412-4a09-84c4-1b5d59e38fcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e8df386-4412-4a09-84c4-1b5d59e38fcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4732009126905207495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eddcd0b-faa7-4ca5-9ce0-f50e1e9bbe39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4141d818-666b-45d9-8b1b-0279c283c969, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4141d818-666b-45d9-8b1b-0279c283c969, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16039879792059689193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e8df386-4412-4a09-84c4-1b5d59e38fcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fd491c4-3f79-4a98-8cb7-74aeb1a00770, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fd491c4-3f79-4a98-8cb7-74aeb1a00770, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3136166172422844680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4141d818-666b-45d9-8b1b-0279c283c969, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c62dc9a1-6625-41a5-b8f6-8e1e08ddf6c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62dc9a1-6625-41a5-b8f6-8e1e08ddf6c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6780541628143409915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fd491c4-3f79-4a98-8cb7-74aeb1a00770, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f384e1e5-bab1-4c05-97c3-5e020e51a404, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f384e1e5-bab1-4c05-97c3-5e020e51a404, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6985670752022915657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62dc9a1-6625-41a5-b8f6-8e1e08ddf6c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 317ad385-21a8-46e2-a944-19ac0ebbe038, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 317ad385-21a8-46e2-a944-19ac0ebbe038, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14651690662610978126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f384e1e5-bab1-4c05-97c3-5e020e51a404, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea48060e-c843-4b3c-bb67-64b0ab32fc23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea48060e-c843-4b3c-bb67-64b0ab32fc23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4125168016423201059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 317ad385-21a8-46e2-a944-19ac0ebbe038, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9970f8f3-9292-4692-9cad-9c242df9f6fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9970f8f3-9292-4692-9cad-9c242df9f6fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14671098686519821285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea48060e-c843-4b3c-bb67-64b0ab32fc23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b6a1df-2fb4-4a65-ae9c-f6eea9cd02a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b6a1df-2fb4-4a65-ae9c-f6eea9cd02a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3261514748075936747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9970f8f3-9292-4692-9cad-9c242df9f6fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d283aca-3cd6-45bc-8f5b-b47229efd1ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d283aca-3cd6-45bc-8f5b-b47229efd1ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3337675965465632701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b6a1df-2fb4-4a65-ae9c-f6eea9cd02a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6aa7360-cf25-41ad-98b9-c7d27e494108, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6aa7360-cf25-41ad-98b9-c7d27e494108, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2326937220765132527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d283aca-3cd6-45bc-8f5b-b47229efd1ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b9ad399-91e8-44d9-8812-925da89316e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b9ad399-91e8-44d9-8812-925da89316e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2659117023737384514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6aa7360-cf25-41ad-98b9-c7d27e494108, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc936ad3-840a-421f-a571-d4bec3f2a701, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc936ad3-840a-421f-a571-d4bec3f2a701, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6898715268032843935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b9ad399-91e8-44d9-8812-925da89316e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 082ced93-578e-4350-9b2b-3b10516b32cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc936ad3-840a-421f-a571-d4bec3f2a701, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 082ced93-578e-4350-9b2b-3b10516b32cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12696140237573114229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 292606c9-3530-446d-83c6-e19669cf6b43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 292606c9-3530-446d-83c6-e19669cf6b43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7832670982677457346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 082ced93-578e-4350-9b2b-3b10516b32cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24216646-f867-475a-a8be-f9e4312b938c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24216646-f867-475a-a8be-f9e4312b938c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 450133322508430512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 292606c9-3530-446d-83c6-e19669cf6b43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf402f0b-d4e7-4442-9c1b-20e68eaa4633, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf402f0b-d4e7-4442-9c1b-20e68eaa4633, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16555903006625906994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24216646-f867-475a-a8be-f9e4312b938c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52205d45-bbff-4dc2-938d-917f82af02cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52205d45-bbff-4dc2-938d-917f82af02cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17913722548371058654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf402f0b-d4e7-4442-9c1b-20e68eaa4633, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca2afb4b-0513-4d12-ad52-91546d4660df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2afb4b-0513-4d12-ad52-91546d4660df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315144251196509679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52205d45-bbff-4dc2-938d-917f82af02cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e64e158-a719-4d8a-9f43-3503cd2126d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e64e158-a719-4d8a-9f43-3503cd2126d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5561228059312557394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2afb4b-0513-4d12-ad52-91546d4660df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ed4411b-1b31-41b0-a997-6fc3efc54a2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed4411b-1b31-41b0-a997-6fc3efc54a2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2424187322509940422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e64e158-a719-4d8a-9f43-3503cd2126d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9af4abfd-2a74-435d-830b-a3dbc67a51c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed4411b-1b31-41b0-a997-6fc3efc54a2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af4abfd-2a74-435d-830b-a3dbc67a51c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2465864763236364397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 491473b3-d65b-45a4-88c5-3bc2d2b93a12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491473b3-d65b-45a4-88c5-3bc2d2b93a12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9571896446364303560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af4abfd-2a74-435d-830b-a3dbc67a51c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d17e1e3-0c2d-4c45-a387-4176e9e78913, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d17e1e3-0c2d-4c45-a387-4176e9e78913, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18020173396588282501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491473b3-d65b-45a4-88c5-3bc2d2b93a12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad6860a9-3b7b-4783-846b-809bdf9e8dcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad6860a9-3b7b-4783-846b-809bdf9e8dcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166418410291507570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d17e1e3-0c2d-4c45-a387-4176e9e78913, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 160cb59d-c10f-43d3-bd44-1ff6bc86e369, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 160cb59d-c10f-43d3-bd44-1ff6bc86e369, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17170354366177903134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad6860a9-3b7b-4783-846b-809bdf9e8dcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90a16682-a1b9-4b2a-a535-199e2fc52008, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90a16682-a1b9-4b2a-a535-199e2fc52008, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9262657521868268006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 160cb59d-c10f-43d3-bd44-1ff6bc86e369, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d959870d-a110-4ca8-a2bd-caf1f13a98ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d959870d-a110-4ca8-a2bd-caf1f13a98ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14782459860724154094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90a16682-a1b9-4b2a-a535-199e2fc52008, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49e92345-4822-49c7-b18c-f50b442d6b62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e92345-4822-49c7-b18c-f50b442d6b62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6747815308711870176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d959870d-a110-4ca8-a2bd-caf1f13a98ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e92345-4822-49c7-b18c-f50b442d6b62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0161ee4-6d08-48d3-9570-bea3baffc513, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa0dc071-ff34-4ef5-aea8-4b6b01cbc804, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0dc071-ff34-4ef5-aea8-4b6b01cbc804, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16533533064777242990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0161ee4-6d08-48d3-9570-bea3baffc513, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16497451817173237027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0dc071-ff34-4ef5-aea8-4b6b01cbc804, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 560f7236-6cf4-46a0-8282-d0026bf55552, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 560f7236-6cf4-46a0-8282-d0026bf55552, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11568122460157602026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0161ee4-6d08-48d3-9570-bea3baffc513, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc550200-19e6-416a-8071-6db5438f7938, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc550200-19e6-416a-8071-6db5438f7938, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2728961148444776589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 560f7236-6cf4-46a0-8282-d0026bf55552, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b026966-5351-4ee9-9667-dc48a2ecb5d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b026966-5351-4ee9-9667-dc48a2ecb5d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15219406523898008804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc550200-19e6-416a-8071-6db5438f7938, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20ea9333-dce9-427a-99e8-0fdd99a994eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ea9333-dce9-427a-99e8-0fdd99a994eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9256309928249467127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b026966-5351-4ee9-9667-dc48a2ecb5d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a26c763a-8e6f-4309-bacf-75b94f51eaa7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ea9333-dce9-427a-99e8-0fdd99a994eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a26c763a-8e6f-4309-bacf-75b94f51eaa7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 49345371311625812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4934537131162581249345371311625812493453713116258124934537131162581249345371311625812493453713116258124934537131162581249345371311625812493453713116258124934537131162581249345371311625812493453713116258124934537131162581249345371311625812493453713116258124934537131162581249345371311625812493453713116258124934537131162581249345371311625812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d25d3c38-0bad-41ff-abc7-34001ac6ac40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d25d3c38-0bad-41ff-abc7-34001ac6ac40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2391830828224513110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a26c763a-8e6f-4309-bacf-75b94f51eaa7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d25d3c38-0bad-41ff-abc7-34001ac6ac40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8133962-0d85-401e-81d8-e15e0408a273, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a35505c3-e528-47d8-b7ad-191f9dda9624, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35505c3-e528-47d8-b7ad-191f9dda9624, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7229071233905061062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8133962-0d85-401e-81d8-e15e0408a273, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18264896942750019531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35505c3-e528-47d8-b7ad-191f9dda9624, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bc785a4-1c75-48ff-baf6-4850e31ef505, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc785a4-1c75-48ff-baf6-4850e31ef505, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17464321121835661291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8133962-0d85-401e-81d8-e15e0408a273, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8cb7de6-7c88-4478-9798-2abc5badde2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8cb7de6-7c88-4478-9798-2abc5badde2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17812554509170185512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc785a4-1c75-48ff-baf6-4850e31ef505, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56a243f9-ed82-437e-a274-a5299e8d1da9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a243f9-ed82-437e-a274-a5299e8d1da9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5762247469850589016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8cb7de6-7c88-4478-9798-2abc5badde2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e57599b-d7a9-4fe6-ac2e-cc594a5a5568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e57599b-d7a9-4fe6-ac2e-cc594a5a5568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10433497500589615586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a243f9-ed82-437e-a274-a5299e8d1da9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98da7921-17b9-49da-9de0-48b586dd1c88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98da7921-17b9-49da-9de0-48b586dd1c88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13819179261576687456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e57599b-d7a9-4fe6-ac2e-cc594a5a5568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11ec40e9-bc96-4289-a50d-e0ddae0bdaf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ec40e9-bc96-4289-a50d-e0ddae0bdaf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3672461851625631260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98da7921-17b9-49da-9de0-48b586dd1c88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fc32fca-5a12-44b9-ba97-e6b17f92cbab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc32fca-5a12-44b9-ba97-e6b17f92cbab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8249143346847648964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ec40e9-bc96-4289-a50d-e0ddae0bdaf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83bcc432-8a7c-4502-8062-966680ff57a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83bcc432-8a7c-4502-8062-966680ff57a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13940323794327209852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc32fca-5a12-44b9-ba97-e6b17f92cbab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 041eeb0a-164f-4d32-b9f7-e287befed49d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041eeb0a-164f-4d32-b9f7-e287befed49d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13278750560336383715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83bcc432-8a7c-4502-8062-966680ff57a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6eaafac-856f-49e1-a5cd-aa96f807e7de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6eaafac-856f-49e1-a5cd-aa96f807e7de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498235518335445442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041eeb0a-164f-4d32-b9f7-e287befed49d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1a64e1c-95bc-4fb5-933f-b2a93c6fe012, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a64e1c-95bc-4fb5-933f-b2a93c6fe012, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 282006893389528090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6eaafac-856f-49e1-a5cd-aa96f807e7de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26ca024-0bb4-4dc5-891c-e3c76e15fb7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26ca024-0bb4-4dc5-891c-e3c76e15fb7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17262944860830269797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a64e1c-95bc-4fb5-933f-b2a93c6fe012, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05599d05-62c2-4e84-9ba6-281ec41d39c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05599d05-62c2-4e84-9ba6-281ec41d39c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 804982770064724172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26ca024-0bb4-4dc5-891c-e3c76e15fb7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cce0e8e-dd8f-467e-a78d-e0c7366a0bc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cce0e8e-dd8f-467e-a78d-e0c7366a0bc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3833489730263176151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05599d05-62c2-4e84-9ba6-281ec41d39c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae596dd2-e448-49a1-9679-cc92a0260d45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae596dd2-e448-49a1-9679-cc92a0260d45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15043646744736747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504364674473674715043646744736747150436467447367471504364674473674715043646744736747150436467447367471504364674473674715043646744736747150436467447367471504364674473674715043646744736747150436467447367471504364674473674715043646744736747150436467447367471504364674473674715043646744736747150436467447367471504364674473674715043646744736747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cce0e8e-dd8f-467e-a78d-e0c7366a0bc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed4ecd29-21be-4978-9d98-001b11c4b53c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed4ecd29-21be-4978-9d98-001b11c4b53c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4725785553645741921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae596dd2-e448-49a1-9679-cc92a0260d45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed4ecd29-21be-4978-9d98-001b11c4b53c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2cbace8-4c2d-4d82-a5da-bdfa686ea685, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2cbace8-4c2d-4d82-a5da-bdfa686ea685, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15937242394025245736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6450fd28-370d-4a2b-ac75-d32f9545671a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6450fd28-370d-4a2b-ac75-d32f9545671a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8269448379437442946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2cbace8-4c2d-4d82-a5da-bdfa686ea685, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0992fd1-aac1-40bf-930c-563e098619b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0992fd1-aac1-40bf-930c-563e098619b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4600898043967740883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6450fd28-370d-4a2b-ac75-d32f9545671a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44507de0-c3cb-41c6-bc69-45a4ed55ea87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44507de0-c3cb-41c6-bc69-45a4ed55ea87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12010857813676774644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44507de0-c3cb-41c6-bc69-45a4ed55ea87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49fa8ef2-399a-4a3f-a3e6-ea4c00098ca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49fa8ef2-399a-4a3f-a3e6-ea4c00098ca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6247596657549870832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0992fd1-aac1-40bf-930c-563e098619b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1260ab45-31c0-4a85-9433-c1623e0dd64e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1260ab45-31c0-4a85-9433-c1623e0dd64e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11390409981262573659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49fa8ef2-399a-4a3f-a3e6-ea4c00098ca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddbfab6c-3684-4e5f-b32e-3857e526252a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddbfab6c-3684-4e5f-b32e-3857e526252a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17342693058727193988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddbfab6c-3684-4e5f-b32e-3857e526252a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2209149-ada6-4a6c-b0de-82bd15ac40fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1260ab45-31c0-4a85-9433-c1623e0dd64e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2209149-ada6-4a6c-b0de-82bd15ac40fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5198986988475859087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0628f786-76e8-40eb-bbcc-addd76409cda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0628f786-76e8-40eb-bbcc-addd76409cda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15438934868077350036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2209149-ada6-4a6c-b0de-82bd15ac40fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2abc26-1241-41cb-abc6-cb0739156811, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2abc26-1241-41cb-abc6-cb0739156811, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8717569874862624235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0628f786-76e8-40eb-bbcc-addd76409cda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed933b37-3370-4453-bb9f-3f36f43fb269, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed933b37-3370-4453-bb9f-3f36f43fb269, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9851127001120766766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2abc26-1241-41cb-abc6-cb0739156811, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c227e8-6848-46da-9d0d-d917e07c5f6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c227e8-6848-46da-9d0d-d917e07c5f6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9763294573602301664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed933b37-3370-4453-bb9f-3f36f43fb269, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c4f945-9ce2-40c7-9b74-1a11b014fc55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c4f945-9ce2-40c7-9b74-1a11b014fc55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7142399578499065037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c227e8-6848-46da-9d0d-d917e07c5f6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c4f945-9ce2-40c7-9b74-1a11b014fc55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dea6db6-7ba7-413b-a389-9f75d28dcb75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc00ddcb-1d16-47b3-9ee5-fea66a2a9590, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dea6db6-7ba7-413b-a389-9f75d28dcb75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5091845519265228632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc00ddcb-1d16-47b3-9ee5-fea66a2a9590, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5564703572639210565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc00ddcb-1d16-47b3-9ee5-fea66a2a9590, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dea6db6-7ba7-413b-a389-9f75d28dcb75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8578196f-d9d0-475c-9062-5d9a18c1b923, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8578196f-d9d0-475c-9062-5d9a18c1b923, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16640557647593628391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b0521d3-dc3c-47f2-afca-ace04b218bb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b0521d3-dc3c-47f2-afca-ace04b218bb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2928451744978717367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8578196f-d9d0-475c-9062-5d9a18c1b923, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4383654b-c2d0-4034-abbe-12509330b647, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4383654b-c2d0-4034-abbe-12509330b647, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274220469864725363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b0521d3-dc3c-47f2-afca-ace04b218bb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c2765f1-cd3b-437d-8e23-0624af762451, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c2765f1-cd3b-437d-8e23-0624af762451, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13790026247215308491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4383654b-c2d0-4034-abbe-12509330b647, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5853e79d-59a7-4b73-836d-2941c0a727de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5853e79d-59a7-4b73-836d-2941c0a727de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16854880941303120582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c2765f1-cd3b-437d-8e23-0624af762451, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80392cb2-1fb3-4396-b231-200c360783da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80392cb2-1fb3-4396-b231-200c360783da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 462312340151080333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5853e79d-59a7-4b73-836d-2941c0a727de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b8e6b7c-66c9-471d-acc2-fa8c6e62c054, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8e6b7c-66c9-471d-acc2-fa8c6e62c054, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1397159378747025236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8e6b7c-66c9-471d-acc2-fa8c6e62c054, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81c1ca59-23a5-4d99-bc58-ff5178aef87f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c1ca59-23a5-4d99-bc58-ff5178aef87f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4903971072783531399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80392cb2-1fb3-4396-b231-200c360783da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa55731c-c67a-4f47-9605-52da40a1911d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa55731c-c67a-4f47-9605-52da40a1911d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11801106251278378614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c1ca59-23a5-4d99-bc58-ff5178aef87f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edbea372-1e75-473d-8930-4ecb4c2517d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edbea372-1e75-473d-8930-4ecb4c2517d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15233170600734635903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa55731c-c67a-4f47-9605-52da40a1911d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 922e9e7c-8d65-4fca-a58a-a422cd570c71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922e9e7c-8d65-4fca-a58a-a422cd570c71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4133944096864996938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edbea372-1e75-473d-8930-4ecb4c2517d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43254fb3-6079-4f17-928e-6e03eae448cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43254fb3-6079-4f17-928e-6e03eae448cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3761404941799497516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922e9e7c-8d65-4fca-a58a-a422cd570c71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9344be1c-0380-4ac4-8c49-f2bb7497ba76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9344be1c-0380-4ac4-8c49-f2bb7497ba76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8113918180515276215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43254fb3-6079-4f17-928e-6e03eae448cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6279c14-0275-4f6d-b619-451d97be0fc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6279c14-0275-4f6d-b619-451d97be0fc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12723689227558696986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9344be1c-0380-4ac4-8c49-f2bb7497ba76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40a9c792-25d0-4ad6-9f9c-44c55685749e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40a9c792-25d0-4ad6-9f9c-44c55685749e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9759084955070447735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6279c14-0275-4f6d-b619-451d97be0fc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74ac50b0-daa3-4972-b8d9-5a8461f712dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ac50b0-daa3-4972-b8d9-5a8461f712dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11359430306844902149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40a9c792-25d0-4ad6-9f9c-44c55685749e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2669167f-2cad-4473-9776-569cce212622, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2669167f-2cad-4473-9776-569cce212622, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11540632621500290793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ac50b0-daa3-4972-b8d9-5a8461f712dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d4193ab-3347-4342-9a4c-85c228fd1238, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d4193ab-3347-4342-9a4c-85c228fd1238, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 300258301371101830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2669167f-2cad-4473-9776-569cce212622, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc5a0e8-eb31-4ebc-823f-78c95ad7fe8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc5a0e8-eb31-4ebc-823f-78c95ad7fe8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13476787800210714316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d4193ab-3347-4342-9a4c-85c228fd1238, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9111394d-60eb-4c5f-88b2-d4d62d88f06b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9111394d-60eb-4c5f-88b2-d4d62d88f06b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 343521182541505029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc5a0e8-eb31-4ebc-823f-78c95ad7fe8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cef82f9-d5fd-46ca-b87c-5bcb497a2973, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cef82f9-d5fd-46ca-b87c-5bcb497a2973, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5346716775815531260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9111394d-60eb-4c5f-88b2-d4d62d88f06b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3b965e6-ddc5-4263-84c5-c6ef64156cf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b965e6-ddc5-4263-84c5-c6ef64156cf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6569345296067678088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cef82f9-d5fd-46ca-b87c-5bcb497a2973, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a50258d-bbb4-4fd3-a4f4-bc09e2c39eca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a50258d-bbb4-4fd3-a4f4-bc09e2c39eca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16840822247619837286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b965e6-ddc5-4263-84c5-c6ef64156cf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f076bc8-1906-4562-a4c5-2d1ab648ad34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f076bc8-1906-4562-a4c5-2d1ab648ad34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13188752914735899129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a50258d-bbb4-4fd3-a4f4-bc09e2c39eca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0104e45e-95db-4991-b631-029ae9d59b38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0104e45e-95db-4991-b631-029ae9d59b38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8157789095850722813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f076bc8-1906-4562-a4c5-2d1ab648ad34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3043d2d2-76c9-4614-a3bf-0ef785f9823b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3043d2d2-76c9-4614-a3bf-0ef785f9823b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6481530181774954932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0104e45e-95db-4991-b631-029ae9d59b38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee4a787-f9bf-43e0-bba6-7adc166c3e32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee4a787-f9bf-43e0-bba6-7adc166c3e32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12396765967380185865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3043d2d2-76c9-4614-a3bf-0ef785f9823b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018a026d-6a21-4dab-be5f-f8f31a3e5fdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018a026d-6a21-4dab-be5f-f8f31a3e5fdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4697960480765251933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee4a787-f9bf-43e0-bba6-7adc166c3e32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61763482-c32f-4b73-b3e1-c9b6dcda9f41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61763482-c32f-4b73-b3e1-c9b6dcda9f41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15860386596686120856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018a026d-6a21-4dab-be5f-f8f31a3e5fdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb00dab-9a7a-48b8-bc39-300f7e9d956b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb00dab-9a7a-48b8-bc39-300f7e9d956b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 281311148186050725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61763482-c32f-4b73-b3e1-c9b6dcda9f41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1352ee1f-7b19-4fe1-8bc7-2c0d66cf68ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1352ee1f-7b19-4fe1-8bc7-2c0d66cf68ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 871287613568429141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb00dab-9a7a-48b8-bc39-300f7e9d956b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7188b34-9689-4bb7-a35d-e1005367ca80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7188b34-9689-4bb7-a35d-e1005367ca80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8463904260175987274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1352ee1f-7b19-4fe1-8bc7-2c0d66cf68ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c7d0f8-4379-4118-a9aa-397a6954b2b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c7d0f8-4379-4118-a9aa-397a6954b2b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16367211110188533104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7188b34-9689-4bb7-a35d-e1005367ca80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 942d10aa-97e8-42e7-95a6-2f0f570228d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 942d10aa-97e8-42e7-95a6-2f0f570228d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 472735249531736544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c7d0f8-4379-4118-a9aa-397a6954b2b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0e704e1-cd72-46af-8cad-505d2ad34359, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e704e1-cd72-46af-8cad-505d2ad34359, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1453419509699714400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 942d10aa-97e8-42e7-95a6-2f0f570228d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e704e1-cd72-46af-8cad-505d2ad34359, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f16dda4-b66d-4eaa-8ac1-15807298f799, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6ab6941-1abf-4574-bac8-65546342e80d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f16dda4-b66d-4eaa-8ac1-15807298f799, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9743179138865653865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ab6941-1abf-4574-bac8-65546342e80d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9478847936920073330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f16dda4-b66d-4eaa-8ac1-15807298f799, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f7375c0-47e1-4261-86cd-37775ac4ef93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7375c0-47e1-4261-86cd-37775ac4ef93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14308477513103562466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ab6941-1abf-4574-bac8-65546342e80d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4dbddd9-219d-4a1d-9eaa-3745e27d008d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4dbddd9-219d-4a1d-9eaa-3745e27d008d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6105150506014498840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4dbddd9-219d-4a1d-9eaa-3745e27d008d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7375c0-47e1-4261-86cd-37775ac4ef93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb5e4cba-5b5a-42ed-ae2c-bd125f591bd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c52ddca-7732-4460-8627-235fd7fca5ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5e4cba-5b5a-42ed-ae2c-bd125f591bd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5793513848282590740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c52ddca-7732-4460-8627-235fd7fca5ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791918122669214836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5e4cba-5b5a-42ed-ae2c-bd125f591bd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3b6eaca-0651-4ce5-986c-9e80351ccdcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b6eaca-0651-4ce5-986c-9e80351ccdcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11076022269502626142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c52ddca-7732-4460-8627-235fd7fca5ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d80da94b-0f9a-41f1-a385-369143587949, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80da94b-0f9a-41f1-a385-369143587949, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16223947150130308908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b6eaca-0651-4ce5-986c-9e80351ccdcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c218e0-1858-422b-a809-7f94557747bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c218e0-1858-422b-a809-7f94557747bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5415241549372530373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80da94b-0f9a-41f1-a385-369143587949, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f50d49e7-9496-45f8-a5c4-b3a200a78ddb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f50d49e7-9496-45f8-a5c4-b3a200a78ddb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17398748355714700323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c218e0-1858-422b-a809-7f94557747bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7dcb222-9288-4eb2-8703-915140632072, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7dcb222-9288-4eb2-8703-915140632072, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14353334085414900143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f50d49e7-9496-45f8-a5c4-b3a200a78ddb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 317d50b5-c090-40c2-afb2-98db1184ae9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 317d50b5-c090-40c2-afb2-98db1184ae9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9226328232497207036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7dcb222-9288-4eb2-8703-915140632072, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff7934a7-206c-4ad8-b88e-1df7bccbd431, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff7934a7-206c-4ad8-b88e-1df7bccbd431, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7636848365642862351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 317d50b5-c090-40c2-afb2-98db1184ae9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c9e88ae-2a76-49b0-900a-134b8cbb184a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9e88ae-2a76-49b0-900a-134b8cbb184a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5250466050967363627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff7934a7-206c-4ad8-b88e-1df7bccbd431, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28fd0f48-1325-462b-bf31-69334a468d98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28fd0f48-1325-462b-bf31-69334a468d98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 97073290612715540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9707329061271554097073290612715540970732906127155409707329061271554097073290612715540970732906127155409707329061271554097073290612715540970732906127155409707329061271554097073290612715540970732906127155409707329061271554097073290612715540970732906127155409707329061271554097073290612715540970732906127155409707329061271554097073290612715540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9e88ae-2a76-49b0-900a-134b8cbb184a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54a6ec25-1301-4df0-8ad2-94cc4d53bdbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a6ec25-1301-4df0-8ad2-94cc4d53bdbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603084992067424999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28fd0f48-1325-462b-bf31-69334a468d98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb940083-36ba-4d67-9148-2765ee2f6821, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb940083-36ba-4d67-9148-2765ee2f6821, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449140587559943677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a6ec25-1301-4df0-8ad2-94cc4d53bdbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3e3aa90-5a16-4a85-8021-6c057847a2c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e3aa90-5a16-4a85-8021-6c057847a2c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12197651429772550963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb940083-36ba-4d67-9148-2765ee2f6821, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5e9ded-19d3-4ac9-adad-d6673e244ad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5e9ded-19d3-4ac9-adad-d6673e244ad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16523663361617633422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e3aa90-5a16-4a85-8021-6c057847a2c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4a351f-2291-4879-a96f-88ecee548e50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4a351f-2291-4879-a96f-88ecee548e50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13344506363825592459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5e9ded-19d3-4ac9-adad-d6673e244ad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de049077-71c1-48ea-ab36-30709e6ef596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de049077-71c1-48ea-ab36-30709e6ef596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9450075902129970854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4a351f-2291-4879-a96f-88ecee548e50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfad92ab-40bf-4d74-9232-21166be3e4d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfad92ab-40bf-4d74-9232-21166be3e4d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9308463559758787597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de049077-71c1-48ea-ab36-30709e6ef596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4563bfbb-385b-422a-a5ae-2567c0053469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4563bfbb-385b-422a-a5ae-2567c0053469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6061627459257459385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfad92ab-40bf-4d74-9232-21166be3e4d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb50015b-1889-4456-881f-5ebe9737b696, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb50015b-1889-4456-881f-5ebe9737b696, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8576014091640728653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4563bfbb-385b-422a-a5ae-2567c0053469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c9f1f00-db26-4c09-ad2a-6e08eb49c255, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9f1f00-db26-4c09-ad2a-6e08eb49c255, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7261697470564046490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb50015b-1889-4456-881f-5ebe9737b696, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6365eb8-0ee8-4928-8ef8-866ba8c2335a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6365eb8-0ee8-4928-8ef8-866ba8c2335a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 838859666654765033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9f1f00-db26-4c09-ad2a-6e08eb49c255, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c431def-6078-4874-bfb6-68f7e455a6ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c431def-6078-4874-bfb6-68f7e455a6ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7798371156619683325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6365eb8-0ee8-4928-8ef8-866ba8c2335a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f193be-70cf-468f-89a3-55f0800d491c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f193be-70cf-468f-89a3-55f0800d491c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7099497088904394342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c431def-6078-4874-bfb6-68f7e455a6ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bad9f7fc-2c7b-4507-afdb-c027fa75c86c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bad9f7fc-2c7b-4507-afdb-c027fa75c86c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2107604822753863540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f193be-70cf-468f-89a3-55f0800d491c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48875d48-f4d7-4b05-a235-cc2926491e47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48875d48-f4d7-4b05-a235-cc2926491e47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1642868501580178461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48875d48-f4d7-4b05-a235-cc2926491e47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddb32c2e-b7ab-4b5f-a21a-70819b2d4cb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb32c2e-b7ab-4b5f-a21a-70819b2d4cb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6482494244580290392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb32c2e-b7ab-4b5f-a21a-70819b2d4cb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c770c5c4-7f47-40b4-bc28-1228d7b982f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c770c5c4-7f47-40b4-bc28-1228d7b982f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10697733471925703332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bad9f7fc-2c7b-4507-afdb-c027fa75c86c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50718cdf-5b74-4983-8515-bf37b7c544f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50718cdf-5b74-4983-8515-bf37b7c544f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9084168693971368736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c770c5c4-7f47-40b4-bc28-1228d7b982f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f452ff9e-8f45-4dfc-b8f9-286e2a1c256e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f452ff9e-8f45-4dfc-b8f9-286e2a1c256e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3245454278135615109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50718cdf-5b74-4983-8515-bf37b7c544f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 507269ed-3303-44a1-b45c-52fe46010105, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 507269ed-3303-44a1-b45c-52fe46010105, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 921709490047367284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f452ff9e-8f45-4dfc-b8f9-286e2a1c256e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d873ee77-aab2-4da9-bea5-a9c0f0c9ba2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d873ee77-aab2-4da9-bea5-a9c0f0c9ba2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1667426921163993599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 507269ed-3303-44a1-b45c-52fe46010105, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d873ee77-aab2-4da9-bea5-a9c0f0c9ba2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15600d76-4418-4ec5-b1e9-43176b4397e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15600d76-4418-4ec5-b1e9-43176b4397e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 866332935109793890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd973a0e-e9a7-4b9c-ab9a-b24575f9017d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15600d76-4418-4ec5-b1e9-43176b4397e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd973a0e-e9a7-4b9c-ab9a-b24575f9017d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16955442282404758960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49fabacf-f1c1-4b47-88a5-5cb6179ce282, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49fabacf-f1c1-4b47-88a5-5cb6179ce282, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8086878013752767089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd973a0e-e9a7-4b9c-ab9a-b24575f9017d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99e1f68e-749b-4044-9cfa-6ca6ccd6e5c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99e1f68e-749b-4044-9cfa-6ca6ccd6e5c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8725911792050325177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49fabacf-f1c1-4b47-88a5-5cb6179ce282, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb5af62d-1441-4d47-b0e2-66af85ceaa97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb5af62d-1441-4d47-b0e2-66af85ceaa97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1744945756145597059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99e1f68e-749b-4044-9cfa-6ca6ccd6e5c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb5af62d-1441-4d47-b0e2-66af85ceaa97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8979eb0-b5ad-4737-aece-80885689cb40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8979eb0-b5ad-4737-aece-80885689cb40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12939312416584399260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 663312f0-8e31-472d-a0d8-00fad2d9cb2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 663312f0-8e31-472d-a0d8-00fad2d9cb2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8552099992826392580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8979eb0-b5ad-4737-aece-80885689cb40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2521f942-3d7d-4ac0-8711-84345408ddfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2521f942-3d7d-4ac0-8711-84345408ddfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5786874596990663059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 663312f0-8e31-472d-a0d8-00fad2d9cb2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a090af79-a70f-4e78-8958-0f91281bd03b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a090af79-a70f-4e78-8958-0f91281bd03b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904422443819398332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2521f942-3d7d-4ac0-8711-84345408ddfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f640def-9c19-4365-9351-8404bd02bd93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a090af79-a70f-4e78-8958-0f91281bd03b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f640def-9c19-4365-9351-8404bd02bd93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 163691956972255507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bab853c3-0f24-4942-b6eb-36d33a7a12fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bab853c3-0f24-4942-b6eb-36d33a7a12fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2430072325105256185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f640def-9c19-4365-9351-8404bd02bd93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8959490-bbe3-458d-b610-da88d13ffb8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8959490-bbe3-458d-b610-da88d13ffb8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14418502931940826206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bab853c3-0f24-4942-b6eb-36d33a7a12fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 452bd8db-4be2-47ba-95ad-72b4ddaa6b8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452bd8db-4be2-47ba-95ad-72b4ddaa6b8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15854122362363221947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8959490-bbe3-458d-b610-da88d13ffb8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452bd8db-4be2-47ba-95ad-72b4ddaa6b8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f141e678-fb4e-4169-a0ea-1a0be209faef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f141e678-fb4e-4169-a0ea-1a0be209faef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9939356342724491731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd19d73c-4739-43a0-9101-ffd42f8bd725, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd19d73c-4739-43a0-9101-ffd42f8bd725, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6463607545683156196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f141e678-fb4e-4169-a0ea-1a0be209faef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b99157c-1b91-4aec-a22f-fa6e6500ff4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b99157c-1b91-4aec-a22f-fa6e6500ff4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11623500092055934611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd19d73c-4739-43a0-9101-ffd42f8bd725, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ee8d606-63b3-44b3-b0e1-a4fce936f1c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee8d606-63b3-44b3-b0e1-a4fce936f1c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1286305410171123533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b99157c-1b91-4aec-a22f-fa6e6500ff4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6d717dc-3fc1-46d6-9ef5-517895e10885, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d717dc-3fc1-46d6-9ef5-517895e10885, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9147981805323510425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee8d606-63b3-44b3-b0e1-a4fce936f1c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3439093-4a9a-43c8-a889-c4811de9c658, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3439093-4a9a-43c8-a889-c4811de9c658, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2191614916732418322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d717dc-3fc1-46d6-9ef5-517895e10885, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a2c3e92-8080-4370-8404-211ca1fd86b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2c3e92-8080-4370-8404-211ca1fd86b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1694453752098504156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3439093-4a9a-43c8-a889-c4811de9c658, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42112302-1fd0-4289-b38d-99305f268499, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42112302-1fd0-4289-b38d-99305f268499, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2841313579452555952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2c3e92-8080-4370-8404-211ca1fd86b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f83b2044-fe7e-444c-8f33-e8af77d8bc40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f83b2044-fe7e-444c-8f33-e8af77d8bc40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6465455559383251052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42112302-1fd0-4289-b38d-99305f268499, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e1e5f7c-9b61-4000-82a7-5de4fc4cfee2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1e5f7c-9b61-4000-82a7-5de4fc4cfee2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 874706258909748959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f83b2044-fe7e-444c-8f33-e8af77d8bc40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 918d3691-72a1-4b11-824e-ee8df6340a10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 918d3691-72a1-4b11-824e-ee8df6340a10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10308949096137862412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1e5f7c-9b61-4000-82a7-5de4fc4cfee2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97e43ed6-97a2-4d52-909e-c6f2197dd492, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e43ed6-97a2-4d52-909e-c6f2197dd492, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2755626348878754904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 918d3691-72a1-4b11-824e-ee8df6340a10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0115c7a4-9f35-4fde-af12-90acb684d335, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0115c7a4-9f35-4fde-af12-90acb684d335, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15354396464756971063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e43ed6-97a2-4d52-909e-c6f2197dd492, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0115c7a4-9f35-4fde-af12-90acb684d335, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e9cac8e-4bf3-4981-a7cf-28422208e062, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 474a1629-7296-4775-b32b-e5ed4be4906a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e9cac8e-4bf3-4981-a7cf-28422208e062, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5689233014421493535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 474a1629-7296-4775-b32b-e5ed4be4906a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4765562573668032622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 474a1629-7296-4775-b32b-e5ed4be4906a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ab9e842-0d3e-4656-9698-20a7fb36d0af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab9e842-0d3e-4656-9698-20a7fb36d0af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3556744145010954950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e9cac8e-4bf3-4981-a7cf-28422208e062, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 132bef7e-399d-4236-9ed0-0837c7692969, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132bef7e-399d-4236-9ed0-0837c7692969, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3824237284719325824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab9e842-0d3e-4656-9698-20a7fb36d0af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9234b045-61db-4dd3-b569-0b320c7e560b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9234b045-61db-4dd3-b569-0b320c7e560b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14557018841187713632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132bef7e-399d-4236-9ed0-0837c7692969, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1592149f-d940-4653-80d6-6b13483301d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1592149f-d940-4653-80d6-6b13483301d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17071991769778676584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9234b045-61db-4dd3-b569-0b320c7e560b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50663852-a978-4ade-bb10-a9fbd2edee15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50663852-a978-4ade-bb10-a9fbd2edee15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12417672314133494363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1592149f-d940-4653-80d6-6b13483301d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b67fa4cf-f992-4fdf-9308-a8e3b3f99839, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b67fa4cf-f992-4fdf-9308-a8e3b3f99839, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4253981193339313953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50663852-a978-4ade-bb10-a9fbd2edee15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04912894-0abe-48aa-bf00-e15f6e5f5956, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04912894-0abe-48aa-bf00-e15f6e5f5956, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14981662286842293828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b67fa4cf-f992-4fdf-9308-a8e3b3f99839, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1bd0fd-70f8-4ae3-9ce4-87d0c8f75f15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1bd0fd-70f8-4ae3-9ce4-87d0c8f75f15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14920790323553477873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04912894-0abe-48aa-bf00-e15f6e5f5956, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db0a27a4-9236-46be-9ada-ac03da5916ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db0a27a4-9236-46be-9ada-ac03da5916ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12710812525605996656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1bd0fd-70f8-4ae3-9ce4-87d0c8f75f15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d14ef50b-32a4-418e-8ee6-e635d3fc10f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d14ef50b-32a4-418e-8ee6-e635d3fc10f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1901382209007025424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db0a27a4-9236-46be-9ada-ac03da5916ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 587882b3-9e11-452a-81e4-c46cd8cc2d25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587882b3-9e11-452a-81e4-c46cd8cc2d25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1678901230726620497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d14ef50b-32a4-418e-8ee6-e635d3fc10f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be504533-a815-4e14-97e3-5aca760a1787, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be504533-a815-4e14-97e3-5aca760a1787, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8347896745295195212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587882b3-9e11-452a-81e4-c46cd8cc2d25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c190c32-d80b-4f9f-96ff-21fca14e78a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c190c32-d80b-4f9f-96ff-21fca14e78a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9656275363034791186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be504533-a815-4e14-97e3-5aca760a1787, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a76c7060-aacf-47e0-ae67-8dc3bea8d0b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a76c7060-aacf-47e0-ae67-8dc3bea8d0b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603957535142059302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c190c32-d80b-4f9f-96ff-21fca14e78a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a76c7060-aacf-47e0-ae67-8dc3bea8d0b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0adfed3-f616-485c-bff8-fec020a49d6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8120d66c-4b44-4957-88e0-307cb3920c74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8120d66c-4b44-4957-88e0-307cb3920c74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1537023611280466554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0adfed3-f616-485c-bff8-fec020a49d6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1646114464740514353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8120d66c-4b44-4957-88e0-307cb3920c74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2e5795-6aaa-4385-ae54-6300769055a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2e5795-6aaa-4385-ae54-6300769055a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16726008525738177272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0adfed3-f616-485c-bff8-fec020a49d6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c288b6b-2076-47c8-8b5c-a616f150c9f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c288b6b-2076-47c8-8b5c-a616f150c9f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3338456759439696084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2e5795-6aaa-4385-ae54-6300769055a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f96a10ba-8642-491a-b1fa-7ff71569b8f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f96a10ba-8642-491a-b1fa-7ff71569b8f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12681412138501154272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c288b6b-2076-47c8-8b5c-a616f150c9f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e063ac06-e894-4043-8ec9-82356c6bebe1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e063ac06-e894-4043-8ec9-82356c6bebe1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3409026850238552023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f96a10ba-8642-491a-b1fa-7ff71569b8f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf5b6f19-f9dc-4871-96db-87b23b7f76f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5b6f19-f9dc-4871-96db-87b23b7f76f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14014790779363703420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e063ac06-e894-4043-8ec9-82356c6bebe1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fbfbf6a-72a3-4485-b1b6-7a466834b896, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbfbf6a-72a3-4485-b1b6-7a466834b896, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8263066608398646608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5b6f19-f9dc-4871-96db-87b23b7f76f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc4037ba-7a84-4f79-a2bd-01e6df132ece, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4037ba-7a84-4f79-a2bd-01e6df132ece, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 275812166864336754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbfbf6a-72a3-4485-b1b6-7a466834b896, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e8216e0-318a-46a3-88d9-c097a3d9a483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8216e0-318a-46a3-88d9-c097a3d9a483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9470733176515544141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4037ba-7a84-4f79-a2bd-01e6df132ece, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d04f0a84-6b23-443f-8475-a4fa0779972b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8216e0-318a-46a3-88d9-c097a3d9a483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c0b77df-15ac-4fc5-bd7f-0c1d64ac2165, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c0b77df-15ac-4fc5-bd7f-0c1d64ac2165, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16943068966883494203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d04f0a84-6b23-443f-8475-a4fa0779972b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2445245137104523851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c0b77df-15ac-4fc5-bd7f-0c1d64ac2165, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 318522c3-4ee7-4372-a5ea-7e197f3b240b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318522c3-4ee7-4372-a5ea-7e197f3b240b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12017250537878896837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d04f0a84-6b23-443f-8475-a4fa0779972b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a833d78-0621-4d86-afe6-ad5e2ae6cbe0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a833d78-0621-4d86-afe6-ad5e2ae6cbe0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3439644626402177698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318522c3-4ee7-4372-a5ea-7e197f3b240b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e288bd22-2e01-4c85-bff3-14ca360b27ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e288bd22-2e01-4c85-bff3-14ca360b27ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880633850483570135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a833d78-0621-4d86-afe6-ad5e2ae6cbe0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97e1a134-ca28-4668-a1a1-e4fb18eb1a12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e1a134-ca28-4668-a1a1-e4fb18eb1a12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15656188226721209318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e288bd22-2e01-4c85-bff3-14ca360b27ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b17560-8a9e-4f90-b5b2-21e28d351c85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b17560-8a9e-4f90-b5b2-21e28d351c85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1210022790754840067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e1a134-ca28-4668-a1a1-e4fb18eb1a12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f825be5-511e-4dc6-815d-92e0cf5a7eed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f825be5-511e-4dc6-815d-92e0cf5a7eed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802733092648709695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b17560-8a9e-4f90-b5b2-21e28d351c85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47f2caf5-0d0c-4932-85af-7fdd48f204a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f2caf5-0d0c-4932-85af-7fdd48f204a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18087877566000539740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f825be5-511e-4dc6-815d-92e0cf5a7eed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e0b5b09-ebed-419f-a702-c2ca659c52db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0b5b09-ebed-419f-a702-c2ca659c52db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6018070494743180699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f2caf5-0d0c-4932-85af-7fdd48f204a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e53dcf7f-7f80-4d74-8d4d-1e9855e76ef9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0b5b09-ebed-419f-a702-c2ca659c52db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d74ca0d-b3dc-4194-9c3f-fe07a2f3b5a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e53dcf7f-7f80-4d74-8d4d-1e9855e76ef9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11983077614640614980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d74ca0d-b3dc-4194-9c3f-fe07a2f3b5a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11787169843724400657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e53dcf7f-7f80-4d74-8d4d-1e9855e76ef9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d74ca0d-b3dc-4194-9c3f-fe07a2f3b5a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f874ce07-340a-482a-92e5-f1e6d64327e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da3838e3-d796-4b04-8329-e0e433f130b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f874ce07-340a-482a-92e5-f1e6d64327e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10198741426600831710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da3838e3-d796-4b04-8329-e0e433f130b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14493545522604278246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f874ce07-340a-482a-92e5-f1e6d64327e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da3838e3-d796-4b04-8329-e0e433f130b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d93488e-42a8-4bfe-8e6c-e4e0e9015350, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d93488e-42a8-4bfe-8e6c-e4e0e9015350, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6685489937506342581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 017c2147-eeca-4c2b-a7ad-d4a33608fefc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 017c2147-eeca-4c2b-a7ad-d4a33608fefc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10435765044864989918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d93488e-42a8-4bfe-8e6c-e4e0e9015350, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 017c2147-eeca-4c2b-a7ad-d4a33608fefc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0193bf73-68ba-45a9-a580-f45859bffe6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0193bf73-68ba-45a9-a580-f45859bffe6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13143355920872950032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ab48413-2001-418a-b17f-2d57071f4b8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ab48413-2001-418a-b17f-2d57071f4b8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13788239146803606133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0193bf73-68ba-45a9-a580-f45859bffe6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07c74b24-a985-462f-899a-94dcef504830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07c74b24-a985-462f-899a-94dcef504830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13572562092012393697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ab48413-2001-418a-b17f-2d57071f4b8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c0c27aa-56c3-4f1c-ace6-d3b4375319f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c0c27aa-56c3-4f1c-ace6-d3b4375319f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13643082388127321554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07c74b24-a985-462f-899a-94dcef504830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7ab12a8-ac5b-4118-8fc7-a9c08a83ac3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ab12a8-ac5b-4118-8fc7-a9c08a83ac3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11948214915954331914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c0c27aa-56c3-4f1c-ace6-d3b4375319f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 796d2a2f-1522-468b-bbb6-fe27ac4cceb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 796d2a2f-1522-468b-bbb6-fe27ac4cceb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3881314779882816989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ab12a8-ac5b-4118-8fc7-a9c08a83ac3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15e36307-a38c-4b76-bb34-39ea3b2e57dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15e36307-a38c-4b76-bb34-39ea3b2e57dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15658482688352428140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 796d2a2f-1522-468b-bbb6-fe27ac4cceb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee42c801-8374-433e-879c-28ab53f15a1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee42c801-8374-433e-879c-28ab53f15a1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8910950290959068855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15e36307-a38c-4b76-bb34-39ea3b2e57dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42f49c78-ed79-4077-81c3-72fb679a9f65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f49c78-ed79-4077-81c3-72fb679a9f65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1415927927047733438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee42c801-8374-433e-879c-28ab53f15a1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b875ebc-478d-4c7c-b5cb-950ef76f086d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b875ebc-478d-4c7c-b5cb-950ef76f086d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 764367232305171221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f49c78-ed79-4077-81c3-72fb679a9f65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e8082a8-8eb6-4a5b-ae4a-2995ce94e9ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e8082a8-8eb6-4a5b-ae4a-2995ce94e9ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4752812890393882102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b875ebc-478d-4c7c-b5cb-950ef76f086d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 715ba963-7755-49db-8a86-e9d32fd8c79e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715ba963-7755-49db-8a86-e9d32fd8c79e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13268663389108876362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e8082a8-8eb6-4a5b-ae4a-2995ce94e9ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47bf5bcc-a583-441f-b108-bace851ecaf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47bf5bcc-a583-441f-b108-bace851ecaf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10354589818064172049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715ba963-7755-49db-8a86-e9d32fd8c79e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40cc3f2f-2a44-4d4a-be69-e809e91556dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40cc3f2f-2a44-4d4a-be69-e809e91556dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10083565827083313226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47bf5bcc-a583-441f-b108-bace851ecaf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0653244-b4a1-451b-b786-cbe01cba30de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0653244-b4a1-451b-b786-cbe01cba30de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11099755817161833148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40cc3f2f-2a44-4d4a-be69-e809e91556dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51ee7a22-80e0-4100-b6bf-82faa72219a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ee7a22-80e0-4100-b6bf-82faa72219a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7886661527179659949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0653244-b4a1-451b-b786-cbe01cba30de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c4e0caf-130a-485b-9922-6b3ed6304c1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c4e0caf-130a-485b-9922-6b3ed6304c1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16269856607731967903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ee7a22-80e0-4100-b6bf-82faa72219a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d323d6b-665c-4310-80d0-09e8765b1595, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d323d6b-665c-4310-80d0-09e8765b1595, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695703895238486132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c4e0caf-130a-485b-9922-6b3ed6304c1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7174eb2-3b75-4882-b733-0fdd13c81b84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7174eb2-3b75-4882-b733-0fdd13c81b84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3787769011470571667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d323d6b-665c-4310-80d0-09e8765b1595, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5a792f0-a1d1-420c-8e46-86d0fb3bd111, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a792f0-a1d1-420c-8e46-86d0fb3bd111, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15872912451548670746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7174eb2-3b75-4882-b733-0fdd13c81b84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50767e77-0d6e-40ed-846a-fcdefc363423, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50767e77-0d6e-40ed-846a-fcdefc363423, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5588926836116443419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50767e77-0d6e-40ed-846a-fcdefc363423, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9aee7224-47ac-4256-bc78-5a018f2d6e85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aee7224-47ac-4256-bc78-5a018f2d6e85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7588859796661628770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a792f0-a1d1-420c-8e46-86d0fb3bd111, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db077d06-b8eb-4ee5-8a7f-2007f3bb6311, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db077d06-b8eb-4ee5-8a7f-2007f3bb6311, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9370101049875756393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aee7224-47ac-4256-bc78-5a018f2d6e85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db077d06-b8eb-4ee5-8a7f-2007f3bb6311, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b8a0ef1-cb3a-4c8a-a6e6-6d1dcd38b086, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8a0ef1-cb3a-4c8a-a6e6-6d1dcd38b086, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4916815335820550513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80a4028d-2663-46e8-ac62-8ab07fb563ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8a0ef1-cb3a-4c8a-a6e6-6d1dcd38b086, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a4028d-2663-46e8-ac62-8ab07fb563ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16461195846493231382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00f0e532-89f7-433d-877f-152d99fb1f43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00f0e532-89f7-433d-877f-152d99fb1f43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15101944729772927152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a4028d-2663-46e8-ac62-8ab07fb563ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd77850b-989a-4d5f-9fe5-347bbc4a787e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd77850b-989a-4d5f-9fe5-347bbc4a787e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17998213617370106674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00f0e532-89f7-433d-877f-152d99fb1f43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69c3cab1-451c-4a25-9460-0c627f06b9ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c3cab1-451c-4a25-9460-0c627f06b9ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5763134394352012384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd77850b-989a-4d5f-9fe5-347bbc4a787e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08889c34-d36a-4ed5-ab84-eb8ef6d39881, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08889c34-d36a-4ed5-ab84-eb8ef6d39881, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8534718124951076061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08889c34-d36a-4ed5-ab84-eb8ef6d39881, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c3cab1-451c-4a25-9460-0c627f06b9ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ab6d0f8-a409-4d9d-995d-b482f5c49092, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf251a7-46ef-4126-bd7a-a6cd59b74e0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf251a7-46ef-4126-bd7a-a6cd59b74e0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15929297451128992590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab6d0f8-a409-4d9d-995d-b482f5c49092, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16474670758830890324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf251a7-46ef-4126-bd7a-a6cd59b74e0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d990711-d911-4536-9f00-c46574d80c43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d990711-d911-4536-9f00-c46574d80c43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2328532250780933838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab6d0f8-a409-4d9d-995d-b482f5c49092, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74479724-d7b6-440f-a5d0-498c01824658, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74479724-d7b6-440f-a5d0-498c01824658, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14606248356343025632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d990711-d911-4536-9f00-c46574d80c43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebb59dd5-1f6d-4a47-aba2-8fca1c26428f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74479724-d7b6-440f-a5d0-498c01824658, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebb59dd5-1f6d-4a47-aba2-8fca1c26428f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3941302106258675296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 768e1d58-3913-4002-a21d-820a210af86e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 768e1d58-3913-4002-a21d-820a210af86e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2336685943427408946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 768e1d58-3913-4002-a21d-820a210af86e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b7d277c-9224-446f-baed-0fd5deec62f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b7d277c-9224-446f-baed-0fd5deec62f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3823849937171705804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebb59dd5-1f6d-4a47-aba2-8fca1c26428f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68ced107-4852-4e00-b316-89c3d048de30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68ced107-4852-4e00-b316-89c3d048de30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 445035568913155406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b7d277c-9224-446f-baed-0fd5deec62f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfc08d53-2261-4c0e-ada8-7156ae7aba45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc08d53-2261-4c0e-ada8-7156ae7aba45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4388250586294001582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68ced107-4852-4e00-b316-89c3d048de30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7fb6b97-b75a-497c-84ec-ed36bda9d6da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7fb6b97-b75a-497c-84ec-ed36bda9d6da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13598596309005414757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc08d53-2261-4c0e-ada8-7156ae7aba45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ff6e90-1d53-481d-815e-404bde3375f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ff6e90-1d53-481d-815e-404bde3375f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15512461602644414588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7fb6b97-b75a-497c-84ec-ed36bda9d6da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 767a2f34-655e-49c3-99b8-d937eba01c76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767a2f34-655e-49c3-99b8-d937eba01c76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13666490729755471042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ff6e90-1d53-481d-815e-404bde3375f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28b36b91-7aa7-4f5a-b2d6-60003871c044, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28b36b91-7aa7-4f5a-b2d6-60003871c044, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9561083926362479362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767a2f34-655e-49c3-99b8-d937eba01c76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aecf699-a001-409b-9385-8bb5f157942b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aecf699-a001-409b-9385-8bb5f157942b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906004049021784272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28b36b91-7aa7-4f5a-b2d6-60003871c044, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b349ad22-49e5-4d8b-9c83-577c60d10884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b349ad22-49e5-4d8b-9c83-577c60d10884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17053392064536014457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aecf699-a001-409b-9385-8bb5f157942b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25d6abf1-f936-4f9c-a353-07b4f87eeb6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d6abf1-f936-4f9c-a353-07b4f87eeb6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13659364457820779530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b349ad22-49e5-4d8b-9c83-577c60d10884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7e6fb2f-9a2b-4b86-8481-634bb3c7a8f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7e6fb2f-9a2b-4b86-8481-634bb3c7a8f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12456707744119297238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d6abf1-f936-4f9c-a353-07b4f87eeb6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39efdef7-6a56-4baa-8f38-12805bdd77f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39efdef7-6a56-4baa-8f38-12805bdd77f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18273997773052495868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39efdef7-6a56-4baa-8f38-12805bdd77f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae65e90b-4f06-4d7f-a5a7-deeec9f51e3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae65e90b-4f06-4d7f-a5a7-deeec9f51e3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16787904556245060237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7e6fb2f-9a2b-4b86-8481-634bb3c7a8f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b762207-7b56-45eb-949f-c4ea0181046a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b762207-7b56-45eb-949f-c4ea0181046a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7876403561534570060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b762207-7b56-45eb-949f-c4ea0181046a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 463090f9-4406-43d7-bd09-e12760bc7642, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 463090f9-4406-43d7-bd09-e12760bc7642, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9918022237501386194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae65e90b-4f06-4d7f-a5a7-deeec9f51e3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd872878-ead2-4877-bc72-2b7ee865ffc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd872878-ead2-4877-bc72-2b7ee865ffc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6462315280330490492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 463090f9-4406-43d7-bd09-e12760bc7642, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79520089-b10e-437b-8a4e-10b9da7caff1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79520089-b10e-437b-8a4e-10b9da7caff1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16799692513739020413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd872878-ead2-4877-bc72-2b7ee865ffc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b6f4a8f-e723-42a2-86c0-00c84f2fde33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b6f4a8f-e723-42a2-86c0-00c84f2fde33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5616603892211935403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79520089-b10e-437b-8a4e-10b9da7caff1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db3d9ced-4582-44af-a706-dab96e33a939, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3d9ced-4582-44af-a706-dab96e33a939, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17655475945482925254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b6f4a8f-e723-42a2-86c0-00c84f2fde33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81ea252a-0f2d-47a3-a8f5-888dc707b729, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ea252a-0f2d-47a3-a8f5-888dc707b729, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7863578169626704802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3d9ced-4582-44af-a706-dab96e33a939, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6989ec-b91e-4764-bf69-a99c09b9ffa2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6989ec-b91e-4764-bf69-a99c09b9ffa2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8295725207052931148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ea252a-0f2d-47a3-a8f5-888dc707b729, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5631c16-91f6-425d-8cee-317bb3161dc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5631c16-91f6-425d-8cee-317bb3161dc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7748183105638390487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6989ec-b91e-4764-bf69-a99c09b9ffa2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2bfedff-0520-43d2-abeb-5a3f7bd76491, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2bfedff-0520-43d2-abeb-5a3f7bd76491, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1393478757325775477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5631c16-91f6-425d-8cee-317bb3161dc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ad3eb37-0186-460a-95d1-3cb8a8d11bfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2bfedff-0520-43d2-abeb-5a3f7bd76491, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad3eb37-0186-460a-95d1-3cb8a8d11bfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9781200200235958909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b105811-8ed7-436c-8fc2-eff605721e2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b105811-8ed7-436c-8fc2-eff605721e2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2918463290324045889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad3eb37-0186-460a-95d1-3cb8a8d11bfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21660d73-0600-44e4-bf89-62931ed72580, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21660d73-0600-44e4-bf89-62931ed72580, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12711046455931039090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b105811-8ed7-436c-8fc2-eff605721e2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c6e86dd-6f4e-41de-b409-3c0996e4867f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6e86dd-6f4e-41de-b409-3c0996e4867f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14477261013021590463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21660d73-0600-44e4-bf89-62931ed72580, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b44866-3347-4b18-8712-00d40b95edf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b44866-3347-4b18-8712-00d40b95edf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5814570336291946011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6e86dd-6f4e-41de-b409-3c0996e4867f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a88bb19e-cd85-4684-bdef-5ca4d793a6f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88bb19e-cd85-4684-bdef-5ca4d793a6f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6911982914342131839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b44866-3347-4b18-8712-00d40b95edf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8983eda2-7e38-48da-9486-6bbdc109815f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8983eda2-7e38-48da-9486-6bbdc109815f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10099550460338280945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88bb19e-cd85-4684-bdef-5ca4d793a6f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9247af11-101e-422f-bf9a-7d4fa087c4fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9247af11-101e-422f-bf9a-7d4fa087c4fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9737812796235038376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8983eda2-7e38-48da-9486-6bbdc109815f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb44deb2-6a78-4ad6-b8e2-fdc8e798d41c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb44deb2-6a78-4ad6-b8e2-fdc8e798d41c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12180646558629576058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9247af11-101e-422f-bf9a-7d4fa087c4fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5393df7b-9e8a-44d1-9664-9d625c59c8ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5393df7b-9e8a-44d1-9664-9d625c59c8ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4062330399959320535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb44deb2-6a78-4ad6-b8e2-fdc8e798d41c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 130997e7-3f0f-47af-aee3-0f751d775495, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130997e7-3f0f-47af-aee3-0f751d775495, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 905873584763535711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5393df7b-9e8a-44d1-9664-9d625c59c8ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f9418a7-9dd6-4a43-bb92-3d35938c1088, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f9418a7-9dd6-4a43-bb92-3d35938c1088, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7066452839983501643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130997e7-3f0f-47af-aee3-0f751d775495, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9785e3f-1978-4056-b024-6e7525facce3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9785e3f-1978-4056-b024-6e7525facce3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8671886720683257428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f9418a7-9dd6-4a43-bb92-3d35938c1088, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc8d96bb-9460-4fc5-a34c-236bde7d8308, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8d96bb-9460-4fc5-a34c-236bde7d8308, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3940123311982834632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9785e3f-1978-4056-b024-6e7525facce3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6517abf-da62-4f21-b672-697cf26442cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6517abf-da62-4f21-b672-697cf26442cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2111040960405417337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8d96bb-9460-4fc5-a34c-236bde7d8308, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21c51d51-8f2d-4407-8a48-a6cb4e9726a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c51d51-8f2d-4407-8a48-a6cb4e9726a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15850023441241308888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6517abf-da62-4f21-b672-697cf26442cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 677814a1-c30a-4d66-a392-e431101dc724, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 677814a1-c30a-4d66-a392-e431101dc724, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16720160008649127431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c51d51-8f2d-4407-8a48-a6cb4e9726a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf607932-9df4-4d39-9784-763fc96d573d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf607932-9df4-4d39-9784-763fc96d573d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10131726815800177474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 677814a1-c30a-4d66-a392-e431101dc724, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a5666d3-99b3-4a18-bcc1-424b08ffa83b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a5666d3-99b3-4a18-bcc1-424b08ffa83b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1376245951948668503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf607932-9df4-4d39-9784-763fc96d573d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f87ebfdd-1361-459e-b9ec-a037cf19e4dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87ebfdd-1361-459e-b9ec-a037cf19e4dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9741081304551154110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87ebfdd-1361-459e-b9ec-a037cf19e4dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c246bcef-44ca-40be-b5a7-2b0dacc1e7bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c246bcef-44ca-40be-b5a7-2b0dacc1e7bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8725675754560522466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a5666d3-99b3-4a18-bcc1-424b08ffa83b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9b7b384-e2db-49ea-b17d-2e0dab0ea866, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b7b384-e2db-49ea-b17d-2e0dab0ea866, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1887723790290225870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c246bcef-44ca-40be-b5a7-2b0dacc1e7bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfe78aca-6638-436e-9238-c77250a58322, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe78aca-6638-436e-9238-c77250a58322, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16273457076932135436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b7b384-e2db-49ea-b17d-2e0dab0ea866, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1f6f462-a791-4b91-956f-6e29eacb1389, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f6f462-a791-4b91-956f-6e29eacb1389, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4416910225918899356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe78aca-6638-436e-9238-c77250a58322, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0b56e89-7e68-47a3-9b70-4a37e5762ffa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0b56e89-7e68-47a3-9b70-4a37e5762ffa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 368285182428198687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f6f462-a791-4b91-956f-6e29eacb1389, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1947c349-0135-4332-b725-bec01815a6d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1947c349-0135-4332-b725-bec01815a6d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1866982346032413490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0b56e89-7e68-47a3-9b70-4a37e5762ffa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c496c13a-ace6-4d3c-a88a-df979eadf8f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c496c13a-ace6-4d3c-a88a-df979eadf8f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1247943606976427650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1947c349-0135-4332-b725-bec01815a6d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a409cb83-0715-4a8b-abce-a69a10fe862e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a409cb83-0715-4a8b-abce-a69a10fe862e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15651883872728054712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c496c13a-ace6-4d3c-a88a-df979eadf8f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af247dcd-9aba-4e57-8695-f2d28fdc93d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af247dcd-9aba-4e57-8695-f2d28fdc93d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13015920257916763918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a409cb83-0715-4a8b-abce-a69a10fe862e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bed18fa-1cd1-4634-8d3d-e6c90b946a8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bed18fa-1cd1-4634-8d3d-e6c90b946a8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3499975383250364886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af247dcd-9aba-4e57-8695-f2d28fdc93d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 867787c4-30c2-47b0-966a-21d3dea05ffe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 867787c4-30c2-47b0-966a-21d3dea05ffe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16619382661035668479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 867787c4-30c2-47b0-966a-21d3dea05ffe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bed18fa-1cd1-4634-8d3d-e6c90b946a8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a49c8cce-cbc8-43fb-af85-98dc29ad192a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49c8cce-cbc8-43fb-af85-98dc29ad192a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10247060282329636826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5de3e85e-cb4e-4fe0-9a0d-8d7d6c0c0924, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5de3e85e-cb4e-4fe0-9a0d-8d7d6c0c0924, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8441967540614339796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5de3e85e-cb4e-4fe0-9a0d-8d7d6c0c0924, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cec9089d-34e8-412d-85be-7976383adc5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec9089d-34e8-412d-85be-7976383adc5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435921675094786990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49c8cce-cbc8-43fb-af85-98dc29ad192a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8102b600-ac40-4f9f-8212-bab8ecb3f141, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8102b600-ac40-4f9f-8212-bab8ecb3f141, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12573615716389538812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec9089d-34e8-412d-85be-7976383adc5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d26f0c9f-a4e6-429b-a576-decd91ed74eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d26f0c9f-a4e6-429b-a576-decd91ed74eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15687259989713978918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8102b600-ac40-4f9f-8212-bab8ecb3f141, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1935f9c5-1c64-4d6f-b90c-4f4f5d66514b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1935f9c5-1c64-4d6f-b90c-4f4f5d66514b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109475529794680388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d26f0c9f-a4e6-429b-a576-decd91ed74eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a02f10-cc51-4362-813f-93d03bbeec69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a02f10-cc51-4362-813f-93d03bbeec69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15736618329059738301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1935f9c5-1c64-4d6f-b90c-4f4f5d66514b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c4f1a4a-b543-47ab-b14f-359d1afe77a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c4f1a4a-b543-47ab-b14f-359d1afe77a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4783193894880717254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a02f10-cc51-4362-813f-93d03bbeec69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c4f1a4a-b543-47ab-b14f-359d1afe77a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65def8d9-4fdd-4089-a09e-d7f6e708c3c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65def8d9-4fdd-4089-a09e-d7f6e708c3c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11636662185167463620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edca7ca6-3efb-4299-9a91-6f1ff64e8d31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edca7ca6-3efb-4299-9a91-6f1ff64e8d31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17919214441215144747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65def8d9-4fdd-4089-a09e-d7f6e708c3c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09b8036c-6a57-4af5-acd1-3048c7a161ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b8036c-6a57-4af5-acd1-3048c7a161ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699223429280955121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edca7ca6-3efb-4299-9a91-6f1ff64e8d31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 935330a0-a0b4-44fc-b51e-e1dbf2514f38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 935330a0-a0b4-44fc-b51e-e1dbf2514f38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7780460577091878971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b8036c-6a57-4af5-acd1-3048c7a161ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9fc4bef-a2f5-4dce-bb09-816f78c32bec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9fc4bef-a2f5-4dce-bb09-816f78c32bec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16825772163674096412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 935330a0-a0b4-44fc-b51e-e1dbf2514f38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b518b72c-e07a-49d9-b24c-b70857fb18e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b518b72c-e07a-49d9-b24c-b70857fb18e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 695311167164140594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9fc4bef-a2f5-4dce-bb09-816f78c32bec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13050dc0-f492-4ae1-85b2-f96b32df2759, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13050dc0-f492-4ae1-85b2-f96b32df2759, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13900308874671779866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b518b72c-e07a-49d9-b24c-b70857fb18e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8f2e44e-6eb7-4ff2-b9bd-ef12894da9e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f2e44e-6eb7-4ff2-b9bd-ef12894da9e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9259855613994702197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13050dc0-f492-4ae1-85b2-f96b32df2759, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2454dc5a-66b2-4125-9c8c-8d3d681f7201, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2454dc5a-66b2-4125-9c8c-8d3d681f7201, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11491047551555065984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f2e44e-6eb7-4ff2-b9bd-ef12894da9e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 202c0b22-ff88-4390-8582-181c8bc8280e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 202c0b22-ff88-4390-8582-181c8bc8280e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 967872484878833213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2454dc5a-66b2-4125-9c8c-8d3d681f7201, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 956d6fcb-be60-453d-ad51-4915505738fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956d6fcb-be60-453d-ad51-4915505738fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5360656321583809817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 202c0b22-ff88-4390-8582-181c8bc8280e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956d6fcb-be60-453d-ad51-4915505738fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f8f7089-31e1-4275-9fbc-4b52d3f4c71a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f8f7089-31e1-4275-9fbc-4b52d3f4c71a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15842847377231575672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e7020dd-8830-47fd-acc6-0253d0f96195, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e7020dd-8830-47fd-acc6-0253d0f96195, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11947876380894693795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f8f7089-31e1-4275-9fbc-4b52d3f4c71a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c38c1136-e971-4f20-a3c7-30532e6205ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c38c1136-e971-4f20-a3c7-30532e6205ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7101633405535034368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e7020dd-8830-47fd-acc6-0253d0f96195, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3721d5b4-fb3e-4369-963e-6d568b9ef966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3721d5b4-fb3e-4369-963e-6d568b9ef966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10586215128624104899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c38c1136-e971-4f20-a3c7-30532e6205ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73708cd5-5c12-4f76-8992-5eeda3f1024e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73708cd5-5c12-4f76-8992-5eeda3f1024e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1300967991268494866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3721d5b4-fb3e-4369-963e-6d568b9ef966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e74675f9-2777-415e-aab3-c24fb8bafdae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73708cd5-5c12-4f76-8992-5eeda3f1024e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b9996b8-c8ac-4e4a-9e4a-44778dcb404a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9996b8-c8ac-4e4a-9e4a-44778dcb404a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1779484186858149452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e74675f9-2777-415e-aab3-c24fb8bafdae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13874303150140487075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e74675f9-2777-415e-aab3-c24fb8bafdae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66c889ef-af05-49ae-94f0-e1a194030ff3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c889ef-af05-49ae-94f0-e1a194030ff3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7194374182917966557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9996b8-c8ac-4e4a-9e4a-44778dcb404a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 629ee9dc-63ad-46f4-8a46-3ba501976ca5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 629ee9dc-63ad-46f4-8a46-3ba501976ca5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10584308101613568170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c889ef-af05-49ae-94f0-e1a194030ff3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d758bc70-c0a2-47b6-8494-b5e7fd705992, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d758bc70-c0a2-47b6-8494-b5e7fd705992, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14191414780992136145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 629ee9dc-63ad-46f4-8a46-3ba501976ca5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a681215-c22a-4ca6-9fe9-8d463ca9ad71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a681215-c22a-4ca6-9fe9-8d463ca9ad71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2908677664853020685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d758bc70-c0a2-47b6-8494-b5e7fd705992, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceb53990-0822-48ce-a4f0-0d23d756a23b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb53990-0822-48ce-a4f0-0d23d756a23b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4667163785554121326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a681215-c22a-4ca6-9fe9-8d463ca9ad71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a78cdfd-3668-43b8-8031-c6d693029dac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a78cdfd-3668-43b8-8031-c6d693029dac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17944129092243878999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb53990-0822-48ce-a4f0-0d23d756a23b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e60b3d0-8398-4309-a26b-566de37826b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e60b3d0-8398-4309-a26b-566de37826b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3087982073474963498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a78cdfd-3668-43b8-8031-c6d693029dac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e60b3d0-8398-4309-a26b-566de37826b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f71d803-5b19-43b7-845e-533f1b1275a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f71d803-5b19-43b7-845e-533f1b1275a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6309663717405036904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0c1eaa3-45b7-4c05-89cb-cffa0199a0c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0c1eaa3-45b7-4c05-89cb-cffa0199a0c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2202730362741669784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0c1eaa3-45b7-4c05-89cb-cffa0199a0c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfdd744d-91cd-4b27-8681-6ab0d5904e36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfdd744d-91cd-4b27-8681-6ab0d5904e36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10860584294962027199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f71d803-5b19-43b7-845e-533f1b1275a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35fb8ef6-fba4-454c-8733-e0636cad9ad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35fb8ef6-fba4-454c-8733-e0636cad9ad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14201254754778723229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfdd744d-91cd-4b27-8681-6ab0d5904e36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e43519bb-a2e0-40b7-9720-71425d3da4d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43519bb-a2e0-40b7-9720-71425d3da4d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10532534149728773690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35fb8ef6-fba4-454c-8733-e0636cad9ad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97fd10d2-9105-4f3c-830c-c7fd9ccbefa7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97fd10d2-9105-4f3c-830c-c7fd9ccbefa7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4339054366648454468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43519bb-a2e0-40b7-9720-71425d3da4d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5afbcb6-7e3c-47ec-bf54-8e0e048c1797, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5afbcb6-7e3c-47ec-bf54-8e0e048c1797, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9120807702311509048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97fd10d2-9105-4f3c-830c-c7fd9ccbefa7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d336aa0-a321-4312-a9f3-8300604bf1cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d336aa0-a321-4312-a9f3-8300604bf1cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14263927250831663495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5afbcb6-7e3c-47ec-bf54-8e0e048c1797, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35d93807-0ca1-4c44-be90-2418b92072fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d93807-0ca1-4c44-be90-2418b92072fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7204471638537430889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d336aa0-a321-4312-a9f3-8300604bf1cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9f83f5-9be6-4115-aa60-c9e56476f323, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9f83f5-9be6-4115-aa60-c9e56476f323, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1592618922460454764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d93807-0ca1-4c44-be90-2418b92072fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c4c8d2a-3a24-489f-924d-da1b9c12aba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c4c8d2a-3a24-489f-924d-da1b9c12aba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4608321339478858876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9f83f5-9be6-4115-aa60-c9e56476f323, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab685ea3-49e7-4149-bb81-cd02d7f3cfa9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab685ea3-49e7-4149-bb81-cd02d7f3cfa9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17783067520621171598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c4c8d2a-3a24-489f-924d-da1b9c12aba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c47f8a63-860e-4066-a934-ad22a60f9e8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c47f8a63-860e-4066-a934-ad22a60f9e8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12856505675900099103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab685ea3-49e7-4149-bb81-cd02d7f3cfa9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b675a2-4d37-47a4-884e-b7577cc5410e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b675a2-4d37-47a4-884e-b7577cc5410e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13705965503495938707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c47f8a63-860e-4066-a934-ad22a60f9e8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd3e9395-4abd-4b8c-bf89-8c54d85aedef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd3e9395-4abd-4b8c-bf89-8c54d85aedef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16105516944881624698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd3e9395-4abd-4b8c-bf89-8c54d85aedef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b675a2-4d37-47a4-884e-b7577cc5410e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e0bd5f-5674-4305-9c42-4381832e6306, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da6f3881-1cc2-483a-911b-a3aa3bd87f72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da6f3881-1cc2-483a-911b-a3aa3bd87f72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14890132744410995403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e0bd5f-5674-4305-9c42-4381832e6306, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6178285070187072778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da6f3881-1cc2-483a-911b-a3aa3bd87f72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc7f58d-8332-4dfa-8c3a-942b0ef4aeb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc7f58d-8332-4dfa-8c3a-942b0ef4aeb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1918629626990113130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e0bd5f-5674-4305-9c42-4381832e6306, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df0e2be2-f5c5-4829-9dd4-3bf5e11fb63e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df0e2be2-f5c5-4829-9dd4-3bf5e11fb63e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16720349392170388332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc7f58d-8332-4dfa-8c3a-942b0ef4aeb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbffbb08-e502-4730-a085-9582106fd633, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbffbb08-e502-4730-a085-9582106fd633, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12161614253665683748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df0e2be2-f5c5-4829-9dd4-3bf5e11fb63e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a6e84ef-b4a4-4fe0-a2aa-87f511cf6358, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6e84ef-b4a4-4fe0-a2aa-87f511cf6358, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12608477597347188377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbffbb08-e502-4730-a085-9582106fd633, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6e84ef-b4a4-4fe0-a2aa-87f511cf6358, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1e4532f-0178-4212-a8f1-7c559994503a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86887e26-2fac-4a91-85f3-b01e70d2b5c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e4532f-0178-4212-a8f1-7c559994503a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10343345369949361084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86887e26-2fac-4a91-85f3-b01e70d2b5c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1917526788915920032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e4532f-0178-4212-a8f1-7c559994503a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5708de67-5f8e-4b09-b9ff-c60922234519, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5708de67-5f8e-4b09-b9ff-c60922234519, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9415047902586471425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86887e26-2fac-4a91-85f3-b01e70d2b5c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caad350d-5dde-4c9f-9a38-5c5b88e79739, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caad350d-5dde-4c9f-9a38-5c5b88e79739, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7821072240168918806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5708de67-5f8e-4b09-b9ff-c60922234519, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0521b54c-11cc-4082-9ea5-0b02b38fcaf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0521b54c-11cc-4082-9ea5-0b02b38fcaf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8251241862041358534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caad350d-5dde-4c9f-9a38-5c5b88e79739, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5a534dc-16c4-445e-bed7-fac85dd57ab4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a534dc-16c4-445e-bed7-fac85dd57ab4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8980510214403224031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0521b54c-11cc-4082-9ea5-0b02b38fcaf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af222ae-4c82-49dd-b8ab-94c2c50f2213, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af222ae-4c82-49dd-b8ab-94c2c50f2213, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16873622602504655963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a534dc-16c4-445e-bed7-fac85dd57ab4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e59c79d4-0d16-4bd5-a70d-efbd9b8f2a36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e59c79d4-0d16-4bd5-a70d-efbd9b8f2a36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6507778437740572002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af222ae-4c82-49dd-b8ab-94c2c50f2213, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c682f837-4b43-43b8-bb0a-f887de409145, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c682f837-4b43-43b8-bb0a-f887de409145, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3709883697076954718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e59c79d4-0d16-4bd5-a70d-efbd9b8f2a36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1efa987-8c35-4898-bb4b-366f8258dadf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1efa987-8c35-4898-bb4b-366f8258dadf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4310270677477280656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c682f837-4b43-43b8-bb0a-f887de409145, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5edf2eeb-f3a0-44e6-aade-7515c81a3849, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5edf2eeb-f3a0-44e6-aade-7515c81a3849, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5164871498559654192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1efa987-8c35-4898-bb4b-366f8258dadf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e53d1f-8881-4c89-98f8-b23a38a8b08b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e53d1f-8881-4c89-98f8-b23a38a8b08b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13933138468828109456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5edf2eeb-f3a0-44e6-aade-7515c81a3849, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c77521d5-10ee-4b3c-aace-623adcdf6ea7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77521d5-10ee-4b3c-aace-623adcdf6ea7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15527440375385091178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e53d1f-8881-4c89-98f8-b23a38a8b08b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434ff5b3-66e4-445e-9cf8-0b19a33dac42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434ff5b3-66e4-445e-9cf8-0b19a33dac42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 612833277525793960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77521d5-10ee-4b3c-aace-623adcdf6ea7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bafc1f8-ef3d-4c98-acb9-45b81168eced, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434ff5b3-66e4-445e-9cf8-0b19a33dac42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bafc1f8-ef3d-4c98-acb9-45b81168eced, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16836123063019972597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258b0595-9e95-4d21-9095-b997801b75e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258b0595-9e95-4d21-9095-b997801b75e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7809589068866862668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bafc1f8-ef3d-4c98-acb9-45b81168eced, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0b0c1a8-93b4-421e-9657-7e32870ed094, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258b0595-9e95-4d21-9095-b997801b75e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b0c1a8-93b4-421e-9657-7e32870ed094, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17592155059895277493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93c8124e-b0ef-41cb-a7a2-ca6e2201cc90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93c8124e-b0ef-41cb-a7a2-ca6e2201cc90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5155069440067486851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93c8124e-b0ef-41cb-a7a2-ca6e2201cc90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a30a2d7-2db2-4eca-b830-4726f6e8fb76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a30a2d7-2db2-4eca-b830-4726f6e8fb76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4326045587190967314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b0c1a8-93b4-421e-9657-7e32870ed094, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bd8b4c8-d29d-4fc8-802b-99afdd6c630d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd8b4c8-d29d-4fc8-802b-99afdd6c630d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13896961204586218641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a30a2d7-2db2-4eca-b830-4726f6e8fb76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dc41dfc-c173-420e-bad1-9c4e11465883, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc41dfc-c173-420e-bad1-9c4e11465883, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6256279686242168124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd8b4c8-d29d-4fc8-802b-99afdd6c630d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38e9f4ef-1ff7-43c9-8cea-8d800a2068fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38e9f4ef-1ff7-43c9-8cea-8d800a2068fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 540105420558269234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc41dfc-c173-420e-bad1-9c4e11465883, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0200baac-bd33-4449-acfe-7078cc3ba2c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0200baac-bd33-4449-acfe-7078cc3ba2c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18203439051759179566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38e9f4ef-1ff7-43c9-8cea-8d800a2068fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 696b2102-1877-49f2-aeef-608a5a6d24dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0200baac-bd33-4449-acfe-7078cc3ba2c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696b2102-1877-49f2-aeef-608a5a6d24dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12248419218166026397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfd87b0e-2637-4ff7-ad1c-7e19dce21c1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd87b0e-2637-4ff7-ad1c-7e19dce21c1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17557837576876081318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696b2102-1877-49f2-aeef-608a5a6d24dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd87b0e-2637-4ff7-ad1c-7e19dce21c1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee29cf5f-57ab-4540-be19-eccd72c2012c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee29cf5f-57ab-4540-be19-eccd72c2012c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10402022383843658111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed8d2ebc-a6e0-4758-81c8-bb6ba1a6ac3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8d2ebc-a6e0-4758-81c8-bb6ba1a6ac3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3743588542055341757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee29cf5f-57ab-4540-be19-eccd72c2012c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9478bb91-8049-4fd8-b06d-f387f5643171, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9478bb91-8049-4fd8-b06d-f387f5643171, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5209340824888006323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8d2ebc-a6e0-4758-81c8-bb6ba1a6ac3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52e1e348-398f-4499-84cc-edc4b511b0d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e1e348-398f-4499-84cc-edc4b511b0d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10252354851990452752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9478bb91-8049-4fd8-b06d-f387f5643171, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f00d2c10-4480-402e-9bf8-f9182e4f4a54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f00d2c10-4480-402e-9bf8-f9182e4f4a54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10951754653208264654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e1e348-398f-4499-84cc-edc4b511b0d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abcc239c-c2db-405d-a23d-5d632afb650b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcc239c-c2db-405d-a23d-5d632afb650b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4984570855471064737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f00d2c10-4480-402e-9bf8-f9182e4f4a54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c7934b8-8731-47be-affb-0d8d830bcc61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c7934b8-8731-47be-affb-0d8d830bcc61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13942006478342359801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcc239c-c2db-405d-a23d-5d632afb650b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfbe0406-b8f4-4fbf-94ac-e969723e2c26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfbe0406-b8f4-4fbf-94ac-e969723e2c26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2070851205899062680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c7934b8-8731-47be-affb-0d8d830bcc61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f66402af-da41-4af1-9f05-03f876fc9896, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f66402af-da41-4af1-9f05-03f876fc9896, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10761228380021928240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfbe0406-b8f4-4fbf-94ac-e969723e2c26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a307458c-03da-45cb-94dc-a5101071f742, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a307458c-03da-45cb-94dc-a5101071f742, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3415161498765358013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f66402af-da41-4af1-9f05-03f876fc9896, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22923ef0-8f5a-45d7-b390-52645c6127f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22923ef0-8f5a-45d7-b390-52645c6127f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14517343095852145963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a307458c-03da-45cb-94dc-a5101071f742, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bf2d07d-68b6-4d96-91aa-f516fcdf3aad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf2d07d-68b6-4d96-91aa-f516fcdf3aad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4418149623380548807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22923ef0-8f5a-45d7-b390-52645c6127f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 922a663c-a50b-4bfa-b8cf-da6d1cbdcf90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922a663c-a50b-4bfa-b8cf-da6d1cbdcf90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16442440946607797203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf2d07d-68b6-4d96-91aa-f516fcdf3aad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55efabcf-87d0-4bc6-915c-3fa52531dfc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55efabcf-87d0-4bc6-915c-3fa52531dfc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12693147115235867376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922a663c-a50b-4bfa-b8cf-da6d1cbdcf90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b52122f6-760b-4243-a93c-ca3f1c1b4a27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52122f6-760b-4243-a93c-ca3f1c1b4a27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16554663468279176937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55efabcf-87d0-4bc6-915c-3fa52531dfc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12d851ac-6f20-450d-b21e-482fe4c63899, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12d851ac-6f20-450d-b21e-482fe4c63899, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10190915281267932496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52122f6-760b-4243-a93c-ca3f1c1b4a27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d490007b-556d-41c1-9edb-a33549146eb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d490007b-556d-41c1-9edb-a33549146eb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11836650627623766020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12d851ac-6f20-450d-b21e-482fe4c63899, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 972f1494-5aa0-4945-a8af-d8a78ead9770, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 972f1494-5aa0-4945-a8af-d8a78ead9770, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14180156608133111069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d490007b-556d-41c1-9edb-a33549146eb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4453647-d5e6-46e1-88aa-e129e0ac287f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4453647-d5e6-46e1-88aa-e129e0ac287f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16488565194897501296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 972f1494-5aa0-4945-a8af-d8a78ead9770, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d7cbd03-7b6b-4011-9b38-178fe3aa7d9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7cbd03-7b6b-4011-9b38-178fe3aa7d9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3505439438331195971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4453647-d5e6-46e1-88aa-e129e0ac287f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ec909f5-c4df-4dd5-b99d-241a59be1031, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec909f5-c4df-4dd5-b99d-241a59be1031, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 462753713987288437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7cbd03-7b6b-4011-9b38-178fe3aa7d9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ade17a4b-4166-4f97-b6eb-5f9f69f2e923, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ade17a4b-4166-4f97-b6eb-5f9f69f2e923, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7480621979009975168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec909f5-c4df-4dd5-b99d-241a59be1031, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18d0c4b4-7e6b-41e4-a9d9-e65915ba21f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18d0c4b4-7e6b-41e4-a9d9-e65915ba21f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1384116032765722348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ade17a4b-4166-4f97-b6eb-5f9f69f2e923, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae520e9d-cb0d-451e-a7f7-d42cdd63d20a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae520e9d-cb0d-451e-a7f7-d42cdd63d20a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14365774870803656449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18d0c4b4-7e6b-41e4-a9d9-e65915ba21f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bfdd4e9-07ce-41f7-9c2a-a4c5723d032a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bfdd4e9-07ce-41f7-9c2a-a4c5723d032a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11968520287333648555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae520e9d-cb0d-451e-a7f7-d42cdd63d20a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac492270-0ec8-4662-ada7-92721f14d08c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac492270-0ec8-4662-ada7-92721f14d08c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16898848144071224039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bfdd4e9-07ce-41f7-9c2a-a4c5723d032a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e24f0d14-cf10-408e-94b8-15b37e598502, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e24f0d14-cf10-408e-94b8-15b37e598502, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2633984846034341788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac492270-0ec8-4662-ada7-92721f14d08c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c293c1e-4a79-4408-b39b-7e25c9ab5f83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c293c1e-4a79-4408-b39b-7e25c9ab5f83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619957111291672993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e24f0d14-cf10-408e-94b8-15b37e598502, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d68476a5-dcdd-4046-bca8-33704bab5cc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68476a5-dcdd-4046-bca8-33704bab5cc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5927682043431250269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c293c1e-4a79-4408-b39b-7e25c9ab5f83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4169102b-4a22-4d76-b187-8d414baa2551, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4169102b-4a22-4d76-b187-8d414baa2551, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9181181231440991429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68476a5-dcdd-4046-bca8-33704bab5cc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef3a8e43-311f-4d99-a8c0-a3914fd652bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4169102b-4a22-4d76-b187-8d414baa2551, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef3a8e43-311f-4d99-a8c0-a3914fd652bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9794180202845362646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 653c3542-da17-499c-929c-a72fd3a4edb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 653c3542-da17-499c-929c-a72fd3a4edb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9546393352793942459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef3a8e43-311f-4d99-a8c0-a3914fd652bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 608c7a41-c680-4233-8cae-514bc9ae8c67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 608c7a41-c680-4233-8cae-514bc9ae8c67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4805369459923731975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 653c3542-da17-499c-929c-a72fd3a4edb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 427a5901-a33e-49f7-8110-e28e8ff89303, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 427a5901-a33e-49f7-8110-e28e8ff89303, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 760291817999061718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 608c7a41-c680-4233-8cae-514bc9ae8c67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 342a6d83-88a9-42f5-a8c4-ab3bdee722ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342a6d83-88a9-42f5-a8c4-ab3bdee722ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16729638770604760172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 427a5901-a33e-49f7-8110-e28e8ff89303, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e211557-b735-4c7f-8034-c3a4d1e19eef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e211557-b735-4c7f-8034-c3a4d1e19eef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561501077073260232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342a6d83-88a9-42f5-a8c4-ab3bdee722ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a38ba13b-a3d0-4759-a0bc-5b44bfcce837, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a38ba13b-a3d0-4759-a0bc-5b44bfcce837, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15367143663877313572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e211557-b735-4c7f-8034-c3a4d1e19eef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fffb618-3e0a-49b8-a49f-38ec8a74dc0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fffb618-3e0a-49b8-a49f-38ec8a74dc0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15527719843195769557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a38ba13b-a3d0-4759-a0bc-5b44bfcce837, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65967ccd-a690-429c-aa7f-bbb3b61e09f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65967ccd-a690-429c-aa7f-bbb3b61e09f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14462821053955872887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fffb618-3e0a-49b8-a49f-38ec8a74dc0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd9cab13-a8e6-4b15-b54d-5eabbbfa6724, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd9cab13-a8e6-4b15-b54d-5eabbbfa6724, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1370663456149269832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65967ccd-a690-429c-aa7f-bbb3b61e09f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 053d1642-7594-4429-9140-91bf9bc57bc1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 053d1642-7594-4429-9140-91bf9bc57bc1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2396061334356181711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd9cab13-a8e6-4b15-b54d-5eabbbfa6724, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 020a23cc-6ac7-46eb-9cac-3cd967f2f4f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 020a23cc-6ac7-46eb-9cac-3cd967f2f4f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976479805207294515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 020a23cc-6ac7-46eb-9cac-3cd967f2f4f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa588d39-ad30-43d5-ae44-a8c2931a8bd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa588d39-ad30-43d5-ae44-a8c2931a8bd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6306599933521037111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 053d1642-7594-4429-9140-91bf9bc57bc1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c37b829a-5233-4553-94f5-c7d2dfdafd25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37b829a-5233-4553-94f5-c7d2dfdafd25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8455784009614720969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa588d39-ad30-43d5-ae44-a8c2931a8bd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f921944-eec8-47b2-a540-ac010b9bc38e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f921944-eec8-47b2-a540-ac010b9bc38e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 342388003153313039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37b829a-5233-4553-94f5-c7d2dfdafd25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dc08c90-61ad-4222-8005-2d9f39135038, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dc08c90-61ad-4222-8005-2d9f39135038, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 493581296437923537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f921944-eec8-47b2-a540-ac010b9bc38e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258b098c-4627-405c-8339-3e8dc300ba62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258b098c-4627-405c-8339-3e8dc300ba62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15265801863663303058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dc08c90-61ad-4222-8005-2d9f39135038, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 455c2f39-d58f-4423-b375-acdd944cbf7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 455c2f39-d58f-4423-b375-acdd944cbf7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13539541439299451404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258b098c-4627-405c-8339-3e8dc300ba62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 923aa42a-ad21-4b9b-8620-da16d16239e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 923aa42a-ad21-4b9b-8620-da16d16239e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12431862806141314153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 923aa42a-ad21-4b9b-8620-da16d16239e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbdad90d-2366-42d9-b786-143cf011a573, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbdad90d-2366-42d9-b786-143cf011a573, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6604936285496624668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 455c2f39-d58f-4423-b375-acdd944cbf7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4977e2a7-11ef-4e01-b6ad-1688170b128a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4977e2a7-11ef-4e01-b6ad-1688170b128a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7659610614650940382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbdad90d-2366-42d9-b786-143cf011a573, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8649229-5ba6-43d2-baf7-85ee685bbe2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8649229-5ba6-43d2-baf7-85ee685bbe2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6401131900959861519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4977e2a7-11ef-4e01-b6ad-1688170b128a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 312267c3-4082-4c42-8ad3-e78259475f9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 312267c3-4082-4c42-8ad3-e78259475f9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13752602352454834159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8649229-5ba6-43d2-baf7-85ee685bbe2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d1c11e6-8e89-436f-be44-4b8116d32fcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1c11e6-8e89-436f-be44-4b8116d32fcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13407253511737414867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 312267c3-4082-4c42-8ad3-e78259475f9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a94df367-bf07-4bea-aef6-2a68935d0e6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a94df367-bf07-4bea-aef6-2a68935d0e6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6571757276384005149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1c11e6-8e89-436f-be44-4b8116d32fcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c0065a1-145f-4c23-8bb0-086d435539cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0065a1-145f-4c23-8bb0-086d435539cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2439040465595928578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a94df367-bf07-4bea-aef6-2a68935d0e6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af0a6ce4-40ad-41c0-aba3-8888e9bf5a10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af0a6ce4-40ad-41c0-aba3-8888e9bf5a10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11980632953301729523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0065a1-145f-4c23-8bb0-086d435539cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 867710cb-17f5-4d37-a97f-bb9849935401, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 867710cb-17f5-4d37-a97f-bb9849935401, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7294551207652471443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af0a6ce4-40ad-41c0-aba3-8888e9bf5a10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccfac2e1-d444-42d6-9728-d704349e9ee0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccfac2e1-d444-42d6-9728-d704349e9ee0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4836233970837747010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 867710cb-17f5-4d37-a97f-bb9849935401, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b207064c-1cd4-435f-8475-5debbc6e89e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b207064c-1cd4-435f-8475-5debbc6e89e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7137806628599094714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccfac2e1-d444-42d6-9728-d704349e9ee0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3898a39-2988-4b4f-8289-ea2b856cf597, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3898a39-2988-4b4f-8289-ea2b856cf597, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4587059096032304992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3898a39-2988-4b4f-8289-ea2b856cf597, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bb57554-c88e-42cf-9bac-2f6ffc8ff4e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bb57554-c88e-42cf-9bac-2f6ffc8ff4e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15990013813505919270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b207064c-1cd4-435f-8475-5debbc6e89e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 929e15da-4c53-49dd-a46c-15e9b36cc482, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929e15da-4c53-49dd-a46c-15e9b36cc482, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10479963402408325001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bb57554-c88e-42cf-9bac-2f6ffc8ff4e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0910ea9-29ed-4555-b4dd-c8b926f2f8a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0910ea9-29ed-4555-b4dd-c8b926f2f8a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 245346704030540849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929e15da-4c53-49dd-a46c-15e9b36cc482, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa00a114-31d3-4e41-b7fc-42d9cd5b10da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa00a114-31d3-4e41-b7fc-42d9cd5b10da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17041459501602374979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0910ea9-29ed-4555-b4dd-c8b926f2f8a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78c936cf-2839-4c72-a2d7-26a7fc3aa78d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78c936cf-2839-4c72-a2d7-26a7fc3aa78d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 61198787780850953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6119878778085095361198787780850953611987877808509536119878778085095361198787780850953611987877808509536119878778085095361198787780850953611987877808509536119878778085095361198787780850953611987877808509536119878778085095361198787780850953611987877808509536119878778085095361198787780850953611987877808509536119878778085095361198787780850953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78c936cf-2839-4c72-a2d7-26a7fc3aa78d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1a651c0-f49f-4f14-a3fd-6f13c1909d7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a651c0-f49f-4f14-a3fd-6f13c1909d7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2984897427924264986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa00a114-31d3-4e41-b7fc-42d9cd5b10da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9da38de5-6696-47e8-b51f-8df0fba8c7c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da38de5-6696-47e8-b51f-8df0fba8c7c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7822941032994658400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a651c0-f49f-4f14-a3fd-6f13c1909d7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e20b6d92-db7d-48c3-bf48-f163a2a0e4bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20b6d92-db7d-48c3-bf48-f163a2a0e4bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8311721261289262238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da38de5-6696-47e8-b51f-8df0fba8c7c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bab350e-54b7-4a42-93e9-375f68cdcdf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bab350e-54b7-4a42-93e9-375f68cdcdf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4772494460464433933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20b6d92-db7d-48c3-bf48-f163a2a0e4bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 110d22f3-b387-4197-b8a4-5ea318928aac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 110d22f3-b387-4197-b8a4-5ea318928aac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17567829726533750425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 110d22f3-b387-4197-b8a4-5ea318928aac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bab350e-54b7-4a42-93e9-375f68cdcdf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49df19bf-3a2c-445a-9d60-115637e0a5ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49df19bf-3a2c-445a-9d60-115637e0a5ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13103091984428216646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac945229-a53d-43c6-8217-f6b8ee3dc553, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac945229-a53d-43c6-8217-f6b8ee3dc553, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13746343268000253094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49df19bf-3a2c-445a-9d60-115637e0a5ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac945229-a53d-43c6-8217-f6b8ee3dc553, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53980aea-7f44-493c-8405-88c0827aa7bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53980aea-7f44-493c-8405-88c0827aa7bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7271508521444156651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16709713-861e-4878-b93e-c765ef0cd0e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16709713-861e-4878-b93e-c765ef0cd0e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2200082969657642246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53980aea-7f44-493c-8405-88c0827aa7bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3d9e806-5100-47a9-b011-61c377607747, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d9e806-5100-47a9-b011-61c377607747, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12422243134130777681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16709713-861e-4878-b93e-c765ef0cd0e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd8096f0-56c9-4395-8620-a6ff7e6a72b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd8096f0-56c9-4395-8620-a6ff7e6a72b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6183567345122932355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d9e806-5100-47a9-b011-61c377607747, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f6e6c6f-1475-48e6-b3b2-5453e184dfdd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f6e6c6f-1475-48e6-b3b2-5453e184dfdd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1521528442056701198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd8096f0-56c9-4395-8620-a6ff7e6a72b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b72b72b-c3ce-46c4-987d-76e0d7f490b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b72b72b-c3ce-46c4-987d-76e0d7f490b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6275949822238359628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f6e6c6f-1475-48e6-b3b2-5453e184dfdd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b72b72b-c3ce-46c4-987d-76e0d7f490b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b663010-9322-4654-9ce4-c0be417c0d3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b663010-9322-4654-9ce4-c0be417c0d3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12715278679477590717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 121e63fd-7e4e-43a4-8238-a27e1751752b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 121e63fd-7e4e-43a4-8238-a27e1751752b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17797808741866209681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b663010-9322-4654-9ce4-c0be417c0d3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 316fdf29-fc71-4f83-b679-4512019973bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316fdf29-fc71-4f83-b679-4512019973bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5923824234807053363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 121e63fd-7e4e-43a4-8238-a27e1751752b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316fdf29-fc71-4f83-b679-4512019973bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03124b4c-6ac7-438b-94da-97c8e8ef3745, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03124b4c-6ac7-438b-94da-97c8e8ef3745, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8719734942307138643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6294df5-821a-4106-b5e2-ae68ff374247, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6294df5-821a-4106-b5e2-ae68ff374247, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17825625771623114871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03124b4c-6ac7-438b-94da-97c8e8ef3745, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c95fef22-2d87-47f8-a0bc-9a40e8d0885d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95fef22-2d87-47f8-a0bc-9a40e8d0885d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5112797935536638877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6294df5-821a-4106-b5e2-ae68ff374247, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51d13d70-c822-4814-a9cf-65d51bdb9fd4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d13d70-c822-4814-a9cf-65d51bdb9fd4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5777045890522491527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95fef22-2d87-47f8-a0bc-9a40e8d0885d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b5e6c84-f514-4da8-af7b-7fb1e93efad2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5e6c84-f514-4da8-af7b-7fb1e93efad2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 29863216864088212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2986321686408821229863216864088212298632168640882122986321686408821229863216864088212298632168640882122986321686408821229863216864088212298632168640882122986321686408821229863216864088212298632168640882122986321686408821229863216864088212298632168640882122986321686408821229863216864088212298632168640882122986321686408821229863216864088212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d13d70-c822-4814-a9cf-65d51bdb9fd4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bd58e13-8051-45cb-9a46-5c8d142cebb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd58e13-8051-45cb-9a46-5c8d142cebb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17018345119935849341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5e6c84-f514-4da8-af7b-7fb1e93efad2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2574534a-13ef-4972-9110-ea1642900554, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2574534a-13ef-4972-9110-ea1642900554, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12715723866353768516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd58e13-8051-45cb-9a46-5c8d142cebb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 579e34de-9880-4d3a-8729-f0da6254ced5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579e34de-9880-4d3a-8729-f0da6254ced5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4590767479727348208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2574534a-13ef-4972-9110-ea1642900554, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4b0bf7b-c66b-4204-967c-421b070e4241, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b0bf7b-c66b-4204-967c-421b070e4241, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9449300308921322441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579e34de-9880-4d3a-8729-f0da6254ced5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f150cfd-32ab-4e50-8c92-add75f689ad6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b0bf7b-c66b-4204-967c-421b070e4241, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57b89b63-a564-44d4-b1be-bbd479787817, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b89b63-a564-44d4-b1be-bbd479787817, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4298208721544515269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f150cfd-32ab-4e50-8c92-add75f689ad6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16826731792135735539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b89b63-a564-44d4-b1be-bbd479787817, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88fc09dd-8d7d-46b7-bed7-b48cf2f9fe43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88fc09dd-8d7d-46b7-bed7-b48cf2f9fe43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2561016423256515608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f150cfd-32ab-4e50-8c92-add75f689ad6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12dba6f9-31a9-4767-bd19-ffd328c2aa94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12dba6f9-31a9-4767-bd19-ffd328c2aa94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6949098816483074642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88fc09dd-8d7d-46b7-bed7-b48cf2f9fe43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bd0ba1d-ef42-4bb1-9c76-a26c2d1afa0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd0ba1d-ef42-4bb1-9c76-a26c2d1afa0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17366168302893014113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd0ba1d-ef42-4bb1-9c76-a26c2d1afa0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12dba6f9-31a9-4767-bd19-ffd328c2aa94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc15a7b7-ef13-4c15-9624-75f40ed8efe5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc15a7b7-ef13-4c15-9624-75f40ed8efe5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16096406756291079568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e955c6ad-b3c5-4665-bbd0-f264254d8f3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e955c6ad-b3c5-4665-bbd0-f264254d8f3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4423641616244936076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc15a7b7-ef13-4c15-9624-75f40ed8efe5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b81e8f9-64e7-4d0f-b2e0-8042c590c444, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e955c6ad-b3c5-4665-bbd0-f264254d8f3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c70a9bfd-9c4e-49c4-bc1c-94bc4c104fe0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c70a9bfd-9c4e-49c4-bc1c-94bc4c104fe0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16945662986365697477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b81e8f9-64e7-4d0f-b2e0-8042c590c444, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7121241367140478558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c70a9bfd-9c4e-49c4-bc1c-94bc4c104fe0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b81e8f9-64e7-4d0f-b2e0-8042c590c444, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f52104e-3e3d-40c2-89fb-60d645f31754, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f52104e-3e3d-40c2-89fb-60d645f31754, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2927544968729321562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e59e0307-4cb9-4822-a068-4b8f028ca503, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e59e0307-4cb9-4822-a068-4b8f028ca503, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14207187649624605471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f52104e-3e3d-40c2-89fb-60d645f31754, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 427c589f-4bca-447a-babf-c8ce20bef640, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e59e0307-4cb9-4822-a068-4b8f028ca503, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 427c589f-4bca-447a-babf-c8ce20bef640, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 270306681397147309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e18d37b3-445b-4978-b386-d16fa59fa7d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e18d37b3-445b-4978-b386-d16fa59fa7d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1986806169940497619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 427c589f-4bca-447a-babf-c8ce20bef640, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e18d37b3-445b-4978-b386-d16fa59fa7d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb3bc5d2-e5c3-46cd-9b8d-01f8f733adaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3bc5d2-e5c3-46cd-9b8d-01f8f733adaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16304739823806871082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0942a33f-f548-425e-8d73-ebee0341fdbc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0942a33f-f548-425e-8d73-ebee0341fdbc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13423944909148210625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3bc5d2-e5c3-46cd-9b8d-01f8f733adaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef46181e-219a-4480-a4d2-1d24ab1b5a3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef46181e-219a-4480-a4d2-1d24ab1b5a3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3941234166643747769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0942a33f-f548-425e-8d73-ebee0341fdbc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9adf27-85a5-49c4-a3b9-3894ba78e43b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9adf27-85a5-49c4-a3b9-3894ba78e43b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424639308046521352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef46181e-219a-4480-a4d2-1d24ab1b5a3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9adf27-85a5-49c4-a3b9-3894ba78e43b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 308c3b72-9b3c-4b8e-8073-5591271613da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 308c3b72-9b3c-4b8e-8073-5591271613da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11959065500619271079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43463eb6-8f30-4eaa-ad59-ca50f9a0b4e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43463eb6-8f30-4eaa-ad59-ca50f9a0b4e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4531997092748947779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 308c3b72-9b3c-4b8e-8073-5591271613da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c27e653e-2745-4cc3-ad06-767c8895eba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43463eb6-8f30-4eaa-ad59-ca50f9a0b4e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27e653e-2745-4cc3-ad06-767c8895eba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9148549533993129534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6387f766-14d1-4650-8303-377494918b3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6387f766-14d1-4650-8303-377494918b3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5968681283923544412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27e653e-2745-4cc3-ad06-767c8895eba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6387f766-14d1-4650-8303-377494918b3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 190e96b7-418b-42e1-9e8d-f14f97c3fcc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 190e96b7-418b-42e1-9e8d-f14f97c3fcc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3679794639719140969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3193ad80-703a-438a-8502-e7911af54fd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3193ad80-703a-438a-8502-e7911af54fd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10452331098873629826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 190e96b7-418b-42e1-9e8d-f14f97c3fcc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b5bd660-3007-4045-ac64-05d3ba8b24c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5bd660-3007-4045-ac64-05d3ba8b24c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9796615615968195583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3193ad80-703a-438a-8502-e7911af54fd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5bd660-3007-4045-ac64-05d3ba8b24c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d553b389-3687-46a6-9668-51fab829752b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d553b389-3687-46a6-9668-51fab829752b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8854255506224497526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea5d70d-020c-4d70-9510-513043f216eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea5d70d-020c-4d70-9510-513043f216eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8434407261921447352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d553b389-3687-46a6-9668-51fab829752b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea5d70d-020c-4d70-9510-513043f216eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ba9d9fa-24bd-402f-9198-076969a1deed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1b31ea5-7e75-4b21-a107-40931a1da6c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b31ea5-7e75-4b21-a107-40931a1da6c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 156690201437336034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba9d9fa-24bd-402f-9198-076969a1deed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 871712410816319776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b31ea5-7e75-4b21-a107-40931a1da6c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba9d9fa-24bd-402f-9198-076969a1deed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b30ed0e-dd2b-40e5-b196-5768a52cb829, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41d87147-8b0f-45ac-ac93-f9a0cd984520, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b30ed0e-dd2b-40e5-b196-5768a52cb829, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2063275734464317424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41d87147-8b0f-45ac-ac93-f9a0cd984520, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3353861132972358696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b30ed0e-dd2b-40e5-b196-5768a52cb829, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41d87147-8b0f-45ac-ac93-f9a0cd984520, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 117e2acb-8586-41aa-8b83-8b32160dba09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117e2acb-8586-41aa-8b83-8b32160dba09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3482652499521194317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117e2acb-8586-41aa-8b83-8b32160dba09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cef1579-211d-48b8-9299-89da9682b9c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd253c9d-f424-4bf4-88ca-37c965f9761d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cef1579-211d-48b8-9299-89da9682b9c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6822403397390412305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd253c9d-f424-4bf4-88ca-37c965f9761d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6190519786736528713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cef1579-211d-48b8-9299-89da9682b9c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd253c9d-f424-4bf4-88ca-37c965f9761d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e70ba058-481b-4729-9345-297dfd746059, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70ba058-481b-4729-9345-297dfd746059, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12996698074468784097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f2c02ae-cfab-486d-bde2-2653030f3599, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2c02ae-cfab-486d-bde2-2653030f3599, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18210709780554685020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70ba058-481b-4729-9345-297dfd746059, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2c02ae-cfab-486d-bde2-2653030f3599, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99b3dff4-c5f7-4d34-bb51-8bf2591fdca2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99b3dff4-c5f7-4d34-bb51-8bf2591fdca2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2175700790837413249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99b3dff4-c5f7-4d34-bb51-8bf2591fdca2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bf99db1-eb2c-4000-bf36-7ca0f3ccbb10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bf99db1-eb2c-4000-bf36-7ca0f3ccbb10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4813885951933931456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a1b76b4-7322-41d4-a20e-27262806497c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a1b76b4-7322-41d4-a20e-27262806497c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 865626060810384438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bf99db1-eb2c-4000-bf36-7ca0f3ccbb10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af4c01ef-4aab-4511-9358-27eae5d68acd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af4c01ef-4aab-4511-9358-27eae5d68acd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 630021314568565267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a1b76b4-7322-41d4-a20e-27262806497c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af4c01ef-4aab-4511-9358-27eae5d68acd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 713470dd-1a90-4721-b626-c3020ded4c57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 713470dd-1a90-4721-b626-c3020ded4c57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15339363343745830999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f181158d-719d-4973-9abb-db3e5b9c8ace, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f181158d-719d-4973-9abb-db3e5b9c8ace, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18045503681984381889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 713470dd-1a90-4721-b626-c3020ded4c57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f181158d-719d-4973-9abb-db3e5b9c8ace, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0baf0f48-6b04-4f46-b96b-511d3d645afb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0baf0f48-6b04-4f46-b96b-511d3d645afb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11273344667610235715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6a64677-f710-439c-8769-ee838a2e37a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0baf0f48-6b04-4f46-b96b-511d3d645afb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a64677-f710-439c-8769-ee838a2e37a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12130645820324116249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c97cd2ce-8116-4caa-8649-747279539718, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c97cd2ce-8116-4caa-8649-747279539718, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702309843053467059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a64677-f710-439c-8769-ee838a2e37a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70c223ed-376e-493e-9987-b4238a8b6cad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c223ed-376e-493e-9987-b4238a8b6cad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12788645291819413809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c97cd2ce-8116-4caa-8649-747279539718, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98031233-2f06-4c1a-af7b-54d8dfed9c35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98031233-2f06-4c1a-af7b-54d8dfed9c35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17667049325853968443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c223ed-376e-493e-9987-b4238a8b6cad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98031233-2f06-4c1a-af7b-54d8dfed9c35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 621b4c4e-fc55-4402-8fd3-6ac12e6ca651, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 621b4c4e-fc55-4402-8fd3-6ac12e6ca651, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13266252384157136675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 793ef149-67e7-4e96-82cb-bf0f7aa2863c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 793ef149-67e7-4e96-82cb-bf0f7aa2863c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12077199702359382786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 621b4c4e-fc55-4402-8fd3-6ac12e6ca651, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48e6f856-3ff5-4e9e-a776-20a372c3ca48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e6f856-3ff5-4e9e-a776-20a372c3ca48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7679020094728413250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 793ef149-67e7-4e96-82cb-bf0f7aa2863c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e6f856-3ff5-4e9e-a776-20a372c3ca48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a7456dd-5be7-4269-be3a-93b829a8012a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d35123-0d77-4b22-ad8c-dd8519ca2aba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d35123-0d77-4b22-ad8c-dd8519ca2aba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11825261575389375758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a7456dd-5be7-4269-be3a-93b829a8012a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17041064824140210047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d35123-0d77-4b22-ad8c-dd8519ca2aba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a7456dd-5be7-4269-be3a-93b829a8012a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 682d96de-4da2-4e16-a0a4-78e7bea2afb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0958a454-533c-4c83-909d-27171ff0e8a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 682d96de-4da2-4e16-a0a4-78e7bea2afb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12625583196217925183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0958a454-533c-4c83-909d-27171ff0e8a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12769004187354959492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0958a454-533c-4c83-909d-27171ff0e8a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 682d96de-4da2-4e16-a0a4-78e7bea2afb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf2e5af7-0b10-46a3-9ab6-a9c728a40aba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2e5af7-0b10-46a3-9ab6-a9c728a40aba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3529504814585558481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cce82e5-e448-4fbf-a094-a5e80425fb1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cce82e5-e448-4fbf-a094-a5e80425fb1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10847640516396960719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2e5af7-0b10-46a3-9ab6-a9c728a40aba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27932571-5bfd-4f98-a4b8-ef9406d645d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27932571-5bfd-4f98-a4b8-ef9406d645d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3058426377651496359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cce82e5-e448-4fbf-a094-a5e80425fb1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f16db29-ba51-4ddd-995d-37728baa57ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27932571-5bfd-4f98-a4b8-ef9406d645d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f16db29-ba51-4ddd-995d-37728baa57ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1348153807609893563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 609e7b06-d29b-4055-a36b-eb64be104ab1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f16db29-ba51-4ddd-995d-37728baa57ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 609e7b06-d29b-4055-a36b-eb64be104ab1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5152965168275672848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90cb12aa-b348-448b-8370-76a33c3921c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90cb12aa-b348-448b-8370-76a33c3921c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15195557449058543614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 609e7b06-d29b-4055-a36b-eb64be104ab1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90cb12aa-b348-448b-8370-76a33c3921c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba232e2d-9dfe-4725-8d6e-56283d393c75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba232e2d-9dfe-4725-8d6e-56283d393c75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5862185230772480275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba232e2d-9dfe-4725-8d6e-56283d393c75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b787956d-3714-421d-ade6-65647bb1bea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b787956d-3714-421d-ade6-65647bb1bea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10453705352155217000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73495385-9b52-4ab6-961c-fca9bc619313, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73495385-9b52-4ab6-961c-fca9bc619313, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7564279185789548411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b787956d-3714-421d-ade6-65647bb1bea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73495385-9b52-4ab6-961c-fca9bc619313, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d66a84a4-6c0e-4ce6-9a9b-2a239ae18464, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d66a84a4-6c0e-4ce6-9a9b-2a239ae18464, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10009089298162640631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 089861f7-0435-4f03-812b-4db9c8096601, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 089861f7-0435-4f03-812b-4db9c8096601, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8285072460173114805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d66a84a4-6c0e-4ce6-9a9b-2a239ae18464, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 089861f7-0435-4f03-812b-4db9c8096601, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 068ca957-f393-4d13-ae85-958e9ce4c535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 068ca957-f393-4d13-ae85-958e9ce4c535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5488352051722367931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab638156-7811-4ff1-8b63-4af7fd45abda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab638156-7811-4ff1-8b63-4af7fd45abda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2231300002524083894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 068ca957-f393-4d13-ae85-958e9ce4c535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab638156-7811-4ff1-8b63-4af7fd45abda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2c515f6-8387-4184-be56-c3b60e2ac1a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c965a02-fdf8-4550-b1ff-46484e0cbee7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c515f6-8387-4184-be56-c3b60e2ac1a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18335965431289085312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c965a02-fdf8-4550-b1ff-46484e0cbee7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14006959416121727777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c515f6-8387-4184-be56-c3b60e2ac1a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c965a02-fdf8-4550-b1ff-46484e0cbee7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 545130be-8a9b-4d7b-a373-434061799a48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baec5e14-4823-4304-acde-c9f1fdf5bcbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 545130be-8a9b-4d7b-a373-434061799a48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12785548740551299957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baec5e14-4823-4304-acde-c9f1fdf5bcbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13587460537526878901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 545130be-8a9b-4d7b-a373-434061799a48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5b6f258-77c9-42dd-9348-17bc153a9b76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baec5e14-4823-4304-acde-c9f1fdf5bcbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b6f258-77c9-42dd-9348-17bc153a9b76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005720626029937707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19359441-56ce-4109-9c42-dc2323313c68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19359441-56ce-4109-9c42-dc2323313c68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 320957976506709162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19359441-56ce-4109-9c42-dc2323313c68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb460ea-4a92-4a9c-aac3-af89b09452d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb460ea-4a92-4a9c-aac3-af89b09452d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10975913997451460969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b6f258-77c9-42dd-9348-17bc153a9b76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aca5c0ec-5a6f-4cc4-a345-d1e9abbcaddd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca5c0ec-5a6f-4cc4-a345-d1e9abbcaddd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13126138944178399340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb460ea-4a92-4a9c-aac3-af89b09452d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca5c0ec-5a6f-4cc4-a345-d1e9abbcaddd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 512cae3a-91dc-465d-b727-28966d7bd607, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a80d62fc-c16e-4398-81f8-91eb5ac53b7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512cae3a-91dc-465d-b727-28966d7bd607, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8535888948449207985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a80d62fc-c16e-4398-81f8-91eb5ac53b7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463231791295474193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512cae3a-91dc-465d-b727-28966d7bd607, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a80d62fc-c16e-4398-81f8-91eb5ac53b7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd7a9402-c73e-4192-99c7-00baa5febca0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd7a9402-c73e-4192-99c7-00baa5febca0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17613698259835759899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8396534-ce9c-433f-8a57-7bbe47e9c2a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8396534-ce9c-433f-8a57-7bbe47e9c2a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10598144575296848309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd7a9402-c73e-4192-99c7-00baa5febca0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff2ca2e6-5f91-4e68-bc38-637d86951781, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff2ca2e6-5f91-4e68-bc38-637d86951781, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1464723035871650582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8396534-ce9c-433f-8a57-7bbe47e9c2a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dcbc54d-0abc-4573-be82-5ca601287c8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dcbc54d-0abc-4573-be82-5ca601287c8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10652579251664068467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff2ca2e6-5f91-4e68-bc38-637d86951781, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cfec6d2-7d82-4690-84b0-997f91842d94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cfec6d2-7d82-4690-84b0-997f91842d94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1206417274205258981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dcbc54d-0abc-4573-be82-5ca601287c8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cfec6d2-7d82-4690-84b0-997f91842d94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4002fd8a-1e77-41ed-b395-c584ee52f463, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4002fd8a-1e77-41ed-b395-c584ee52f463, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15084703152216885000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2514b6cb-45c5-4020-9167-45007b6db2c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2514b6cb-45c5-4020-9167-45007b6db2c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17429840118381333059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4002fd8a-1e77-41ed-b395-c584ee52f463, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34463645-ea17-4595-8f83-bf1d75121da8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34463645-ea17-4595-8f83-bf1d75121da8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17543940375648012783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2514b6cb-45c5-4020-9167-45007b6db2c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76ddb5a8-c54f-401f-8b3b-57ecdc590604, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76ddb5a8-c54f-401f-8b3b-57ecdc590604, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14266136886044325082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34463645-ea17-4595-8f83-bf1d75121da8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99efbb25-a7df-47ce-ae54-4adc84793285, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99efbb25-a7df-47ce-ae54-4adc84793285, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14031465267412881705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76ddb5a8-c54f-401f-8b3b-57ecdc590604, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d87e5a86-ac72-44c7-95e9-d29fd3766adf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87e5a86-ac72-44c7-95e9-d29fd3766adf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5777672865301007905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99efbb25-a7df-47ce-ae54-4adc84793285, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63e71025-7b1d-422a-851b-8cc9068bb856, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63e71025-7b1d-422a-851b-8cc9068bb856, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7473771507004771229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87e5a86-ac72-44c7-95e9-d29fd3766adf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 032e8aa0-e08e-4530-8a61-f52fc568daa1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63e71025-7b1d-422a-851b-8cc9068bb856, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73b22ad4-4173-410e-96cb-34ed3a9813b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032e8aa0-e08e-4530-8a61-f52fc568daa1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10179949334928247969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73b22ad4-4173-410e-96cb-34ed3a9813b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8428939109580489722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032e8aa0-e08e-4530-8a61-f52fc568daa1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3f017c2-48d0-4f12-b786-f073f0621faa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73b22ad4-4173-410e-96cb-34ed3a9813b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3f017c2-48d0-4f12-b786-f073f0621faa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7594522705502914740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e1c2eed-7cf1-4865-82a9-e712de73092c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e1c2eed-7cf1-4865-82a9-e712de73092c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6663268208622342334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3f017c2-48d0-4f12-b786-f073f0621faa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b26af37-fe49-4db9-8305-b605e60c11b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b26af37-fe49-4db9-8305-b605e60c11b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10945177570687820635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e1c2eed-7cf1-4865-82a9-e712de73092c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfc17c70-eb77-4152-820c-3bbf9a0596b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc17c70-eb77-4152-820c-3bbf9a0596b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6372343096336656189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b26af37-fe49-4db9-8305-b605e60c11b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36b2e1e5-3bdb-47fb-85d6-32dcc61105c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b2e1e5-3bdb-47fb-85d6-32dcc61105c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12100070334274809978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc17c70-eb77-4152-820c-3bbf9a0596b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96f94f53-8783-4768-bd51-782be4ea9edb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f94f53-8783-4768-bd51-782be4ea9edb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1080885375166806346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b2e1e5-3bdb-47fb-85d6-32dcc61105c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b03c4f6-47a0-4263-9914-3f8bf236992d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f94f53-8783-4768-bd51-782be4ea9edb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8152087d-67a2-4989-9f1d-7b7e388cea74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b03c4f6-47a0-4263-9914-3f8bf236992d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2204299264147803686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8152087d-67a2-4989-9f1d-7b7e388cea74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3549278615620177683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b03c4f6-47a0-4263-9914-3f8bf236992d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5378350c-94d4-48cd-ac73-0cf42d56c41e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5378350c-94d4-48cd-ac73-0cf42d56c41e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7516534070652033652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8152087d-67a2-4989-9f1d-7b7e388cea74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a024466-c9a7-49f7-8adc-cf408d5804c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a024466-c9a7-49f7-8adc-cf408d5804c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344051863940267274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5378350c-94d4-48cd-ac73-0cf42d56c41e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0349a62c-e8a1-49d5-9a9c-0fb9a32a8745, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0349a62c-e8a1-49d5-9a9c-0fb9a32a8745, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11783376792749030260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a024466-c9a7-49f7-8adc-cf408d5804c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2f3bde1-e2fd-4da6-a88e-2aa1b8f26496, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2f3bde1-e2fd-4da6-a88e-2aa1b8f26496, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11464136590851036673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0349a62c-e8a1-49d5-9a9c-0fb9a32a8745, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c310f646-939f-4f6d-80d1-25476dc876fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c310f646-939f-4f6d-80d1-25476dc876fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 693307581559991893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2f3bde1-e2fd-4da6-a88e-2aa1b8f26496, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 665c1664-6570-426b-aaa1-39d1e539f279, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665c1664-6570-426b-aaa1-39d1e539f279, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15854586660297577125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c310f646-939f-4f6d-80d1-25476dc876fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1052752-6670-42e3-a371-2b756d1a0445, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1052752-6670-42e3-a371-2b756d1a0445, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6001103898625556331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665c1664-6570-426b-aaa1-39d1e539f279, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a16e7aa-f657-4ff5-abcf-37b733c02589, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a16e7aa-f657-4ff5-abcf-37b733c02589, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3626175272335718911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1052752-6670-42e3-a371-2b756d1a0445, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f82b779a-ba6d-40b0-9a5d-8d35b1613d17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f82b779a-ba6d-40b0-9a5d-8d35b1613d17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18000010508074106399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a16e7aa-f657-4ff5-abcf-37b733c02589, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f56753cd-92f2-4226-8abf-56fe1d7f940e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f56753cd-92f2-4226-8abf-56fe1d7f940e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8348616018919875368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f82b779a-ba6d-40b0-9a5d-8d35b1613d17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd80107c-fabd-4e1a-bb77-4e1229d87cb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd80107c-fabd-4e1a-bb77-4e1229d87cb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 112964642999640235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f56753cd-92f2-4226-8abf-56fe1d7f940e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7138619e-eeb7-4d62-9910-b78826e89ff8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7138619e-eeb7-4d62-9910-b78826e89ff8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9804311239654301538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd80107c-fabd-4e1a-bb77-4e1229d87cb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f0eda3d-5d1a-4b65-a4bf-935c2bd6386c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0eda3d-5d1a-4b65-a4bf-935c2bd6386c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9097280207559315414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7138619e-eeb7-4d62-9910-b78826e89ff8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 567421ec-2b1f-464b-b11e-ed26928f3cc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 567421ec-2b1f-464b-b11e-ed26928f3cc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17042967594684049970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0eda3d-5d1a-4b65-a4bf-935c2bd6386c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdc3f67c-c072-4b08-a4dc-58687124b55f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc3f67c-c072-4b08-a4dc-58687124b55f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10521976286821623696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 567421ec-2b1f-464b-b11e-ed26928f3cc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35ff8cc0-a0ca-4e0e-9e34-62b517fced79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35ff8cc0-a0ca-4e0e-9e34-62b517fced79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3252911063619953349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc3f67c-c072-4b08-a4dc-58687124b55f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f00b019-f98d-4666-a865-8be7e0a5b7f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f00b019-f98d-4666-a865-8be7e0a5b7f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7680248478885965564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35ff8cc0-a0ca-4e0e-9e34-62b517fced79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcb971fb-3426-4dc4-aa07-48b104b2909c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcb971fb-3426-4dc4-aa07-48b104b2909c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 389742667858065284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f00b019-f98d-4666-a865-8be7e0a5b7f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a31c077-2ef2-45c0-9602-a662baf438a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a31c077-2ef2-45c0-9602-a662baf438a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13145700039692508133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcb971fb-3426-4dc4-aa07-48b104b2909c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef4fc89c-62fd-45f5-804b-28c0ef94d6ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef4fc89c-62fd-45f5-804b-28c0ef94d6ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12674496030897778790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a31c077-2ef2-45c0-9602-a662baf438a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f909080-70af-4354-a1e7-f7894dc9c3b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f909080-70af-4354-a1e7-f7894dc9c3b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17979010383849823565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef4fc89c-62fd-45f5-804b-28c0ef94d6ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f80f3d55-5bb9-4d16-a12e-628ef4c569c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f80f3d55-5bb9-4d16-a12e-628ef4c569c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5298904012163280908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f909080-70af-4354-a1e7-f7894dc9c3b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afad9ce6-caef-427f-b374-d122d40731af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afad9ce6-caef-427f-b374-d122d40731af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18092975973401426664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f80f3d55-5bb9-4d16-a12e-628ef4c569c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8bc40a-91c5-4533-8803-22ea42aae83d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8bc40a-91c5-4533-8803-22ea42aae83d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5269246575855276026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afad9ce6-caef-427f-b374-d122d40731af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8bc40a-91c5-4533-8803-22ea42aae83d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b34255c4-be87-4ba9-85d5-3f170e8e7fd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34255c4-be87-4ba9-85d5-3f170e8e7fd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1488514593091218042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d51a4704-b171-4d09-95bd-a62464e9fee2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51a4704-b171-4d09-95bd-a62464e9fee2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8469939263528574872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34255c4-be87-4ba9-85d5-3f170e8e7fd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38b6b938-16f0-490a-ad46-f34e510d1d87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38b6b938-16f0-490a-ad46-f34e510d1d87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5468936442022565300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51a4704-b171-4d09-95bd-a62464e9fee2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f24ba34-87d4-4a37-b4b8-e3d8b95d0211, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f24ba34-87d4-4a37-b4b8-e3d8b95d0211, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4333471101826384576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38b6b938-16f0-490a-ad46-f34e510d1d87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bd4915-ebbb-41a6-bd19-6b6de0fdb02a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bd4915-ebbb-41a6-bd19-6b6de0fdb02a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4458155843367628472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f24ba34-87d4-4a37-b4b8-e3d8b95d0211, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdfe1495-321c-42f2-8565-3d6814a8fcf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdfe1495-321c-42f2-8565-3d6814a8fcf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13480109905750963246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bd4915-ebbb-41a6-bd19-6b6de0fdb02a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65bee6c4-8d89-42c1-98e9-dcffecc38597, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65bee6c4-8d89-42c1-98e9-dcffecc38597, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1236685746372441792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdfe1495-321c-42f2-8565-3d6814a8fcf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41156b99-cb1d-40dc-b403-36e84c709d26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41156b99-cb1d-40dc-b403-36e84c709d26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14635265092756541132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65bee6c4-8d89-42c1-98e9-dcffecc38597, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08eb4a4a-bb26-44c8-bce3-cf94692f6cd9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08eb4a4a-bb26-44c8-bce3-cf94692f6cd9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15214036042480491237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41156b99-cb1d-40dc-b403-36e84c709d26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8237641f-1baf-4959-a82f-4f9dd2c0c6f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8237641f-1baf-4959-a82f-4f9dd2c0c6f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4506933734547575643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08eb4a4a-bb26-44c8-bce3-cf94692f6cd9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 389bcdea-fd8b-4c2f-a172-7347e7f65ba3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389bcdea-fd8b-4c2f-a172-7347e7f65ba3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4921268058725006722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8237641f-1baf-4959-a82f-4f9dd2c0c6f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 584a5c4b-d3c1-4175-9cc4-f566bb4a0a2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 584a5c4b-d3c1-4175-9cc4-f566bb4a0a2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14959106631484821847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389bcdea-fd8b-4c2f-a172-7347e7f65ba3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2369e701-b6b2-4c30-9d97-eef1b97d85b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2369e701-b6b2-4c30-9d97-eef1b97d85b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463329026930013650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 584a5c4b-d3c1-4175-9cc4-f566bb4a0a2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da49caec-6ea4-4555-bfa2-9d3242d10e9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da49caec-6ea4-4555-bfa2-9d3242d10e9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5815818309912202646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2369e701-b6b2-4c30-9d97-eef1b97d85b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 785608b1-ca6c-40ac-8371-51d6ca45cd94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 785608b1-ca6c-40ac-8371-51d6ca45cd94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18167870604019891437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da49caec-6ea4-4555-bfa2-9d3242d10e9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33d25577-9748-4d02-9e41-169bff7d2dc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d25577-9748-4d02-9e41-169bff7d2dc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4051195345581075877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 785608b1-ca6c-40ac-8371-51d6ca45cd94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 186c63de-e3f6-4977-9ba6-1ef71d159267, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186c63de-e3f6-4977-9ba6-1ef71d159267, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9511227488427330101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d25577-9748-4d02-9e41-169bff7d2dc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d2f7e14-4c8b-4e76-9934-cf2621e12932, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2f7e14-4c8b-4e76-9934-cf2621e12932, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7514593557701496728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186c63de-e3f6-4977-9ba6-1ef71d159267, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af9577ed-9c93-422e-a515-a8427e434127, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af9577ed-9c93-422e-a515-a8427e434127, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218291309077488727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2f7e14-4c8b-4e76-9934-cf2621e12932, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95de7691-bc8a-4722-98c2-027bb76c9813, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95de7691-bc8a-4722-98c2-027bb76c9813, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17761403301465300724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af9577ed-9c93-422e-a515-a8427e434127, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5043da-94e8-4fac-b67a-72aed898577c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95de7691-bc8a-4722-98c2-027bb76c9813, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5043da-94e8-4fac-b67a-72aed898577c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6386958142444352906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06fb5747-7109-4044-bfc1-bdc9b99d44f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06fb5747-7109-4044-bfc1-bdc9b99d44f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14552850597741176892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5043da-94e8-4fac-b67a-72aed898577c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfd502d3-45da-4059-976c-9378bbd73916, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd502d3-45da-4059-976c-9378bbd73916, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15295940207675103540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06fb5747-7109-4044-bfc1-bdc9b99d44f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279f59ff-2db3-4d2c-9433-e898fad200a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279f59ff-2db3-4d2c-9433-e898fad200a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18328395765686023309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279f59ff-2db3-4d2c-9433-e898fad200a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9155fc54-7746-43cc-863f-90665d98da1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9155fc54-7746-43cc-863f-90665d98da1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11951432515099389248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd502d3-45da-4059-976c-9378bbd73916, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 827f1d38-2459-4fb3-ab4b-374b0fbe20f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 827f1d38-2459-4fb3-ab4b-374b0fbe20f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11235834377668506886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9155fc54-7746-43cc-863f-90665d98da1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cab069b-6c74-4b17-9940-c6acb1ed275d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cab069b-6c74-4b17-9940-c6acb1ed275d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2756431749041660585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 827f1d38-2459-4fb3-ab4b-374b0fbe20f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ea28c20-2047-401b-b739-dbf1ce77c0a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea28c20-2047-401b-b739-dbf1ce77c0a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150283486411072071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cab069b-6c74-4b17-9940-c6acb1ed275d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77cc28db-5c15-46df-bff0-10c65096ca2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77cc28db-5c15-46df-bff0-10c65096ca2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12516399858386990894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea28c20-2047-401b-b739-dbf1ce77c0a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1ec4cb0-2576-4390-9353-809bb425b6ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ec4cb0-2576-4390-9353-809bb425b6ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12146194418206242806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77cc28db-5c15-46df-bff0-10c65096ca2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcd9e070-5837-44c9-bde5-5b00e7c3f950, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcd9e070-5837-44c9-bde5-5b00e7c3f950, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6476068133727257481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ec4cb0-2576-4390-9353-809bb425b6ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10dbdfaa-509f-4950-a253-bdaa83b17711, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10dbdfaa-509f-4950-a253-bdaa83b17711, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17085687552603667334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcd9e070-5837-44c9-bde5-5b00e7c3f950, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56d9c9d7-1dc5-4b92-8933-3637379f723f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56d9c9d7-1dc5-4b92-8933-3637379f723f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8977528750272039328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10dbdfaa-509f-4950-a253-bdaa83b17711, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56d9c9d7-1dc5-4b92-8933-3637379f723f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13059fc-7306-4e56-88dd-09764c22366b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13059fc-7306-4e56-88dd-09764c22366b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11438636401596137078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84c8b130-6e2d-45cc-8d4f-2125bb0bf7da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c8b130-6e2d-45cc-8d4f-2125bb0bf7da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7784043852013062503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13059fc-7306-4e56-88dd-09764c22366b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94495dcd-73db-404f-a195-72f364f64f8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94495dcd-73db-404f-a195-72f364f64f8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4897250944140830722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c8b130-6e2d-45cc-8d4f-2125bb0bf7da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c154d334-313f-41f7-890c-525a75b45bc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c154d334-313f-41f7-890c-525a75b45bc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11065382889666007144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94495dcd-73db-404f-a195-72f364f64f8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b64abee-270e-436b-a41e-e9ec9bd945c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b64abee-270e-436b-a41e-e9ec9bd945c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12122498505143184213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c154d334-313f-41f7-890c-525a75b45bc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cd35846-7869-4800-afcc-baff333f952f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd35846-7869-4800-afcc-baff333f952f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12232167802914622705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b64abee-270e-436b-a41e-e9ec9bd945c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd446269-cd2f-427e-82c1-4c6887a8082a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd446269-cd2f-427e-82c1-4c6887a8082a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10455072978151869108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd35846-7869-4800-afcc-baff333f952f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 707f0246-a341-4384-a23b-73ebfd3b1c6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 707f0246-a341-4384-a23b-73ebfd3b1c6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15870194414547936135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 707f0246-a341-4384-a23b-73ebfd3b1c6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd446269-cd2f-427e-82c1-4c6887a8082a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0a77198-b0ec-4b1b-a05f-05a5713cabcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0a77198-b0ec-4b1b-a05f-05a5713cabcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18347381330793270080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bd6662f-13be-4ae3-8f46-8de0e7b13cd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd6662f-13be-4ae3-8f46-8de0e7b13cd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7720043989320789574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd6662f-13be-4ae3-8f46-8de0e7b13cd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5ff5397-e6b6-4607-a383-df011f5603b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ff5397-e6b6-4607-a383-df011f5603b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16886730822960000467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0a77198-b0ec-4b1b-a05f-05a5713cabcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eee51bd8-bd5b-4235-b85a-0751a4371f14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee51bd8-bd5b-4235-b85a-0751a4371f14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14780400510084500353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ff5397-e6b6-4607-a383-df011f5603b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d2422e4-4d9e-420f-9e52-4d721e36aa4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2422e4-4d9e-420f-9e52-4d721e36aa4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14191178914720468798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee51bd8-bd5b-4235-b85a-0751a4371f14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee3a325b-6093-4e9b-9535-23fbfeb8aa53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee3a325b-6093-4e9b-9535-23fbfeb8aa53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9826875067195329135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2422e4-4d9e-420f-9e52-4d721e36aa4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dc28e14-1234-44d7-9d11-4f49967a9392, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee3a325b-6093-4e9b-9535-23fbfeb8aa53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc28e14-1234-44d7-9d11-4f49967a9392, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10535297804737872912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 054b15ec-d232-45ce-a9d2-a278da2d968c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 054b15ec-d232-45ce-a9d2-a278da2d968c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 186234076217138907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc28e14-1234-44d7-9d11-4f49967a9392, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6adc54d2-c2cb-4522-bcf9-8b983fe75408, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6adc54d2-c2cb-4522-bcf9-8b983fe75408, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5166583022464999716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 054b15ec-d232-45ce-a9d2-a278da2d968c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74cea7a3-8ad9-4fe4-a303-63e6de3e0d35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74cea7a3-8ad9-4fe4-a303-63e6de3e0d35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17530972974563214827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6adc54d2-c2cb-4522-bcf9-8b983fe75408, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 957d00df-fdf6-4a13-8d63-d970d6a0fff2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 957d00df-fdf6-4a13-8d63-d970d6a0fff2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18369540330746432674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74cea7a3-8ad9-4fe4-a303-63e6de3e0d35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeefd7f8-e087-4c95-8108-c119e33fc27b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 957d00df-fdf6-4a13-8d63-d970d6a0fff2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a69ff075-e6d8-4e6f-b790-edeb2ab3c754, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a69ff075-e6d8-4e6f-b790-edeb2ab3c754, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1817606060678684147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeefd7f8-e087-4c95-8108-c119e33fc27b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10295356108511330000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a69ff075-e6d8-4e6f-b790-edeb2ab3c754, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79e9b525-e6a0-463e-ae27-40597b112832, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e9b525-e6a0-463e-ae27-40597b112832, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2311832539133529883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeefd7f8-e087-4c95-8108-c119e33fc27b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5910eaf-b59b-4530-8c21-ffb8ea608e7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5910eaf-b59b-4530-8c21-ffb8ea608e7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6871829126905343319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e9b525-e6a0-463e-ae27-40597b112832, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c53caae7-1692-47f7-ac58-df72e29facc1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c53caae7-1692-47f7-ac58-df72e29facc1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950990660974591281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5910eaf-b59b-4530-8c21-ffb8ea608e7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23835953-1a05-4285-ac43-e1dadf5b4528, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23835953-1a05-4285-ac43-e1dadf5b4528, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6645187217531753268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c53caae7-1692-47f7-ac58-df72e29facc1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3b3ce8f-9a8c-4a9b-afc5-1453edfd7365, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b3ce8f-9a8c-4a9b-afc5-1453edfd7365, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313802141396601501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23835953-1a05-4285-ac43-e1dadf5b4528, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39e452a5-ee3e-4a28-b881-d066bcd1517d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e452a5-ee3e-4a28-b881-d066bcd1517d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3497530713806736455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b3ce8f-9a8c-4a9b-afc5-1453edfd7365, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 212d6db3-bbbe-4aa4-b234-c4d110fa9ce9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 212d6db3-bbbe-4aa4-b234-c4d110fa9ce9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13085355311618914348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e452a5-ee3e-4a28-b881-d066bcd1517d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1af31e66-d72b-4000-ad35-995968991ef9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1af31e66-d72b-4000-ad35-995968991ef9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14079659135406820346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 212d6db3-bbbe-4aa4-b234-c4d110fa9ce9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59830bc9-4ecd-4d64-9d49-54a601058ad5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59830bc9-4ecd-4d64-9d49-54a601058ad5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283255399871766499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1af31e66-d72b-4000-ad35-995968991ef9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 252fe571-a079-4698-9861-9ad2f539a68a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 252fe571-a079-4698-9861-9ad2f539a68a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8486162302340134161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59830bc9-4ecd-4d64-9d49-54a601058ad5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b527d01-8497-4a08-bc2d-885ed63f3190, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b527d01-8497-4a08-bc2d-885ed63f3190, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5154084465636272400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 252fe571-a079-4698-9861-9ad2f539a68a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7d66504-da22-420f-8d06-1cf65bb4f230, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7d66504-da22-420f-8d06-1cf65bb4f230, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14469072291155748018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b527d01-8497-4a08-bc2d-885ed63f3190, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0877000d-678a-4455-9e7a-6ffdbdb753a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0877000d-678a-4455-9e7a-6ffdbdb753a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13545279754317812962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7d66504-da22-420f-8d06-1cf65bb4f230, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 181e5627-1d38-4f2f-9233-be86de00380e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181e5627-1d38-4f2f-9233-be86de00380e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13167045314382338822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0877000d-678a-4455-9e7a-6ffdbdb753a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 879b19fb-fd3c-4971-9650-e9a77b5f99f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 879b19fb-fd3c-4971-9650-e9a77b5f99f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 241176315115177091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181e5627-1d38-4f2f-9233-be86de00380e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ef2f9a7-b0a7-4dcc-8270-7e3c48f07a00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef2f9a7-b0a7-4dcc-8270-7e3c48f07a00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7680835669464646122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 879b19fb-fd3c-4971-9650-e9a77b5f99f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959088f6-d6f8-4385-a578-d648d47dcf3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959088f6-d6f8-4385-a578-d648d47dcf3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15739760231003048398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef2f9a7-b0a7-4dcc-8270-7e3c48f07a00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71e0e829-e27c-4518-a2ff-a2eeaaa98109, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71e0e829-e27c-4518-a2ff-a2eeaaa98109, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1606887761633660341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959088f6-d6f8-4385-a578-d648d47dcf3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3d73c89-3d0b-49f3-b9fb-37efdd6d7238, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3d73c89-3d0b-49f3-b9fb-37efdd6d7238, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802387620297735025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71e0e829-e27c-4518-a2ff-a2eeaaa98109, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c771def-d6dc-4f1a-ba2b-863dc3a2c0d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c771def-d6dc-4f1a-ba2b-863dc3a2c0d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3413181560010777219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3d73c89-3d0b-49f3-b9fb-37efdd6d7238, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fdf0f62-3936-419b-bafc-085b44f6e552, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fdf0f62-3936-419b-bafc-085b44f6e552, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16754421060795777525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c771def-d6dc-4f1a-ba2b-863dc3a2c0d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b95e195-1476-4ac5-860e-86f654eb6d48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b95e195-1476-4ac5-860e-86f654eb6d48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9752884118083906466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fdf0f62-3936-419b-bafc-085b44f6e552, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c12b7d8f-6c1d-4f78-90ce-97a0e27f6483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c12b7d8f-6c1d-4f78-90ce-97a0e27f6483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5604096542186938365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b95e195-1476-4ac5-860e-86f654eb6d48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16db683d-cb7c-43b2-90dc-98f9eafaa0cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16db683d-cb7c-43b2-90dc-98f9eafaa0cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16493538704268575853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c12b7d8f-6c1d-4f78-90ce-97a0e27f6483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0976833d-164c-4198-bbe5-09a3ef8f77c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0976833d-164c-4198-bbe5-09a3ef8f77c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14235951737610434351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16db683d-cb7c-43b2-90dc-98f9eafaa0cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74ba83d9-5d78-4d6d-9dc7-7a776e25199d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ba83d9-5d78-4d6d-9dc7-7a776e25199d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4265908297386081614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0976833d-164c-4198-bbe5-09a3ef8f77c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 212aa99f-5330-4943-8017-2d1f55ba0eee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 212aa99f-5330-4943-8017-2d1f55ba0eee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3059945808996432297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ba83d9-5d78-4d6d-9dc7-7a776e25199d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c9dfcbc-af70-4ef9-98ee-8bd6af61821f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c9dfcbc-af70-4ef9-98ee-8bd6af61821f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2361139881829991842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 212aa99f-5330-4943-8017-2d1f55ba0eee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d9f4789-b683-4ca6-b06c-fc3f06a099ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d9f4789-b683-4ca6-b06c-fc3f06a099ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6685976754254526039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c9dfcbc-af70-4ef9-98ee-8bd6af61821f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1617cedc-cf5b-4a36-8985-3493039897ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1617cedc-cf5b-4a36-8985-3493039897ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13390760147867424542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d9f4789-b683-4ca6-b06c-fc3f06a099ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64e439f8-aa0a-406f-a52f-9041943fe942, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e439f8-aa0a-406f-a52f-9041943fe942, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8809980082576286244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1617cedc-cf5b-4a36-8985-3493039897ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2774b72-a060-4699-a1cc-a07df3544bac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2774b72-a060-4699-a1cc-a07df3544bac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3627533256507611058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e439f8-aa0a-406f-a52f-9041943fe942, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b3158b8-9834-4ed8-bb03-e2d90d19002c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3158b8-9834-4ed8-bb03-e2d90d19002c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18227170535016913957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2774b72-a060-4699-a1cc-a07df3544bac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11b8b1a3-5d4e-49b9-b40e-663ea99a3ba0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b8b1a3-5d4e-49b9-b40e-663ea99a3ba0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2519141643498484013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3158b8-9834-4ed8-bb03-e2d90d19002c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8846832-ed71-452e-b1b3-2920dd918e9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8846832-ed71-452e-b1b3-2920dd918e9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10867350501915526749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b8b1a3-5d4e-49b9-b40e-663ea99a3ba0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94022331-b819-4c33-9b36-2f1e73d83814, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94022331-b819-4c33-9b36-2f1e73d83814, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11434149208699401577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8846832-ed71-452e-b1b3-2920dd918e9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 499625f3-2251-4b40-9aa5-d16dd65e1a3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 499625f3-2251-4b40-9aa5-d16dd65e1a3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4034831383937422048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94022331-b819-4c33-9b36-2f1e73d83814, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4b11ea8-0fa3-458b-94fd-8ca9d32a4e71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b11ea8-0fa3-458b-94fd-8ca9d32a4e71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10986489121731663730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 499625f3-2251-4b40-9aa5-d16dd65e1a3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf146d47-747d-457b-9cec-5853e3c17494, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf146d47-747d-457b-9cec-5853e3c17494, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8737391497610477606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b11ea8-0fa3-458b-94fd-8ca9d32a4e71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e234c52-a310-49d9-820e-50da7bdbda51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf146d47-747d-457b-9cec-5853e3c17494, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2bc12c1-3a1e-44fd-8b5a-f04088a33985, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e234c52-a310-49d9-820e-50da7bdbda51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10769082998337874783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2bc12c1-3a1e-44fd-8b5a-f04088a33985, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15250769252878836581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e234c52-a310-49d9-820e-50da7bdbda51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1729136d-b2ff-492e-9794-1f870fe35ac2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1729136d-b2ff-492e-9794-1f870fe35ac2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050355389272439597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2bc12c1-3a1e-44fd-8b5a-f04088a33985, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99a065b2-ce94-4c81-bc71-2fc3725478de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a065b2-ce94-4c81-bc71-2fc3725478de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11649755664043370418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1729136d-b2ff-492e-9794-1f870fe35ac2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bfded5b-406c-4ff2-aaa3-44294a3ac2f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a065b2-ce94-4c81-bc71-2fc3725478de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f13b64fc-b1e9-4d44-b321-50e90f94376b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bfded5b-406c-4ff2-aaa3-44294a3ac2f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6803535509864552861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13b64fc-b1e9-4d44-b321-50e90f94376b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1361624985384429709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bfded5b-406c-4ff2-aaa3-44294a3ac2f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a528c75f-8ae8-4e91-ad1b-74c7250c0e3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a528c75f-8ae8-4e91-ad1b-74c7250c0e3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12554962124016926327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13b64fc-b1e9-4d44-b321-50e90f94376b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e69e4c39-ab1d-4fab-9f7d-30f9522915ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e69e4c39-ab1d-4fab-9f7d-30f9522915ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8258297642100287432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a528c75f-8ae8-4e91-ad1b-74c7250c0e3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 131f64a4-35fa-468e-8959-9edfd8d26d03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131f64a4-35fa-468e-8959-9edfd8d26d03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1768492970543177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17684929705431771768492970543177176849297054317717684929705431771768492970543177176849297054317717684929705431771768492970543177176849297054317717684929705431771768492970543177176849297054317717684929705431771768492970543177176849297054317717684929705431771768492970543177176849297054317717684929705431771768492970543177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e69e4c39-ab1d-4fab-9f7d-30f9522915ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d802bff-e9b9-47c3-9d8b-789fc3648fd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d802bff-e9b9-47c3-9d8b-789fc3648fd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7719932149249664970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131f64a4-35fa-468e-8959-9edfd8d26d03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc0bbb2a-8694-45c7-91d3-1fa01906c2c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc0bbb2a-8694-45c7-91d3-1fa01906c2c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15497046618468570790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d802bff-e9b9-47c3-9d8b-789fc3648fd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d76d77b-ebb3-44f2-a52e-687c0e3a4ab4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d76d77b-ebb3-44f2-a52e-687c0e3a4ab4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15340313066058838402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc0bbb2a-8694-45c7-91d3-1fa01906c2c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32d357dd-eaf8-48ac-9b40-42f6d9d9bab2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32d357dd-eaf8-48ac-9b40-42f6d9d9bab2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7302360137823101191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d76d77b-ebb3-44f2-a52e-687c0e3a4ab4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28b81d04-eeb2-4b9d-87b2-7735d0df7d2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28b81d04-eeb2-4b9d-87b2-7735d0df7d2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2362754710383441831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32d357dd-eaf8-48ac-9b40-42f6d9d9bab2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a051520b-1b28-4676-a07f-4d454eb3e093, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a051520b-1b28-4676-a07f-4d454eb3e093, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3466709185074184671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28b81d04-eeb2-4b9d-87b2-7735d0df7d2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cef461ff-3bcd-4bb7-8ffd-13d6ed46c74e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cef461ff-3bcd-4bb7-8ffd-13d6ed46c74e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10832057863346469480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a051520b-1b28-4676-a07f-4d454eb3e093, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a9d2562-77ed-4347-85ab-53771d8b2999, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9d2562-77ed-4347-85ab-53771d8b2999, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7675163362228371452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cef461ff-3bcd-4bb7-8ffd-13d6ed46c74e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adc9a281-f78d-49b2-adde-de9a0e7b43c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adc9a281-f78d-49b2-adde-de9a0e7b43c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12791775432583580126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9d2562-77ed-4347-85ab-53771d8b2999, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2612ff38-cbd1-496f-9252-46fc460a4911, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adc9a281-f78d-49b2-adde-de9a0e7b43c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b0afe39-ee6a-4cde-81e5-29bc3165a0c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2612ff38-cbd1-496f-9252-46fc460a4911, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12922568826405436442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0afe39-ee6a-4cde-81e5-29bc3165a0c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5439309157441020700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2612ff38-cbd1-496f-9252-46fc460a4911, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d19c34f2-ac64-4afb-a41b-6ec7bbbe2a5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d19c34f2-ac64-4afb-a41b-6ec7bbbe2a5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9217846605910716038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0afe39-ee6a-4cde-81e5-29bc3165a0c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85bb162a-247d-48eb-9b3f-927e7ba1ba8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85bb162a-247d-48eb-9b3f-927e7ba1ba8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16419312489412961038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d19c34f2-ac64-4afb-a41b-6ec7bbbe2a5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e67391e3-660e-465b-9671-01c50e2517c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67391e3-660e-465b-9671-01c50e2517c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3557842934711662760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85bb162a-247d-48eb-9b3f-927e7ba1ba8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67391e3-660e-465b-9671-01c50e2517c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da64f1e1-fff7-4bd8-9e34-632e8ae89e68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da64f1e1-fff7-4bd8-9e34-632e8ae89e68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12325051890000743462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a68af13-7fdc-42c8-aa8b-84510d9f006a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a68af13-7fdc-42c8-aa8b-84510d9f006a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9798451000782824956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da64f1e1-fff7-4bd8-9e34-632e8ae89e68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a68af13-7fdc-42c8-aa8b-84510d9f006a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca81ff92-4cb7-43c5-84c3-2b114d367a04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca81ff92-4cb7-43c5-84c3-2b114d367a04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4321370178020930492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3416efb0-a054-4d1a-8ea9-e9aabf9ff5db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3416efb0-a054-4d1a-8ea9-e9aabf9ff5db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6545497881937393248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca81ff92-4cb7-43c5-84c3-2b114d367a04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b215f7-269f-499b-928b-754a5dc90d41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b215f7-269f-499b-928b-754a5dc90d41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2941715541004913579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3416efb0-a054-4d1a-8ea9-e9aabf9ff5db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc66915f-6287-4692-8f6f-04bae819bea9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc66915f-6287-4692-8f6f-04bae819bea9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3855498019845645462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b215f7-269f-499b-928b-754a5dc90d41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76323ab6-c9e2-4d55-9b17-b38dda96eb10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76323ab6-c9e2-4d55-9b17-b38dda96eb10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4239032430257427238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc66915f-6287-4692-8f6f-04bae819bea9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f628c6a6-0ea9-44af-a8c6-6d37aad3548e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f628c6a6-0ea9-44af-a8c6-6d37aad3548e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3032663413434558156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76323ab6-c9e2-4d55-9b17-b38dda96eb10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b60ffa4-b6c6-4ebc-8517-5dd37bd818bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b60ffa4-b6c6-4ebc-8517-5dd37bd818bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1505382797269154226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f628c6a6-0ea9-44af-a8c6-6d37aad3548e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7b3a6bb-3ee9-4e2b-81b1-c77e31b38405, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7b3a6bb-3ee9-4e2b-81b1-c77e31b38405, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4049641134738678552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b60ffa4-b6c6-4ebc-8517-5dd37bd818bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a9010d-a227-4c2e-945c-1167113922b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a9010d-a227-4c2e-945c-1167113922b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16160391101485902484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7b3a6bb-3ee9-4e2b-81b1-c77e31b38405, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67c97dfd-b5e9-49d2-a339-2cf6cc4eb8db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67c97dfd-b5e9-49d2-a339-2cf6cc4eb8db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15265746852977453836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67c97dfd-b5e9-49d2-a339-2cf6cc4eb8db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 156c0ceb-d4d6-4b17-ba67-ac0abe9c6972, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 156c0ceb-d4d6-4b17-ba67-ac0abe9c6972, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11531475853180563132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a9010d-a227-4c2e-945c-1167113922b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20b5aa87-19a3-4736-bc3d-9e8f64980af3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b5aa87-19a3-4736-bc3d-9e8f64980af3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4050987745145428502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 156c0ceb-d4d6-4b17-ba67-ac0abe9c6972, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cd876a6-558e-4565-8eff-2080121435a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd876a6-558e-4565-8eff-2080121435a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10951654255402947792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b5aa87-19a3-4736-bc3d-9e8f64980af3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6add56b4-07be-447d-b3b4-60dad43e171b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6add56b4-07be-447d-b3b4-60dad43e171b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17481056655118988067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd876a6-558e-4565-8eff-2080121435a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12064b7f-c2ce-4ae3-adf8-d2a23b52d0c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12064b7f-c2ce-4ae3-adf8-d2a23b52d0c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14920506424049771050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6add56b4-07be-447d-b3b4-60dad43e171b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a5bd75-4bc2-41e4-8d63-3a4b5b2ff17f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a5bd75-4bc2-41e4-8d63-3a4b5b2ff17f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 313331353059345964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12064b7f-c2ce-4ae3-adf8-d2a23b52d0c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4baae742-2718-469f-8ccd-7091cb8edf1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4baae742-2718-469f-8ccd-7091cb8edf1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10063319016491734919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a5bd75-4bc2-41e4-8d63-3a4b5b2ff17f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ef8c410-f478-4eab-a501-7110fbf496e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ef8c410-f478-4eab-a501-7110fbf496e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16947020415085382398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4baae742-2718-469f-8ccd-7091cb8edf1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37356d4a-31ea-4dee-96dc-83421b2b86b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37356d4a-31ea-4dee-96dc-83421b2b86b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16452103098326208331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ef8c410-f478-4eab-a501-7110fbf496e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd7839e5-978b-4bbf-831b-a517a2367d1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd7839e5-978b-4bbf-831b-a517a2367d1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7480814337327325078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd7839e5-978b-4bbf-831b-a517a2367d1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37356d4a-31ea-4dee-96dc-83421b2b86b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46b3a234-9177-49bb-a86d-88cf879fb9ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b3a234-9177-49bb-a86d-88cf879fb9ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3708829976081213854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 624f4738-ccd6-4995-b18f-012e09f2adf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 624f4738-ccd6-4995-b18f-012e09f2adf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16738256341625191724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b3a234-9177-49bb-a86d-88cf879fb9ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59cc39b4-29ff-4931-bf20-55409f0440ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59cc39b4-29ff-4931-bf20-55409f0440ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17241521501183419755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 624f4738-ccd6-4995-b18f-012e09f2adf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac0237f8-5ff2-4967-9e1c-c06f754f0dd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac0237f8-5ff2-4967-9e1c-c06f754f0dd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1124266946564124214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59cc39b4-29ff-4931-bf20-55409f0440ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4cc12ea-278b-48d4-9ff7-4cd7ba1cc032, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cc12ea-278b-48d4-9ff7-4cd7ba1cc032, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15874265889003160982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac0237f8-5ff2-4967-9e1c-c06f754f0dd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38efe164-3d6d-49c7-869e-21db12a7ce2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38efe164-3d6d-49c7-869e-21db12a7ce2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15115824567896200726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cc12ea-278b-48d4-9ff7-4cd7ba1cc032, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea608a25-3bc3-48d3-97e3-80ae37451c4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea608a25-3bc3-48d3-97e3-80ae37451c4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17508828128777216522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38efe164-3d6d-49c7-869e-21db12a7ce2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f6deedc-109a-481a-8d2c-373c3fae2802, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6deedc-109a-481a-8d2c-373c3fae2802, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1570381473128751953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea608a25-3bc3-48d3-97e3-80ae37451c4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc695bf-955f-4d38-9ea1-fb245ea24194, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc695bf-955f-4d38-9ea1-fb245ea24194, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14880303162618109092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6deedc-109a-481a-8d2c-373c3fae2802, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27f2d69b-9ba1-462b-9d00-a6073b798cf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27f2d69b-9ba1-462b-9d00-a6073b798cf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4518229660662166756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc695bf-955f-4d38-9ea1-fb245ea24194, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1223416-f1c8-458d-8621-d394d0bfa8df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1223416-f1c8-458d-8621-d394d0bfa8df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7427130079088803968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27f2d69b-9ba1-462b-9d00-a6073b798cf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 633c6832-2e91-41c3-a667-715ddee0618a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 633c6832-2e91-41c3-a667-715ddee0618a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12138757552223101244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1223416-f1c8-458d-8621-d394d0bfa8df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5406fa14-30a9-444d-83f0-345366218e79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5406fa14-30a9-444d-83f0-345366218e79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15633096586848921301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 633c6832-2e91-41c3-a667-715ddee0618a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b61b3492-3cf9-4d36-8e91-23d2da692c20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b61b3492-3cf9-4d36-8e91-23d2da692c20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5560582506178187285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5406fa14-30a9-444d-83f0-345366218e79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db3629f5-2753-410d-844c-5005ddb60491, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3629f5-2753-410d-844c-5005ddb60491, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10185068542708850974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b61b3492-3cf9-4d36-8e91-23d2da692c20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc267cf-5404-46e1-a4df-b72fa79a3859, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc267cf-5404-46e1-a4df-b72fa79a3859, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4163081176833586153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3629f5-2753-410d-844c-5005ddb60491, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e2c4371-1ea3-4cd0-ab3a-f89a8ace42c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e2c4371-1ea3-4cd0-ab3a-f89a8ace42c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4666548638655867201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc267cf-5404-46e1-a4df-b72fa79a3859, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ff196f6-4a97-44f7-9ee9-02c1f70f2b88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff196f6-4a97-44f7-9ee9-02c1f70f2b88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10272535905222186721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e2c4371-1ea3-4cd0-ab3a-f89a8ace42c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b0e9643-c6ab-4ced-afd3-5f311616ea51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b0e9643-c6ab-4ced-afd3-5f311616ea51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7400008559644056349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff196f6-4a97-44f7-9ee9-02c1f70f2b88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2820dbb3-2914-42f3-b290-d0df64638de7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2820dbb3-2914-42f3-b290-d0df64638de7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166111406108146726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b0e9643-c6ab-4ced-afd3-5f311616ea51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1865eba1-70c8-40de-a029-bfc229099630, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1865eba1-70c8-40de-a029-bfc229099630, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10028807989336485599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2820dbb3-2914-42f3-b290-d0df64638de7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1076bcbe-7ceb-40ea-9fb8-f8b64e799386, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1076bcbe-7ceb-40ea-9fb8-f8b64e799386, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5789188703774719305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1865eba1-70c8-40de-a029-bfc229099630, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de8d928e-1bd4-4126-9047-9591cb2e36f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de8d928e-1bd4-4126-9047-9591cb2e36f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 730653339973308633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1076bcbe-7ceb-40ea-9fb8-f8b64e799386, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c6dcd5e-0011-4ffd-90af-455d907e2330, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c6dcd5e-0011-4ffd-90af-455d907e2330, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3059662789294718666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de8d928e-1bd4-4126-9047-9591cb2e36f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73883a01-5030-42b6-86e5-c9cce6d32be9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73883a01-5030-42b6-86e5-c9cce6d32be9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12406803791784076258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c6dcd5e-0011-4ffd-90af-455d907e2330, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e936312-2688-4788-97e8-eecaaf04954e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e936312-2688-4788-97e8-eecaaf04954e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8831302310238841734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73883a01-5030-42b6-86e5-c9cce6d32be9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01d88de7-7ef7-46a6-87b0-58ad2f5d910e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d88de7-7ef7-46a6-87b0-58ad2f5d910e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12074351158348494669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e936312-2688-4788-97e8-eecaaf04954e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d88de7-7ef7-46a6-87b0-58ad2f5d910e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d23c65-0bdb-4a1c-81c7-201b214d7f00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d23c65-0bdb-4a1c-81c7-201b214d7f00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1353294796945889079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d48a02-d318-4985-9028-acabf85e7f8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d48a02-d318-4985-9028-acabf85e7f8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3827965412515366708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d23c65-0bdb-4a1c-81c7-201b214d7f00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0686c88a-7d43-4847-8c7c-868e94800535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0686c88a-7d43-4847-8c7c-868e94800535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15760939814041662281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d48a02-d318-4985-9028-acabf85e7f8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a966989c-46c5-4b8c-933d-5bd1e9b5676a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a966989c-46c5-4b8c-933d-5bd1e9b5676a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16765936346413889982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0686c88a-7d43-4847-8c7c-868e94800535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e5a5ff9-8043-47f2-ad4f-074c7204dc8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5a5ff9-8043-47f2-ad4f-074c7204dc8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5869932570876915113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a966989c-46c5-4b8c-933d-5bd1e9b5676a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a2832b-e5e8-462b-9c5f-26ed4a2abddb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a2832b-e5e8-462b-9c5f-26ed4a2abddb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15438272524995389148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5a5ff9-8043-47f2-ad4f-074c7204dc8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9740afb6-59f8-4c32-b1e0-0e7a6108da6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9740afb6-59f8-4c32-b1e0-0e7a6108da6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6517626335866058432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a2832b-e5e8-462b-9c5f-26ed4a2abddb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a71d51-7151-4802-a50e-0106d30a365c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a71d51-7151-4802-a50e-0106d30a365c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12515200692752668615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9740afb6-59f8-4c32-b1e0-0e7a6108da6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88f92331-1c30-476b-a073-852bf0fbf55a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f92331-1c30-476b-a073-852bf0fbf55a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 452436787887071623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a71d51-7151-4802-a50e-0106d30a365c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8cc3b65-f7bf-4869-a0cd-982f1350ff60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cc3b65-f7bf-4869-a0cd-982f1350ff60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1314007621533864633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f92331-1c30-476b-a073-852bf0fbf55a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1c174cb-8012-4a5e-b0e7-6673fc6abc6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c174cb-8012-4a5e-b0e7-6673fc6abc6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14901506147278233068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cc3b65-f7bf-4869-a0cd-982f1350ff60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4487fa4-bf3a-4203-97f4-b2333b4fc00d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4487fa4-bf3a-4203-97f4-b2333b4fc00d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2192239692172870978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c174cb-8012-4a5e-b0e7-6673fc6abc6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17f68b92-c8cd-4ffd-b9ea-daa31a40de3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f68b92-c8cd-4ffd-b9ea-daa31a40de3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12449367210495672555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4487fa4-bf3a-4203-97f4-b2333b4fc00d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe9c8c8f-52c1-457e-9350-e7a46d15e7d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9c8c8f-52c1-457e-9350-e7a46d15e7d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2485144253214796342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f68b92-c8cd-4ffd-b9ea-daa31a40de3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c94d5e86-88bb-453f-bb01-a66cea5174ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c94d5e86-88bb-453f-bb01-a66cea5174ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 867108054807565916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9c8c8f-52c1-457e-9350-e7a46d15e7d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 667f6df7-e6e9-4446-baca-19a757afe15c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 667f6df7-e6e9-4446-baca-19a757afe15c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10793728519853485347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c94d5e86-88bb-453f-bb01-a66cea5174ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33d8c347-7837-419b-9807-787ce30506a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d8c347-7837-419b-9807-787ce30506a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13070316339070371889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 667f6df7-e6e9-4446-baca-19a757afe15c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b007a299-fc42-4477-a05b-69cf94b6913a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b007a299-fc42-4477-a05b-69cf94b6913a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6454049191783435663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d8c347-7837-419b-9807-787ce30506a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 844f9ab5-d58d-4d88-a116-22626eeba6dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844f9ab5-d58d-4d88-a116-22626eeba6dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17788113521547038833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b007a299-fc42-4477-a05b-69cf94b6913a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d26370f-1b2e-4b6d-af82-c973ea824f58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d26370f-1b2e-4b6d-af82-c973ea824f58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12533675428236298288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844f9ab5-d58d-4d88-a116-22626eeba6dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 769d4758-8576-45dc-9d2e-450b9d201d39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 769d4758-8576-45dc-9d2e-450b9d201d39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17165787927112351460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d26370f-1b2e-4b6d-af82-c973ea824f58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a81dfb7-374a-4076-8bc9-4b34f59a3286, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a81dfb7-374a-4076-8bc9-4b34f59a3286, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9458054593020360877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 769d4758-8576-45dc-9d2e-450b9d201d39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d2abe25-6dea-423d-93af-352c10e55f16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2abe25-6dea-423d-93af-352c10e55f16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4390816640944026294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a81dfb7-374a-4076-8bc9-4b34f59a3286, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e65c7ea-c7f8-4db5-9d8d-1aea30624b0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2abe25-6dea-423d-93af-352c10e55f16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e65c7ea-c7f8-4db5-9d8d-1aea30624b0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5142253818676080639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c4173b5-1907-45a3-a648-7feac56dd130, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c4173b5-1907-45a3-a648-7feac56dd130, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4909445475051014717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e65c7ea-c7f8-4db5-9d8d-1aea30624b0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d835f096-e646-4a2c-bd68-1cff10794027, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d835f096-e646-4a2c-bd68-1cff10794027, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1871701706563427010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c4173b5-1907-45a3-a648-7feac56dd130, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9c3a230-10fb-4073-ab57-2fcb3a29e187, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c3a230-10fb-4073-ab57-2fcb3a29e187, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14501082125198491155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d835f096-e646-4a2c-bd68-1cff10794027, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dd2548f-a2e1-4262-822e-7d0855c52b1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd2548f-a2e1-4262-822e-7d0855c52b1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1025139527454328611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c3a230-10fb-4073-ab57-2fcb3a29e187, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86212aeb-526d-4bd8-a4da-7fd8489c3a11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd2548f-a2e1-4262-822e-7d0855c52b1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86212aeb-526d-4bd8-a4da-7fd8489c3a11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 937629994512903071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c98b81f-7b63-4704-9c6b-67c45c6c69c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c98b81f-7b63-4704-9c6b-67c45c6c69c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6311773167706557422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86212aeb-526d-4bd8-a4da-7fd8489c3a11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be8cfb1d-1a8f-4174-95b3-b0c8b4528149, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8cfb1d-1a8f-4174-95b3-b0c8b4528149, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14218902595200790320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c98b81f-7b63-4704-9c6b-67c45c6c69c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea630a3-08df-4f03-9994-6e49033a35ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea630a3-08df-4f03-9994-6e49033a35ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3522095463068494558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8cfb1d-1a8f-4174-95b3-b0c8b4528149, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bcd8c16-e813-4bd8-8f1f-a5cd98eb36d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcd8c16-e813-4bd8-8f1f-a5cd98eb36d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8850318660165440918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea630a3-08df-4f03-9994-6e49033a35ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c60a71e-5467-4559-b96f-163b80c8d7b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c60a71e-5467-4559-b96f-163b80c8d7b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2619298029971441861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcd8c16-e813-4bd8-8f1f-a5cd98eb36d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00b6739e-f372-43fa-b67d-65b7866b631d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b6739e-f372-43fa-b67d-65b7866b631d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783266531007654093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c60a71e-5467-4559-b96f-163b80c8d7b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdef2215-ecba-443b-a469-cd5bf2c66aa8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdef2215-ecba-443b-a469-cd5bf2c66aa8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12477374263547396460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b6739e-f372-43fa-b67d-65b7866b631d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 871fef01-4f99-402a-84f7-d199f841d6c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 871fef01-4f99-402a-84f7-d199f841d6c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11109745326470837992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 871fef01-4f99-402a-84f7-d199f841d6c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdef2215-ecba-443b-a469-cd5bf2c66aa8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88aa6143-6dd1-44a9-806d-e5720330abb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88aa6143-6dd1-44a9-806d-e5720330abb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9886843974884599239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d29cdffc-32ce-4618-95d8-0b2522a9147a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d29cdffc-32ce-4618-95d8-0b2522a9147a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9542664353394973516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88aa6143-6dd1-44a9-806d-e5720330abb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8851967f-1026-4262-a43b-1171b28e81c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8851967f-1026-4262-a43b-1171b28e81c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18439554655409239160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d29cdffc-32ce-4618-95d8-0b2522a9147a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fd8fc94-31b0-41b2-9bd4-436ea7c0cfc8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd8fc94-31b0-41b2-9bd4-436ea7c0cfc8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1538691941783194034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8851967f-1026-4262-a43b-1171b28e81c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceb9f191-3d3f-4093-9755-2b30851addf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb9f191-3d3f-4093-9755-2b30851addf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4502814457969339397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd8fc94-31b0-41b2-9bd4-436ea7c0cfc8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 582ff49a-4a07-4359-833a-bc880c5033ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 582ff49a-4a07-4359-833a-bc880c5033ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3485471957591344593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb9f191-3d3f-4093-9755-2b30851addf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a2e72fd-3a13-4311-a6c9-1645ce882eb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a2e72fd-3a13-4311-a6c9-1645ce882eb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13609890499474885970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 582ff49a-4a07-4359-833a-bc880c5033ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53c0b910-4976-40dc-964c-e7c08e9463e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c0b910-4976-40dc-964c-e7c08e9463e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11657376192037013622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a2e72fd-3a13-4311-a6c9-1645ce882eb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06842683-6079-4937-983c-ffb6bce47fa3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06842683-6079-4937-983c-ffb6bce47fa3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6175586010267621657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c0b910-4976-40dc-964c-e7c08e9463e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c70e24fe-340f-4fb9-a970-225028a7386d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c70e24fe-340f-4fb9-a970-225028a7386d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7527528053815976618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06842683-6079-4937-983c-ffb6bce47fa3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c70e24fe-340f-4fb9-a970-225028a7386d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11e1382e-03ed-4717-af98-afcd907e57f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e1382e-03ed-4717-af98-afcd907e57f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4468634107180348570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b512fd0c-6624-4e2e-b282-aacd193fb98d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b512fd0c-6624-4e2e-b282-aacd193fb98d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11047432328093679400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e1382e-03ed-4717-af98-afcd907e57f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5451f40c-d0f3-43f9-932c-bc31fde61547, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5451f40c-d0f3-43f9-932c-bc31fde61547, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2261850850089658412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b512fd0c-6624-4e2e-b282-aacd193fb98d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e64c2d12-18d6-49b4-83fa-b95080780219, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64c2d12-18d6-49b4-83fa-b95080780219, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13220375392284917616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5451f40c-d0f3-43f9-932c-bc31fde61547, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59af5f58-5f3b-4374-90aa-045c2ad36544, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59af5f58-5f3b-4374-90aa-045c2ad36544, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18092950905164432444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64c2d12-18d6-49b4-83fa-b95080780219, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 192d672d-8003-438b-b194-2a820e783d08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 192d672d-8003-438b-b194-2a820e783d08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16585326608497309191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59af5f58-5f3b-4374-90aa-045c2ad36544, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1d86487-4007-4b1f-af3a-03779c6cf2cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d86487-4007-4b1f-af3a-03779c6cf2cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8672387247641317302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 192d672d-8003-438b-b194-2a820e783d08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc58717-5d9c-4ae6-a0e8-3de95c6d90f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc58717-5d9c-4ae6-a0e8-3de95c6d90f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12948478493837003551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d86487-4007-4b1f-af3a-03779c6cf2cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d06301b-a7a1-4f02-bc16-ffce87ea7ec4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d06301b-a7a1-4f02-bc16-ffce87ea7ec4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374907233148289920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc58717-5d9c-4ae6-a0e8-3de95c6d90f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9958d115-66d0-4f8b-aaa9-68a0c008b170, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9958d115-66d0-4f8b-aaa9-68a0c008b170, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8719981081704416653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d06301b-a7a1-4f02-bc16-ffce87ea7ec4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98002ed6-8f40-4a57-aa9d-14a9bf290e8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98002ed6-8f40-4a57-aa9d-14a9bf290e8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8846876003472192661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9958d115-66d0-4f8b-aaa9-68a0c008b170, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e4acbda-37b8-47f7-8610-b0fccb940a1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e4acbda-37b8-47f7-8610-b0fccb940a1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11689519634365095791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98002ed6-8f40-4a57-aa9d-14a9bf290e8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 376efe5e-727c-4df4-b574-27ab6195a38c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 376efe5e-727c-4df4-b574-27ab6195a38c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12721808262466212915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e4acbda-37b8-47f7-8610-b0fccb940a1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c13de3-02b5-4caf-9b08-70b3c8449073, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c13de3-02b5-4caf-9b08-70b3c8449073, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 797120533958173020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 376efe5e-727c-4df4-b574-27ab6195a38c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3856869b-a9b1-46c2-9f25-244f78ae96bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3856869b-a9b1-46c2-9f25-244f78ae96bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18215967016195456803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c13de3-02b5-4caf-9b08-70b3c8449073, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b27be8fa-32b9-4a6a-8297-3d032a3a8df8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b27be8fa-32b9-4a6a-8297-3d032a3a8df8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2123359280435664377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3856869b-a9b1-46c2-9f25-244f78ae96bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d1bf43-184e-4fbe-8a73-f5169c4ad2a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b27be8fa-32b9-4a6a-8297-3d032a3a8df8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d1bf43-184e-4fbe-8a73-f5169c4ad2a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4396655122721755543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4c6c225-9771-4093-9519-61b449b5d554, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4c6c225-9771-4093-9519-61b449b5d554, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1617036239900822346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d1bf43-184e-4fbe-8a73-f5169c4ad2a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de9f62f8-16fe-481c-94af-b6544a6495fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9f62f8-16fe-481c-94af-b6544a6495fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10272863079929251977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4c6c225-9771-4093-9519-61b449b5d554, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a9234f9-4093-414d-9034-2bb2fef37d0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a9234f9-4093-414d-9034-2bb2fef37d0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15375342582064854595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9f62f8-16fe-481c-94af-b6544a6495fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a182ca32-3462-47d8-953d-6455676ecfd4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a182ca32-3462-47d8-953d-6455676ecfd4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9587348726162747998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a9234f9-4093-414d-9034-2bb2fef37d0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dde63beb-f266-4efa-9aaf-b43d57534606, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dde63beb-f266-4efa-9aaf-b43d57534606, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9058280232537297368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a182ca32-3462-47d8-953d-6455676ecfd4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 948fdbda-c9f0-4636-9823-7e26e1c07cfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948fdbda-c9f0-4636-9823-7e26e1c07cfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3728465708706721316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dde63beb-f266-4efa-9aaf-b43d57534606, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe99a4ec-bda2-443a-9a0d-893eafb978cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe99a4ec-bda2-443a-9a0d-893eafb978cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17199408867060030727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948fdbda-c9f0-4636-9823-7e26e1c07cfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5aaaa78-ab75-49dc-be70-c24e428a1c39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5aaaa78-ab75-49dc-be70-c24e428a1c39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4540304199927401244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe99a4ec-bda2-443a-9a0d-893eafb978cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43080b1f-ddaa-40ea-88eb-6b5eb47c2ce3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43080b1f-ddaa-40ea-88eb-6b5eb47c2ce3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9208156293297673422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5aaaa78-ab75-49dc-be70-c24e428a1c39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ae5a948-bc99-44a0-b4ea-bbe15e40b997, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ae5a948-bc99-44a0-b4ea-bbe15e40b997, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15846747829882760760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43080b1f-ddaa-40ea-88eb-6b5eb47c2ce3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c331eba0-cffe-4bf7-b26b-84108622cd07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ae5a948-bc99-44a0-b4ea-bbe15e40b997, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c331eba0-cffe-4bf7-b26b-84108622cd07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7150069015756924381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0e9a638-c636-46ca-9961-dbf6b1fbc796, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e9a638-c636-46ca-9961-dbf6b1fbc796, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 436971906989966519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c331eba0-cffe-4bf7-b26b-84108622cd07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41f6ad0b-9fae-4218-92a8-59b4e98d240d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41f6ad0b-9fae-4218-92a8-59b4e98d240d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13204847423662168523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e9a638-c636-46ca-9961-dbf6b1fbc796, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68c728a1-39c4-4c46-b686-c5c410e07327, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c728a1-39c4-4c46-b686-c5c410e07327, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13304583818242565988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41f6ad0b-9fae-4218-92a8-59b4e98d240d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e472b0ca-29ee-4579-ae68-abbe4467f974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e472b0ca-29ee-4579-ae68-abbe4467f974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702295926037989889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c728a1-39c4-4c46-b686-c5c410e07327, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e72ad1e-9b49-4a33-b7af-209095900c3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e72ad1e-9b49-4a33-b7af-209095900c3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15978182124580306607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e472b0ca-29ee-4579-ae68-abbe4467f974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 690815df-91d6-46e8-8636-20802e486754, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 690815df-91d6-46e8-8636-20802e486754, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12448814465728006796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e72ad1e-9b49-4a33-b7af-209095900c3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a7504f2-5079-437c-843c-83b45691c532, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7504f2-5079-437c-843c-83b45691c532, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 225837944366238458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 690815df-91d6-46e8-8636-20802e486754, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10949d54-fdcf-4878-807f-a3ab4accb13d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10949d54-fdcf-4878-807f-a3ab4accb13d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3249630585435299400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7504f2-5079-437c-843c-83b45691c532, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c81fd9da-f4f8-4f31-b6b7-7d4f0b4af28a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c81fd9da-f4f8-4f31-b6b7-7d4f0b4af28a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6558339925334617179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10949d54-fdcf-4878-807f-a3ab4accb13d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfda621b-193d-43b1-afe2-7ee6cba01f7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfda621b-193d-43b1-afe2-7ee6cba01f7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1228877569599514353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c81fd9da-f4f8-4f31-b6b7-7d4f0b4af28a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8651af57-f259-405f-b7dd-5b8f6af9e237, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8651af57-f259-405f-b7dd-5b8f6af9e237, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4818553181868373354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfda621b-193d-43b1-afe2-7ee6cba01f7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 579cdb53-3a97-4165-9ec8-3d5096ae8c70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579cdb53-3a97-4165-9ec8-3d5096ae8c70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3692703679851231261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8651af57-f259-405f-b7dd-5b8f6af9e237, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6a58c87-deb8-47dc-9741-234054f6bdfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a58c87-deb8-47dc-9741-234054f6bdfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9152619816982557633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579cdb53-3a97-4165-9ec8-3d5096ae8c70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1492fa46-2fad-4a6c-a5af-ee130fb62144, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1492fa46-2fad-4a6c-a5af-ee130fb62144, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 431669771646014880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a58c87-deb8-47dc-9741-234054f6bdfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d28b03cf-22d6-476c-8d69-578a02712fa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d28b03cf-22d6-476c-8d69-578a02712fa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4976134474493298882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1492fa46-2fad-4a6c-a5af-ee130fb62144, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a61b827-ae7a-4b0d-96ca-331317896482, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a61b827-ae7a-4b0d-96ca-331317896482, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3826125500312727110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d28b03cf-22d6-476c-8d69-578a02712fa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27244114-e3c2-4f45-9dcf-05d45e1e20c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27244114-e3c2-4f45-9dcf-05d45e1e20c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8656849314149725635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a61b827-ae7a-4b0d-96ca-331317896482, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6a2b2e6-f0b7-40f1-a7fd-f62fc0143519, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a2b2e6-f0b7-40f1-a7fd-f62fc0143519, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13831919389463760151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27244114-e3c2-4f45-9dcf-05d45e1e20c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 676c06f0-1f28-4726-871c-7aed3f03a4a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 676c06f0-1f28-4726-871c-7aed3f03a4a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302373454976273494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a2b2e6-f0b7-40f1-a7fd-f62fc0143519, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ae9577a-c96f-4772-b11b-b6029e73a1d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae9577a-c96f-4772-b11b-b6029e73a1d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2202366181292102255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 676c06f0-1f28-4726-871c-7aed3f03a4a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b9574de-3fc9-406e-9d55-2f7db055bb42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b9574de-3fc9-406e-9d55-2f7db055bb42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14560337880740310297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae9577a-c96f-4772-b11b-b6029e73a1d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b367bb12-6817-489e-9e11-c54eee0c9677, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b367bb12-6817-489e-9e11-c54eee0c9677, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1555611344081752523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b9574de-3fc9-406e-9d55-2f7db055bb42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81c0932d-9aa1-4bb6-a2fa-36da9b047247, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c0932d-9aa1-4bb6-a2fa-36da9b047247, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5635894499444930111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b367bb12-6817-489e-9e11-c54eee0c9677, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2507978e-9d38-4367-bd02-7827c38a1d97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c0932d-9aa1-4bb6-a2fa-36da9b047247, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bd3c2d9-f020-4510-b768-c464df866e63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bd3c2d9-f020-4510-b768-c464df866e63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9265708511766986486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2507978e-9d38-4367-bd02-7827c38a1d97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5063852256123704120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bd3c2d9-f020-4510-b768-c464df866e63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2507978e-9d38-4367-bd02-7827c38a1d97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd277f84-fd54-47d8-8e48-54083538a2b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd277f84-fd54-47d8-8e48-54083538a2b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16958622568174418347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a65ca6e-edea-4a1b-9b4a-e962d1151520, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a65ca6e-edea-4a1b-9b4a-e962d1151520, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894833013464468247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd277f84-fd54-47d8-8e48-54083538a2b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f78cbac8-11c6-4634-bee7-769d18c860fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78cbac8-11c6-4634-bee7-769d18c860fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10940047819162881265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a65ca6e-edea-4a1b-9b4a-e962d1151520, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f0d86c-9d94-4bfc-bd64-c6a9314e7328, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f0d86c-9d94-4bfc-bd64-c6a9314e7328, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14488386588346912931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78cbac8-11c6-4634-bee7-769d18c860fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79559b1b-b395-490b-b318-619957ff550c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79559b1b-b395-490b-b318-619957ff550c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7409533759574764167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f0d86c-9d94-4bfc-bd64-c6a9314e7328, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19fc393e-c7ec-46de-ac2d-47c83f1b66aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19fc393e-c7ec-46de-ac2d-47c83f1b66aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12125247782487557272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79559b1b-b395-490b-b318-619957ff550c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bd58c64-ad03-4614-b340-267b600449f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd58c64-ad03-4614-b340-267b600449f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3698704831927751226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19fc393e-c7ec-46de-ac2d-47c83f1b66aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de043830-351d-47c8-979a-cdf474a476de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de043830-351d-47c8-979a-cdf474a476de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4987565554090618614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd58c64-ad03-4614-b340-267b600449f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9121901-1550-4d4b-aa8e-31dc81e08437, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9121901-1550-4d4b-aa8e-31dc81e08437, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5885729934065726620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de043830-351d-47c8-979a-cdf474a476de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d2f8943-9861-49e3-8f68-12730bf763ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d2f8943-9861-49e3-8f68-12730bf763ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1638140672995237588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9121901-1550-4d4b-aa8e-31dc81e08437, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a825fa-9d02-4694-b2b9-c4191c69c4e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a825fa-9d02-4694-b2b9-c4191c69c4e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4252898405412916299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a825fa-9d02-4694-b2b9-c4191c69c4e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8f0a04b-dcbc-4922-90fe-7b841b410f7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8f0a04b-dcbc-4922-90fe-7b841b410f7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14968984120724568115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d2f8943-9861-49e3-8f68-12730bf763ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e57d6128-897f-4c83-bf5c-211f73592adf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57d6128-897f-4c83-bf5c-211f73592adf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1239732818495481397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8f0a04b-dcbc-4922-90fe-7b841b410f7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c0d774f-e871-459e-acbc-f0cff2b1cb2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c0d774f-e871-459e-acbc-f0cff2b1cb2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5816065794203246548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57d6128-897f-4c83-bf5c-211f73592adf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca32b2e7-c907-43ba-b882-d58fbb6f7de7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca32b2e7-c907-43ba-b882-d58fbb6f7de7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2579436950775443310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c0d774f-e871-459e-acbc-f0cff2b1cb2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9e647d4-4234-4e6b-bf8e-fdf70f1c9240, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e647d4-4234-4e6b-bf8e-fdf70f1c9240, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10190274073597346214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca32b2e7-c907-43ba-b882-d58fbb6f7de7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d528165-fdff-4dde-a19a-2ec7a1095d3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d528165-fdff-4dde-a19a-2ec7a1095d3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031955038160920571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e647d4-4234-4e6b-bf8e-fdf70f1c9240, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de9d0813-e800-4752-8a9a-b6bf70f4153d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9d0813-e800-4752-8a9a-b6bf70f4153d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1061654804273076776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d528165-fdff-4dde-a19a-2ec7a1095d3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa32449b-9f75-4ef1-9843-42eecbfe34a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa32449b-9f75-4ef1-9843-42eecbfe34a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15201401822978695931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9d0813-e800-4752-8a9a-b6bf70f4153d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aa4649b-afef-47d4-b74d-9c7fc7a29202, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa4649b-afef-47d4-b74d-9c7fc7a29202, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1449518726502261699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa32449b-9f75-4ef1-9843-42eecbfe34a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 592af667-e2f5-4069-97e9-f1556e783b0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 592af667-e2f5-4069-97e9-f1556e783b0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4487981927257310085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa4649b-afef-47d4-b74d-9c7fc7a29202, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cea7ba19-559b-48f1-88cd-2c2cd6e1c94e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea7ba19-559b-48f1-88cd-2c2cd6e1c94e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15553846804071740402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 592af667-e2f5-4069-97e9-f1556e783b0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aefa417b-48a3-4628-8d3e-6e3205bf4541, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aefa417b-48a3-4628-8d3e-6e3205bf4541, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14215791234053156812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea7ba19-559b-48f1-88cd-2c2cd6e1c94e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c2e34ac-aaad-480b-86ce-962db8044e83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2e34ac-aaad-480b-86ce-962db8044e83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5646159027535535265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aefa417b-48a3-4628-8d3e-6e3205bf4541, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a9c49bc-1d1c-4d0a-ad9a-ccfc603faaed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9c49bc-1d1c-4d0a-ad9a-ccfc603faaed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11842254519256975808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2e34ac-aaad-480b-86ce-962db8044e83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f14b6b5a-5e3d-48f5-aaa3-9415d428b700, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f14b6b5a-5e3d-48f5-aaa3-9415d428b700, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10299291018119402038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9c49bc-1d1c-4d0a-ad9a-ccfc603faaed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a825435-c554-4681-8944-7f021a8ed3d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a825435-c554-4681-8944-7f021a8ed3d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6948502866835122830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f14b6b5a-5e3d-48f5-aaa3-9415d428b700, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bd336ae-64d6-4bca-b3b9-d4ac9e5f14be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd336ae-64d6-4bca-b3b9-d4ac9e5f14be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11304141940925971133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a825435-c554-4681-8944-7f021a8ed3d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8667b65e-e339-4097-a129-2b402051c657, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8667b65e-e339-4097-a129-2b402051c657, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11950554196924783808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd336ae-64d6-4bca-b3b9-d4ac9e5f14be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d00b62d-31c7-4487-8e0b-896e76fa9aec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d00b62d-31c7-4487-8e0b-896e76fa9aec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2289456058737571335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8667b65e-e339-4097-a129-2b402051c657, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee7b31ea-0518-4a54-9660-a5554d8cebeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee7b31ea-0518-4a54-9660-a5554d8cebeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1830533600419147470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d00b62d-31c7-4487-8e0b-896e76fa9aec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71371037-46db-4ddf-8581-2b94069693e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee7b31ea-0518-4a54-9660-a5554d8cebeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71371037-46db-4ddf-8581-2b94069693e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7135733945621238008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d74c7d5e-d47b-439e-b759-5d13230f85ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74c7d5e-d47b-439e-b759-5d13230f85ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4282903467354206703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71371037-46db-4ddf-8581-2b94069693e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 467f84e7-7620-4dcd-85bb-c23e1ea426e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467f84e7-7620-4dcd-85bb-c23e1ea426e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154322803465043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31543228034650433154322803465043315432280346504331543228034650433154322803465043315432280346504331543228034650433154322803465043315432280346504331543228034650433154322803465043315432280346504331543228034650433154322803465043315432280346504331543228034650433154322803465043315432280346504331543228034650433154322803465043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74c7d5e-d47b-439e-b759-5d13230f85ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467f84e7-7620-4dcd-85bb-c23e1ea426e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40a0dd2a-cce3-44a8-a03b-8002e0f69ecf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbd3eb50-678c-4ee5-92ab-5d96336bd2b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40a0dd2a-cce3-44a8-a03b-8002e0f69ecf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9202853185673514478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbd3eb50-678c-4ee5-92ab-5d96336bd2b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10668921678404976331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40a0dd2a-cce3-44a8-a03b-8002e0f69ecf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b25269a6-f875-4d78-a0d6-5f9b3883d97d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25269a6-f875-4d78-a0d6-5f9b3883d97d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7468575189205769855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbd3eb50-678c-4ee5-92ab-5d96336bd2b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25269a6-f875-4d78-a0d6-5f9b3883d97d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 590879e7-7720-4900-b960-7377ac226c1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 445dcc73-4a32-4a69-b7e4-c0d503841892, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 590879e7-7720-4900-b960-7377ac226c1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15743135581888963785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 445dcc73-4a32-4a69-b7e4-c0d503841892, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11802995946258328339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 590879e7-7720-4900-b960-7377ac226c1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ae5f818-ba92-4aa0-a2fd-592cb1c97ab8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae5f818-ba92-4aa0-a2fd-592cb1c97ab8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 208823063006309779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 445dcc73-4a32-4a69-b7e4-c0d503841892, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6d8a413-88ef-438d-9817-7b23dd6d2f70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae5f818-ba92-4aa0-a2fd-592cb1c97ab8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d8a413-88ef-438d-9817-7b23dd6d2f70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16685977276238132208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ad14a6e-6ff6-468d-b27a-99e37de43e5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ad14a6e-6ff6-468d-b27a-99e37de43e5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12782971292057103943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d8a413-88ef-438d-9817-7b23dd6d2f70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ad14a6e-6ff6-468d-b27a-99e37de43e5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6d411c-369d-4658-ba6d-86b013a7ec31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0631f7ee-7176-4cff-a9a2-0628d7063742, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0631f7ee-7176-4cff-a9a2-0628d7063742, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10329946467986088950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6d411c-369d-4658-ba6d-86b013a7ec31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2324355115591659283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0631f7ee-7176-4cff-a9a2-0628d7063742, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6d411c-369d-4658-ba6d-86b013a7ec31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e2698bc-de1c-4554-a9e9-c25b17531b5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e2698bc-de1c-4554-a9e9-c25b17531b5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14247618999136244458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60813146-8fe9-4737-8a30-4bbb60e7e4e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60813146-8fe9-4737-8a30-4bbb60e7e4e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15333923616921514391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e2698bc-de1c-4554-a9e9-c25b17531b5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d74dd05-17f0-4720-acbf-0d93ef47c706, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d74dd05-17f0-4720-acbf-0d93ef47c706, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2225401331880823337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60813146-8fe9-4737-8a30-4bbb60e7e4e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cf78e53-3c53-4424-ba02-577f602609ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d74dd05-17f0-4720-acbf-0d93ef47c706, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cf78e53-3c53-4424-ba02-577f602609ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17399397432898534907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea060bb2-20c4-45be-8c63-90f8acd24a1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea060bb2-20c4-45be-8c63-90f8acd24a1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15826347383330131595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cf78e53-3c53-4424-ba02-577f602609ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4487ae41-e2e9-4480-87d9-1abc0fc4cf74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4487ae41-e2e9-4480-87d9-1abc0fc4cf74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16707230271564883761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea060bb2-20c4-45be-8c63-90f8acd24a1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9941da6-3fcf-45b7-b35b-c3cc0c63a6a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4487ae41-e2e9-4480-87d9-1abc0fc4cf74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9941da6-3fcf-45b7-b35b-c3cc0c63a6a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6761864051703763041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69d30dc1-70c7-487b-8d26-2bdff71db6e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69d30dc1-70c7-487b-8d26-2bdff71db6e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7705451947423306969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9941da6-3fcf-45b7-b35b-c3cc0c63a6a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59a568cf-489f-41b6-9d08-9df3a8b3b97d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59a568cf-489f-41b6-9d08-9df3a8b3b97d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7577055521188098229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69d30dc1-70c7-487b-8d26-2bdff71db6e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e26bf1c-d383-4eb6-88eb-76fad4089bf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e26bf1c-d383-4eb6-88eb-76fad4089bf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11424811707839177336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59a568cf-489f-41b6-9d08-9df3a8b3b97d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e26bf1c-d383-4eb6-88eb-76fad4089bf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04813dc9-8c7b-48aa-bac6-93aae6152b35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04813dc9-8c7b-48aa-bac6-93aae6152b35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4144999116384678967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 781ecadf-6224-43fa-b4fd-d243cd1e7fc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 781ecadf-6224-43fa-b4fd-d243cd1e7fc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12140417967837801931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04813dc9-8c7b-48aa-bac6-93aae6152b35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 781ecadf-6224-43fa-b4fd-d243cd1e7fc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb76c245-39c9-48fe-a6eb-93f00753c976, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb76c245-39c9-48fe-a6eb-93f00753c976, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18270790457811420608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcdbd34b-e742-4082-bbb1-e8e9d50b3fe8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcdbd34b-e742-4082-bbb1-e8e9d50b3fe8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14574227940008290783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb76c245-39c9-48fe-a6eb-93f00753c976, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6670428-9238-47f0-bc6c-d55a718b14c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6670428-9238-47f0-bc6c-d55a718b14c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3651138468286567332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcdbd34b-e742-4082-bbb1-e8e9d50b3fe8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5a9edac-e4ff-4c79-bf5d-68fc67309913, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a9edac-e4ff-4c79-bf5d-68fc67309913, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17878028000242790668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6670428-9238-47f0-bc6c-d55a718b14c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a9edac-e4ff-4c79-bf5d-68fc67309913, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 441a7b94-9a53-4fc0-9b78-b4779e68d96a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441a7b94-9a53-4fc0-9b78-b4779e68d96a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9047598883712449396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b79c54f-490f-46f1-8f72-3d41278ab6ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b79c54f-490f-46f1-8f72-3d41278ab6ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1366709839678950698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b79c54f-490f-46f1-8f72-3d41278ab6ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5a79ff3-0917-4a24-9a98-3fe680f12f86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a79ff3-0917-4a24-9a98-3fe680f12f86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11452248208871389580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441a7b94-9a53-4fc0-9b78-b4779e68d96a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4d75e83-157f-4369-8cc1-61ead00d7404, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4d75e83-157f-4369-8cc1-61ead00d7404, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14194020522487253093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a79ff3-0917-4a24-9a98-3fe680f12f86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4d75e83-157f-4369-8cc1-61ead00d7404, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e92164-4862-4e0a-9b97-733adc44e22e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e92164-4862-4e0a-9b97-733adc44e22e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3052780487758374394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b533baf1-f68e-42d1-a0ed-5d6063c1e80b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b533baf1-f68e-42d1-a0ed-5d6063c1e80b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054540570043776095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e92164-4862-4e0a-9b97-733adc44e22e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a3f160c-d8d9-4e1d-a279-4165ee14aa58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a3f160c-d8d9-4e1d-a279-4165ee14aa58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17852330845712609015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b533baf1-f68e-42d1-a0ed-5d6063c1e80b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a3f160c-d8d9-4e1d-a279-4165ee14aa58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d6fd8e-732c-4ef7-b422-951c9e833454, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d6fd8e-732c-4ef7-b422-951c9e833454, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13742684887947062997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bcb23ff-10dc-4b10-82ff-bab9c56a660a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bcb23ff-10dc-4b10-82ff-bab9c56a660a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16744128598570406212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d6fd8e-732c-4ef7-b422-951c9e833454, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a23fa13-9312-49c2-80a5-42ea0bc74d78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bcb23ff-10dc-4b10-82ff-bab9c56a660a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a23fa13-9312-49c2-80a5-42ea0bc74d78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5002989426285179452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57455758-d6e3-4162-9157-46637fef4d7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a23fa13-9312-49c2-80a5-42ea0bc74d78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6755627c-bbc8-468b-982d-16c4482e4362, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57455758-d6e3-4162-9157-46637fef4d7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2870421183203172806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6755627c-bbc8-468b-982d-16c4482e4362, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6778710618359377420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57455758-d6e3-4162-9157-46637fef4d7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6755627c-bbc8-468b-982d-16c4482e4362, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a39fec8a-2972-41a2-8e38-0f5f852fc82b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a39fec8a-2972-41a2-8e38-0f5f852fc82b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5313642955634513516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a03bb747-793a-45b2-851b-7242caef4ca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03bb747-793a-45b2-851b-7242caef4ca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5915244674065303033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a39fec8a-2972-41a2-8e38-0f5f852fc82b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03bb747-793a-45b2-851b-7242caef4ca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65fc02de-6e53-4fbf-95f3-42a727a44da5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65fc02de-6e53-4fbf-95f3-42a727a44da5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4017615595995017688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89ed8d80-04ad-4033-a83f-8ff952afaf28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65fc02de-6e53-4fbf-95f3-42a727a44da5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89ed8d80-04ad-4033-a83f-8ff952afaf28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5689528047159874626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b34f36d2-9b5d-4eff-830f-f6a53c434686, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34f36d2-9b5d-4eff-830f-f6a53c434686, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5343949521619666327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89ed8d80-04ad-4033-a83f-8ff952afaf28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5701837d-ca29-41ce-8d31-d55d237dfc36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5701837d-ca29-41ce-8d31-d55d237dfc36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5409518019559595063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34f36d2-9b5d-4eff-830f-f6a53c434686, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5701837d-ca29-41ce-8d31-d55d237dfc36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08443b09-5fc7-4127-bda8-8d2f8c2b03bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08443b09-5fc7-4127-bda8-8d2f8c2b03bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17773614545110710635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ace4538f-6010-4e0b-88cd-c0aaa197c692, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08443b09-5fc7-4127-bda8-8d2f8c2b03bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ace4538f-6010-4e0b-88cd-c0aaa197c692, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12638141372992269363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ace4538f-6010-4e0b-88cd-c0aaa197c692, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f02cdad7-34bf-4662-8a8d-18ea6de900f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f02cdad7-34bf-4662-8a8d-18ea6de900f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10344710925811834701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cb8516e-ad7d-4c6f-9896-3622f191b33b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb8516e-ad7d-4c6f-9896-3622f191b33b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 43241288130053507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4324128813005350743241288130053507432412881300535074324128813005350743241288130053507432412881300535074324128813005350743241288130053507432412881300535074324128813005350743241288130053507432412881300535074324128813005350743241288130053507432412881300535074324128813005350743241288130053507432412881300535074324128813005350743241288130053507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f02cdad7-34bf-4662-8a8d-18ea6de900f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70995c77-9cca-4871-9b4c-daab95244e19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70995c77-9cca-4871-9b4c-daab95244e19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10832514832419342491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb8516e-ad7d-4c6f-9896-3622f191b33b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9f18f59-b6d4-4a14-8908-49ce62628ef0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9f18f59-b6d4-4a14-8908-49ce62628ef0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 363346225722481076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70995c77-9cca-4871-9b4c-daab95244e19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9f18f59-b6d4-4a14-8908-49ce62628ef0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa751651-511e-4537-8455-4f7a36f0258d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa751651-511e-4537-8455-4f7a36f0258d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4976561991868034287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eed9bd4-5aa6-4762-a7f0-58a6be7cf03a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa751651-511e-4537-8455-4f7a36f0258d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eed9bd4-5aa6-4762-a7f0-58a6be7cf03a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9041259559142756730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f54a1cb3-e3ab-43b6-8396-8162f065d796, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f54a1cb3-e3ab-43b6-8396-8162f065d796, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11657975243530583211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eed9bd4-5aa6-4762-a7f0-58a6be7cf03a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f54a1cb3-e3ab-43b6-8396-8162f065d796, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6edbab9d-dcc1-492e-8da8-a6b58ba52ba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6edbab9d-dcc1-492e-8da8-a6b58ba52ba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3666674884325447748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eca032f4-8b1c-41c7-a256-13a522781583, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eca032f4-8b1c-41c7-a256-13a522781583, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15460652553566265656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6edbab9d-dcc1-492e-8da8-a6b58ba52ba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eca032f4-8b1c-41c7-a256-13a522781583, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd606f67-e8ee-4a89-8280-a832db0027f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd606f67-e8ee-4a89-8280-a832db0027f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9771938810359278973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e63d1635-12a9-40eb-b968-f8a6824d31ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63d1635-12a9-40eb-b968-f8a6824d31ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4121949300925592625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd606f67-e8ee-4a89-8280-a832db0027f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63d1635-12a9-40eb-b968-f8a6824d31ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d29f91-4403-4ec2-96bc-22b31b144414, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cba32e04-20de-4e57-8ca8-cce3b7a9cc7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d29f91-4403-4ec2-96bc-22b31b144414, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8623347626313435932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cba32e04-20de-4e57-8ca8-cce3b7a9cc7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17194409632424201727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d29f91-4403-4ec2-96bc-22b31b144414, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cba32e04-20de-4e57-8ca8-cce3b7a9cc7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e86d9db-1d8f-40df-9831-a03f2478e484, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e86d9db-1d8f-40df-9831-a03f2478e484, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11683697565444242089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b454cf8d-c7ee-464c-aec8-19b800b39f22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b454cf8d-c7ee-464c-aec8-19b800b39f22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11553672941811120961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e86d9db-1d8f-40df-9831-a03f2478e484, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1628e956-1905-4bb8-a352-63dc23c5a628, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1628e956-1905-4bb8-a352-63dc23c5a628, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16771932389473895166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b454cf8d-c7ee-464c-aec8-19b800b39f22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42222924-9d33-484a-b162-56399947b3d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42222924-9d33-484a-b162-56399947b3d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3745896498503642817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1628e956-1905-4bb8-a352-63dc23c5a628, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd34ef0a-ab07-4e58-ac01-5aeeb77d7eec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd34ef0a-ab07-4e58-ac01-5aeeb77d7eec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6756170557068785083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42222924-9d33-484a-b162-56399947b3d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a32486-1530-4145-bf88-b745d176b271, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a32486-1530-4145-bf88-b745d176b271, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11066606572328370191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd34ef0a-ab07-4e58-ac01-5aeeb77d7eec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43d0425c-e926-4837-aff9-b9756b9a13f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d0425c-e926-4837-aff9-b9756b9a13f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7018691783129309001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a32486-1530-4145-bf88-b745d176b271, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d177c150-a3f2-42c6-8659-9daab22848bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d177c150-a3f2-42c6-8659-9daab22848bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 33203478751575806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3320347875157580633203478751575806332034787515758063320347875157580633203478751575806332034787515758063320347875157580633203478751575806332034787515758063320347875157580633203478751575806332034787515758063320347875157580633203478751575806332034787515758063320347875157580633203478751575806332034787515758063320347875157580633203478751575806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d0425c-e926-4837-aff9-b9756b9a13f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e4f7b23-763d-4f79-a0b8-ae350c53cefd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e4f7b23-763d-4f79-a0b8-ae350c53cefd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11551859882174032172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d177c150-a3f2-42c6-8659-9daab22848bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d35fbcde-0e9a-426c-a32c-4b873f4d2736, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d35fbcde-0e9a-426c-a32c-4b873f4d2736, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6195292318002152797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e4f7b23-763d-4f79-a0b8-ae350c53cefd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2331e42-e4ac-4206-9526-fb7bf1d02d9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d35fbcde-0e9a-426c-a32c-4b873f4d2736, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b70ae0-dd49-479d-b7e2-85fd81a6c65b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b70ae0-dd49-479d-b7e2-85fd81a6c65b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14096639023034860286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2331e42-e4ac-4206-9526-fb7bf1d02d9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1655983585840109193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2331e42-e4ac-4206-9526-fb7bf1d02d9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14da92d6-fccc-4731-856f-d9aec8b34e97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14da92d6-fccc-4731-856f-d9aec8b34e97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5750281818305653225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b70ae0-dd49-479d-b7e2-85fd81a6c65b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eb44254-3159-4821-90a5-8aae68cef8cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eb44254-3159-4821-90a5-8aae68cef8cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7120847095153663145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14da92d6-fccc-4731-856f-d9aec8b34e97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9befe20-d0b2-47e5-8453-ddb3b01a3c0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9befe20-d0b2-47e5-8453-ddb3b01a3c0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 442919133391450833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eb44254-3159-4821-90a5-8aae68cef8cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 117258cc-5042-4ed0-be4e-85d508ef1d82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117258cc-5042-4ed0-be4e-85d508ef1d82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9821330509248011697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9befe20-d0b2-47e5-8453-ddb3b01a3c0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 788428ca-93c1-4d7b-8644-a8b5cdd5049b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 788428ca-93c1-4d7b-8644-a8b5cdd5049b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3571512882568022081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117258cc-5042-4ed0-be4e-85d508ef1d82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e25ddd-3908-494b-9d10-2214e4e541e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e25ddd-3908-494b-9d10-2214e4e541e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13674942871074310362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 788428ca-93c1-4d7b-8644-a8b5cdd5049b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2d48f7d-5654-4855-aeb5-f4e7d8ffd3c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d48f7d-5654-4855-aeb5-f4e7d8ffd3c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7131573852185658942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e25ddd-3908-494b-9d10-2214e4e541e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05903acb-ee17-4dba-926a-060aa4b7435d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05903acb-ee17-4dba-926a-060aa4b7435d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4132939316191707709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d48f7d-5654-4855-aeb5-f4e7d8ffd3c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad5d3b66-b746-4820-af9e-6b7fbe462489, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad5d3b66-b746-4820-af9e-6b7fbe462489, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5219270335819699432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05903acb-ee17-4dba-926a-060aa4b7435d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ca7321-9646-4a5b-8dd1-6917780ae736, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ca7321-9646-4a5b-8dd1-6917780ae736, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5508239952505439713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad5d3b66-b746-4820-af9e-6b7fbe462489, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cbc2ce6-a0ec-40be-8642-1563a75c4a86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cbc2ce6-a0ec-40be-8642-1563a75c4a86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7711290040452608300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ca7321-9646-4a5b-8dd1-6917780ae736, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74452b8e-b001-4829-ab09-db630e32ddb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74452b8e-b001-4829-ab09-db630e32ddb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8270959741851242309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cbc2ce6-a0ec-40be-8642-1563a75c4a86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d687951d-524a-43bd-bf7a-4eca8b8c9ede, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d687951d-524a-43bd-bf7a-4eca8b8c9ede, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10942763244126470356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74452b8e-b001-4829-ab09-db630e32ddb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d67e9d0f-ac7f-4ae7-88d5-801e905b0c26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d67e9d0f-ac7f-4ae7-88d5-801e905b0c26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2653688570634864021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d687951d-524a-43bd-bf7a-4eca8b8c9ede, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69affc5d-3a04-4682-bca4-57771301249f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69affc5d-3a04-4682-bca4-57771301249f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1320967421586042158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69affc5d-3a04-4682-bca4-57771301249f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5e5b128-e7fd-44b3-8eef-fa53a7b01c3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e5b128-e7fd-44b3-8eef-fa53a7b01c3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12271088987052821162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d67e9d0f-ac7f-4ae7-88d5-801e905b0c26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c238099f-7e0a-4590-ace8-fc9e5c3a7a78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c238099f-7e0a-4590-ace8-fc9e5c3a7a78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10762703511000274129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e5b128-e7fd-44b3-8eef-fa53a7b01c3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57baf82a-ff32-487f-ad7f-36cf16c69732, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57baf82a-ff32-487f-ad7f-36cf16c69732, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3281870950651823185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c238099f-7e0a-4590-ace8-fc9e5c3a7a78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451e167d-8f1d-4d4d-968c-d29bf8430cd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451e167d-8f1d-4d4d-968c-d29bf8430cd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 763828726608796425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57baf82a-ff32-487f-ad7f-36cf16c69732, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83504681-8813-4bfb-9d23-5cfbeb809562, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83504681-8813-4bfb-9d23-5cfbeb809562, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14104924737016917894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451e167d-8f1d-4d4d-968c-d29bf8430cd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 605e98c9-04b1-4128-9c41-46f7c9631498, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 605e98c9-04b1-4128-9c41-46f7c9631498, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10599834605928298515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83504681-8813-4bfb-9d23-5cfbeb809562, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 101ecf7d-a021-4c6e-83da-7366a81681ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 101ecf7d-a021-4c6e-83da-7366a81681ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183113237867177929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 605e98c9-04b1-4128-9c41-46f7c9631498, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb541b7c-ae2d-417b-ad6f-c8c11ee08f75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb541b7c-ae2d-417b-ad6f-c8c11ee08f75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17403141976839811073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 101ecf7d-a021-4c6e-83da-7366a81681ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6193761-fa13-414f-bf83-7761490ce259, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6193761-fa13-414f-bf83-7761490ce259, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1181369331608250985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb541b7c-ae2d-417b-ad6f-c8c11ee08f75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85453b02-2529-42be-af61-0cd203a81083, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85453b02-2529-42be-af61-0cd203a81083, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8465670732872375747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6193761-fa13-414f-bf83-7761490ce259, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf6525ae-7d33-40d5-b0b5-77aa9258bcd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6525ae-7d33-40d5-b0b5-77aa9258bcd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13161780252030990189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85453b02-2529-42be-af61-0cd203a81083, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4ecae71-6536-40ed-b344-a113ae3bbdf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4ecae71-6536-40ed-b344-a113ae3bbdf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4005505415894001793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6525ae-7d33-40d5-b0b5-77aa9258bcd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2eade40-ccdd-4d39-b77e-db8c985180ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4ecae71-6536-40ed-b344-a113ae3bbdf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2eade40-ccdd-4d39-b77e-db8c985180ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12530611626140799031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9824562-7893-4876-888a-3e8daedd5e0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9824562-7893-4876-888a-3e8daedd5e0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13182855791944630849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2eade40-ccdd-4d39-b77e-db8c985180ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f37007c7-dd3b-4fd9-8863-bc22d0213fd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f37007c7-dd3b-4fd9-8863-bc22d0213fd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2486412689837985663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9824562-7893-4876-888a-3e8daedd5e0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98187f00-23f7-406d-9845-491d9417f7ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98187f00-23f7-406d-9845-491d9417f7ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15148276816106051618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98187f00-23f7-406d-9845-491d9417f7ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f37007c7-dd3b-4fd9-8863-bc22d0213fd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40537dd4-1d9c-4c69-a91e-3e575efb1fa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68ab387f-f9af-4a4e-a394-8368b3a572f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40537dd4-1d9c-4c69-a91e-3e575efb1fa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17227729267261567264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68ab387f-f9af-4a4e-a394-8368b3a572f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5372952393759445740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40537dd4-1d9c-4c69-a91e-3e575efb1fa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d7fa95-5790-40ad-b9ca-ef3537fcb837, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d7fa95-5790-40ad-b9ca-ef3537fcb837, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4185069843582301839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68ab387f-f9af-4a4e-a394-8368b3a572f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea086e0-4b2d-4f8e-a1e0-7b309257c1a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea086e0-4b2d-4f8e-a1e0-7b309257c1a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5116242442503892604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d7fa95-5790-40ad-b9ca-ef3537fcb837, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d6813d6-8e15-4d24-879d-5454cbee9081, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d6813d6-8e15-4d24-879d-5454cbee9081, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17433854070633727912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea086e0-4b2d-4f8e-a1e0-7b309257c1a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3c8369b-dc77-4214-adde-7f5a51b72035, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c8369b-dc77-4214-adde-7f5a51b72035, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13485620800167773080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d6813d6-8e15-4d24-879d-5454cbee9081, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5835753-184d-4c00-a82d-5bcd0ccfcad6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5835753-184d-4c00-a82d-5bcd0ccfcad6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15370574076731180334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c8369b-dc77-4214-adde-7f5a51b72035, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 997ec919-d1a2-4b80-8e0b-1c4a810e4988, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 997ec919-d1a2-4b80-8e0b-1c4a810e4988, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10569544318593112056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5835753-184d-4c00-a82d-5bcd0ccfcad6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35b2b341-0b83-41cd-aad9-9f5741547d6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b2b341-0b83-41cd-aad9-9f5741547d6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4147091706371608487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 997ec919-d1a2-4b80-8e0b-1c4a810e4988, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8179cec5-1c5a-47e0-8808-87d0176b0f2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8179cec5-1c5a-47e0-8808-87d0176b0f2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208030640894661702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b2b341-0b83-41cd-aad9-9f5741547d6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a382d00-d9f0-4f0c-b8c5-ad318b38937a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a382d00-d9f0-4f0c-b8c5-ad318b38937a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9504392211751174688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8179cec5-1c5a-47e0-8808-87d0176b0f2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fecd9a03-5da0-4038-a48f-c217c6229ef8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fecd9a03-5da0-4038-a48f-c217c6229ef8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13735684501680251917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a382d00-d9f0-4f0c-b8c5-ad318b38937a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93ac56db-63af-4fef-b2f1-a1bbec8b188b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ac56db-63af-4fef-b2f1-a1bbec8b188b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14154720658211565211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fecd9a03-5da0-4038-a48f-c217c6229ef8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aead3b2-99c1-4db4-a67c-731a420d343e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aead3b2-99c1-4db4-a67c-731a420d343e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8623775724135289415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ac56db-63af-4fef-b2f1-a1bbec8b188b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fc9fe73-47c5-44c3-8b0b-758e4fa8d055, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc9fe73-47c5-44c3-8b0b-758e4fa8d055, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13387203157252978584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aead3b2-99c1-4db4-a67c-731a420d343e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cac5beda-912d-4622-8e75-d806cb236745, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cac5beda-912d-4622-8e75-d806cb236745, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3295108418026608731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc9fe73-47c5-44c3-8b0b-758e4fa8d055, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8664b551-5553-4fb9-a7e7-a194af1a3b63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cac5beda-912d-4622-8e75-d806cb236745, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8664b551-5553-4fb9-a7e7-a194af1a3b63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1942471458291598798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a40d1bd-1832-4c4e-a739-829dc586d6b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a40d1bd-1832-4c4e-a739-829dc586d6b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12619143121074096334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8664b551-5553-4fb9-a7e7-a194af1a3b63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b14f942-6307-4622-be52-bb78d5863041, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b14f942-6307-4622-be52-bb78d5863041, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14805575795354214799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a40d1bd-1832-4c4e-a739-829dc586d6b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0237f5b1-874b-439f-86d3-5dd7e076d093, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0237f5b1-874b-439f-86d3-5dd7e076d093, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13535421653912025068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b14f942-6307-4622-be52-bb78d5863041, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68f9a73f-f827-4ff3-8b64-9999e1fb288f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f9a73f-f827-4ff3-8b64-9999e1fb288f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4988255787796429513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0237f5b1-874b-439f-86d3-5dd7e076d093, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8117dd2a-1de5-4aa5-a34e-96902700d6cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8117dd2a-1de5-4aa5-a34e-96902700d6cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129068194464339939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f9a73f-f827-4ff3-8b64-9999e1fb288f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c4cf678-5e98-47d8-97c1-da4f721e0b87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4cf678-5e98-47d8-97c1-da4f721e0b87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14551801202325300627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8117dd2a-1de5-4aa5-a34e-96902700d6cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04891c7c-ce90-4bbb-9895-794caaebe947, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04891c7c-ce90-4bbb-9895-794caaebe947, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5319868455230340905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4cf678-5e98-47d8-97c1-da4f721e0b87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba959da7-a8d5-4304-ad4b-2c70f9a7376d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba959da7-a8d5-4304-ad4b-2c70f9a7376d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4313967541057329246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04891c7c-ce90-4bbb-9895-794caaebe947, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fd0dfcb-28ff-4eb4-be40-ea157a142aff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd0dfcb-28ff-4eb4-be40-ea157a142aff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11462210864372012227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba959da7-a8d5-4304-ad4b-2c70f9a7376d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bf13113-abbf-4b7f-91d3-d5ab2554243e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf13113-abbf-4b7f-91d3-d5ab2554243e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1948416819895962501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf13113-abbf-4b7f-91d3-d5ab2554243e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a38c6a71-3761-4f4d-96f2-cea5b00a5464, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a38c6a71-3761-4f4d-96f2-cea5b00a5464, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16013167101019191642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd0dfcb-28ff-4eb4-be40-ea157a142aff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89cebe16-3ab7-4e7c-aaa0-761165e5c212, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89cebe16-3ab7-4e7c-aaa0-761165e5c212, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17235492629285238586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89cebe16-3ab7-4e7c-aaa0-761165e5c212, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a38c6a71-3761-4f4d-96f2-cea5b00a5464, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dae8107c-5e72-46d0-845a-3edfcc7020b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dae8107c-5e72-46d0-845a-3edfcc7020b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8495069411577151269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3515de0-21cc-41d1-a68c-3cb47c3db514, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3515de0-21cc-41d1-a68c-3cb47c3db514, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17693847921425730038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dae8107c-5e72-46d0-845a-3edfcc7020b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 198033a7-24b1-49d0-8d7a-b3c361b23f05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198033a7-24b1-49d0-8d7a-b3c361b23f05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8100359474251842730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3515de0-21cc-41d1-a68c-3cb47c3db514, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a2843ec-1ea4-4b73-8e22-81af8ae1fedc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2843ec-1ea4-4b73-8e22-81af8ae1fedc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2605031409024853259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198033a7-24b1-49d0-8d7a-b3c361b23f05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c44530de-455a-4b51-ada7-047936728287, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c44530de-455a-4b51-ada7-047936728287, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13268995282155251626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2843ec-1ea4-4b73-8e22-81af8ae1fedc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2a92b05-2617-4abb-a88c-eaf28ac5b84b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a92b05-2617-4abb-a88c-eaf28ac5b84b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10788141975879345846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a92b05-2617-4abb-a88c-eaf28ac5b84b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c44530de-455a-4b51-ada7-047936728287, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d94f9e48-1c5d-49e8-a30f-8a6860b3f5da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d94f9e48-1c5d-49e8-a30f-8a6860b3f5da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7427183217467623377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d64fa98-88d0-459c-a03c-a2522e1127fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d64fa98-88d0-459c-a03c-a2522e1127fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3404536621952841283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d94f9e48-1c5d-49e8-a30f-8a6860b3f5da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d64fa98-88d0-459c-a03c-a2522e1127fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6797b3fc-3b19-416d-92a3-1d0f00c802a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6797b3fc-3b19-416d-92a3-1d0f00c802a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14855047120516959433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b57ced15-9493-43e5-b676-70501d510195, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57ced15-9493-43e5-b676-70501d510195, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 974686678651497391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6797b3fc-3b19-416d-92a3-1d0f00c802a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddc47b3e-5f80-4873-8e63-3193de9d89b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc47b3e-5f80-4873-8e63-3193de9d89b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7250981546103762010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57ced15-9493-43e5-b676-70501d510195, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd7c20d6-611a-4814-877f-5e57f15b9abe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd7c20d6-611a-4814-877f-5e57f15b9abe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16913631903715430745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc47b3e-5f80-4873-8e63-3193de9d89b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87bde762-a3b7-4ec3-b1cf-739efcbd44f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bde762-a3b7-4ec3-b1cf-739efcbd44f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4461187382679256425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd7c20d6-611a-4814-877f-5e57f15b9abe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a0afbd7-1c5b-4335-bb78-1f8fe332cc58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0afbd7-1c5b-4335-bb78-1f8fe332cc58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4625672146717416559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bde762-a3b7-4ec3-b1cf-739efcbd44f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2bfe9ce-9785-487e-890e-ec9a071a8130, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bfe9ce-9785-487e-890e-ec9a071a8130, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12461908746866761935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0afbd7-1c5b-4335-bb78-1f8fe332cc58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3a72f49-5906-47a6-8d3c-b235efd3598e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bfe9ce-9785-487e-890e-ec9a071a8130, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d8aabc6-f076-40fe-9c23-2e7990736533, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a72f49-5906-47a6-8d3c-b235efd3598e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6729084402085041342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d8aabc6-f076-40fe-9c23-2e7990736533, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8550958033482073497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a72f49-5906-47a6-8d3c-b235efd3598e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7785c88-a9e9-4924-a5d3-98d90858eaaf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7785c88-a9e9-4924-a5d3-98d90858eaaf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9901544838325645425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d8aabc6-f076-40fe-9c23-2e7990736533, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0115f045-6ebb-4832-8339-2e8ea95f4d2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0115f045-6ebb-4832-8339-2e8ea95f4d2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14219974920052354889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7785c88-a9e9-4924-a5d3-98d90858eaaf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e601ae65-c42f-449b-b2c7-f00e49f98160, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0115f045-6ebb-4832-8339-2e8ea95f4d2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e601ae65-c42f-449b-b2c7-f00e49f98160, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2675649188442224196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47531f32-5bdf-4f2a-921b-3cf717edf6ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47531f32-5bdf-4f2a-921b-3cf717edf6ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3120334290499575284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e601ae65-c42f-449b-b2c7-f00e49f98160, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da0d1c6d-1da4-4005-b510-292a0b49a0c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da0d1c6d-1da4-4005-b510-292a0b49a0c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9929592695343325675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47531f32-5bdf-4f2a-921b-3cf717edf6ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e65bced4-07b2-48dd-afad-62c0b2068e7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65bced4-07b2-48dd-afad-62c0b2068e7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3129746232545321154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da0d1c6d-1da4-4005-b510-292a0b49a0c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fa9920d-5bec-41b5-83c4-bd4b977f4ce1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa9920d-5bec-41b5-83c4-bd4b977f4ce1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1935090048955360447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65bced4-07b2-48dd-afad-62c0b2068e7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f0f7768-77e8-4003-9432-373c61d9ce76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f0f7768-77e8-4003-9432-373c61d9ce76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3163186432289788589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa9920d-5bec-41b5-83c4-bd4b977f4ce1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306780d8-7438-4aa2-8afd-d28d75ce2d4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306780d8-7438-4aa2-8afd-d28d75ce2d4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 591760336239573103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f0f7768-77e8-4003-9432-373c61d9ce76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 062aa338-5f3d-49b6-8c14-f68c3917f96b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 062aa338-5f3d-49b6-8c14-f68c3917f96b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13782747175863669591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306780d8-7438-4aa2-8afd-d28d75ce2d4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e7d66d5-ad39-429d-90b7-a53c8207eee0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e7d66d5-ad39-429d-90b7-a53c8207eee0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8367364641966919865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 062aa338-5f3d-49b6-8c14-f68c3917f96b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 610b63f4-ffa6-4274-9cd4-d2ce203f712f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610b63f4-ffa6-4274-9cd4-d2ce203f712f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4385372878094296189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e7d66d5-ad39-429d-90b7-a53c8207eee0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610b63f4-ffa6-4274-9cd4-d2ce203f712f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ac4a9e-6b0a-4e45-9cd7-e9cd056e565d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ac4a9e-6b0a-4e45-9cd7-e9cd056e565d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2369617514497222268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c3e28e4-9910-40f5-a6f2-17824ac2a581, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c3e28e4-9910-40f5-a6f2-17824ac2a581, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12587798207857425241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ac4a9e-6b0a-4e45-9cd7-e9cd056e565d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9532ad45-be12-41e3-8cae-5e61068ac3e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9532ad45-be12-41e3-8cae-5e61068ac3e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 315938787031640269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c3e28e4-9910-40f5-a6f2-17824ac2a581, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e8da5b-3df4-49d3-8a38-36df2881de9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e8da5b-3df4-49d3-8a38-36df2881de9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054127631628022104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9532ad45-be12-41e3-8cae-5e61068ac3e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a7328bc-aab7-4b20-a6b0-eb55c22a700a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a7328bc-aab7-4b20-a6b0-eb55c22a700a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 682589030082020234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e8da5b-3df4-49d3-8a38-36df2881de9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f84c34f-ef52-4746-901e-1cae44c066d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f84c34f-ef52-4746-901e-1cae44c066d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10651781339415804426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a7328bc-aab7-4b20-a6b0-eb55c22a700a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b2d05e5-6654-4331-ac16-b54a28a1d46a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b2d05e5-6654-4331-ac16-b54a28a1d46a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3253603451684571851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f84c34f-ef52-4746-901e-1cae44c066d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce7f9c55-026e-4f36-93ee-ceeb18263e03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce7f9c55-026e-4f36-93ee-ceeb18263e03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12854042949518611120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b2d05e5-6654-4331-ac16-b54a28a1d46a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 583ecc18-1cc8-4802-8f7e-acc0b68fdd1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 583ecc18-1cc8-4802-8f7e-acc0b68fdd1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16271389199573815734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce7f9c55-026e-4f36-93ee-ceeb18263e03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab31f0ff-5938-4acb-b1fc-c5b306aad22a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab31f0ff-5938-4acb-b1fc-c5b306aad22a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11382595410253617073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 583ecc18-1cc8-4802-8f7e-acc0b68fdd1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af467002-bd6f-4f6a-a130-2ae1c89ef596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af467002-bd6f-4f6a-a130-2ae1c89ef596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15043374109467745987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab31f0ff-5938-4acb-b1fc-c5b306aad22a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4133a45-c490-42c2-85d2-a6f70ee9d714, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4133a45-c490-42c2-85d2-a6f70ee9d714, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7588147758179232786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af467002-bd6f-4f6a-a130-2ae1c89ef596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 255345bf-96c1-4f65-a78b-fcef6ae076db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 255345bf-96c1-4f65-a78b-fcef6ae076db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17052238354507068468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4133a45-c490-42c2-85d2-a6f70ee9d714, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65eb8276-5d9f-43f2-b007-11b4c4b5fe64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65eb8276-5d9f-43f2-b007-11b4c4b5fe64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098992217864407491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 255345bf-96c1-4f65-a78b-fcef6ae076db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b267ce15-dedb-4c2f-be15-1936cf1bef5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b267ce15-dedb-4c2f-be15-1936cf1bef5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11714080112804606362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65eb8276-5d9f-43f2-b007-11b4c4b5fe64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 366ab96a-eeca-44af-9e3e-6daa259621cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 366ab96a-eeca-44af-9e3e-6daa259621cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11574160569358027776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b267ce15-dedb-4c2f-be15-1936cf1bef5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f36aebd-6819-4149-92c9-7d33b1d49839, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f36aebd-6819-4149-92c9-7d33b1d49839, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5173762366533491965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 366ab96a-eeca-44af-9e3e-6daa259621cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a87bed1-e5d5-4de8-a8ae-ecb450560cc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a87bed1-e5d5-4de8-a8ae-ecb450560cc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 296871426620294619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f36aebd-6819-4149-92c9-7d33b1d49839, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59419010-bf3c-4159-9e21-7b4e10063509, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59419010-bf3c-4159-9e21-7b4e10063509, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11113412807157437403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a87bed1-e5d5-4de8-a8ae-ecb450560cc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7177a9f4-115f-4355-a8c2-eeae55bf714f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7177a9f4-115f-4355-a8c2-eeae55bf714f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5878196435092327297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59419010-bf3c-4159-9e21-7b4e10063509, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ae6ad6c-b108-4a60-b515-f5515022bd5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae6ad6c-b108-4a60-b515-f5515022bd5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16395161934357244447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7177a9f4-115f-4355-a8c2-eeae55bf714f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e01cb6-e63f-44f3-bb73-6636c0bac8fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e01cb6-e63f-44f3-bb73-6636c0bac8fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9107257831191015205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae6ad6c-b108-4a60-b515-f5515022bd5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75d1cc77-9ee7-47c4-b437-8e8aa710c747, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75d1cc77-9ee7-47c4-b437-8e8aa710c747, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 438713088241205925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e01cb6-e63f-44f3-bb73-6636c0bac8fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c5fd1cd-22aa-4940-9cd5-6d2eee4d54b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c5fd1cd-22aa-4940-9cd5-6d2eee4d54b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6083694910726141476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75d1cc77-9ee7-47c4-b437-8e8aa710c747, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76f1aee8-b1e1-4565-98bb-abe97caf5dbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f1aee8-b1e1-4565-98bb-abe97caf5dbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14047391282292967575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c5fd1cd-22aa-4940-9cd5-6d2eee4d54b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fe9f73b-4a64-485c-9ac3-62fbf4cb4909, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe9f73b-4a64-485c-9ac3-62fbf4cb4909, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13767292818166203751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f1aee8-b1e1-4565-98bb-abe97caf5dbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ccbc6f2-45c2-47b0-97e6-af41e61e2e6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ccbc6f2-45c2-47b0-97e6-af41e61e2e6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11771984923854906354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe9f73b-4a64-485c-9ac3-62fbf4cb4909, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c3dea77-8dfe-4c75-8fd6-a90d16a44c59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c3dea77-8dfe-4c75-8fd6-a90d16a44c59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4514657679848087779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ccbc6f2-45c2-47b0-97e6-af41e61e2e6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47737a3b-61cb-40ec-b19f-d415f6211735, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47737a3b-61cb-40ec-b19f-d415f6211735, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17459300970058311869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c3dea77-8dfe-4c75-8fd6-a90d16a44c59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 723133ac-d5ce-4184-ad34-3c228c3fc163, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723133ac-d5ce-4184-ad34-3c228c3fc163, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14320159344857085498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47737a3b-61cb-40ec-b19f-d415f6211735, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a9836aa-d446-4801-98b3-1af3cccec2c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723133ac-d5ce-4184-ad34-3c228c3fc163, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af5e4531-939e-40c0-93d1-d4b853beb161, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a9836aa-d446-4801-98b3-1af3cccec2c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3365460320245406690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af5e4531-939e-40c0-93d1-d4b853beb161, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8900398577915670090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af5e4531-939e-40c0-93d1-d4b853beb161, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 487c2715-4d76-4d50-a206-e819f1eb98a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 487c2715-4d76-4d50-a206-e819f1eb98a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17579358171614467209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a9836aa-d446-4801-98b3-1af3cccec2c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46440916-6f7f-484d-8678-46b68808363b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46440916-6f7f-484d-8678-46b68808363b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7456197775701396249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 487c2715-4d76-4d50-a206-e819f1eb98a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0e683f3-2361-4304-9d9c-a5492ec29bdc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0e683f3-2361-4304-9d9c-a5492ec29bdc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3935247105598580764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46440916-6f7f-484d-8678-46b68808363b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18ab0c0a-e30a-416b-8fca-6bacb191fadf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18ab0c0a-e30a-416b-8fca-6bacb191fadf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16569912482112815988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0e683f3-2361-4304-9d9c-a5492ec29bdc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18c8ee89-4a48-4241-b1f5-9b2e0e400023, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18ab0c0a-e30a-416b-8fca-6bacb191fadf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3c74f06-701d-451a-8728-ba6cbd950ad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c8ee89-4a48-4241-b1f5-9b2e0e400023, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11668713642887226260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3c74f06-701d-451a-8728-ba6cbd950ad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14100712552843199009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c8ee89-4a48-4241-b1f5-9b2e0e400023, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb95bbd3-3985-45e8-8adc-fcf8668e10c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb95bbd3-3985-45e8-8adc-fcf8668e10c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10585076664521831020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3c74f06-701d-451a-8728-ba6cbd950ad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd27d58c-19ce-4fec-90e7-4763059321e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd27d58c-19ce-4fec-90e7-4763059321e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3549602919994922986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb95bbd3-3985-45e8-8adc-fcf8668e10c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd27d58c-19ce-4fec-90e7-4763059321e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a448e191-9a97-4910-9fd9-4926485aa1a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93a2b87b-45dc-475c-b503-9b8ad58583a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a2b87b-45dc-475c-b503-9b8ad58583a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8559321919920079106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a448e191-9a97-4910-9fd9-4926485aa1a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6287928458111481599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a448e191-9a97-4910-9fd9-4926485aa1a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a2b87b-45dc-475c-b503-9b8ad58583a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0d639fe-6d8f-4d54-8137-b5af78974570, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d639fe-6d8f-4d54-8137-b5af78974570, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16938215168612180075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158d7a99-1ab4-4331-8d6d-532e373790f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158d7a99-1ab4-4331-8d6d-532e373790f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6975606264437410775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d639fe-6d8f-4d54-8137-b5af78974570, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bebeed31-782c-4d46-a302-70191f56e669, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bebeed31-782c-4d46-a302-70191f56e669, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14413191307684421511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158d7a99-1ab4-4331-8d6d-532e373790f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40623c0c-496f-4154-b252-49fb0c28f0f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40623c0c-496f-4154-b252-49fb0c28f0f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10616365535239619633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bebeed31-782c-4d46-a302-70191f56e669, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8a1775c-b2c2-44ea-82f4-f95432e0b5d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8a1775c-b2c2-44ea-82f4-f95432e0b5d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1489183517626855003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40623c0c-496f-4154-b252-49fb0c28f0f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6cf8616-95ae-4520-8b4e-d44819b26bb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6cf8616-95ae-4520-8b4e-d44819b26bb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7483612168091412262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8a1775c-b2c2-44ea-82f4-f95432e0b5d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 487a0773-ca69-454e-b99d-889b0127c141, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 487a0773-ca69-454e-b99d-889b0127c141, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2624235605906396926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6cf8616-95ae-4520-8b4e-d44819b26bb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2242ca-b561-4984-9a4e-d0b15d8eb97a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2242ca-b561-4984-9a4e-d0b15d8eb97a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4713008015708380724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 487a0773-ca69-454e-b99d-889b0127c141, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe8b4779-f7d3-4a22-bcba-7ace3a58fd8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe8b4779-f7d3-4a22-bcba-7ace3a58fd8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16069837983953172541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2242ca-b561-4984-9a4e-d0b15d8eb97a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8787351c-b2f0-46f4-a379-dc2c25e87e94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8787351c-b2f0-46f4-a379-dc2c25e87e94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13265772070926482978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe8b4779-f7d3-4a22-bcba-7ace3a58fd8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 994aad6d-c8be-4154-b545-3761eb0d0469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 994aad6d-c8be-4154-b545-3761eb0d0469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7840687758049136590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8787351c-b2f0-46f4-a379-dc2c25e87e94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d82c3141-9918-4780-ba15-f636d78c4ad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 994aad6d-c8be-4154-b545-3761eb0d0469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d82c3141-9918-4780-ba15-f636d78c4ad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11149051375728062845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 662dbacb-026d-4ed1-b0c6-e369c409ac46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662dbacb-026d-4ed1-b0c6-e369c409ac46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 813062906100116600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d82c3141-9918-4780-ba15-f636d78c4ad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4823eba0-9c2f-4e24-b7c2-6117d2f56e42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4823eba0-9c2f-4e24-b7c2-6117d2f56e42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15025685436313108787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662dbacb-026d-4ed1-b0c6-e369c409ac46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18c742d8-b297-4812-9846-3a39817cf912, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c742d8-b297-4812-9846-3a39817cf912, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16488856238455582186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4823eba0-9c2f-4e24-b7c2-6117d2f56e42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bf4c2db-6cc7-47aa-af28-1d2f0d0b38fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf4c2db-6cc7-47aa-af28-1d2f0d0b38fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2375014728930929351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c742d8-b297-4812-9846-3a39817cf912, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf4c2db-6cc7-47aa-af28-1d2f0d0b38fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b3bcbfe-b8bd-414c-9fd8-c37ffd037a22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d8b0a39-0ba0-485d-ad7d-40cdfe04b5d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d8b0a39-0ba0-485d-ad7d-40cdfe04b5d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4474153444308938099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3bcbfe-b8bd-414c-9fd8-c37ffd037a22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8999790851055457360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d8b0a39-0ba0-485d-ad7d-40cdfe04b5d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b0d4c23-6520-479a-96f1-f425fb3e831b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b0d4c23-6520-479a-96f1-f425fb3e831b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16156644981619179257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3bcbfe-b8bd-414c-9fd8-c37ffd037a22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5192d95a-d621-47c0-913e-4d4a9fa01af6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5192d95a-d621-47c0-913e-4d4a9fa01af6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17814385931472037681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5192d95a-d621-47c0-913e-4d4a9fa01af6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 695b1d55-fc50-464d-8555-afe993d3ea1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b0d4c23-6520-479a-96f1-f425fb3e831b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3968711-53bf-46dd-9088-65407f47ad3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695b1d55-fc50-464d-8555-afe993d3ea1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11021070224000676742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3968711-53bf-46dd-9088-65407f47ad3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13428560059536234743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695b1d55-fc50-464d-8555-afe993d3ea1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3968711-53bf-46dd-9088-65407f47ad3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a6c22f-4723-4913-9985-a80e15d0de4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50953acf-dcf4-4ac6-97c3-48ee60c0260d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a6c22f-4723-4913-9985-a80e15d0de4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 232271550540604528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50953acf-dcf4-4ac6-97c3-48ee60c0260d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9332618264475252805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a6c22f-4723-4913-9985-a80e15d0de4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad2535be-028a-4bc9-b8c5-59e38c1194c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad2535be-028a-4bc9-b8c5-59e38c1194c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9715344903848844970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50953acf-dcf4-4ac6-97c3-48ee60c0260d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c660c8c-f67e-4ecd-a814-425dae7b24e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c660c8c-f67e-4ecd-a814-425dae7b24e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15901458987437196956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad2535be-028a-4bc9-b8c5-59e38c1194c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c552a9b7-2d58-443b-b541-d734ca290f35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c552a9b7-2d58-443b-b541-d734ca290f35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7552143755335661810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c660c8c-f67e-4ecd-a814-425dae7b24e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d9c6103-ed7a-4237-baee-c49273e8c0ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d9c6103-ed7a-4237-baee-c49273e8c0ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6388804938825144229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c552a9b7-2d58-443b-b541-d734ca290f35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7e3c1b-a71f-4a71-8468-8999e7db0517, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7e3c1b-a71f-4a71-8468-8999e7db0517, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18107042431857533589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d9c6103-ed7a-4237-baee-c49273e8c0ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 453b43f6-1883-4297-81a3-4087c86bd91c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453b43f6-1883-4297-81a3-4087c86bd91c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14307452975573083563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7e3c1b-a71f-4a71-8468-8999e7db0517, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85fe094e-0fe2-4880-8d31-b66d6eced600, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85fe094e-0fe2-4880-8d31-b66d6eced600, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8663273866590004598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453b43f6-1883-4297-81a3-4087c86bd91c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b5403a-d5b1-419f-866f-17bc93fd5677, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b5403a-d5b1-419f-866f-17bc93fd5677, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14120672823586842856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85fe094e-0fe2-4880-8d31-b66d6eced600, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a6d4652-ee3e-4cf6-8385-a13731bc373d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6d4652-ee3e-4cf6-8385-a13731bc373d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4868364438714239910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b5403a-d5b1-419f-866f-17bc93fd5677, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6d4652-ee3e-4cf6-8385-a13731bc373d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14e7bad1-afce-44cb-aeb1-22e85795270f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e7bad1-afce-44cb-aeb1-22e85795270f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13374717863219829226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a7e9b36-0fb2-484c-be6d-f25891154bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a7e9b36-0fb2-484c-be6d-f25891154bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13973740838296734775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e7bad1-afce-44cb-aeb1-22e85795270f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f3f9e8f-7652-4168-9d97-3739b6a9a168, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f3f9e8f-7652-4168-9d97-3739b6a9a168, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9525232120525288555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a7e9b36-0fb2-484c-be6d-f25891154bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0467ed7f-1ef1-422a-8097-a51c30da6d5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0467ed7f-1ef1-422a-8097-a51c30da6d5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2208242524645581673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f3f9e8f-7652-4168-9d97-3739b6a9a168, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc224649-d191-4390-9e5a-ab4257281cc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0467ed7f-1ef1-422a-8097-a51c30da6d5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc224649-d191-4390-9e5a-ab4257281cc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3036199987051364357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6364ed9-05b1-40e9-8265-536243179d03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6364ed9-05b1-40e9-8265-536243179d03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1146377773277754170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc224649-d191-4390-9e5a-ab4257281cc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae256457-2572-4f75-959d-3e4a728ecb3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae256457-2572-4f75-959d-3e4a728ecb3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2424216434428823311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6364ed9-05b1-40e9-8265-536243179d03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7431a096-9979-40e1-b13c-26116fa1b9e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7431a096-9979-40e1-b13c-26116fa1b9e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17917787958464602109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae256457-2572-4f75-959d-3e4a728ecb3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32f528fc-dfdc-4239-b3f7-19101f419a65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f528fc-dfdc-4239-b3f7-19101f419a65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10928282906118581106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7431a096-9979-40e1-b13c-26116fa1b9e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f528fc-dfdc-4239-b3f7-19101f419a65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc73bb3f-d446-4e24-922c-702ae972322c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc73bb3f-d446-4e24-922c-702ae972322c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435653850943882886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a58496f-7c8a-46ed-a8c3-2b11c5bddea1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a58496f-7c8a-46ed-a8c3-2b11c5bddea1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12326874534846573762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc73bb3f-d446-4e24-922c-702ae972322c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ed49b38-b0a8-4c86-8afc-47d306f4d97a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a58496f-7c8a-46ed-a8c3-2b11c5bddea1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed49b38-b0a8-4c86-8afc-47d306f4d97a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7378569258783942941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0e66dde-6021-45e8-8cbf-f5d483008da5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0e66dde-6021-45e8-8cbf-f5d483008da5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11352325222832213061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed49b38-b0a8-4c86-8afc-47d306f4d97a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 536ea043-c58f-4b67-855b-3ec38c236ddf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 536ea043-c58f-4b67-855b-3ec38c236ddf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1854581023628008210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0e66dde-6021-45e8-8cbf-f5d483008da5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b61e1a9-eb91-4c03-94bd-79c638eb16b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b61e1a9-eb91-4c03-94bd-79c638eb16b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9840466505177269446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 536ea043-c58f-4b67-855b-3ec38c236ddf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9823cfe3-eaac-48a5-85e3-be848960d9f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9823cfe3-eaac-48a5-85e3-be848960d9f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7028451304563566397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b61e1a9-eb91-4c03-94bd-79c638eb16b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e22a5230-aafa-43a2-9fa3-cbe28287edce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22a5230-aafa-43a2-9fa3-cbe28287edce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8616494730340598162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9823cfe3-eaac-48a5-85e3-be848960d9f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e07b9d0-8169-435a-8c79-e4aefe007089, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e07b9d0-8169-435a-8c79-e4aefe007089, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 630247577240327921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22a5230-aafa-43a2-9fa3-cbe28287edce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea953a9a-b240-449c-b3f3-c92725dccb44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea953a9a-b240-449c-b3f3-c92725dccb44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16767693516127185954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e07b9d0-8169-435a-8c79-e4aefe007089, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcaec1f5-f475-4144-9c03-c75eacce1399, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcaec1f5-f475-4144-9c03-c75eacce1399, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17538409740737951269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea953a9a-b240-449c-b3f3-c92725dccb44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69f4cd7b-8be2-4bcf-b853-1f2db83c7335, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69f4cd7b-8be2-4bcf-b853-1f2db83c7335, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5992119857132322283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcaec1f5-f475-4144-9c03-c75eacce1399, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c3e1ebf-ab6c-473e-acf5-5917d6316d99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c3e1ebf-ab6c-473e-acf5-5917d6316d99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10085289971368027153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69f4cd7b-8be2-4bcf-b853-1f2db83c7335, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97d4c3e6-32cb-41cc-9c91-10a7a984285d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d4c3e6-32cb-41cc-9c91-10a7a984285d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 735989618535702130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c3e1ebf-ab6c-473e-acf5-5917d6316d99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1678de8b-cc67-455f-a55c-cd76ff7410dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1678de8b-cc67-455f-a55c-cd76ff7410dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13984758045446372503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d4c3e6-32cb-41cc-9c91-10a7a984285d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1ff41fd-dc92-4b59-a5d2-b5f6054cee11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1ff41fd-dc92-4b59-a5d2-b5f6054cee11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18438968402805476616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1678de8b-cc67-455f-a55c-cd76ff7410dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70d539de-fcc0-411e-9a7f-af1b5a92a72e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70d539de-fcc0-411e-9a7f-af1b5a92a72e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 994588945456771423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1ff41fd-dc92-4b59-a5d2-b5f6054cee11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84e9405a-015e-40a0-9337-6e2a17c9db35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e9405a-015e-40a0-9337-6e2a17c9db35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6456533601455006580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70d539de-fcc0-411e-9a7f-af1b5a92a72e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17bc21c9-9e3f-49dd-9b8c-071007f8ec68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17bc21c9-9e3f-49dd-9b8c-071007f8ec68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14084393939184249548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e9405a-015e-40a0-9337-6e2a17c9db35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c54314e7-3883-45a0-af8a-332e5fa1d75d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c54314e7-3883-45a0-af8a-332e5fa1d75d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12270686650464221895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17bc21c9-9e3f-49dd-9b8c-071007f8ec68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6d48614-af4a-4782-92b2-878088481054, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c54314e7-3883-45a0-af8a-332e5fa1d75d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12491594-62ca-44dc-987b-6d6f72e3de6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12491594-62ca-44dc-987b-6d6f72e3de6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12357983795892175880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d48614-af4a-4782-92b2-878088481054, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10283082085657345041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12491594-62ca-44dc-987b-6d6f72e3de6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8fbe676-bf35-4d01-8604-de2b09717318, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d48614-af4a-4782-92b2-878088481054, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8fbe676-bf35-4d01-8604-de2b09717318, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17610999577307937443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dfadff3-06f0-4b00-87c3-ad2c01a86c94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dfadff3-06f0-4b00-87c3-ad2c01a86c94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10872221050153220146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8fbe676-bf35-4d01-8604-de2b09717318, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c1a30ba-1324-4b9d-850f-25e60a14aad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c1a30ba-1324-4b9d-850f-25e60a14aad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12845396161152074236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dfadff3-06f0-4b00-87c3-ad2c01a86c94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c6b9b07-d3a5-4550-b3e4-a3d71361dc0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c6b9b07-d3a5-4550-b3e4-a3d71361dc0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16308601949895905224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c1a30ba-1324-4b9d-850f-25e60a14aad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 904c8902-6814-4622-a22b-97a4158f7b14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904c8902-6814-4622-a22b-97a4158f7b14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6632703242410441180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c6b9b07-d3a5-4550-b3e4-a3d71361dc0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94761dcf-ec02-4bbe-9c41-047ebe0ba145, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94761dcf-ec02-4bbe-9c41-047ebe0ba145, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15946500337968523793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904c8902-6814-4622-a22b-97a4158f7b14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7da57f5c-4c1c-4ae9-94ad-295767e85573, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da57f5c-4c1c-4ae9-94ad-295767e85573, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14100521461164888085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94761dcf-ec02-4bbe-9c41-047ebe0ba145, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90abe0f4-cc1d-49e6-91e8-635a221a8c80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90abe0f4-cc1d-49e6-91e8-635a221a8c80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9576300202173752490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da57f5c-4c1c-4ae9-94ad-295767e85573, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a88d0a3a-1bef-437f-9121-6c785383ade6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88d0a3a-1bef-437f-9121-6c785383ade6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1389935805172631863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90abe0f4-cc1d-49e6-91e8-635a221a8c80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5a51150-ee84-40d8-a04c-0260bc3a8fbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a51150-ee84-40d8-a04c-0260bc3a8fbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9227000560014128120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88d0a3a-1bef-437f-9121-6c785383ade6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef916509-a3d2-42fb-b0a0-61839a5cbee9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef916509-a3d2-42fb-b0a0-61839a5cbee9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11601144338448201506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a51150-ee84-40d8-a04c-0260bc3a8fbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f2095a7-3199-4a91-a30a-70e4e7b58d5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2095a7-3199-4a91-a30a-70e4e7b58d5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15015368005853829870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef916509-a3d2-42fb-b0a0-61839a5cbee9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe5cbd10-11a6-4e44-afb2-bdd7912ba102, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe5cbd10-11a6-4e44-afb2-bdd7912ba102, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7139042802330349517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2095a7-3199-4a91-a30a-70e4e7b58d5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83ced39b-a6f9-46e8-a799-a4a2f4ec89f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83ced39b-a6f9-46e8-a799-a4a2f4ec89f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8875085538489751749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe5cbd10-11a6-4e44-afb2-bdd7912ba102, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d806dfbc-e07d-43fc-812d-ddc4640b6316, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d806dfbc-e07d-43fc-812d-ddc4640b6316, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3242779009447074576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83ced39b-a6f9-46e8-a799-a4a2f4ec89f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48edd7cc-f4f4-4027-b7d7-7fdcb5e97b31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d806dfbc-e07d-43fc-812d-ddc4640b6316, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d781e0b-c21c-4bb0-bd95-a434478e38a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d781e0b-c21c-4bb0-bd95-a434478e38a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1542524775754194473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48edd7cc-f4f4-4027-b7d7-7fdcb5e97b31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3362608429388517053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d781e0b-c21c-4bb0-bd95-a434478e38a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ada4197-3c0a-4ff8-ade4-2d8b738bc904, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ada4197-3c0a-4ff8-ade4-2d8b738bc904, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 392724380073487499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48edd7cc-f4f4-4027-b7d7-7fdcb5e97b31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 991a03f9-64c4-4562-bc2e-54dc142cbbbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991a03f9-64c4-4562-bc2e-54dc142cbbbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7041654165371667997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ada4197-3c0a-4ff8-ade4-2d8b738bc904, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d8a57d5-5952-49b0-a2c3-bb4b5f31c7a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d8a57d5-5952-49b0-a2c3-bb4b5f31c7a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283919290986943174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991a03f9-64c4-4562-bc2e-54dc142cbbbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c9352ed-f793-45e2-ab8a-3793e9943cd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9352ed-f793-45e2-ab8a-3793e9943cd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15427569282771344068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d8a57d5-5952-49b0-a2c3-bb4b5f31c7a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06560d5-cf9e-47a8-afd5-70f527450772, ghrun-riky6msjhe.auto.internal:28913): 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.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9352ed-f793-45e2-ab8a-3793e9943cd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc63c11-9cc4-4b0d-ba31-2dea07130517, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc63c11-9cc4-4b0d-ba31-2dea07130517, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3398732336244277772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06560d5-cf9e-47a8-afd5-70f527450772, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18302439998819987736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 32922ac5-afc1-41ab-a316-5876f2576bdc, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 32922ac5-afc1-41ab-a316-5876f2576bdc, localhost:62007): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc63c11-9cc4-4b0d-ba31-2dea07130517, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06560d5-cf9e-47a8-afd5-70f527450772, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00abf2d0-44ea-4b74-a265-d586d8a8ebdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00abf2d0-44ea-4b74-a265-d586d8a8ebdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4907686350739994730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29098ed1-e97d-4903-a9d0-e8b65bea5059, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 32922ac5-afc1-41ab-a316-5876f2576bdc, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 8661 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 } endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 23411 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-riky6msjhe.auto.internal:8661, location , ssl: False>, <Endpoint ghrun-riky6msjhe.auto.internal:23411, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29098ed1-e97d-4903-a9d0-e8b65bea5059, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4533541875665700206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00abf2d0-44ea-4b74-a265-d586d8a8ebdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc01166c-3097-457e-a57e-6f5d70b30a27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc01166c-3097-457e-a57e-6f5d70b30a27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17498326782506945637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29098ed1-e97d-4903-a9d0-e8b65bea5059, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee6f2ae-f733-4103-91af-17472a66f896, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee6f2ae-f733-4103-91af-17472a66f896, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8278005978405535397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc01166c-3097-457e-a57e-6f5d70b30a27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8bac288-1455-4dfe-90ae-5c72879fc0c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8bac288-1455-4dfe-90ae-5c72879fc0c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12104623749961230843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee6f2ae-f733-4103-91af-17472a66f896, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88712d37-5be5-49c5-9306-44ee890d7947, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88712d37-5be5-49c5-9306-44ee890d7947, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10081473065334705867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8bac288-1455-4dfe-90ae-5c72879fc0c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1330019f-a54e-4299-877d-4c23f09ed001, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1330019f-a54e-4299-877d-4c23f09ed001, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2365048141706954574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88712d37-5be5-49c5-9306-44ee890d7947, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a531cb0-22f4-4f80-91de-0152e194a330, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a531cb0-22f4-4f80-91de-0152e194a330, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5621017181190621357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1330019f-a54e-4299-877d-4c23f09ed001, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60a276d6-028e-4a6c-8059-4a38543f2cd3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60a276d6-028e-4a6c-8059-4a38543f2cd3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6449585647375205057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a531cb0-22f4-4f80-91de-0152e194a330, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c3a54bb-c6e6-480b-92eb-ead86b52183b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c3a54bb-c6e6-480b-92eb-ead86b52183b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15642564705527318518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60a276d6-028e-4a6c-8059-4a38543f2cd3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e47a71-b9fd-4377-972a-65bb999721cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e47a71-b9fd-4377-972a-65bb999721cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17661748751984787379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c3a54bb-c6e6-480b-92eb-ead86b52183b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b05d9e3f-a0f1-41b7-b86e-1bee752e2e10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b05d9e3f-a0f1-41b7-b86e-1bee752e2e10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7953484648821157445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e47a71-b9fd-4377-972a-65bb999721cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 717471cf-2941-4170-a3c8-5ef4b9224e25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717471cf-2941-4170-a3c8-5ef4b9224e25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9443173095350078955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b05d9e3f-a0f1-41b7-b86e-1bee752e2e10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bc55f4d-b009-45f0-9962-fe80f5ee0154, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc55f4d-b009-45f0-9962-fe80f5ee0154, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7185806316240342208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717471cf-2941-4170-a3c8-5ef4b9224e25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4539fc3-9736-4870-8376-e404f54dfa88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4539fc3-9736-4870-8376-e404f54dfa88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7977648135907374635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc55f4d-b009-45f0-9962-fe80f5ee0154, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12998944-76e7-4c39-86b7-ac717e34bf1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4539fc3-9736-4870-8376-e404f54dfa88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede735e3-a7c6-41f0-95ff-3a5b00fe7d36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede735e3-a7c6-41f0-95ff-3a5b00fe7d36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18104219614835797015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12998944-76e7-4c39-86b7-ac717e34bf1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7293647238512826069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12998944-76e7-4c39-86b7-ac717e34bf1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 734a74de-e0f6-4c61-91b1-f5242c744ae7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734a74de-e0f6-4c61-91b1-f5242c744ae7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15082888349332819220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede735e3-a7c6-41f0-95ff-3a5b00fe7d36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bed5d36-c9af-4a79-968e-27529aad4631, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bed5d36-c9af-4a79-968e-27529aad4631, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3810140201854708438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734a74de-e0f6-4c61-91b1-f5242c744ae7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60533633-0240-4281-a0ba-25716f1854dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60533633-0240-4281-a0ba-25716f1854dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4904908816260223181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bed5d36-c9af-4a79-968e-27529aad4631, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f8b02f2-1886-4812-809f-86fb1ee11bb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f8b02f2-1886-4812-809f-86fb1ee11bb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5867445720631838983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60533633-0240-4281-a0ba-25716f1854dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d8c0777-eb57-4f99-8a67-2150ef62caf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d8c0777-eb57-4f99-8a67-2150ef62caf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4864006208081922946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f8b02f2-1886-4812-809f-86fb1ee11bb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65229cc1-bdd6-4fd6-be0d-2c067869874f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65229cc1-bdd6-4fd6-be0d-2c067869874f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4141731901334805368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d8c0777-eb57-4f99-8a67-2150ef62caf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b1aa288-fc2b-44b1-9d5e-f49ba077ccd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65229cc1-bdd6-4fd6-be0d-2c067869874f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b1aa288-fc2b-44b1-9d5e-f49ba077ccd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11515673475451446084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e831cce8-1648-4534-95b6-6cb8b7de50bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e831cce8-1648-4534-95b6-6cb8b7de50bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5354247749407516190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b1aa288-fc2b-44b1-9d5e-f49ba077ccd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2e25734-55ac-4736-bdd3-ec46a42569a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e25734-55ac-4736-bdd3-ec46a42569a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13187447632445098586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e831cce8-1648-4534-95b6-6cb8b7de50bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9459d257-430b-4bba-8d53-570dfb26e2ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9459d257-430b-4bba-8d53-570dfb26e2ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1610765233583233923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e25734-55ac-4736-bdd3-ec46a42569a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4292de0f-41fb-4c03-a44d-a44c03ce31c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4292de0f-41fb-4c03-a44d-a44c03ce31c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4812755969205523654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9459d257-430b-4bba-8d53-570dfb26e2ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f9bc83b-a971-4fbc-9aec-b393b934ca91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f9bc83b-a971-4fbc-9aec-b393b934ca91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13249073007172804437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4292de0f-41fb-4c03-a44d-a44c03ce31c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be98c04b-9389-4822-99bd-b18272eff1ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be98c04b-9389-4822-99bd-b18272eff1ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6760515938951533759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f9bc83b-a971-4fbc-9aec-b393b934ca91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a0c9d7-a119-4584-8e55-d8740f82c0de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a0c9d7-a119-4584-8e55-d8740f82c0de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12055684289029460015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be98c04b-9389-4822-99bd-b18272eff1ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec509024-37d6-4be4-aad5-7d35eaeb43b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec509024-37d6-4be4-aad5-7d35eaeb43b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16664389725779642401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a0c9d7-a119-4584-8e55-d8740f82c0de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a69de60-f66a-486c-9547-e85c51976f36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a69de60-f66a-486c-9547-e85c51976f36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10978299517541245134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec509024-37d6-4be4-aad5-7d35eaeb43b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6489c44-f376-448e-ada6-30dfd95076e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6489c44-f376-448e-ada6-30dfd95076e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7790363202728266023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a69de60-f66a-486c-9547-e85c51976f36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8c858d0-195b-4f82-9235-18ce73785f8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c858d0-195b-4f82-9235-18ce73785f8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6573885032245616620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6489c44-f376-448e-ada6-30dfd95076e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69369bb6-1b4a-4504-82fb-19c95a56cce7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69369bb6-1b4a-4504-82fb-19c95a56cce7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4730016215008736364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c858d0-195b-4f82-9235-18ce73785f8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 989554be-b4f9-450e-9392-fd4850c5900c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 989554be-b4f9-450e-9392-fd4850c5900c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8874529583761198173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69369bb6-1b4a-4504-82fb-19c95a56cce7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cc6d494-1231-4d4b-a022-1ade098e7040, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cc6d494-1231-4d4b-a022-1ade098e7040, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10831252836138658653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 989554be-b4f9-450e-9392-fd4850c5900c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac264445-6d8a-4771-9592-c83ea5069837, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac264445-6d8a-4771-9592-c83ea5069837, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12416547978602633539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cc6d494-1231-4d4b-a022-1ade098e7040, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c3b579b-3ef8-4467-ace6-8fb835d590b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3b579b-3ef8-4467-ace6-8fb835d590b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5933833877424192322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac264445-6d8a-4771-9592-c83ea5069837, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04bfc3df-c794-469a-8303-fb0fa8fee82d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04bfc3df-c794-469a-8303-fb0fa8fee82d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9806320423223539422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3b579b-3ef8-4467-ace6-8fb835d590b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c64e0cb9-1601-415b-afd3-e2e3f5a019d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c64e0cb9-1601-415b-afd3-e2e3f5a019d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18197708502425791482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04bfc3df-c794-469a-8303-fb0fa8fee82d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abcf45fc-dd85-4763-b343-54de1d0061f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcf45fc-dd85-4763-b343-54de1d0061f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14011240853108192989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c64e0cb9-1601-415b-afd3-e2e3f5a019d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ecceed7-201f-4656-9c07-96934dd5bbeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ecceed7-201f-4656-9c07-96934dd5bbeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5155546609387658095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcf45fc-dd85-4763-b343-54de1d0061f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0bcedc5-5151-4335-bb4c-8ae97f9e9b20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0bcedc5-5151-4335-bb4c-8ae97f9e9b20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11253603718789353766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ecceed7-201f-4656-9c07-96934dd5bbeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0bcedc5-5151-4335-bb4c-8ae97f9e9b20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d24d05d2-7e13-4d6b-83ed-b5b328dbdc66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40a6bb24-c0bf-4b80-946e-857b6e5efa30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40a6bb24-c0bf-4b80-946e-857b6e5efa30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12014850027113234441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24d05d2-7e13-4d6b-83ed-b5b328dbdc66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7080562953624523015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40a6bb24-c0bf-4b80-946e-857b6e5efa30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24d05d2-7e13-4d6b-83ed-b5b328dbdc66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 940c87e8-df70-4244-9d51-f38482315d7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940c87e8-df70-4244-9d51-f38482315d7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16876382648575036999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5152e80c-a659-41ee-8433-1bed0913b4d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5152e80c-a659-41ee-8433-1bed0913b4d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17489486719994376193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940c87e8-df70-4244-9d51-f38482315d7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df6bc321-7917-4f03-ad83-ad92936b4fdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6bc321-7917-4f03-ad83-ad92936b4fdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14505083953210679620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5152e80c-a659-41ee-8433-1bed0913b4d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27383f16-ac2c-4a31-b549-c22af4ab7a8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27383f16-ac2c-4a31-b549-c22af4ab7a8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15989450532318438827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6bc321-7917-4f03-ad83-ad92936b4fdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93226b16-a9fd-45c7-8acf-066d6a9c0b0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93226b16-a9fd-45c7-8acf-066d6a9c0b0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3479860760122561897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27383f16-ac2c-4a31-b549-c22af4ab7a8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4afba8ac-d19c-4c9d-abe9-873292365763, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4afba8ac-d19c-4c9d-abe9-873292365763, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12737583580000405396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93226b16-a9fd-45c7-8acf-066d6a9c0b0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8a02723-a16b-4a4b-bca9-9092467c6d81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4afba8ac-d19c-4c9d-abe9-873292365763, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 200cdba5-0199-431d-9cf0-b0cbd755948a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 200cdba5-0199-431d-9cf0-b0cbd755948a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1093873334766205949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8a02723-a16b-4a4b-bca9-9092467c6d81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3934586201110082164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 200cdba5-0199-431d-9cf0-b0cbd755948a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee540e58-9588-4dd2-978c-6713e49a9953, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee540e58-9588-4dd2-978c-6713e49a9953, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13387158518907619204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8a02723-a16b-4a4b-bca9-9092467c6d81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac6fe919-d0a7-4c09-a3ee-80f8dd1c035e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac6fe919-d0a7-4c09-a3ee-80f8dd1c035e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13067904813512872030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac6fe919-d0a7-4c09-a3ee-80f8dd1c035e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee540e58-9588-4dd2-978c-6713e49a9953, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71ba9f27-3362-4998-88a6-270355a906f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ba9f27-3362-4998-88a6-270355a906f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9200081679105109332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f115f9-6ae0-4913-bed6-da9880beb15b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f115f9-6ae0-4913-bed6-da9880beb15b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12781179732245565992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ba9f27-3362-4998-88a6-270355a906f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd852e6-2493-46fc-a14f-2e5c8a62420f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd852e6-2493-46fc-a14f-2e5c8a62420f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8054889147887468424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f115f9-6ae0-4913-bed6-da9880beb15b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4758a326-f6a8-4fb8-a97e-fbbbc3761cb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4758a326-f6a8-4fb8-a97e-fbbbc3761cb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409928299522012608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd852e6-2493-46fc-a14f-2e5c8a62420f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4758a326-f6a8-4fb8-a97e-fbbbc3761cb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38068092-d300-46d3-852b-f40b76d0b1e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 509781bf-3695-44eb-b79e-aff216dcf09b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38068092-d300-46d3-852b-f40b76d0b1e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706791785723803050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 509781bf-3695-44eb-b79e-aff216dcf09b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6720981947338322125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38068092-d300-46d3-852b-f40b76d0b1e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1097d82f-61cb-4048-aecc-2382f2cd1b46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1097d82f-61cb-4048-aecc-2382f2cd1b46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8930454616603412176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 509781bf-3695-44eb-b79e-aff216dcf09b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c51bc20-d91f-4f4c-bcd2-27b496324f1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c51bc20-d91f-4f4c-bcd2-27b496324f1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17985253368377509728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1097d82f-61cb-4048-aecc-2382f2cd1b46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f5f1d6b-d16d-467b-ac22-25713e29e753, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5f1d6b-d16d-467b-ac22-25713e29e753, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1943995715886023464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c51bc20-d91f-4f4c-bcd2-27b496324f1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41801e83-9650-4195-8469-a0f6ebb5b720, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41801e83-9650-4195-8469-a0f6ebb5b720, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1095371840656619370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5f1d6b-d16d-467b-ac22-25713e29e753, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9aa1dbf-cea8-4019-b2fc-a345a86b38af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9aa1dbf-cea8-4019-b2fc-a345a86b38af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8173855216725691481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41801e83-9650-4195-8469-a0f6ebb5b720, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94909dbe-df9d-4a21-812f-0235e1ee8a40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94909dbe-df9d-4a21-812f-0235e1ee8a40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14744395475738342460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9aa1dbf-cea8-4019-b2fc-a345a86b38af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0ed7102-e516-404d-b079-d2b72d543a89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ed7102-e516-404d-b079-d2b72d543a89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16039648127810566659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ed7102-e516-404d-b079-d2b72d543a89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88289da7-a13d-42bf-8d48-4dc7ab8c71d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88289da7-a13d-42bf-8d48-4dc7ab8c71d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9588517703992815696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88289da7-a13d-42bf-8d48-4dc7ab8c71d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eda9733-861e-49a7-b754-acac60138baf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eda9733-861e-49a7-b754-acac60138baf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 477363399230465809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94909dbe-df9d-4a21-812f-0235e1ee8a40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a238465e-cef2-43e0-9b2c-353777eccbb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a238465e-cef2-43e0-9b2c-353777eccbb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10261163715951818492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eda9733-861e-49a7-b754-acac60138baf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8024362-8c9f-4050-8b64-181d6a06743d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a238465e-cef2-43e0-9b2c-353777eccbb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a6fdae6-a6b5-4864-a1ed-c9dbafcda66b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8024362-8c9f-4050-8b64-181d6a06743d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 25352313379597521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2535231337959752125352313379597521253523133795975212535231337959752125352313379597521253523133795975212535231337959752125352313379597521253523133795975212535231337959752125352313379597521253523133795975212535231337959752125352313379597521253523133795975212535231337959752125352313379597521253523133795975212535231337959752125352313379597521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6fdae6-a6b5-4864-a1ed-c9dbafcda66b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3054427939821486006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8024362-8c9f-4050-8b64-181d6a06743d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 148b1aa1-2caa-4074-92af-ccfbf0f3495a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148b1aa1-2caa-4074-92af-ccfbf0f3495a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13099210120007339780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6fdae6-a6b5-4864-a1ed-c9dbafcda66b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71bf5452-6cc6-4ef6-a162-c251b75a85f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71bf5452-6cc6-4ef6-a162-c251b75a85f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4754642446496544824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148b1aa1-2caa-4074-92af-ccfbf0f3495a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05883d95-c430-4124-aabe-d120de4e796d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05883d95-c430-4124-aabe-d120de4e796d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6680599111132875673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71bf5452-6cc6-4ef6-a162-c251b75a85f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22f92ad1-bab6-4f1f-88c3-b4d8706715c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05883d95-c430-4124-aabe-d120de4e796d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f92ad1-bab6-4f1f-88c3-b4d8706715c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6639988218998564064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efbdc740-b12d-4e4f-8322-236a0c78a91b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efbdc740-b12d-4e4f-8322-236a0c78a91b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6438147020851644029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f92ad1-bab6-4f1f-88c3-b4d8706715c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9b4cbc7-3e00-434f-9fec-cf8527ff2b65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9b4cbc7-3e00-434f-9fec-cf8527ff2b65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4105565358851393811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efbdc740-b12d-4e4f-8322-236a0c78a91b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62db357b-05b5-448c-b698-7e4b969967bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62db357b-05b5-448c-b698-7e4b969967bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7885597759837478385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9b4cbc7-3e00-434f-9fec-cf8527ff2b65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab3c5176-1d84-4414-9190-7d57b568e110, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62db357b-05b5-448c-b698-7e4b969967bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab3c5176-1d84-4414-9190-7d57b568e110, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3459691194190831442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 552f08cc-7141-4245-b68a-767c4d52ddfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 552f08cc-7141-4245-b68a-767c4d52ddfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1919858324684267248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab3c5176-1d84-4414-9190-7d57b568e110, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6bfaa49-c3b9-475c-81a8-fdfa4aeb205b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6bfaa49-c3b9-475c-81a8-fdfa4aeb205b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16037472915110061183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 552f08cc-7141-4245-b68a-767c4d52ddfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, debf5b8d-1d5f-4e7b-9e87-5f5aa06b7b3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, debf5b8d-1d5f-4e7b-9e87-5f5aa06b7b3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9754982609171406113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6bfaa49-c3b9-475c-81a8-fdfa4aeb205b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6ff9ac-fcd2-40d3-a065-dc21a68a0986, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6ff9ac-fcd2-40d3-a065-dc21a68a0986, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 216027464250776687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, debf5b8d-1d5f-4e7b-9e87-5f5aa06b7b3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c7f428-601e-4468-8da8-76a9e3ac1fdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c7f428-601e-4468-8da8-76a9e3ac1fdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9696068716424388904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6ff9ac-fcd2-40d3-a065-dc21a68a0986, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5470955-5311-4cd7-a10b-40a2c0a2c700, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5470955-5311-4cd7-a10b-40a2c0a2c700, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1919008934718438774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c7f428-601e-4468-8da8-76a9e3ac1fdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6a550d8-c708-4e2c-8e14-7f139a3b508a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a550d8-c708-4e2c-8e14-7f139a3b508a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6753749066444558905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5470955-5311-4cd7-a10b-40a2c0a2c700, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7edc5d-236e-407a-8f40-d921bd064c0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7edc5d-236e-407a-8f40-d921bd064c0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10885249624739551181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a550d8-c708-4e2c-8e14-7f139a3b508a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 104d1aec-3383-4af3-b09c-d4d8fa50ae2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 104d1aec-3383-4af3-b09c-d4d8fa50ae2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5139764716804020594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7edc5d-236e-407a-8f40-d921bd064c0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be9aa51c-f2c6-45ea-ae77-8355e8383e4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be9aa51c-f2c6-45ea-ae77-8355e8383e4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10100424616835583818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 104d1aec-3383-4af3-b09c-d4d8fa50ae2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1dc7d08-1f80-4694-8926-121f89fea868, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1dc7d08-1f80-4694-8926-121f89fea868, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3138368540708930908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be9aa51c-f2c6-45ea-ae77-8355e8383e4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95f24d97-3dc9-4b88-ac77-f91e069be90c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f24d97-3dc9-4b88-ac77-f91e069be90c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2290411504629689978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1dc7d08-1f80-4694-8926-121f89fea868, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccd5b0a2-72a2-4013-ac13-0373dd6469d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd5b0a2-72a2-4013-ac13-0373dd6469d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2542362293374293507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f24d97-3dc9-4b88-ac77-f91e069be90c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eb749db-cc08-4c2a-a05e-d36199d26f42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd5b0a2-72a2-4013-ac13-0373dd6469d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eb749db-cc08-4c2a-a05e-d36199d26f42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18345990148035857874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75d54562-43d8-47bc-8952-2e5a46dce16f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75d54562-43d8-47bc-8952-2e5a46dce16f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17315073981588536519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eb749db-cc08-4c2a-a05e-d36199d26f42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21e0762d-460c-425b-99c6-eeaaaf3c4209, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21e0762d-460c-425b-99c6-eeaaaf3c4209, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240704289556900501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75d54562-43d8-47bc-8952-2e5a46dce16f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05f686f9-3772-4a28-88d1-9fe35b1bb623, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05f686f9-3772-4a28-88d1-9fe35b1bb623, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15308931687938164012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21e0762d-460c-425b-99c6-eeaaaf3c4209, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dd3ce51-9998-4486-a056-ede5f399fb5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dd3ce51-9998-4486-a056-ede5f399fb5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17078805490255197685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05f686f9-3772-4a28-88d1-9fe35b1bb623, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40795af5-b7f3-4bac-8384-dd6d36363c1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40795af5-b7f3-4bac-8384-dd6d36363c1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13709206222174310413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dd3ce51-9998-4486-a056-ede5f399fb5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caa1ccc6-b2a0-4f63-9db0-8fb00a60a472, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa1ccc6-b2a0-4f63-9db0-8fb00a60a472, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 112780178249100902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40795af5-b7f3-4bac-8384-dd6d36363c1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70d50bc7-0e1b-4ada-b404-0e500306aecd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70d50bc7-0e1b-4ada-b404-0e500306aecd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7135612348331430254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa1ccc6-b2a0-4f63-9db0-8fb00a60a472, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cabe029c-2c15-44b0-ac56-10d47c2f2037, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70d50bc7-0e1b-4ada-b404-0e500306aecd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cabe029c-2c15-44b0-ac56-10d47c2f2037, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4760797331807904559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 819fa41d-3621-43ad-875b-f2e508bd9738, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 819fa41d-3621-43ad-875b-f2e508bd9738, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15044061473548346797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cabe029c-2c15-44b0-ac56-10d47c2f2037, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c893a711-5331-45fa-8266-48fa397d9108, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 819fa41d-3621-43ad-875b-f2e508bd9738, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c893a711-5331-45fa-8266-48fa397d9108, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8028722398225938392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d418930-3a47-4407-b9fe-d25f854905ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d418930-3a47-4407-b9fe-d25f854905ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16975295456730013125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c893a711-5331-45fa-8266-48fa397d9108, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a37801a-2c0b-41e7-a5cf-43cbfd556ed1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a37801a-2c0b-41e7-a5cf-43cbfd556ed1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5351145458541693201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d418930-3a47-4407-b9fe-d25f854905ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b182b84-5a9c-4c78-a9d9-b97354190993, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b182b84-5a9c-4c78-a9d9-b97354190993, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2544665485230408619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a37801a-2c0b-41e7-a5cf-43cbfd556ed1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79247838-d395-43fe-ac0e-b50fd31b7b5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79247838-d395-43fe-ac0e-b50fd31b7b5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 907209255472100407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b182b84-5a9c-4c78-a9d9-b97354190993, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b170c747-3a06-4cac-9662-bffeb44b4b45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b170c747-3a06-4cac-9662-bffeb44b4b45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2143379477456564294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79247838-d395-43fe-ac0e-b50fd31b7b5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c9f8b5b-7305-4380-99ad-1030417adbc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c9f8b5b-7305-4380-99ad-1030417adbc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3864288647068783142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b170c747-3a06-4cac-9662-bffeb44b4b45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75e353dd-3cc8-42ef-830a-77c92fd7c898, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e353dd-3cc8-42ef-830a-77c92fd7c898, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 144336809260282129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c9f8b5b-7305-4380-99ad-1030417adbc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efb98c77-410e-4245-9c6d-8aa9d609393d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb98c77-410e-4245-9c6d-8aa9d609393d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3890452670325887723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e353dd-3cc8-42ef-830a-77c92fd7c898, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b0b0c2f-4c5e-4513-a3e1-bc7fa16ab42d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0b0c2f-4c5e-4513-a3e1-bc7fa16ab42d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16090276093143254399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb98c77-410e-4245-9c6d-8aa9d609393d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 115b5fdf-6a1a-475b-a563-648bf1d104e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115b5fdf-6a1a-475b-a563-648bf1d104e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3567716445509966694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0b0c2f-4c5e-4513-a3e1-bc7fa16ab42d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07f9ea17-cc40-4db8-83ed-23870c4653de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115b5fdf-6a1a-475b-a563-648bf1d104e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f9ea17-cc40-4db8-83ed-23870c4653de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12608936251330608721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 191cece5-32df-4cea-954f-fb140cec9312, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 191cece5-32df-4cea-954f-fb140cec9312, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3385531900117252733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f9ea17-cc40-4db8-83ed-23870c4653de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b84e9d37-a27e-43fb-a135-cb8990a79174, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b84e9d37-a27e-43fb-a135-cb8990a79174, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2313204520801387064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 191cece5-32df-4cea-954f-fb140cec9312, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c29a0180-ad6f-4ad3-b7f3-78d35f3a9bed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c29a0180-ad6f-4ad3-b7f3-78d35f3a9bed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17216338287642258030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b84e9d37-a27e-43fb-a135-cb8990a79174, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dafcfb2-d949-419f-a818-80d2a1398c86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dafcfb2-d949-419f-a818-80d2a1398c86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2008076837198006061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dafcfb2-d949-419f-a818-80d2a1398c86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6176515e-8a24-4f56-9846-be1aa7c7fd3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6176515e-8a24-4f56-9846-be1aa7c7fd3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16168535714665363405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c29a0180-ad6f-4ad3-b7f3-78d35f3a9bed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2817cde-d2be-44f4-9db0-03595322acc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2817cde-d2be-44f4-9db0-03595322acc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9638632253785230063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6176515e-8a24-4f56-9846-be1aa7c7fd3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0cb3fb7-0dd5-4ac1-a0c2-93eea4bcd1ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0cb3fb7-0dd5-4ac1-a0c2-93eea4bcd1ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6745729257816392413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2817cde-d2be-44f4-9db0-03595322acc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3715753-822a-4726-a34d-b26194456f2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3715753-822a-4726-a34d-b26194456f2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7930434209962821397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0cb3fb7-0dd5-4ac1-a0c2-93eea4bcd1ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6416b1f-c7e6-4369-b7c0-610f742ba875, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6416b1f-c7e6-4369-b7c0-610f742ba875, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4181810001771366279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3715753-822a-4726-a34d-b26194456f2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6416b1f-c7e6-4369-b7c0-610f742ba875, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b63f3e9-7d99-4eec-a24a-340e48195deb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b63f3e9-7d99-4eec-a24a-340e48195deb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3746295181602900996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e94389e2-323b-43ec-a5dc-e705358841d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e94389e2-323b-43ec-a5dc-e705358841d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1234220455700929757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b63f3e9-7d99-4eec-a24a-340e48195deb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b02cef60-d0c2-48e9-b8af-0effcfe1579f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02cef60-d0c2-48e9-b8af-0effcfe1579f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10078642813197322481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e94389e2-323b-43ec-a5dc-e705358841d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b68dac-7747-4663-a814-d453288a565f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b68dac-7747-4663-a814-d453288a565f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4928515363538881228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02cef60-d0c2-48e9-b8af-0effcfe1579f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b68dac-7747-4663-a814-d453288a565f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b492def9-89f2-419a-b8be-3c777c6b0450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c7c49e7-1ff6-47bc-83af-5afbec10af57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b492def9-89f2-419a-b8be-3c777c6b0450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6811301903073421417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c7c49e7-1ff6-47bc-83af-5afbec10af57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10777289958431297918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b492def9-89f2-419a-b8be-3c777c6b0450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f03318f8-f9a9-488a-b32e-ee4c0030ba0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c7c49e7-1ff6-47bc-83af-5afbec10af57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03318f8-f9a9-488a-b32e-ee4c0030ba0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3732076112859166791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a05ebd8-abef-4809-a4fb-d97277e62de5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a05ebd8-abef-4809-a4fb-d97277e62de5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18343643332996410312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03318f8-f9a9-488a-b32e-ee4c0030ba0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4de5b55-cedb-4541-bc2b-5f5eba0c7bbc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4de5b55-cedb-4541-bc2b-5f5eba0c7bbc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4085252682283590332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a05ebd8-abef-4809-a4fb-d97277e62de5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4f693fb-580d-4754-8a1e-ed1748cbfc1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4f693fb-580d-4754-8a1e-ed1748cbfc1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7136863290203675679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4de5b55-cedb-4541-bc2b-5f5eba0c7bbc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e21aa40e-c1e9-467c-a464-9f06c5de9467, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21aa40e-c1e9-467c-a464-9f06c5de9467, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129630511343881153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4f693fb-580d-4754-8a1e-ed1748cbfc1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4cb2703-4895-4e1f-a1fe-6237a7d2caa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cb2703-4895-4e1f-a1fe-6237a7d2caa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7590083621857092814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21aa40e-c1e9-467c-a464-9f06c5de9467, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a63af11-75f3-465f-9106-5497cc3eaca4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a63af11-75f3-465f-9106-5497cc3eaca4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17095268604567655243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a63af11-75f3-465f-9106-5497cc3eaca4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1145e47d-f298-4e2d-90d5-134de76b23ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1145e47d-f298-4e2d-90d5-134de76b23ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7907501380885208989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cb2703-4895-4e1f-a1fe-6237a7d2caa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9af5f8a7-5c2b-47b8-bc43-550be59425ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af5f8a7-5c2b-47b8-bc43-550be59425ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7992102053412457689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1145e47d-f298-4e2d-90d5-134de76b23ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3ba286-c973-4446-aa4c-8140ce75b2df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3ba286-c973-4446-aa4c-8140ce75b2df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14981744116114032206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af5f8a7-5c2b-47b8-bc43-550be59425ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3fe05a6-1f96-4891-8826-9a2edf31e940, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3fe05a6-1f96-4891-8826-9a2edf31e940, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8383220862761812596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3ba286-c973-4446-aa4c-8140ce75b2df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cc0df6f-d148-4b03-b088-e4c5153cece8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc0df6f-d148-4b03-b088-e4c5153cece8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13975436335712370108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3fe05a6-1f96-4891-8826-9a2edf31e940, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d822c317-5d76-427a-9870-8ed5fa0c201c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc0df6f-d148-4b03-b088-e4c5153cece8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d822c317-5d76-427a-9870-8ed5fa0c201c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5016033707415462932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebe2ccd7-5f16-4c61-8e1f-721d474d3d84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe2ccd7-5f16-4c61-8e1f-721d474d3d84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17858312818112169553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d822c317-5d76-427a-9870-8ed5fa0c201c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f6fe48-21dd-4e8a-9ef0-0799ebf99216, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f6fe48-21dd-4e8a-9ef0-0799ebf99216, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13333449599333497328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe2ccd7-5f16-4c61-8e1f-721d474d3d84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc4c7102-28d1-45f9-9873-dea13f547c97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc4c7102-28d1-45f9-9873-dea13f547c97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15591564677078453757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f6fe48-21dd-4e8a-9ef0-0799ebf99216, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b49a288-3ab5-40de-93b4-831ca2c5f37e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b49a288-3ab5-40de-93b4-831ca2c5f37e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2421693078380884420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc4c7102-28d1-45f9-9873-dea13f547c97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b73759e-bb14-453e-b5ff-3dc31ab77721, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b73759e-bb14-453e-b5ff-3dc31ab77721, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8890357073234127368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b49a288-3ab5-40de-93b4-831ca2c5f37e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5018569a-d635-40c1-a9c3-3c958770fca4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5018569a-d635-40c1-a9c3-3c958770fca4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1624102152997160818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b73759e-bb14-453e-b5ff-3dc31ab77721, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6df56372-fb64-4d92-aea7-0332f0a445a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df56372-fb64-4d92-aea7-0332f0a445a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15887017451811253308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5018569a-d635-40c1-a9c3-3c958770fca4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 244356ff-6a8a-4baf-ac7b-85de316a39e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 244356ff-6a8a-4baf-ac7b-85de316a39e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12582952350348976110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df56372-fb64-4d92-aea7-0332f0a445a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 244356ff-6a8a-4baf-ac7b-85de316a39e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f582f04c-1fe6-4541-a965-3b91a4d927dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f582f04c-1fe6-4541-a965-3b91a4d927dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11905183243836101557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0095d2a6-5f0f-46be-8f70-803f2c47bb24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0095d2a6-5f0f-46be-8f70-803f2c47bb24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9752202787030752769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0095d2a6-5f0f-46be-8f70-803f2c47bb24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f582f04c-1fe6-4541-a965-3b91a4d927dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9468c99d-7b5c-4826-9d49-7bf3890643f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9468c99d-7b5c-4826-9d49-7bf3890643f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13136597353371494123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eed1ab33-5a4a-46b1-b2f0-d2c744677133, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eed1ab33-5a4a-46b1-b2f0-d2c744677133, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5029257833151888782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9468c99d-7b5c-4826-9d49-7bf3890643f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e248779-2403-44f8-9327-ad3d0d33d413, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e248779-2403-44f8-9327-ad3d0d33d413, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13146977804803515129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eed1ab33-5a4a-46b1-b2f0-d2c744677133, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e7060ae-1a5e-48de-8d1c-abb13117d26f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e7060ae-1a5e-48de-8d1c-abb13117d26f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5751346737747080200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e248779-2403-44f8-9327-ad3d0d33d413, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea1ebdc-2ffd-46e3-ba61-3109f2baf9dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea1ebdc-2ffd-46e3-ba61-3109f2baf9dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13586511824418185984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e7060ae-1a5e-48de-8d1c-abb13117d26f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e69722-c526-4899-aaf8-a5794933a72a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e69722-c526-4899-aaf8-a5794933a72a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16538216398936352907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea1ebdc-2ffd-46e3-ba61-3109f2baf9dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67ac8b03-7c7a-451c-b5ca-edb47d924d54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67ac8b03-7c7a-451c-b5ca-edb47d924d54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9711032367215154002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e69722-c526-4899-aaf8-a5794933a72a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a0de540-56b3-42db-8e0e-1680a66a1256, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a0de540-56b3-42db-8e0e-1680a66a1256, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1528866112278550031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67ac8b03-7c7a-451c-b5ca-edb47d924d54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dabd9ed-70f1-4f91-bdb7-25657432140d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dabd9ed-70f1-4f91-bdb7-25657432140d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4083014065009006186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a0de540-56b3-42db-8e0e-1680a66a1256, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c67bcb6-1f5f-46fa-a79c-4e69e9ad2f28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dabd9ed-70f1-4f91-bdb7-25657432140d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c67bcb6-1f5f-46fa-a79c-4e69e9ad2f28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 392993170050769649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa68ffac-ae0a-48cd-ab66-5231714d02b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa68ffac-ae0a-48cd-ab66-5231714d02b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17785455622571850150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa68ffac-ae0a-48cd-ab66-5231714d02b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 857e2dcb-62d8-4e38-b8f0-816994bedaeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857e2dcb-62d8-4e38-b8f0-816994bedaeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6407742666808938400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c67bcb6-1f5f-46fa-a79c-4e69e9ad2f28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab8b7f2d-c503-4ef8-862f-bf42ed4a57c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab8b7f2d-c503-4ef8-862f-bf42ed4a57c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1758792686177595037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857e2dcb-62d8-4e38-b8f0-816994bedaeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30320d3e-2307-4d44-bacf-6b1bae7c6d62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30320d3e-2307-4d44-bacf-6b1bae7c6d62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12206168644375743679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab8b7f2d-c503-4ef8-862f-bf42ed4a57c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd202b11-2446-48da-8abe-d832e5e38f5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd202b11-2446-48da-8abe-d832e5e38f5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 783291299352666062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30320d3e-2307-4d44-bacf-6b1bae7c6d62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b1342bc-028e-40df-b6bf-78bc2172141c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd202b11-2446-48da-8abe-d832e5e38f5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b1342bc-028e-40df-b6bf-78bc2172141c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7741950788605059475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e320d512-9d62-4361-b5d2-0cf320b6ce06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e320d512-9d62-4361-b5d2-0cf320b6ce06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1467147915580326701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b1342bc-028e-40df-b6bf-78bc2172141c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e320d512-9d62-4361-b5d2-0cf320b6ce06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4abf9ea3-3c7f-4e66-b8b4-f82c34a166ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7a4dd1f-1754-4467-9fc2-f5e72ba1f159, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7a4dd1f-1754-4467-9fc2-f5e72ba1f159, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8150725201736880486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4abf9ea3-3c7f-4e66-b8b4-f82c34a166ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5391414057442530801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4abf9ea3-3c7f-4e66-b8b4-f82c34a166ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f35a6c9-3fd0-4a6f-b1d5-374a684a6eae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f35a6c9-3fd0-4a6f-b1d5-374a684a6eae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3262363551393741156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7a4dd1f-1754-4467-9fc2-f5e72ba1f159, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0febcdc5-4ad5-4aa3-8f48-8d2e26fc00c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0febcdc5-4ad5-4aa3-8f48-8d2e26fc00c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12873196784054749281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f35a6c9-3fd0-4a6f-b1d5-374a684a6eae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a8c5f79-b237-4f3c-bf80-83fb3fa4c93f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a8c5f79-b237-4f3c-bf80-83fb3fa4c93f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6911245504047339096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0febcdc5-4ad5-4aa3-8f48-8d2e26fc00c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fe8d633-61b0-4b0c-b8a2-fac30379d983, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe8d633-61b0-4b0c-b8a2-fac30379d983, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4261302099521296462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a8c5f79-b237-4f3c-bf80-83fb3fa4c93f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8048754c-dd4b-4092-adb8-48da0567eb73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8048754c-dd4b-4092-adb8-48da0567eb73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3412409415598366181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe8d633-61b0-4b0c-b8a2-fac30379d983, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f94d4526-89a0-4d30-96e0-feea37e362b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f94d4526-89a0-4d30-96e0-feea37e362b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10226036235260049548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8048754c-dd4b-4092-adb8-48da0567eb73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 420e5fce-0c6e-4625-94ad-16f08e300f5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 420e5fce-0c6e-4625-94ad-16f08e300f5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17901678274098818703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f94d4526-89a0-4d30-96e0-feea37e362b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e55dcba6-db24-4ca3-9227-d989522b0051, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55dcba6-db24-4ca3-9227-d989522b0051, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2336568147424763028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 420e5fce-0c6e-4625-94ad-16f08e300f5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faa87a5d-e437-4c0b-b572-47588c233ca8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa87a5d-e437-4c0b-b572-47588c233ca8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14138400816834843101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55dcba6-db24-4ca3-9227-d989522b0051, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20ff82f4-4d30-4cd8-a0c5-7863ac39fbf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ff82f4-4d30-4cd8-a0c5-7863ac39fbf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4106464887580255868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa87a5d-e437-4c0b-b572-47588c233ca8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30a0fab2-a501-47f2-a483-f8f00a527efb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30a0fab2-a501-47f2-a483-f8f00a527efb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17789841830841615336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ff82f4-4d30-4cd8-a0c5-7863ac39fbf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2547bb3f-1d09-43a4-90a7-f64787605d6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2547bb3f-1d09-43a4-90a7-f64787605d6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1293037746338435989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30a0fab2-a501-47f2-a483-f8f00a527efb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08f6cb9e-ba94-444a-8e9b-e0aa903eb1ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f6cb9e-ba94-444a-8e9b-e0aa903eb1ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6272102760477760602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2547bb3f-1d09-43a4-90a7-f64787605d6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aaaa75c-d925-4438-a777-632b80ec8937, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aaaa75c-d925-4438-a777-632b80ec8937, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13315992201330425768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f6cb9e-ba94-444a-8e9b-e0aa903eb1ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d14ecaed-f03f-484c-ba1e-baf525610418, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d14ecaed-f03f-484c-ba1e-baf525610418, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18041140791082038291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aaaa75c-d925-4438-a777-632b80ec8937, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e05428b4-d1c4-43cf-bbda-68785c35c13a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05428b4-d1c4-43cf-bbda-68785c35c13a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17768374205226251733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d14ecaed-f03f-484c-ba1e-baf525610418, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c037b7c5-dd67-4fe0-99a7-ac46703269a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c037b7c5-dd67-4fe0-99a7-ac46703269a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8411519995414120147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05428b4-d1c4-43cf-bbda-68785c35c13a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e046dcd-59d3-4848-b0d4-859971dbc8d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e046dcd-59d3-4848-b0d4-859971dbc8d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9661832674852424386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c037b7c5-dd67-4fe0-99a7-ac46703269a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d596f0a-dbc8-4b4f-be62-2b2ed3abbd41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d596f0a-dbc8-4b4f-be62-2b2ed3abbd41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1482037729959980740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e046dcd-59d3-4848-b0d4-859971dbc8d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80437f3a-9797-40c7-b26c-205d71112d17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80437f3a-9797-40c7-b26c-205d71112d17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14326332618498984688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d596f0a-dbc8-4b4f-be62-2b2ed3abbd41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de1006e-7b16-46fb-a81c-ee2a3dd85f81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de1006e-7b16-46fb-a81c-ee2a3dd85f81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18282452920650423545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80437f3a-9797-40c7-b26c-205d71112d17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a303dff-566c-4cbe-954f-7e6d79442db2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a303dff-566c-4cbe-954f-7e6d79442db2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10031918799533209908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de1006e-7b16-46fb-a81c-ee2a3dd85f81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b4d3b5a-26fb-4173-b890-fb0738134d44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b4d3b5a-26fb-4173-b890-fb0738134d44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5618383122122169723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a303dff-566c-4cbe-954f-7e6d79442db2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d517e3-6b22-4db6-83d0-83df5be3a7b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b4d3b5a-26fb-4173-b890-fb0738134d44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d517e3-6b22-4db6-83d0-83df5be3a7b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18024087944578306625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2189fd0e-fa82-4104-8fdf-d8f6dc543041, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2189fd0e-fa82-4104-8fdf-d8f6dc543041, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3647780268444838647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d517e3-6b22-4db6-83d0-83df5be3a7b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 097c2228-655d-4e62-904c-d7c7b7685de5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2189fd0e-fa82-4104-8fdf-d8f6dc543041, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097c2228-655d-4e62-904c-d7c7b7685de5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10589677732708888263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da762b27-39b6-4a74-8479-ebcb286113f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da762b27-39b6-4a74-8479-ebcb286113f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12603451721255377843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da762b27-39b6-4a74-8479-ebcb286113f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beee2200-3f62-4824-b6fc-484f60bb9c0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097c2228-655d-4e62-904c-d7c7b7685de5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beee2200-3f62-4824-b6fc-484f60bb9c0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5443232685495686804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a831523-f922-46a5-a5f7-3e97aee20f63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a831523-f922-46a5-a5f7-3e97aee20f63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14528295516542368225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beee2200-3f62-4824-b6fc-484f60bb9c0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93b7c5d8-1d33-448b-97c4-c5c1ebb50625, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b7c5d8-1d33-448b-97c4-c5c1ebb50625, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14271436819318821945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a831523-f922-46a5-a5f7-3e97aee20f63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5db37c6e-b321-482d-9a29-5f94c1014232, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5db37c6e-b321-482d-9a29-5f94c1014232, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7048297535103777000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b7c5d8-1d33-448b-97c4-c5c1ebb50625, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 600877a7-84c9-40a4-9dce-d4e8a381274c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 600877a7-84c9-40a4-9dce-d4e8a381274c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2874814384643782990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5db37c6e-b321-482d-9a29-5f94c1014232, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8b93d95-c36e-46ac-abb5-e856057c84b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8b93d95-c36e-46ac-abb5-e856057c84b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1791567795101155265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 600877a7-84c9-40a4-9dce-d4e8a381274c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 034dd568-4d90-4031-a453-7156e46484a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 034dd568-4d90-4031-a453-7156e46484a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4620724100439474165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8b93d95-c36e-46ac-abb5-e856057c84b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d014f5-522f-45ff-8e41-25a1b36249bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d014f5-522f-45ff-8e41-25a1b36249bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12703329067105834891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 034dd568-4d90-4031-a453-7156e46484a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d5a2a80-9e12-49f1-b17c-ed98091d56f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5a2a80-9e12-49f1-b17c-ed98091d56f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2871565363259154747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5a2a80-9e12-49f1-b17c-ed98091d56f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 121c5252-9059-43b8-9b7d-5f8f36a89e06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 121c5252-9059-43b8-9b7d-5f8f36a89e06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4219783521089136065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 121c5252-9059-43b8-9b7d-5f8f36a89e06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dc7263e-f4d4-4dab-9fef-5a81d9c25ad6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dc7263e-f4d4-4dab-9fef-5a81d9c25ad6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16360721997460637113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d014f5-522f-45ff-8e41-25a1b36249bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d8a6221-37ba-4832-8c7e-175d8665d68e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d8a6221-37ba-4832-8c7e-175d8665d68e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6607060896760749682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dc7263e-f4d4-4dab-9fef-5a81d9c25ad6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff9d9782-63f8-4b25-bf70-461d8036dbb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9d9782-63f8-4b25-bf70-461d8036dbb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 704133996723710877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d8a6221-37ba-4832-8c7e-175d8665d68e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc3391c7-9ed0-41e7-a5ff-dddb81ae0640, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3391c7-9ed0-41e7-a5ff-dddb81ae0640, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12454259670089390662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9d9782-63f8-4b25-bf70-461d8036dbb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4ad7c6b-e8de-4d53-87e9-8634175c0b39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4ad7c6b-e8de-4d53-87e9-8634175c0b39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10456557087183027071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3391c7-9ed0-41e7-a5ff-dddb81ae0640, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff47bd35-8fd8-4643-8de8-28d606519534, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff47bd35-8fd8-4643-8de8-28d606519534, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9720238964747445229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4ad7c6b-e8de-4d53-87e9-8634175c0b39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b70b881-9ed4-4ae4-8b77-ab4857fc7fcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b70b881-9ed4-4ae4-8b77-ab4857fc7fcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8299651852226905458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff47bd35-8fd8-4643-8de8-28d606519534, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8c62cd-392c-4488-aef6-5ba367be0535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8c62cd-392c-4488-aef6-5ba367be0535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9602410000796110719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b70b881-9ed4-4ae4-8b77-ab4857fc7fcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8c62cd-392c-4488-aef6-5ba367be0535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 284509c2-f981-42fb-86a5-8cc229df1823, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 284509c2-f981-42fb-86a5-8cc229df1823, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15592250257354252535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc1c2fa1-b580-4b34-98a4-5203468b196d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1c2fa1-b580-4b34-98a4-5203468b196d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10119653102429885753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 284509c2-f981-42fb-86a5-8cc229df1823, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33846fa9-b5be-4501-a0bf-7ec87214d0ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33846fa9-b5be-4501-a0bf-7ec87214d0ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12155795964812076510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1c2fa1-b580-4b34-98a4-5203468b196d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5113c3d-4a59-44c5-b47a-bb1cafbc9661, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5113c3d-4a59-44c5-b47a-bb1cafbc9661, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4097871711110913333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33846fa9-b5be-4501-a0bf-7ec87214d0ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f421c7cb-fdee-4919-9b56-e03a9253ff90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f421c7cb-fdee-4919-9b56-e03a9253ff90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7208303440940879302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5113c3d-4a59-44c5-b47a-bb1cafbc9661, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b63a7150-0a75-4d86-9eb5-a69548065a99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b63a7150-0a75-4d86-9eb5-a69548065a99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15559973477490935273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f421c7cb-fdee-4919-9b56-e03a9253ff90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5adaab9e-d9e0-44d1-bf3e-008964c02dcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5adaab9e-d9e0-44d1-bf3e-008964c02dcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13562610827139881240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b63a7150-0a75-4d86-9eb5-a69548065a99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ce2dae2-ac6f-42a0-ae94-2e9a0fb4da9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce2dae2-ac6f-42a0-ae94-2e9a0fb4da9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17907448870266809125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5adaab9e-d9e0-44d1-bf3e-008964c02dcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c92b9bef-c2d7-4738-984d-53ca4ae258ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c92b9bef-c2d7-4738-984d-53ca4ae258ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15749915667134387348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce2dae2-ac6f-42a0-ae94-2e9a0fb4da9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a22320-5c07-4523-a25b-8870dfdef8aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a22320-5c07-4523-a25b-8870dfdef8aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6584104137591924062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c92b9bef-c2d7-4738-984d-53ca4ae258ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 738135ee-6b27-41df-b0e6-48ba89a38b74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 738135ee-6b27-41df-b0e6-48ba89a38b74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9151962366054021804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a22320-5c07-4523-a25b-8870dfdef8aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9f1afc1-3ecf-423c-9efc-0337ec444912, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f1afc1-3ecf-423c-9efc-0337ec444912, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10839597190273437843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 738135ee-6b27-41df-b0e6-48ba89a38b74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e4c8d53-1af4-4118-a9cb-84430f647a3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4c8d53-1af4-4118-a9cb-84430f647a3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12560211078879982078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f1afc1-3ecf-423c-9efc-0337ec444912, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d3a468b-8a4b-4337-9ec5-87a2b7967ba5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3a468b-8a4b-4337-9ec5-87a2b7967ba5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9633449102051183161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4c8d53-1af4-4118-a9cb-84430f647a3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77a1db75-b917-43e4-8062-08d9bae3f426, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a1db75-b917-43e4-8062-08d9bae3f426, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6471462716816257361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3a468b-8a4b-4337-9ec5-87a2b7967ba5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eae3d216-2ab0-4607-9be6-341e7ce33aca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eae3d216-2ab0-4607-9be6-341e7ce33aca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2117093067629276493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a1db75-b917-43e4-8062-08d9bae3f426, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1b27de0-b228-48f3-880d-4e29d196ca16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b27de0-b228-48f3-880d-4e29d196ca16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8140716000378684201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eae3d216-2ab0-4607-9be6-341e7ce33aca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41f92bf0-6a68-425e-b749-5cc120601feb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41f92bf0-6a68-425e-b749-5cc120601feb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1815114859151604328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b27de0-b228-48f3-880d-4e29d196ca16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a35b510-4734-48d8-b716-0a271bd9f4f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a35b510-4734-48d8-b716-0a271bd9f4f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12158139891474552606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41f92bf0-6a68-425e-b749-5cc120601feb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9bf8a7d-eee8-4cde-b60d-4ff6b1be1862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9bf8a7d-eee8-4cde-b60d-4ff6b1be1862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8352797986075496580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a35b510-4734-48d8-b716-0a271bd9f4f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9bf8a7d-eee8-4cde-b60d-4ff6b1be1862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35834fe8-9c20-4ae4-9a7c-28f5b511c325, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9571cb6-5c85-409c-a640-d58e5966afb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35834fe8-9c20-4ae4-9a7c-28f5b511c325, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4278703890490353366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9571cb6-5c85-409c-a640-d58e5966afb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2314389184655766395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35834fe8-9c20-4ae4-9a7c-28f5b511c325, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9571cb6-5c85-409c-a640-d58e5966afb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305474db-8e6f-4c9a-9615-4f07d7f99c04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305474db-8e6f-4c9a-9615-4f07d7f99c04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11527703591607411877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b0363a5-5a5e-4537-9acb-f7a1cd204230, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0363a5-5a5e-4537-9acb-f7a1cd204230, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18148242693399330226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305474db-8e6f-4c9a-9615-4f07d7f99c04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fadf74e-e361-4c45-912c-0b3f3168f8b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fadf74e-e361-4c45-912c-0b3f3168f8b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5005557175986089516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0363a5-5a5e-4537-9acb-f7a1cd204230, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52183162-80fb-44aa-b76d-22e51b45258b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52183162-80fb-44aa-b76d-22e51b45258b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5068556143813480445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fadf74e-e361-4c45-912c-0b3f3168f8b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33468191-9d76-4e55-8696-02ac13ddfb5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33468191-9d76-4e55-8696-02ac13ddfb5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10843740503844524713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52183162-80fb-44aa-b76d-22e51b45258b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f50e6aa7-0479-4e46-aa60-a79e75ff6a94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f50e6aa7-0479-4e46-aa60-a79e75ff6a94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13735107094119554429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33468191-9d76-4e55-8696-02ac13ddfb5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43bce448-6c47-4097-81ca-6f743a2a7cfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43bce448-6c47-4097-81ca-6f743a2a7cfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17252448518409846508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f50e6aa7-0479-4e46-aa60-a79e75ff6a94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43bce448-6c47-4097-81ca-6f743a2a7cfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24816316-818b-48fb-9e19-491a1f3fb95e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24816316-818b-48fb-9e19-491a1f3fb95e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9565169681349658678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68296cc5-34f5-49d6-9d46-6695028d554a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68296cc5-34f5-49d6-9d46-6695028d554a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5896201036092057716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24816316-818b-48fb-9e19-491a1f3fb95e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4412a791-34e9-4ada-9204-46009c27f8a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4412a791-34e9-4ada-9204-46009c27f8a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15845479311719805651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68296cc5-34f5-49d6-9d46-6695028d554a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9047abad-1ce4-4e99-9340-01f510362363, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9047abad-1ce4-4e99-9340-01f510362363, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11058363854752087350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4412a791-34e9-4ada-9204-46009c27f8a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9047abad-1ce4-4e99-9340-01f510362363, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4edacb-d381-455c-bd5c-a67aeb9bd0cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4edacb-d381-455c-bd5c-a67aeb9bd0cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3375200795189155955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd6e70c4-f137-4d29-b3c1-eed3ce5b73a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd6e70c4-f137-4d29-b3c1-eed3ce5b73a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6842866629774702192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4edacb-d381-455c-bd5c-a67aeb9bd0cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 022211b9-b853-4a8c-a83c-30b22f4ba4a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 022211b9-b853-4a8c-a83c-30b22f4ba4a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7384765705202955590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd6e70c4-f137-4d29-b3c1-eed3ce5b73a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018781d6-0564-409b-9354-bbe125f1d98e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018781d6-0564-409b-9354-bbe125f1d98e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16679629360116193842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 022211b9-b853-4a8c-a83c-30b22f4ba4a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dba163f-a7ae-4524-906d-24a5f8dbf474, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dba163f-a7ae-4524-906d-24a5f8dbf474, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17976712330741897292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018781d6-0564-409b-9354-bbe125f1d98e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45eb02bc-534f-49e0-a62e-797a61c04426, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45eb02bc-534f-49e0-a62e-797a61c04426, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16696342687464004867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dba163f-a7ae-4524-906d-24a5f8dbf474, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01de9262-0045-483d-98ba-d1792a435838, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01de9262-0045-483d-98ba-d1792a435838, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8673408492399217684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45eb02bc-534f-49e0-a62e-797a61c04426, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 491ac579-9a58-4272-a024-3743476ea0e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491ac579-9a58-4272-a024-3743476ea0e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4752202393329356340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01de9262-0045-483d-98ba-d1792a435838, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 977d1c38-2098-4b38-9771-c3d951edad44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977d1c38-2098-4b38-9771-c3d951edad44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 380586172823275290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491ac579-9a58-4272-a024-3743476ea0e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e2b1507-7ad8-49c2-8032-af670fc47acf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2b1507-7ad8-49c2-8032-af670fc47acf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17774723270792778536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977d1c38-2098-4b38-9771-c3d951edad44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0441fb2c-e349-4a2a-840f-338adceb7879, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0441fb2c-e349-4a2a-840f-338adceb7879, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15870802020030431490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2b1507-7ad8-49c2-8032-af670fc47acf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c038bf2a-408a-456a-8ab3-fb9b4173f27f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c038bf2a-408a-456a-8ab3-fb9b4173f27f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6081137984955677170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0441fb2c-e349-4a2a-840f-338adceb7879, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cce21c8-06c7-48b8-a9bb-7666ebc0914a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cce21c8-06c7-48b8-a9bb-7666ebc0914a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17397976492077536855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c038bf2a-408a-456a-8ab3-fb9b4173f27f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a45444d-1b3b-4647-9b12-307599373f8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a45444d-1b3b-4647-9b12-307599373f8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5372198274404074027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cce21c8-06c7-48b8-a9bb-7666ebc0914a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a45444d-1b3b-4647-9b12-307599373f8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e89a64ff-b94c-4558-bbdd-1a3f94ef45cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e89a64ff-b94c-4558-bbdd-1a3f94ef45cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1742645451785358278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ededc8e-ab25-4d09-a437-82f3b5172669, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ededc8e-ab25-4d09-a437-82f3b5172669, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3254583051838771598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e89a64ff-b94c-4558-bbdd-1a3f94ef45cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7de26e5-69d7-4c65-a3ed-f8554635c7b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ededc8e-ab25-4d09-a437-82f3b5172669, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7de26e5-69d7-4c65-a3ed-f8554635c7b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7736359956466560723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aa529c9-4e7f-4427-a06b-c3974057d2f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa529c9-4e7f-4427-a06b-c3974057d2f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11203433338131236556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7de26e5-69d7-4c65-a3ed-f8554635c7b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10600273-dbc2-489e-bf46-cae0358416e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10600273-dbc2-489e-bf46-cae0358416e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6536421995777563282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa529c9-4e7f-4427-a06b-c3974057d2f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cee63dcb-8d8d-46e1-8666-545d9b6b89f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cee63dcb-8d8d-46e1-8666-545d9b6b89f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5847062399120922266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10600273-dbc2-489e-bf46-cae0358416e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33e85cab-ee3e-4918-adfc-e93650e37555, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e85cab-ee3e-4918-adfc-e93650e37555, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17148852397505139903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cee63dcb-8d8d-46e1-8666-545d9b6b89f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4784018b-b730-443e-922d-945cb444f77c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4784018b-b730-443e-922d-945cb444f77c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14845815855929718144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e85cab-ee3e-4918-adfc-e93650e37555, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c1957b9-d3e3-4063-bddd-d99acbe15536, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c1957b9-d3e3-4063-bddd-d99acbe15536, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9214410842622972434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4784018b-b730-443e-922d-945cb444f77c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 744c0c9e-a51c-4040-8a83-6ea16434169c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 744c0c9e-a51c-4040-8a83-6ea16434169c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7728300092745391400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c1957b9-d3e3-4063-bddd-d99acbe15536, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75665fd1-a883-4f44-a2d7-f905c2893489, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75665fd1-a883-4f44-a2d7-f905c2893489, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1644024187367218126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 744c0c9e-a51c-4040-8a83-6ea16434169c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0d2d679-6179-4340-9291-7282cd385cf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d2d679-6179-4340-9291-7282cd385cf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1191165792429774041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75665fd1-a883-4f44-a2d7-f905c2893489, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e968b65a-9b4c-49d8-a839-684c31cebffe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e968b65a-9b4c-49d8-a839-684c31cebffe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1957017209307412378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d2d679-6179-4340-9291-7282cd385cf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e81e4e5-5244-49e7-a15a-31b4ccc001a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e81e4e5-5244-49e7-a15a-31b4ccc001a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10028551467520602093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e81e4e5-5244-49e7-a15a-31b4ccc001a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a3bc995-c25f-45c2-8727-284b06a00e95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3bc995-c25f-45c2-8727-284b06a00e95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2130690829753623632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3bc995-c25f-45c2-8727-284b06a00e95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e968b65a-9b4c-49d8-a839-684c31cebffe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a85a7c95-fe3e-497a-89e6-ef97da67b813, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a85a7c95-fe3e-497a-89e6-ef97da67b813, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 750361770880458662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab9bddfe-e1b8-427b-a051-22f1690a6164, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9bddfe-e1b8-427b-a051-22f1690a6164, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1092484391128380692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a85a7c95-fe3e-497a-89e6-ef97da67b813, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9bddfe-e1b8-427b-a051-22f1690a6164, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4983a878-a6e1-494e-9997-20a92ee19c52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b9149d-18ce-4f2a-980d-1c6ae0269904, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4983a878-a6e1-494e-9997-20a92ee19c52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13068989424554165524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b9149d-18ce-4f2a-980d-1c6ae0269904, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6476127751249639228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4983a878-a6e1-494e-9997-20a92ee19c52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ba067b4-c313-45ea-ae46-c3515aa3c18d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba067b4-c313-45ea-ae46-c3515aa3c18d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16754527005412637237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b9149d-18ce-4f2a-980d-1c6ae0269904, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9644b512-9dff-4316-b59c-bba198a5fd9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9644b512-9dff-4316-b59c-bba198a5fd9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7239339734959269373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba067b4-c313-45ea-ae46-c3515aa3c18d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9482b62a-c449-4766-8518-948cc85a1ddf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9482b62a-c449-4766-8518-948cc85a1ddf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17391817750333775301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9644b512-9dff-4316-b59c-bba198a5fd9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b194a47-4cc4-4ce2-9caa-4b204d5767ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b194a47-4cc4-4ce2-9caa-4b204d5767ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680769192724114423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9482b62a-c449-4766-8518-948cc85a1ddf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf5948c9-b8b7-4260-a082-92cffb455db3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5948c9-b8b7-4260-a082-92cffb455db3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18386567739971125017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b194a47-4cc4-4ce2-9caa-4b204d5767ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cc390f6-378a-4b3a-8575-3a378255f6a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc390f6-378a-4b3a-8575-3a378255f6a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13222893731985505959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5948c9-b8b7-4260-a082-92cffb455db3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 196d3563-f315-4edb-a923-08497bb65e0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 196d3563-f315-4edb-a923-08497bb65e0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 610916374773440171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc390f6-378a-4b3a-8575-3a378255f6a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c651bf9-7272-402c-bf4c-fcc7e5103423, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c651bf9-7272-402c-bf4c-fcc7e5103423, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6961089180158402170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 196d3563-f315-4edb-a923-08497bb65e0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c355c194-09ef-4837-a083-f9ba48d7b6f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c355c194-09ef-4837-a083-f9ba48d7b6f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9229467130342979575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c651bf9-7272-402c-bf4c-fcc7e5103423, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb85a641-8a65-4922-9d53-ace584cacc4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb85a641-8a65-4922-9d53-ace584cacc4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13073803043390690968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c355c194-09ef-4837-a083-f9ba48d7b6f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7a0dd6c-1eb1-4472-944a-1757aefaff30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7a0dd6c-1eb1-4472-944a-1757aefaff30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16237862345855101902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb85a641-8a65-4922-9d53-ace584cacc4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 808b8a2e-88f5-4705-873b-35028cee717b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 808b8a2e-88f5-4705-873b-35028cee717b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11239008259960597792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7a0dd6c-1eb1-4472-944a-1757aefaff30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00f4ee88-b300-4f32-846f-137413d7bc63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00f4ee88-b300-4f32-846f-137413d7bc63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9622926201439728934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 808b8a2e-88f5-4705-873b-35028cee717b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c87032e-6964-4b64-bdbd-18b20cf0f163, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c87032e-6964-4b64-bdbd-18b20cf0f163, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5140536498061808853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00f4ee88-b300-4f32-846f-137413d7bc63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 921ee13f-9eac-4598-9ea9-5a5024c3ca40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 921ee13f-9eac-4598-9ea9-5a5024c3ca40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12103275385080449019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c87032e-6964-4b64-bdbd-18b20cf0f163, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdbcfd7b-4895-4383-901b-535f1fde5e44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdbcfd7b-4895-4383-901b-535f1fde5e44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7888613859910371816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 921ee13f-9eac-4598-9ea9-5a5024c3ca40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 549e2341-3a24-4c36-a01b-2583fea42c4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549e2341-3a24-4c36-a01b-2583fea42c4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10773253526219716629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdbcfd7b-4895-4383-901b-535f1fde5e44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a603fc9b-7860-4a8e-bf89-a5ed81c82398, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a603fc9b-7860-4a8e-bf89-a5ed81c82398, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9789814337743054386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549e2341-3a24-4c36-a01b-2583fea42c4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 403be530-7b70-4d5d-a9a2-321dfd0cd3f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 403be530-7b70-4d5d-a9a2-321dfd0cd3f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9528412727369763461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a603fc9b-7860-4a8e-bf89-a5ed81c82398, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b255b79b-4a01-470d-8875-72ea0d2c77e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b255b79b-4a01-470d-8875-72ea0d2c77e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8250092958079307964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 403be530-7b70-4d5d-a9a2-321dfd0cd3f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84825faf-74e9-47e1-8eb4-92a62410cbc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84825faf-74e9-47e1-8eb4-92a62410cbc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11518271723384497083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b255b79b-4a01-470d-8875-72ea0d2c77e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ddfa225-7c60-4189-8c7a-a54d900924ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ddfa225-7c60-4189-8c7a-a54d900924ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14811684835173640109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84825faf-74e9-47e1-8eb4-92a62410cbc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72ccea88-d739-477b-bf83-52f21e3592fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72ccea88-d739-477b-bf83-52f21e3592fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 456764562377040268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ddfa225-7c60-4189-8c7a-a54d900924ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e23a9e2e-1a8a-48e8-bf97-080bdb9597ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e23a9e2e-1a8a-48e8-bf97-080bdb9597ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2510364410188807549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72ccea88-d739-477b-bf83-52f21e3592fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60cb6225-b63d-4578-a54a-ca36de4b8187, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60cb6225-b63d-4578-a54a-ca36de4b8187, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13960161322564319666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e23a9e2e-1a8a-48e8-bf97-080bdb9597ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78b74f51-584d-4ef4-ba26-cda6acf54fac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78b74f51-584d-4ef4-ba26-cda6acf54fac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054804565222537171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60cb6225-b63d-4578-a54a-ca36de4b8187, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d7e668c-99db-45ae-a79d-faa17b3c4d12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d7e668c-99db-45ae-a79d-faa17b3c4d12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15925330815304306001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78b74f51-584d-4ef4-ba26-cda6acf54fac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a8036fb-4a9e-4756-a371-80d1db217926, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a8036fb-4a9e-4756-a371-80d1db217926, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8304370595194476807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d7e668c-99db-45ae-a79d-faa17b3c4d12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f8ef21-6fdf-4fac-bbc5-541600c1ee0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f8ef21-6fdf-4fac-bbc5-541600c1ee0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5914789456625596188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a8036fb-4a9e-4756-a371-80d1db217926, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad817034-8dbd-4f9d-894e-ddf6834522f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f8ef21-6fdf-4fac-bbc5-541600c1ee0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad817034-8dbd-4f9d-894e-ddf6834522f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12039284427331084654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c72e390-51eb-4822-8ea6-254041fb57cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c72e390-51eb-4822-8ea6-254041fb57cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15618295592492257752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad817034-8dbd-4f9d-894e-ddf6834522f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0eeeaf5-30b4-4237-81c7-aa4e14c60761, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c72e390-51eb-4822-8ea6-254041fb57cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0801b050-f93b-4942-b80f-2dd8ad67f1a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0801b050-f93b-4942-b80f-2dd8ad67f1a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 390854960341140906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0eeeaf5-30b4-4237-81c7-aa4e14c60761, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17393397823275057596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0801b050-f93b-4942-b80f-2dd8ad67f1a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40dc9ce0-83c8-482d-9bf4-5d81db78b2db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40dc9ce0-83c8-482d-9bf4-5d81db78b2db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12330139264905695762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0eeeaf5-30b4-4237-81c7-aa4e14c60761, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df6c5dd2-506a-4f6e-83c6-5467a147c21c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6c5dd2-506a-4f6e-83c6-5467a147c21c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13922959882935028800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40dc9ce0-83c8-482d-9bf4-5d81db78b2db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d47e833d-edf2-4175-a55a-d47ad43476cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47e833d-edf2-4175-a55a-d47ad43476cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9395234394463089694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6c5dd2-506a-4f6e-83c6-5467a147c21c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 517a5a2d-5e98-460d-b1e7-ab6b8de14696, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 517a5a2d-5e98-460d-b1e7-ab6b8de14696, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4409540422551818579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47e833d-edf2-4175-a55a-d47ad43476cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2daaa31-e19e-4223-88b9-3c0ef6cc9cdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2daaa31-e19e-4223-88b9-3c0ef6cc9cdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8961940267618564333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 517a5a2d-5e98-460d-b1e7-ab6b8de14696, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec2d1719-760b-4fc2-ad23-1d20876d7065, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec2d1719-760b-4fc2-ad23-1d20876d7065, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17474104822347832287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2daaa31-e19e-4223-88b9-3c0ef6cc9cdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 897a9db9-3f85-47f0-a8fe-0c326347de39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897a9db9-3f85-47f0-a8fe-0c326347de39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17154610310225161907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec2d1719-760b-4fc2-ad23-1d20876d7065, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5e3b7e9-fb54-4ce3-803f-9aa778dc153a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5e3b7e9-fb54-4ce3-803f-9aa778dc153a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6885257700095813460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897a9db9-3f85-47f0-a8fe-0c326347de39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8711d1d3-aac6-49b3-a637-57ae5bddd75d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8711d1d3-aac6-49b3-a637-57ae5bddd75d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17527176574796207012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5e3b7e9-fb54-4ce3-803f-9aa778dc153a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11821052-5f94-45a9-a7c1-725750d250df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11821052-5f94-45a9-a7c1-725750d250df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7403289264449449754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8711d1d3-aac6-49b3-a637-57ae5bddd75d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43dae201-2f70-4f45-9b18-7d40176882e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11821052-5f94-45a9-a7c1-725750d250df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43dae201-2f70-4f45-9b18-7d40176882e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11335279193862558807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45083741-1af2-47b2-8875-07355e5924ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45083741-1af2-47b2-8875-07355e5924ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6034479135825070922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43dae201-2f70-4f45-9b18-7d40176882e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e3ae72a-b005-4cd6-9e79-08ac050acfd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e3ae72a-b005-4cd6-9e79-08ac050acfd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 844841346012544999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45083741-1af2-47b2-8875-07355e5924ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f962c633-a518-471e-a0e0-4a95597717c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f962c633-a518-471e-a0e0-4a95597717c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2365654033948421843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e3ae72a-b005-4cd6-9e79-08ac050acfd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bd8e05-b14a-47f8-8319-f7461bfccaf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bd8e05-b14a-47f8-8319-f7461bfccaf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14294885851442671686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f962c633-a518-471e-a0e0-4a95597717c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e36da6b4-e6af-46a4-8f99-c3b938987c4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36da6b4-e6af-46a4-8f99-c3b938987c4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10978699419661225144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bd8e05-b14a-47f8-8319-f7461bfccaf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6103baf1-f592-4ab8-8936-39ad0d0b6f48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6103baf1-f592-4ab8-8936-39ad0d0b6f48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4021933664209635131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36da6b4-e6af-46a4-8f99-c3b938987c4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b8452fb-4395-474d-96e4-08ff8de79551, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8452fb-4395-474d-96e4-08ff8de79551, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274074876450078813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8452fb-4395-474d-96e4-08ff8de79551, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72e51e14-c062-469a-a21e-dc013bd7a835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72e51e14-c062-469a-a21e-dc013bd7a835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12555141666916602689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6103baf1-f592-4ab8-8936-39ad0d0b6f48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3427e78d-5f0d-4bc1-a05f-2b50795dcbd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3427e78d-5f0d-4bc1-a05f-2b50795dcbd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7612606814625109910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72e51e14-c062-469a-a21e-dc013bd7a835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eda98fa-d00e-463d-8d83-3f3e711e8cc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eda98fa-d00e-463d-8d83-3f3e711e8cc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6604474356562491697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3427e78d-5f0d-4bc1-a05f-2b50795dcbd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64ea5518-486f-48a3-b5a1-da6190c100a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ea5518-486f-48a3-b5a1-da6190c100a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16582377985388626723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eda98fa-d00e-463d-8d83-3f3e711e8cc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db6ddf81-a421-457f-8504-fae499ab5688, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6ddf81-a421-457f-8504-fae499ab5688, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12790713491938301357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ea5518-486f-48a3-b5a1-da6190c100a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 289adc97-769b-48f1-9fb2-a8cc2c6fa969, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 289adc97-769b-48f1-9fb2-a8cc2c6fa969, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9367566986087082144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6ddf81-a421-457f-8504-fae499ab5688, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f11b8627-09ef-468f-81be-f72e9a503ab0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11b8627-09ef-468f-81be-f72e9a503ab0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3301424430138474819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 289adc97-769b-48f1-9fb2-a8cc2c6fa969, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a7c49a6-71e3-4ffe-9720-30f619107996, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a7c49a6-71e3-4ffe-9720-30f619107996, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10727881679916180626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11b8627-09ef-468f-81be-f72e9a503ab0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeacbfd7-2989-4e17-b7bb-b87c4bdd51b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeacbfd7-2989-4e17-b7bb-b87c4bdd51b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11937762773015161452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a7c49a6-71e3-4ffe-9720-30f619107996, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b51a88f-844d-4589-b29a-9913803c3d17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b51a88f-844d-4589-b29a-9913803c3d17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1264355662056465034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeacbfd7-2989-4e17-b7bb-b87c4bdd51b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb4a8ab-16b8-4773-a59c-2ab22d3ee535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb4a8ab-16b8-4773-a59c-2ab22d3ee535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11533972267156886403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b51a88f-844d-4589-b29a-9913803c3d17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dbdb68a-fa80-4094-8fe0-4e5438ce1385, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dbdb68a-fa80-4094-8fe0-4e5438ce1385, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13860889301310970079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb4a8ab-16b8-4773-a59c-2ab22d3ee535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9552877-ff4b-4123-9478-c4d20ff19f91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9552877-ff4b-4123-9478-c4d20ff19f91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 465291942599803355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dbdb68a-fa80-4094-8fe0-4e5438ce1385, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84e2e9c7-56b4-40ae-96f5-4ca789783d33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e2e9c7-56b4-40ae-96f5-4ca789783d33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9948936071456484076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9552877-ff4b-4123-9478-c4d20ff19f91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1fd3c49-bd6c-4129-b168-ca4aae039b82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1fd3c49-bd6c-4129-b168-ca4aae039b82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15747149231106448390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e2e9c7-56b4-40ae-96f5-4ca789783d33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9768b5ee-4d5d-4997-a2bf-bd0fbe975f6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9768b5ee-4d5d-4997-a2bf-bd0fbe975f6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16310168798332758933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1fd3c49-bd6c-4129-b168-ca4aae039b82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dad257e9-2643-49ba-9f92-97ec12583ff9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dad257e9-2643-49ba-9f92-97ec12583ff9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18392614212463549760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9768b5ee-4d5d-4997-a2bf-bd0fbe975f6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f766627-c166-474d-9621-44113f95d9e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f766627-c166-474d-9621-44113f95d9e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 731293557772818748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dad257e9-2643-49ba-9f92-97ec12583ff9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0925321b-6c2b-4313-b492-4f9d8f685ea9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0925321b-6c2b-4313-b492-4f9d8f685ea9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4948414794635058635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f766627-c166-474d-9621-44113f95d9e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55c01462-c611-47b1-9b69-8c13ae78c1d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c01462-c611-47b1-9b69-8c13ae78c1d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18335652704853510534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0925321b-6c2b-4313-b492-4f9d8f685ea9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 906b9afa-6c07-4244-8ae6-6c50ee5a03d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 906b9afa-6c07-4244-8ae6-6c50ee5a03d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 575256975272419208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c01462-c611-47b1-9b69-8c13ae78c1d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c4b66a0-c808-4555-9b5e-04f527fbb2af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4b66a0-c808-4555-9b5e-04f527fbb2af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6852840522146815631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 906b9afa-6c07-4244-8ae6-6c50ee5a03d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c2821a2-e3fd-4e98-8baa-8b48a1bdc88b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2821a2-e3fd-4e98-8baa-8b48a1bdc88b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11653383179351110225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2821a2-e3fd-4e98-8baa-8b48a1bdc88b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e37f8c3-7314-4e99-bb43-95a1bf21f406, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e37f8c3-7314-4e99-bb43-95a1bf21f406, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10112103192074030396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4b66a0-c808-4555-9b5e-04f527fbb2af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b56700b8-05eb-4a4a-ad24-6682225314b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b56700b8-05eb-4a4a-ad24-6682225314b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9264856491444276092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e37f8c3-7314-4e99-bb43-95a1bf21f406, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69da95c0-725c-4c91-b724-1377e756ad0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69da95c0-725c-4c91-b724-1377e756ad0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11562161198091672339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b56700b8-05eb-4a4a-ad24-6682225314b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2a8afe-d46c-47cf-aad9-ea8791993200, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2a8afe-d46c-47cf-aad9-ea8791993200, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1460958616836227215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69da95c0-725c-4c91-b724-1377e756ad0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67653efa-4507-41cf-9c9f-4e8f1cc01f4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67653efa-4507-41cf-9c9f-4e8f1cc01f4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 646855265440938668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2a8afe-d46c-47cf-aad9-ea8791993200, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d0088ca-27ae-49d9-b731-1b3692fa278e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0088ca-27ae-49d9-b731-1b3692fa278e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10883338213347591338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67653efa-4507-41cf-9c9f-4e8f1cc01f4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84669822-5acb-4a8f-af39-5ded8aa6a5a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84669822-5acb-4a8f-af39-5ded8aa6a5a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6894195575164509365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0088ca-27ae-49d9-b731-1b3692fa278e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a490b8a3-3415-4df8-8c35-69a5e611dc59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a490b8a3-3415-4df8-8c35-69a5e611dc59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206785236739250051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84669822-5acb-4a8f-af39-5ded8aa6a5a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cb4cfba-bd4c-4e38-a7de-16dd1c8a27b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cb4cfba-bd4c-4e38-a7de-16dd1c8a27b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7362439681436569975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a490b8a3-3415-4df8-8c35-69a5e611dc59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbb5b302-02bf-4a77-b749-7cddc218be41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbb5b302-02bf-4a77-b749-7cddc218be41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4958217004197370761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cb4cfba-bd4c-4e38-a7de-16dd1c8a27b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3e65844-b9b4-465b-9690-9aa077c7f962, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e65844-b9b4-465b-9690-9aa077c7f962, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6517377147744028034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbb5b302-02bf-4a77-b749-7cddc218be41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d54ac1fc-afa4-4c6c-8d28-365739a48f13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54ac1fc-afa4-4c6c-8d28-365739a48f13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9254883675922370027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e65844-b9b4-465b-9690-9aa077c7f962, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72f5571b-8ab4-4d70-b679-00149083e455, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72f5571b-8ab4-4d70-b679-00149083e455, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13136425919900523520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54ac1fc-afa4-4c6c-8d28-365739a48f13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2547ab79-d29e-4d23-8e10-8d527eaec748, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2547ab79-d29e-4d23-8e10-8d527eaec748, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5019998003332357400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72f5571b-8ab4-4d70-b679-00149083e455, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39c75a9f-789c-4b47-ac32-0fb53220694b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c75a9f-789c-4b47-ac32-0fb53220694b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15371252669692784969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2547ab79-d29e-4d23-8e10-8d527eaec748, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcefdca3-7c43-4553-8ac0-0a05348a3a70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcefdca3-7c43-4553-8ac0-0a05348a3a70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15267421943942661812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c75a9f-789c-4b47-ac32-0fb53220694b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ad619f1-625b-46d7-8fb6-f18e91d37d82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad619f1-625b-46d7-8fb6-f18e91d37d82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2612697069927879655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcefdca3-7c43-4553-8ac0-0a05348a3a70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8f1e72f-19e7-4aa8-a5a4-b8f3f121821c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f1e72f-19e7-4aa8-a5a4-b8f3f121821c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11726286020604455882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad619f1-625b-46d7-8fb6-f18e91d37d82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 151d2c47-1ff8-4611-89a2-ca3a693edb8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151d2c47-1ff8-4611-89a2-ca3a693edb8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 342441020653016222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f1e72f-19e7-4aa8-a5a4-b8f3f121821c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a36937b-b2ea-4c9a-a2a0-96a9234fbfe7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a36937b-b2ea-4c9a-a2a0-96a9234fbfe7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5306744194480185378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151d2c47-1ff8-4611-89a2-ca3a693edb8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d810e94a-cd04-4f91-8bb1-25ac310a2a3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d810e94a-cd04-4f91-8bb1-25ac310a2a3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15868132142446325040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a36937b-b2ea-4c9a-a2a0-96a9234fbfe7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 976ba9a0-ba82-4883-8944-9f5f28d0c5f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976ba9a0-ba82-4883-8944-9f5f28d0c5f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444572547325164886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d810e94a-cd04-4f91-8bb1-25ac310a2a3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac5e4627-25dd-4757-896c-6f8111d11ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac5e4627-25dd-4757-896c-6f8111d11ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8737484064699953908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976ba9a0-ba82-4883-8944-9f5f28d0c5f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7022055a-c8fd-4781-a862-535d9d6ece9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7022055a-c8fd-4781-a862-535d9d6ece9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16702522992953267083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac5e4627-25dd-4757-896c-6f8111d11ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258537b9-aeba-4993-b421-eb70bbb62830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258537b9-aeba-4993-b421-eb70bbb62830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10377049221254561032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7022055a-c8fd-4781-a862-535d9d6ece9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b7a9f1f-00eb-463e-afa9-a3fda7f14f72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b7a9f1f-00eb-463e-afa9-a3fda7f14f72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8021983692187117752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258537b9-aeba-4993-b421-eb70bbb62830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 774bc80b-c253-4a63-937d-67d03bd64deb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 774bc80b-c253-4a63-937d-67d03bd64deb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904227279074675908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b7a9f1f-00eb-463e-afa9-a3fda7f14f72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c9e3e08-7c29-47b7-b194-4ff7a7fc8925, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c9e3e08-7c29-47b7-b194-4ff7a7fc8925, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10552228358355482373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 774bc80b-c253-4a63-937d-67d03bd64deb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1521918-a801-406b-b574-459e4932b087, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1521918-a801-406b-b574-459e4932b087, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16288876272478194954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c9e3e08-7c29-47b7-b194-4ff7a7fc8925, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c315698c-80c8-4941-b764-0dc9424244cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c315698c-80c8-4941-b764-0dc9424244cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11943778314160851607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1521918-a801-406b-b574-459e4932b087, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2a27ae6-4775-44d5-9564-b23fd317a243, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a27ae6-4775-44d5-9564-b23fd317a243, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15715457638461212515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c315698c-80c8-4941-b764-0dc9424244cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5de88bc2-4d30-41a0-a4d6-f2a2ca730bbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5de88bc2-4d30-41a0-a4d6-f2a2ca730bbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 473915429342998599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a27ae6-4775-44d5-9564-b23fd317a243, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae18347d-5fb9-4215-ad7b-e1d32c0885e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae18347d-5fb9-4215-ad7b-e1d32c0885e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14116753631721554830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5de88bc2-4d30-41a0-a4d6-f2a2ca730bbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 518f2a3f-773e-4d91-afde-86862919cb69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 518f2a3f-773e-4d91-afde-86862919cb69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6294962018861717489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae18347d-5fb9-4215-ad7b-e1d32c0885e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23d2dd20-8b27-49f4-acb6-121a0db28db3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d2dd20-8b27-49f4-acb6-121a0db28db3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1247578322871715825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 518f2a3f-773e-4d91-afde-86862919cb69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4da661a-1021-4af1-a764-3fbee4ebd959, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4da661a-1021-4af1-a764-3fbee4ebd959, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13180802445556699543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d2dd20-8b27-49f4-acb6-121a0db28db3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 020e5550-ba0d-4730-9e6f-47626bb483ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 020e5550-ba0d-4730-9e6f-47626bb483ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3744418076966313908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4da661a-1021-4af1-a764-3fbee4ebd959, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efff55c9-2616-4128-995e-8f4cefae48c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efff55c9-2616-4128-995e-8f4cefae48c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4098420645080895413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 020e5550-ba0d-4730-9e6f-47626bb483ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faf07044-76ff-48ca-88c2-0840a1dafe93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf07044-76ff-48ca-88c2-0840a1dafe93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12496006352339195165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efff55c9-2616-4128-995e-8f4cefae48c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 073eb504-6804-4af9-abc9-828053263e14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 073eb504-6804-4af9-abc9-828053263e14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10369901259880465097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf07044-76ff-48ca-88c2-0840a1dafe93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db52dc35-74b2-40b0-bafe-7af6a9079b08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db52dc35-74b2-40b0-bafe-7af6a9079b08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12676708199914941396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 073eb504-6804-4af9-abc9-828053263e14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 337334fa-2b50-4755-acab-8db8104b0450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337334fa-2b50-4755-acab-8db8104b0450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18031047849061064452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db52dc35-74b2-40b0-bafe-7af6a9079b08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ff16fbc-8dda-4cd4-8e9a-5338674203c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff16fbc-8dda-4cd4-8e9a-5338674203c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16115711999432810211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337334fa-2b50-4755-acab-8db8104b0450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30396cdb-0fb0-4ff1-b1c8-cb47a7ec0c68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30396cdb-0fb0-4ff1-b1c8-cb47a7ec0c68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4033579227190122522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff16fbc-8dda-4cd4-8e9a-5338674203c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5fadb13-c7fa-4e95-b60b-19c5d2505ed2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5fadb13-c7fa-4e95-b60b-19c5d2505ed2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11881591435928180405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30396cdb-0fb0-4ff1-b1c8-cb47a7ec0c68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bad2b68-8c2d-469d-9ef8-dda0af8a405e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bad2b68-8c2d-469d-9ef8-dda0af8a405e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10328161482434524804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5fadb13-c7fa-4e95-b60b-19c5d2505ed2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc42d8a8-1802-438e-a22d-cbb7147174c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc42d8a8-1802-438e-a22d-cbb7147174c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4293246780555400132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bad2b68-8c2d-469d-9ef8-dda0af8a405e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fb3897d-da55-4a09-a0f2-552b8d352be9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fb3897d-da55-4a09-a0f2-552b8d352be9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11542674162399609165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc42d8a8-1802-438e-a22d-cbb7147174c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1944ef67-d475-421e-878d-797408e53720, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1944ef67-d475-421e-878d-797408e53720, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18005081181622366702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fb3897d-da55-4a09-a0f2-552b8d352be9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f6b1ddc-561b-4879-be39-cb39eb880a37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f6b1ddc-561b-4879-be39-cb39eb880a37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11775891764553130017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1944ef67-d475-421e-878d-797408e53720, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 591b3896-16bc-4baf-8aec-ea064f1792f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 591b3896-16bc-4baf-8aec-ea064f1792f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13524063317037390099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f6b1ddc-561b-4879-be39-cb39eb880a37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2662994-493f-4aef-bb57-fa50537d409e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2662994-493f-4aef-bb57-fa50537d409e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2090092324104951820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 591b3896-16bc-4baf-8aec-ea064f1792f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0dcbc4b-b09b-4195-b9d4-10c12f82986a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0dcbc4b-b09b-4195-b9d4-10c12f82986a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15411325437605597463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2662994-493f-4aef-bb57-fa50537d409e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5bfb41b-0396-4e97-af65-8e5354bf0fa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5bfb41b-0396-4e97-af65-8e5354bf0fa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11058885934168053718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0dcbc4b-b09b-4195-b9d4-10c12f82986a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4a2c9cf-f879-4bc6-9fc7-24e9a4791f07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a2c9cf-f879-4bc6-9fc7-24e9a4791f07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13614111959531064396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5bfb41b-0396-4e97-af65-8e5354bf0fa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c8ab39f-0de6-45ff-a0a0-894aea943eae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c8ab39f-0de6-45ff-a0a0-894aea943eae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5405183621949432521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a2c9cf-f879-4bc6-9fc7-24e9a4791f07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57d5832e-7830-4c20-8c86-2ec2e9824f24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57d5832e-7830-4c20-8c86-2ec2e9824f24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2184416670695690574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c8ab39f-0de6-45ff-a0a0-894aea943eae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62c3ef90-0cbe-4561-a047-1da4b0349af1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c3ef90-0cbe-4561-a047-1da4b0349af1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4329992963628069246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57d5832e-7830-4c20-8c86-2ec2e9824f24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5333b830-bc4f-428c-9646-16d1c1f1b3b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5333b830-bc4f-428c-9646-16d1c1f1b3b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12084274391577162452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c3ef90-0cbe-4561-a047-1da4b0349af1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ad944d1-9046-4966-98be-9d14ec00ba2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad944d1-9046-4966-98be-9d14ec00ba2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2869634625568314549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad944d1-9046-4966-98be-9d14ec00ba2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5333b830-bc4f-428c-9646-16d1c1f1b3b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea9f34e5-cc14-4a62-8a9e-902f7fafcde8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea9f34e5-cc14-4a62-8a9e-902f7fafcde8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12499505358279744139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e34d09a1-90a7-4055-87e2-2b8be7df884e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e34d09a1-90a7-4055-87e2-2b8be7df884e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8294250157395915986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea9f34e5-cc14-4a62-8a9e-902f7fafcde8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29bab2be-87cb-4fb3-9483-93074eaa9f35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29bab2be-87cb-4fb3-9483-93074eaa9f35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6855467017845486584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e34d09a1-90a7-4055-87e2-2b8be7df884e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e4af02b-df8f-4734-af45-b07797126d50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e4af02b-df8f-4734-af45-b07797126d50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9858099930977154806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29bab2be-87cb-4fb3-9483-93074eaa9f35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7acc12-f549-4d11-84c1-30eeb36ba7bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7acc12-f549-4d11-84c1-30eeb36ba7bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2197888630870893888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e4af02b-df8f-4734-af45-b07797126d50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a730a577-ccb8-4f13-96d7-0366b05e8b19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a730a577-ccb8-4f13-96d7-0366b05e8b19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11209236007343521474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7acc12-f549-4d11-84c1-30eeb36ba7bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 146967c4-09fe-4683-b4a3-9549dc3ca864, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 146967c4-09fe-4683-b4a3-9549dc3ca864, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2846430837219020075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a730a577-ccb8-4f13-96d7-0366b05e8b19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77692d86-f2b0-4cac-95a5-fddabcdfc118, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77692d86-f2b0-4cac-95a5-fddabcdfc118, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10627478407002359915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 146967c4-09fe-4683-b4a3-9549dc3ca864, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa83927d-316a-4c14-b122-5b049fc70b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa83927d-316a-4c14-b122-5b049fc70b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10504108934243008689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa83927d-316a-4c14-b122-5b049fc70b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7014a22-2af3-4063-96bb-c90017d79d20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7014a22-2af3-4063-96bb-c90017d79d20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15139490548629451032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77692d86-f2b0-4cac-95a5-fddabcdfc118, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 840337d5-c0fa-4dab-b2cd-eb9c48bbce6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 840337d5-c0fa-4dab-b2cd-eb9c48bbce6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8439110640147554169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7014a22-2af3-4063-96bb-c90017d79d20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cecad2c-2234-42d1-9842-e04dce485db7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cecad2c-2234-42d1-9842-e04dce485db7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8408044238366069009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 840337d5-c0fa-4dab-b2cd-eb9c48bbce6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a693fc0f-074a-43b8-a9e2-b9820d6d0703, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a693fc0f-074a-43b8-a9e2-b9820d6d0703, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5962934459899681473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cecad2c-2234-42d1-9842-e04dce485db7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a1cef7e-8c87-4300-8f69-3846e24b854a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a1cef7e-8c87-4300-8f69-3846e24b854a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11929633116680350773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a693fc0f-074a-43b8-a9e2-b9820d6d0703, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7dc70a2-6c86-42aa-aceb-631361844dcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7dc70a2-6c86-42aa-aceb-631361844dcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3990992915619962857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a1cef7e-8c87-4300-8f69-3846e24b854a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c707f0fe-60d7-4b91-8d8f-5d82556a0894, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c707f0fe-60d7-4b91-8d8f-5d82556a0894, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13741076444171318120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7dc70a2-6c86-42aa-aceb-631361844dcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a693d6e-fe77-411e-b2be-bd0937c41c49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a693d6e-fe77-411e-b2be-bd0937c41c49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12151159240200130841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c707f0fe-60d7-4b91-8d8f-5d82556a0894, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f1a378-ebf7-42c5-b47d-624df6aab692, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f1a378-ebf7-42c5-b47d-624df6aab692, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17734282468486011996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a693d6e-fe77-411e-b2be-bd0937c41c49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48d1d78c-0f0c-421f-b9d4-bc4cc07dcc14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d1d78c-0f0c-421f-b9d4-bc4cc07dcc14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8219907792950721601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f1a378-ebf7-42c5-b47d-624df6aab692, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5c9d9ad-a3e2-4074-b591-3fe0cd24a97d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5c9d9ad-a3e2-4074-b591-3fe0cd24a97d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17172632419623231163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d1d78c-0f0c-421f-b9d4-bc4cc07dcc14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6234ae3b-c3c5-4e7e-89fb-550c7fce9d82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6234ae3b-c3c5-4e7e-89fb-550c7fce9d82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16464166150632000042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5c9d9ad-a3e2-4074-b591-3fe0cd24a97d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 401651bb-d2e5-4cda-8095-0bc99d5dce77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401651bb-d2e5-4cda-8095-0bc99d5dce77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7635018587016053306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6234ae3b-c3c5-4e7e-89fb-550c7fce9d82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75fe0a17-4eb6-4c26-a327-5041ebcfeaf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75fe0a17-4eb6-4c26-a327-5041ebcfeaf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14852567948549974121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401651bb-d2e5-4cda-8095-0bc99d5dce77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db8c3f63-a1ef-4856-a9ad-c6570f4edc1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db8c3f63-a1ef-4856-a9ad-c6570f4edc1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10927753832343583846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75fe0a17-4eb6-4c26-a327-5041ebcfeaf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19d14d14-563a-4d96-afdc-548b56155bbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19d14d14-563a-4d96-afdc-548b56155bbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2009545238117378867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db8c3f63-a1ef-4856-a9ad-c6570f4edc1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64dacd28-2e81-4658-aa5b-49910f8c794c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64dacd28-2e81-4658-aa5b-49910f8c794c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8505942763410325790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64dacd28-2e81-4658-aa5b-49910f8c794c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19d14d14-563a-4d96-afdc-548b56155bbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d316fa76-f271-4af3-ab3e-3e756eb955e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d316fa76-f271-4af3-ab3e-3e756eb955e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1112797823419906707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c451bcf7-6e46-410e-a5ee-c8d73be197d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c451bcf7-6e46-410e-a5ee-c8d73be197d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5947332780166967809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d316fa76-f271-4af3-ab3e-3e756eb955e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78cb3dac-71a6-48fd-99eb-edf87a8c0eaf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78cb3dac-71a6-48fd-99eb-edf87a8c0eaf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7594771933212728604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c451bcf7-6e46-410e-a5ee-c8d73be197d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2653ae20-a1c3-4603-b0fa-9c84326d9ad6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2653ae20-a1c3-4603-b0fa-9c84326d9ad6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17872012268268613701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78cb3dac-71a6-48fd-99eb-edf87a8c0eaf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dc436bf-7647-4666-b2d7-ed75009760d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dc436bf-7647-4666-b2d7-ed75009760d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16548004813404363870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2653ae20-a1c3-4603-b0fa-9c84326d9ad6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92b375ae-1fe6-4f90-b1dc-c9f3fb72cb77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92b375ae-1fe6-4f90-b1dc-c9f3fb72cb77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6326505619092641729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dc436bf-7647-4666-b2d7-ed75009760d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6098415b-4067-4010-a169-a0d6b8650262, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6098415b-4067-4010-a169-a0d6b8650262, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2134234828976786187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92b375ae-1fe6-4f90-b1dc-c9f3fb72cb77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 603bcf8b-85b9-49e8-939e-e365e9789241, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603bcf8b-85b9-49e8-939e-e365e9789241, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12996992813876487050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6098415b-4067-4010-a169-a0d6b8650262, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa0b2d69-ff82-43e2-adcd-ba1a56ee8d1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0b2d69-ff82-43e2-adcd-ba1a56ee8d1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14595051783823763204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603bcf8b-85b9-49e8-939e-e365e9789241, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27693276-c192-470c-8947-94bdf8313773, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27693276-c192-470c-8947-94bdf8313773, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2297957561513632564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0b2d69-ff82-43e2-adcd-ba1a56ee8d1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b72e8fe6-b7d2-4ec1-9bb4-028215b0ce75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b72e8fe6-b7d2-4ec1-9bb4-028215b0ce75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13602760487696505590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27693276-c192-470c-8947-94bdf8313773, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d197d1e1-1ea4-4156-9239-cc47ba48e20c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d197d1e1-1ea4-4156-9239-cc47ba48e20c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14082288553607969459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b72e8fe6-b7d2-4ec1-9bb4-028215b0ce75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe76161f-4fa3-41cf-a3d7-6bdf8fea264d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe76161f-4fa3-41cf-a3d7-6bdf8fea264d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 797243259283789892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d197d1e1-1ea4-4156-9239-cc47ba48e20c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85191587-68d4-4e23-88c1-7f79cbc1d433, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85191587-68d4-4e23-88c1-7f79cbc1d433, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3965268738927027733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe76161f-4fa3-41cf-a3d7-6bdf8fea264d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa34bde2-0b2c-454e-b776-0463691f17d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa34bde2-0b2c-454e-b776-0463691f17d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13565302695361357592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85191587-68d4-4e23-88c1-7f79cbc1d433, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 063d17f7-43ad-4922-bf3d-11f8dbeae830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 063d17f7-43ad-4922-bf3d-11f8dbeae830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5521376337070940909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa34bde2-0b2c-454e-b776-0463691f17d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 314c8b99-9a00-47ac-aef2-d0fe752719c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314c8b99-9a00-47ac-aef2-d0fe752719c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580933748758657642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 063d17f7-43ad-4922-bf3d-11f8dbeae830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1607e0e8-8521-4fd3-a767-011a6f9a8876, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1607e0e8-8521-4fd3-a767-011a6f9a8876, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17248063889489322612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314c8b99-9a00-47ac-aef2-d0fe752719c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d4bb520-b932-4dfa-b48b-83b42776bcee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4bb520-b932-4dfa-b48b-83b42776bcee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13169737245645092898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1607e0e8-8521-4fd3-a767-011a6f9a8876, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd70e341-05b4-4820-8b40-97b9238dda8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd70e341-05b4-4820-8b40-97b9238dda8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15391490761925200519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4bb520-b932-4dfa-b48b-83b42776bcee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f521b48-10b0-491b-a714-5d6d998e89de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f521b48-10b0-491b-a714-5d6d998e89de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3651037373704118218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd70e341-05b4-4820-8b40-97b9238dda8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efd6993c-acaf-4f54-a46d-1d1efdf8ed76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efd6993c-acaf-4f54-a46d-1d1efdf8ed76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3088738387649604162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f521b48-10b0-491b-a714-5d6d998e89de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eadde1a2-832c-4a1e-b298-9cad9945a576, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eadde1a2-832c-4a1e-b298-9cad9945a576, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15270114744001893976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efd6993c-acaf-4f54-a46d-1d1efdf8ed76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c90d0bf2-1576-46d2-82ed-1c2637607aad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90d0bf2-1576-46d2-82ed-1c2637607aad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8791428272351013413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eadde1a2-832c-4a1e-b298-9cad9945a576, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df97c3ad-557a-402e-b9e8-6f8331688820, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df97c3ad-557a-402e-b9e8-6f8331688820, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9430023245906291603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90d0bf2-1576-46d2-82ed-1c2637607aad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6c3cc99-f0f2-4d9f-86e0-45506caa0772, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6c3cc99-f0f2-4d9f-86e0-45506caa0772, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047661893150792987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df97c3ad-557a-402e-b9e8-6f8331688820, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c15448-d44e-4ff2-88f8-88cf004fe8a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c15448-d44e-4ff2-88f8-88cf004fe8a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2737687849006429815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6c3cc99-f0f2-4d9f-86e0-45506caa0772, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27dd285c-a61f-4a15-8019-204128454871, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27dd285c-a61f-4a15-8019-204128454871, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 208271406896646166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c15448-d44e-4ff2-88f8-88cf004fe8a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd37fa1a-d36f-41d6-80be-c2530dfe5ceb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd37fa1a-d36f-41d6-80be-c2530dfe5ceb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5930559381627450034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27dd285c-a61f-4a15-8019-204128454871, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61deb28b-d692-45ba-870a-8b4e224c7bb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61deb28b-d692-45ba-870a-8b4e224c7bb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10276928893828199794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd37fa1a-d36f-41d6-80be-c2530dfe5ceb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d485d4d6-3df1-424c-8f8b-1741b36a21ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d485d4d6-3df1-424c-8f8b-1741b36a21ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14857878823680377225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61deb28b-d692-45ba-870a-8b4e224c7bb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b56bc11-a14d-4965-a0d5-be01e8478a37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b56bc11-a14d-4965-a0d5-be01e8478a37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10013780871418578686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d485d4d6-3df1-424c-8f8b-1741b36a21ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ae4570a-fa6d-45e7-91b8-c56ceeca03b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ae4570a-fa6d-45e7-91b8-c56ceeca03b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11619982747447582292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b56bc11-a14d-4965-a0d5-be01e8478a37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c73ab32-7b9a-4f59-8b0d-75c16f72b526, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c73ab32-7b9a-4f59-8b0d-75c16f72b526, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6666638217269697782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ae4570a-fa6d-45e7-91b8-c56ceeca03b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cbf4db3-ec68-4085-9179-2dd8ee88304d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbf4db3-ec68-4085-9179-2dd8ee88304d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3579317888783168881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c73ab32-7b9a-4f59-8b0d-75c16f72b526, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c01df711-572e-4339-8d54-4a2c1179ee27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01df711-572e-4339-8d54-4a2c1179ee27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12648860637196343602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbf4db3-ec68-4085-9179-2dd8ee88304d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfd66ce3-5dac-49d6-8733-efa20cc2aa49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd66ce3-5dac-49d6-8733-efa20cc2aa49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15343064767410747890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01df711-572e-4339-8d54-4a2c1179ee27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d45dc46c-718c-468f-afb3-9d5a1fcf2e30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45dc46c-718c-468f-afb3-9d5a1fcf2e30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774505074881090176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd66ce3-5dac-49d6-8733-efa20cc2aa49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d0dd254-fcea-4226-a89f-772efb6276a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0dd254-fcea-4226-a89f-772efb6276a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4779930003144729417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45dc46c-718c-468f-afb3-9d5a1fcf2e30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8083f4be-f378-47b1-b7ab-6909f0da408f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8083f4be-f378-47b1-b7ab-6909f0da408f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4375814459798853607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0dd254-fcea-4226-a89f-772efb6276a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75a2806d-616a-4ddc-98e2-e4e500fc1c35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a2806d-616a-4ddc-98e2-e4e500fc1c35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10718774903728395139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8083f4be-f378-47b1-b7ab-6909f0da408f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d5489b4-94f7-4bdc-9e68-1df78b32e1da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5489b4-94f7-4bdc-9e68-1df78b32e1da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13802092999295965413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a2806d-616a-4ddc-98e2-e4e500fc1c35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad91cc39-33ee-4328-8660-d11678aa76d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad91cc39-33ee-4328-8660-d11678aa76d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 246183646561097751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5489b4-94f7-4bdc-9e68-1df78b32e1da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef8adc0f-b7da-4791-beec-edd966dce727, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad91cc39-33ee-4328-8660-d11678aa76d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5588f424-be89-46b0-85f5-ffcbda7874c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5588f424-be89-46b0-85f5-ffcbda7874c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1790705985610024141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef8adc0f-b7da-4791-beec-edd966dce727, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9954396323158539123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5588f424-be89-46b0-85f5-ffcbda7874c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 084b7b2c-2c7b-43f4-9315-c5a1fab1b660, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 084b7b2c-2c7b-43f4-9315-c5a1fab1b660, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5943214625460338631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef8adc0f-b7da-4791-beec-edd966dce727, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc913095-ab96-4976-9f33-eaa67af9fe87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc913095-ab96-4976-9f33-eaa67af9fe87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14172312902652529936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 084b7b2c-2c7b-43f4-9315-c5a1fab1b660, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39a00975-b452-4f04-9903-5e2a0912291e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39a00975-b452-4f04-9903-5e2a0912291e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2512483684603914890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc913095-ab96-4976-9f33-eaa67af9fe87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 623ec362-ab7e-4015-9056-c47f4a97a3d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 623ec362-ab7e-4015-9056-c47f4a97a3d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11275928195076591540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39a00975-b452-4f04-9903-5e2a0912291e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dc88f0c-b594-4af7-b20b-9fc25691c9b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 623ec362-ab7e-4015-9056-c47f4a97a3d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc88f0c-b594-4af7-b20b-9fc25691c9b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17379189481941087073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83408e40-bbc8-4b5f-ad25-8f00ad4d9ad0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83408e40-bbc8-4b5f-ad25-8f00ad4d9ad0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5394963464058272449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc88f0c-b594-4af7-b20b-9fc25691c9b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 739a2e64-449a-4483-bc7d-a33529503e2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 739a2e64-449a-4483-bc7d-a33529503e2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4565854095775379398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83408e40-bbc8-4b5f-ad25-8f00ad4d9ad0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 578e945e-cd29-4713-a4b6-c9b6d4b2aadf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 578e945e-cd29-4713-a4b6-c9b6d4b2aadf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8069610472632586374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 739a2e64-449a-4483-bc7d-a33529503e2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68a1a125-efc7-4790-ba2c-f9faabea7337, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68a1a125-efc7-4790-ba2c-f9faabea7337, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 681426996569979442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 578e945e-cd29-4713-a4b6-c9b6d4b2aadf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10bdcff0-6ae0-4502-82bb-250609722fe8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10bdcff0-6ae0-4502-82bb-250609722fe8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3945736071483413772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68a1a125-efc7-4790-ba2c-f9faabea7337, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2231aae-33e3-4c42-998e-042f6c7cd375, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2231aae-33e3-4c42-998e-042f6c7cd375, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 350863974348086162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10bdcff0-6ae0-4502-82bb-250609722fe8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fe6c861-b152-41c1-8809-a319060c94f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe6c861-b152-41c1-8809-a319060c94f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8682599544001858247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2231aae-33e3-4c42-998e-042f6c7cd375, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f78ab0c9-03c6-40b6-b130-0892ee81248b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78ab0c9-03c6-40b6-b130-0892ee81248b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4920243692022783715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe6c861-b152-41c1-8809-a319060c94f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86d58562-48f5-4426-827f-e90332a1c679, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d58562-48f5-4426-827f-e90332a1c679, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7872107325477246474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78ab0c9-03c6-40b6-b130-0892ee81248b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0377e28f-b3b0-4832-a7d6-b98327479047, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0377e28f-b3b0-4832-a7d6-b98327479047, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1234250155378162430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d58562-48f5-4426-827f-e90332a1c679, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c60c84b8-47c1-4c20-9e2a-69b6216c0e18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c60c84b8-47c1-4c20-9e2a-69b6216c0e18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8398255831779108020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0377e28f-b3b0-4832-a7d6-b98327479047, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c80dee0-bf6f-4b15-9ba0-beb88a0b9e54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c60c84b8-47c1-4c20-9e2a-69b6216c0e18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c80dee0-bf6f-4b15-9ba0-beb88a0b9e54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11746008367862119034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 020b9167-ba12-4b40-a147-f4a268301bad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 020b9167-ba12-4b40-a147-f4a268301bad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5427969386619760943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c80dee0-bf6f-4b15-9ba0-beb88a0b9e54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dd1c120-4e6f-48b6-acf0-c1039c62b090, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dd1c120-4e6f-48b6-acf0-c1039c62b090, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2553620785510195881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 020b9167-ba12-4b40-a147-f4a268301bad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02322c77-7c3a-4a81-968a-c518b17d8bbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02322c77-7c3a-4a81-968a-c518b17d8bbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11470467202642912056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dd1c120-4e6f-48b6-acf0-c1039c62b090, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7c669a-d437-41e5-8754-70c60943e894, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02322c77-7c3a-4a81-968a-c518b17d8bbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 598defe2-202d-40b4-ac6f-b793785175e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 598defe2-202d-40b4-ac6f-b793785175e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8669839911233597961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7c669a-d437-41e5-8754-70c60943e894, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8106022335385814772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 598defe2-202d-40b4-ac6f-b793785175e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7181370-aa32-4f74-9743-1a1f0a186072, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7181370-aa32-4f74-9743-1a1f0a186072, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8183815241897611914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7c669a-d437-41e5-8754-70c60943e894, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96fbcd2b-c296-4738-b7f9-f26ba36e8eda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96fbcd2b-c296-4738-b7f9-f26ba36e8eda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7427317674946551433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7181370-aa32-4f74-9743-1a1f0a186072, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96fbcd2b-c296-4738-b7f9-f26ba36e8eda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4e5c252-aa9c-4b7e-94e9-b952d1346ea5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e5c252-aa9c-4b7e-94e9-b952d1346ea5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4069357826507948016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 619d1a63-9bcf-43ec-b784-1b61cb098acb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619d1a63-9bcf-43ec-b784-1b61cb098acb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8490227512632926201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e5c252-aa9c-4b7e-94e9-b952d1346ea5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 854b3063-1e2a-460c-a8b3-d612589944a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 854b3063-1e2a-460c-a8b3-d612589944a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10170961603719603808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619d1a63-9bcf-43ec-b784-1b61cb098acb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50d5ea7-7573-43ce-be8a-6436d925d570, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50d5ea7-7573-43ce-be8a-6436d925d570, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13367963201699845287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 854b3063-1e2a-460c-a8b3-d612589944a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50d5ea7-7573-43ce-be8a-6436d925d570, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9656d7a2-da51-4e9c-a3a2-1d9957786c0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9656d7a2-da51-4e9c-a3a2-1d9957786c0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15543107419781065231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0baa9e8c-46c9-4795-9cb3-09b7ff8a4e6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0baa9e8c-46c9-4795-9cb3-09b7ff8a4e6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4397012557409352070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9656d7a2-da51-4e9c-a3a2-1d9957786c0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1f3ff14-b4d4-4387-81b9-271d11bff497, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0baa9e8c-46c9-4795-9cb3-09b7ff8a4e6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1f3ff14-b4d4-4387-81b9-271d11bff497, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11833817145191800158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243a8807-e614-4a91-bdc5-216bc242967e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243a8807-e614-4a91-bdc5-216bc242967e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12467494338907183817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243a8807-e614-4a91-bdc5-216bc242967e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3abb9790-b47c-4222-bfea-023561594972, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1f3ff14-b4d4-4387-81b9-271d11bff497, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abb9790-b47c-4222-bfea-023561594972, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11726069335536669531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac22c13d-72c4-452d-9716-ae996d3ae51a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac22c13d-72c4-452d-9716-ae996d3ae51a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14189350232490059865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abb9790-b47c-4222-bfea-023561594972, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d9c3dfa-5591-4612-be30-e78c160e7dc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d9c3dfa-5591-4612-be30-e78c160e7dc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1150496694823612818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac22c13d-72c4-452d-9716-ae996d3ae51a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 991763c0-0908-4bf6-8b65-7bed4d614b7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991763c0-0908-4bf6-8b65-7bed4d614b7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9480554436520547440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d9c3dfa-5591-4612-be30-e78c160e7dc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f3a4d98-5f43-4041-9fe4-9166f7c989a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f3a4d98-5f43-4041-9fe4-9166f7c989a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10122148441885991845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991763c0-0908-4bf6-8b65-7bed4d614b7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84ea8bdc-7e73-42d5-abb8-c6e3707258e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ea8bdc-7e73-42d5-abb8-c6e3707258e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15925642052737599558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f3a4d98-5f43-4041-9fe4-9166f7c989a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a37166c-f83a-4642-8802-2e6d42e8539f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a37166c-f83a-4642-8802-2e6d42e8539f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9454019898684317941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ea8bdc-7e73-42d5-abb8-c6e3707258e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83f479f6-5f6e-4ee7-9028-98962fa91efc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f479f6-5f6e-4ee7-9028-98962fa91efc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15703769455258600947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a37166c-f83a-4642-8802-2e6d42e8539f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7e2d282-88b2-44bb-8b5a-2293a706ec59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e2d282-88b2-44bb-8b5a-2293a706ec59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7203183306321000816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f479f6-5f6e-4ee7-9028-98962fa91efc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bb0b2a8-4c9f-49bf-a7e2-b6d5aa4e5e44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb0b2a8-4c9f-49bf-a7e2-b6d5aa4e5e44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4492905137076551279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e2d282-88b2-44bb-8b5a-2293a706ec59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba46da41-9e38-48f2-8765-326ff8eefd8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba46da41-9e38-48f2-8765-326ff8eefd8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5207262293859589434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb0b2a8-4c9f-49bf-a7e2-b6d5aa4e5e44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b612c7c-79fb-469c-926e-f3bd6cba19c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b612c7c-79fb-469c-926e-f3bd6cba19c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17850281871922166317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba46da41-9e38-48f2-8765-326ff8eefd8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc00fe10-6146-493e-90e0-56704722f7c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc00fe10-6146-493e-90e0-56704722f7c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13238581600549920291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b612c7c-79fb-469c-926e-f3bd6cba19c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4d668f9-6043-4a19-b7f8-ab05888a099b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4d668f9-6043-4a19-b7f8-ab05888a099b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5579492934354339831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc00fe10-6146-493e-90e0-56704722f7c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba338d25-1d71-407a-9fe2-fdde9a2bb793, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4d668f9-6043-4a19-b7f8-ab05888a099b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba338d25-1d71-407a-9fe2-fdde9a2bb793, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4659472032421682347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4185bbc0-229b-440a-b4b5-d06a1033b872, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4185bbc0-229b-440a-b4b5-d06a1033b872, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13401503462207721625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba338d25-1d71-407a-9fe2-fdde9a2bb793, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ca33d2d-9ac5-4d94-9f83-155dfeaa7222, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ca33d2d-9ac5-4d94-9f83-155dfeaa7222, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8407790094195860790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4185bbc0-229b-440a-b4b5-d06a1033b872, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 098e6acc-6008-484b-a02a-5b30cf9bcfa3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 098e6acc-6008-484b-a02a-5b30cf9bcfa3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2328715380513987036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ca33d2d-9ac5-4d94-9f83-155dfeaa7222, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62023e90-c59e-4760-8ba3-81f0912b787a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62023e90-c59e-4760-8ba3-81f0912b787a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14824522255360195583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 098e6acc-6008-484b-a02a-5b30cf9bcfa3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2466a746-ed33-4a38-9ba3-9ec1f55ed2d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2466a746-ed33-4a38-9ba3-9ec1f55ed2d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3469208491634630040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62023e90-c59e-4760-8ba3-81f0912b787a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6acdcd5f-1d2d-457c-82c6-92cf34705443, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6acdcd5f-1d2d-457c-82c6-92cf34705443, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5869431746118364299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2466a746-ed33-4a38-9ba3-9ec1f55ed2d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6acdcd5f-1d2d-457c-82c6-92cf34705443, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01b9fb73-d11b-4b95-b8da-a5eb7517506c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01b9fb73-d11b-4b95-b8da-a5eb7517506c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5142822493656906548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86692c63-9eda-427d-a137-caff6cadb600, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86692c63-9eda-427d-a137-caff6cadb600, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8257403611811214539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01b9fb73-d11b-4b95-b8da-a5eb7517506c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86692c63-9eda-427d-a137-caff6cadb600, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c401c36-5193-44f6-b1c5-f74a47c8934c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c401c36-5193-44f6-b1c5-f74a47c8934c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1910563080316779087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85ef246e-419d-4609-9807-ff766920e473, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ef246e-419d-4609-9807-ff766920e473, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1617138253846635632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ef246e-419d-4609-9807-ff766920e473, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c401c36-5193-44f6-b1c5-f74a47c8934c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c7b6c2f-b533-4a58-bec2-a452b084c9a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c7b6c2f-b533-4a58-bec2-a452b084c9a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18029051963465688397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 137af6ba-4c9b-49e6-8b26-b43c78a2d1ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 137af6ba-4c9b-49e6-8b26-b43c78a2d1ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2755836321550752727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c7b6c2f-b533-4a58-bec2-a452b084c9a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ee35bb7-3493-4329-a5d7-f05e2e237fd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 137af6ba-4c9b-49e6-8b26-b43c78a2d1ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6522f84d-3d99-4ccd-89cf-8abeb5c7791e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee35bb7-3493-4329-a5d7-f05e2e237fd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5589122080610401395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6522f84d-3d99-4ccd-89cf-8abeb5c7791e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11856448515700714797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee35bb7-3493-4329-a5d7-f05e2e237fd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fedc6cc-f117-4a18-90d8-4a01e59445b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fedc6cc-f117-4a18-90d8-4a01e59445b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15308273234627685560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6522f84d-3d99-4ccd-89cf-8abeb5c7791e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac6e9fd-0d91-498d-b39f-ff6bc7ab7412, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac6e9fd-0d91-498d-b39f-ff6bc7ab7412, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15326477575676742300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fedc6cc-f117-4a18-90d8-4a01e59445b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8ae9044-f5c1-4b7b-b930-612ee9b87dfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8ae9044-f5c1-4b7b-b930-612ee9b87dfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580333511138718849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac6e9fd-0d91-498d-b39f-ff6bc7ab7412, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158409d3-519c-4520-82ea-f60b46281ef7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158409d3-519c-4520-82ea-f60b46281ef7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17163097206939453723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8ae9044-f5c1-4b7b-b930-612ee9b87dfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b540c790-3f0c-48d0-88c0-0916b394bd40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b540c790-3f0c-48d0-88c0-0916b394bd40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17510401282200231802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158409d3-519c-4520-82ea-f60b46281ef7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d88e5aaf-bdfe-4d6e-897e-4a2f027e96c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d88e5aaf-bdfe-4d6e-897e-4a2f027e96c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10989348567467716877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b540c790-3f0c-48d0-88c0-0916b394bd40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d210a0cf-b152-4324-bfdf-d7e8d506c084, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d210a0cf-b152-4324-bfdf-d7e8d506c084, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17210874664931399463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d88e5aaf-bdfe-4d6e-897e-4a2f027e96c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6399d898-03b6-48a4-ae1b-98a47e1d5085, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6399d898-03b6-48a4-ae1b-98a47e1d5085, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15804413949897175300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d210a0cf-b152-4324-bfdf-d7e8d506c084, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79be79de-3ae6-4fa6-b53a-f0dbc3c80bbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79be79de-3ae6-4fa6-b53a-f0dbc3c80bbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15836185778906025363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6399d898-03b6-48a4-ae1b-98a47e1d5085, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 408680bf-ffdf-4e5a-bd57-bd3e7ee8109f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79be79de-3ae6-4fa6-b53a-f0dbc3c80bbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 408680bf-ffdf-4e5a-bd57-bd3e7ee8109f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10661608914198564001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf6e6573-84de-465c-baba-18942759988d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6e6573-84de-465c-baba-18942759988d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9494474830553483684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 408680bf-ffdf-4e5a-bd57-bd3e7ee8109f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91cbdb06-8797-4270-8b27-ce1ef960e43c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91cbdb06-8797-4270-8b27-ce1ef960e43c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17242069131783672221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6e6573-84de-465c-baba-18942759988d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43b0ebe6-45ee-47cd-94f0-abc58267e317, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b0ebe6-45ee-47cd-94f0-abc58267e317, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9438523975225241273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91cbdb06-8797-4270-8b27-ce1ef960e43c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cd56ad9-61db-40e2-9873-129653b76a4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd56ad9-61db-40e2-9873-129653b76a4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1566498906931135576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b0ebe6-45ee-47cd-94f0-abc58267e317, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f0a7bd2-e8ed-4270-92f1-4578ec98aacc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0a7bd2-e8ed-4270-92f1-4578ec98aacc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6110225558953937423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd56ad9-61db-40e2-9873-129653b76a4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca213f24-a23e-4cfc-ba70-7e74e0918f57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca213f24-a23e-4cfc-ba70-7e74e0918f57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2125929565841054211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0a7bd2-e8ed-4270-92f1-4578ec98aacc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04ec3781-bc62-4b22-b2f5-13f008d0221f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04ec3781-bc62-4b22-b2f5-13f008d0221f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9179757729484934503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca213f24-a23e-4cfc-ba70-7e74e0918f57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 974159ae-02b2-42c2-87b3-4e389eb30987, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 974159ae-02b2-42c2-87b3-4e389eb30987, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5501657959470352493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04ec3781-bc62-4b22-b2f5-13f008d0221f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, face4eac-6119-4acc-bd9e-4ff6ff675395, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, face4eac-6119-4acc-bd9e-4ff6ff675395, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3820394353983334479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 974159ae-02b2-42c2-87b3-4e389eb30987, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c74adf79-8665-4c15-9466-5e7779ab99a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c74adf79-8665-4c15-9466-5e7779ab99a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9257440185164098788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, face4eac-6119-4acc-bd9e-4ff6ff675395, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52fdd448-33bd-43c6-a045-3984d661a48d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fdd448-33bd-43c6-a045-3984d661a48d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8474338667200487074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c74adf79-8665-4c15-9466-5e7779ab99a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72af3e18-75aa-4edd-aa3c-5e4e86e44713, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72af3e18-75aa-4edd-aa3c-5e4e86e44713, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10288634369343825504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fdd448-33bd-43c6-a045-3984d661a48d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20f5dce1-2bd1-4589-a694-2c41f0953eae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f5dce1-2bd1-4589-a694-2c41f0953eae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807570131898694201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72af3e18-75aa-4edd-aa3c-5e4e86e44713, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c042789-e682-46cd-9935-b4c5e16393f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c042789-e682-46cd-9935-b4c5e16393f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4277505692628967036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f5dce1-2bd1-4589-a694-2c41f0953eae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acaabbd3-fce7-43f8-8c22-a8e621efb633, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acaabbd3-fce7-43f8-8c22-a8e621efb633, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457095875967334832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c042789-e682-46cd-9935-b4c5e16393f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ff39ea6-e72e-412a-9616-cbec1a0e5c18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff39ea6-e72e-412a-9616-cbec1a0e5c18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1077569918261862922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acaabbd3-fce7-43f8-8c22-a8e621efb633, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a15e4dab-c62e-4102-b651-6c248112da09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a15e4dab-c62e-4102-b651-6c248112da09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4320704012510056444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff39ea6-e72e-412a-9616-cbec1a0e5c18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a15e4dab-c62e-4102-b651-6c248112da09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8af3dcde-638d-498f-a524-7b039f3e6d74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af3dcde-638d-498f-a524-7b039f3e6d74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6823243163712672943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65d0ce70-cf48-49ab-8118-801582ef2dfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65d0ce70-cf48-49ab-8118-801582ef2dfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12002570337354564558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af3dcde-638d-498f-a524-7b039f3e6d74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 826829d8-3681-4e2b-8f04-026e15ff9662, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 826829d8-3681-4e2b-8f04-026e15ff9662, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16672535516068487437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65d0ce70-cf48-49ab-8118-801582ef2dfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3e25760-5bb5-4577-8bb1-c408c87761ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e25760-5bb5-4577-8bb1-c408c87761ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13624330165617216255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 826829d8-3681-4e2b-8f04-026e15ff9662, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 745f8c5e-0b6f-4302-8a99-2a90c9ca724c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 745f8c5e-0b6f-4302-8a99-2a90c9ca724c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7957199583187061844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e25760-5bb5-4577-8bb1-c408c87761ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fb135a0-1ae2-4491-96a3-b79de018675d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb135a0-1ae2-4491-96a3-b79de018675d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16093550500707967351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 745f8c5e-0b6f-4302-8a99-2a90c9ca724c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e562daae-12ec-48ed-8c25-1e43ce5aa48a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e562daae-12ec-48ed-8c25-1e43ce5aa48a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9354634480782178504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb135a0-1ae2-4491-96a3-b79de018675d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13ba4c9d-bae6-4848-a719-9e7ed933f4a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ba4c9d-bae6-4848-a719-9e7ed933f4a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546156717333470160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e562daae-12ec-48ed-8c25-1e43ce5aa48a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe6a27bd-b265-4fcb-ad90-d1bf5b21beef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe6a27bd-b265-4fcb-ad90-d1bf5b21beef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14667199248129263515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ba4c9d-bae6-4848-a719-9e7ed933f4a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018c14a5-e266-402a-a262-df525e14aa48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018c14a5-e266-402a-a262-df525e14aa48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3229687703510814813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe6a27bd-b265-4fcb-ad90-d1bf5b21beef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4803eb3f-9109-44ba-9015-22d820ee20aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4803eb3f-9109-44ba-9015-22d820ee20aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16017698041127257526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018c14a5-e266-402a-a262-df525e14aa48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8d53296-e087-4926-86ee-2a2bdc39631b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d53296-e087-4926-86ee-2a2bdc39631b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8336424878081111774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4803eb3f-9109-44ba-9015-22d820ee20aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e12dd0b-966b-46d9-a896-3d1ade7d03f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e12dd0b-966b-46d9-a896-3d1ade7d03f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1510409995224470772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d53296-e087-4926-86ee-2a2bdc39631b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de849cd7-daf5-4c01-ab8b-0a1dbb4caf71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de849cd7-daf5-4c01-ab8b-0a1dbb4caf71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3728660374117210500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e12dd0b-966b-46d9-a896-3d1ade7d03f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7bb2407-e471-4c40-8ff4-4795608aabf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7bb2407-e471-4c40-8ff4-4795608aabf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2966362028639246465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de849cd7-daf5-4c01-ab8b-0a1dbb4caf71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e19b89d-f3f0-4d6d-bc3a-6c8655b59f7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e19b89d-f3f0-4d6d-bc3a-6c8655b59f7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 597149547151098746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7bb2407-e471-4c40-8ff4-4795608aabf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bfea096-8268-47c6-915d-dc9369b68ca5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bfea096-8268-47c6-915d-dc9369b68ca5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4056209215060769591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e19b89d-f3f0-4d6d-bc3a-6c8655b59f7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d267ceb-a463-4467-a997-e4f76a295e56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d267ceb-a463-4467-a997-e4f76a295e56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11733539242298782379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bfea096-8268-47c6-915d-dc9369b68ca5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c324ee9-d16d-4e29-a177-5fe58aa235dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c324ee9-d16d-4e29-a177-5fe58aa235dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6445907065734556652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d267ceb-a463-4467-a997-e4f76a295e56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9aac9cd-c5be-4bd5-9c62-2dc29f566f40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9aac9cd-c5be-4bd5-9c62-2dc29f566f40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15334606880267452826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c324ee9-d16d-4e29-a177-5fe58aa235dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9aac9cd-c5be-4bd5-9c62-2dc29f566f40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24f2d829-0281-4743-91b6-c5f3d07ffe10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24f2d829-0281-4743-91b6-c5f3d07ffe10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14895844557329366743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58bfca75-3427-4705-b32c-b23dffb3a7c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58bfca75-3427-4705-b32c-b23dffb3a7c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11636216626596926798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24f2d829-0281-4743-91b6-c5f3d07ffe10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58bfca75-3427-4705-b32c-b23dffb3a7c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8007d860-d738-4fb7-86b3-afa59c56fddd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8007d860-d738-4fb7-86b3-afa59c56fddd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12483763689385134005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29aebc3f-bdff-4ed2-878c-5777fd2b1602, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29aebc3f-bdff-4ed2-878c-5777fd2b1602, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9324643894760729664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8007d860-d738-4fb7-86b3-afa59c56fddd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 840a8ccd-1a47-410c-813e-4f165be8b186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 840a8ccd-1a47-410c-813e-4f165be8b186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14863750552321122537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29aebc3f-bdff-4ed2-878c-5777fd2b1602, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2525ae7-986f-4454-9ce7-e6bc4c48415d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2525ae7-986f-4454-9ce7-e6bc4c48415d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 437906194067290413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 840a8ccd-1a47-410c-813e-4f165be8b186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec14d5a1-4f44-4cb3-b769-b4077543a6ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec14d5a1-4f44-4cb3-b769-b4077543a6ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6791213467592541937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2525ae7-986f-4454-9ce7-e6bc4c48415d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98eba4de-03b2-4693-8aae-e954f7acf906, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98eba4de-03b2-4693-8aae-e954f7acf906, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4301452983426920768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec14d5a1-4f44-4cb3-b769-b4077543a6ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb9cf116-1328-4378-9227-d58caa7184b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb9cf116-1328-4378-9227-d58caa7184b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17208320955534411599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98eba4de-03b2-4693-8aae-e954f7acf906, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aed1b84-577c-4e7d-ad7d-383eae546150, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aed1b84-577c-4e7d-ad7d-383eae546150, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13850151655359898147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb9cf116-1328-4378-9227-d58caa7184b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6ac2312-aea0-4234-9554-7e5ad1aaf3f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ac2312-aea0-4234-9554-7e5ad1aaf3f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8606956435506239840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aed1b84-577c-4e7d-ad7d-383eae546150, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0002d6eb-1542-47b4-a4e0-63c67c3cd831, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0002d6eb-1542-47b4-a4e0-63c67c3cd831, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6893870448888462680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ac2312-aea0-4234-9554-7e5ad1aaf3f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18daa5fb-3de2-47ff-89bf-f612c3697f91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18daa5fb-3de2-47ff-89bf-f612c3697f91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13531373507078273934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0002d6eb-1542-47b4-a4e0-63c67c3cd831, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b52729a4-8ef6-4e7b-b1fe-7ae9fac44df6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52729a4-8ef6-4e7b-b1fe-7ae9fac44df6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5227065469091224090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18daa5fb-3de2-47ff-89bf-f612c3697f91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e55c0123-34ee-49bd-86f2-f686a9c15aef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55c0123-34ee-49bd-86f2-f686a9c15aef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9726087497008000964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52729a4-8ef6-4e7b-b1fe-7ae9fac44df6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 301b42c1-358e-403f-b9fc-0d76e7ef04f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301b42c1-358e-403f-b9fc-0d76e7ef04f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2434313572614027333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55c0123-34ee-49bd-86f2-f686a9c15aef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301b42c1-358e-403f-b9fc-0d76e7ef04f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0888c94-4798-4850-954b-c0ce7a34c413, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0888c94-4798-4850-954b-c0ce7a34c413, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2612258438375482776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a3f87d-a6f7-4e2a-aa29-0822ad22b7e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a3f87d-a6f7-4e2a-aa29-0822ad22b7e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6318103396439353132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0888c94-4798-4850-954b-c0ce7a34c413, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03b76fa3-895a-4a4e-a740-e389d6cae73b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03b76fa3-895a-4a4e-a740-e389d6cae73b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862819049259043679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a3f87d-a6f7-4e2a-aa29-0822ad22b7e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4c01dce-3fb9-48a1-8ea7-a24601ea1242, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4c01dce-3fb9-48a1-8ea7-a24601ea1242, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12486774547656311441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03b76fa3-895a-4a4e-a740-e389d6cae73b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 081a3903-1882-4fd0-a885-060caaa13643, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 081a3903-1882-4fd0-a885-060caaa13643, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15353691586829166974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4c01dce-3fb9-48a1-8ea7-a24601ea1242, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de5c3acf-0dd8-436b-aa54-18002bcff2c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de5c3acf-0dd8-436b-aa54-18002bcff2c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13569453727257587431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 081a3903-1882-4fd0-a885-060caaa13643, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de5c3acf-0dd8-436b-aa54-18002bcff2c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed8234a-ce28-45e9-bac5-eb4119a4ffa6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed8234a-ce28-45e9-bac5-eb4119a4ffa6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5005673578912527252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0606a212-558a-4de2-a203-96b2a8358661, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0606a212-558a-4de2-a203-96b2a8358661, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1682524200508340201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed8234a-ce28-45e9-bac5-eb4119a4ffa6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08cabdfa-09ed-42d7-860e-3357b12a67db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08cabdfa-09ed-42d7-860e-3357b12a67db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17004577982283626897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0606a212-558a-4de2-a203-96b2a8358661, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4007dbcc-665d-40f5-9af5-4944f05a312d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4007dbcc-665d-40f5-9af5-4944f05a312d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14450357089930260792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08cabdfa-09ed-42d7-860e-3357b12a67db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4007dbcc-665d-40f5-9af5-4944f05a312d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35f3fb45-9d6b-4619-b639-c4007b50811e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f3fb45-9d6b-4619-b639-c4007b50811e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2717013306762830420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 840e7252-3b3f-4bdc-8fe3-42110d533347, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 840e7252-3b3f-4bdc-8fe3-42110d533347, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6200019123054580930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f3fb45-9d6b-4619-b639-c4007b50811e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6fc7938-7712-430e-83fc-168a069840be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6fc7938-7712-430e-83fc-168a069840be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6852725699383006446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 840e7252-3b3f-4bdc-8fe3-42110d533347, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, defee5df-a0a5-4de1-a157-951f66fcc3fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, defee5df-a0a5-4de1-a157-951f66fcc3fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5124372633810276410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6fc7938-7712-430e-83fc-168a069840be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a41620d6-bd43-4a22-bbf3-cd0252c341c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a41620d6-bd43-4a22-bbf3-cd0252c341c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16236019795716768831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, defee5df-a0a5-4de1-a157-951f66fcc3fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a53728-4934-43a3-9be2-75894c84ecb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a53728-4934-43a3-9be2-75894c84ecb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9359672514258505674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a41620d6-bd43-4a22-bbf3-cd0252c341c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 405bd4cd-a75a-4fe4-bdfc-14d2622bcf66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405bd4cd-a75a-4fe4-bdfc-14d2622bcf66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9773654827656104945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a53728-4934-43a3-9be2-75894c84ecb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53ab3b14-0fc6-4d8b-adb7-e1ac991aed0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ab3b14-0fc6-4d8b-adb7-e1ac991aed0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3041394971071833334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405bd4cd-a75a-4fe4-bdfc-14d2622bcf66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4640a096-9969-4b46-8d23-73f3bf5bc325, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4640a096-9969-4b46-8d23-73f3bf5bc325, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2344711205587883760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ab3b14-0fc6-4d8b-adb7-e1ac991aed0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71629614-70a5-48f1-bac6-1537e7f537be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71629614-70a5-48f1-bac6-1537e7f537be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3680880865594224570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4640a096-9969-4b46-8d23-73f3bf5bc325, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9175b76e-429f-47a5-bfa9-ae43fa8842d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9175b76e-429f-47a5-bfa9-ae43fa8842d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16798136110140520166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9175b76e-429f-47a5-bfa9-ae43fa8842d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b94cd2ca-e7ee-499f-8387-a57fc0cf37d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94cd2ca-e7ee-499f-8387-a57fc0cf37d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5075969723391614743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71629614-70a5-48f1-bac6-1537e7f537be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b93efab-98e2-4a21-bd82-8692b909b39c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b93efab-98e2-4a21-bd82-8692b909b39c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13606411985745320887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94cd2ca-e7ee-499f-8387-a57fc0cf37d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 299259d8-2cb9-4bb3-87ac-08d7c1df0b61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 299259d8-2cb9-4bb3-87ac-08d7c1df0b61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12400377575738289648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b93efab-98e2-4a21-bd82-8692b909b39c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09efdaaa-776e-416f-aefe-2093f2ec567f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09efdaaa-776e-416f-aefe-2093f2ec567f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8132914815656350471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 299259d8-2cb9-4bb3-87ac-08d7c1df0b61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a1a3729-4072-4d06-81ad-6008f01582f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a1a3729-4072-4d06-81ad-6008f01582f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10948189577602487675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09efdaaa-776e-416f-aefe-2093f2ec567f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2517873-5a81-476f-939e-6ba0aca2b90f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2517873-5a81-476f-939e-6ba0aca2b90f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12191110200347070776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a1a3729-4072-4d06-81ad-6008f01582f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ebf3c55-fe70-471d-bcce-8351d30d4912, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ebf3c55-fe70-471d-bcce-8351d30d4912, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10086723180872040129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2517873-5a81-476f-939e-6ba0aca2b90f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6204fa9-000c-4135-9834-23e8b05d26b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6204fa9-000c-4135-9834-23e8b05d26b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13725807077056891031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ebf3c55-fe70-471d-bcce-8351d30d4912, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdf2dc7d-01a7-45ca-ae85-94b8d4348a47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6204fa9-000c-4135-9834-23e8b05d26b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdf2dc7d-01a7-45ca-ae85-94b8d4348a47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11891068128034650793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc944fcc-4c30-4802-9d06-8d7aba927ea5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc944fcc-4c30-4802-9d06-8d7aba927ea5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1496071959665465062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdf2dc7d-01a7-45ca-ae85-94b8d4348a47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 084372d6-0456-4c44-8d27-a6bd29200a57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 084372d6-0456-4c44-8d27-a6bd29200a57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 919271273909991356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc944fcc-4c30-4802-9d06-8d7aba927ea5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e7d3512-8ace-4a7e-b155-33fb200ffd70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e7d3512-8ace-4a7e-b155-33fb200ffd70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 40920094387528964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4092009438752896440920094387528964409200943875289644092009438752896440920094387528964409200943875289644092009438752896440920094387528964409200943875289644092009438752896440920094387528964409200943875289644092009438752896440920094387528964409200943875289644092009438752896440920094387528964409200943875289644092009438752896440920094387528964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 084372d6-0456-4c44-8d27-a6bd29200a57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8448f9ba-e05f-42e3-af0b-c08bedadf64d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8448f9ba-e05f-42e3-af0b-c08bedadf64d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13253889942047355586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e7d3512-8ace-4a7e-b155-33fb200ffd70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b10dd824-f64b-433b-96a6-698987b3924c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b10dd824-f64b-433b-96a6-698987b3924c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10178186082279187287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8448f9ba-e05f-42e3-af0b-c08bedadf64d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d716e707-3218-42f2-8cf5-e8d20041e2ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d716e707-3218-42f2-8cf5-e8d20041e2ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10438527990885407897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d716e707-3218-42f2-8cf5-e8d20041e2ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb599574-50e5-459f-9b79-198169f811fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb599574-50e5-459f-9b79-198169f811fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8896443733142275444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b10dd824-f64b-433b-96a6-698987b3924c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5d8c67e-9f91-4990-ab03-846689568921, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5d8c67e-9f91-4990-ab03-846689568921, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17412243429265594094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb599574-50e5-459f-9b79-198169f811fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d35ef3e-0cf7-450b-b049-a802b16055d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d35ef3e-0cf7-450b-b049-a802b16055d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4287528186332228878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5d8c67e-9f91-4990-ab03-846689568921, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70199a92-7679-4a5f-b853-b2d77325f82f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70199a92-7679-4a5f-b853-b2d77325f82f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1400607776206985161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d35ef3e-0cf7-450b-b049-a802b16055d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1934e308-eb5d-45a0-9f20-af86382a0e1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70199a92-7679-4a5f-b853-b2d77325f82f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef54c6df-aa68-4161-b766-7ad4a7aa1506, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1934e308-eb5d-45a0-9f20-af86382a0e1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7671911480048609322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef54c6df-aa68-4161-b766-7ad4a7aa1506, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8677909398954363935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1934e308-eb5d-45a0-9f20-af86382a0e1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef54c6df-aa68-4161-b766-7ad4a7aa1506, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abcabb10-a576-40ae-b83d-051d49f61a3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcabb10-a576-40ae-b83d-051d49f61a3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5163707984114414932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1010a17b-bd38-4306-a72e-87e1f01d8807, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1010a17b-bd38-4306-a72e-87e1f01d8807, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10381974611801593505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcabb10-a576-40ae-b83d-051d49f61a3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 303bfc53-ec66-4269-a4e9-8251caa11da8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 303bfc53-ec66-4269-a4e9-8251caa11da8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3726216201712974919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1010a17b-bd38-4306-a72e-87e1f01d8807, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23f5cfb1-f19a-40bf-a18d-a539a9193b79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23f5cfb1-f19a-40bf-a18d-a539a9193b79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7461066125543224270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 303bfc53-ec66-4269-a4e9-8251caa11da8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c116afd2-0ab7-471b-b1c8-05f35566b2ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c116afd2-0ab7-471b-b1c8-05f35566b2ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13769845647563664825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23f5cfb1-f19a-40bf-a18d-a539a9193b79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fb3e7ca-2297-44f9-a0f7-25a908395243, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb3e7ca-2297-44f9-a0f7-25a908395243, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17839147702313480223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c116afd2-0ab7-471b-b1c8-05f35566b2ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c8f9890-d540-4ebb-9ec8-739f6a776058, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c8f9890-d540-4ebb-9ec8-739f6a776058, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7072094456435270127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb3e7ca-2297-44f9-a0f7-25a908395243, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7014f492-bd9a-40aa-be7a-87c5766ac7a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7014f492-bd9a-40aa-be7a-87c5766ac7a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4950635262582799172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c8f9890-d540-4ebb-9ec8-739f6a776058, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73a69bf7-796a-4619-adb4-2ad5bbd502ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a69bf7-796a-4619-adb4-2ad5bbd502ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7856175015382219918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7014f492-bd9a-40aa-be7a-87c5766ac7a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c08df6a4-7381-4c51-933b-66f3a0b84af3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08df6a4-7381-4c51-933b-66f3a0b84af3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10173189078612093247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a69bf7-796a-4619-adb4-2ad5bbd502ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87bc0436-9efc-42f0-9db2-f298f6d2cc51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bc0436-9efc-42f0-9db2-f298f6d2cc51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7448013470632714777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08df6a4-7381-4c51-933b-66f3a0b84af3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 978e80f3-771b-4242-bb42-363a1ff398b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 978e80f3-771b-4242-bb42-363a1ff398b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9932987143775157314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bc0436-9efc-42f0-9db2-f298f6d2cc51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cfc267d-754f-4605-9f96-0d574e441a7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 978e80f3-771b-4242-bb42-363a1ff398b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cfc267d-754f-4605-9f96-0d574e441a7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2482108071827439374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f599a210-f467-46fa-a358-29a2c142b67b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f599a210-f467-46fa-a358-29a2c142b67b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13248477918882294417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cfc267d-754f-4605-9f96-0d574e441a7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f599a210-f467-46fa-a358-29a2c142b67b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17ee4507-df78-477a-8373-4639e1cf98d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ee4507-df78-477a-8373-4639e1cf98d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9810788618271670654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a5a317d-9387-443b-aafc-5651fc0ff510, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5a317d-9387-443b-aafc-5651fc0ff510, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7177350088084823417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ee4507-df78-477a-8373-4639e1cf98d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eed21d0c-0c89-4292-acd4-f03b91316a13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eed21d0c-0c89-4292-acd4-f03b91316a13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8075107230859332846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5a317d-9387-443b-aafc-5651fc0ff510, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43bc3ae2-792f-42f7-a746-ad2915cadee0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43bc3ae2-792f-42f7-a746-ad2915cadee0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10901116319781180032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eed21d0c-0c89-4292-acd4-f03b91316a13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74c416d9-b806-424a-ba53-73e627697b1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74c416d9-b806-424a-ba53-73e627697b1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4539576331919476652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43bc3ae2-792f-42f7-a746-ad2915cadee0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b1adf48-0809-43f4-ae9b-c47c8278ee01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b1adf48-0809-43f4-ae9b-c47c8278ee01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4686535659207372367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74c416d9-b806-424a-ba53-73e627697b1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eefb7235-123d-4350-867d-2a05a9ebce0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eefb7235-123d-4350-867d-2a05a9ebce0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9297975122817772191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b1adf48-0809-43f4-ae9b-c47c8278ee01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 973e6c8f-3244-48a9-b652-75f2cbc59a9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 973e6c8f-3244-48a9-b652-75f2cbc59a9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2880224438661435695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eefb7235-123d-4350-867d-2a05a9ebce0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce05aac6-529a-4a34-923a-828fc374bc52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce05aac6-529a-4a34-923a-828fc374bc52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13264858336818208687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 973e6c8f-3244-48a9-b652-75f2cbc59a9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce05aac6-529a-4a34-923a-828fc374bc52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 469243b8-776a-4a40-a79f-e55cb1516dd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469243b8-776a-4a40-a79f-e55cb1516dd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1927147618120218339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0e3c489-08b4-4c0f-acdb-544eb3f0ffa7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0e3c489-08b4-4c0f-acdb-544eb3f0ffa7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10165979503838958115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469243b8-776a-4a40-a79f-e55cb1516dd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58f2520c-c1ab-4050-8915-231b791cc2da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58f2520c-c1ab-4050-8915-231b791cc2da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7851868041814624315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0e3c489-08b4-4c0f-acdb-544eb3f0ffa7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 345296e5-b7a8-4f82-ac1b-896f59442296, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345296e5-b7a8-4f82-ac1b-896f59442296, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4965208980381324849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58f2520c-c1ab-4050-8915-231b791cc2da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e796cbb6-ba64-4f95-bf87-945707f07e5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e796cbb6-ba64-4f95-bf87-945707f07e5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 82461251100423601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8246125110042360182461251100423601824612511004236018246125110042360182461251100423601824612511004236018246125110042360182461251100423601824612511004236018246125110042360182461251100423601824612511004236018246125110042360182461251100423601824612511004236018246125110042360182461251100423601824612511004236018246125110042360182461251100423601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345296e5-b7a8-4f82-ac1b-896f59442296, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 530db519-ba34-464c-a092-dce062e4c180, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530db519-ba34-464c-a092-dce062e4c180, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210672925233801673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e796cbb6-ba64-4f95-bf87-945707f07e5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1e6b68-dd93-48db-ae3b-69563f8e2808, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1e6b68-dd93-48db-ae3b-69563f8e2808, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3441134151964834327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1e6b68-dd93-48db-ae3b-69563f8e2808, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4a471e8-7281-44ba-8949-ab4f0acbdddd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a471e8-7281-44ba-8949-ab4f0acbdddd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12368364974106473736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530db519-ba34-464c-a092-dce062e4c180, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 202c6e70-d59f-415c-a652-87d1ea3a777b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 202c6e70-d59f-415c-a652-87d1ea3a777b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8205765502208872291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a471e8-7281-44ba-8949-ab4f0acbdddd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 202c6e70-d59f-415c-a652-87d1ea3a777b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 106c395f-252e-442f-a453-d544b49fbb97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 106c395f-252e-442f-a453-d544b49fbb97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449331853489871392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59255af1-15cd-4342-af39-df8bfb8972a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59255af1-15cd-4342-af39-df8bfb8972a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4985470019642054768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 106c395f-252e-442f-a453-d544b49fbb97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959e9464-7e2b-40d6-8bb8-51b821bb250e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959e9464-7e2b-40d6-8bb8-51b821bb250e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8654657697050589019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59255af1-15cd-4342-af39-df8bfb8972a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48c51648-81fc-48b7-90b0-703909683f74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c51648-81fc-48b7-90b0-703909683f74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9593528786724495152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959e9464-7e2b-40d6-8bb8-51b821bb250e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e22cb122-e27f-4f33-8b48-6d39ef9882f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22cb122-e27f-4f33-8b48-6d39ef9882f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15193886362906018342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c51648-81fc-48b7-90b0-703909683f74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 559dda81-c685-4483-9ffa-3175cea62795, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 559dda81-c685-4483-9ffa-3175cea62795, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16385017603942332183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22cb122-e27f-4f33-8b48-6d39ef9882f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2f508b8-eebc-4678-bc9b-4821fcfda0ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2f508b8-eebc-4678-bc9b-4821fcfda0ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15011259916584450835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 559dda81-c685-4483-9ffa-3175cea62795, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26c660ab-c14e-4e3b-a899-c3ed85fdabbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26c660ab-c14e-4e3b-a899-c3ed85fdabbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 939574118990428572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2f508b8-eebc-4678-bc9b-4821fcfda0ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79b1f975-5ab2-4d88-9a83-98efeb96626e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b1f975-5ab2-4d88-9a83-98efeb96626e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9996169879712268550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26c660ab-c14e-4e3b-a899-c3ed85fdabbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54fcc470-63c2-4471-a8ed-954a57e2441b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54fcc470-63c2-4471-a8ed-954a57e2441b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16069215668030104799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b1f975-5ab2-4d88-9a83-98efeb96626e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fc21a7f-5d86-44b7-bb9c-8f5c2a3b9108, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fc21a7f-5d86-44b7-bb9c-8f5c2a3b9108, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 747820600742851743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54fcc470-63c2-4471-a8ed-954a57e2441b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c83c2dfe-49f4-467a-ace7-30b4eb32f00e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83c2dfe-49f4-467a-ace7-30b4eb32f00e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15257388169029297896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fc21a7f-5d86-44b7-bb9c-8f5c2a3b9108, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c0d2323-2963-4a74-b286-fb944a7536f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c0d2323-2963-4a74-b286-fb944a7536f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17485412496382765948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83c2dfe-49f4-467a-ace7-30b4eb32f00e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee0a8209-319a-4c04-8852-477f449eae93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee0a8209-319a-4c04-8852-477f449eae93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6575447700494704283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c0d2323-2963-4a74-b286-fb944a7536f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14f147de-a264-4e30-9025-21c71382e895, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f147de-a264-4e30-9025-21c71382e895, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13188722001564516675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee0a8209-319a-4c04-8852-477f449eae93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94173d8d-509c-4f25-bf16-b27df3a84cb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94173d8d-509c-4f25-bf16-b27df3a84cb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3573672672477478482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f147de-a264-4e30-9025-21c71382e895, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d52815e4-c12c-4137-b37c-b4e2f5ae6654, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d52815e4-c12c-4137-b37c-b4e2f5ae6654, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11463724169730079465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94173d8d-509c-4f25-bf16-b27df3a84cb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d52815e4-c12c-4137-b37c-b4e2f5ae6654, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d60c3a0d-c1e7-4fb2-8afa-5740f8d738ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d60c3a0d-c1e7-4fb2-8afa-5740f8d738ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634915240800312341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d489907-fcd3-4269-b819-7d517bc0deca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d489907-fcd3-4269-b819-7d517bc0deca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9017791737571668477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d60c3a0d-c1e7-4fb2-8afa-5740f8d738ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e8bb818-9a54-43df-8bcc-e63d513ba31d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8bb818-9a54-43df-8bcc-e63d513ba31d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8765475053835520301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d489907-fcd3-4269-b819-7d517bc0deca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b03722d3-91ec-412e-9229-d6e63c494f29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b03722d3-91ec-412e-9229-d6e63c494f29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2009490579070922243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8bb818-9a54-43df-8bcc-e63d513ba31d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67390b41-0a9d-415d-9151-98853092461a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67390b41-0a9d-415d-9151-98853092461a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3233343222018532683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67390b41-0a9d-415d-9151-98853092461a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26d48475-7e31-4f38-b096-ba93d5d7f747, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26d48475-7e31-4f38-b096-ba93d5d7f747, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1059216066595847780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b03722d3-91ec-412e-9229-d6e63c494f29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c327a9c-05a3-4784-b1b0-ef4b127681b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c327a9c-05a3-4784-b1b0-ef4b127681b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13982139277993125978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26d48475-7e31-4f38-b096-ba93d5d7f747, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4189d886-1fc2-4159-ade6-8e97ee5bf0fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4189d886-1fc2-4159-ade6-8e97ee5bf0fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3660993172680979480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c327a9c-05a3-4784-b1b0-ef4b127681b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ad8ddf6-999d-49ae-ac58-d619b3f4e7c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ad8ddf6-999d-49ae-ac58-d619b3f4e7c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3600195392360719461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4189d886-1fc2-4159-ade6-8e97ee5bf0fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4daf4102-83ab-4a05-9139-1d2117a9c542, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daf4102-83ab-4a05-9139-1d2117a9c542, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776139969735825072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ad8ddf6-999d-49ae-ac58-d619b3f4e7c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a86d830f-672c-4464-bff7-8648b087493d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a86d830f-672c-4464-bff7-8648b087493d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6514425066514652321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daf4102-83ab-4a05-9139-1d2117a9c542, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f9aeecf-3a19-4780-88cb-36086ea4e977, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f9aeecf-3a19-4780-88cb-36086ea4e977, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8148185530527283895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a86d830f-672c-4464-bff7-8648b087493d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9572854-3b23-44b9-b177-3f478d393b04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f9aeecf-3a19-4780-88cb-36086ea4e977, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9572854-3b23-44b9-b177-3f478d393b04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976169136710239478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 672a2d78-6313-48f3-a926-f166d488c63e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 672a2d78-6313-48f3-a926-f166d488c63e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6549678081743849475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9572854-3b23-44b9-b177-3f478d393b04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 672a2d78-6313-48f3-a926-f166d488c63e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebb69d0a-959c-4bf6-88c5-57032a14787e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebb69d0a-959c-4bf6-88c5-57032a14787e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8397160438424009072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c2d716d-c8ff-4521-b8aa-00f2acd2dc80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c2d716d-c8ff-4521-b8aa-00f2acd2dc80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12824508931984773294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebb69d0a-959c-4bf6-88c5-57032a14787e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2692f630-bdf3-440c-833b-0e4b93cef8d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2692f630-bdf3-440c-833b-0e4b93cef8d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3989119388989121315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c2d716d-c8ff-4521-b8aa-00f2acd2dc80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bac3328c-4c3f-4ee2-9591-2543e0e90218, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac3328c-4c3f-4ee2-9591-2543e0e90218, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11887048656363982566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2692f630-bdf3-440c-833b-0e4b93cef8d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 462523a7-7a35-4afe-8b28-21afe4db138a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 462523a7-7a35-4afe-8b28-21afe4db138a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1036661435529646918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac3328c-4c3f-4ee2-9591-2543e0e90218, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41a1aaf8-1b59-4e3d-87b3-44844234b39f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41a1aaf8-1b59-4e3d-87b3-44844234b39f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10081517347192655374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 462523a7-7a35-4afe-8b28-21afe4db138a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97c39512-c323-4753-b844-615bf54240dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c39512-c323-4753-b844-615bf54240dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9176433906786032059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41a1aaf8-1b59-4e3d-87b3-44844234b39f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 885155ef-8d6c-409a-8e2b-37d8f58e4ddb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885155ef-8d6c-409a-8e2b-37d8f58e4ddb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 51850045264251755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5185004526425175551850045264251755518500452642517555185004526425175551850045264251755518500452642517555185004526425175551850045264251755518500452642517555185004526425175551850045264251755518500452642517555185004526425175551850045264251755518500452642517555185004526425175551850045264251755518500452642517555185004526425175551850045264251755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c39512-c323-4753-b844-615bf54240dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 043f6a5b-bdd0-45a3-9843-28991b83abce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043f6a5b-bdd0-45a3-9843-28991b83abce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3440141989436641210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885155ef-8d6c-409a-8e2b-37d8f58e4ddb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30293995-d495-4dd2-9c86-a77bc2e49078, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30293995-d495-4dd2-9c86-a77bc2e49078, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9813747453816544867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043f6a5b-bdd0-45a3-9843-28991b83abce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e7471f9-c7d4-445c-9749-b6f1b2b3d832, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e7471f9-c7d4-445c-9749-b6f1b2b3d832, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317228117138517543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30293995-d495-4dd2-9c86-a77bc2e49078, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed34dd7f-2250-4e07-b5a3-27d48f1b907e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed34dd7f-2250-4e07-b5a3-27d48f1b907e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11559983835336791225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e7471f9-c7d4-445c-9749-b6f1b2b3d832, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df76982e-f0e6-4168-bf99-cd2b1131a4b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df76982e-f0e6-4168-bf99-cd2b1131a4b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2890158840080661686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed34dd7f-2250-4e07-b5a3-27d48f1b907e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79cbdf65-4462-427d-a6f6-3eae559bf490, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79cbdf65-4462-427d-a6f6-3eae559bf490, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4616585189012046113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df76982e-f0e6-4168-bf99-cd2b1131a4b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d07b658c-00b8-447c-b7cf-8a04c01037ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07b658c-00b8-447c-b7cf-8a04c01037ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16538427092949165678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79cbdf65-4462-427d-a6f6-3eae559bf490, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 061e9994-584f-43c9-952b-5cc79132c4fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07b658c-00b8-447c-b7cf-8a04c01037ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 061e9994-584f-43c9-952b-5cc79132c4fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13724960809803828399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f82784f6-d084-4ba4-928b-ac16b7c3a759, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f82784f6-d084-4ba4-928b-ac16b7c3a759, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18390544454834496044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 061e9994-584f-43c9-952b-5cc79132c4fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f82784f6-d084-4ba4-928b-ac16b7c3a759, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be4975fc-0dea-45c9-98cd-3818cb6eac70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be4975fc-0dea-45c9-98cd-3818cb6eac70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6668347363396476174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7588cf63-6437-4cf5-af66-b879ad5171e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7588cf63-6437-4cf5-af66-b879ad5171e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9174340315205932497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7588cf63-6437-4cf5-af66-b879ad5171e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23bdcac2-95c3-4bbd-a162-7504b6e9fff9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23bdcac2-95c3-4bbd-a162-7504b6e9fff9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18176055103222638568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be4975fc-0dea-45c9-98cd-3818cb6eac70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c33a88ec-d177-4153-b495-e4d9d9578f43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c33a88ec-d177-4153-b495-e4d9d9578f43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2045643768346171495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23bdcac2-95c3-4bbd-a162-7504b6e9fff9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 019e7cf5-038a-4bb7-95a6-503b0e7cb0e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019e7cf5-038a-4bb7-95a6-503b0e7cb0e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17160395015290649654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c33a88ec-d177-4153-b495-e4d9d9578f43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b314696-efec-4b3e-aa18-880e110d623a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b314696-efec-4b3e-aa18-880e110d623a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2809108085060095068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019e7cf5-038a-4bb7-95a6-503b0e7cb0e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af070ef5-53dd-4512-b4d5-6b78fe7b1a40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b314696-efec-4b3e-aa18-880e110d623a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59d5cfac-8e4f-4feb-bd89-720b7200f16f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af070ef5-53dd-4512-b4d5-6b78fe7b1a40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3730740990519347432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d5cfac-8e4f-4feb-bd89-720b7200f16f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5370140903312686025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af070ef5-53dd-4512-b4d5-6b78fe7b1a40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47c06d53-8c02-4b7c-944d-188faf06cea4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c06d53-8c02-4b7c-944d-188faf06cea4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12926206059005535688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d5cfac-8e4f-4feb-bd89-720b7200f16f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dff4b6a-57b5-4a01-b99a-0e0e2d8bc0e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dff4b6a-57b5-4a01-b99a-0e0e2d8bc0e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9212902452605127872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c06d53-8c02-4b7c-944d-188faf06cea4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfcbe2af-3199-4951-99b0-cd229a9885e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dff4b6a-57b5-4a01-b99a-0e0e2d8bc0e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfcbe2af-3199-4951-99b0-cd229a9885e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9663496787621681991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d37b963d-6226-45ab-bb77-688bf66bfc0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d37b963d-6226-45ab-bb77-688bf66bfc0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16075374545856857817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfcbe2af-3199-4951-99b0-cd229a9885e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f15cabfe-445b-4e98-be7b-e6d4c0b28a2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f15cabfe-445b-4e98-be7b-e6d4c0b28a2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4380212246452764080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d37b963d-6226-45ab-bb77-688bf66bfc0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daab4f37-6715-42a5-a221-6a2e35f822fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daab4f37-6715-42a5-a221-6a2e35f822fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5287371543949909282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f15cabfe-445b-4e98-be7b-e6d4c0b28a2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f007c32b-7cfb-452b-90b7-730d890fe093, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f007c32b-7cfb-452b-90b7-730d890fe093, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10262967531944925510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daab4f37-6715-42a5-a221-6a2e35f822fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fb44dcb-1a9a-49fd-a974-d2cb50bdfe61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb44dcb-1a9a-49fd-a974-d2cb50bdfe61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6801307761700641828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f007c32b-7cfb-452b-90b7-730d890fe093, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43796387-3216-44c0-af53-0ee77c437fa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43796387-3216-44c0-af53-0ee77c437fa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12860230810892152639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb44dcb-1a9a-49fd-a974-d2cb50bdfe61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2bd1baf-6a39-4944-bc47-6c43a1cddbdc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bd1baf-6a39-4944-bc47-6c43a1cddbdc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10057049451299793264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43796387-3216-44c0-af53-0ee77c437fa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c7ed6d3-6007-4dcd-bb71-bb4cc33e4713, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c7ed6d3-6007-4dcd-bb71-bb4cc33e4713, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6111167163866163076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bd1baf-6a39-4944-bc47-6c43a1cddbdc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6476a187-1056-4726-8c36-d3c4598eb137, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6476a187-1056-4726-8c36-d3c4598eb137, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11289970924417371288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c7ed6d3-6007-4dcd-bb71-bb4cc33e4713, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87b14701-9b52-4d40-850a-6b284da77723, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87b14701-9b52-4d40-850a-6b284da77723, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14497406983140220259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6476a187-1056-4726-8c36-d3c4598eb137, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 759dd594-e589-4482-9c90-177a49346a34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 759dd594-e589-4482-9c90-177a49346a34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1626536193232574947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87b14701-9b52-4d40-850a-6b284da77723, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a49b37-c4a8-46b7-a014-d023f6b678a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a49b37-c4a8-46b7-a014-d023f6b678a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9325643185218219970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 759dd594-e589-4482-9c90-177a49346a34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9d98683-d7ba-4e54-a684-07b5be85469c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d98683-d7ba-4e54-a684-07b5be85469c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8813797017964024631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a49b37-c4a8-46b7-a014-d023f6b678a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158c8376-de16-4f35-b30c-975bc3cf2783, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158c8376-de16-4f35-b30c-975bc3cf2783, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5416158697300616310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d98683-d7ba-4e54-a684-07b5be85469c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65c57c0c-6e35-4681-b42e-ae2bb3c7b3de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c57c0c-6e35-4681-b42e-ae2bb3c7b3de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2467492503176125821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158c8376-de16-4f35-b30c-975bc3cf2783, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9660fdc9-cf15-4095-b68d-c43eefd407b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9660fdc9-cf15-4095-b68d-c43eefd407b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13149245549065138187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c57c0c-6e35-4681-b42e-ae2bb3c7b3de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3cd89c3-2c3b-4d4f-9962-89d3427ceeb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3cd89c3-2c3b-4d4f-9962-89d3427ceeb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9961497473267721605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9660fdc9-cf15-4095-b68d-c43eefd407b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6735cd1f-17a6-4e15-a7ef-de9647feccd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6735cd1f-17a6-4e15-a7ef-de9647feccd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16713244328018767713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3cd89c3-2c3b-4d4f-9962-89d3427ceeb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaf09fcb-4c6e-425e-94e7-8a97242cc6d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaf09fcb-4c6e-425e-94e7-8a97242cc6d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13961931910937876371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6735cd1f-17a6-4e15-a7ef-de9647feccd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c446dd-d38a-4bae-80d3-c3b9195a685a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c446dd-d38a-4bae-80d3-c3b9195a685a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10725065274746041535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaf09fcb-4c6e-425e-94e7-8a97242cc6d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb47a395-5c5c-4d6a-be63-9a41b0759f96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb47a395-5c5c-4d6a-be63-9a41b0759f96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17983649500844724432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c446dd-d38a-4bae-80d3-c3b9195a685a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2abb84f4-81c2-4254-8568-1bf0fb8be65f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2abb84f4-81c2-4254-8568-1bf0fb8be65f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14643246310844861869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb47a395-5c5c-4d6a-be63-9a41b0759f96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 148dc624-7271-4239-8a9b-9ed3fb113849, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148dc624-7271-4239-8a9b-9ed3fb113849, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18398590585693890837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2abb84f4-81c2-4254-8568-1bf0fb8be65f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29aa0537-c85a-4e32-989e-6351335a4db4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29aa0537-c85a-4e32-989e-6351335a4db4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18284476588472268937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148dc624-7271-4239-8a9b-9ed3fb113849, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22c38d39-9284-4134-979d-53ba802a9558, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c38d39-9284-4134-979d-53ba802a9558, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11311057407450973488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29aa0537-c85a-4e32-989e-6351335a4db4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8273502-eadc-4177-abd3-4888a1f0e5d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8273502-eadc-4177-abd3-4888a1f0e5d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2295737936861470931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c38d39-9284-4134-979d-53ba802a9558, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d39dc5d-e11f-496a-970b-d133c2af3ee0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d39dc5d-e11f-496a-970b-d133c2af3ee0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1547673266245403713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8273502-eadc-4177-abd3-4888a1f0e5d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9376af02-4f85-4db0-a231-74fc1fc2ec86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9376af02-4f85-4db0-a231-74fc1fc2ec86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1773968596621431735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d39dc5d-e11f-496a-970b-d133c2af3ee0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d85d7cd-cc5c-47df-b5d3-62a7ec202589, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9376af02-4f85-4db0-a231-74fc1fc2ec86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d85d7cd-cc5c-47df-b5d3-62a7ec202589, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17218061870426032723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb068f3a-17da-41d8-9c7e-848c1f90fc6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb068f3a-17da-41d8-9c7e-848c1f90fc6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3123267499746192998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d85d7cd-cc5c-47df-b5d3-62a7ec202589, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d8d969-db83-4ae5-82ce-ce078a327905, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d8d969-db83-4ae5-82ce-ce078a327905, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9720953000905778436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb068f3a-17da-41d8-9c7e-848c1f90fc6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7be26d20-3dc8-493f-8063-89759c2feb18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7be26d20-3dc8-493f-8063-89759c2feb18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6866554709253946864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d8d969-db83-4ae5-82ce-ce078a327905, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7be26d20-3dc8-493f-8063-89759c2feb18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e00a3e9-17dd-401b-8bbe-9c9b2d9d42fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e00a3e9-17dd-401b-8bbe-9c9b2d9d42fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13300991881130945297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afc778eb-25f4-490d-9bf5-50a4babb266f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc778eb-25f4-490d-9bf5-50a4babb266f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10275806961984344381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc778eb-25f4-490d-9bf5-50a4babb266f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b604a783-3a29-4586-99a7-f61aea19253c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e00a3e9-17dd-401b-8bbe-9c9b2d9d42fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ee4f6a4-6e44-4651-9c72-8eb400c8594c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b604a783-3a29-4586-99a7-f61aea19253c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18071768535965223070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee4f6a4-6e44-4651-9c72-8eb400c8594c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10643714223769378525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b604a783-3a29-4586-99a7-f61aea19253c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a4b045d-aace-4822-9d46-e7db5576e5a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4b045d-aace-4822-9d46-e7db5576e5a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16902677925871252637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee4f6a4-6e44-4651-9c72-8eb400c8594c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e2c78e9-a72c-4500-a418-ca349f2dcb15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e2c78e9-a72c-4500-a418-ca349f2dcb15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14022716458965128831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4b045d-aace-4822-9d46-e7db5576e5a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9368d08a-7205-475c-946f-dc4a8f1a5877, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9368d08a-7205-475c-946f-dc4a8f1a5877, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7782830169986636061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9368d08a-7205-475c-946f-dc4a8f1a5877, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16d08517-d590-4823-8c54-5574ef8e42c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d08517-d590-4823-8c54-5574ef8e42c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3714833913308706501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e2c78e9-a72c-4500-a418-ca349f2dcb15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 740e38fa-2a73-4e17-a1b2-08f7323f7a1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 740e38fa-2a73-4e17-a1b2-08f7323f7a1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7674904163331663564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d08517-d590-4823-8c54-5574ef8e42c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdef921d-f2c8-4b69-a849-408c286ccf88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdef921d-f2c8-4b69-a849-408c286ccf88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7856351212714345598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 740e38fa-2a73-4e17-a1b2-08f7323f7a1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48875034-cfc0-4b79-8448-6573be2f149e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48875034-cfc0-4b79-8448-6573be2f149e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8378443193643605050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdef921d-f2c8-4b69-a849-408c286ccf88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451b8f29-ded2-43e9-ba39-cdabf83d2514, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451b8f29-ded2-43e9-ba39-cdabf83d2514, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3790756781781631549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48875034-cfc0-4b79-8448-6573be2f149e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e4cb56-c599-449a-8c07-a39f969ee239, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e4cb56-c599-449a-8c07-a39f969ee239, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4002442154379759523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451b8f29-ded2-43e9-ba39-cdabf83d2514, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e284ab8-fa25-44e7-882c-cc7a1f07ac24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e284ab8-fa25-44e7-882c-cc7a1f07ac24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10684369172122446619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e4cb56-c599-449a-8c07-a39f969ee239, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e284ab8-fa25-44e7-882c-cc7a1f07ac24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce4c894e-16a1-4709-87fc-7a8a943bced1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce4c894e-16a1-4709-87fc-7a8a943bced1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16091895152425049042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 081478a6-90cf-42be-9305-5171c7a4197c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 081478a6-90cf-42be-9305-5171c7a4197c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17850048928574922607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce4c894e-16a1-4709-87fc-7a8a943bced1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a52709c-bcce-48d1-9400-b81675ee193e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a52709c-bcce-48d1-9400-b81675ee193e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6276760721576088743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 081478a6-90cf-42be-9305-5171c7a4197c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a64d98c2-c611-49ea-b21b-5e2731001892, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a64d98c2-c611-49ea-b21b-5e2731001892, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6558264061715487625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a52709c-bcce-48d1-9400-b81675ee193e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e8bd88-72ce-4e02-9f2b-45b3a8b6fba3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e8bd88-72ce-4e02-9f2b-45b3a8b6fba3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1331128408767029108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a64d98c2-c611-49ea-b21b-5e2731001892, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2117d4-e23d-4033-9890-fbcd9393cf63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2117d4-e23d-4033-9890-fbcd9393cf63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9206474167564578283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e8bd88-72ce-4e02-9f2b-45b3a8b6fba3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c3805c0-c20c-42ab-adee-729655487b52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3805c0-c20c-42ab-adee-729655487b52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4463055797415254276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2117d4-e23d-4033-9890-fbcd9393cf63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51dc4c23-479d-44e4-bcf8-c1ddb1f75396, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dc4c23-479d-44e4-bcf8-c1ddb1f75396, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14757237484029424394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3805c0-c20c-42ab-adee-729655487b52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741532c5-73da-4d28-a43c-b1f1c6c74f7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741532c5-73da-4d28-a43c-b1f1c6c74f7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1362049838714577869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dc4c23-479d-44e4-bcf8-c1ddb1f75396, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a167666c-5c8c-4f35-a3ab-8d841b97465a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a167666c-5c8c-4f35-a3ab-8d841b97465a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717460203146788389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741532c5-73da-4d28-a43c-b1f1c6c74f7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21745962-0af6-4b20-af72-aa70f48d067e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21745962-0af6-4b20-af72-aa70f48d067e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7850287545896802846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a167666c-5c8c-4f35-a3ab-8d841b97465a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3ff5a60-e959-4919-ab3e-b6f529a36bbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3ff5a60-e959-4919-ab3e-b6f529a36bbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7493576389994389505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21745962-0af6-4b20-af72-aa70f48d067e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1b97cfb-3184-487f-baa9-cf088902141c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b97cfb-3184-487f-baa9-cf088902141c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1238497639426296315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3ff5a60-e959-4919-ab3e-b6f529a36bbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2894e9c4-e310-4456-a4c7-b5f58bc57e8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2894e9c4-e310-4456-a4c7-b5f58bc57e8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14522995784687873190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b97cfb-3184-487f-baa9-cf088902141c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be104271-8f7b-4b3f-b0f6-7ef84a95bbe5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be104271-8f7b-4b3f-b0f6-7ef84a95bbe5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1335606449025688760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2894e9c4-e310-4456-a4c7-b5f58bc57e8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b510684e-57ed-48c4-92e0-4332da3c64b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b510684e-57ed-48c4-92e0-4332da3c64b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9871404074325986333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be104271-8f7b-4b3f-b0f6-7ef84a95bbe5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a5a2d3e-3ee2-432a-8c7f-fbb58a6deda6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5a2d3e-3ee2-432a-8c7f-fbb58a6deda6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10042866730835357572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b510684e-57ed-48c4-92e0-4332da3c64b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc6deeb8-4b31-42a2-b405-4b23f47ea6ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc6deeb8-4b31-42a2-b405-4b23f47ea6ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17106521357723219694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5a2d3e-3ee2-432a-8c7f-fbb58a6deda6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b69f9eda-097a-4e76-8b38-b5c4c36f5483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b69f9eda-097a-4e76-8b38-b5c4c36f5483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4366383975784133668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc6deeb8-4b31-42a2-b405-4b23f47ea6ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 401224c7-3b71-451e-8d67-03dc121ffb39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401224c7-3b71-451e-8d67-03dc121ffb39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4450849747129859299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b69f9eda-097a-4e76-8b38-b5c4c36f5483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76f471ca-4b0e-424c-a1fc-15ce9ac7b668, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f471ca-4b0e-424c-a1fc-15ce9ac7b668, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13219969246035439187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401224c7-3b71-451e-8d67-03dc121ffb39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c757120a-3d52-4b1f-b730-c83fc70479ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c757120a-3d52-4b1f-b730-c83fc70479ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10289614761822837332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f471ca-4b0e-424c-a1fc-15ce9ac7b668, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89de155e-8033-4cd9-a72a-0ba9f6a849d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89de155e-8033-4cd9-a72a-0ba9f6a849d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10128339203415333119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c757120a-3d52-4b1f-b730-c83fc70479ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 047051c1-f422-48c6-b65c-340978c2e80e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 047051c1-f422-48c6-b65c-340978c2e80e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2358750765337898471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89de155e-8033-4cd9-a72a-0ba9f6a849d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3323e3ce-6c21-4d6b-b29c-57055ed59648, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3323e3ce-6c21-4d6b-b29c-57055ed59648, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10044144328842310685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 047051c1-f422-48c6-b65c-340978c2e80e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82d48c8a-2a02-41fc-ae1c-3f26cc416f2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82d48c8a-2a02-41fc-ae1c-3f26cc416f2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8142549165583106886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3323e3ce-6c21-4d6b-b29c-57055ed59648, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecd0331b-ed7b-4c21-81bc-328ed1c9bc01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecd0331b-ed7b-4c21-81bc-328ed1c9bc01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14678638537024697120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82d48c8a-2a02-41fc-ae1c-3f26cc416f2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76c1e0bb-3f66-4aa3-a83c-8789c1aa57c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c1e0bb-3f66-4aa3-a83c-8789c1aa57c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15991293133246094540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecd0331b-ed7b-4c21-81bc-328ed1c9bc01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f1a28f3-aea3-4998-a854-5d5c7d6270f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c1e0bb-3f66-4aa3-a83c-8789c1aa57c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f1a28f3-aea3-4998-a854-5d5c7d6270f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 409184635390350411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98285c15-1632-4fbd-8672-4e6f6bae3894, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98285c15-1632-4fbd-8672-4e6f6bae3894, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11877951617244248783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f1a28f3-aea3-4998-a854-5d5c7d6270f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4493f50-1734-481f-84fd-98ca65db5147, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4493f50-1734-481f-84fd-98ca65db5147, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1729689919725811353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98285c15-1632-4fbd-8672-4e6f6bae3894, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c84b527-8071-4afa-9aa8-884af58f0383, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c84b527-8071-4afa-9aa8-884af58f0383, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1103305702103250197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4493f50-1734-481f-84fd-98ca65db5147, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b294d461-1676-47b0-8ea8-3cc69fc82837, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b294d461-1676-47b0-8ea8-3cc69fc82837, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6464905367682763356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c84b527-8071-4afa-9aa8-884af58f0383, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8140d091-99cf-47d6-bfd3-f5b7dbb41d4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8140d091-99cf-47d6-bfd3-f5b7dbb41d4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16667035569950995086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b294d461-1676-47b0-8ea8-3cc69fc82837, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d82e97f3-b46b-4223-8769-72b538e20245, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d82e97f3-b46b-4223-8769-72b538e20245, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12126301172464101301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8140d091-99cf-47d6-bfd3-f5b7dbb41d4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d82e97f3-b46b-4223-8769-72b538e20245, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45fcfd46-42ea-4931-8272-35a9020eb92a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45fcfd46-42ea-4931-8272-35a9020eb92a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12006341349692753628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d71dde1-eda4-45af-b858-eddb5981d194, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d71dde1-eda4-45af-b858-eddb5981d194, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4952021721080958827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45fcfd46-42ea-4931-8272-35a9020eb92a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b204618c-c3f3-4e09-8d13-ed59b7f189a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b204618c-c3f3-4e09-8d13-ed59b7f189a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14445130631710377295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d71dde1-eda4-45af-b858-eddb5981d194, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 746c4edc-2264-4c5b-9fa2-8ed25d0cbedc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 746c4edc-2264-4c5b-9fa2-8ed25d0cbedc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5106701531534349526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b204618c-c3f3-4e09-8d13-ed59b7f189a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31a572ac-4b5b-4eb0-a2f9-3402ba3e9247, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a572ac-4b5b-4eb0-a2f9-3402ba3e9247, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9420649071791595271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 746c4edc-2264-4c5b-9fa2-8ed25d0cbedc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d031157a-f9cb-448e-9531-dea26ec58250, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d031157a-f9cb-448e-9531-dea26ec58250, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17151380355229743098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a572ac-4b5b-4eb0-a2f9-3402ba3e9247, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a048e72b-bfe4-44dd-860a-99cada6f138d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a048e72b-bfe4-44dd-860a-99cada6f138d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5525952074452718266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d031157a-f9cb-448e-9531-dea26ec58250, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e76bb61-81c0-4c96-8120-2c3e05943b7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e76bb61-81c0-4c96-8120-2c3e05943b7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6102029081779921265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a048e72b-bfe4-44dd-860a-99cada6f138d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4faa73fb-e010-4761-82d4-7d64ff598f48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4faa73fb-e010-4761-82d4-7d64ff598f48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6445124005924375395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e76bb61-81c0-4c96-8120-2c3e05943b7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82d611d6-40d1-452c-baf4-0ab431404ea4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4faa73fb-e010-4761-82d4-7d64ff598f48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8d720ce-7e37-4f6b-bd51-fbbab77fd282, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8d720ce-7e37-4f6b-bd51-fbbab77fd282, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372522132250085210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82d611d6-40d1-452c-baf4-0ab431404ea4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12012219461826891374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8d720ce-7e37-4f6b-bd51-fbbab77fd282, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1bc2dd1-9ba9-4b4d-9755-9fa07604dce6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bc2dd1-9ba9-4b4d-9755-9fa07604dce6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4501487662855765926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82d611d6-40d1-452c-baf4-0ab431404ea4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a45768e1-11c7-4e49-b28e-3050cd3b5580, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a45768e1-11c7-4e49-b28e-3050cd3b5580, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6901149384313872524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bc2dd1-9ba9-4b4d-9755-9fa07604dce6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a11fb86d-f64a-42f9-a580-30e1bf7bfa71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a45768e1-11c7-4e49-b28e-3050cd3b5580, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0740ab3e-a93f-4c81-a5e9-859b6902e1ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0740ab3e-a93f-4c81-a5e9-859b6902e1ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6570508971215208063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11fb86d-f64a-42f9-a580-30e1bf7bfa71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9796064840897894183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0740ab3e-a93f-4c81-a5e9-859b6902e1ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68943945-e2ed-48f9-b4b0-1ef92e8d372a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68943945-e2ed-48f9-b4b0-1ef92e8d372a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12720373248981260313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11fb86d-f64a-42f9-a580-30e1bf7bfa71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 529b3bdb-5e9d-412b-a6ee-940479e55f50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529b3bdb-5e9d-412b-a6ee-940479e55f50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13551172457032680277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68943945-e2ed-48f9-b4b0-1ef92e8d372a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7b89a3e-b1ed-4679-92ad-96729fc2aa48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b89a3e-b1ed-4679-92ad-96729fc2aa48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8882617237544479692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529b3bdb-5e9d-412b-a6ee-940479e55f50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a42fdb7d-2c6c-4c80-b5a7-5ae64752dacc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a42fdb7d-2c6c-4c80-b5a7-5ae64752dacc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15613920748110358650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b89a3e-b1ed-4679-92ad-96729fc2aa48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00bca2f4-c03f-434d-9adb-2ac2d1b537b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00bca2f4-c03f-434d-9adb-2ac2d1b537b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16147826405282689948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a42fdb7d-2c6c-4c80-b5a7-5ae64752dacc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 152d7666-6cc4-4f9c-86eb-1f5ab4d4e755, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152d7666-6cc4-4f9c-86eb-1f5ab4d4e755, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3410423332216218811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00bca2f4-c03f-434d-9adb-2ac2d1b537b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8da86660-4daa-43e1-ae2a-7d3f3d25b9af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da86660-4daa-43e1-ae2a-7d3f3d25b9af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1943862082253115721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152d7666-6cc4-4f9c-86eb-1f5ab4d4e755, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abb3d893-c673-4b6a-86ee-29ec38025fbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb3d893-c673-4b6a-86ee-29ec38025fbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 369764547888144668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da86660-4daa-43e1-ae2a-7d3f3d25b9af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc82427-546e-426c-8cae-9fec8fadc109, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc82427-546e-426c-8cae-9fec8fadc109, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8342048250053457021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb3d893-c673-4b6a-86ee-29ec38025fbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6f2f67d-09af-406c-9cf3-f84beabd3f6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6f2f67d-09af-406c-9cf3-f84beabd3f6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987636742930078410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc82427-546e-426c-8cae-9fec8fadc109, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71aa323d-510f-4bc3-b809-a2cb7626861d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71aa323d-510f-4bc3-b809-a2cb7626861d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15371591661119340579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6f2f67d-09af-406c-9cf3-f84beabd3f6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6261d313-4361-4fd6-a24f-8f31534a8d0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6261d313-4361-4fd6-a24f-8f31534a8d0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15377367456397225127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71aa323d-510f-4bc3-b809-a2cb7626861d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cd297f1-0f25-4cec-a941-81b4b9723911, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6261d313-4361-4fd6-a24f-8f31534a8d0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cd297f1-0f25-4cec-a941-81b4b9723911, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12215549010576560454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adb381e7-1e38-4e4d-b4d7-a475cff0e2da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adb381e7-1e38-4e4d-b4d7-a475cff0e2da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 510678609820418698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cd297f1-0f25-4cec-a941-81b4b9723911, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce27e2a9-4dd1-46ea-b35d-1a4a340d349d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce27e2a9-4dd1-46ea-b35d-1a4a340d349d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1534924777695677232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adb381e7-1e38-4e4d-b4d7-a475cff0e2da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dfdc8fb-9c37-4995-b42b-1392b8fb5ea2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dfdc8fb-9c37-4995-b42b-1392b8fb5ea2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11208492237616876761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce27e2a9-4dd1-46ea-b35d-1a4a340d349d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81fe3624-cd60-43ef-b837-c432681a8cfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81fe3624-cd60-43ef-b837-c432681a8cfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12522211453605489250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dfdc8fb-9c37-4995-b42b-1392b8fb5ea2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7078fa7f-fce1-498c-b579-9fb4a9c39c78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7078fa7f-fce1-498c-b579-9fb4a9c39c78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5803838938526352852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81fe3624-cd60-43ef-b837-c432681a8cfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28bd4d0d-98a1-4f51-89ba-c30da87d86ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28bd4d0d-98a1-4f51-89ba-c30da87d86ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11849302863208682559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7078fa7f-fce1-498c-b579-9fb4a9c39c78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eee31664-291c-479e-8d75-4b063fe16ce4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee31664-291c-479e-8d75-4b063fe16ce4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11151044534625113023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28bd4d0d-98a1-4f51-89ba-c30da87d86ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 436706f9-e8df-4dc3-958d-5ff023345257, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee31664-291c-479e-8d75-4b063fe16ce4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 436706f9-e8df-4dc3-958d-5ff023345257, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13465887802222095902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a84beef-2cfa-4461-a89c-7b3220e969a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a84beef-2cfa-4461-a89c-7b3220e969a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7866757934469462920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 436706f9-e8df-4dc3-958d-5ff023345257, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba9776bf-0c0d-4ca6-bbe3-c34e4c6cdf81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba9776bf-0c0d-4ca6-bbe3-c34e4c6cdf81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7987755578763365574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a84beef-2cfa-4461-a89c-7b3220e969a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8220930d-03d5-495b-a617-d8577f046b4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8220930d-03d5-495b-a617-d8577f046b4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 728327445096446054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba9776bf-0c0d-4ca6-bbe3-c34e4c6cdf81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7ee602-d1ff-4903-90fc-fdb93ffdb9a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7ee602-d1ff-4903-90fc-fdb93ffdb9a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14055465593520489992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8220930d-03d5-495b-a617-d8577f046b4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e29a57c3-b510-4c89-8033-d2bc5005fa1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29a57c3-b510-4c89-8033-d2bc5005fa1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2617629601427515012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7ee602-d1ff-4903-90fc-fdb93ffdb9a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29a57c3-b510-4c89-8033-d2bc5005fa1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c50a7ff9-d34b-40cb-b8ae-013ed9a8b902, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50a7ff9-d34b-40cb-b8ae-013ed9a8b902, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5861647678612676724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31eaf1e3-9aa5-406b-bef9-e4de322e7850, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31eaf1e3-9aa5-406b-bef9-e4de322e7850, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3234158723284164454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50a7ff9-d34b-40cb-b8ae-013ed9a8b902, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f4fb6ef-b607-4e0e-aa2c-782b542e37f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4fb6ef-b607-4e0e-aa2c-782b542e37f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7099551703246745362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31eaf1e3-9aa5-406b-bef9-e4de322e7850, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b398bd2-95cc-4b10-a9d3-920ffab0e25f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b398bd2-95cc-4b10-a9d3-920ffab0e25f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2516254767173044830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4fb6ef-b607-4e0e-aa2c-782b542e37f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c5b2923-1620-499a-b775-b71bb2095bf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5b2923-1620-499a-b775-b71bb2095bf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11944632187476786468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b398bd2-95cc-4b10-a9d3-920ffab0e25f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3bde1b6-deb5-4f50-baa7-11f990263dcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3bde1b6-deb5-4f50-baa7-11f990263dcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6057324100804123015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5b2923-1620-499a-b775-b71bb2095bf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 957c33ba-0221-41ed-a469-f042c4a99666, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 957c33ba-0221-41ed-a469-f042c4a99666, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6687003486539877059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3bde1b6-deb5-4f50-baa7-11f990263dcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17322cbd-bf7e-4287-910f-c8c1cb2d8106, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17322cbd-bf7e-4287-910f-c8c1cb2d8106, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274915120453295937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 957c33ba-0221-41ed-a469-f042c4a99666, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d18f17fe-1d70-4714-905e-7835ac7a550b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d18f17fe-1d70-4714-905e-7835ac7a550b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 773236380762829265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17322cbd-bf7e-4287-910f-c8c1cb2d8106, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac4d9686-a721-4b9c-83ac-f6a77094a5cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4d9686-a721-4b9c-83ac-f6a77094a5cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16472077668804958181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d18f17fe-1d70-4714-905e-7835ac7a550b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cdd4a5a-2158-4ad8-a67f-d0612a42784d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cdd4a5a-2158-4ad8-a67f-d0612a42784d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17153257519013179181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4d9686-a721-4b9c-83ac-f6a77094a5cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7b7d632-1e08-4a55-8848-13e1fdc3b080, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b7d632-1e08-4a55-8848-13e1fdc3b080, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13595844350397773553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cdd4a5a-2158-4ad8-a67f-d0612a42784d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8778ff6-af14-4013-b7c4-065fabb7c63b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8778ff6-af14-4013-b7c4-065fabb7c63b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17083085074301617305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b7d632-1e08-4a55-8848-13e1fdc3b080, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a993d44-db08-483d-bdb4-e5b803c1f414, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a993d44-db08-483d-bdb4-e5b803c1f414, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 769367817632320484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8778ff6-af14-4013-b7c4-065fabb7c63b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ea99a46-9361-4357-b5df-4b98c0b3c398, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea99a46-9361-4357-b5df-4b98c0b3c398, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5838240662702959026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a993d44-db08-483d-bdb4-e5b803c1f414, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f183ed02-ad32-493b-a554-aef70f3eb7fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f183ed02-ad32-493b-a554-aef70f3eb7fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 879560487186619739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea99a46-9361-4357-b5df-4b98c0b3c398, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a88f049-9f0f-4aa0-9ce9-01b90fe9ee91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a88f049-9f0f-4aa0-9ce9-01b90fe9ee91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16609026251794077269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f183ed02-ad32-493b-a554-aef70f3eb7fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a601ce59-0eb1-494b-ae59-2dc157f0610b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a601ce59-0eb1-494b-ae59-2dc157f0610b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6349886686273489074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a88f049-9f0f-4aa0-9ce9-01b90fe9ee91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46d97aed-b678-4505-b6c6-ea521c1dba73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46d97aed-b678-4505-b6c6-ea521c1dba73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13777322999648702225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a601ce59-0eb1-494b-ae59-2dc157f0610b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e7e3474-f492-468b-b8ec-5f4b5a4f20e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7e3474-f492-468b-b8ec-5f4b5a4f20e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17665215221713510937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46d97aed-b678-4505-b6c6-ea521c1dba73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d721c79-a524-49cb-acfb-61db9e58d7ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d721c79-a524-49cb-acfb-61db9e58d7ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6363625047643770381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7e3474-f492-468b-b8ec-5f4b5a4f20e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aeea950-e6d8-4984-b8fb-90fe46bd1416, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aeea950-e6d8-4984-b8fb-90fe46bd1416, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 588039502814921588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d721c79-a524-49cb-acfb-61db9e58d7ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93c38687-ffca-418b-bea7-14a9c844875c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93c38687-ffca-418b-bea7-14a9c844875c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13381213158138326011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aeea950-e6d8-4984-b8fb-90fe46bd1416, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3414837-99e0-4f20-a665-b28ece50c508, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3414837-99e0-4f20-a665-b28ece50c508, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9815180189938138604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93c38687-ffca-418b-bea7-14a9c844875c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 056061bd-ade2-4bce-a493-d762c3149778, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 056061bd-ade2-4bce-a493-d762c3149778, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14404303362288766037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3414837-99e0-4f20-a665-b28ece50c508, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88ed7237-adbe-446c-8a8f-e005413ed91b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88ed7237-adbe-446c-8a8f-e005413ed91b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3319329680915490099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 056061bd-ade2-4bce-a493-d762c3149778, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e88c4dd4-653c-41b4-b580-13abf571c443, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88c4dd4-653c-41b4-b580-13abf571c443, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7097539572435782867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88ed7237-adbe-446c-8a8f-e005413ed91b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1915ed7d-1d4d-4376-ab1f-a62553659a43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1915ed7d-1d4d-4376-ab1f-a62553659a43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11002768323193707293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88c4dd4-653c-41b4-b580-13abf571c443, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3a30276-651a-455e-bb7c-ff7d3459460c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a30276-651a-455e-bb7c-ff7d3459460c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11746375240926299527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1915ed7d-1d4d-4376-ab1f-a62553659a43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e80959-08e0-424d-99ab-f734956ce30a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e80959-08e0-424d-99ab-f734956ce30a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15107269685190147938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a30276-651a-455e-bb7c-ff7d3459460c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8d6cff7-81c7-4c1e-8a3b-d529dd2b8eba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e80959-08e0-424d-99ab-f734956ce30a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d6cff7-81c7-4c1e-8a3b-d529dd2b8eba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607603368533046637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 021a1577-0b59-4dff-9150-8c4b7388e97d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021a1577-0b59-4dff-9150-8c4b7388e97d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4783992332310668906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d6cff7-81c7-4c1e-8a3b-d529dd2b8eba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f2f5066-ae0e-49ef-a0fa-d34ea21d8f28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f2f5066-ae0e-49ef-a0fa-d34ea21d8f28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13709655762330910713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021a1577-0b59-4dff-9150-8c4b7388e97d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46036bff-4dfb-448c-a93d-a2ecd38dac62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f2f5066-ae0e-49ef-a0fa-d34ea21d8f28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46036bff-4dfb-448c-a93d-a2ecd38dac62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4608831811107161763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6692d69f-9a49-4e6c-affd-ce7ba2714ff6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6692d69f-9a49-4e6c-affd-ce7ba2714ff6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17326741022644344481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46036bff-4dfb-448c-a93d-a2ecd38dac62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceadfcec-b1a9-4448-85ec-fcb15e16029a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceadfcec-b1a9-4448-85ec-fcb15e16029a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2274832094435851142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6692d69f-9a49-4e6c-affd-ce7ba2714ff6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc602f65-7519-4466-a318-4afc29ecdc11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc602f65-7519-4466-a318-4afc29ecdc11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9975650518799336822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceadfcec-b1a9-4448-85ec-fcb15e16029a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df372b3d-1ebb-442f-af70-ba621d1076a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df372b3d-1ebb-442f-af70-ba621d1076a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 927848156756756849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc602f65-7519-4466-a318-4afc29ecdc11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 361d9cfa-3139-4da0-9f29-89b9ebdd5338, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df372b3d-1ebb-442f-af70-ba621d1076a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 361d9cfa-3139-4da0-9f29-89b9ebdd5338, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2627784085251979861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e36f808e-43fb-49cc-b928-a24d8a7fc8e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36f808e-43fb-49cc-b928-a24d8a7fc8e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5043924363398521378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36f808e-43fb-49cc-b928-a24d8a7fc8e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2a1849f-7670-49dc-8c06-37a8f3ed2fa8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a1849f-7670-49dc-8c06-37a8f3ed2fa8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5252522672820824421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 361d9cfa-3139-4da0-9f29-89b9ebdd5338, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fe3fa3b-fa57-4eb2-8cee-332ac77d6e35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fe3fa3b-fa57-4eb2-8cee-332ac77d6e35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14518075610826175371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a1849f-7670-49dc-8c06-37a8f3ed2fa8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8d6fb80-5ce5-400b-93b7-d4d42bdfc529, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8d6fb80-5ce5-400b-93b7-d4d42bdfc529, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14088671386395317429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fe3fa3b-fa57-4eb2-8cee-332ac77d6e35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef6e0505-a20f-470c-86c2-a9cb1e1c169f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef6e0505-a20f-470c-86c2-a9cb1e1c169f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3146974463013471506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8d6fb80-5ce5-400b-93b7-d4d42bdfc529, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 378c71ed-9b42-4cf1-a56b-05251b08dae1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 378c71ed-9b42-4cf1-a56b-05251b08dae1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14934737751720758229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef6e0505-a20f-470c-86c2-a9cb1e1c169f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a486c207-67e5-427e-833a-4bcf2d19f2d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a486c207-67e5-427e-833a-4bcf2d19f2d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4363259754932161778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 378c71ed-9b42-4cf1-a56b-05251b08dae1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd225eae-55a1-4ac0-8060-ea9089476f42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd225eae-55a1-4ac0-8060-ea9089476f42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8682924802655555623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a486c207-67e5-427e-833a-4bcf2d19f2d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2871ba4-e01b-4040-a03b-f5f315f3bb59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd225eae-55a1-4ac0-8060-ea9089476f42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 234c02e1-01b9-4cb2-9d98-37f7c61117a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 234c02e1-01b9-4cb2-9d98-37f7c61117a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6153217365883650398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2871ba4-e01b-4040-a03b-f5f315f3bb59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18074766243068387785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 234c02e1-01b9-4cb2-9d98-37f7c61117a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff9568fd-132c-4ae8-97c9-589370d49376, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9568fd-132c-4ae8-97c9-589370d49376, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13030203328141568535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2871ba4-e01b-4040-a03b-f5f315f3bb59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d8754f6-b1f8-4268-9ce3-a6fad4455880, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d8754f6-b1f8-4268-9ce3-a6fad4455880, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3599672690290310090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9568fd-132c-4ae8-97c9-589370d49376, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d94150b-1cde-44cd-8308-d2daa0f80e52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d94150b-1cde-44cd-8308-d2daa0f80e52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10011733331364546488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d8754f6-b1f8-4268-9ce3-a6fad4455880, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7a41e0b-4059-4c73-bf40-f80c59833406, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a41e0b-4059-4c73-bf40-f80c59833406, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10350316750586312859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d94150b-1cde-44cd-8308-d2daa0f80e52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8f20fc-d58b-4a3c-8b3a-23990396c23e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8f20fc-d58b-4a3c-8b3a-23990396c23e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13203586162751577273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a41e0b-4059-4c73-bf40-f80c59833406, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8666e846-0656-4525-aff5-8777741d5d59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8666e846-0656-4525-aff5-8777741d5d59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5278689571247153451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8f20fc-d58b-4a3c-8b3a-23990396c23e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 624bc1c2-ba29-411e-b75e-d5fb790ad421, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 624bc1c2-ba29-411e-b75e-d5fb790ad421, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16046283441806364142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8666e846-0656-4525-aff5-8777741d5d59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aab02d5-ad30-4387-8a18-72339463c86e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aab02d5-ad30-4387-8a18-72339463c86e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627313359436793090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 624bc1c2-ba29-411e-b75e-d5fb790ad421, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aed767db-5d46-4211-a64c-e2aeaa2d5266, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed767db-5d46-4211-a64c-e2aeaa2d5266, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783997287119785220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aab02d5-ad30-4387-8a18-72339463c86e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10b1c585-fef5-4325-b055-3d54941a74d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10b1c585-fef5-4325-b055-3d54941a74d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14366765790936953805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed767db-5d46-4211-a64c-e2aeaa2d5266, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb0ade2e-79c5-4ba3-baaa-6be586016dce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb0ade2e-79c5-4ba3-baaa-6be586016dce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15178086420137453607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10b1c585-fef5-4325-b055-3d54941a74d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7346f47-fc1d-4bbb-8a4a-b07e092a7cb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7346f47-fc1d-4bbb-8a4a-b07e092a7cb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13595022309405449947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb0ade2e-79c5-4ba3-baaa-6be586016dce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c79dbd3a-2356-4529-af07-0a786dab43d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c79dbd3a-2356-4529-af07-0a786dab43d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5959235660765449005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7346f47-fc1d-4bbb-8a4a-b07e092a7cb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21a6fcd0-ccd5-4991-ae93-f13bd352f9bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21a6fcd0-ccd5-4991-ae93-f13bd352f9bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109546904696699920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c79dbd3a-2356-4529-af07-0a786dab43d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b6b935d-724b-4609-912e-8280857995c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b6b935d-724b-4609-912e-8280857995c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10164459570114972527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b6b935d-724b-4609-912e-8280857995c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ace1069d-4a33-4dcb-9dfc-d2cd88168816, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ace1069d-4a33-4dcb-9dfc-d2cd88168816, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158116404012221491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21a6fcd0-ccd5-4991-ae93-f13bd352f9bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01e045fd-aad9-4f90-945c-7f1555144378, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e045fd-aad9-4f90-945c-7f1555144378, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283334902558213257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ace1069d-4a33-4dcb-9dfc-d2cd88168816, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb8aa23-8945-463e-85f1-45b5e6bbb8a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb8aa23-8945-463e-85f1-45b5e6bbb8a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3519271525175298750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e045fd-aad9-4f90-945c-7f1555144378, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 457686af-f98d-4690-9f0a-b3db19e53b9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457686af-f98d-4690-9f0a-b3db19e53b9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4917168003691804762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb8aa23-8945-463e-85f1-45b5e6bbb8a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12f4dc62-41e7-424e-8185-84c59f37f2b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f4dc62-41e7-424e-8185-84c59f37f2b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11896159577957027308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457686af-f98d-4690-9f0a-b3db19e53b9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1fd0eac-20d4-49f4-85ee-a97555da50f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fd0eac-20d4-49f4-85ee-a97555da50f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2939132429884471271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f4dc62-41e7-424e-8185-84c59f37f2b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e55109ee-e8bc-4e73-8011-b19b21b88efc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55109ee-e8bc-4e73-8011-b19b21b88efc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2021730226437506546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fd0eac-20d4-49f4-85ee-a97555da50f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c75d4374-8a0c-4903-8ddb-8aa5c50e6da0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c75d4374-8a0c-4903-8ddb-8aa5c50e6da0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17263675784575984149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55109ee-e8bc-4e73-8011-b19b21b88efc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1134bab8-94b5-4ec8-9d22-5ea625c427e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1134bab8-94b5-4ec8-9d22-5ea625c427e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16876642642761254190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c75d4374-8a0c-4903-8ddb-8aa5c50e6da0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeb0efee-f89b-4fdb-89f1-104b0a8450bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb0efee-f89b-4fdb-89f1-104b0a8450bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4097464087624018158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1134bab8-94b5-4ec8-9d22-5ea625c427e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6fc7c19-f311-4820-bf9a-d8b55a4b1b7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6fc7c19-f311-4820-bf9a-d8b55a4b1b7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12163257694611382570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6fc7c19-f311-4820-bf9a-d8b55a4b1b7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 639e942d-bc89-42ad-9306-1c05476f25aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639e942d-bc89-42ad-9306-1c05476f25aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10982823842269562624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb0efee-f89b-4fdb-89f1-104b0a8450bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a78ff9cc-738f-4aae-9682-17dcff357dcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a78ff9cc-738f-4aae-9682-17dcff357dcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2040120438920240319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639e942d-bc89-42ad-9306-1c05476f25aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f53bc50-c2df-4ef7-8108-3bfc6459afca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f53bc50-c2df-4ef7-8108-3bfc6459afca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8858184080788980247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a78ff9cc-738f-4aae-9682-17dcff357dcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32cff02c-218b-48c9-94a2-35d93f89216d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32cff02c-218b-48c9-94a2-35d93f89216d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2251812419613219145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f53bc50-c2df-4ef7-8108-3bfc6459afca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68cc8400-e277-41b0-a91a-35ca6c4f1398, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68cc8400-e277-41b0-a91a-35ca6c4f1398, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1684736006295789918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32cff02c-218b-48c9-94a2-35d93f89216d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c25687-8026-4c01-951f-d7137468c687, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c25687-8026-4c01-951f-d7137468c687, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3312784990937033220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68cc8400-e277-41b0-a91a-35ca6c4f1398, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b517c3-08e8-42eb-917b-2c5e47626031, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b517c3-08e8-42eb-917b-2c5e47626031, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7919519863545030922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c25687-8026-4c01-951f-d7137468c687, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcbca41e-b081-4d56-99de-9788963aba8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcbca41e-b081-4d56-99de-9788963aba8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5390983373633907180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b517c3-08e8-42eb-917b-2c5e47626031, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad7a01ac-f783-476e-9330-ed8719c3485e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7a01ac-f783-476e-9330-ed8719c3485e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13531788495850478056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcbca41e-b081-4d56-99de-9788963aba8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27d25f50-637d-43ba-a07d-47b5840dbb99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27d25f50-637d-43ba-a07d-47b5840dbb99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9568928397837498468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7a01ac-f783-476e-9330-ed8719c3485e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0940b5a2-65f5-4a08-b5fe-0ec15ac11e46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0940b5a2-65f5-4a08-b5fe-0ec15ac11e46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6124463529719190596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27d25f50-637d-43ba-a07d-47b5840dbb99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a98b119-bd0a-48a3-b24c-aba712767cce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a98b119-bd0a-48a3-b24c-aba712767cce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9216781843235209933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0940b5a2-65f5-4a08-b5fe-0ec15ac11e46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cd02bd5-3c60-432d-b26b-0bdeccbdc311, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd02bd5-3c60-432d-b26b-0bdeccbdc311, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3816265186549833969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a98b119-bd0a-48a3-b24c-aba712767cce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a901fe9f-7fff-4018-a3f5-477961adb54c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a901fe9f-7fff-4018-a3f5-477961adb54c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2237882468386208232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd02bd5-3c60-432d-b26b-0bdeccbdc311, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e73c0830-49c6-484a-ad72-165e0f6f655d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e73c0830-49c6-484a-ad72-165e0f6f655d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10095583896470900418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a901fe9f-7fff-4018-a3f5-477961adb54c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15ae4502-c58b-408e-8515-fcaa63948802, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15ae4502-c58b-408e-8515-fcaa63948802, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2950443734296757673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e73c0830-49c6-484a-ad72-165e0f6f655d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8d5b69b-39df-4412-b8ca-e811ac8b1afb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8d5b69b-39df-4412-b8ca-e811ac8b1afb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12315139831018412464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15ae4502-c58b-408e-8515-fcaa63948802, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a031aff-3624-45c3-9af1-3914d0875b0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a031aff-3624-45c3-9af1-3914d0875b0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915248436205940107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8d5b69b-39df-4412-b8ca-e811ac8b1afb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfdeaf6c-a9dd-457c-838a-02287f5b7f58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfdeaf6c-a9dd-457c-838a-02287f5b7f58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6924430437693750183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a031aff-3624-45c3-9af1-3914d0875b0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 109c7cd4-32e5-4e1a-be17-63a71b54db20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 109c7cd4-32e5-4e1a-be17-63a71b54db20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1140481898585242857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfdeaf6c-a9dd-457c-838a-02287f5b7f58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aa78509-3c37-47ae-af75-4c9401778938, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa78509-3c37-47ae-af75-4c9401778938, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7671663772277569343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 109c7cd4-32e5-4e1a-be17-63a71b54db20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1198e85-4672-4eb0-a0c0-67d9bcf3433f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1198e85-4672-4eb0-a0c0-67d9bcf3433f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 703012352388866176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa78509-3c37-47ae-af75-4c9401778938, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1198e85-4672-4eb0-a0c0-67d9bcf3433f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96bba9f2-d74f-4e59-a774-2b05e8ac9f03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96bba9f2-d74f-4e59-a774-2b05e8ac9f03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2512665474064645365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f4104ca-d1ce-40dd-850a-0bea97cba5c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f4104ca-d1ce-40dd-850a-0bea97cba5c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2969341182640725896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96bba9f2-d74f-4e59-a774-2b05e8ac9f03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5afe3c1b-5877-4ecc-b7fc-19c432ab87aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5afe3c1b-5877-4ecc-b7fc-19c432ab87aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13933394766869748439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f4104ca-d1ce-40dd-850a-0bea97cba5c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42483cfb-a1eb-4596-8435-89dd633a378a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42483cfb-a1eb-4596-8435-89dd633a378a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7821204563572997875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5afe3c1b-5877-4ecc-b7fc-19c432ab87aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5448e91e-7376-466e-86ea-56b02b235ea5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5448e91e-7376-466e-86ea-56b02b235ea5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6645020822715128276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42483cfb-a1eb-4596-8435-89dd633a378a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f305c790-c76d-44cd-b3eb-9a680bc41fcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f305c790-c76d-44cd-b3eb-9a680bc41fcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2099622144058864939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5448e91e-7376-466e-86ea-56b02b235ea5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a210483-cc2e-45f1-8a44-9b30de229497, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a210483-cc2e-45f1-8a44-9b30de229497, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7797796264907045987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f305c790-c76d-44cd-b3eb-9a680bc41fcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb7f059c-b98c-4664-97be-1a65ea4bd417, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb7f059c-b98c-4664-97be-1a65ea4bd417, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3155145846049153019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a210483-cc2e-45f1-8a44-9b30de229497, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2edb653-07af-48c9-881a-26640e8656dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb7f059c-b98c-4664-97be-1a65ea4bd417, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2edb653-07af-48c9-881a-26640e8656dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9576839392459356777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 099a6055-1e04-4f4e-bc76-720b0ee32d9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099a6055-1e04-4f4e-bc76-720b0ee32d9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047505719171458878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2edb653-07af-48c9-881a-26640e8656dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca7aaf1c-14fe-4473-9189-d146936b3455, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099a6055-1e04-4f4e-bc76-720b0ee32d9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca7aaf1c-14fe-4473-9189-d146936b3455, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17774837147838271879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a832f4b7-07b6-41f2-b80a-9192c9455dfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a832f4b7-07b6-41f2-b80a-9192c9455dfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17997158920685242778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca7aaf1c-14fe-4473-9189-d146936b3455, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a3e6e10-fc9b-4810-b1a2-92036629b541, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3e6e10-fc9b-4810-b1a2-92036629b541, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 474362777258034601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a832f4b7-07b6-41f2-b80a-9192c9455dfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1078d04-4f48-4617-b1e0-c36e7b650913, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1078d04-4f48-4617-b1e0-c36e7b650913, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1059586121919531789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3e6e10-fc9b-4810-b1a2-92036629b541, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b96318-b660-4a69-8384-ec4ca9bbb994, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b96318-b660-4a69-8384-ec4ca9bbb994, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11184245808373609038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1078d04-4f48-4617-b1e0-c36e7b650913, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d44c498-65af-4b6b-8931-ab5e8248eb1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d44c498-65af-4b6b-8931-ab5e8248eb1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14763498912940914992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d44c498-65af-4b6b-8931-ab5e8248eb1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80d24552-a8f9-476b-94a4-54d5950fac9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b96318-b660-4a69-8384-ec4ca9bbb994, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d24552-a8f9-476b-94a4-54d5950fac9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9306720573417326699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76ef1ad7-2796-406f-8015-8c5ac15b82e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76ef1ad7-2796-406f-8015-8c5ac15b82e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13138773059163470030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d24552-a8f9-476b-94a4-54d5950fac9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c840f80-3678-4dd2-9691-961afeb4460e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c840f80-3678-4dd2-9691-961afeb4460e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17130643332893286821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76ef1ad7-2796-406f-8015-8c5ac15b82e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0132283e-ea79-4def-a86e-7bb778192aec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0132283e-ea79-4def-a86e-7bb778192aec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9980419798491679446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c840f80-3678-4dd2-9691-961afeb4460e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97185adf-26c9-4bfa-b448-a6d422e24cde, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97185adf-26c9-4bfa-b448-a6d422e24cde, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7177412717201475530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0132283e-ea79-4def-a86e-7bb778192aec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb279a3f-7a35-4e75-901d-9498a75a3839, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb279a3f-7a35-4e75-901d-9498a75a3839, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16901564572806517144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97185adf-26c9-4bfa-b448-a6d422e24cde, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 643add62-99c7-43e6-a323-e5a581e154b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643add62-99c7-43e6-a323-e5a581e154b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16979376791730055749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb279a3f-7a35-4e75-901d-9498a75a3839, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecbddad0-16c5-4304-8889-1c2ca4f25f72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecbddad0-16c5-4304-8889-1c2ca4f25f72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3908920464768455373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643add62-99c7-43e6-a323-e5a581e154b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cf14ba8-c469-4df0-89cf-6cd40274e157, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cf14ba8-c469-4df0-89cf-6cd40274e157, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7178219587500249861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecbddad0-16c5-4304-8889-1c2ca4f25f72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0bbf957-1fdb-4356-a861-973bcb3243a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0bbf957-1fdb-4356-a861-973bcb3243a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8844542788650731705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cf14ba8-c469-4df0-89cf-6cd40274e157, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9981c90-3161-476a-b4b6-778d8614d650, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9981c90-3161-476a-b4b6-778d8614d650, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12618043783449773677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0bbf957-1fdb-4356-a861-973bcb3243a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22a17b55-5861-4b7a-8476-2307ad50607c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22a17b55-5861-4b7a-8476-2307ad50607c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 881743567980666421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9981c90-3161-476a-b4b6-778d8614d650, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72cb4096-47c8-4501-9572-a8868dd0b57d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72cb4096-47c8-4501-9572-a8868dd0b57d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1021304883150068370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22a17b55-5861-4b7a-8476-2307ad50607c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aee67b86-c396-4601-b7af-05cb56dc7c2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aee67b86-c396-4601-b7af-05cb56dc7c2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7558748486009841703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72cb4096-47c8-4501-9572-a8868dd0b57d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a16a44-74d4-4f17-879b-f4aeb887db45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a16a44-74d4-4f17-879b-f4aeb887db45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5106422175678265633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aee67b86-c396-4601-b7af-05cb56dc7c2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 668201e3-3872-43a8-a550-93cb990b022d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668201e3-3872-43a8-a550-93cb990b022d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18000441410285323109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a16a44-74d4-4f17-879b-f4aeb887db45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75588945-7f8e-47f7-a9dd-841cbd189ae3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75588945-7f8e-47f7-a9dd-841cbd189ae3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6137764831772164683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668201e3-3872-43a8-a550-93cb990b022d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 239534af-3cb9-49db-982f-a53cbdb2e7d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 239534af-3cb9-49db-982f-a53cbdb2e7d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10490646250871638213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75588945-7f8e-47f7-a9dd-841cbd189ae3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 552e59ed-8269-49d2-8fd5-c28141db5f0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 552e59ed-8269-49d2-8fd5-c28141db5f0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3233490520722669392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 239534af-3cb9-49db-982f-a53cbdb2e7d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05cc9701-9e9a-43fd-803a-47c3631d0b95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05cc9701-9e9a-43fd-803a-47c3631d0b95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18118213320211768888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 552e59ed-8269-49d2-8fd5-c28141db5f0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5107ac42-1afb-4ee4-b756-b6ece75a5dc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5107ac42-1afb-4ee4-b756-b6ece75a5dc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6701241695857981000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05cc9701-9e9a-43fd-803a-47c3631d0b95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 120618db-10f0-475e-99ed-05770e4bdacf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120618db-10f0-475e-99ed-05770e4bdacf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859575087229303580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5107ac42-1afb-4ee4-b756-b6ece75a5dc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6df9da19-610b-4a1d-87fb-447e57b24830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df9da19-610b-4a1d-87fb-447e57b24830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17062617529691176912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120618db-10f0-475e-99ed-05770e4bdacf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85477a0b-25da-4261-992f-4673746c7495, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85477a0b-25da-4261-992f-4673746c7495, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15836686071142423131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df9da19-610b-4a1d-87fb-447e57b24830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cdd3846-ae9a-48f7-8116-d161932f73bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdd3846-ae9a-48f7-8116-d161932f73bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1345154767237843268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdd3846-ae9a-48f7-8116-d161932f73bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee425871-9703-48e2-93cf-5225a30cb29f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee425871-9703-48e2-93cf-5225a30cb29f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11840141717708999683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85477a0b-25da-4261-992f-4673746c7495, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8393dde5-9a0c-4a46-b587-d9c90df2e469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8393dde5-9a0c-4a46-b587-d9c90df2e469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5977109965170801837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee425871-9703-48e2-93cf-5225a30cb29f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f7c419b-16fb-45b3-bc3e-b61b462cc4c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7c419b-16fb-45b3-bc3e-b61b462cc4c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15954172449719501078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8393dde5-9a0c-4a46-b587-d9c90df2e469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a95a13-ffc4-456d-973a-695696209681, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a95a13-ffc4-456d-973a-695696209681, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15586048744559432439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7c419b-16fb-45b3-bc3e-b61b462cc4c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a4c0c01-7e21-49df-87cc-42634ce0b561, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a4c0c01-7e21-49df-87cc-42634ce0b561, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 338880941386847861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a95a13-ffc4-456d-973a-695696209681, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8adfd33c-0593-4a9e-a243-119cb04061a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8adfd33c-0593-4a9e-a243-119cb04061a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1705229415482729116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a4c0c01-7e21-49df-87cc-42634ce0b561, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eeac93f-6802-4b87-9eda-fd6b09b8b412, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eeac93f-6802-4b87-9eda-fd6b09b8b412, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13080859815313774453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8adfd33c-0593-4a9e-a243-119cb04061a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84e6706f-ceb4-4ef0-bbd0-0d3e3ef8f1b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e6706f-ceb4-4ef0-bbd0-0d3e3ef8f1b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10209530626215096035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eeac93f-6802-4b87-9eda-fd6b09b8b412, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96b303d1-cd95-4852-b23b-116cee06acb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b303d1-cd95-4852-b23b-116cee06acb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14303855946184695994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e6706f-ceb4-4ef0-bbd0-0d3e3ef8f1b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a2384b7-8862-4c63-ac53-b869eea3b4c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2384b7-8862-4c63-ac53-b869eea3b4c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5728174458663900199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b303d1-cd95-4852-b23b-116cee06acb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2384b7-8862-4c63-ac53-b869eea3b4c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b70e1510-08fc-4551-9184-987883ae14ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b70e1510-08fc-4551-9184-987883ae14ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11390875685849455749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab366b86-1872-4709-a12c-cace0d4fadaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab366b86-1872-4709-a12c-cace0d4fadaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12899189379304011258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b70e1510-08fc-4551-9184-987883ae14ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 792cd4fc-98a1-483c-b750-7d54701ed50e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792cd4fc-98a1-483c-b750-7d54701ed50e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5249021624063554147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab366b86-1872-4709-a12c-cace0d4fadaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8327c78b-0f06-44ff-99c9-0da3a7970a33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8327c78b-0f06-44ff-99c9-0da3a7970a33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18156968510172620450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792cd4fc-98a1-483c-b750-7d54701ed50e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45f20ad5-4fd9-48b2-b40d-90b7c2b983e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45f20ad5-4fd9-48b2-b40d-90b7c2b983e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16484271099717237110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8327c78b-0f06-44ff-99c9-0da3a7970a33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 553c0a35-dd8b-4498-80de-6d9bc036dadc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 553c0a35-dd8b-4498-80de-6d9bc036dadc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17976981278150789666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45f20ad5-4fd9-48b2-b40d-90b7c2b983e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ffaad01-c917-4f65-9d43-428856ff52c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ffaad01-c917-4f65-9d43-428856ff52c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7424684134243131295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 553c0a35-dd8b-4498-80de-6d9bc036dadc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f9dda41-d1d8-4f4a-9a56-3d78a008c542, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f9dda41-d1d8-4f4a-9a56-3d78a008c542, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2809075714381577400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ffaad01-c917-4f65-9d43-428856ff52c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16399f2e-d16a-4c05-825f-931e4a446501, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16399f2e-d16a-4c05-825f-931e4a446501, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10684944352559955413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f9dda41-d1d8-4f4a-9a56-3d78a008c542, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb475c92-1623-4203-93d8-38ab47e9229a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb475c92-1623-4203-93d8-38ab47e9229a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8706131921973743428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16399f2e-d16a-4c05-825f-931e4a446501, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9c92cc5-8256-4e1b-9955-e25c219d5563, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c92cc5-8256-4e1b-9955-e25c219d5563, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16833178207440896703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb475c92-1623-4203-93d8-38ab47e9229a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35c40daf-04e4-4d25-8011-775f9169cd0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35c40daf-04e4-4d25-8011-775f9169cd0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8982117721526722209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c92cc5-8256-4e1b-9955-e25c219d5563, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c6d18be-a290-46d2-8050-f543e7a42450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c6d18be-a290-46d2-8050-f543e7a42450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2489176066607917902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35c40daf-04e4-4d25-8011-775f9169cd0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72d8a1c9-7b20-4fcc-8ab4-f7a6aad8cfe1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c6d18be-a290-46d2-8050-f543e7a42450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d8a1c9-7b20-4fcc-8ab4-f7a6aad8cfe1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14537675669522284211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d133c0-32ec-455e-8a69-93c81f4769ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d133c0-32ec-455e-8a69-93c81f4769ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 894489562835908799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d8a1c9-7b20-4fcc-8ab4-f7a6aad8cfe1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72fc984d-a87f-483b-a5c0-4e87c7b95f6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72fc984d-a87f-483b-a5c0-4e87c7b95f6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2363169395363825332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d133c0-32ec-455e-8a69-93c81f4769ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57ef64f-1b0e-4cef-bb2c-c16ea6bd9a49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57ef64f-1b0e-4cef-bb2c-c16ea6bd9a49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 194683360817591392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72fc984d-a87f-483b-a5c0-4e87c7b95f6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d836a724-dbab-4d65-87c9-2dd464ddf84b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d836a724-dbab-4d65-87c9-2dd464ddf84b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18315211334374123330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57ef64f-1b0e-4cef-bb2c-c16ea6bd9a49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d836a724-dbab-4d65-87c9-2dd464ddf84b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 830ad037-0604-449b-8a8d-5eea4fcf0469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0e27bbc-6a08-4403-bd2f-6fd4cf0d79ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830ad037-0604-449b-8a8d-5eea4fcf0469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8859236628530985627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0e27bbc-6a08-4403-bd2f-6fd4cf0d79ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11316836660786503655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830ad037-0604-449b-8a8d-5eea4fcf0469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0e27bbc-6a08-4403-bd2f-6fd4cf0d79ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b19fd15a-deec-4aec-a10c-1eeff67efba9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19fd15a-deec-4aec-a10c-1eeff67efba9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16184540460097732172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9541679c-0770-4641-bbaf-1a5570ee73eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9541679c-0770-4641-bbaf-1a5570ee73eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12457554784568344753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9541679c-0770-4641-bbaf-1a5570ee73eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19fd15a-deec-4aec-a10c-1eeff67efba9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07383f66-6be3-4e39-a3e4-3bd415905986, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07383f66-6be3-4e39-a3e4-3bd415905986, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4968135608287228283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b7436dd-e7cd-456b-b148-dad613072f84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b7436dd-e7cd-456b-b148-dad613072f84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 391679554815778248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07383f66-6be3-4e39-a3e4-3bd415905986, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b7436dd-e7cd-456b-b148-dad613072f84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59630a6c-5852-4916-a6e7-4560aa35eb27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59630a6c-5852-4916-a6e7-4560aa35eb27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8985802735005347711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8c091e5-0f62-437f-a524-60887e5fa5e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59630a6c-5852-4916-a6e7-4560aa35eb27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62a812cc-2d44-49f6-aca4-5fccbd2be079, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c091e5-0f62-437f-a524-60887e5fa5e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5263291756916030089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a812cc-2d44-49f6-aca4-5fccbd2be079, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 534919528122415212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c091e5-0f62-437f-a524-60887e5fa5e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a812cc-2d44-49f6-aca4-5fccbd2be079, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c8703e-e00b-48b0-bc37-d0936f11a9ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3d2440d-5e21-4ded-92b5-1bcf725d5c5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c8703e-e00b-48b0-bc37-d0936f11a9ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1015869359173066466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d2440d-5e21-4ded-92b5-1bcf725d5c5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7296383568873421652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c8703e-e00b-48b0-bc37-d0936f11a9ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38ccbb67-7de4-4b57-9ea8-cb4d11f834ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ccbb67-7de4-4b57-9ea8-cb4d11f834ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14985038742851906770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d2440d-5e21-4ded-92b5-1bcf725d5c5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf6ebfea-8d1c-400c-8c81-0fa4ee9d4bcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf6ebfea-8d1c-400c-8c81-0fa4ee9d4bcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10026705003227730932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ccbb67-7de4-4b57-9ea8-cb4d11f834ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b3d49b4-5bb5-473b-bdbc-2f51f587ee84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b3d49b4-5bb5-473b-bdbc-2f51f587ee84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14464480830720066209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf6ebfea-8d1c-400c-8c81-0fa4ee9d4bcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b3d49b4-5bb5-473b-bdbc-2f51f587ee84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0d9843a-141b-43b0-9ffb-f42a07b694f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0d9843a-141b-43b0-9ffb-f42a07b694f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15334978818201953223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbb0848c-31ae-42b4-b024-d629de0ceebe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbb0848c-31ae-42b4-b024-d629de0ceebe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9917046477574503504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0d9843a-141b-43b0-9ffb-f42a07b694f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbb0848c-31ae-42b4-b024-d629de0ceebe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f87487a7-2b84-47cf-881f-93536acc04bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87487a7-2b84-47cf-881f-93536acc04bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11022987572470300675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f99c558f-2ab1-438d-ab95-1ed1f1bc39f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f99c558f-2ab1-438d-ab95-1ed1f1bc39f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14258097194558675818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87487a7-2b84-47cf-881f-93536acc04bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1104c78-8f97-430a-af42-59184d8902ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1104c78-8f97-430a-af42-59184d8902ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12048315281309973272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f99c558f-2ab1-438d-ab95-1ed1f1bc39f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b234e1-013f-4372-8d16-96224c71cc34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b234e1-013f-4372-8d16-96224c71cc34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17996003827276031312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1104c78-8f97-430a-af42-59184d8902ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ce288a-afe5-4091-a7fc-da36631c28d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ce288a-afe5-4091-a7fc-da36631c28d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10323463214042412656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b234e1-013f-4372-8d16-96224c71cc34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d9a5839-3da0-4dfd-bda5-41774af91c95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d9a5839-3da0-4dfd-bda5-41774af91c95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565930867263342992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ce288a-afe5-4091-a7fc-da36631c28d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d590c578-9574-4d64-affc-da6b556a0b8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d590c578-9574-4d64-affc-da6b556a0b8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14838188484397745042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d9a5839-3da0-4dfd-bda5-41774af91c95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fde0284-1657-49cc-823b-be06ee187b72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fde0284-1657-49cc-823b-be06ee187b72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15897690058311430330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d590c578-9574-4d64-affc-da6b556a0b8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 163b79d6-f8c3-4500-a2ef-77d22818d7b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 163b79d6-f8c3-4500-a2ef-77d22818d7b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9253620593091141544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fde0284-1657-49cc-823b-be06ee187b72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 110c34aa-e701-4dde-a153-8268a5381594, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 110c34aa-e701-4dde-a153-8268a5381594, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9333630473276220117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 163b79d6-f8c3-4500-a2ef-77d22818d7b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d953e67b-ef0a-4ed8-b181-2f37fc7f5214, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d953e67b-ef0a-4ed8-b181-2f37fc7f5214, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8960004465825320360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 110c34aa-e701-4dde-a153-8268a5381594, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17cecdb5-6373-4709-ac6d-c085514a01a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17cecdb5-6373-4709-ac6d-c085514a01a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1908544850514367352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d953e67b-ef0a-4ed8-b181-2f37fc7f5214, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 021c3962-91ff-4676-831c-58a40c151f1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021c3962-91ff-4676-831c-58a40c151f1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4027832128385752819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17cecdb5-6373-4709-ac6d-c085514a01a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3099e979-803f-487c-9da4-86a8c6012e79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3099e979-803f-487c-9da4-86a8c6012e79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10468117065667553217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021c3962-91ff-4676-831c-58a40c151f1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f8fc93-472b-4d25-a6e4-02dc0637b8a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f8fc93-472b-4d25-a6e4-02dc0637b8a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10328044621906133456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3099e979-803f-487c-9da4-86a8c6012e79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93899a82-cc80-4dbc-97cb-856f063c5adf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93899a82-cc80-4dbc-97cb-856f063c5adf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5408857947179862964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f8fc93-472b-4d25-a6e4-02dc0637b8a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a2e7f29-a49a-4f60-8298-c9f94125c4e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2e7f29-a49a-4f60-8298-c9f94125c4e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13012167407967153870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93899a82-cc80-4dbc-97cb-856f063c5adf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afcfe0f4-f7e8-4d1b-b8b3-6699cf1dc65b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afcfe0f4-f7e8-4d1b-b8b3-6699cf1dc65b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3086504832257891839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2e7f29-a49a-4f60-8298-c9f94125c4e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ef041c2-dab4-4179-8077-74f91f5c42ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef041c2-dab4-4179-8077-74f91f5c42ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9391526307760859966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afcfe0f4-f7e8-4d1b-b8b3-6699cf1dc65b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b55174d7-346c-4f9c-849a-42b4893cd6b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b55174d7-346c-4f9c-849a-42b4893cd6b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7807668718427406319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef041c2-dab4-4179-8077-74f91f5c42ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fa93ec3-b2e9-4c8a-8c16-3cda6d106d82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa93ec3-b2e9-4c8a-8c16-3cda6d106d82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17112518439566513058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b55174d7-346c-4f9c-849a-42b4893cd6b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeaae687-f82f-4b30-84bb-f5c3569c2acd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeaae687-f82f-4b30-84bb-f5c3569c2acd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9315222468031453618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa93ec3-b2e9-4c8a-8c16-3cda6d106d82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffd83543-2c68-46b8-ac24-f49460ca7f80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd83543-2c68-46b8-ac24-f49460ca7f80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10163956154738246435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeaae687-f82f-4b30-84bb-f5c3569c2acd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97b75122-ec81-45fe-89f7-9385e1120b11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b75122-ec81-45fe-89f7-9385e1120b11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12601037584492670191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b75122-ec81-45fe-89f7-9385e1120b11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6d4d763-4386-4881-8d8e-b0f26757200a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6d4d763-4386-4881-8d8e-b0f26757200a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5420503601412392652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd83543-2c68-46b8-ac24-f49460ca7f80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35cc455d-f749-4865-b555-2aa41dd082eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6d4d763-4386-4881-8d8e-b0f26757200a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35cc455d-f749-4865-b555-2aa41dd082eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1869358470572749079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07aab486-ecd6-41d1-bfa9-924bff38b7fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07aab486-ecd6-41d1-bfa9-924bff38b7fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18425851330074151323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35cc455d-f749-4865-b555-2aa41dd082eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be00c64f-44fc-445d-b48d-fa76cfe0e49d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be00c64f-44fc-445d-b48d-fa76cfe0e49d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6044542057757605821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07aab486-ecd6-41d1-bfa9-924bff38b7fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37295056-ae6e-4ec1-a60e-4bbc668a65ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37295056-ae6e-4ec1-a60e-4bbc668a65ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17549756375954899758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be00c64f-44fc-445d-b48d-fa76cfe0e49d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f51f9264-ea00-4fc3-98b0-25471e99b134, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37295056-ae6e-4ec1-a60e-4bbc668a65ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f51f9264-ea00-4fc3-98b0-25471e99b134, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2874751657064533155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf9b7d55-5579-4abc-8041-0c73bff13d14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf9b7d55-5579-4abc-8041-0c73bff13d14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7183248252217672715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f51f9264-ea00-4fc3-98b0-25471e99b134, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaffce4a-3707-4628-862e-40130c008c4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaffce4a-3707-4628-862e-40130c008c4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893689117908743769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf9b7d55-5579-4abc-8041-0c73bff13d14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6462e846-37e2-422d-9be6-8560191f5ca3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6462e846-37e2-422d-9be6-8560191f5ca3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7613363803066475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76133638030664757613363803066475761336380306647576133638030664757613363803066475761336380306647576133638030664757613363803066475761336380306647576133638030664757613363803066475761336380306647576133638030664757613363803066475761336380306647576133638030664757613363803066475761336380306647576133638030664757613363803066475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaffce4a-3707-4628-862e-40130c008c4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c17013d3-65bb-4929-98a4-1c4576931042, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17013d3-65bb-4929-98a4-1c4576931042, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428928088194593376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6462e846-37e2-422d-9be6-8560191f5ca3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 091bedfd-ab69-4f2d-87f9-a5d1544dd35b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 091bedfd-ab69-4f2d-87f9-a5d1544dd35b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12110448969591636156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17013d3-65bb-4929-98a4-1c4576931042, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 274e8121-cd9b-4b99-9fa9-d090792d8764, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274e8121-cd9b-4b99-9fa9-d090792d8764, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16965189348966851398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 091bedfd-ab69-4f2d-87f9-a5d1544dd35b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243b4c18-37a8-42a9-9f5b-fc50c45add94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243b4c18-37a8-42a9-9f5b-fc50c45add94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7492070065187122817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274e8121-cd9b-4b99-9fa9-d090792d8764, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3edc455-182b-4184-8044-f29a6c25c0a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3edc455-182b-4184-8044-f29a6c25c0a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 613890052086972418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243b4c18-37a8-42a9-9f5b-fc50c45add94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47558585-678d-4960-ba2e-1712e8208262, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47558585-678d-4960-ba2e-1712e8208262, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11672888748467549197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3edc455-182b-4184-8044-f29a6c25c0a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a538c346-674b-470e-9749-5244bfcd75f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47558585-678d-4960-ba2e-1712e8208262, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e65209f2-6314-4e80-b95e-a8cf7de765e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a538c346-674b-470e-9749-5244bfcd75f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14753201021161629146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65209f2-6314-4e80-b95e-a8cf7de765e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9185780724747360782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a538c346-674b-470e-9749-5244bfcd75f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aaa2f57-b644-4385-8e27-7d80cf36fa38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65209f2-6314-4e80-b95e-a8cf7de765e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09871da8-4455-4208-ab09-a29811fe13be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09871da8-4455-4208-ab09-a29811fe13be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3723101013078767474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aaa2f57-b644-4385-8e27-7d80cf36fa38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4529087935694698433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aaa2f57-b644-4385-8e27-7d80cf36fa38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58725519-d67f-481e-bf5f-81e7d589049f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58725519-d67f-481e-bf5f-81e7d589049f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2037975900708593984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09871da8-4455-4208-ab09-a29811fe13be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66a3fc49-3c0f-4f22-b557-e21f70db006b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66a3fc49-3c0f-4f22-b557-e21f70db006b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18327149365435221698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58725519-d67f-481e-bf5f-81e7d589049f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34f99cf1-8c86-4d91-a8b6-679773dc36de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34f99cf1-8c86-4d91-a8b6-679773dc36de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15780938919632553773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66a3fc49-3c0f-4f22-b557-e21f70db006b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 529fb64f-4843-4bc4-a7f4-527923075981, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529fb64f-4843-4bc4-a7f4-527923075981, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11300801471950902809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34f99cf1-8c86-4d91-a8b6-679773dc36de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7f9265d-73f4-437c-a88a-6a83ac0f78e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7f9265d-73f4-437c-a88a-6a83ac0f78e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7391550827174525648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529fb64f-4843-4bc4-a7f4-527923075981, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4f3341d-1e3e-4880-a7d8-88310250a8ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f3341d-1e3e-4880-a7d8-88310250a8ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4774976701462877409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7f9265d-73f4-437c-a88a-6a83ac0f78e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bd315b2-0d23-47ff-bcd4-42c753a28649, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f3341d-1e3e-4880-a7d8-88310250a8ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ffa1167-8a64-4774-a0ad-3d6bb0e05276, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffa1167-8a64-4774-a0ad-3d6bb0e05276, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10307609042400310541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd315b2-0d23-47ff-bcd4-42c753a28649, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15593130479882330290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffa1167-8a64-4774-a0ad-3d6bb0e05276, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afaadf77-ad81-4474-be72-7ae3c1681580, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afaadf77-ad81-4474-be72-7ae3c1681580, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8986380673037267505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd315b2-0d23-47ff-bcd4-42c753a28649, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afaadf77-ad81-4474-be72-7ae3c1681580, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9d4761-7e15-43a9-a4f5-09a50904e4a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9d4761-7e15-43a9-a4f5-09a50904e4a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1403085741391581546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac1bd0a-7e5c-4cd4-933d-a2b5fcc20024, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac1bd0a-7e5c-4cd4-933d-a2b5fcc20024, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4672555398141389013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9d4761-7e15-43a9-a4f5-09a50904e4a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac1bd0a-7e5c-4cd4-933d-a2b5fcc20024, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 529826f3-df1a-4801-89b3-5de3b310d792, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529826f3-df1a-4801-89b3-5de3b310d792, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9261669181489026252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bb2c70-fcad-4402-9cf5-200204a7d132, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bb2c70-fcad-4402-9cf5-200204a7d132, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 314327428997248153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529826f3-df1a-4801-89b3-5de3b310d792, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17b1f41b-c920-4106-bfa3-10eb0bcb3945, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17b1f41b-c920-4106-bfa3-10eb0bcb3945, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4435431541469235533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bb2c70-fcad-4402-9cf5-200204a7d132, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fd04fbc-a7c5-467b-aac1-16d4d294968a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd04fbc-a7c5-467b-aac1-16d4d294968a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10011204985231390358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17b1f41b-c920-4106-bfa3-10eb0bcb3945, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 767235f8-3ffd-4ca9-ad1c-34126d3d1491, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767235f8-3ffd-4ca9-ad1c-34126d3d1491, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9623779654532176121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd04fbc-a7c5-467b-aac1-16d4d294968a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7230fa3a-9611-4697-b271-b2f966b0f62c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7230fa3a-9611-4697-b271-b2f966b0f62c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3884053223739878528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767235f8-3ffd-4ca9-ad1c-34126d3d1491, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6843b957-b09f-49de-a578-8216a19658e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6843b957-b09f-49de-a578-8216a19658e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1992888855469267203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7230fa3a-9611-4697-b271-b2f966b0f62c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e98d8df-b262-4cfa-93c6-d0fbee13bfd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e98d8df-b262-4cfa-93c6-d0fbee13bfd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18067237848845684554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6843b957-b09f-49de-a578-8216a19658e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6badbd8-b9e1-4ef6-9acc-25a84a0fcfec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6badbd8-b9e1-4ef6-9acc-25a84a0fcfec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6381658240742016064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e98d8df-b262-4cfa-93c6-d0fbee13bfd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3a0f2bd-7eab-46f1-bc6b-8c16016d4815, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3a0f2bd-7eab-46f1-bc6b-8c16016d4815, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4427099707202104220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6badbd8-b9e1-4ef6-9acc-25a84a0fcfec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd5c24fe-4780-4236-8f6b-832baf259482, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5c24fe-4780-4236-8f6b-832baf259482, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8057913855733833263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3a0f2bd-7eab-46f1-bc6b-8c16016d4815, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6419a32-6b7b-4e9c-bfe2-8c4e147e68da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6419a32-6b7b-4e9c-bfe2-8c4e147e68da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16096405320042831209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5c24fe-4780-4236-8f6b-832baf259482, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f5a6341-1c69-4fa0-ae3f-1e7b76f58ca6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f5a6341-1c69-4fa0-ae3f-1e7b76f58ca6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17044150119962033916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6419a32-6b7b-4e9c-bfe2-8c4e147e68da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b20d4f06-f440-41fc-8e9c-3ca1e4dfec4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20d4f06-f440-41fc-8e9c-3ca1e4dfec4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 677616429570738492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f5a6341-1c69-4fa0-ae3f-1e7b76f58ca6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20d4f06-f440-41fc-8e9c-3ca1e4dfec4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1bc901a-242c-41fa-9478-92fe3db63e43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1bc901a-242c-41fa-9478-92fe3db63e43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16632020725147665957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3cf8801-d23a-4707-a238-c27979d5e64c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3cf8801-d23a-4707-a238-c27979d5e64c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11314671921128016022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1bc901a-242c-41fa-9478-92fe3db63e43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc085938-c381-4496-b4bc-7130ed3f3015, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc085938-c381-4496-b4bc-7130ed3f3015, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17691841547403113475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3cf8801-d23a-4707-a238-c27979d5e64c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe6b7838-da51-490d-a2a3-ca6e723a3cfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe6b7838-da51-490d-a2a3-ca6e723a3cfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16433691371216340365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc085938-c381-4496-b4bc-7130ed3f3015, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004eb2aa-13b8-4afa-9a60-27ed557ce982, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004eb2aa-13b8-4afa-9a60-27ed557ce982, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9407349801333409257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe6b7838-da51-490d-a2a3-ca6e723a3cfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80bd7f9e-d611-4a88-bb69-9dbca38f3b90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80bd7f9e-d611-4a88-bb69-9dbca38f3b90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12932556292123572212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004eb2aa-13b8-4afa-9a60-27ed557ce982, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56f87991-8acf-4b27-b5c4-aa73edf439f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56f87991-8acf-4b27-b5c4-aa73edf439f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9678048671611145913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80bd7f9e-d611-4a88-bb69-9dbca38f3b90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21eb142c-b101-4210-8244-4eba9da7bc92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21eb142c-b101-4210-8244-4eba9da7bc92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8610987601014799446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56f87991-8acf-4b27-b5c4-aa73edf439f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 676852d3-f48f-456a-ae20-974817495a46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 676852d3-f48f-456a-ae20-974817495a46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3543998287904906898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21eb142c-b101-4210-8244-4eba9da7bc92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab16ccc3-cdc7-423f-93a5-765e76d500d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab16ccc3-cdc7-423f-93a5-765e76d500d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13849417884048648353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 676852d3-f48f-456a-ae20-974817495a46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158f67da-5c32-4eed-b72c-1c1c7ef726dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158f67da-5c32-4eed-b72c-1c1c7ef726dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3968924873206578272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab16ccc3-cdc7-423f-93a5-765e76d500d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82bcc70a-9bc7-43c6-926f-95442da9985d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158f67da-5c32-4eed-b72c-1c1c7ef726dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da2f62b9-60f0-48b9-a3ac-78f43f0dd374, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da2f62b9-60f0-48b9-a3ac-78f43f0dd374, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11301636456200206517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bcc70a-9bc7-43c6-926f-95442da9985d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6142121503847121763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bcc70a-9bc7-43c6-926f-95442da9985d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da2f62b9-60f0-48b9-a3ac-78f43f0dd374, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48c5c798-de10-4712-8888-9ee1b82453d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41aec921-1bc3-42a0-8cb3-5dbab13ff995, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41aec921-1bc3-42a0-8cb3-5dbab13ff995, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7594607782066768049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c5c798-de10-4712-8888-9ee1b82453d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 458631358283182601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41aec921-1bc3-42a0-8cb3-5dbab13ff995, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4a74e99-7570-4785-8ed2-5f009508af50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a74e99-7570-4785-8ed2-5f009508af50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11717851122940038950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c5c798-de10-4712-8888-9ee1b82453d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 007a399c-7753-4036-bef2-6b99537a1537, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007a399c-7753-4036-bef2-6b99537a1537, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17191292788444555778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a74e99-7570-4785-8ed2-5f009508af50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8163c652-2828-4dbc-bc10-d54e70ed7450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8163c652-2828-4dbc-bc10-d54e70ed7450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5335439374717934653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007a399c-7753-4036-bef2-6b99537a1537, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a087536-19f7-4281-99eb-83e05947116d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a087536-19f7-4281-99eb-83e05947116d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1174019617457465449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8163c652-2828-4dbc-bc10-d54e70ed7450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d146740-5d41-47af-ab16-cde5c9fbfede, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d146740-5d41-47af-ab16-cde5c9fbfede, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 621459254470621982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a087536-19f7-4281-99eb-83e05947116d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f097d02f-ff81-4678-ab8c-219f08b1fad1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f097d02f-ff81-4678-ab8c-219f08b1fad1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17151173305160155494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d146740-5d41-47af-ab16-cde5c9fbfede, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb571ee4-ee14-4a19-8e06-47f08bcc9b0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb571ee4-ee14-4a19-8e06-47f08bcc9b0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 678081957925527672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f097d02f-ff81-4678-ab8c-219f08b1fad1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bcc80ce-9203-4551-8c51-509e13d0d74e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bcc80ce-9203-4551-8c51-509e13d0d74e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16627760184264396119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb571ee4-ee14-4a19-8e06-47f08bcc9b0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f96bf5b-7105-4b1f-863d-74a57918892b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f96bf5b-7105-4b1f-863d-74a57918892b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11593766424295681719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bcc80ce-9203-4551-8c51-509e13d0d74e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f10a96e3-f7e7-4353-ab29-9291eca89769, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f10a96e3-f7e7-4353-ab29-9291eca89769, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1150755398319117461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f96bf5b-7105-4b1f-863d-74a57918892b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c90fe97e-5913-42e5-88e9-b586e5545da4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90fe97e-5913-42e5-88e9-b586e5545da4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2496713801712524754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f10a96e3-f7e7-4353-ab29-9291eca89769, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3868a0-a02c-405f-beee-88baeac84306, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3868a0-a02c-405f-beee-88baeac84306, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14599146787639618054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90fe97e-5913-42e5-88e9-b586e5545da4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3868a0-a02c-405f-beee-88baeac84306, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80521378-926e-48a7-98f5-75865da98da2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80521378-926e-48a7-98f5-75865da98da2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8097926058601252551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88e46cdd-3ba0-4b46-9199-361749313205, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e46cdd-3ba0-4b46-9199-361749313205, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12662708126784501952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80521378-926e-48a7-98f5-75865da98da2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d77602c-188c-4968-86da-bfd98bf2f8b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d77602c-188c-4968-86da-bfd98bf2f8b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11116823031904461140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e46cdd-3ba0-4b46-9199-361749313205, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a9af58a-2617-43a9-af9d-5332493bdf6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9af58a-2617-43a9-af9d-5332493bdf6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1907107908961635159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d77602c-188c-4968-86da-bfd98bf2f8b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c94b8c5-0a00-432d-a9f0-4775d02bc4fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c94b8c5-0a00-432d-a9f0-4775d02bc4fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695672977824708618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9af58a-2617-43a9-af9d-5332493bdf6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34f7c8da-f27a-4b9d-aa13-5579eaa83d98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34f7c8da-f27a-4b9d-aa13-5579eaa83d98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8971954234378346807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c94b8c5-0a00-432d-a9f0-4775d02bc4fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d84f253-a27c-4c1e-9ec2-86eeb4cb2037, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d84f253-a27c-4c1e-9ec2-86eeb4cb2037, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13398949890243474958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34f7c8da-f27a-4b9d-aa13-5579eaa83d98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c7de6dc-7959-4eb8-b0ae-1338d89cb0f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c7de6dc-7959-4eb8-b0ae-1338d89cb0f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11205267425025901928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d84f253-a27c-4c1e-9ec2-86eeb4cb2037, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 669e534e-0354-4295-b9dd-02e5429dfe9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 669e534e-0354-4295-b9dd-02e5429dfe9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9413875054243498952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c7de6dc-7959-4eb8-b0ae-1338d89cb0f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d15c5002-0628-449b-9dc8-b026ef73d56e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d15c5002-0628-449b-9dc8-b026ef73d56e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435334850687487017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 669e534e-0354-4295-b9dd-02e5429dfe9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26832195-0c05-41c2-a4d2-97aa6eefb60a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26832195-0c05-41c2-a4d2-97aa6eefb60a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8449987832346149065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d15c5002-0628-449b-9dc8-b026ef73d56e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10dba0cd-59fc-4dd2-8bc4-e033df4971b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10dba0cd-59fc-4dd2-8bc4-e033df4971b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16445802626190018093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26832195-0c05-41c2-a4d2-97aa6eefb60a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0ae770d-b25f-4ac5-8a02-e3d410e925b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ae770d-b25f-4ac5-8a02-e3d410e925b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10278751822878747560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10dba0cd-59fc-4dd2-8bc4-e033df4971b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea11d58e-a9e4-48c7-aff6-59baf45fc236, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea11d58e-a9e4-48c7-aff6-59baf45fc236, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8005940767968393757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ae770d-b25f-4ac5-8a02-e3d410e925b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0239933-e5f9-4d36-a734-b278dac7720b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0239933-e5f9-4d36-a734-b278dac7720b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6746066392139248807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea11d58e-a9e4-48c7-aff6-59baf45fc236, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 639247d0-7c30-43d3-b3c4-1a2431ed43fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639247d0-7c30-43d3-b3c4-1a2431ed43fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16486481214177190064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0239933-e5f9-4d36-a734-b278dac7720b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd3a5f01-8a62-44d5-b7b2-4824800072b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd3a5f01-8a62-44d5-b7b2-4824800072b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15341747853107178007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639247d0-7c30-43d3-b3c4-1a2431ed43fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5572adcd-b1a4-41b1-9ae7-b2e4832ca0ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5572adcd-b1a4-41b1-9ae7-b2e4832ca0ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382989602403899695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd3a5f01-8a62-44d5-b7b2-4824800072b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c0d843b-40f7-4f5d-b0ff-2d53107f9e55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c0d843b-40f7-4f5d-b0ff-2d53107f9e55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 802737619920153746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5572adcd-b1a4-41b1-9ae7-b2e4832ca0ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c9c4ff7-9578-4c3c-9ad4-12c713091fd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c9c4ff7-9578-4c3c-9ad4-12c713091fd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13943401727711262804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c0d843b-40f7-4f5d-b0ff-2d53107f9e55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fca57e66-5976-47d2-ad0d-5302e189f4b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fca57e66-5976-47d2-ad0d-5302e189f4b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2411255105305162560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c9c4ff7-9578-4c3c-9ad4-12c713091fd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5853e7d4-132e-492b-b43f-59f3366d13df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5853e7d4-132e-492b-b43f-59f3366d13df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11355602454957155752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fca57e66-5976-47d2-ad0d-5302e189f4b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ee9a7b6-6bd7-4c89-8310-3a53359d4911, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee9a7b6-6bd7-4c89-8310-3a53359d4911, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7379758105448145049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5853e7d4-132e-492b-b43f-59f3366d13df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea7a1eb7-5c3d-41d6-9b24-f091f6fc56a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea7a1eb7-5c3d-41d6-9b24-f091f6fc56a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14841497712462080442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee9a7b6-6bd7-4c89-8310-3a53359d4911, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ba5fd9b-b26b-42c2-9c7e-eb045e3a9f94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ba5fd9b-b26b-42c2-9c7e-eb045e3a9f94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5856221995181870121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea7a1eb7-5c3d-41d6-9b24-f091f6fc56a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bffa89c2-0f24-4069-a023-05cc2c0ef189, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffa89c2-0f24-4069-a023-05cc2c0ef189, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3288699692217425439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ba5fd9b-b26b-42c2-9c7e-eb045e3a9f94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a491f36-bf47-449d-b988-787b4f5677c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a491f36-bf47-449d-b988-787b4f5677c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 978170674675124785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffa89c2-0f24-4069-a023-05cc2c0ef189, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce8ec09b-cc3b-443d-90d9-ff2a9fd95cca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce8ec09b-cc3b-443d-90d9-ff2a9fd95cca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10336455565426254480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a491f36-bf47-449d-b988-787b4f5677c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9374b17c-7475-4b5c-8ca9-039cb2bb1d35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce8ec09b-cc3b-443d-90d9-ff2a9fd95cca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa42c55f-1197-4932-9705-c8faeb37995b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa42c55f-1197-4932-9705-c8faeb37995b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13072207800966202490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9374b17c-7475-4b5c-8ca9-039cb2bb1d35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6325382304760973999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9374b17c-7475-4b5c-8ca9-039cb2bb1d35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1efdf731-06dd-4faf-9886-10c08f5cb77f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa42c55f-1197-4932-9705-c8faeb37995b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1efdf731-06dd-4faf-9886-10c08f5cb77f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9495146066779941464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d79f9d7d-33bd-4e8e-89da-714b6789ead8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79f9d7d-33bd-4e8e-89da-714b6789ead8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1671958076016494388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1efdf731-06dd-4faf-9886-10c08f5cb77f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7709db97-8f96-469e-84ae-a6ecb402aec0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7709db97-8f96-469e-84ae-a6ecb402aec0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3166066702023354649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79f9d7d-33bd-4e8e-89da-714b6789ead8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6b8093e-e431-4412-ae6d-75f8cc6c270a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6b8093e-e431-4412-ae6d-75f8cc6c270a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6739402905960025981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7709db97-8f96-469e-84ae-a6ecb402aec0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cef1fc1-9036-4943-95a3-cde9bb31c61b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6b8093e-e431-4412-ae6d-75f8cc6c270a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3e29338-038f-42b9-a60f-85bc5ae69b1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e29338-038f-42b9-a60f-85bc5ae69b1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11815005639246693075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cef1fc1-9036-4943-95a3-cde9bb31c61b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10618434822676303557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e29338-038f-42b9-a60f-85bc5ae69b1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43d007d0-f689-48e6-be21-785a1ae008d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d007d0-f689-48e6-be21-785a1ae008d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9686029190700846514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cef1fc1-9036-4943-95a3-cde9bb31c61b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ea1f776-f181-41d3-ad7e-013a33337b53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ea1f776-f181-41d3-ad7e-013a33337b53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11063042226173492130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d007d0-f689-48e6-be21-785a1ae008d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5097c804-1460-4784-b22d-7399ff9ca60b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5097c804-1460-4784-b22d-7399ff9ca60b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17924075539529402067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ea1f776-f181-41d3-ad7e-013a33337b53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d87e8ac0-047b-41a2-aba4-7826cc2545f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87e8ac0-047b-41a2-aba4-7826cc2545f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14703149093451123410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5097c804-1460-4784-b22d-7399ff9ca60b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 838e4012-dd4d-4413-a506-b2632a66eeba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 838e4012-dd4d-4413-a506-b2632a66eeba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7003418501363980211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87e8ac0-047b-41a2-aba4-7826cc2545f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db8bfee6-5aa4-4292-9d8c-a88e418b3865, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db8bfee6-5aa4-4292-9d8c-a88e418b3865, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11188366159348466657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 838e4012-dd4d-4413-a506-b2632a66eeba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8560c173-55e2-4187-b5f8-43541993af83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8560c173-55e2-4187-b5f8-43541993af83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12847346891599768518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db8bfee6-5aa4-4292-9d8c-a88e418b3865, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84f7df28-de07-483d-8eb7-c5368ee4fd69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f7df28-de07-483d-8eb7-c5368ee4fd69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8233157225827925580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8560c173-55e2-4187-b5f8-43541993af83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f619ce8f-1697-4ac6-8ea5-2c3a2d0d016f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f619ce8f-1697-4ac6-8ea5-2c3a2d0d016f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12110893056093487275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f7df28-de07-483d-8eb7-c5368ee4fd69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c34c953b-4b66-4f3d-9a04-302f91fcf2ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c34c953b-4b66-4f3d-9a04-302f91fcf2ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16666247844335583322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f619ce8f-1697-4ac6-8ea5-2c3a2d0d016f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0b25905-0190-467c-99c5-427ce846cf49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0b25905-0190-467c-99c5-427ce846cf49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11453257417089967125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c34c953b-4b66-4f3d-9a04-302f91fcf2ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f12f0338-be6d-4199-b974-8685cb9066a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f12f0338-be6d-4199-b974-8685cb9066a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17997290832641851256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0b25905-0190-467c-99c5-427ce846cf49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7acbc442-f307-4b0f-a79d-57334b7e4027, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7acbc442-f307-4b0f-a79d-57334b7e4027, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5308216456898316212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f12f0338-be6d-4199-b974-8685cb9066a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40bd0c3d-1303-4971-92f9-32f11215abec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40bd0c3d-1303-4971-92f9-32f11215abec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4018548998286698546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7acbc442-f307-4b0f-a79d-57334b7e4027, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b412eaa2-a3f0-4241-8a8d-8c8ae5c24308, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b412eaa2-a3f0-4241-8a8d-8c8ae5c24308, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16349196929765013388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40bd0c3d-1303-4971-92f9-32f11215abec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b412eaa2-a3f0-4241-8a8d-8c8ae5c24308, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e3726d1-0e3e-4844-914e-47da8c4ca969, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3726d1-0e3e-4844-914e-47da8c4ca969, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16438082006678484770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5344ecd6-798c-4d5a-957b-0b8de967d2f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5344ecd6-798c-4d5a-957b-0b8de967d2f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17413138911094427449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3726d1-0e3e-4844-914e-47da8c4ca969, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 144092fd-4b43-402d-a4ee-4e44074f91ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144092fd-4b43-402d-a4ee-4e44074f91ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17966111495724185703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5344ecd6-798c-4d5a-957b-0b8de967d2f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcd0a088-4fb6-427d-88c7-fb5421891781, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcd0a088-4fb6-427d-88c7-fb5421891781, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403737926282381198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144092fd-4b43-402d-a4ee-4e44074f91ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e6e949-1c6e-45df-8288-4b40980ba8f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e6e949-1c6e-45df-8288-4b40980ba8f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5742716608856098788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcd0a088-4fb6-427d-88c7-fb5421891781, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8231c7b-9514-4fd0-b3b3-babd577f1356, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8231c7b-9514-4fd0-b3b3-babd577f1356, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15335084805267453491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e6e949-1c6e-45df-8288-4b40980ba8f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4bb2005-91c8-4670-b824-1d2cb5206f2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4bb2005-91c8-4670-b824-1d2cb5206f2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12941669469849429196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8231c7b-9514-4fd0-b3b3-babd577f1356, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4bb2005-91c8-4670-b824-1d2cb5206f2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc9cfbde-6be5-4468-bb38-97391fa3e3a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9cfbde-6be5-4468-bb38-97391fa3e3a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1085753903504074226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de1a49f3-1a15-4b82-a567-3ada09fe2e48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de1a49f3-1a15-4b82-a567-3ada09fe2e48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15935832405431383788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9cfbde-6be5-4468-bb38-97391fa3e3a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dff0691c-70ae-406c-965f-5045bfc46cfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff0691c-70ae-406c-965f-5045bfc46cfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6367327124328585009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de1a49f3-1a15-4b82-a567-3ada09fe2e48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0946163-df79-4d84-8ca6-9006a1d63e0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0946163-df79-4d84-8ca6-9006a1d63e0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14465459265572571584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff0691c-70ae-406c-965f-5045bfc46cfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87aa258a-76a9-4c7c-b22b-53fac66e7b07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87aa258a-76a9-4c7c-b22b-53fac66e7b07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2611180784729646190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0946163-df79-4d84-8ca6-9006a1d63e0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b00ed51a-97f1-4142-9792-ed2fb4d8494c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b00ed51a-97f1-4142-9792-ed2fb4d8494c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16010171100805484220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87aa258a-76a9-4c7c-b22b-53fac66e7b07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43752818-0a8a-4f1f-901d-fb8efbfdb4b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43752818-0a8a-4f1f-901d-fb8efbfdb4b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2974924362653096414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b00ed51a-97f1-4142-9792-ed2fb4d8494c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb449894-4340-49b7-80bf-915d30e45aa9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb449894-4340-49b7-80bf-915d30e45aa9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4986830718959250096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43752818-0a8a-4f1f-901d-fb8efbfdb4b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1a0281e-ab41-40d9-8d00-facade377f13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a0281e-ab41-40d9-8d00-facade377f13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3989937554384442420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb449894-4340-49b7-80bf-915d30e45aa9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 363ac489-d463-4209-afab-3df2afa46631, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363ac489-d463-4209-afab-3df2afa46631, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1836096340163833312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a0281e-ab41-40d9-8d00-facade377f13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25d1a1cd-a064-4a08-9859-6531be76d4c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d1a1cd-a064-4a08-9859-6531be76d4c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13944485142406905881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363ac489-d463-4209-afab-3df2afa46631, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9d5773f-03fb-488a-9e02-762847491167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9d5773f-03fb-488a-9e02-762847491167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3943340675342791272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d1a1cd-a064-4a08-9859-6531be76d4c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75c69c9-19bc-4d74-9e6c-8c504c5a9569, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75c69c9-19bc-4d74-9e6c-8c504c5a9569, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15810799669389993890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9d5773f-03fb-488a-9e02-762847491167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a2eca87-34ca-4cf5-89ce-fe0fdeb64dec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2eca87-34ca-4cf5-89ce-fe0fdeb64dec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9990003016360014473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75c69c9-19bc-4d74-9e6c-8c504c5a9569, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76829e44-81ca-4d9a-bd8f-96b92fb401d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76829e44-81ca-4d9a-bd8f-96b92fb401d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7297571930970068213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2eca87-34ca-4cf5-89ce-fe0fdeb64dec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d80a9ee7-babb-4a37-b535-0d2c8145f049, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80a9ee7-babb-4a37-b535-0d2c8145f049, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13127973770130208864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76829e44-81ca-4d9a-bd8f-96b92fb401d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e809e13-960b-4348-9052-a6a25c56fcf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e809e13-960b-4348-9052-a6a25c56fcf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12522615498442259313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80a9ee7-babb-4a37-b535-0d2c8145f049, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1150252-fa79-4826-87f7-45310294703e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1150252-fa79-4826-87f7-45310294703e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6590645686856571958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e809e13-960b-4348-9052-a6a25c56fcf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84b037db-a7d7-4929-86f6-48bc94f2c0e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b037db-a7d7-4929-86f6-48bc94f2c0e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580004723649533098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1150252-fa79-4826-87f7-45310294703e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9aa0d49-657e-4e6b-bc48-51c37b078bbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9aa0d49-657e-4e6b-bc48-51c37b078bbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17803413522280699605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b037db-a7d7-4929-86f6-48bc94f2c0e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 265f8139-b8fe-422f-964c-9e3f75e95c4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265f8139-b8fe-422f-964c-9e3f75e95c4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11400505874829973730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9aa0d49-657e-4e6b-bc48-51c37b078bbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5db68028-9c0c-4cff-ac4d-d3d7a50442ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265f8139-b8fe-422f-964c-9e3f75e95c4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5db68028-9c0c-4cff-ac4d-d3d7a50442ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12030141862622961269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11fd30fd-82c9-4d43-9eab-1382ea38f415, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11fd30fd-82c9-4d43-9eab-1382ea38f415, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8519918287254169125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5db68028-9c0c-4cff-ac4d-d3d7a50442ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5048ce66-9e2d-44a3-85b1-5033fac42366, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5048ce66-9e2d-44a3-85b1-5033fac42366, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14609589985201442857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11fd30fd-82c9-4d43-9eab-1382ea38f415, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea613761-148c-4e68-be60-ccedd30e8f08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea613761-148c-4e68-be60-ccedd30e8f08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8201936463107958557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5048ce66-9e2d-44a3-85b1-5033fac42366, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69c29c10-03db-42be-9292-0ddccd00bcbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c29c10-03db-42be-9292-0ddccd00bcbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15225034708299240644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea613761-148c-4e68-be60-ccedd30e8f08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4266fb9b-c85e-4918-b769-1a143c3b9a7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4266fb9b-c85e-4918-b769-1a143c3b9a7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14357971218770083282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c29c10-03db-42be-9292-0ddccd00bcbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ed3d4f-377d-4f6e-91da-646067d867a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ed3d4f-377d-4f6e-91da-646067d867a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5022189690200010702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4266fb9b-c85e-4918-b769-1a143c3b9a7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6213a37c-164c-48bc-8205-1a17a4acc90a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6213a37c-164c-48bc-8205-1a17a4acc90a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13500672361012228996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ed3d4f-377d-4f6e-91da-646067d867a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907e68d5-a217-440b-8d78-902d4797681a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907e68d5-a217-440b-8d78-902d4797681a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17530261935858960841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6213a37c-164c-48bc-8205-1a17a4acc90a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb0d553b-8cb2-4e26-aba3-3eb8a7979e8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb0d553b-8cb2-4e26-aba3-3eb8a7979e8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8432485496706900710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907e68d5-a217-440b-8d78-902d4797681a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c59b37a9-d278-440c-a6ec-0d352e29db4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c59b37a9-d278-440c-a6ec-0d352e29db4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1564852611094034365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb0d553b-8cb2-4e26-aba3-3eb8a7979e8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fb5d828-0685-426c-b869-6ee5109a2e90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fb5d828-0685-426c-b869-6ee5109a2e90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2641238617424460908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c59b37a9-d278-440c-a6ec-0d352e29db4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fb5d828-0685-426c-b869-6ee5109a2e90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3d41541-c4ee-490c-ac4c-90f600127d09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d41541-c4ee-490c-ac4c-90f600127d09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15683971250808664508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56248f98-1d34-473d-8614-52347ae6daf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56248f98-1d34-473d-8614-52347ae6daf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14928976682020955719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d41541-c4ee-490c-ac4c-90f600127d09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5395d6-6c39-48e8-a4ce-7d17bffb417d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5395d6-6c39-48e8-a4ce-7d17bffb417d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1330511784374783637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56248f98-1d34-473d-8614-52347ae6daf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4c38f64-10d3-4e30-901c-4fb99292cf20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4c38f64-10d3-4e30-901c-4fb99292cf20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1086060739405576062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5395d6-6c39-48e8-a4ce-7d17bffb417d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df76aef6-cc24-4432-b679-5d5e01531403, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4c38f64-10d3-4e30-901c-4fb99292cf20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df76aef6-cc24-4432-b679-5d5e01531403, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1741718502322379318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97daaee1-679a-4398-92bf-17c4a4ec83f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97daaee1-679a-4398-92bf-17c4a4ec83f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8593965229721835233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df76aef6-cc24-4432-b679-5d5e01531403, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06aace67-1602-4763-877d-4f5ba666565b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06aace67-1602-4763-877d-4f5ba666565b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17355494945942701387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97daaee1-679a-4398-92bf-17c4a4ec83f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 571705f3-da9c-49a1-9d58-ace1340697b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 571705f3-da9c-49a1-9d58-ace1340697b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2270419977937603066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06aace67-1602-4763-877d-4f5ba666565b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0037765-4449-4d33-823b-cc489091a958, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0037765-4449-4d33-823b-cc489091a958, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115627568307953598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 571705f3-da9c-49a1-9d58-ace1340697b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a7a8fc9-1141-4f0c-aaf7-29a7a5bdfe07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a7a8fc9-1141-4f0c-aaf7-29a7a5bdfe07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9609929503694038576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0037765-4449-4d33-823b-cc489091a958, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02b54d12-e059-466e-9861-e2e54b065e50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02b54d12-e059-466e-9861-e2e54b065e50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11468604502162386649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a7a8fc9-1141-4f0c-aaf7-29a7a5bdfe07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b9cbe2-634f-47d1-8d94-9cac63cc08ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b9cbe2-634f-47d1-8d94-9cac63cc08ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5349755658633417585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02b54d12-e059-466e-9861-e2e54b065e50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b9cbe2-634f-47d1-8d94-9cac63cc08ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21088e90-ba4d-477e-bb86-58548e39965c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 953411c9-e3ee-471b-8883-c79d68a64dbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 953411c9-e3ee-471b-8883-c79d68a64dbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5955408546187073250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21088e90-ba4d-477e-bb86-58548e39965c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16969089766439309819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 953411c9-e3ee-471b-8883-c79d68a64dbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, def6d522-17af-4f14-aa34-83e6abaa1446, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, def6d522-17af-4f14-aa34-83e6abaa1446, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907045077486636956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21088e90-ba4d-477e-bb86-58548e39965c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a294c862-95c4-4a56-a9e0-6444c915ae63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a294c862-95c4-4a56-a9e0-6444c915ae63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5814772688169541121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, def6d522-17af-4f14-aa34-83e6abaa1446, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f0ad335-992c-4444-a48c-bd5c47d00eed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0ad335-992c-4444-a48c-bd5c47d00eed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154284030668719507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a294c862-95c4-4a56-a9e0-6444c915ae63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff32d9b8-d9dd-4960-9410-b2736ed58a81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff32d9b8-d9dd-4960-9410-b2736ed58a81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101196376403463250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0ad335-992c-4444-a48c-bd5c47d00eed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b72c1db7-2590-4345-a1ab-35c879779de1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b72c1db7-2590-4345-a1ab-35c879779de1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13189962782626313442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff32d9b8-d9dd-4960-9410-b2736ed58a81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31d02673-d4b1-4c0f-b7ab-41cf543b2eed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31d02673-d4b1-4c0f-b7ab-41cf543b2eed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17125013410712447215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b72c1db7-2590-4345-a1ab-35c879779de1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3328da35-06f7-4b5d-81c2-880c017fdb1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3328da35-06f7-4b5d-81c2-880c017fdb1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1626824474921092730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31d02673-d4b1-4c0f-b7ab-41cf543b2eed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e16a970f-62b5-46ae-8c29-189cbcb7062e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e16a970f-62b5-46ae-8c29-189cbcb7062e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10314736298347175898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3328da35-06f7-4b5d-81c2-880c017fdb1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 338b9b9d-7cd0-4ecc-b60b-9fb19636a403, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338b9b9d-7cd0-4ecc-b60b-9fb19636a403, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5073856672964478839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e16a970f-62b5-46ae-8c29-189cbcb7062e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a06cb68-dd3c-463c-b5b3-ff0cfd316951, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a06cb68-dd3c-463c-b5b3-ff0cfd316951, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8010459605445312118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338b9b9d-7cd0-4ecc-b60b-9fb19636a403, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62f73ad8-5e60-4bb3-9e3f-33c13c019e1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f73ad8-5e60-4bb3-9e3f-33c13c019e1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14597793091089989671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a06cb68-dd3c-463c-b5b3-ff0cfd316951, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f17ad70-0b10-485e-a7f8-2c0632c3dc8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f17ad70-0b10-485e-a7f8-2c0632c3dc8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4759048965843331308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f73ad8-5e60-4bb3-9e3f-33c13c019e1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06a2b7fc-d8e4-49b0-b7c5-4294d69230b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a2b7fc-d8e4-49b0-b7c5-4294d69230b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 121312335104824688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f17ad70-0b10-485e-a7f8-2c0632c3dc8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cebccb68-6bce-4a4d-b16b-216733538ec3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cebccb68-6bce-4a4d-b16b-216733538ec3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14768001344956385429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a2b7fc-d8e4-49b0-b7c5-4294d69230b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be0fcf76-4c8d-440a-bf40-85e4695a72fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be0fcf76-4c8d-440a-bf40-85e4695a72fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16134394281438620587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cebccb68-6bce-4a4d-b16b-216733538ec3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0378ddd2-3435-4d73-b6ec-5b56e0408a23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0378ddd2-3435-4d73-b6ec-5b56e0408a23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17489896935131274587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be0fcf76-4c8d-440a-bf40-85e4695a72fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7ff588-04a6-436e-9ff0-4ea399404314, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7ff588-04a6-436e-9ff0-4ea399404314, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9687337448118459256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0378ddd2-3435-4d73-b6ec-5b56e0408a23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc47d4f-5842-4a59-9e6a-ed936cc5747f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc47d4f-5842-4a59-9e6a-ed936cc5747f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14503789269760874431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7ff588-04a6-436e-9ff0-4ea399404314, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b02b8bd4-2bd7-402c-89cb-6a5bf29e3c5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02b8bd4-2bd7-402c-89cb-6a5bf29e3c5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9889646858275566556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc47d4f-5842-4a59-9e6a-ed936cc5747f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c2b7a72-a8c8-4536-b1c0-3e3010012dbc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c2b7a72-a8c8-4536-b1c0-3e3010012dbc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5031458354758180500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02b8bd4-2bd7-402c-89cb-6a5bf29e3c5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e4e6574-bae0-4ccc-89a7-e974930f6e7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4e6574-bae0-4ccc-89a7-e974930f6e7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7109327427837301813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4e6574-bae0-4ccc-89a7-e974930f6e7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52f3e8a7-bf0f-43f4-9ef0-1de4ead3f4cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c2b7a72-a8c8-4536-b1c0-3e3010012dbc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9c1219f-3696-42a4-b11b-469a68f1bbb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52f3e8a7-bf0f-43f4-9ef0-1de4ead3f4cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11401259900047670864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c1219f-3696-42a4-b11b-469a68f1bbb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632004417920426379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52f3e8a7-bf0f-43f4-9ef0-1de4ead3f4cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0d7b219-7e8e-4d20-be89-85ffd67a6d90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d7b219-7e8e-4d20-be89-85ffd67a6d90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6365895239679553410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c1219f-3696-42a4-b11b-469a68f1bbb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48486b73-d37c-4355-9143-353b708b0ba2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48486b73-d37c-4355-9143-353b708b0ba2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15697398605290171284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d7b219-7e8e-4d20-be89-85ffd67a6d90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1196b2d2-5817-4eaf-b005-ad9a6c50593f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1196b2d2-5817-4eaf-b005-ad9a6c50593f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632930592943229887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48486b73-d37c-4355-9143-353b708b0ba2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f76763fd-ceee-4bc3-be88-f5b5f851f6d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1196b2d2-5817-4eaf-b005-ad9a6c50593f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d4a74c0-8d93-44f8-834e-82fb9a10f385, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d4a74c0-8d93-44f8-834e-82fb9a10f385, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7829968216171828352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f76763fd-ceee-4bc3-be88-f5b5f851f6d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3813677080904690578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d4a74c0-8d93-44f8-834e-82fb9a10f385, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81e96502-3ba5-4610-bf11-288836a01f04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f76763fd-ceee-4bc3-be88-f5b5f851f6d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f842ffef-8de4-4ec4-a984-ba0005ab84a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e96502-3ba5-4610-bf11-288836a01f04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8870760181492177458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f842ffef-8de4-4ec4-a984-ba0005ab84a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14991578634346268924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e96502-3ba5-4610-bf11-288836a01f04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14430e1f-28ec-40a8-a7b9-e4e062a75e98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14430e1f-28ec-40a8-a7b9-e4e062a75e98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5842284400296311717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f842ffef-8de4-4ec4-a984-ba0005ab84a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95fa687e-b1e2-4d78-b4c0-bc491706a5c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95fa687e-b1e2-4d78-b4c0-bc491706a5c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14614098138070424498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14430e1f-28ec-40a8-a7b9-e4e062a75e98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d355712a-67ee-4920-8cd4-233a5ba42b2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d355712a-67ee-4920-8cd4-233a5ba42b2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8481154684339508859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95fa687e-b1e2-4d78-b4c0-bc491706a5c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77bb9abf-987a-4bec-8650-99521ee6d252, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77bb9abf-987a-4bec-8650-99521ee6d252, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18396072504623424699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d355712a-67ee-4920-8cd4-233a5ba42b2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 640d8071-6b4d-4626-a91c-4633617b1057, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77bb9abf-987a-4bec-8650-99521ee6d252, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 640d8071-6b4d-4626-a91c-4633617b1057, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4796948312634436275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91db0556-857f-4a25-bee6-af5e4d860c77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91db0556-857f-4a25-bee6-af5e4d860c77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6382055523513795365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 640d8071-6b4d-4626-a91c-4633617b1057, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed2e163f-4cd7-4cf2-8aba-2f88ae0873cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed2e163f-4cd7-4cf2-8aba-2f88ae0873cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9048433480268864315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91db0556-857f-4a25-bee6-af5e4d860c77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f49931c-b129-4c01-a92f-15c34348e644, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f49931c-b129-4c01-a92f-15c34348e644, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4226328563385375614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed2e163f-4cd7-4cf2-8aba-2f88ae0873cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c218352-8138-4730-a78f-3c0eb24dc246, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c218352-8138-4730-a78f-3c0eb24dc246, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17909309828884226511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f49931c-b129-4c01-a92f-15c34348e644, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500222c1-b995-4b76-be52-a49e14171798, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500222c1-b995-4b76-be52-a49e14171798, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18272891772098783000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c218352-8138-4730-a78f-3c0eb24dc246, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf524c32-b701-41dc-8420-f00bafdb04cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf524c32-b701-41dc-8420-f00bafdb04cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12902614690538745220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500222c1-b995-4b76-be52-a49e14171798, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 030f7cd9-2810-464a-b55d-60c53773e489, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 030f7cd9-2810-464a-b55d-60c53773e489, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4477385616480045180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf524c32-b701-41dc-8420-f00bafdb04cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5538574-73d9-428f-b29f-2a107a442b38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5538574-73d9-428f-b29f-2a107a442b38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2482219747532821948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 030f7cd9-2810-464a-b55d-60c53773e489, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc78d007-e922-4318-a4ab-717fa3d3f4b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc78d007-e922-4318-a4ab-717fa3d3f4b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 947245019373542950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5538574-73d9-428f-b29f-2a107a442b38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0d56826-4279-446c-bb4f-6f97025f12ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d56826-4279-446c-bb4f-6f97025f12ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15716631511498224904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc78d007-e922-4318-a4ab-717fa3d3f4b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b825a5e-5a6d-4933-bca6-40ccded55130, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b825a5e-5a6d-4933-bca6-40ccded55130, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4875528464945265083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d56826-4279-446c-bb4f-6f97025f12ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22657855-c672-4586-84ba-c7f433b644b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22657855-c672-4586-84ba-c7f433b644b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13648120896961127115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b825a5e-5a6d-4933-bca6-40ccded55130, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc2b6b1f-bf50-405e-b327-a7f38a719fb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2b6b1f-bf50-405e-b327-a7f38a719fb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8421116825085485137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22657855-c672-4586-84ba-c7f433b644b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 877e1fa9-8b4d-44de-912a-76f52b657aa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 877e1fa9-8b4d-44de-912a-76f52b657aa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8834498040933192567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2b6b1f-bf50-405e-b327-a7f38a719fb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe57e687-a5ba-48b0-b3ab-46e48ba94561, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe57e687-a5ba-48b0-b3ab-46e48ba94561, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8892932802947019951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 877e1fa9-8b4d-44de-912a-76f52b657aa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5d46adf-6442-4eab-9962-30494a34a242, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5d46adf-6442-4eab-9962-30494a34a242, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12917736435483058731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe57e687-a5ba-48b0-b3ab-46e48ba94561, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f99978c-6e9e-47de-a4d6-f4b5c612881f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f99978c-6e9e-47de-a4d6-f4b5c612881f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5116206603446359347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, ce4ce4e5-76c9-44b0-9e71-ecfc9835614a, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5d46adf-6442-4eab-9962-30494a34a242, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82813acf-1011-41c9-b2fa-f12dcf6718e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82813acf-1011-41c9-b2fa-f12dcf6718e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6254502978333643513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f99978c-6e9e-47de-a4d6-f4b5c612881f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3e20a36-1d46-48c1-84c7-52645c4650e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e20a36-1d46-48c1-84c7-52645c4650e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1281775682840298761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ce4ce4e5-76c9-44b0-9e71-ecfc9835614a, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82813acf-1011-41c9-b2fa-f12dcf6718e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a007337-d8a0-4c32-937b-20ae7cc04bb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a007337-d8a0-4c32-937b-20ae7cc04bb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4234266423010761738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738" } } } 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, ce4ce4e5-76c9-44b0-9e71-ecfc9835614a, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 28913 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-riky6msjhe.auto.internal:28913, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e20a36-1d46-48c1-84c7-52645c4650e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10eb5ebb-7d7a-4e0d-9de6-6adcc008d337, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10eb5ebb-7d7a-4e0d-9de6-6adcc008d337, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13238019907363420449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a007337-d8a0-4c32-937b-20ae7cc04bb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbc84814-5126-493b-9e10-22a00eba1c33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc84814-5126-493b-9e10-22a00eba1c33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6416292052985962853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10eb5ebb-7d7a-4e0d-9de6-6adcc008d337, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90907587-650a-4d83-bd7e-09734eea1cd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90907587-650a-4d83-bd7e-09734eea1cd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1389839815203143383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc84814-5126-493b-9e10-22a00eba1c33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f8c756d-1b43-48b5-8e19-1c9c6f489bf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8c756d-1b43-48b5-8e19-1c9c6f489bf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10730102127098234829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90907587-650a-4d83-bd7e-09734eea1cd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a6f812-69b3-4bd0-93c6-dd3e350ab926, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a6f812-69b3-4bd0-93c6-dd3e350ab926, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2786466357647494163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8c756d-1b43-48b5-8e19-1c9c6f489bf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8339068-f9b6-49e0-8559-9445f2a36c1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8339068-f9b6-49e0-8559-9445f2a36c1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11493117622741860928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a6f812-69b3-4bd0-93c6-dd3e350ab926, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a868dc2-9184-481b-80ef-ee8046ac4dec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a868dc2-9184-481b-80ef-ee8046ac4dec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1591612256894151030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8339068-f9b6-49e0-8559-9445f2a36c1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa28ad08-d45a-486e-8ae4-65e6e93ab803, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa28ad08-d45a-486e-8ae4-65e6e93ab803, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5787861513117684598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a868dc2-9184-481b-80ef-ee8046ac4dec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29fb3b4a-06bf-4ece-8815-83b713d1db45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29fb3b4a-06bf-4ece-8815-83b713d1db45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12103013579669377608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa28ad08-d45a-486e-8ae4-65e6e93ab803, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be4ad6cc-250f-4480-977e-4d3a116a3fe3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be4ad6cc-250f-4480-977e-4d3a116a3fe3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2472919495962571547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29fb3b4a-06bf-4ece-8815-83b713d1db45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ec2fe4e-1179-4ebf-8ad1-8b9a3448243e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec2fe4e-1179-4ebf-8ad1-8b9a3448243e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 759783815941873793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be4ad6cc-250f-4480-977e-4d3a116a3fe3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57da9dbf-eae8-4172-9a4b-a6f97f13cba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57da9dbf-eae8-4172-9a4b-a6f97f13cba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8405443868692633194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec2fe4e-1179-4ebf-8ad1-8b9a3448243e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 842f3975-aea3-4501-b12d-d7933208d376, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 842f3975-aea3-4501-b12d-d7933208d376, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8812577004283153990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57da9dbf-eae8-4172-9a4b-a6f97f13cba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e6761e3-a766-42ba-a605-89f3214d3518, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e6761e3-a766-42ba-a605-89f3214d3518, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12568794462329708830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 842f3975-aea3-4501-b12d-d7933208d376, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3c44e00-a022-4b72-83c6-94b56b5fb0d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c44e00-a022-4b72-83c6-94b56b5fb0d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14747894300686508307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e6761e3-a766-42ba-a605-89f3214d3518, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc115902-e2d8-428d-815d-e081bcfbc26b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc115902-e2d8-428d-815d-e081bcfbc26b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15497240604257034155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c44e00-a022-4b72-83c6-94b56b5fb0d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebfb3cc5-495b-432d-9393-e180158fab08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebfb3cc5-495b-432d-9393-e180158fab08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12014674922896863716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc115902-e2d8-428d-815d-e081bcfbc26b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e44cdfb-8e91-4fb6-8d9d-7157db6f21d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e44cdfb-8e91-4fb6-8d9d-7157db6f21d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6660937142866813457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebfb3cc5-495b-432d-9393-e180158fab08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 079c4077-17b0-461e-9ce5-243c6835cc3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 079c4077-17b0-461e-9ce5-243c6835cc3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 754376925859453374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e44cdfb-8e91-4fb6-8d9d-7157db6f21d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e958ee2b-daf8-41a6-b604-385810294a9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e958ee2b-daf8-41a6-b604-385810294a9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16151978711627422911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 079c4077-17b0-461e-9ce5-243c6835cc3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f4155d1-20d3-42d8-a841-a40aea7f224b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4155d1-20d3-42d8-a841-a40aea7f224b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8293451482990343416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e958ee2b-daf8-41a6-b604-385810294a9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eee415c-1c7b-4552-9027-c20da68ae03d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eee415c-1c7b-4552-9027-c20da68ae03d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10831068699341072270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4155d1-20d3-42d8-a841-a40aea7f224b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3abdf21-5049-4584-9764-584e5147c458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3abdf21-5049-4584-9764-584e5147c458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9755041190291165741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eee415c-1c7b-4552-9027-c20da68ae03d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3571cf6d-8a7f-4c35-b424-8604687448c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3571cf6d-8a7f-4c35-b424-8604687448c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17962970829792038516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3abdf21-5049-4584-9764-584e5147c458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 876ec4d5-efc0-40a2-8b4d-0c61ff45b119, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 876ec4d5-efc0-40a2-8b4d-0c61ff45b119, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14956443108126780105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3571cf6d-8a7f-4c35-b424-8604687448c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38c84017-90d8-45d9-bd1e-38f15ad494a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38c84017-90d8-45d9-bd1e-38f15ad494a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431024346292878333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 876ec4d5-efc0-40a2-8b4d-0c61ff45b119, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1edd4238-4f2f-4930-a9b3-f6b34bab7fe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1edd4238-4f2f-4930-a9b3-f6b34bab7fe4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 409387741376875997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38c84017-90d8-45d9-bd1e-38f15ad494a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 065340cb-1d26-4b47-96f5-1dfa56f9e2f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065340cb-1d26-4b47-96f5-1dfa56f9e2f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12984225953973961635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1edd4238-4f2f-4930-a9b3-f6b34bab7fe4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99982f30-80ea-4224-9838-a6580d649845, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99982f30-80ea-4224-9838-a6580d649845, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10896191541983471079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99982f30-80ea-4224-9838-a6580d649845, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f542010-51ba-4675-9419-20d9254aa4b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065340cb-1d26-4b47-96f5-1dfa56f9e2f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35006173-86d8-45e4-a65f-829e6b9b2ee6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f542010-51ba-4675-9419-20d9254aa4b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1106885905603416098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35006173-86d8-45e4-a65f-829e6b9b2ee6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3876447012088802593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f542010-51ba-4675-9419-20d9254aa4b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32aafb17-99ac-4a39-b272-fcf6fb8c554a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32aafb17-99ac-4a39-b272-fcf6fb8c554a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2687474308035908185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35006173-86d8-45e4-a65f-829e6b9b2ee6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16a0a828-0fe4-4eeb-95c5-b2c178c0fc51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a0a828-0fe4-4eeb-95c5-b2c178c0fc51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372500363889187581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32aafb17-99ac-4a39-b272-fcf6fb8c554a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7106e8d0-6cd1-443c-a27e-e38de5d9399e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7106e8d0-6cd1-443c-a27e-e38de5d9399e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6710162369133241709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a0a828-0fe4-4eeb-95c5-b2c178c0fc51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ddc36ba-dfd4-4788-8231-94c9ed0b6965, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ddc36ba-dfd4-4788-8231-94c9ed0b6965, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3911768278224409213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7106e8d0-6cd1-443c-a27e-e38de5d9399e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1eca044e-0ff4-4a49-a33d-3691563d368e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eca044e-0ff4-4a49-a33d-3691563d368e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9874350834830911968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ddc36ba-dfd4-4788-8231-94c9ed0b6965, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a5145c-1a8e-443b-8d97-ffaf3df5be4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a5145c-1a8e-443b-8d97-ffaf3df5be4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4266326202981193380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eca044e-0ff4-4a49-a33d-3691563d368e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d95e65-26a1-4c3f-90fc-2a0c52b66320, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d95e65-26a1-4c3f-90fc-2a0c52b66320, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12802177779203862705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a5145c-1a8e-443b-8d97-ffaf3df5be4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d93e3b0c-c8ce-471d-8959-2d181ef04918, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d93e3b0c-c8ce-471d-8959-2d181ef04918, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10314369870321549472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d95e65-26a1-4c3f-90fc-2a0c52b66320, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddfdad16-fe42-44d7-93a0-f2ae2ee0f0a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddfdad16-fe42-44d7-93a0-f2ae2ee0f0a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15593187386024918864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d93e3b0c-c8ce-471d-8959-2d181ef04918, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e815aec-7d18-48af-9713-c56c40456df2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e815aec-7d18-48af-9713-c56c40456df2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9700959109956737392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddfdad16-fe42-44d7-93a0-f2ae2ee0f0a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1584fcc5-c96b-4edb-831e-5a3bf97a9f86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1584fcc5-c96b-4edb-831e-5a3bf97a9f86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16143070703999330116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e815aec-7d18-48af-9713-c56c40456df2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a16707-d72f-42b8-b912-06f3e1d5d6fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a16707-d72f-42b8-b912-06f3e1d5d6fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15774000948391217497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1584fcc5-c96b-4edb-831e-5a3bf97a9f86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 983fa66e-b077-46df-83e8-af0b21e0bf91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983fa66e-b077-46df-83e8-af0b21e0bf91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4941837138958126640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a16707-d72f-42b8-b912-06f3e1d5d6fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e0dcd40-efe8-4bca-81f8-32c44c0be551, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e0dcd40-efe8-4bca-81f8-32c44c0be551, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10317548425404114904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983fa66e-b077-46df-83e8-af0b21e0bf91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab146b81-7da2-4e8f-93f9-e89cc14d6733, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab146b81-7da2-4e8f-93f9-e89cc14d6733, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12699914011529911757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e0dcd40-efe8-4bca-81f8-32c44c0be551, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaa78e7b-3199-4034-bd44-924561e178e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaa78e7b-3199-4034-bd44-924561e178e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5748342690065068558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab146b81-7da2-4e8f-93f9-e89cc14d6733, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a684ed2d-98e5-4c22-8fe6-4dc06882f8eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a684ed2d-98e5-4c22-8fe6-4dc06882f8eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315893720752512855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaa78e7b-3199-4034-bd44-924561e178e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e87e237-cae3-4760-a79c-6e65ab0ca5a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e87e237-cae3-4760-a79c-6e65ab0ca5a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6378501109576919815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a684ed2d-98e5-4c22-8fe6-4dc06882f8eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dfec0f5-b640-425e-b834-070156eb9032, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfec0f5-b640-425e-b834-070156eb9032, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3482069604543794903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e87e237-cae3-4760-a79c-6e65ab0ca5a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec320a07-d28c-4890-80f8-af2258ac4185, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec320a07-d28c-4890-80f8-af2258ac4185, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 973789329591271453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfec0f5-b640-425e-b834-070156eb9032, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b651624-ead5-4486-9ff9-18c1ff82f4f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b651624-ead5-4486-9ff9-18c1ff82f4f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10470627312422316119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec320a07-d28c-4890-80f8-af2258ac4185, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e267e1e7-86f2-460f-822e-4d4533a1fe42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e267e1e7-86f2-460f-822e-4d4533a1fe42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1431503413002690805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b651624-ead5-4486-9ff9-18c1ff82f4f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da527f3c-c26b-4ea6-9f82-2a73da6a4a48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da527f3c-c26b-4ea6-9f82-2a73da6a4a48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9115044245702302964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e267e1e7-86f2-460f-822e-4d4533a1fe42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c62595c-9f90-4baa-9a20-245618cf99b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c62595c-9f90-4baa-9a20-245618cf99b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10450535388779357565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da527f3c-c26b-4ea6-9f82-2a73da6a4a48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14e056a0-65b7-41b8-be61-53cd4864ae30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e056a0-65b7-41b8-be61-53cd4864ae30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13653081890521589620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c62595c-9f90-4baa-9a20-245618cf99b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6abfdc13-b5ca-4d86-bbee-937a8d09fe36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6abfdc13-b5ca-4d86-bbee-937a8d09fe36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9516672607967601978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e056a0-65b7-41b8-be61-53cd4864ae30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7720fc99-9640-423d-8020-1ea05906c1f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7720fc99-9640-423d-8020-1ea05906c1f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2685996153837608754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6abfdc13-b5ca-4d86-bbee-937a8d09fe36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbab5df7-de2b-41b9-b324-1e73c0805d89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbab5df7-de2b-41b9-b324-1e73c0805d89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10072668928274658456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7720fc99-9640-423d-8020-1ea05906c1f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 936c0450-6945-42cc-9dfc-dd8dddf32e97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 936c0450-6945-42cc-9dfc-dd8dddf32e97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9763397119749158114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbab5df7-de2b-41b9-b324-1e73c0805d89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5288649-abaf-4109-bdcd-a48141a3668e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5288649-abaf-4109-bdcd-a48141a3668e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7633032657122594735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 936c0450-6945-42cc-9dfc-dd8dddf32e97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c233d904-d123-48cb-b6d3-8104679bc6e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c233d904-d123-48cb-b6d3-8104679bc6e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11595375556710627947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5288649-abaf-4109-bdcd-a48141a3668e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34e47a53-4544-4fc5-a262-fbf28593d8c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e47a53-4544-4fc5-a262-fbf28593d8c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1567427866858157214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c233d904-d123-48cb-b6d3-8104679bc6e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 446bb0c1-dbd6-40fa-a10a-7a41cebe1426, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 446bb0c1-dbd6-40fa-a10a-7a41cebe1426, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941149779055147159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e47a53-4544-4fc5-a262-fbf28593d8c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ed7ceef-4a5c-4ee9-b906-28e43fe140d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ed7ceef-4a5c-4ee9-b906-28e43fe140d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733285575917302407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 446bb0c1-dbd6-40fa-a10a-7a41cebe1426, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd7a010a-9765-4de2-b46c-860568b2b802, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd7a010a-9765-4de2-b46c-860568b2b802, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11011924843417228170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ed7ceef-4a5c-4ee9-b906-28e43fe140d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9940730-9f2c-4b76-900d-745f4fc08b86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9940730-9f2c-4b76-900d-745f4fc08b86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11382569210875720174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd7a010a-9765-4de2-b46c-860568b2b802, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b317800-0c3f-48e1-8f1d-d89087395bf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b317800-0c3f-48e1-8f1d-d89087395bf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5857613271356503007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9940730-9f2c-4b76-900d-745f4fc08b86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 372e7375-1a1f-4bf6-b402-06bf374877ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 372e7375-1a1f-4bf6-b402-06bf374877ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13813798112020078751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b317800-0c3f-48e1-8f1d-d89087395bf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25bc8309-2f5f-403c-bfd6-cbd5ce122523, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25bc8309-2f5f-403c-bfd6-cbd5ce122523, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18097201212689550488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 372e7375-1a1f-4bf6-b402-06bf374877ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0770c7b7-9f98-4227-adc1-2fec29c5a2a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0770c7b7-9f98-4227-adc1-2fec29c5a2a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7883602859168272190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25bc8309-2f5f-403c-bfd6-cbd5ce122523, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ba3d023-2b3c-4743-812b-ad2e6cfce4ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ba3d023-2b3c-4743-812b-ad2e6cfce4ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10017878990235418621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0770c7b7-9f98-4227-adc1-2fec29c5a2a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75822fc5-18b7-4702-b087-76122592bbb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75822fc5-18b7-4702-b087-76122592bbb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15965383095384876051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ba3d023-2b3c-4743-812b-ad2e6cfce4ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 153c8bc6-e13b-42f9-92c2-9c9d15680ca6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 153c8bc6-e13b-42f9-92c2-9c9d15680ca6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16544767346611963336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75822fc5-18b7-4702-b087-76122592bbb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 153c8bc6-e13b-42f9-92c2-9c9d15680ca6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc422d29-b60d-415d-b8c0-816817fc21f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc422d29-b60d-415d-b8c0-816817fc21f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305725219240504910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70501a36-8f20-403c-93e4-07f901ebcce3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70501a36-8f20-403c-93e4-07f901ebcce3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2798433015519148523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc422d29-b60d-415d-b8c0-816817fc21f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b6d8ed-ec9c-4dba-b4e2-5a8ee623fafb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b6d8ed-ec9c-4dba-b4e2-5a8ee623fafb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7701386950512865080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70501a36-8f20-403c-93e4-07f901ebcce3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8f461ea-c627-4da0-9d1d-27518d17952c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8f461ea-c627-4da0-9d1d-27518d17952c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3753625226591857852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b6d8ed-ec9c-4dba-b4e2-5a8ee623fafb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6ea7006-476b-4bc1-bb16-1ad73f50d381, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ea7006-476b-4bc1-bb16-1ad73f50d381, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3425026152392996240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8f461ea-c627-4da0-9d1d-27518d17952c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44c862be-78b3-44a2-b5e0-5ee072f25ee1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44c862be-78b3-44a2-b5e0-5ee072f25ee1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16971115107472330153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ea7006-476b-4bc1-bb16-1ad73f50d381, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec860511-15d1-49f8-860e-212acdbd2849, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec860511-15d1-49f8-860e-212acdbd2849, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12823562349111291511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44c862be-78b3-44a2-b5e0-5ee072f25ee1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004ecdc0-c76c-408f-9b0c-7dc4f36ee932, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004ecdc0-c76c-408f-9b0c-7dc4f36ee932, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15393676040852941328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec860511-15d1-49f8-860e-212acdbd2849, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43f4c279-4989-4046-9f98-346d254db516, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f4c279-4989-4046-9f98-346d254db516, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7831075805364260749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004ecdc0-c76c-408f-9b0c-7dc4f36ee932, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c167a8-7c6e-4c8e-9a1d-3b74e171d226, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c167a8-7c6e-4c8e-9a1d-3b74e171d226, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17966259709006460184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f4c279-4989-4046-9f98-346d254db516, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b973c817-0de2-47e0-bcf9-f94d0c568fac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b973c817-0de2-47e0-bcf9-f94d0c568fac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15543649677802325695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c167a8-7c6e-4c8e-9a1d-3b74e171d226, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a645608d-4b07-4a57-ad71-228bc60ef552, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a645608d-4b07-4a57-ad71-228bc60ef552, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6893084223662512657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b973c817-0de2-47e0-bcf9-f94d0c568fac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75a72b7f-741c-46ef-b181-8ced1f0c1677, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a72b7f-741c-46ef-b181-8ced1f0c1677, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15024708647045122321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a645608d-4b07-4a57-ad71-228bc60ef552, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 034a0d1c-0b15-4f5d-aee0-98f9d5bb6c5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 034a0d1c-0b15-4f5d-aee0-98f9d5bb6c5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4437447439134846601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a72b7f-741c-46ef-b181-8ced1f0c1677, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd4dc61b-8938-462a-a0d2-b1098e299e31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd4dc61b-8938-462a-a0d2-b1098e299e31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4511662357564534431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 034a0d1c-0b15-4f5d-aee0-98f9d5bb6c5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b57c4a5-9c9c-421f-bab5-534c429596a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b57c4a5-9c9c-421f-bab5-534c429596a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15017281027331486713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd4dc61b-8938-462a-a0d2-b1098e299e31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd2f604-2281-42bb-beb4-912ef8f5a3ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd2f604-2281-42bb-beb4-912ef8f5a3ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9468274374066147380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b57c4a5-9c9c-421f-bab5-534c429596a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d155ebd3-3c2c-4118-b737-eb866372e28b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d155ebd3-3c2c-4118-b737-eb866372e28b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14229236084196760726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd2f604-2281-42bb-beb4-912ef8f5a3ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b5aa127-ca94-49f4-9fa7-35c42b3562ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5aa127-ca94-49f4-9fa7-35c42b3562ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8345497375417451686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d155ebd3-3c2c-4118-b737-eb866372e28b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b34ed380-e650-4446-82e9-4997c4c3d4fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34ed380-e650-4446-82e9-4997c4c3d4fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11673125158247417949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5aa127-ca94-49f4-9fa7-35c42b3562ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 172e3d5b-54ce-4d82-ba94-3fd174480629, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 172e3d5b-54ce-4d82-ba94-3fd174480629, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3022006924578795621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34ed380-e650-4446-82e9-4997c4c3d4fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06af01b3-d86f-490a-8a02-232c5f64fc36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06af01b3-d86f-490a-8a02-232c5f64fc36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17722110531076302592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06af01b3-d86f-490a-8a02-232c5f64fc36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3812c3c-71de-45cc-a03a-af84d1575afb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 172e3d5b-54ce-4d82-ba94-3fd174480629, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3812c3c-71de-45cc-a03a-af84d1575afb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12461717860390077755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7fc25e6-d72b-4ff6-82ee-9e6e7a8c5ad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7fc25e6-d72b-4ff6-82ee-9e6e7a8c5ad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2085707955230433701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7fc25e6-d72b-4ff6-82ee-9e6e7a8c5ad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b40554f-b2c2-40ed-a126-356fda0eb065, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3812c3c-71de-45cc-a03a-af84d1575afb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b40554f-b2c2-40ed-a126-356fda0eb065, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13024360427916665455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90268aeb-66ff-45ad-8161-d61b9656fc33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90268aeb-66ff-45ad-8161-d61b9656fc33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18277687837511589304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b40554f-b2c2-40ed-a126-356fda0eb065, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67974a09-2f03-4101-a3c6-881db12eb87b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67974a09-2f03-4101-a3c6-881db12eb87b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4120328366878304934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90268aeb-66ff-45ad-8161-d61b9656fc33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b04a8105-ed4d-4ce8-8278-77ad12598a42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b04a8105-ed4d-4ce8-8278-77ad12598a42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14076942445009580238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67974a09-2f03-4101-a3c6-881db12eb87b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35d9f724-485a-4baf-87d1-8346ced4226a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d9f724-485a-4baf-87d1-8346ced4226a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17613280997565614790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b04a8105-ed4d-4ce8-8278-77ad12598a42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0ebb667-70c9-4b9d-a8df-dcaead5df7c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0ebb667-70c9-4b9d-a8df-dcaead5df7c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17429002589709733632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0ebb667-70c9-4b9d-a8df-dcaead5df7c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9a626c3-1c72-44bc-8186-99acaceaa3d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a626c3-1c72-44bc-8186-99acaceaa3d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14429316203050356079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d9f724-485a-4baf-87d1-8346ced4226a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d10cac84-21ca-4fe4-b6b2-743ebcf6f2ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10cac84-21ca-4fe4-b6b2-743ebcf6f2ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17444238539635199008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a626c3-1c72-44bc-8186-99acaceaa3d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9db6d442-c99a-4eb8-86e3-bc7a374db03e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db6d442-c99a-4eb8-86e3-bc7a374db03e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15361403422091782828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10cac84-21ca-4fe4-b6b2-743ebcf6f2ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee94029-22f0-420a-94a7-d0715e4b7c31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee94029-22f0-420a-94a7-d0715e4b7c31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5457846221043304994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db6d442-c99a-4eb8-86e3-bc7a374db03e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebfac3b3-f0a9-419b-b8b3-800cc2b283f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebfac3b3-f0a9-419b-b8b3-800cc2b283f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4864078586513563897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee94029-22f0-420a-94a7-d0715e4b7c31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7288e843-09d5-4e32-b27e-a4063a490501, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7288e843-09d5-4e32-b27e-a4063a490501, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17998039693506258416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebfac3b3-f0a9-419b-b8b3-800cc2b283f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 814e3067-a97d-494d-868f-c6d3fdadbd42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 814e3067-a97d-494d-868f-c6d3fdadbd42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16624648805481197833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 814e3067-a97d-494d-868f-c6d3fdadbd42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7288e843-09d5-4e32-b27e-a4063a490501, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e97acd3c-4eb1-48a0-9816-96d9db90d42e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e97acd3c-4eb1-48a0-9816-96d9db90d42e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11049866692634341723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e9f9cbe-6df3-4cda-9c16-447d066bb37f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9f9cbe-6df3-4cda-9c16-447d066bb37f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9632461217544532583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e97acd3c-4eb1-48a0-9816-96d9db90d42e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c939dff1-ef12-4ea8-ad9d-7f6a2309969d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c939dff1-ef12-4ea8-ad9d-7f6a2309969d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16776498450956257496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9f9cbe-6df3-4cda-9c16-447d066bb37f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9641d306-e770-4f22-8bea-c62d3cbd9f4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9641d306-e770-4f22-8bea-c62d3cbd9f4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8069852334628693251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9641d306-e770-4f22-8bea-c62d3cbd9f4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48de2592-9528-4021-b9b5-3e7dc38196fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48de2592-9528-4021-b9b5-3e7dc38196fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4919955695378793748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c939dff1-ef12-4ea8-ad9d-7f6a2309969d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9a05e34-9565-4988-8f22-b40886c5ddbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9a05e34-9565-4988-8f22-b40886c5ddbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11945203800321747549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48de2592-9528-4021-b9b5-3e7dc38196fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9a05e34-9565-4988-8f22-b40886c5ddbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51edb3e0-5ea5-4c64-8a35-0c9a88a23610, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9ccb979-31a4-4de4-9257-5ea9bbcdb47b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51edb3e0-5ea5-4c64-8a35-0c9a88a23610, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4470511249161100257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ccb979-31a4-4de4-9257-5ea9bbcdb47b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7034466449564217018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51edb3e0-5ea5-4c64-8a35-0c9a88a23610, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aaa1d40-40eb-4bb9-9cce-19afffcbc017, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aaa1d40-40eb-4bb9-9cce-19afffcbc017, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6039012314223832999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ccb979-31a4-4de4-9257-5ea9bbcdb47b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8ba1857-d6d6-4feb-8cd4-ec4ace65fc9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ba1857-d6d6-4feb-8cd4-ec4ace65fc9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12626062526915457023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aaa1d40-40eb-4bb9-9cce-19afffcbc017, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ebbb765-0039-488b-9074-f78bc5e1a1c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebbb765-0039-488b-9074-f78bc5e1a1c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8686900962636755505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ba1857-d6d6-4feb-8cd4-ec4ace65fc9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f0db2ab-5ba4-4e76-aea0-b27a23b3a258, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0db2ab-5ba4-4e76-aea0-b27a23b3a258, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16279186031115178166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebbb765-0039-488b-9074-f78bc5e1a1c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1fe1321-5cbc-4fd2-ba83-6e05b3372beb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1fe1321-5cbc-4fd2-ba83-6e05b3372beb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13645080188774292737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0db2ab-5ba4-4e76-aea0-b27a23b3a258, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 989efee5-af3a-4fb9-b4f5-7b63eac77ef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 989efee5-af3a-4fb9-b4f5-7b63eac77ef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11376776437947060064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1fe1321-5cbc-4fd2-ba83-6e05b3372beb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a09cc9ea-12e0-4ab5-87f2-dfdde54cc2b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a09cc9ea-12e0-4ab5-87f2-dfdde54cc2b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3269694846083428351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 989efee5-af3a-4fb9-b4f5-7b63eac77ef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3eb58b4a-5f3b-4555-a6d8-69ffebd35dbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eb58b4a-5f3b-4555-a6d8-69ffebd35dbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16989017365111966202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a09cc9ea-12e0-4ab5-87f2-dfdde54cc2b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 649262fe-011a-4459-b77b-65304452f569, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 649262fe-011a-4459-b77b-65304452f569, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18084902462887986004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eb58b4a-5f3b-4555-a6d8-69ffebd35dbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73a03440-1f56-4f46-9219-574e7e862b3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a03440-1f56-4f46-9219-574e7e862b3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10467796019160966205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 649262fe-011a-4459-b77b-65304452f569, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d341faf9-d614-4b34-800f-bda68139acc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d341faf9-d614-4b34-800f-bda68139acc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6142769840695388579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a03440-1f56-4f46-9219-574e7e862b3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6801fb7-7352-4a98-b61b-e1f2875020e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6801fb7-7352-4a98-b61b-e1f2875020e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18434335386353719859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d341faf9-d614-4b34-800f-bda68139acc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1aa31f2-95bb-4c92-b2ed-b9299247c107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1aa31f2-95bb-4c92-b2ed-b9299247c107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7677152430560647414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6801fb7-7352-4a98-b61b-e1f2875020e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ceedb05-02dd-4195-ad96-ec30600c9329, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ceedb05-02dd-4195-ad96-ec30600c9329, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4359207238242887760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1aa31f2-95bb-4c92-b2ed-b9299247c107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c689fe18-406a-4764-aa28-482b77850d57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c689fe18-406a-4764-aa28-482b77850d57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5857189053434680970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ceedb05-02dd-4195-ad96-ec30600c9329, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2055d7a-a0d6-4db6-b0a6-5cdeedcba711, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2055d7a-a0d6-4db6-b0a6-5cdeedcba711, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2129133825707903301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c689fe18-406a-4764-aa28-482b77850d57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 399540c9-9180-4640-bd84-78ebc403f2d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 399540c9-9180-4640-bd84-78ebc403f2d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11035179617960449800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2055d7a-a0d6-4db6-b0a6-5cdeedcba711, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4a0092d-e241-4aa9-98da-dbd3cc5be340, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a0092d-e241-4aa9-98da-dbd3cc5be340, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2339659132874406922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 399540c9-9180-4640-bd84-78ebc403f2d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac8fb95-fe45-4d08-aaad-e42745ac80f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac8fb95-fe45-4d08-aaad-e42745ac80f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 729707531460619075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a0092d-e241-4aa9-98da-dbd3cc5be340, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 193c0b39-7b9b-4678-84be-a42d85779aa1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 193c0b39-7b9b-4678-84be-a42d85779aa1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16184560662663660599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac8fb95-fe45-4d08-aaad-e42745ac80f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5202322a-57dc-4559-877f-c33faa15d459, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5202322a-57dc-4559-877f-c33faa15d459, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7772166428793111265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 193c0b39-7b9b-4678-84be-a42d85779aa1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46b4c482-1aa3-461a-851c-b72941036372, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b4c482-1aa3-461a-851c-b72941036372, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4583007314875509220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5202322a-57dc-4559-877f-c33faa15d459, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 875aa621-73fb-4e37-9e69-3ee89ac519ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b4c482-1aa3-461a-851c-b72941036372, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f632e0b-ed84-4c2e-97a8-18e1619a52b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 875aa621-73fb-4e37-9e69-3ee89ac519ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8746710634741957923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f632e0b-ed84-4c2e-97a8-18e1619a52b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14098588861799165222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f632e0b-ed84-4c2e-97a8-18e1619a52b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 875aa621-73fb-4e37-9e69-3ee89ac519ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8fe91c6-c375-4dd2-ac94-0165e25b0b23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8fe91c6-c375-4dd2-ac94-0165e25b0b23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7560228805135657109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93a1c1bb-73e3-4da8-956e-adbf3953157c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a1c1bb-73e3-4da8-956e-adbf3953157c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4071221450349800470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8fe91c6-c375-4dd2-ac94-0165e25b0b23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a1c1bb-73e3-4da8-956e-adbf3953157c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdc89024-f361-410f-a808-6d66bd3f8f0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdc89024-f361-410f-a808-6d66bd3f8f0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16796785109710159244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 559edeb1-20d7-4d8e-baa4-fa2846f1fd32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 559edeb1-20d7-4d8e-baa4-fa2846f1fd32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 317157480420490593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 559edeb1-20d7-4d8e-baa4-fa2846f1fd32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 895b8e35-fe3e-4ee9-9567-6de96d5cea79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895b8e35-fe3e-4ee9-9567-6de96d5cea79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4605396765670073181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdc89024-f361-410f-a808-6d66bd3f8f0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 368fb5b6-71f5-43e9-9703-9b0f9d4836d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 368fb5b6-71f5-43e9-9703-9b0f9d4836d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152705163064176526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895b8e35-fe3e-4ee9-9567-6de96d5cea79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fdbcc32-aece-4b2f-bf40-a838df646eff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fdbcc32-aece-4b2f-bf40-a838df646eff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11530775258175153414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fdbcc32-aece-4b2f-bf40-a838df646eff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 368fb5b6-71f5-43e9-9703-9b0f9d4836d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5834072-8dbf-4d71-bc28-4e93d4d723a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f06e29c5-1c63-47af-a92e-8a1232d4c729, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5834072-8dbf-4d71-bc28-4e93d4d723a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6235644924869409765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f06e29c5-1c63-47af-a92e-8a1232d4c729, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706065925548343581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5834072-8dbf-4d71-bc28-4e93d4d723a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb49ecf2-4a31-4c8f-a69f-7384321f6323, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f06e29c5-1c63-47af-a92e-8a1232d4c729, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 806ce211-bd47-44ba-9b9c-cfdeeb686b73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 806ce211-bd47-44ba-9b9c-cfdeeb686b73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11922343338678504440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb49ecf2-4a31-4c8f-a69f-7384321f6323, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13829864151151125481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 806ce211-bd47-44ba-9b9c-cfdeeb686b73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8219f52-500b-4e78-92ed-df0c2c453583, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8219f52-500b-4e78-92ed-df0c2c453583, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 940640324081300286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb49ecf2-4a31-4c8f-a69f-7384321f6323, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f2522a1-570d-48de-a032-9f6250f07f15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2522a1-570d-48de-a032-9f6250f07f15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9705573124665370522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8219f52-500b-4e78-92ed-df0c2c453583, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3914376e-984a-4776-b465-348c461bf195, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3914376e-984a-4776-b465-348c461bf195, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3271152635343252034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2522a1-570d-48de-a032-9f6250f07f15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 495ca5aa-6570-463b-b706-9f60e714f0b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495ca5aa-6570-463b-b706-9f60e714f0b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7275534726451360321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3914376e-984a-4776-b465-348c461bf195, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03e9707f-d3dc-48f8-b0c5-9180ea271416, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03e9707f-d3dc-48f8-b0c5-9180ea271416, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18166135267004014220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495ca5aa-6570-463b-b706-9f60e714f0b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6154ea66-8f09-4708-8c67-9a8aa591ca2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6154ea66-8f09-4708-8c67-9a8aa591ca2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6656076251513931354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03e9707f-d3dc-48f8-b0c5-9180ea271416, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b301a67-bf1d-44d2-8955-005bdd3dd5b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b301a67-bf1d-44d2-8955-005bdd3dd5b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5479813177596645834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6154ea66-8f09-4708-8c67-9a8aa591ca2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4632a239-16da-4877-a864-a68969a295e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4632a239-16da-4877-a864-a68969a295e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10598957985327674248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b301a67-bf1d-44d2-8955-005bdd3dd5b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4431a7b7-33f6-4fbb-821e-922f715fa65d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4431a7b7-33f6-4fbb-821e-922f715fa65d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13181090615387600348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4632a239-16da-4877-a864-a68969a295e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95b73a94-8073-4aff-aa2a-68c179342096, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b73a94-8073-4aff-aa2a-68c179342096, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 329710795472199152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4431a7b7-33f6-4fbb-821e-922f715fa65d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2ba2d79-0025-4577-8750-9765a7cd3dbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2ba2d79-0025-4577-8750-9765a7cd3dbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17739096245440710193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b73a94-8073-4aff-aa2a-68c179342096, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2ba2d79-0025-4577-8750-9765a7cd3dbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47d8ae12-73a9-439b-b18e-1dc2f37abf0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d8ae12-73a9-439b-b18e-1dc2f37abf0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166561479176804216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c553f30-0a7b-4d04-a9c6-ec88e35f2cef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c553f30-0a7b-4d04-a9c6-ec88e35f2cef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3547218961310829046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c553f30-0a7b-4d04-a9c6-ec88e35f2cef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d8ae12-73a9-439b-b18e-1dc2f37abf0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d595a91a-6642-44ee-ac3e-b2e19c5cf3ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17078428-6fef-440c-9231-6b22c632f2a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17078428-6fef-440c-9231-6b22c632f2a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10249336493516105857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d595a91a-6642-44ee-ac3e-b2e19c5cf3ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15339568945944348704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d595a91a-6642-44ee-ac3e-b2e19c5cf3ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a8a9d74-5224-45c6-b6c9-e9bfdac01c4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a8a9d74-5224-45c6-b6c9-e9bfdac01c4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6567780756368104159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17078428-6fef-440c-9231-6b22c632f2a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29c9019a-b924-430e-b4ed-a6d8eddebe8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c9019a-b924-430e-b4ed-a6d8eddebe8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17064351049364225971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a8a9d74-5224-45c6-b6c9-e9bfdac01c4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68a0a7f9-71ee-4ce3-bccd-da31f331a3c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68a0a7f9-71ee-4ce3-bccd-da31f331a3c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6481839009255505597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c9019a-b924-430e-b4ed-a6d8eddebe8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e494714-67c3-431f-942f-5deaa86c91fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e494714-67c3-431f-942f-5deaa86c91fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7926558608270629563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68a0a7f9-71ee-4ce3-bccd-da31f331a3c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6d1133a-79b9-4f64-bf98-0ce513ad8538, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d1133a-79b9-4f64-bf98-0ce513ad8538, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 622722045587361865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e494714-67c3-431f-942f-5deaa86c91fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d926e9fb-ed24-4b45-a850-51b032480786, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d926e9fb-ed24-4b45-a850-51b032480786, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15426818675521190150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d1133a-79b9-4f64-bf98-0ce513ad8538, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf71436c-d370-4ec3-90d9-ce7d9b6485a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf71436c-d370-4ec3-90d9-ce7d9b6485a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 450314410624169686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d926e9fb-ed24-4b45-a850-51b032480786, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb44f56-2b54-412a-9d50-73749bd39a89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb44f56-2b54-412a-9d50-73749bd39a89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9603899076886224488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf71436c-d370-4ec3-90d9-ce7d9b6485a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 693130d3-af13-47f9-9873-298f71ccd22d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 693130d3-af13-47f9-9873-298f71ccd22d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16047698069600348456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb44f56-2b54-412a-9d50-73749bd39a89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02aab9e2-6d5f-4d56-9fcb-4882384c081e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02aab9e2-6d5f-4d56-9fcb-4882384c081e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1024434217069763815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 693130d3-af13-47f9-9873-298f71ccd22d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c7d55ce-70f0-41f5-9d22-7b2ad21e5d62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c7d55ce-70f0-41f5-9d22-7b2ad21e5d62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18351237888003480307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02aab9e2-6d5f-4d56-9fcb-4882384c081e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 977e2fbd-a85d-42df-aeb3-c7829ac7aadf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977e2fbd-a85d-42df-aeb3-c7829ac7aadf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10506163276909823096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c7d55ce-70f0-41f5-9d22-7b2ad21e5d62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1132b10f-54c8-484d-bb4c-37b3f2d82b4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1132b10f-54c8-484d-bb4c-37b3f2d82b4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5840707897314075201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977e2fbd-a85d-42df-aeb3-c7829ac7aadf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 289785e9-5791-4a66-bea3-1c31ab21e93b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 289785e9-5791-4a66-bea3-1c31ab21e93b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 112504772960396775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1132b10f-54c8-484d-bb4c-37b3f2d82b4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb75d908-b7c4-44b6-9188-ab4dd85c431f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb75d908-b7c4-44b6-9188-ab4dd85c431f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10617579367321376118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 289785e9-5791-4a66-bea3-1c31ab21e93b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e22c57d-1356-4652-ae42-cd55e3b7ab9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e22c57d-1356-4652-ae42-cd55e3b7ab9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16829026951204079855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb75d908-b7c4-44b6-9188-ab4dd85c431f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39e20b49-f6a1-495c-9234-9564e2f29295, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e20b49-f6a1-495c-9234-9564e2f29295, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667592420144795905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e22c57d-1356-4652-ae42-cd55e3b7ab9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7159fc-61e0-45fb-a317-0d0531df413d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7159fc-61e0-45fb-a317-0d0531df413d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1131715545220624197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e20b49-f6a1-495c-9234-9564e2f29295, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 911312e8-8639-4b74-8124-281937f65c71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911312e8-8639-4b74-8124-281937f65c71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11520146117622808992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7159fc-61e0-45fb-a317-0d0531df413d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8848181c-b6cc-44c6-b88f-9e4ab88c19e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8848181c-b6cc-44c6-b88f-9e4ab88c19e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15901180687967831559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911312e8-8639-4b74-8124-281937f65c71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53d060bf-d89c-4aea-a78a-53681384d343, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53d060bf-d89c-4aea-a78a-53681384d343, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11963525635992765097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8848181c-b6cc-44c6-b88f-9e4ab88c19e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e692351-4625-4e53-8684-96b85c577a66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e692351-4625-4e53-8684-96b85c577a66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13176558939400126195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53d060bf-d89c-4aea-a78a-53681384d343, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb899f1f-7fe1-4e08-8cc7-dc5b35596b96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb899f1f-7fe1-4e08-8cc7-dc5b35596b96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13296213368053526395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e692351-4625-4e53-8684-96b85c577a66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1668932e-c7cc-489a-8717-59bcc7a7d8a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1668932e-c7cc-489a-8717-59bcc7a7d8a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1109797905672437785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb899f1f-7fe1-4e08-8cc7-dc5b35596b96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22b0a273-9da7-4b90-8875-cbaa2ec33c33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b0a273-9da7-4b90-8875-cbaa2ec33c33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16052688495797166710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1668932e-c7cc-489a-8717-59bcc7a7d8a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8697dc03-f447-48dc-9841-2722fd62659f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8697dc03-f447-48dc-9841-2722fd62659f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12834584543157701282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b0a273-9da7-4b90-8875-cbaa2ec33c33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfd2a8a6-1268-4cce-a881-afea24b063d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd2a8a6-1268-4cce-a881-afea24b063d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154980645856060892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8697dc03-f447-48dc-9841-2722fd62659f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ece197d5-9884-4746-9206-728e2a5f1796, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ece197d5-9884-4746-9206-728e2a5f1796, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4090956059318551800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd2a8a6-1268-4cce-a881-afea24b063d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b15e4ae-d528-4e4e-ba78-610b5416ddd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b15e4ae-d528-4e4e-ba78-610b5416ddd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8136951169110564094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ece197d5-9884-4746-9206-728e2a5f1796, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84993e0c-c723-4c99-8ffd-5c83c3d4d456, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84993e0c-c723-4c99-8ffd-5c83c3d4d456, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8950897986131576858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b15e4ae-d528-4e4e-ba78-610b5416ddd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84993e0c-c723-4c99-8ffd-5c83c3d4d456, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18e5a7bb-b571-478c-82cb-56bcd97a1034, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2db70ed8-1268-4d62-902d-a2a664119e6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db70ed8-1268-4d62-902d-a2a664119e6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1010989467601127020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e5a7bb-b571-478c-82cb-56bcd97a1034, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6342632718138355101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db70ed8-1268-4d62-902d-a2a664119e6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98782710-c9b3-4057-ae32-1e3ffbf1b98b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98782710-c9b3-4057-ae32-1e3ffbf1b98b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10988049746058102406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e5a7bb-b571-478c-82cb-56bcd97a1034, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b0d15a6-f86c-4766-901d-50637c26a79f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b0d15a6-f86c-4766-901d-50637c26a79f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3319114322497730131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98782710-c9b3-4057-ae32-1e3ffbf1b98b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb547568-9b23-446f-b546-c779cc92b07d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b0d15a6-f86c-4766-901d-50637c26a79f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf008251-5c5e-4bf6-9d34-bebce6a595bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf008251-5c5e-4bf6-9d34-bebce6a595bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8023514950785771694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb547568-9b23-446f-b546-c779cc92b07d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 197754879959439478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf008251-5c5e-4bf6-9d34-bebce6a595bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d3add91-d922-417b-a318-9253dc6587c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d3add91-d922-417b-a318-9253dc6587c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461123903915701190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb547568-9b23-446f-b546-c779cc92b07d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24b90073-ae3e-46ba-830e-de2f54c1379c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24b90073-ae3e-46ba-830e-de2f54c1379c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10126417260795653473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d3add91-d922-417b-a318-9253dc6587c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f319054-e208-46da-a3e8-9a15deb98bfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f319054-e208-46da-a3e8-9a15deb98bfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6057233204529792033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24b90073-ae3e-46ba-830e-de2f54c1379c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dc1a841-37a7-42c0-ad96-89a99c1657a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dc1a841-37a7-42c0-ad96-89a99c1657a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3429997674514317359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f319054-e208-46da-a3e8-9a15deb98bfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cdbc746-af90-4233-ba73-2c3b982ff19e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdbc746-af90-4233-ba73-2c3b982ff19e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16104554060793427461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dc1a841-37a7-42c0-ad96-89a99c1657a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c9a3875-04a5-4cb6-938e-e157a2aa5df9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c9a3875-04a5-4cb6-938e-e157a2aa5df9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6413339902397696609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdbc746-af90-4233-ba73-2c3b982ff19e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86186c34-7168-4b08-8634-1e6fab7c3b0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86186c34-7168-4b08-8634-1e6fab7c3b0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12301355217670505174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c9a3875-04a5-4cb6-938e-e157a2aa5df9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fba4e752-34b5-48e7-aabd-3a0d24db1f21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba4e752-34b5-48e7-aabd-3a0d24db1f21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8715758554719084920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86186c34-7168-4b08-8634-1e6fab7c3b0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de364cad-9e51-4f9a-8fa5-2df0f1646516, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de364cad-9e51-4f9a-8fa5-2df0f1646516, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6622540665142468136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba4e752-34b5-48e7-aabd-3a0d24db1f21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82750977-f84c-4f8c-8b67-7f9f36b86771, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82750977-f84c-4f8c-8b67-7f9f36b86771, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13978403047773645032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de364cad-9e51-4f9a-8fa5-2df0f1646516, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c95863a-2c08-4235-bb47-20f7903d6627, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c95863a-2c08-4235-bb47-20f7903d6627, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12080930257448817990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82750977-f84c-4f8c-8b67-7f9f36b86771, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f96c76f0-1e46-4c45-92f2-cb58be4b9ac8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f96c76f0-1e46-4c45-92f2-cb58be4b9ac8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950341741600295996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c95863a-2c08-4235-bb47-20f7903d6627, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ab4f1dc-3759-495e-90fa-0cdea0a1a829, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab4f1dc-3759-495e-90fa-0cdea0a1a829, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9661075500503877690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f96c76f0-1e46-4c45-92f2-cb58be4b9ac8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e50495a-5f36-4f0d-beb5-7d72b85104a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e50495a-5f36-4f0d-beb5-7d72b85104a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9234049861733822802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab4f1dc-3759-495e-90fa-0cdea0a1a829, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 532c2abc-0a53-4a22-b817-41b47c4b3c56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 532c2abc-0a53-4a22-b817-41b47c4b3c56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13439571464832193172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 532c2abc-0a53-4a22-b817-41b47c4b3c56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58511d7d-8c51-4a07-9786-d9afd2db6515, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58511d7d-8c51-4a07-9786-d9afd2db6515, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371948430323986604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e50495a-5f36-4f0d-beb5-7d72b85104a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b14fa211-5038-45d3-b623-6ae67996cad1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b14fa211-5038-45d3-b623-6ae67996cad1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9646802826491230406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58511d7d-8c51-4a07-9786-d9afd2db6515, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17ccac9a-9fc4-46cd-9465-68439a2ad171, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ccac9a-9fc4-46cd-9465-68439a2ad171, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003882341064683222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b14fa211-5038-45d3-b623-6ae67996cad1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d37a8753-54bb-497d-abbc-b3765592c1ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d37a8753-54bb-497d-abbc-b3765592c1ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 488604490675478798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ccac9a-9fc4-46cd-9465-68439a2ad171, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56156988-eb2a-4fee-ac49-9b5f122670ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56156988-eb2a-4fee-ac49-9b5f122670ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13505313454479518690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d37a8753-54bb-497d-abbc-b3765592c1ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56f61149-cadc-4a7d-9926-66813486b884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56f61149-cadc-4a7d-9926-66813486b884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12552136057548985573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56156988-eb2a-4fee-ac49-9b5f122670ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c7295c-2407-4a29-85bc-321a6b9e2612, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c7295c-2407-4a29-85bc-321a6b9e2612, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 729285782644194099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56f61149-cadc-4a7d-9926-66813486b884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c593749-1443-4914-b248-0083cd16abe9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c593749-1443-4914-b248-0083cd16abe9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13097472727972219313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c7295c-2407-4a29-85bc-321a6b9e2612, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90422379-598e-49fb-8bb4-c028011f5aa3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90422379-598e-49fb-8bb4-c028011f5aa3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10355778579325019730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c593749-1443-4914-b248-0083cd16abe9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb3d3aaf-ce30-461d-89cf-0238975acbce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb3d3aaf-ce30-461d-89cf-0238975acbce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17906394820737700473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90422379-598e-49fb-8bb4-c028011f5aa3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f16369f-fcc0-43f6-8a36-a3075eef9ff0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f16369f-fcc0-43f6-8a36-a3075eef9ff0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17821370510719987984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb3d3aaf-ce30-461d-89cf-0238975acbce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ef8b0bd-3447-443a-ba50-095830bf8e5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ef8b0bd-3447-443a-ba50-095830bf8e5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372394831397932084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f16369f-fcc0-43f6-8a36-a3075eef9ff0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8a381b3-aadd-45f3-a0e5-c689975aef00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a381b3-aadd-45f3-a0e5-c689975aef00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5358168523194128419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a381b3-aadd-45f3-a0e5-c689975aef00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58a676b7-e9d6-4dfd-a441-524195b3b4bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a676b7-e9d6-4dfd-a441-524195b3b4bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15965675699342255981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ef8b0bd-3447-443a-ba50-095830bf8e5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dce0e6bb-53f5-4581-b5f6-20131c5c1fd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dce0e6bb-53f5-4581-b5f6-20131c5c1fd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9956093873284445401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a676b7-e9d6-4dfd-a441-524195b3b4bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1762a10d-f380-4883-84bb-57a7fc296353, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1762a10d-f380-4883-84bb-57a7fc296353, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4003898870564749571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dce0e6bb-53f5-4581-b5f6-20131c5c1fd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb18d352-b2d5-418f-b1d8-46d1ef43080b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb18d352-b2d5-418f-b1d8-46d1ef43080b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9708483324192755675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1762a10d-f380-4883-84bb-57a7fc296353, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eb6fc40-822a-431f-b227-a7a9ae76c3c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb6fc40-822a-431f-b227-a7a9ae76c3c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6710306247933639317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb18d352-b2d5-418f-b1d8-46d1ef43080b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fec53b8-8eab-438e-a226-4fef7f3388dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fec53b8-8eab-438e-a226-4fef7f3388dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17307027556316207173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb6fc40-822a-431f-b227-a7a9ae76c3c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f565a393-2e53-4342-a27a-b518745ee9b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fec53b8-8eab-438e-a226-4fef7f3388dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f565a393-2e53-4342-a27a-b518745ee9b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3255594407864490637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 814237ba-20c0-4d0c-819e-fdf530e70280, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 814237ba-20c0-4d0c-819e-fdf530e70280, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8287118993286571319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f565a393-2e53-4342-a27a-b518745ee9b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7783a03-15f3-4f5d-badb-e7c7b8c7ef57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7783a03-15f3-4f5d-badb-e7c7b8c7ef57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921883567976153510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 814237ba-20c0-4d0c-819e-fdf530e70280, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6b333fb-877e-457e-b9d3-36e57a0224c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b333fb-877e-457e-b9d3-36e57a0224c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1725930127880122551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7783a03-15f3-4f5d-badb-e7c7b8c7ef57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a5596f-3c9e-4b98-b311-9b9ede801b95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a5596f-3c9e-4b98-b311-9b9ede801b95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18443442018831671431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6b333fb-877e-457e-b9d3-36e57a0224c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99838b1b-e656-4113-946b-2827624a2c94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99838b1b-e656-4113-946b-2827624a2c94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11836407784978289794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a5596f-3c9e-4b98-b311-9b9ede801b95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99838b1b-e656-4113-946b-2827624a2c94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43ba478f-8fe5-4a18-816c-fbeb6b18d140, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ba478f-8fe5-4a18-816c-fbeb6b18d140, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8245901545747484766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c512a9d2-328e-4d1b-a493-f1a631eceb7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c512a9d2-328e-4d1b-a493-f1a631eceb7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1447601823565256632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ba478f-8fe5-4a18-816c-fbeb6b18d140, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38e6306b-9621-44e0-a2fe-0e03862b4d65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38e6306b-9621-44e0-a2fe-0e03862b4d65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10294638865644887670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c512a9d2-328e-4d1b-a493-f1a631eceb7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a369ec48-ee18-4c46-b072-7a898309093f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a369ec48-ee18-4c46-b072-7a898309093f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15249789803791048786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38e6306b-9621-44e0-a2fe-0e03862b4d65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642fbf65-980d-4aa5-8c7f-80768d2b943b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642fbf65-980d-4aa5-8c7f-80768d2b943b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15229076566289642571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a369ec48-ee18-4c46-b072-7a898309093f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0c3c789-152a-488b-bab7-d0514c9e0909, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c3c789-152a-488b-bab7-d0514c9e0909, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3876300783150009855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642fbf65-980d-4aa5-8c7f-80768d2b943b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b158bb9-aea4-4707-ac13-f4598f85fdad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b158bb9-aea4-4707-ac13-f4598f85fdad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10988044664169177535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c3c789-152a-488b-bab7-d0514c9e0909, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc554dc9-fbc4-4fa2-9750-4e6d2f432467, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc554dc9-fbc4-4fa2-9750-4e6d2f432467, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3726067182646920711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b158bb9-aea4-4707-ac13-f4598f85fdad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8db5c373-00b0-4065-a866-564adb726518, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db5c373-00b0-4065-a866-564adb726518, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11836324420216050109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc554dc9-fbc4-4fa2-9750-4e6d2f432467, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e75bca5-5ea1-4a60-8697-8ce01b25da02, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e75bca5-5ea1-4a60-8697-8ce01b25da02, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12148170798086280065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db5c373-00b0-4065-a866-564adb726518, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eb996d5-59d7-45d8-94aa-443fbb7a961a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eb996d5-59d7-45d8-94aa-443fbb7a961a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9946318311865574358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e75bca5-5ea1-4a60-8697-8ce01b25da02, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b831992-76b6-4303-9b0c-f549fe350727, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b831992-76b6-4303-9b0c-f549fe350727, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838583610631250925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eb996d5-59d7-45d8-94aa-443fbb7a961a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6873fb77-5bf3-487f-b174-4f272d6dbf88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6873fb77-5bf3-487f-b174-4f272d6dbf88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11346364763406104942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b831992-76b6-4303-9b0c-f549fe350727, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b76a41b1-4b38-4abd-8207-f60aec8237de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76a41b1-4b38-4abd-8207-f60aec8237de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9016680255972346309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76a41b1-4b38-4abd-8207-f60aec8237de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a30bb028-6730-475d-bb89-a871c4dfc210, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a30bb028-6730-475d-bb89-a871c4dfc210, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 27857266895567037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2785726689556703727857266895567037278572668955670372785726689556703727857266895567037278572668955670372785726689556703727857266895567037278572668955670372785726689556703727857266895567037278572668955670372785726689556703727857266895567037278572668955670372785726689556703727857266895567037278572668955670372785726689556703727857266895567037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6873fb77-5bf3-487f-b174-4f272d6dbf88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c669e58-fe26-48e3-b429-6c892f060820, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c669e58-fe26-48e3-b429-6c892f060820, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11033020789855538423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a30bb028-6730-475d-bb89-a871c4dfc210, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb739216-edb8-4fe5-b0f3-2a5787b4bf82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb739216-edb8-4fe5-b0f3-2a5787b4bf82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2322155271935865099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c669e58-fe26-48e3-b429-6c892f060820, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fab111d2-3ea8-4871-a1a1-9c305951dd6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab111d2-3ea8-4871-a1a1-9c305951dd6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1732356113191091721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb739216-edb8-4fe5-b0f3-2a5787b4bf82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4377a333-acdf-4aba-8a95-15425108236f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4377a333-acdf-4aba-8a95-15425108236f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10456039378399854324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab111d2-3ea8-4871-a1a1-9c305951dd6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34d6a016-370f-4124-81ee-81271feb7697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d6a016-370f-4124-81ee-81271feb7697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611525231893316309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4377a333-acdf-4aba-8a95-15425108236f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd83dd94-4d86-4197-9719-348e7df24a43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d6a016-370f-4124-81ee-81271feb7697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd83dd94-4d86-4197-9719-348e7df24a43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5681293245450350490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b40db177-611e-40d2-a5b4-83b4df5c75fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b40db177-611e-40d2-a5b4-83b4df5c75fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9085665334162605046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd83dd94-4d86-4197-9719-348e7df24a43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99e62e55-0210-4b93-8f53-cd8dc7f7d1a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99e62e55-0210-4b93-8f53-cd8dc7f7d1a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16558623661957941004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b40db177-611e-40d2-a5b4-83b4df5c75fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 179bb452-4f39-4ca7-80e3-3f03ffbcee23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 179bb452-4f39-4ca7-80e3-3f03ffbcee23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6933926955688951656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99e62e55-0210-4b93-8f53-cd8dc7f7d1a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30ee27f8-b227-4455-9c88-a13688ed7675, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 179bb452-4f39-4ca7-80e3-3f03ffbcee23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ee27f8-b227-4455-9c88-a13688ed7675, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9640685330218900937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96574c3e-6f5a-48f9-97a9-8563db1ec362, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96574c3e-6f5a-48f9-97a9-8563db1ec362, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16865992492930219994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ee27f8-b227-4455-9c88-a13688ed7675, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf8df76f-8c52-49af-974c-3217ac75ef9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf8df76f-8c52-49af-974c-3217ac75ef9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12886778378719179862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96574c3e-6f5a-48f9-97a9-8563db1ec362, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 404df2e0-bf5b-4b0e-afdb-70e396ca1327, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404df2e0-bf5b-4b0e-afdb-70e396ca1327, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14734371592133660645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404df2e0-bf5b-4b0e-afdb-70e396ca1327, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e0b7fa5-d848-4bd5-9c99-53c658817ca8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e0b7fa5-d848-4bd5-9c99-53c658817ca8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 964472832031649503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf8df76f-8c52-49af-974c-3217ac75ef9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da044443-b2ee-4fc2-a42b-b51c2b789f5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da044443-b2ee-4fc2-a42b-b51c2b789f5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4564327664612814152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e0b7fa5-d848-4bd5-9c99-53c658817ca8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d897028-3386-4ec4-bcbd-4686ab7114ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d897028-3386-4ec4-bcbd-4686ab7114ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8489595865251268690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da044443-b2ee-4fc2-a42b-b51c2b789f5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 659b6227-10bb-4eba-952c-fb340e02541c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 659b6227-10bb-4eba-952c-fb340e02541c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8769610584406457124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d897028-3386-4ec4-bcbd-4686ab7114ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 659b6227-10bb-4eba-952c-fb340e02541c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85015bd3-0ae1-43f0-8b65-7c1470a8de9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85015bd3-0ae1-43f0-8b65-7c1470a8de9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9317446183396227152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29241177-dfc4-472a-afb4-e48047e8fe1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29241177-dfc4-472a-afb4-e48047e8fe1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 141829404433969045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85015bd3-0ae1-43f0-8b65-7c1470a8de9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d286b82-917b-4558-9784-3df11873fdd3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d286b82-917b-4558-9784-3df11873fdd3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15091797371473089345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29241177-dfc4-472a-afb4-e48047e8fe1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48889312-619b-400d-ae9b-e81dbb86a520, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48889312-619b-400d-ae9b-e81dbb86a520, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5437657519535038215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48889312-619b-400d-ae9b-e81dbb86a520, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6196957-4d74-4567-ac60-174d8a52916f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6196957-4d74-4567-ac60-174d8a52916f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14929709684899341431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d286b82-917b-4558-9784-3df11873fdd3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b46f75-7c07-4a09-9f09-33d73ce3bd88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b46f75-7c07-4a09-9f09-33d73ce3bd88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 196087660247392906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6196957-4d74-4567-ac60-174d8a52916f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a33b1dc-d43e-48b7-a9f4-20122d658f94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a33b1dc-d43e-48b7-a9f4-20122d658f94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14281812544665381608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b46f75-7c07-4a09-9f09-33d73ce3bd88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3452ebcf-73a0-4a62-8d6c-f53258905f6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3452ebcf-73a0-4a62-8d6c-f53258905f6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17699682894318587523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a33b1dc-d43e-48b7-a9f4-20122d658f94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 955984b6-0fe7-47a0-815a-73b1a1f1dc2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 955984b6-0fe7-47a0-815a-73b1a1f1dc2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12441912403957803120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3452ebcf-73a0-4a62-8d6c-f53258905f6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc4b1cdd-24a1-4daf-9698-78f438098fd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc4b1cdd-24a1-4daf-9698-78f438098fd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11821717525859099074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 955984b6-0fe7-47a0-815a-73b1a1f1dc2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ff8f282-9765-465f-9cb6-c4672813571c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff8f282-9765-465f-9cb6-c4672813571c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 76570357428256461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7657035742825646176570357428256461765703574282564617657035742825646176570357428256461765703574282564617657035742825646176570357428256461765703574282564617657035742825646176570357428256461765703574282564617657035742825646176570357428256461765703574282564617657035742825646176570357428256461765703574282564617657035742825646176570357428256461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc4b1cdd-24a1-4daf-9698-78f438098fd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04d3e75f-049a-4f5c-8a1f-d28c03135d40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff8f282-9765-465f-9cb6-c4672813571c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04d3e75f-049a-4f5c-8a1f-d28c03135d40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14347471104099758127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d8d3614-3b85-4a0d-b6bf-0aa6cbad63bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d8d3614-3b85-4a0d-b6bf-0aa6cbad63bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5076259895491375165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04d3e75f-049a-4f5c-8a1f-d28c03135d40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 291743a3-e279-4993-9024-6716db97c4dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291743a3-e279-4993-9024-6716db97c4dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2411316274640095347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d8d3614-3b85-4a0d-b6bf-0aa6cbad63bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c271af16-4a2d-4d26-bb95-233a56572175, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c271af16-4a2d-4d26-bb95-233a56572175, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9121374876469285355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291743a3-e279-4993-9024-6716db97c4dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bd4ed40-7984-4f1e-8a05-c9f2858ce424, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd4ed40-7984-4f1e-8a05-c9f2858ce424, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10506261512374956490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c271af16-4a2d-4d26-bb95-233a56572175, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f578c121-8975-4e98-8ded-00998d6aeece, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f578c121-8975-4e98-8ded-00998d6aeece, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2684643107193562752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd4ed40-7984-4f1e-8a05-c9f2858ce424, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 302a585a-5d81-42b2-bad6-4e4dd340b887, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 302a585a-5d81-42b2-bad6-4e4dd340b887, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8797217812434788957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f578c121-8975-4e98-8ded-00998d6aeece, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 302a585a-5d81-42b2-bad6-4e4dd340b887, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bd75f62-273d-4307-b2f2-5c3fc3af24f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd75f62-273d-4307-b2f2-5c3fc3af24f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7402669698882615752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 566f8373-c705-4c88-ad3f-829cc390792e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566f8373-c705-4c88-ad3f-829cc390792e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12522579305236832909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd75f62-273d-4307-b2f2-5c3fc3af24f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a26f139-301a-4c25-bb12-3154d2e20c7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566f8373-c705-4c88-ad3f-829cc390792e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a26f139-301a-4c25-bb12-3154d2e20c7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2483358537025476882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f8e9feb-7c45-4319-b79b-90d5e9584fe8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f8e9feb-7c45-4319-b79b-90d5e9584fe8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17056068614194831164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a26f139-301a-4c25-bb12-3154d2e20c7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7908271f-08b0-4e76-aedb-88615e1f467a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7908271f-08b0-4e76-aedb-88615e1f467a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863084276595544241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f8e9feb-7c45-4319-b79b-90d5e9584fe8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9bafff0-9e63-481e-bf4f-ebfc71e84ba8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9bafff0-9e63-481e-bf4f-ebfc71e84ba8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 734103909385628579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7908271f-08b0-4e76-aedb-88615e1f467a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14d985e7-7121-4ec9-b556-80a80225df2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14d985e7-7121-4ec9-b556-80a80225df2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11401035175566537503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9bafff0-9e63-481e-bf4f-ebfc71e84ba8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c16fd90-28ec-4653-ae11-15bb8d2417f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c16fd90-28ec-4653-ae11-15bb8d2417f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6422092059021625194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14d985e7-7121-4ec9-b556-80a80225df2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86fc6d57-f9b1-48cc-9bd3-eb6ac2e81206, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86fc6d57-f9b1-48cc-9bd3-eb6ac2e81206, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13354059556291940281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c16fd90-28ec-4653-ae11-15bb8d2417f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bd95a37-3be1-4b6f-97bd-e03c8de0eda9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd95a37-3be1-4b6f-97bd-e03c8de0eda9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874268402629078343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86fc6d57-f9b1-48cc-9bd3-eb6ac2e81206, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e17aaa4-1c13-46c8-83e4-04b134c04fd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e17aaa4-1c13-46c8-83e4-04b134c04fd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8320087228224650187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd95a37-3be1-4b6f-97bd-e03c8de0eda9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48f3d637-de28-4506-ba7a-11c8c05b93dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48f3d637-de28-4506-ba7a-11c8c05b93dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10201532032313882640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e17aaa4-1c13-46c8-83e4-04b134c04fd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 206a2818-272d-470f-a923-7d1f1be83859, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 206a2818-272d-470f-a923-7d1f1be83859, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 922712275541739147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48f3d637-de28-4506-ba7a-11c8c05b93dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f9efea-1ac2-4270-8aca-14f294b623da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f9efea-1ac2-4270-8aca-14f294b623da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6823393589153247552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 206a2818-272d-470f-a923-7d1f1be83859, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 988d081f-cec0-4e76-80e6-347b66502a8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 988d081f-cec0-4e76-80e6-347b66502a8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17352661682399069802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f9efea-1ac2-4270-8aca-14f294b623da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f11ff41f-8b55-45bd-b592-38b342ea977f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11ff41f-8b55-45bd-b592-38b342ea977f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6241092804481621297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 988d081f-cec0-4e76-80e6-347b66502a8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1afe6510-3d51-4369-b712-7b80f5dbf65a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1afe6510-3d51-4369-b712-7b80f5dbf65a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 317376569676949531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11ff41f-8b55-45bd-b592-38b342ea977f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af18efe0-24dd-4958-8104-7e605c55871a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af18efe0-24dd-4958-8104-7e605c55871a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8686476292860098075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1afe6510-3d51-4369-b712-7b80f5dbf65a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff566c54-ed8b-4e57-a370-1195fe3a19f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff566c54-ed8b-4e57-a370-1195fe3a19f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12197758198502669522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af18efe0-24dd-4958-8104-7e605c55871a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5ce91ee-c6a8-4942-92d6-67b4f72d5393, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ce91ee-c6a8-4942-92d6-67b4f72d5393, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10029580316687968046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff566c54-ed8b-4e57-a370-1195fe3a19f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c679955-785a-422c-9a96-f1c9eed494fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c679955-785a-422c-9a96-f1c9eed494fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12441185003201757262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ce91ee-c6a8-4942-92d6-67b4f72d5393, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e64ef2d-ffeb-477e-a30d-7773a92e381f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e64ef2d-ffeb-477e-a30d-7773a92e381f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14545924440684215586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c679955-785a-422c-9a96-f1c9eed494fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bd6a9f-51fd-4274-87dc-6830319e7067, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bd6a9f-51fd-4274-87dc-6830319e7067, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17395582005812369130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e64ef2d-ffeb-477e-a30d-7773a92e381f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8179c14-c382-46d6-83a8-8f5a94a13e90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8179c14-c382-46d6-83a8-8f5a94a13e90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13073587299210985418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bd6a9f-51fd-4274-87dc-6830319e7067, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 257ff34d-9933-47bf-a12b-84f2b291a00e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257ff34d-9933-47bf-a12b-84f2b291a00e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2166906125808768282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8179c14-c382-46d6-83a8-8f5a94a13e90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b57ce418-ecb2-417b-b6ca-2bf6a8a59820, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57ce418-ecb2-417b-b6ca-2bf6a8a59820, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471982959079035667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257ff34d-9933-47bf-a12b-84f2b291a00e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66349e92-f4d0-44da-8d16-48b320a7f70e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66349e92-f4d0-44da-8d16-48b320a7f70e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14872013334107336129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57ce418-ecb2-417b-b6ca-2bf6a8a59820, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe0ba6c9-d473-4aa1-a078-415f4397f3c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0ba6c9-d473-4aa1-a078-415f4397f3c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14748232755198077205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66349e92-f4d0-44da-8d16-48b320a7f70e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0ba6c9-d473-4aa1-a078-415f4397f3c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6cae8a6-bab9-4f9d-9239-630856c96468, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6321a878-6f22-4a38-a780-9e7baddbbb44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6321a878-6f22-4a38-a780-9e7baddbbb44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15266202528700840242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6cae8a6-bab9-4f9d-9239-630856c96468, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6111409826071395657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6321a878-6f22-4a38-a780-9e7baddbbb44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f320b56-6360-460f-912d-6008f0266550, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f320b56-6360-460f-912d-6008f0266550, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635143620351712981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6cae8a6-bab9-4f9d-9239-630856c96468, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38771f39-3cbb-4917-bd7d-23738cc387c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38771f39-3cbb-4917-bd7d-23738cc387c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16385303839650304239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f320b56-6360-460f-912d-6008f0266550, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c2b9a03-73ec-4d06-8c24-f6698d8d2db7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c2b9a03-73ec-4d06-8c24-f6698d8d2db7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17888203186260076927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38771f39-3cbb-4917-bd7d-23738cc387c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 426046e4-a0d5-4952-8814-a6178449dd54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 426046e4-a0d5-4952-8814-a6178449dd54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1208548425881585508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c2b9a03-73ec-4d06-8c24-f6698d8d2db7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fb2299b-511b-4f96-b9f1-4c37fdb8b397, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb2299b-511b-4f96-b9f1-4c37fdb8b397, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16483223825722927021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 426046e4-a0d5-4952-8814-a6178449dd54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e966c35f-aba0-4087-8a0f-34bca1223061, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e966c35f-aba0-4087-8a0f-34bca1223061, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5670202752746255068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb2299b-511b-4f96-b9f1-4c37fdb8b397, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab6d272b-7c8f-4389-aa52-1012683f6686, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab6d272b-7c8f-4389-aa52-1012683f6686, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3507443716445806328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e966c35f-aba0-4087-8a0f-34bca1223061, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 782e5ba4-6772-408d-a7cd-b576f974b05c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 782e5ba4-6772-408d-a7cd-b576f974b05c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12590128545762500697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab6d272b-7c8f-4389-aa52-1012683f6686, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9847287b-68e8-4947-907c-64155df3cc88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9847287b-68e8-4947-907c-64155df3cc88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2664888536558524453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 782e5ba4-6772-408d-a7cd-b576f974b05c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a89cc5a-af77-4344-80d9-8ff940df123e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a89cc5a-af77-4344-80d9-8ff940df123e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15821630785353674752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9847287b-68e8-4947-907c-64155df3cc88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a89cc5a-af77-4344-80d9-8ff940df123e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b914f02-d386-49f3-a04a-3c6a0d681a95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b914f02-d386-49f3-a04a-3c6a0d681a95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3500444300782394781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b21fb2c5-4927-4c19-9fe5-ecd4ed58a738, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b21fb2c5-4927-4c19-9fe5-ecd4ed58a738, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 167664273075824224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b914f02-d386-49f3-a04a-3c6a0d681a95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea2faf0-706d-437c-b016-b7e3c1373876, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea2faf0-706d-437c-b016-b7e3c1373876, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6214007835910843187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b21fb2c5-4927-4c19-9fe5-ecd4ed58a738, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b7da326-6ee0-4ad2-9f23-59fabb27a492, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b7da326-6ee0-4ad2-9f23-59fabb27a492, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7514251153071966193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea2faf0-706d-437c-b016-b7e3c1373876, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee95cf3a-df7f-45f4-93af-ee616801930e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b7da326-6ee0-4ad2-9f23-59fabb27a492, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d570127f-af6d-4968-a12d-fe5e3da5ac52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee95cf3a-df7f-45f4-93af-ee616801930e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6417832883148485262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d570127f-af6d-4968-a12d-fe5e3da5ac52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5194089966205661920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee95cf3a-df7f-45f4-93af-ee616801930e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46c1136f-44aa-43fc-8eb0-f1d1d8e1ad0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c1136f-44aa-43fc-8eb0-f1d1d8e1ad0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5993760979671721690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d570127f-af6d-4968-a12d-fe5e3da5ac52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f31eb2a-95e7-4f6b-b0f4-033e76757e96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f31eb2a-95e7-4f6b-b0f4-033e76757e96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6784319275414059199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c1136f-44aa-43fc-8eb0-f1d1d8e1ad0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 286d45bd-6743-4732-a79a-9d9a8ca3ff66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286d45bd-6743-4732-a79a-9d9a8ca3ff66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13452122689896457276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f31eb2a-95e7-4f6b-b0f4-033e76757e96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46794d06-230d-4a19-8d4d-aec08f063d54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46794d06-230d-4a19-8d4d-aec08f063d54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12847327285657690140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 286d45bd-6743-4732-a79a-9d9a8ca3ff66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 034b63a1-0644-40df-88dc-84a98b6bb700, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 034b63a1-0644-40df-88dc-84a98b6bb700, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6100887675251012550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46794d06-230d-4a19-8d4d-aec08f063d54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d38d960d-f243-4eb2-8372-13d8b014016b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d38d960d-f243-4eb2-8372-13d8b014016b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11957534878446655945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 034b63a1-0644-40df-88dc-84a98b6bb700, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ce1ebf9-6cf8-459d-bfcb-b8cbcc3890a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce1ebf9-6cf8-459d-bfcb-b8cbcc3890a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12601972376864361171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d38d960d-f243-4eb2-8372-13d8b014016b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5365617-771a-438d-81df-03b87849ec29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5365617-771a-438d-81df-03b87849ec29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4801328726293848545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce1ebf9-6cf8-459d-bfcb-b8cbcc3890a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6e4910c-7ad4-485a-8017-16d4c06b03de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6e4910c-7ad4-485a-8017-16d4c06b03de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5319185438601548714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5365617-771a-438d-81df-03b87849ec29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 234c1385-82f9-408d-8021-02b863b92cf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 234c1385-82f9-408d-8021-02b863b92cf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6329130944630023209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6e4910c-7ad4-485a-8017-16d4c06b03de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 234c1385-82f9-408d-8021-02b863b92cf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2957c497-a949-47b3-b1f8-90734df50944, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2957c497-a949-47b3-b1f8-90734df50944, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17300387409803073129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 960b1048-c9a9-4f00-8f69-214895f1a0fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960b1048-c9a9-4f00-8f69-214895f1a0fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12875390119189695983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2957c497-a949-47b3-b1f8-90734df50944, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3048169-1f32-4205-aad2-f84a9aa39b2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3048169-1f32-4205-aad2-f84a9aa39b2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13477911998251955060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960b1048-c9a9-4f00-8f69-214895f1a0fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 709340bc-efec-4f1c-8b67-eefd5637dc99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 709340bc-efec-4f1c-8b67-eefd5637dc99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14432352358558230158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3048169-1f32-4205-aad2-f84a9aa39b2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0888ec4-657b-492e-b94a-a4cd55a75c5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0888ec4-657b-492e-b94a-a4cd55a75c5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4148793042316577524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 709340bc-efec-4f1c-8b67-eefd5637dc99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb641b8-149b-49be-aabd-a73f707ebdd4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb641b8-149b-49be-aabd-a73f707ebdd4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11927985701162430276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0888ec4-657b-492e-b94a-a4cd55a75c5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffbc2eb3-6235-45f1-871b-8a976bb0ed05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffbc2eb3-6235-45f1-871b-8a976bb0ed05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12141403691198249844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb641b8-149b-49be-aabd-a73f707ebdd4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2aa8ed-4968-4058-b4dc-e09c8dc2b105, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2aa8ed-4968-4058-b4dc-e09c8dc2b105, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16998749718934072287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffbc2eb3-6235-45f1-871b-8a976bb0ed05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2bae4e-4920-498a-822f-2e17912856f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2bae4e-4920-498a-822f-2e17912856f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13949274038582828234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2aa8ed-4968-4058-b4dc-e09c8dc2b105, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0aa0b2a-8f40-4659-aec9-ad4cd7c5eed8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0aa0b2a-8f40-4659-aec9-ad4cd7c5eed8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8108238877262656470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2bae4e-4920-498a-822f-2e17912856f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a03a02-bde1-4362-b91f-4b7b62194b78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a03a02-bde1-4362-b91f-4b7b62194b78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2291152321184194729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0aa0b2a-8f40-4659-aec9-ad4cd7c5eed8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e60f18-0b15-43ee-a574-b1abf44e0956, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e60f18-0b15-43ee-a574-b1abf44e0956, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8404823473104075772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a03a02-bde1-4362-b91f-4b7b62194b78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f02a06d6-eb06-44a0-abfe-ea1762d5b47d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f02a06d6-eb06-44a0-abfe-ea1762d5b47d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2491160171521076599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e60f18-0b15-43ee-a574-b1abf44e0956, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c42ef9dc-5b99-4a58-8b39-68951da27c73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c42ef9dc-5b99-4a58-8b39-68951da27c73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 468269105369785711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f02a06d6-eb06-44a0-abfe-ea1762d5b47d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59421202-395a-4e7c-816b-f560cdd25fb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59421202-395a-4e7c-816b-f560cdd25fb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13912186577287032733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c42ef9dc-5b99-4a58-8b39-68951da27c73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 480c0917-b38c-48e1-8da6-3f85e7b111be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 480c0917-b38c-48e1-8da6-3f85e7b111be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3175132735125991746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59421202-395a-4e7c-816b-f560cdd25fb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edf3e3b7-ba48-4fb3-8e47-573e569250d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf3e3b7-ba48-4fb3-8e47-573e569250d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16402595858477025135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 480c0917-b38c-48e1-8da6-3f85e7b111be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d8d2b04-9ecc-4752-b239-1466e9f341a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d8d2b04-9ecc-4752-b239-1466e9f341a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14963790970046307655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf3e3b7-ba48-4fb3-8e47-573e569250d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc9c1127-a6f1-4e9a-a6fc-e9c1c36a74b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9c1127-a6f1-4e9a-a6fc-e9c1c36a74b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7152128260337915760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d8d2b04-9ecc-4752-b239-1466e9f341a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 992f7ee6-102a-4647-89ba-8547747fc3aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 992f7ee6-102a-4647-89ba-8547747fc3aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9873697478264205451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9c1127-a6f1-4e9a-a6fc-e9c1c36a74b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eeacb12-3160-411f-bee1-c55449e23f1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eeacb12-3160-411f-bee1-c55449e23f1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12909493914112937385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 992f7ee6-102a-4647-89ba-8547747fc3aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a2567d5-ad3d-4adb-b694-7062beb1456c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2567d5-ad3d-4adb-b694-7062beb1456c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7172962759808890453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eeacb12-3160-411f-bee1-c55449e23f1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd50159d-ddfa-4636-8c36-400cc11047e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd50159d-ddfa-4636-8c36-400cc11047e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8439160301616285993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2567d5-ad3d-4adb-b694-7062beb1456c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a72f28ec-b3ac-4b24-ba7a-8bcd2eed55fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a72f28ec-b3ac-4b24-ba7a-8bcd2eed55fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6453708089899012420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd50159d-ddfa-4636-8c36-400cc11047e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fc8c9e9-e0a6-4226-b14a-6ca4a7961ecf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc8c9e9-e0a6-4226-b14a-6ca4a7961ecf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15801553913340634845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a72f28ec-b3ac-4b24-ba7a-8bcd2eed55fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac30c21d-dc91-40ed-bc98-b7efef7eab89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac30c21d-dc91-40ed-bc98-b7efef7eab89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 94632875814425479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9463287581442547994632875814425479946328758144254799463287581442547994632875814425479946328758144254799463287581442547994632875814425479946328758144254799463287581442547994632875814425479946328758144254799463287581442547994632875814425479946328758144254799463287581442547994632875814425479946328758144254799463287581442547994632875814425479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc8c9e9-e0a6-4226-b14a-6ca4a7961ecf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b624f5ea-0ac5-4f13-a8ff-a884b4698c9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b624f5ea-0ac5-4f13-a8ff-a884b4698c9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14152250451675571111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac30c21d-dc91-40ed-bc98-b7efef7eab89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac4c7b61-ec09-48f6-8e67-c53806850f39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4c7b61-ec09-48f6-8e67-c53806850f39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3926785338593126528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b624f5ea-0ac5-4f13-a8ff-a884b4698c9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 436f922b-907d-4b0f-b48d-ad0ef8ed986d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 436f922b-907d-4b0f-b48d-ad0ef8ed986d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17095639929459323669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4c7b61-ec09-48f6-8e67-c53806850f39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db46102b-15e3-4464-949f-ad64caf49164, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 436f922b-907d-4b0f-b48d-ad0ef8ed986d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 560fe314-1499-449a-bb95-768595b8751d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 560fe314-1499-449a-bb95-768595b8751d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13761514178948547573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db46102b-15e3-4464-949f-ad64caf49164, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13620864791707637115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 560fe314-1499-449a-bb95-768595b8751d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db46102b-15e3-4464-949f-ad64caf49164, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38789251-8137-482e-bffe-61224632aefa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d881463-3477-46de-8015-ae902022f125, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38789251-8137-482e-bffe-61224632aefa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8649724037136043072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d881463-3477-46de-8015-ae902022f125, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 73232870065717933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7323287006571793373232870065717933732328700657179337323287006571793373232870065717933732328700657179337323287006571793373232870065717933732328700657179337323287006571793373232870065717933732328700657179337323287006571793373232870065717933732328700657179337323287006571793373232870065717933732328700657179337323287006571793373232870065717933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38789251-8137-482e-bffe-61224632aefa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01b2a28b-09bd-41d7-9737-76eac19819b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01b2a28b-09bd-41d7-9737-76eac19819b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14772464814783996284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d881463-3477-46de-8015-ae902022f125, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb551d45-1546-47c4-a72f-88d1f5ad3e50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb551d45-1546-47c4-a72f-88d1f5ad3e50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7443962051067361973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01b2a28b-09bd-41d7-9737-76eac19819b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b7c79f-5568-40f2-a721-b4a1120a52ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b7c79f-5568-40f2-a721-b4a1120a52ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4021154793772409297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb551d45-1546-47c4-a72f-88d1f5ad3e50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d40bb4af-4fd1-4603-92be-e1a9984fbaad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40bb4af-4fd1-4603-92be-e1a9984fbaad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7382519953319469558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b7c79f-5568-40f2-a721-b4a1120a52ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87e661f2-bf73-4c86-9123-e0313745a268, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e661f2-bf73-4c86-9123-e0313745a268, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13412201418599191913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40bb4af-4fd1-4603-92be-e1a9984fbaad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34f460fb-d02a-466e-bc64-826e19dcdecd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34f460fb-d02a-466e-bc64-826e19dcdecd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12169308936719722321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e661f2-bf73-4c86-9123-e0313745a268, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7a288b-3613-4467-9491-c9db3931fc15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7a288b-3613-4467-9491-c9db3931fc15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10540388511454072252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34f460fb-d02a-466e-bc64-826e19dcdecd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c2ea82-0ddb-4f36-a8ca-2cde08306ae2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c2ea82-0ddb-4f36-a8ca-2cde08306ae2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9202794569452550768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7a288b-3613-4467-9491-c9db3931fc15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53db3c35-8206-4944-93ba-b3d09e6ec941, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53db3c35-8206-4944-93ba-b3d09e6ec941, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1640792098049724795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c2ea82-0ddb-4f36-a8ca-2cde08306ae2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e64e5a36-eb09-4bff-9c9c-0cadc0d23167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64e5a36-eb09-4bff-9c9c-0cadc0d23167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 982425188644177206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53db3c35-8206-4944-93ba-b3d09e6ec941, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 104a95b1-5b14-4558-8caa-6c0582ffc1f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 104a95b1-5b14-4558-8caa-6c0582ffc1f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17597774689119130095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64e5a36-eb09-4bff-9c9c-0cadc0d23167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1fcd78e-78d4-454a-a40f-7a1f0665f674, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1fcd78e-78d4-454a-a40f-7a1f0665f674, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16072819284233471953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 104a95b1-5b14-4558-8caa-6c0582ffc1f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a301095-a2b9-4677-ae86-7dfa076e41ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1fcd78e-78d4-454a-a40f-7a1f0665f674, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a301095-a2b9-4677-ae86-7dfa076e41ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4789795823445275312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b95ca58d-afed-4bcc-9368-c15edea294cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a301095-a2b9-4677-ae86-7dfa076e41ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ab4d883-ba1a-4701-88fb-58357e2c1310, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b95ca58d-afed-4bcc-9368-c15edea294cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10838086600774431315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab4d883-ba1a-4701-88fb-58357e2c1310, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8834256871574368077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b95ca58d-afed-4bcc-9368-c15edea294cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46736c19-419e-415d-8330-fee350c69c4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46736c19-419e-415d-8330-fee350c69c4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14751969409549362638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab4d883-ba1a-4701-88fb-58357e2c1310, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b888438-1dad-44c6-b3b3-10ac522d8933, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b888438-1dad-44c6-b3b3-10ac522d8933, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4983462201538238434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b888438-1dad-44c6-b3b3-10ac522d8933, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46736c19-419e-415d-8330-fee350c69c4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56cfa2ee-c9d2-402d-a1ce-1a41acc071af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56cfa2ee-c9d2-402d-a1ce-1a41acc071af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15447040804299569168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d8ec5e-0403-4150-926d-d77b4ce573f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d8ec5e-0403-4150-926d-d77b4ce573f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18422917766465421558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d8ec5e-0403-4150-926d-d77b4ce573f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3bc036d-66bd-4b86-a10f-4dc2575776e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3bc036d-66bd-4b86-a10f-4dc2575776e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17586856060171351687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56cfa2ee-c9d2-402d-a1ce-1a41acc071af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306ee419-69a5-49e7-9b35-cfc89f16a498, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306ee419-69a5-49e7-9b35-cfc89f16a498, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6945814324700325188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3bc036d-66bd-4b86-a10f-4dc2575776e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdc0ea3e-1815-430a-9efd-a648617e1fb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdc0ea3e-1815-430a-9efd-a648617e1fb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9890775026685943405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdc0ea3e-1815-430a-9efd-a648617e1fb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0190c69-c3de-4d25-a6ca-aab4f6c898e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306ee419-69a5-49e7-9b35-cfc89f16a498, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0190c69-c3de-4d25-a6ca-aab4f6c898e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16290088971421599999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5cf9e5f-9193-41f8-9856-07d0580366d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5cf9e5f-9193-41f8-9856-07d0580366d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5661432969451172157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5cf9e5f-9193-41f8-9856-07d0580366d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b466842-63a1-4423-8454-8fd8d318858a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0190c69-c3de-4d25-a6ca-aab4f6c898e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b466842-63a1-4423-8454-8fd8d318858a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2951319162818715264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26cac0a4-cbe1-472c-885e-0ebc56d7327b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26cac0a4-cbe1-472c-885e-0ebc56d7327b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12585413297427204523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26cac0a4-cbe1-472c-885e-0ebc56d7327b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc22c8e3-90a5-4b82-935c-73264a36e725, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc22c8e3-90a5-4b82-935c-73264a36e725, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1686553724261046178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b466842-63a1-4423-8454-8fd8d318858a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 682dda9d-89a9-4387-a134-99848e03dc5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 682dda9d-89a9-4387-a134-99848e03dc5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9558204977215965660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc22c8e3-90a5-4b82-935c-73264a36e725, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 682dda9d-89a9-4387-a134-99848e03dc5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6ec7a81-9e9c-4d8e-ac8f-eddb9ca05183, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6ec7a81-9e9c-4d8e-ac8f-eddb9ca05183, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14740573010964046284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 832fe8aa-d747-4234-85e4-a3fbdf9bb9a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 832fe8aa-d747-4234-85e4-a3fbdf9bb9a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2368655143606317591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 832fe8aa-d747-4234-85e4-a3fbdf9bb9a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6ec7a81-9e9c-4d8e-ac8f-eddb9ca05183, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9659d532-8abb-40e4-b3e7-93766e47f92a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89e4c245-989e-4b59-a9ee-5c29936dd476, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9659d532-8abb-40e4-b3e7-93766e47f92a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7089021315270316625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89e4c245-989e-4b59-a9ee-5c29936dd476, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7389581313683555264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9659d532-8abb-40e4-b3e7-93766e47f92a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89e4c245-989e-4b59-a9ee-5c29936dd476, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a78a0ac-e64f-4e7c-b78f-d925f7155ed1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a78a0ac-e64f-4e7c-b78f-d925f7155ed1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3412929393036988241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73082170-0aa5-4f38-8440-a12fd6d7004f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73082170-0aa5-4f38-8440-a12fd6d7004f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7846950692072423921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a78a0ac-e64f-4e7c-b78f-d925f7155ed1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73082170-0aa5-4f38-8440-a12fd6d7004f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a57203b-9923-464d-8007-e0fbf559a8ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eafb6d87-e727-4001-9da1-0491516c08b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a57203b-9923-464d-8007-e0fbf559a8ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2269435393536320671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eafb6d87-e727-4001-9da1-0491516c08b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16416155406833079585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a57203b-9923-464d-8007-e0fbf559a8ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eafb6d87-e727-4001-9da1-0491516c08b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ca9cb32-6116-4b1d-b8d7-ee79478180c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ca9cb32-6116-4b1d-b8d7-ee79478180c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3949992151231978916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de2f021d-699c-4fae-ba54-481715cb580f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2f021d-699c-4fae-ba54-481715cb580f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14961069438698654227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ca9cb32-6116-4b1d-b8d7-ee79478180c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" 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:14525/3
---------------------------- Captured log teardown -----------------------------
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28b08276-fdf6-4923-b41f-6ccc47f8f859, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43bbd961-48df-4f39-b06e-88d24f477472, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43bbd961-48df-4f39-b06e-88d24f477472, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1388608862304696052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13886088623046960521388608862304696052138860886230469605213886088623046960521388608862304696052138860886230469605213886088623046960521388608862304696052138860886230469605213886088623046960521388608862304696052138860886230469605213886088623046960521388608862304696052138860886230469605213886088623046960521388608862304696052138860886230469605213886088623046960521388608862304696052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531793f1-ec73-4bd6-b1cf-7e83f398ada1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f7ffe5d-b4dc-4ca5-b590-e66296d45ca2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f7ffe5d-b4dc-4ca5-b590-e66296d45ca2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1553168134635114542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15531681346351145421553168134635114542155316813463511454215531681346351145421553168134635114542155316813463511454215531681346351145421553168134635114542155316813463511454215531681346351145421553168134635114542155316813463511454215531681346351145421553168134635114542155316813463511454215531681346351145421553168134635114542155316813463511454215531681346351145421553168134635114542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43bbd961-48df-4f39-b06e-88d24f477472, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c1b6949-5785-40e1-83a8-c324416dd737, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c1b6949-5785-40e1-83a8-c324416dd737, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13581340663649470169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358134066364947016913581340663649470169135813406636494701691358134066364947016913581340663649470169135813406636494701691358134066364947016913581340663649470169135813406636494701691358134066364947016913581340663649470169135813406636494701691358134066364947016913581340663649470169135813406636494701691358134066364947016913581340663649470169135813406636494701691358134066364947016913581340663649470169" } } } 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:14525/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f7ffe5d-b4dc-4ca5-b590-e66296d45ca2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39e2ba10-3dc3-4a77-b129-2edbe9729540, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e2ba10-3dc3-4a77-b129-2edbe9729540, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16289961869756712459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628996186975671245916289961869756712459162899618697567124591628996186975671245916289961869756712459162899618697567124591628996186975671245916289961869756712459162899618697567124591628996186975671245916289961869756712459162899618697567124591628996186975671245916289961869756712459162899618697567124591628996186975671245916289961869756712459162899618697567124591628996186975671245916289961869756712459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c1b6949-5785-40e1-83a8-c324416dd737, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5aa0456df0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5aa0456df0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, cd7cf946-fa13-45ae-87c4-f4a1b97620b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, cd7cf946-fa13-45ae-87c4-f4a1b97620b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e2ba10-3dc3-4a77-b129-2edbe9729540, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, cd7cf946-fa13-45ae-87c4-f4a1b97620b3, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, cd7cf946-fa13-45ae-87c4-f4a1b97620b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, cd7cf946-fa13-45ae-87c4-f4a1b97620b3, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5aa0456df0>
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 0x7b5aa2451df0 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 0x7b5aa294aaf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa294aaf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 2455738d-941f-4ac9-a741-46e90b04cbe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2455738d-941f-4ac9-a741-46e90b04cbe4, ghrun-riky6msjhe.auto.internal:28913): 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 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5a9ffbd2b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9ffbd2b0> 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 0x7b5a9ffbd2b0> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7b5a9e2129f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9e2129f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, a0525cd4-d11f-46c6-bb39-32241678eaf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a0525cd4-d11f-46c6-bb39-32241678eaf9, ghrun-riky6msjhe.auto.internal:28913): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 5cd1b567-c523-4ec2-887d-1acc57a58b3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 5cd1b567-c523-4ec2-887d-1acc57a58b3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 2455738d-941f-4ac9-a741-46e90b04cbe4, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
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 0x7b5a9f8bf030 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 0x7b5a9f8dda30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f8dda30>
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 2455738d-941f-4ac9-a741-46e90b04cbe4, ghrun-riky6msjhe.auto.internal:28913): 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-26T17:15:48.852157825+00:00"}"
>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, c37151e5-5d0e-4290-a6ac-c778d678aedc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 2455738d-941f-4ac9-a741-46e90b04cbe4, ghrun-riky6msjhe.auto.internal:28913): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c37151e5-5d0e-4290-a6ac-c778d678aedc, ghrun-riky6msjhe.auto.internal:28913): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:28913
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-26T17:15:48.852157825+00:00"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 5cd1b567-c523-4ec2-887d-1acc57a58b3e, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 5cd1b567-c523-4ec2-887d-1acc57a58b3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 5cd1b567-c523-4ec2-887d-1acc57a58b3e, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, a0525cd4-d11f-46c6-bb39-32241678eaf9, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, b5c7d043-21a2-4f51-931b-345cc9a9435f, localhost:62007): creating call state
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, a0525cd4-d11f-46c6-bb39-32241678eaf9, ghrun-riky6msjhe.auto.internal:28913): 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-26T17:15:48.894494775+00:00"}"
>
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b5c7d043-21a2-4f51-931b-345cc9a9435f, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, a0525cd4-d11f-46c6-bb39-32241678eaf9, ghrun-riky6msjhe.auto.internal:28913): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:28913
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-26T17:15:48.894494775+00:00"}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, c37151e5-5d0e-4290-a6ac-c778d678aedc, ghrun-riky6msjhe.auto.internal:28913): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, c37151e5-5d0e-4290-a6ac-c778d678aedc, ghrun-riky6msjhe.auto.internal:28913): 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-26T17:15:48.904911903+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, c37151e5-5d0e-4290-a6ac-c778d678aedc, ghrun-riky6msjhe.auto.internal:28913): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:28913
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-26T17:15:48.904911903+00:00"}"
>
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b5c7d043-21a2-4f51-931b-345cc9a9435f, localhost:62007): 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:62007". 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:62007
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, 817d5273-9c35-4d7e-bc4b-b7dfdedabbad, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 817d5273-9c35-4d7e-bc4b-b7dfdedabbad, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
INFO     ydb.connection:connection.py:77 RpcState(ListEndpoints, 817d5273-9c35-4d7e-bc4b-b7dfdedabbad, localhost:62007): 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  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-11-26T17:15:51.559633696+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(ListEndpoints, 817d5273-9c35-4d7e-bc4b-b7dfdedabbad, localhost:62007): 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:62007". 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  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-11-26T17:15:51.559633696+00:00"}"
>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa294aaf0>
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 0x7b5aa2451df0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5a9f8bf030 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 0x7b5a9ed07470 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 0x7b5a9ecac530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ecac530>
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 0x7b5a9f8cacb0 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 0x7b5a9ed39370>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ed39370>
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 0x7b5a9e2129f0>
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:8661/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:23411/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:28913/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:26685/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:11911/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:13976/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:5649/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:12475/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:61996/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:3145/4
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f8dda30>
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 0x7b5a9ed07470 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5a9f8cacb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa294aaf0>
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 0x7b5aa294aaf0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5aa294aaf0> 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 0x7b5aa1cf7df0 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 0x7b5a9fcf50b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9fcf50b0>
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 0x7b5a9ecdbdb0 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 0x7b5a9ecb6cf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ecb6cf0>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". 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 0x7b5a9ecac530>
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 0x7b5aa1cf7df0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5a9ecdbdb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ed39370>
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 0x7b5a9ed39370>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9ed39370> 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 0x7b5aa29c7df0 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 0x7b5a9ecb6230>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ecb6230>
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 0x7b5a9e2129f0>
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 0x7b5aa299f0b0 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 0x7b5a9ecd33f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ecd33f0>
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 0x7b5a9f8dda30>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". 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 0x7b5aa29c7df0 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 0x7b5aa120dab0 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 0x7b5aa11cae70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa11cae70>
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 0x7b5aa299f0b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9fcf50b0>
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 0x7b5aa2d959b0 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 0x7b5aa29a5c30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa29a5c30>
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 0x7b5a9ecb6cf0>
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 0x7b5aa120dab0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5aa2d959b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ecac530>
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 0x7b5a9ecac530>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9ecac530> is no longer active. Current active count 8.
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 0x7b5a9e0fe9f0 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 0x7b5aa07fb830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa07fb830>
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 0x7b5a9f15ff70 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 0x7b5a9ec974f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ec974f0>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ecb6230>
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 0x7b5a9e0fe9f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9e2129f0>
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 0x7b5a9f15ff70 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 0x7b5aa0464270 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 0x7b5aa1209ef0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa1209ef0>
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 0x7b5a9ecd33f0>
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 0x7b5aa11b0730 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 0x7b5aa0b70730>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa0b70730>
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 0x7b5a9f8dda30>
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 0x7b5aa0464270 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". 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 0x7b5aa030bc70 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 0x7b5aa031fa70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa031fa70>
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 0x7b5aa11b0730 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa11cae70>
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 0x7b5a9f8e9230 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 0x7b5aa0460230>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa0460230>
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 0x7b5a9fcf50b0>
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 0x7b5aa030bc70 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 0x7b5aa033bd30 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 0x7b5aa2a9fdf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa2a9fdf0>
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 0x7b5a9f8e9230 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa29a5c30>
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 0x7b5aa1162af0 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 0x7b5aa11523f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa11523f0>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ecb6cf0>
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 0x7b5aa033bd30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa07fb830>
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 0x7b5aa297ec30 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 0x7b5a9f8b4f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f8b4f70>
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 0x7b5aa1162af0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ec974f0>
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 0x7b5aa2996df0 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 0x7b5aa296a730>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa296a730>
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 0x7b5aa297ec30 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 0x7b5a9e8276f0 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 0x7b5a9f8e8270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f8e8270>
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 0x7b5a9ecb6230>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5aa2996df0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9e2129f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7b5aa2cbf630 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 0x7b5aa2cbc530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa2cbc530>
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 0x7b5a9e8276f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa1209ef0>
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 0x7b5aa2e132f0 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 0x7b5a9fde6bb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9fde6bb0>
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 0x7b5aa2cbf630 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ecd33f0>
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 0x7b5a9fe06cb0 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 0x7b5aa2c7cdf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa2c7cdf0>
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 0x7b5aa2e132f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa0b70730>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". Check endpoint correctness.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 128, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7b5aa309b5f0 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 0x7b5aa307ef70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa307ef70>
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 0x7b5a9f8dda30>
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 0x7b5a9fe06cb0 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 0x7b5aa2fbc530 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 0x7b5aa018e670>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa018e670>
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 0x7b5aa031fa70>
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 0x7b5aa309b5f0 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 0x7b5aa2fc0cb0 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 0x7b5aa0186c30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa0186c30>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa11cae70>
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 0x7b5aa2fbc530 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 0x7b5aa0154b70 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 0x7b5a9e6c0fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9e6c0fb0>
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 0x7b5aa0460230>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5aa2fc0cb0 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 0x7b5aa2f939f0 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 0x7b5a9f4b2c30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f4b2c30>
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 0x7b5a9fcf50b0>
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 0x7b5aa0154b70 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 0x7b5aa2f7eff0 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 0x7b5aa01b0730>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa01b0730>
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 0x7b5aa2a9fdf0>
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 0x7b5aa2f939f0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa29a5c30>
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 0x7b5a9ea110f0 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 0x7b5a9f459570>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f459570>
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 0x7b5aa2f7eff0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa11523f0>
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:62007". 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 0x7b5a9e8ad3f0 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 0x7b5a9f70f270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f70f270>
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 0x7b5a9ea110f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ecb6cf0>
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 0x7b5a9f5000b0 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 0x7b5aa24e4c30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa24e4c30>
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 0x7b5aa07fb830>
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 0x7b5a9e8ad3f0 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 0x7b5a9f409f30 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 0x7b5a9f4e5370>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f4e5370>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5a9f5000b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f8b4f70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7b5a9f4bc930 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 0x7b5a9f5aee30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f5aee30>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ec974f0>
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 0x7b5a9f409f30 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 0x7b5aa06bf3f0 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 0x7b5aa06ca7b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa06ca7b0>
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 0x7b5aa296a730>
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 0x7b5a9f4bc930 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f8e8270>
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 0x7b5aa06dd2b0 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 0x7b5aa06de530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa06de530>
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 0x7b5aa06bf3f0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". 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 0x7b5a9ecb6230>
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 0x7b5a9ee429f0 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 0x7b5a9ed452f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ed452f0>
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:62007
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62007". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5aa06dd2b0 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 0x7b5a9f542970 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 0x7b5aa06cbd70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa06cbd70>
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 0x7b5a9e2129f0>
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:62007/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24460
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28775
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20812
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13457
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28913
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5650
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4937
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10289
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62032
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14525
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/10447
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28088
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23801
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23411
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1446
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26322
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3326
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18758
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8661
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30139
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14755
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8769
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5649
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13576
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21260
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15064
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13976
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9257
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28675
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28708
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11911
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18710
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21754
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16099
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26685
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12715
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7526
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14188
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3145
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29694
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23757
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22195
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61996
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64307
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8246
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4227
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12475
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9391
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10849
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30304
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62007
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22582
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29007
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16165
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19584
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29722
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18059
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21837
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12714
=================================== 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/2i5p/000b12/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/2i5p/000b12/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, not started yet
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: 3.409339 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 6.802476 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 10.147891 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 13.56866 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 16.973152 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 20.309471 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 23.601519 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 26.96775 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.009658 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1451047==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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034cf3052 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034cf3052 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034cf3052 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034cf3052 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 0x000034cf3052 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034cf3052 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034cf3052 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034cf3052 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034cf3052 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034d01cce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003b58bb07 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003b57d484 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #18 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #19 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #20 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #21 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #22 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034cf2f6c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034cf2f6c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034d01cce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003b58bb07 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003b57d484 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c1f5ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c1f5ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c1f5ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c1f5ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c1f5ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c1f5ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c1f5ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c1f5ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c1f5ab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c1f5ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034cf68cc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034cf68cc 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 0x000034cf68cc 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #21 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #22 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #23 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #24 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #25 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c1f5a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c1f5a34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c1f5a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034cf68cc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034cf68cc 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 0x000034cf68cc 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #14 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #15 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #16 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #17 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #18 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034cf68ba 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 0x000034cf68ba 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #10 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #11 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #12 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #13 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #14 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000344754e4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000344754e4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000344754e4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000344754e4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000344754e4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x0000344754e4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x0000344754e4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x0000344754e4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x0000344754e4 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x0000344754e4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x0000344754e4 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 0x0000344742b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x0000344742b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x00003447a7d0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x0000344d6a18 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 0x000034d01606 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003b586cfb 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 0x00003b57cb62 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #24 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #25 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #26 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #27 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #28 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034475442 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000034475442 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000034475442 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000034475442 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 0x0000344742b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x0000344742b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x00003447a7d0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x0000344d6a18 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 0x000034d01606 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003b586cfb 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 0x00003b57cb62 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #17 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #18 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #19 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #20 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #21 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f932aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 256 byte(s) in 4 object(s) allocated from:
E   #0 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034d55bd0 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034d55bd0 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034d55bd0 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034d55bd0 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
E   #5 0x000034d55bd0 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
E   #6 0x000034d55bd0 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 0x0000423d430b in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
E   #8 0x0000423d430b in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
E   #9 0x0000423d430b in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
E   #10 0x0000423d430b in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
E   #11 0x0000423d430b in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
E   #12 0x0000423d430b 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 0x0000423c403d 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 0x0000423c63e0 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 0x00003b5750ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #16 0x00003b5750ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #17 0x00003b5750ac 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 0x00003b5750ac 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 0x00003b5750ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #20 0x00003b5750ac 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 0x00002209624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #22 0x00002209624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #23 0x00002209624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #24 0x0000220967ac in Execute /-S/util/thread/factory.h:15:13
E   #25 0x0000220967ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #26 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #27 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027b3a9d8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027b3a9d8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027b3a9d8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027b3a9d8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027b3a9d8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027b3a9d8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027b3a9d8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027b3a9d8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027b3a67f 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 0x000027b394d8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b63162a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b63162a 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 0x00003b63162a 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 0x00003b63162a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003b63162a 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 0x00001fa0681f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
------------------------------ 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/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12714
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21837
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18059
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29722
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19584
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16165
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29007
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22582
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:474 Working directory: /home/runner/.ya/build/build_root/2i5p/000b12/r3tmp/kikimr_cluster_mqmd1l1m
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62007
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30304
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10849
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9391
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_61xtd9hf.log --grpc-port=62007 --mon-port=30304 --ic-port=12714
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12475
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4227
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8244
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8245
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8246
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64307
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_bzcfvi06.log --grpc-port=12475 --mon-port=4227 --ic-port=21837
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61996
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22195
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23757
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29694
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_8uiprt_4.log --grpc-port=61996 --mon-port=22195 --ic-port=18059
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3145
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14188
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7526
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12715
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_g5dbwp_c.log --grpc-port=3145 --mon-port=14188 --ic-port=29722
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26685
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16099
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21754
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18710
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ihlbm74v.log --grpc-port=26685 --mon-port=16099 --ic-port=19584
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11911
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28708
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28675
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9257
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ojfqqndt.log --grpc-port=11911 --mon-port=28708 --ic-port=16165
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13976
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15064
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21260
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13576
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_1etbl35y.log --grpc-port=13976 --mon-port=15064 --ic-port=29007
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5649
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8769
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14755
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30139
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_cm9akwhv.log --grpc-port=5649 --mon-port=8769 --ic-port=22582
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:62007/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:62007/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_61xtd9hf.log --grpc-port=62007 --mon-port=30304 --ic-port=12714
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_61xtd9hf.log', '--grpc-port=62007', '--mon-port=30304', '--ic-port=12714')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1440047
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:62007/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440048
DEBUG    ya.test:process.py:259 Command (pid 1440048) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440048) elapsed time (sec): 1.644498586654663
DEBUG    ya.test:process.py:263 Command (pid 1440048) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) maxrss: 470620
DEBUG    ya.test:process.py:263 Command (pid 1440048) minflt: 45343
DEBUG    ya.test:process.py:263 Command (pid 1440048) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) nivcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 1440048) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440048) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1440048) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440048) stime: 0.264658
DEBUG    ya.test:process.py:263 Command (pid 1440048) utime: 0.531129
DEBUG    ya.test:process.py:263 Command (pid 1440048) wtime: 1.651
DEBUG    ya.test:process.py:275 Command (pid 1440048) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12475/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:12475/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_bzcfvi06.log --grpc-port=12475 --mon-port=4227 --ic-port=21837
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_bzcfvi06.log', '--grpc-port=12475', '--mon-port=4227', '--ic-port=21837')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1440458
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:12475/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440461
DEBUG    ya.test:process.py:259 Command (pid 1440461) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440461) elapsed time (sec): 1.4906339645385742
DEBUG    ya.test:process.py:263 Command (pid 1440461) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) maxrss: 470516
DEBUG    ya.test:process.py:263 Command (pid 1440461) minflt: 45334
DEBUG    ya.test:process.py:263 Command (pid 1440461) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) nivcsw: 254
DEBUG    ya.test:process.py:263 Command (pid 1440461) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440461) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1440461) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440461) stime: 0.265465
DEBUG    ya.test:process.py:263 Command (pid 1440461) utime: 0.535292
DEBUG    ya.test:process.py:263 Command (pid 1440461) wtime: 1.502
DEBUG    ya.test:process.py:275 Command (pid 1440461) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:61996/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:61996/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_8uiprt_4.log --grpc-port=61996 --mon-port=22195 --ic-port=18059
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_8uiprt_4.log', '--grpc-port=61996', '--mon-port=22195', '--ic-port=18059')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1440923
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:61996/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440937
DEBUG    ya.test:process.py:259 Command (pid 1440937) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440937) elapsed time (sec): 1.1340422630310059
DEBUG    ya.test:process.py:263 Command (pid 1440937) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) maxrss: 470512
DEBUG    ya.test:process.py:263 Command (pid 1440937) minflt: 45345
DEBUG    ya.test:process.py:263 Command (pid 1440937) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) nivcsw: 195
DEBUG    ya.test:process.py:263 Command (pid 1440937) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440937) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1440937) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440937) stime: 0.226987
DEBUG    ya.test:process.py:263 Command (pid 1440937) utime: 0.540056
DEBUG    ya.test:process.py:263 Command (pid 1440937) wtime: 1.142
DEBUG    ya.test:process.py:275 Command (pid 1440937) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3145/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:3145/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_g5dbwp_c.log --grpc-port=3145 --mon-port=14188 --ic-port=29722
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_g5dbwp_c.log', '--grpc-port=3145', '--mon-port=14188', '--ic-port=29722')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1441351
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:3145/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1441359
DEBUG    ya.test:process.py:259 Command (pid 1441359) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1441359) elapsed time (sec): 1.3219225406646729
DEBUG    ya.test:process.py:263 Command (pid 1441359) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) maxrss: 470664
DEBUG    ya.test:process.py:263 Command (pid 1441359) minflt: 45364
DEBUG    ya.test:process.py:263 Command (pid 1441359) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) nivcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 1441359) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1441359) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1441359) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1441359) stime: 0.268628
DEBUG    ya.test:process.py:263 Command (pid 1441359) utime: 0.510035
DEBUG    ya.test:process.py:263 Command (pid 1441359) wtime: 1.365
DEBUG    ya.test:process.py:275 Command (pid 1441359) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26685/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:26685/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ihlbm74v.log --grpc-port=26685 --mon-port=16099 --ic-port=19584
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ihlbm74v.log', '--grpc-port=26685', '--mon-port=16099', '--ic-port=19584')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1441791
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:26685/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1441800
DEBUG    ya.test:process.py:259 Command (pid 1441800) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1441800) elapsed time (sec): 2.0400328636169434
DEBUG    ya.test:process.py:263 Command (pid 1441800) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) maxrss: 471836
DEBUG    ya.test:process.py:263 Command (pid 1441800) minflt: 45404
DEBUG    ya.test:process.py:263 Command (pid 1441800) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) nivcsw: 263
DEBUG    ya.test:process.py:263 Command (pid 1441800) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1441800) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1441800) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1441800) stime: 0.23875
DEBUG    ya.test:process.py:263 Command (pid 1441800) utime: 0.5538179999999999
DEBUG    ya.test:process.py:263 Command (pid 1441800) wtime: 2.053
DEBUG    ya.test:process.py:275 Command (pid 1441800) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 5 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11911/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:11911/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ojfqqndt.log --grpc-port=11911 --mon-port=28708 --ic-port=16165
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ojfqqndt.log', '--grpc-port=11911', '--mon-port=28708', '--ic-port=16165')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1442380
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:11911/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1442384
DEBUG    ya.test:process.py:259 Command (pid 1442384) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1442384) elapsed time (sec): 1.4216437339782715
DEBUG    ya.test:process.py:263 Command (pid 1442384) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) maxrss: 473372
DEBUG    ya.test:process.py:263 Command (pid 1442384) minflt: 45380
DEBUG    ya.test:process.py:263 Command (pid 1442384) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) nivcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 1442384) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1442384) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1442384) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1442384) stime: 0.210671
DEBUG    ya.test:process.py:263 Command (pid 1442384) utime: 0.5640499999999999
DEBUG    ya.test:process.py:263 Command (pid 1442384) wtime: 1.457
DEBUG    ya.test:process.py:275 Command (pid 1442384) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 6 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13976/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:13976/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_1etbl35y.log --grpc-port=13976 --mon-port=15064 --ic-port=29007
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_1etbl35y.log', '--grpc-port=13976', '--mon-port=15064', '--ic-port=29007')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1442767
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13976/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1442769
DEBUG    ya.test:process.py:259 Command (pid 1442769) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1442769) elapsed time (sec): 2.2239201068878174
DEBUG    ya.test:process.py:263 Command (pid 1442769) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) maxrss: 474936
DEBUG    ya.test:process.py:263 Command (pid 1442769) minflt: 45351
DEBUG    ya.test:process.py:263 Command (pid 1442769) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) nivcsw: 369
DEBUG    ya.test:process.py:263 Command (pid 1442769) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1442769) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1442769) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1442769) stime: 0.221269
DEBUG    ya.test:process.py:263 Command (pid 1442769) utime: 0.5829489999999999
DEBUG    ya.test:process.py:263 Command (pid 1442769) wtime: 2.231
DEBUG    ya.test:process.py:275 Command (pid 1442769) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 7 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:5649/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:5649/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_cm9akwhv.log --grpc-port=5649 --mon-port=8769 --ic-port=22582
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_cm9akwhv.log', '--grpc-port=5649', '--mon-port=8769', '--ic-port=22582')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1443071
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:5649/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1443080
DEBUG    ya.test:process.py:259 Command (pid 1443080) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1443080) elapsed time (sec): 1.5132381916046143
DEBUG    ya.test:process.py:263 Command (pid 1443080) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) maxrss: 476460
DEBUG    ya.test:process.py:263 Command (pid 1443080) minflt: 45352
DEBUG    ya.test:process.py:263 Command (pid 1443080) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) nivcsw: 402
DEBUG    ya.test:process.py:263 Command (pid 1443080) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1443080) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1443080) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1443080) stime: 0.263356
DEBUG    ya.test:process.py:263 Command (pid 1443080) utime: 0.545459
DEBUG    ya.test:process.py:263 Command (pid 1443080) wtime: 1.525
DEBUG    ya.test:process.py:275 Command (pid 1443080) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 8 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62007', '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: 12714\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21837\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 18059\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29722\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19584\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16165\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29007\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22582\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/2i5p/000b12/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62007', '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: 12714\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21837\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 18059\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29722\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19584\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16165\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29007\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22582\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444914
DEBUG    ya.test:process.py:259 Command (pid 1444914) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444914) elapsed time (sec): 1.3835866451263428
DEBUG    ya.test:process.py:263 Command (pid 1444914) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1444914) minflt: 51637
DEBUG    ya.test:process.py:263 Command (pid 1444914) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) nivcsw: 226
DEBUG    ya.test:process.py:263 Command (pid 1444914) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444914) nvcsw: 726
DEBUG    ya.test:process.py:263 Command (pid 1444914) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444914) stime: 0.333441
DEBUG    ya.test:process.py:263 Command (pid 1444914) utime: 0.565634
DEBUG    ya.test:process.py:263 Command (pid 1444914) wtime: 1.399
DEBUG    ya.test:process.py:275 Command (pid 1444914) 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 1444914) errors:

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62007', '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/2i5p/000b12/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62007', '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: 1445301
DEBUG    ya.test:process.py:259 Command (pid 1445301) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445301) elapsed time (sec): 1.337644338607788
DEBUG    ya.test:process.py:263 Command (pid 1445301) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1445301) minflt: 51739
DEBUG    ya.test:process.py:263 Command (pid 1445301) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) nivcsw: 207
DEBUG    ya.test:process.py:263 Command (pid 1445301) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445301) nvcsw: 559
DEBUG    ya.test:process.py:263 Command (pid 1445301) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445301) stime: 0.252919
DEBUG    ya.test:process.py:263 Command (pid 1445301) utime: 0.6159519999999999
DEBUG    ya.test:process.py:263 Command (pid 1445301) wtime: 1.345
DEBUG    ya.test:process.py:275 Command (pid 1445301) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

DEBUG    ya.test:process.py:276 Command (pid 1445301) 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/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8661
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18758
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3326
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26322
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1446
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log --grpc-port=8661 --mon-port=18758 --ic-port=3326 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23411
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23801
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28087
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28088
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10447
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17135
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log --grpc-port=23411 --mon-port=23801 --ic-port=28088 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log --grpc-port=8661 --mon-port=18758 --ic-port=3326 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log', '--grpc-port=8661', '--mon-port=18758', '--ic-port=3326', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1445507
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:8661/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1445508
DEBUG    ya.test:process.py:259 Command (pid 1445508) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445508) elapsed time (sec): 0.9369921684265137
DEBUG    ya.test:process.py:263 Command (pid 1445508) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1445508) minflt: 45351
DEBUG    ya.test:process.py:263 Command (pid 1445508) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) nivcsw: 179
DEBUG    ya.test:process.py:263 Command (pid 1445508) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445508) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1445508) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445508) stime: 0.198233
DEBUG    ya.test:process.py:263 Command (pid 1445508) utime: 0.542497
DEBUG    ya.test:process.py:263 Command (pid 1445508) wtime: 0.939
DEBUG    ya.test:process.py:275 Command (pid 1445508) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log --grpc-port=23411 --mon-port=23801 --ic-port=28088 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log', '--grpc-port=23411', '--mon-port=23801', '--ic-port=28088', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1445599
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:23411/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1445600
DEBUG    ya.test:process.py:259 Command (pid 1445600) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445600) elapsed time (sec): 1.349956750869751
DEBUG    ya.test:process.py:263 Command (pid 1445600) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1445600) minflt: 45348
DEBUG    ya.test:process.py:263 Command (pid 1445600) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nivcsw: 249
DEBUG    ya.test:process.py:263 Command (pid 1445600) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445600) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1445600) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445600) stime: 0.195766
DEBUG    ya.test:process.py:263 Command (pid 1445600) utime: 0.5857049999999999
DEBUG    ya.test:process.py:263 Command (pid 1445600) wtime: 1.362
DEBUG    ya.test:process.py:275 Command (pid 1445600) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-riky6msjhe
    Host information: 
        Linux ghrun-riky6msjhe 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14525
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62032
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10289
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4937
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5650
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_e4kj6orn.log --grpc-port=14525 --mon-port=62032 --ic-port=10289 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28913
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13457
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20812
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28775
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24460
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_vtz6nbuj.log --grpc-port=28913 --mon-port=13457 --ic-port=20812 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_e4kj6orn.log --grpc-port=14525 --mon-port=62032 --ic-port=10289 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_e4kj6orn.log', '--grpc-port=14525', '--mon-port=62032', '--ic-port=10289', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1445850
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:14525/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1445885
DEBUG    ya.test:process.py:259 Command (pid 1445885) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445885) elapsed time (sec): 1.4312293529510498
DEBUG    ya.test:process.py:263 Command (pid 1445885) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1445885) minflt: 45308
DEBUG    ya.test:process.py:263 Command (pid 1445885) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) nivcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 1445885) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445885) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1445885) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445885) stime: 0.20279699999999998
DEBUG    ya.test:process.py:263 Command (pid 1445885) utime: 0.54654
DEBUG    ya.test:process.py:263 Command (pid 1445885) wtime: 1.444
DEBUG    ya.test:process.py:275 Command (pid 1445885) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_vtz6nbuj.log --grpc-port=28913 --mon-port=13457 --ic-port=20812 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_vtz6nbuj.log', '--grpc-port=28913', '--mon-port=13457', '--ic-port=20812', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1446264
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:28913/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1446265
DEBUG    ya.test:process.py:259 Command (pid 1446265) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1446265) elapsed time (sec): 1.0018880367279053
DEBUG    ya.test:process.py:263 Command (pid 1446265) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) maxrss: 855344
DEBUG    ya.test:process.py:263 Command (pid 1446265) minflt: 45365
DEBUG    ya.test:process.py:263 Command (pid 1446265) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) nivcsw: 220
DEBUG    ya.test:process.py:263 Command (pid 1446265) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1446265) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1446265) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1446265) stime: 0.211365
DEBUG    ya.test:process.py:263 Command (pid 1446265) utime: 0.487986
DEBUG    ya.test:process.py:263 Command (pid 1446265) wtime: 1.017
DEBUG    ya.test:process.py:275 Command (pid 1446265) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
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, f06566cc-600b-49ad-b3a7-7a1d9aaede4d, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f06566cc-600b-49ad-b3a7-7a1d9aaede4d, localhost:62007): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f06566cc-600b-49ad-b3a7-7a1d9aaede4d, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 8661 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 } endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 23411 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-riky6msjhe.auto.internal:8661, location , ssl: False>, <Endpoint ghrun-riky6msjhe.auto.internal:23411, 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:62007
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, 5ed366e4-c71e-4379-bfb2-acb6b877ecd1, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5ed366e4-c71e-4379-bfb2-acb6b877ecd1, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5ed366e4-c71e-4379-bfb2-acb6b877ecd1, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 28913 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-riky6msjhe.auto.internal" port: 14525 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-riky6msjhe.auto.internal:28913, location , ssl: False>, <Endpoint ghrun-riky6msjhe.auto.internal:14525, 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:62007
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 0x7b5aa2a37bf0 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 0x7b5aa29f18f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa29f18f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, bf272869-710f-42dd-b9e6-7a2a5bdbe579, ghrun-riky6msjhe.auto.internal:8661): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bf272869-710f-42dd-b9e6-7a2a5bdbe579, ghrun-riky6msjhe.auto.internal:8661): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, bf272869-710f-42dd-b9e6-7a2a5bdbe579, ghrun-riky6msjhe.auto.internal:8661): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bf272869-710f-42dd-b9e6-7a2a5bdbe579, ghrun-riky6msjhe.auto.internal:8661): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=MWM1Y2VhY2QtM2Y0YWQxMWUtMWRhNDJjNzktMTQ0MTgwNDc=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29f18f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5aa29f18f0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, bf272869-710f-42dd-b9e6-7a2a5bdbe579, ghrun-riky6msjhe.auto.internal:8661): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 6af950a9-9866-4504-b9ac-4e94faf52903, ghrun-riky6msjhe.auto.internal:8661): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 6af950a9-9866-4504-b9ac-4e94faf52903, ghrun-riky6msjhe.auto.internal:8661): request = { session_id: "ydb://session/3?node_id=50000&id=MWM1Y2VhY2QtM2Y0YWQxMWUtMWRhNDJjNzktMTQ0MTgwNDc=" 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, 6af950a9-9866-4504-b9ac-4e94faf52903, ghrun-riky6msjhe.auto.internal:8661): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29f18f0>
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 0x7b5aa29cfc70 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 0x7b5aa29ce0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 1771594b-dff9-4d81-af8c-7ea8a5d56ff5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1771594b-dff9-4d81-af8c-7ea8a5d56ff5, ghrun-riky6msjhe.auto.internal:28913): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 1771594b-dff9-4d81-af8c-7ea8a5d56ff5, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1771594b-dff9-4d81-af8c-7ea8a5d56ff5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 2c482bd5-f6d4-4bc1-b19d-d5e8b4c71639, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 2c482bd5-f6d4-4bc1-b19d-d5e8b4c71639, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" 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:108 RpcState(CreateSession, 1771594b-dff9-4d81-af8c-7ea8a5d56ff5, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 2c482bd5-f6d4-4bc1-b19d-d5e8b4c71639, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 9188d188-06fe-4049-91aa-86ed44332000, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 9188d188-06fe-4049-91aa-86ed44332000, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" 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 0x7b5aa29afaf0 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 0x7b5aa29adf70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e2b8617c-69b9-4077-be68-b761efa16a12, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e2b8617c-69b9-4077-be68-b761efa16a12, ghrun-riky6msjhe.auto.internal:14525): 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: 12714
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 12714
      NodeId: 1
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 28

DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, e2b8617c-69b9-4077-be68-b761efa16a12, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e2b8617c-69b9-4077-be68-b761efa16a12, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, e2b8617c-69b9-4077-be68-b761efa16a12, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 24241b9b-3bd6-4e4c-b491-07a814f6edae, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 24241b9b-3bd6-4e4c-b491-07a814f6edae, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" 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:142 Set broken localhost 12714 SectorMap:1:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 29
}

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

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 12714 SectorMap:2:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    ErrorDescription: "Group may become degraded GroupId# 2181038082"
    FailReason: kMayGetDegraded
    FailParam {
      GroupId: 2181038082
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 1
        Ring: 0
        Domain: 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
}

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, 9188d188-06fe-4049-91aa-86ed44332000, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=7e23af75-875fe56c-19550ead-ef397b3f" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9977deaf-9422-4910-b5ce-292f2d3740da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9977deaf-9422-4910-b5ce-292f2d3740da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2884137021970921508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508288413702197092150828841370219709215082884137021970921508" } } } 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, 24241b9b-3bd6-4e4c-b491-07a814f6edae, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=813c6c0b-bb992b1e-d8759445-24fa2541" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23802e99-e637-4839-afe7-87b1279a1226, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23802e99-e637-4839-afe7-87b1279a1226, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5978853437234666677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677597885343723466667759788534372346666775978853437234666677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9977deaf-9422-4910-b5ce-292f2d3740da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0bad4c7-3243-4856-98b6-7a7824fa5212, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0bad4c7-3243-4856-98b6-7a7824fa5212, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11690794516518474822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822116907945165184748221169079451651847482211690794516518474822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23802e99-e637-4839-afe7-87b1279a1226, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0d4cc62-b267-488c-9edb-ac2ffd53b3c0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d4cc62-b267-488c-9edb-ac2ffd53b3c0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2968674341505693401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401296867434150569340129686743415056934012968674341505693401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0bad4c7-3243-4856-98b6-7a7824fa5212, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23ddf3be-6c81-4ba9-8b83-712e17529598, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23ddf3be-6c81-4ba9-8b83-712e17529598, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13610538503939694960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960136105385039396949601361053850393969496013610538503939694960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d4cc62-b267-488c-9edb-ac2ffd53b3c0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4b16ed5-ddcf-402c-a240-d906a6d8d23b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b16ed5-ddcf-402c-a240-d906a6d8d23b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 744927674431093662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662744927674431093662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b16ed5-ddcf-402c-a240-d906a6d8d23b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3e496ae-aaf3-459a-9b4e-2df03e541bba, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e496ae-aaf3-459a-9b4e-2df03e541bba, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14556813780186345713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713145568137801863457131455681378018634571314556813780186345713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23ddf3be-6c81-4ba9-8b83-712e17529598, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19a75274-145d-49ff-a5c3-86e260cad7cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a75274-145d-49ff-a5c3-86e260cad7cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7349497220271610721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721734949722027161072173494972202716107217349497220271610721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e496ae-aaf3-459a-9b4e-2df03e541bba, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef60f7d3-be21-423e-925d-944272e6eabb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef60f7d3-be21-423e-925d-944272e6eabb, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13648537783006135215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215136485377830061352151364853778300613521513648537783006135215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a75274-145d-49ff-a5c3-86e260cad7cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef60f7d3-be21-423e-925d-944272e6eabb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 142fc041-04da-49ec-901c-bcd2a3717a85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 142fc041-04da-49ec-901c-bcd2a3717a85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11098696291305309776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776110986962913053097761109869629130530977611098696291305309776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc8f999-681d-4070-a216-d2fcae200b5a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc8f999-681d-4070-a216-d2fcae200b5a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12794015896617341889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889127940158966173418891279401589661734188912794015896617341889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 142fc041-04da-49ec-901c-bcd2a3717a85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da82a6fb-2f91-45eb-b95d-ed0518b851ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da82a6fb-2f91-45eb-b95d-ed0518b851ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17919426805581982531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531179194268055819825311791942680558198253117919426805581982531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc8f999-681d-4070-a216-d2fcae200b5a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c46bd5a9-c9f5-4a62-be72-3818964a48dd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c46bd5a9-c9f5-4a62-be72-3818964a48dd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15676815831925515252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252156768158319255152521567681583192551525215676815831925515252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da82a6fb-2f91-45eb-b95d-ed0518b851ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54bb4800-9264-45e0-98f4-206d917821dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bb4800-9264-45e0-98f4-206d917821dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7451080618557160336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336745108061855716033674510806185571603367451080618557160336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bb4800-9264-45e0-98f4-206d917821dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee9a61ba-3c1d-4f1d-9ab2-2b4fac1ff884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9a61ba-3c1d-4f1d-9ab2-2b4fac1ff884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13360310442764805192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192133603104427648051921336031044276480519213360310442764805192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c46bd5a9-c9f5-4a62-be72-3818964a48dd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e559e5e1-ecb4-4507-af55-08c4a4e3c184, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e559e5e1-ecb4-4507-af55-08c4a4e3c184, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6813543061772364821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821681354306177236482168135430617723648216813543061772364821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e559e5e1-ecb4-4507-af55-08c4a4e3c184, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78cd83ce-c112-41fe-83a6-520723bfd81e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9a61ba-3c1d-4f1d-9ab2-2b4fac1ff884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78cd83ce-c112-41fe-83a6-520723bfd81e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15708768255173819395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395157087682551738193951570876825517381939515708768255173819395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 336dcf9d-4284-4507-97fc-09bea3cd6c36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 336dcf9d-4284-4507-97fc-09bea3cd6c36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5393140571524324460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460539314057152432446053931405715243244605393140571524324460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78cd83ce-c112-41fe-83a6-520723bfd81e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e257f4b7-2d4a-4966-a21b-c6e491c6669e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e257f4b7-2d4a-4966-a21b-c6e491c6669e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1666123773592856398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398166612377359285639816661237735928563981666123773592856398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 336dcf9d-4284-4507-97fc-09bea3cd6c36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2e7a73d-65ac-475e-b487-52ee469f67ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2e7a73d-65ac-475e-b487-52ee469f67ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 922421420725262536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536922421420725262536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e257f4b7-2d4a-4966-a21b-c6e491c6669e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be68046e-eddd-4a91-b5cf-817cced6028b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be68046e-eddd-4a91-b5cf-817cced6028b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947221934219877900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900139472219342198779001394722193421987790013947221934219877900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2e7a73d-65ac-475e-b487-52ee469f67ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 725cc5a3-a97c-4d42-8807-f7803535a6ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725cc5a3-a97c-4d42-8807-f7803535a6ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 33354203312759729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3335420331275972933354203312759729333542033127597293335420331275972933354203312759729333542033127597293335420331275972933354203312759729333542033127597293335420331275972933354203312759729333542033127597293335420331275972933354203312759729333542033127597293335420331275972933354203312759729333542033127597293335420331275972933354203312759729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be68046e-eddd-4a91-b5cf-817cced6028b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 238a1f17-2153-4b32-a4b9-db75397e9cf7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238a1f17-2153-4b32-a4b9-db75397e9cf7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453979222975153932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932174539792229751539321745397922297515393217453979222975153932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725cc5a3-a97c-4d42-8807-f7803535a6ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 804b8742-11f8-4af7-acb7-a32a8343bd12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 804b8742-11f8-4af7-acb7-a32a8343bd12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14831213940153417659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659148312139401534176591483121394015341765914831213940153417659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238a1f17-2153-4b32-a4b9-db75397e9cf7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c65cff1-6b43-4c79-9a37-02a71bdbad75, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c65cff1-6b43-4c79-9a37-02a71bdbad75, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9509182683674908169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169950918268367490816995091826836749081699509182683674908169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 804b8742-11f8-4af7-acb7-a32a8343bd12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 282824af-7a0f-41ad-85f6-edd8d9586b2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282824af-7a0f-41ad-85f6-edd8d9586b2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15291966567740922892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892152919665677409228921529196656774092289215291966567740922892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c65cff1-6b43-4c79-9a37-02a71bdbad75, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e6e84f8-dabb-4d41-af7f-cbb06c8fe85d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e6e84f8-dabb-4d41-af7f-cbb06c8fe85d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17615363563472760453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453176153635634727604531761536356347276045317615363563472760453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282824af-7a0f-41ad-85f6-edd8d9586b2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac2f7d23-873e-4e58-8731-2e72a6982ba2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2f7d23-873e-4e58-8731-2e72a6982ba2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12596923906542638589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589125969239065426385891259692390654263858912596923906542638589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e6e84f8-dabb-4d41-af7f-cbb06c8fe85d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8770841-81eb-4ea8-98fe-56af575fa601, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8770841-81eb-4ea8-98fe-56af575fa601, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13990308820234359327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327139903088202343593271399030882023435932713990308820234359327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2f7d23-873e-4e58-8731-2e72a6982ba2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e9210ff-f4bf-4eb3-ae0a-8ad2036d750d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e9210ff-f4bf-4eb3-ae0a-8ad2036d750d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3009766389005801817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817300976638900580181730097663890058018173009766389005801817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8770841-81eb-4ea8-98fe-56af575fa601, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db6395b7-49d6-44a9-9621-bbb3e6dbfaae, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6395b7-49d6-44a9-9621-bbb3e6dbfaae, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2092472452814623910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910209247245281462391020924724528146239102092472452814623910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6395b7-49d6-44a9-9621-bbb3e6dbfaae, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28dcf971-2b25-4186-b5bd-6da02dc20682, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28dcf971-2b25-4186-b5bd-6da02dc20682, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4597625350133497787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787459762535013349778745976253501334977874597625350133497787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e9210ff-f4bf-4eb3-ae0a-8ad2036d750d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c982d26-a4e3-4ac1-ba9f-d3d0c530aa0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c982d26-a4e3-4ac1-ba9f-d3d0c530aa0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8732307301465440241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241873230730146544024187323073014654402418732307301465440241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c982d26-a4e3-4ac1-ba9f-d3d0c530aa0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb0b5913-9617-4739-9726-abe9dde1a486, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb0b5913-9617-4739-9726-abe9dde1a486, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9224890896152240159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159922489089615224015992248908961522401599224890896152240159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28dcf971-2b25-4186-b5bd-6da02dc20682, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1842dd48-5108-4ad1-a106-fdf468c231b7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1842dd48-5108-4ad1-a106-fdf468c231b7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13341021023905914775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775133410210239059147751334102102390591477513341021023905914775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb0b5913-9617-4739-9726-abe9dde1a486, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e0c68af-9a96-4555-aab1-83f1915184f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e0c68af-9a96-4555-aab1-83f1915184f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15675208551030901918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918156752085510309019181567520855103090191815675208551030901918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1842dd48-5108-4ad1-a106-fdf468c231b7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58cf19a1-f641-4b3f-afb7-289095afa498, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58cf19a1-f641-4b3f-afb7-289095afa498, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11359528734304648598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598113595287343046485981135952873430464859811359528734304648598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58cf19a1-f641-4b3f-afb7-289095afa498, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdbda9d2-20de-4d95-b6db-0226573108bc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbda9d2-20de-4d95-b6db-0226573108bc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12302285060701981380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380123022850607019813801230228506070198138012302285060701981380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e0c68af-9a96-4555-aab1-83f1915184f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 012ac7e1-de77-4cce-945e-4a6fe752fdec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012ac7e1-de77-4cce-945e-4a6fe752fdec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11715492221457050427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427117154922214570504271171549222145705042711715492221457050427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbda9d2-20de-4d95-b6db-0226573108bc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d30d9fe-aec5-42cf-b3d8-629627e11d2c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d30d9fe-aec5-42cf-b3d8-629627e11d2c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403522542768512591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591164035225427685125911640352254276851259116403522542768512591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012ac7e1-de77-4cce-945e-4a6fe752fdec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 403ead9d-d1b1-49d5-8023-c169aacc991c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 403ead9d-d1b1-49d5-8023-c169aacc991c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3838217595473424401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401383821759547342440138382175954734244013838217595473424401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d30d9fe-aec5-42cf-b3d8-629627e11d2c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c528337-78ba-41d0-bb9d-f05c5f9c2e25, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c528337-78ba-41d0-bb9d-f05c5f9c2e25, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3833999690839567554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554383399969083956755438339996908395675543833999690839567554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 403ead9d-d1b1-49d5-8023-c169aacc991c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20c66a2d-67cb-4b02-8f7b-b83adcae44dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c66a2d-67cb-4b02-8f7b-b83adcae44dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15739211924932674931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931157392119249326749311573921192493267493115739211924932674931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c528337-78ba-41d0-bb9d-f05c5f9c2e25, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1c4f464-aa3c-4175-b7fe-3a5877dfb68e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c4f464-aa3c-4175-b7fe-3a5877dfb68e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9828749328962514642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642982874932896251464298287493289625146429828749328962514642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c66a2d-67cb-4b02-8f7b-b83adcae44dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20e327ac-a812-4096-8ee0-b494d5c500a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e327ac-a812-4096-8ee0-b494d5c500a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5939134983610489324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324593913498361048932459391349836104893245939134983610489324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c4f464-aa3c-4175-b7fe-3a5877dfb68e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a73507e-ebdd-437a-b2c3-37292309b6d4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a73507e-ebdd-437a-b2c3-37292309b6d4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11443999841738142009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009114439998417381420091144399984173814200911443999841738142009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e327ac-a812-4096-8ee0-b494d5c500a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40c1378a-72f4-4438-a90b-cf7cc026bca3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c1378a-72f4-4438-a90b-cf7cc026bca3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13488072099082838811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811134880720990828388111348807209908283881113488072099082838811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a73507e-ebdd-437a-b2c3-37292309b6d4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c950ee9c-69f6-464f-92d5-7c4b035f8d99, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c950ee9c-69f6-464f-92d5-7c4b035f8d99, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15598041892460955714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714155980418924609557141559804189246095571415598041892460955714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c1378a-72f4-4438-a90b-cf7cc026bca3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 718cc688-64f4-4b64-89c1-77d7a33167e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c950ee9c-69f6-464f-92d5-7c4b035f8d99, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 247a42cb-b309-4328-987c-a662f4f52b9a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 247a42cb-b309-4328-987c-a662f4f52b9a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11561934968439245667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667115619349684392456671156193496843924566711561934968439245667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 718cc688-64f4-4b64-89c1-77d7a33167e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994334949507840507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507499433494950784050749943349495078405074994334949507840507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 247a42cb-b309-4328-987c-a662f4f52b9a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce02cf51-06f3-43c9-8d28-13d1a8f518c4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce02cf51-06f3-43c9-8d28-13d1a8f518c4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5284373718366503086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086528437371836650308652843737183665030865284373718366503086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce02cf51-06f3-43c9-8d28-13d1a8f518c4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1399d7ce-bca9-4349-9d2c-8fdba6036ede, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1399d7ce-bca9-4349-9d2c-8fdba6036ede, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9523978204078318077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077952397820407831807795239782040783180779523978204078318077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 718cc688-64f4-4b64-89c1-77d7a33167e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fd20271-ec9c-4481-ab15-50732ae5aac7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd20271-ec9c-4481-ab15-50732ae5aac7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6606212497076875141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141660621249707687514166062124970768751416606212497076875141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1399d7ce-bca9-4349-9d2c-8fdba6036ede, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cab8a9d-6bf6-4c9f-8b3d-c0d138524173, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cab8a9d-6bf6-4c9f-8b3d-c0d138524173, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1816905091967235834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834181690509196723583418169050919672358341816905091967235834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd20271-ec9c-4481-ab15-50732ae5aac7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b23e2a0-6cce-4644-87aa-1bf8eb191c8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b23e2a0-6cce-4644-87aa-1bf8eb191c8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6059741265007440829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829605974126500744082960597412650074408296059741265007440829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cab8a9d-6bf6-4c9f-8b3d-c0d138524173, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e045f84-eab1-4f0c-ada5-f82222aa7cd7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e045f84-eab1-4f0c-ada5-f82222aa7cd7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283991660099131652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652228399166009913165222839916600991316522283991660099131652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b23e2a0-6cce-4644-87aa-1bf8eb191c8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac47b355-987f-4ece-be6c-c71541d436fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac47b355-987f-4ece-be6c-c71541d436fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6451040186538323898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898645104018653832389864510401865383238986451040186538323898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e045f84-eab1-4f0c-ada5-f82222aa7cd7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8a33711-b9e0-4595-ae00-0d6026881e5c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8a33711-b9e0-4595-ae00-0d6026881e5c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6495316822701363153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153649531682270136315364953168227013631536495316822701363153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac47b355-987f-4ece-be6c-c71541d436fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f69a83cc-cc6d-41b4-b9e8-b7aa59828a57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69a83cc-cc6d-41b4-b9e8-b7aa59828a57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5681578699210162544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544568157869921016254456815786992101625445681578699210162544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8a33711-b9e0-4595-ae00-0d6026881e5c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2dce55d-9f39-488a-b3af-da85617b511e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2dce55d-9f39-488a-b3af-da85617b511e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13019201340976846987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987130192013409768469871301920134097684698713019201340976846987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69a83cc-cc6d-41b4-b9e8-b7aa59828a57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ff60ee4-8ef4-4031-9434-292ea8481ac6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff60ee4-8ef4-4031-9434-292ea8481ac6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16198931004080071316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316161989310040800713161619893100408007131616198931004080071316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2dce55d-9f39-488a-b3af-da85617b511e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c838d3e-016e-458d-94e4-ba2d7d1e2f65, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c838d3e-016e-458d-94e4-ba2d7d1e2f65, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9188922079037348861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861918892207903734886191889220790373488619188922079037348861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c838d3e-016e-458d-94e4-ba2d7d1e2f65, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cee6095d-f8a9-4da0-9130-7517493900dc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cee6095d-f8a9-4da0-9130-7517493900dc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461657728832663747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747174616577288326637471746165772883266374717461657728832663747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff60ee4-8ef4-4031-9434-292ea8481ac6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 237b6b2e-cca7-4f5c-bd23-76e6ce270218, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 237b6b2e-cca7-4f5c-bd23-76e6ce270218, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2947560215271286882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882294756021527128688229475602152712868822947560215271286882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cee6095d-f8a9-4da0-9130-7517493900dc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 882ed44d-c2a1-4950-84a8-cde9d04754c0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882ed44d-c2a1-4950-84a8-cde9d04754c0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18059321946681257580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580180593219466812575801805932194668125758018059321946681257580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882ed44d-c2a1-4950-84a8-cde9d04754c0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 726a856a-3ca1-4d1b-ae0b-b41a39310d7b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 726a856a-3ca1-4d1b-ae0b-b41a39310d7b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5434328164728097616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616543432816472809761654343281647280976165434328164728097616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 237b6b2e-cca7-4f5c-bd23-76e6ce270218, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54991439-5dfd-4c3d-a8e5-a694ae9ecd5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54991439-5dfd-4c3d-a8e5-a694ae9ecd5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 518915662693850862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862518915662693850862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 726a856a-3ca1-4d1b-ae0b-b41a39310d7b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 857ff856-862f-4ece-88da-78c84c0040ef, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857ff856-862f-4ece-88da-78c84c0040ef, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12562181109566336526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526125621811095663365261256218110956633652612562181109566336526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54991439-5dfd-4c3d-a8e5-a694ae9ecd5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36360a54-bbc7-4680-a3b8-1d3f8d471595, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36360a54-bbc7-4680-a3b8-1d3f8d471595, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12250340044970451238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238122503400449704512381225034004497045123812250340044970451238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857ff856-862f-4ece-88da-78c84c0040ef, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bd8b2cd-3eb6-41d8-8bf1-1e6b364fd34e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bd8b2cd-3eb6-41d8-8bf1-1e6b364fd34e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11209292866456637850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850112092928664566378501120929286645663785011209292866456637850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36360a54-bbc7-4680-a3b8-1d3f8d471595, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12b151be-2ea5-4b93-af60-0e4d59d97329, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b151be-2ea5-4b93-af60-0e4d59d97329, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3214747459019585195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195321474745901958519532147474590195851953214747459019585195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bd8b2cd-3eb6-41d8-8bf1-1e6b364fd34e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 509df1a2-b988-4ce3-a6dc-2afe591f8552, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 509df1a2-b988-4ce3-a6dc-2afe591f8552, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12743494897468058888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888127434948974680588881274349489746805888812743494897468058888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b151be-2ea5-4b93-af60-0e4d59d97329, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b61e7a15-3d74-473b-8a99-b99dfb266066, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b61e7a15-3d74-473b-8a99-b99dfb266066, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5755310098598195127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127575531009859819512757553100985981951275755310098598195127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 509df1a2-b988-4ce3-a6dc-2afe591f8552, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf4418ef-248a-4cd2-a037-0021ee1f8df3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf4418ef-248a-4cd2-a037-0021ee1f8df3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13122337323334591464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464131223373233345914641312233732333459146413122337323334591464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b61e7a15-3d74-473b-8a99-b99dfb266066, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75d394fb-0270-4ef8-b893-0ec36d7c21b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75d394fb-0270-4ef8-b893-0ec36d7c21b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14256324679699956086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086142563246796999560861425632467969995608614256324679699956086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf4418ef-248a-4cd2-a037-0021ee1f8df3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07d9999d-9029-4995-9f27-57d0e8293fad, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d9999d-9029-4995-9f27-57d0e8293fad, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1680300580081805413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413168030058008180541316803005800818054131680300580081805413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75d394fb-0270-4ef8-b893-0ec36d7c21b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2db5968-6453-4b61-80da-b78ceb56b4a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d9999d-9029-4995-9f27-57d0e8293fad, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3caa37b2-353a-4f0d-82a7-b3ecce7da120, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3caa37b2-353a-4f0d-82a7-b3ecce7da120, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16497279788261630266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266164972797882616302661649727978826163026616497279788261630266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2db5968-6453-4b61-80da-b78ceb56b4a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12989842299445859023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023129898422994458590231298984229944585902312989842299445859023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2db5968-6453-4b61-80da-b78ceb56b4a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d45f3b6a-f42a-4015-aed9-8aa7611961af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3caa37b2-353a-4f0d-82a7-b3ecce7da120, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7582ddfb-1dc6-4ebb-9af7-49aaa90e6c35, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7582ddfb-1dc6-4ebb-9af7-49aaa90e6c35, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6697605808203766882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882669760580820376688266976058082037668826697605808203766882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45f3b6a-f42a-4015-aed9-8aa7611961af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9570512717974035053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053957051271797403505395705127179740350539570512717974035053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7582ddfb-1dc6-4ebb-9af7-49aaa90e6c35, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 521ba5c9-9323-4505-b9ba-2cb9b43de399, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45f3b6a-f42a-4015-aed9-8aa7611961af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521ba5c9-9323-4505-b9ba-2cb9b43de399, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 70431841078430408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7043184107843040870431841078430408704318410784304087043184107843040870431841078430408704318410784304087043184107843040870431841078430408704318410784304087043184107843040870431841078430408704318410784304087043184107843040870431841078430408704318410784304087043184107843040870431841078430408704318410784304087043184107843040870431841078430408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88119c33-14f8-432d-b7ab-012eaf73451c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88119c33-14f8-432d-b7ab-012eaf73451c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12118654444235211060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060121186544442352110601211865444423521106012118654444235211060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521ba5c9-9323-4505-b9ba-2cb9b43de399, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18e62e49-1f90-49e3-be43-d56ca70400ca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e62e49-1f90-49e3-be43-d56ca70400ca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3075864526967535596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596307586452696753559630758645269675355963075864526967535596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88119c33-14f8-432d-b7ab-012eaf73451c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8525c120-bc39-45a2-be41-d5a932df880f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8525c120-bc39-45a2-be41-d5a932df880f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4452171331356796596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596445217133135679659644521713313567965964452171331356796596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e62e49-1f90-49e3-be43-d56ca70400ca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4081c227-2f5d-45bb-a0e7-1fd7ce5b8006, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4081c227-2f5d-45bb-a0e7-1fd7ce5b8006, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8397353307843570034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034839735330784357003483973533078435700348397353307843570034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8525c120-bc39-45a2-be41-d5a932df880f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05731eee-a52f-4713-a68d-715c416f3286, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05731eee-a52f-4713-a68d-715c416f3286, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16810198919508376257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257168101989195083762571681019891950837625716810198919508376257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4081c227-2f5d-45bb-a0e7-1fd7ce5b8006, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f40bdd1-d182-4207-96cf-8cba299acee7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f40bdd1-d182-4207-96cf-8cba299acee7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12105917986137700980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980121059179861377009801210591798613770098012105917986137700980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f40bdd1-d182-4207-96cf-8cba299acee7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1e9ce9a-5c12-4d18-ab5c-9dc21000cd95, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e9ce9a-5c12-4d18-ab5c-9dc21000cd95, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5408696123547446802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802540869612354744680254086961235474468025408696123547446802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05731eee-a52f-4713-a68d-715c416f3286, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b3d6c18-c17a-4f3c-9f30-ab070e31f922, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3d6c18-c17a-4f3c-9f30-ab070e31f922, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15638804587708904395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395156388045877089043951563880458770890439515638804587708904395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3d6c18-c17a-4f3c-9f30-ab070e31f922, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dd7f7e8-dbf2-4d9c-a9f7-ca33b901fe59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd7f7e8-dbf2-4d9c-a9f7-ca33b901fe59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9754326684457996862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862975432668445799686297543266844579968629754326684457996862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e9ce9a-5c12-4d18-ab5c-9dc21000cd95, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8baa2b0d-d6bf-407a-b8d5-24d5b3f9d428, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8baa2b0d-d6bf-407a-b8d5-24d5b3f9d428, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4991581422484844868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868499158142248484486849915814224848448684991581422484844868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd7f7e8-dbf2-4d9c-a9f7-ca33b901fe59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2f35400-ac1c-4045-8f03-ee12571818d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f35400-ac1c-4045-8f03-ee12571818d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6451110945419959416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416645111094541995941664511109454199594166451110945419959416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8baa2b0d-d6bf-407a-b8d5-24d5b3f9d428, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2dd8130-1653-4d15-b702-9cd0095f9337, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2dd8130-1653-4d15-b702-9cd0095f9337, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9224281963374442957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957922428196337444295792242819633744429579224281963374442957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f35400-ac1c-4045-8f03-ee12571818d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e02ce49c-610e-4c4d-a792-5b24b26443f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02ce49c-610e-4c4d-a792-5b24b26443f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1809292940511462843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843180929294051146284318092929405114628431809292940511462843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2dd8130-1653-4d15-b702-9cd0095f9337, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19cdad58-0c86-4249-9297-21dd87330b9a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19cdad58-0c86-4249-9297-21dd87330b9a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6511523400261957111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111651152340026195711165115234002619571116511523400261957111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02ce49c-610e-4c4d-a792-5b24b26443f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 717d775c-3a35-4478-9572-9a697f96dabc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717d775c-3a35-4478-9572-9a697f96dabc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11126733135516170499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499111267331355161704991112673313551617049911126733135516170499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19cdad58-0c86-4249-9297-21dd87330b9a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 446dcc5a-4879-4634-a9ba-42a060aac223, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 446dcc5a-4879-4634-a9ba-42a060aac223, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2770650036275514391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391277065003627551439127706500362755143912770650036275514391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717d775c-3a35-4478-9572-9a697f96dabc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c65cee15-701f-41bf-85a3-4633ae4e8d14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65cee15-701f-41bf-85a3-4633ae4e8d14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15167310210926982795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795151673102109269827951516731021092698279515167310210926982795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 446dcc5a-4879-4634-a9ba-42a060aac223, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eb53eca-b6ae-4ed2-bd4e-68cd5378478f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eb53eca-b6ae-4ed2-bd4e-68cd5378478f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8489653146384545561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561848965314638454556184896531463845455618489653146384545561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65cee15-701f-41bf-85a3-4633ae4e8d14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f69d5f4-cde9-4e8d-ab7f-ccc0a6f6515d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f69d5f4-cde9-4e8d-ab7f-ccc0a6f6515d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6304409468981878210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210630440946898187821063044094689818782106304409468981878210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eb53eca-b6ae-4ed2-bd4e-68cd5378478f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 772740f0-5d51-431d-8d1e-216eeddd9a2d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772740f0-5d51-431d-8d1e-216eeddd9a2d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4784360741725266589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589478436074172526658947843607417252665894784360741725266589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772740f0-5d51-431d-8d1e-216eeddd9a2d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 068d055e-0cf8-4961-9faa-b3fd0117fa64, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 068d055e-0cf8-4961-9faa-b3fd0117fa64, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7508901128206031500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500750890112820603150075089011282060315007508901128206031500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f69d5f4-cde9-4e8d-ab7f-ccc0a6f6515d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53e252b4-6a2c-42e8-9f87-8d15392ae3b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e252b4-6a2c-42e8-9f87-8d15392ae3b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925574052194601404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404179255740521946014041792557405219460140417925574052194601404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 068d055e-0cf8-4961-9faa-b3fd0117fa64, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44b2f15a-9ee1-4230-8762-76792f6cf06c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44b2f15a-9ee1-4230-8762-76792f6cf06c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13293886323442922627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627132938863234429226271329388632344292262713293886323442922627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e252b4-6a2c-42e8-9f87-8d15392ae3b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc6ad674-e9ee-4b6a-814f-bf6aa06c9dda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc6ad674-e9ee-4b6a-814f-bf6aa06c9dda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18262693527334062031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031182626935273340620311826269352733406203118262693527334062031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44b2f15a-9ee1-4230-8762-76792f6cf06c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beee721a-3d94-4f15-b56c-df08eb8bfab2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beee721a-3d94-4f15-b56c-df08eb8bfab2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10902833771711327185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185109028337717113271851090283377171132718510902833771711327185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beee721a-3d94-4f15-b56c-df08eb8bfab2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a412d4ff-1bea-497f-a585-d99fe7940102, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a412d4ff-1bea-497f-a585-d99fe7940102, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837776011301580897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897283777601130158089728377760113015808972837776011301580897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a412d4ff-1bea-497f-a585-d99fe7940102, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a849a25-9b34-4064-865d-d4c57f496fe4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a849a25-9b34-4064-865d-d4c57f496fe4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14080705961543430155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155140807059615434301551408070596154343015514080705961543430155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc6ad674-e9ee-4b6a-814f-bf6aa06c9dda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a8a3184-2803-46b1-80d6-d6aaac7f7f1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a849a25-9b34-4064-865d-d4c57f496fe4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a8a3184-2803-46b1-80d6-d6aaac7f7f1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1958022842932918162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162195802284293291816219580228429329181621958022842932918162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3058733b-0436-46d8-a7fb-bd7681966cd0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3058733b-0436-46d8-a7fb-bd7681966cd0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7195800537545840941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941719580053754584094171958005375458409417195800537545840941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a8a3184-2803-46b1-80d6-d6aaac7f7f1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a55e5f74-3ad9-44d1-ae89-80ec1b3f17e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a55e5f74-3ad9-44d1-ae89-80ec1b3f17e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6256110490602712080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080625611049060271208062561104906027120806256110490602712080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3058733b-0436-46d8-a7fb-bd7681966cd0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed425423-2166-48ce-ba42-2ddfffe4de3e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed425423-2166-48ce-ba42-2ddfffe4de3e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9635080401687883612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612963508040168788361296350804016878836129635080401687883612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a55e5f74-3ad9-44d1-ae89-80ec1b3f17e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa7b64a-dbe5-441d-a79a-753438dbe123, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa7b64a-dbe5-441d-a79a-753438dbe123, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2126205986305288749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749212620598630528874921262059863052887492126205986305288749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed425423-2166-48ce-ba42-2ddfffe4de3e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 674d28e5-588f-486a-8ed1-8e793312de56, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 674d28e5-588f-486a-8ed1-8e793312de56, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3016672989126990365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365301667298912699036530166729891269903653016672989126990365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa7b64a-dbe5-441d-a79a-753438dbe123, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa8d5dee-530f-42e9-95e4-c0a7b3537aac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 674d28e5-588f-486a-8ed1-8e793312de56, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61e67452-6ec6-44d6-aea4-37b8c5a80dfa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8d5dee-530f-42e9-95e4-c0a7b3537aac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11211494840334097422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422112114948403340974221121149484033409742211211494840334097422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e67452-6ec6-44d6-aea4-37b8c5a80dfa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10378757081186433752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752103787570811864337521037875708118643375210378757081186433752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8d5dee-530f-42e9-95e4-c0a7b3537aac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 241f6da1-1d18-4cde-940a-115d5a7edbbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 241f6da1-1d18-4cde-940a-115d5a7edbbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17971900727839341672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672179719007278393416721797190072783934167217971900727839341672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e67452-6ec6-44d6-aea4-37b8c5a80dfa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b8f83af-b9e5-4ed5-91b6-9274100e66dd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8f83af-b9e5-4ed5-91b6-9274100e66dd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18337483139385310503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503183374831393853105031833748313938531050318337483139385310503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 241f6da1-1d18-4cde-940a-115d5a7edbbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e8b244c-2d47-4aea-942d-f1545691e614, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8b244c-2d47-4aea-942d-f1545691e614, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13383466168553841782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782133834661685538417821338346616855384178213383466168553841782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8f83af-b9e5-4ed5-91b6-9274100e66dd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8921e57c-b862-4a92-91ad-2681c0e5aac9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8921e57c-b862-4a92-91ad-2681c0e5aac9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1938272712660600683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683193827271266060068319382727126606006831938272712660600683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8b244c-2d47-4aea-942d-f1545691e614, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 694599eb-500b-4015-93a7-fb93c45e7a28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694599eb-500b-4015-93a7-fb93c45e7a28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16310672535390302670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670163106725353903026701631067253539030267016310672535390302670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8921e57c-b862-4a92-91ad-2681c0e5aac9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 818e13d1-8551-440d-a37c-dfe076141357, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818e13d1-8551-440d-a37c-dfe076141357, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16116394675015700989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989161163946750157009891611639467501570098916116394675015700989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694599eb-500b-4015-93a7-fb93c45e7a28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab0b13a-7b3e-4c2b-9ce7-8ccae2043843, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab0b13a-7b3e-4c2b-9ce7-8ccae2043843, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8946341736338509575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575894634173633850957589463417363385095758946341736338509575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818e13d1-8551-440d-a37c-dfe076141357, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c255125-5b22-444f-88d5-cf376cf1f2b5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c255125-5b22-444f-88d5-cf376cf1f2b5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3971785443247220055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055397178544324722005539717854432472200553971785443247220055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab0b13a-7b3e-4c2b-9ce7-8ccae2043843, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f1e459-528f-4a9d-a0ef-0797d6154a4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f1e459-528f-4a9d-a0ef-0797d6154a4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1193437949792692431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431119343794979269243111934379497926924311193437949792692431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c255125-5b22-444f-88d5-cf376cf1f2b5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00acf364-761a-4748-9bfb-e4914f6151b1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00acf364-761a-4748-9bfb-e4914f6151b1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6628928105468373464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464662892810546837346466289281054683734646628928105468373464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f1e459-528f-4a9d-a0ef-0797d6154a4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a900b566-4773-421f-b1fb-8355aac5b142, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a900b566-4773-421f-b1fb-8355aac5b142, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15740901321599557682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682157409013215995576821574090132159955768215740901321599557682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00acf364-761a-4748-9bfb-e4914f6151b1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80e13f66-8b6e-4805-84a6-f58f64c4d001, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e13f66-8b6e-4805-84a6-f58f64c4d001, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9383880886605878963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963938388088660587896393838808866058789639383880886605878963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a900b566-4773-421f-b1fb-8355aac5b142, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7ca096-a4d3-4b8d-81fd-0f43b0dbd25a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7ca096-a4d3-4b8d-81fd-0f43b0dbd25a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14564631235331519200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200145646312353315192001456463123533151920014564631235331519200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e13f66-8b6e-4805-84a6-f58f64c4d001, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c5e2c22-4af3-4df0-a982-22ba5be014a7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c5e2c22-4af3-4df0-a982-22ba5be014a7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13035412502467842567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567130354125024678425671303541250246784256713035412502467842567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7ca096-a4d3-4b8d-81fd-0f43b0dbd25a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8e0d616-833d-4f5a-b7b4-b709b5fa2939, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8e0d616-833d-4f5a-b7b4-b709b5fa2939, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16090002260841587293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293160900022608415872931609000226084158729316090002260841587293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c5e2c22-4af3-4df0-a982-22ba5be014a7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d14114d6-2454-4f6d-8ffa-baf038551a18, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d14114d6-2454-4f6d-8ffa-baf038551a18, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17957961604819581020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020179579616048195810201795796160481958102017957961604819581020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8e0d616-833d-4f5a-b7b4-b709b5fa2939, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7ba21f6-9f4a-4822-9949-b6db4dfe01bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ba21f6-9f4a-4822-9949-b6db4dfe01bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13143677406591872780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780131436774065918727801314367740659187278013143677406591872780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d14114d6-2454-4f6d-8ffa-baf038551a18, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f4fdbd9-bd7e-4a24-b337-1f30c5089d13, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f4fdbd9-bd7e-4a24-b337-1f30c5089d13, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 497203726999306097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097497203726999306097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ba21f6-9f4a-4822-9949-b6db4dfe01bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd7e09be-8fb7-4605-ab97-65c1f2a55bf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd7e09be-8fb7-4605-ab97-65c1f2a55bf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16738002033406434879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879167380020334064348791673800203340643487916738002033406434879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f4fdbd9-bd7e-4a24-b337-1f30c5089d13, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5684545f-1062-43f5-abfa-d11d8631f2cb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5684545f-1062-43f5-abfa-d11d8631f2cb, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12805058113030109277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277128050581130301092771280505811303010927712805058113030109277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd7e09be-8fb7-4605-ab97-65c1f2a55bf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01f6e641-d01c-4472-ab2f-15c2f291c314, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01f6e641-d01c-4472-ab2f-15c2f291c314, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3804556177968649638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638380455617796864963838045561779686496383804556177968649638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5684545f-1062-43f5-abfa-d11d8631f2cb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18a898c9-9b70-4670-a7f7-b7dc4531ba66, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a898c9-9b70-4670-a7f7-b7dc4531ba66, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17891307143720600025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025178913071437206000251789130714372060002517891307143720600025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01f6e641-d01c-4472-ab2f-15c2f291c314, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fedcf8d4-95da-4590-b7a3-b32e7858aecb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fedcf8d4-95da-4590-b7a3-b32e7858aecb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10823374364117110816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816108233743641171108161082337436411711081610823374364117110816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a898c9-9b70-4670-a7f7-b7dc4531ba66, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ae84e7-3ee7-4f08-b44a-0e1565972ca1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ae84e7-3ee7-4f08-b44a-0e1565972ca1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9474729145830877850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850947472914583087785094747291458308778509474729145830877850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fedcf8d4-95da-4590-b7a3-b32e7858aecb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 467a7850-0b3d-4c1a-81de-0f0011a7db16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ae84e7-3ee7-4f08-b44a-0e1565972ca1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e52d4fb-d9f5-405e-b1c4-6bd66012aefb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e52d4fb-d9f5-405e-b1c4-6bd66012aefb, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1874069380134573959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959187406938013457395918740693801345739591874069380134573959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467a7850-0b3d-4c1a-81de-0f0011a7db16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16055491725815905037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037160554917258159050371605549172581590503716055491725815905037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467a7850-0b3d-4c1a-81de-0f0011a7db16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c456adf-0de6-4203-9b05-8752c90f5217, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c456adf-0de6-4203-9b05-8752c90f5217, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16717834806325537681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681167178348063255376811671783480632553768116717834806325537681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e52d4fb-d9f5-405e-b1c4-6bd66012aefb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a86cb0ee-46ec-4dd9-9326-1a679b483eaf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a86cb0ee-46ec-4dd9-9326-1a679b483eaf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16096948328119199624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624160969483281191996241609694832811919962416096948328119199624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c456adf-0de6-4203-9b05-8752c90f5217, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f4a88ff-a52d-4d9b-8670-e3464414f084, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f4a88ff-a52d-4d9b-8670-e3464414f084, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3749713266568181382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382374971326656818138237497132665681813823749713266568181382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a86cb0ee-46ec-4dd9-9326-1a679b483eaf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6378d50-59b2-4496-80e3-dbd4ce42c90f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6378d50-59b2-4496-80e3-dbd4ce42c90f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3125713887687967654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654312571388768796765431257138876879676543125713887687967654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f4a88ff-a52d-4d9b-8670-e3464414f084, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff9b021c-378d-4adc-bbc7-de70f6fc04a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9b021c-378d-4adc-bbc7-de70f6fc04a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12261329059426981901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901122613290594269819011226132905942698190112261329059426981901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6378d50-59b2-4496-80e3-dbd4ce42c90f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f44d1c7-7a1b-417e-9ed0-3353a79d7f43, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9b021c-378d-4adc-bbc7-de70f6fc04a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f44d1c7-7a1b-417e-9ed0-3353a79d7f43, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6833780175459737823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823683378017545973782368337801754597378236833780175459737823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a0d1ee9-f229-488c-bbd8-a9356bfb7ec0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a0d1ee9-f229-488c-bbd8-a9356bfb7ec0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4618722666715927079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079461872266671592707946187226667159270794618722666715927079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f44d1c7-7a1b-417e-9ed0-3353a79d7f43, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76fad94e-9d32-472c-8d6d-b8f367208c32, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76fad94e-9d32-472c-8d6d-b8f367208c32, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17117893557934669495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495171178935579346694951711789355793466949517117893557934669495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a0d1ee9-f229-488c-bbd8-a9356bfb7ec0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c6fd34a-1a81-4e56-8162-758bd95fd7ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c6fd34a-1a81-4e56-8162-758bd95fd7ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7773537443281643053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053777353744328164305377735374432816430537773537443281643053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76fad94e-9d32-472c-8d6d-b8f367208c32, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea7271f3-47d7-4730-afb2-b5eb3f33be38, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea7271f3-47d7-4730-afb2-b5eb3f33be38, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1518571194713191289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289151857119471319128915185711947131912891518571194713191289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c6fd34a-1a81-4e56-8162-758bd95fd7ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f3d1a12-efa8-46f3-859b-e3b48d346018, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3d1a12-efa8-46f3-859b-e3b48d346018, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12671813093000227165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165126718130930002271651267181309300022716512671813093000227165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea7271f3-47d7-4730-afb2-b5eb3f33be38, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e21df4d-390e-4548-9941-27f27525a75e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e21df4d-390e-4548-9941-27f27525a75e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14048890621986714259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259140488906219867142591404889062198671425914048890621986714259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3d1a12-efa8-46f3-859b-e3b48d346018, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e21df4d-390e-4548-9941-27f27525a75e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f89d1f0-cb0a-4961-a914-715af83e867e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f89d1f0-cb0a-4961-a914-715af83e867e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14356670205288764935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935143566702052887649351435667020528876493514356670205288764935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f5364f-fc7a-4689-9745-867367c3076e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f5364f-fc7a-4689-9745-867367c3076e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 466826864333169784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784466826864333169784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f5364f-fc7a-4689-9745-867367c3076e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fac49016-84eb-4977-9750-caaf0293036d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fac49016-84eb-4977-9750-caaf0293036d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14716300849850901605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605147163008498509016051471630084985090160514716300849850901605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f89d1f0-cb0a-4961-a914-715af83e867e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f923fdb-f71c-4a53-b8b6-7d43642f6acd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f923fdb-f71c-4a53-b8b6-7d43642f6acd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17048459365029080711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711170484593650290807111704845936502908071117048459365029080711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fac49016-84eb-4977-9750-caaf0293036d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f751848-9c39-49db-9d55-666454eb0e25, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f751848-9c39-49db-9d55-666454eb0e25, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5190276830305571791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791519027683030557179151902768303055717915190276830305571791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f923fdb-f71c-4a53-b8b6-7d43642f6acd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fd2dfb8-4dca-408c-b16f-2120f37d3007, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fd2dfb8-4dca-408c-b16f-2120f37d3007, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14786356931207760890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890147863569312077608901478635693120776089014786356931207760890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f751848-9c39-49db-9d55-666454eb0e25, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c0f9f3-ceda-4ac3-a699-5f58a3691e45, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c0f9f3-ceda-4ac3-a699-5f58a3691e45, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318407388409601169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169331840738840960116933184073884096011693318407388409601169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fd2dfb8-4dca-408c-b16f-2120f37d3007, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f5bc07a-6354-4f57-a61b-9ec26119f152, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5bc07a-6354-4f57-a61b-9ec26119f152, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8013716840726360666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666801371684072636066680137168407263606668013716840726360666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c0f9f3-ceda-4ac3-a699-5f58a3691e45, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35631aca-a1ed-4be5-ad3c-cae2edbee825, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35631aca-a1ed-4be5-ad3c-cae2edbee825, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5586187841229978276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276558618784122997827655861878412299782765586187841229978276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35631aca-a1ed-4be5-ad3c-cae2edbee825, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b13c201-42a7-4b14-a9c5-ff7c98c2904a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b13c201-42a7-4b14-a9c5-ff7c98c2904a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 70285928250998584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7028592825099858470285928250998584702859282509985847028592825099858470285928250998584702859282509985847028592825099858470285928250998584702859282509985847028592825099858470285928250998584702859282509985847028592825099858470285928250998584702859282509985847028592825099858470285928250998584702859282509985847028592825099858470285928250998584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5bc07a-6354-4f57-a61b-9ec26119f152, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ca74a0a-447a-4e9b-b6f6-4a080e51ad54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca74a0a-447a-4e9b-b6f6-4a080e51ad54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11570775593693715113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113115707755936937151131157077559369371511311570775593693715113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b13c201-42a7-4b14-a9c5-ff7c98c2904a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91c54989-d79e-4cef-8c3e-2890c8eb1aba, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91c54989-d79e-4cef-8c3e-2890c8eb1aba, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1095665810793385678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678109566581079338567810956658107933856781095665810793385678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca74a0a-447a-4e9b-b6f6-4a080e51ad54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f836768-6f15-4126-854e-9aa945580856, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f836768-6f15-4126-854e-9aa945580856, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5422669478597875521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521542266947859787552154226694785978755215422669478597875521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91c54989-d79e-4cef-8c3e-2890c8eb1aba, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdfc9a94-526b-4257-abef-43ba82a9caea, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdfc9a94-526b-4257-abef-43ba82a9caea, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13611485849498655883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883136114858494986558831361148584949865588313611485849498655883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f836768-6f15-4126-854e-9aa945580856, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 133fd675-16ef-4f97-9338-46190225a7cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdfc9a94-526b-4257-abef-43ba82a9caea, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8327e41e-2d0f-4168-89bd-2cfda0246fd8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8327e41e-2d0f-4168-89bd-2cfda0246fd8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8929982956874702887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887892998295687470288789299829568747028878929982956874702887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 133fd675-16ef-4f97-9338-46190225a7cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1580494781035081891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891158049478103508189115804947810350818911580494781035081891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8327e41e-2d0f-4168-89bd-2cfda0246fd8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8da7752-8e16-43d1-8806-1699832793f5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 133fd675-16ef-4f97-9338-46190225a7cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e703ece8-6935-4b44-9391-b81dea9217b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e703ece8-6935-4b44-9391-b81dea9217b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6154962464632421789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789615496246463242178961549624646324217896154962464632421789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8da7752-8e16-43d1-8806-1699832793f5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1185917434462408967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967118591743446240896711859174344624089671185917434462408967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e703ece8-6935-4b44-9391-b81dea9217b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 522a7740-2faf-426a-8abd-43412170b36c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522a7740-2faf-426a-8abd-43412170b36c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2091813663288378900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900209181366328837890020918136632883789002091813663288378900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8da7752-8e16-43d1-8806-1699832793f5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bc5708a-8f4f-4f56-8aec-42ea3ab4b753, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bc5708a-8f4f-4f56-8aec-42ea3ab4b753, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17094531998197086566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566170945319981970865661709453199819708656617094531998197086566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522a7740-2faf-426a-8abd-43412170b36c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f8aff84-f5c6-4c9a-8e28-d25000345865, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bc5708a-8f4f-4f56-8aec-42ea3ab4b753, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8aff84-f5c6-4c9a-8e28-d25000345865, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4336133350422539652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652433613335042253965243361333504225396524336133350422539652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc00a02a-0128-47cc-a14b-f2885454ca5e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc00a02a-0128-47cc-a14b-f2885454ca5e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14622943792973980141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141146229437929739801411462294379297398014114622943792973980141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc00a02a-0128-47cc-a14b-f2885454ca5e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fa8d8ab-688d-46f3-91a6-a2fba1bed8c3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa8d8ab-688d-46f3-91a6-a2fba1bed8c3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2827603022868768874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874282760302286876887428276030228687688742827603022868768874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8aff84-f5c6-4c9a-8e28-d25000345865, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a335ae-940f-4df7-92c9-bc7315698560, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a335ae-940f-4df7-92c9-bc7315698560, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14444356245478344015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015144443562454783440151444435624547834401514444356245478344015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa8d8ab-688d-46f3-91a6-a2fba1bed8c3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e284eb5-51cb-43c6-b8a4-60f8776d1fef, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e284eb5-51cb-43c6-b8a4-60f8776d1fef, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14230073896106456459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459142300738961064564591423007389610645645914230073896106456459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a335ae-940f-4df7-92c9-bc7315698560, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc486029-357b-44b8-93c2-3a4b18c93e35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc486029-357b-44b8-93c2-3a4b18c93e35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15839880095678825366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366158398800956788253661583988009567882536615839880095678825366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e284eb5-51cb-43c6-b8a4-60f8776d1fef, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f3fad1c-94c9-4018-9df8-87095f2e505b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3fad1c-94c9-4018-9df8-87095f2e505b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4926431539551787485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485492643153955178748549264315395517874854926431539551787485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc486029-357b-44b8-93c2-3a4b18c93e35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a977d48f-f7f3-4ca3-8908-2de718835ec0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a977d48f-f7f3-4ca3-8908-2de718835ec0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13196944803663668142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142131969448036636681421319694480366366814213196944803663668142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3fad1c-94c9-4018-9df8-87095f2e505b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dda65244-a289-44f2-90c3-3a9887bd0006, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda65244-a289-44f2-90c3-3a9887bd0006, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5676974925133731985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985567697492513373198556769749251337319855676974925133731985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a977d48f-f7f3-4ca3-8908-2de718835ec0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 845ff8ef-fc34-4e8a-b852-6d2524326d8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 845ff8ef-fc34-4e8a-b852-6d2524326d8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619391906443843752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752146193919064438437521461939190644384375214619391906443843752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda65244-a289-44f2-90c3-3a9887bd0006, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 527d574f-284a-4a9f-9c58-d2aa3fb3492f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 527d574f-284a-4a9f-9c58-d2aa3fb3492f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15600164851768246038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038156001648517682460381560016485176824603815600164851768246038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 845ff8ef-fc34-4e8a-b852-6d2524326d8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac28a5b9-c29b-4353-bfe1-4bbd027a5994, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac28a5b9-c29b-4353-bfe1-4bbd027a5994, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12197649854206849697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697121976498542068496971219764985420684969712197649854206849697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 527d574f-284a-4a9f-9c58-d2aa3fb3492f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 972e7017-838f-4de5-9d32-5addef041abc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 972e7017-838f-4de5-9d32-5addef041abc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7175657404274347980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980717565740427434798071756574042743479807175657404274347980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac28a5b9-c29b-4353-bfe1-4bbd027a5994, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1528aeb5-9ac6-44c3-87e0-863d97e81030, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1528aeb5-9ac6-44c3-87e0-863d97e81030, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7638593114358178348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348763859311435817834876385931143581783487638593114358178348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 972e7017-838f-4de5-9d32-5addef041abc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 470d13f3-fc30-4d55-8f69-8f03c6258317, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 470d13f3-fc30-4d55-8f69-8f03c6258317, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5641577351623951813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813564157735162395181356415773516239518135641577351623951813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1528aeb5-9ac6-44c3-87e0-863d97e81030, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8798f5bb-955c-40d3-8b6f-da3e2363d87d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8798f5bb-955c-40d3-8b6f-da3e2363d87d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6702632125786373402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402670263212578637340267026321257863734026702632125786373402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 470d13f3-fc30-4d55-8f69-8f03c6258317, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 048604c8-57e7-431a-a52f-fd86d49cc1fc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 048604c8-57e7-431a-a52f-fd86d49cc1fc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3818308123787605978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978381830812378760597838183081237876059783818308123787605978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 048604c8-57e7-431a-a52f-fd86d49cc1fc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7c4a8a0-e369-4db0-b303-a4f2667580ee, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7c4a8a0-e369-4db0-b303-a4f2667580ee, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4633824120033649201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201463382412003364920146338241200336492014633824120033649201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8798f5bb-955c-40d3-8b6f-da3e2363d87d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33754465-4e49-4d5a-9868-dcaf4718f23e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33754465-4e49-4d5a-9868-dcaf4718f23e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2785047934384573382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382278504793438457338227850479343845733822785047934384573382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7c4a8a0-e369-4db0-b303-a4f2667580ee, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1fc9921-da9a-495b-9313-f455193226db, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1fc9921-da9a-495b-9313-f455193226db, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1634354162172726146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146163435416217272614616343541621727261461634354162172726146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1fc9921-da9a-495b-9313-f455193226db, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3700c78-7e49-4d25-b674-fce4f34dbb95, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3700c78-7e49-4d25-b674-fce4f34dbb95, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11186574119432754908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908111865741194327549081118657411943275490811186574119432754908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33754465-4e49-4d5a-9868-dcaf4718f23e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6df7455f-5628-4467-92d8-3ab7a6d7d0b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df7455f-5628-4467-92d8-3ab7a6d7d0b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5471241047448856533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533547124104744885653354712410474488565335471241047448856533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3700c78-7e49-4d25-b674-fce4f34dbb95, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74be2a3a-95df-470c-a289-515e97256bf2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74be2a3a-95df-470c-a289-515e97256bf2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3237717707484653960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960323771770748465396032377177074846539603237717707484653960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df7455f-5628-4467-92d8-3ab7a6d7d0b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60099499-6c7d-4db4-8065-0468a52f9558, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60099499-6c7d-4db4-8065-0468a52f9558, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2785154509224547924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924278515450922454792427851545092245479242785154509224547924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74be2a3a-95df-470c-a289-515e97256bf2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64292359-8782-4808-b429-72ffcf2bd640, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64292359-8782-4808-b429-72ffcf2bd640, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16289992050360355414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414162899920503603554141628999205036035541416289992050360355414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60099499-6c7d-4db4-8065-0468a52f9558, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47c1bbd8-519f-4472-9109-a25ec08ba40b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c1bbd8-519f-4472-9109-a25ec08ba40b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3594906013998653366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366359490601399865336635949060139986533663594906013998653366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64292359-8782-4808-b429-72ffcf2bd640, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8671254d-7948-4c3e-b655-340538fff57a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8671254d-7948-4c3e-b655-340538fff57a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11597042172436348509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509115970421724363485091159704217243634850911597042172436348509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c1bbd8-519f-4472-9109-a25ec08ba40b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1b49b67-edf2-48f2-bb5e-f9fa820920c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b49b67-edf2-48f2-bb5e-f9fa820920c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12949341204808986528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528129493412048089865281294934120480898652812949341204808986528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8671254d-7948-4c3e-b655-340538fff57a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 035990a1-56fe-4175-b93d-ae299a4b383d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035990a1-56fe-4175-b93d-ae299a4b383d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17861480730221752897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897178614807302217528971786148073022175289717861480730221752897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b49b67-edf2-48f2-bb5e-f9fa820920c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04f98948-bb98-4f3f-9247-05e104d324a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f98948-bb98-4f3f-9247-05e104d324a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16447309845148718187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187164473098451487181871644730984514871818716447309845148718187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035990a1-56fe-4175-b93d-ae299a4b383d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fabbd76c-09aa-4d91-814d-2ac3e6e13adc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fabbd76c-09aa-4d91-814d-2ac3e6e13adc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10714184037461302034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034107141840374613020341071418403746130203410714184037461302034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f98948-bb98-4f3f-9247-05e104d324a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff014f9b-fff5-4ac1-add4-d3824e047dc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fabbd76c-09aa-4d91-814d-2ac3e6e13adc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff014f9b-fff5-4ac1-add4-d3824e047dc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14288968156839028028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028142889681568390280281428896815683902802814288968156839028028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7bbac9d-4cb5-4ebf-9d33-3ad650ac82c4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7bbac9d-4cb5-4ebf-9d33-3ad650ac82c4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8292444856349215013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013829244485634921501382924448563492150138292444856349215013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff014f9b-fff5-4ac1-add4-d3824e047dc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cfe7d92-4aab-4c69-970a-ea036b9adf81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfe7d92-4aab-4c69-970a-ea036b9adf81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4532298620920687572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572453229862092068757245322986209206875724532298620920687572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7bbac9d-4cb5-4ebf-9d33-3ad650ac82c4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab273db7-d12f-45dd-8aee-993c39b0ca0d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab273db7-d12f-45dd-8aee-993c39b0ca0d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4722760739591208980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980472276073959120898047227607395912089804722760739591208980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfe7d92-4aab-4c69-970a-ea036b9adf81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7a727c3-276e-472c-96c8-c9f6485adca6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a727c3-276e-472c-96c8-c9f6485adca6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14793658598218611949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949147936585982186119491479365859821861194914793658598218611949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab273db7-d12f-45dd-8aee-993c39b0ca0d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66dcb954-df3d-430c-8c0d-02958614d8a5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66dcb954-df3d-430c-8c0d-02958614d8a5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15776176146970494125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125157761761469704941251577617614697049412515776176146970494125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a727c3-276e-472c-96c8-c9f6485adca6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02102895-7e93-473e-ab66-30969c83057f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66dcb954-df3d-430c-8c0d-02958614d8a5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02102895-7e93-473e-ab66-30969c83057f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7502401204412473628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628750240120441247362875024012044124736287502401204412473628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21b6d219-9e27-432d-ac4b-036490e35768, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21b6d219-9e27-432d-ac4b-036490e35768, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10008766022101416253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253100087660221014162531000876602210141625310008766022101416253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02102895-7e93-473e-ab66-30969c83057f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e9c55b3-c85d-4e1e-aeec-fbf7787393c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e9c55b3-c85d-4e1e-aeec-fbf7787393c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17220879513145022165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165172208795131450221651722087951314502216517220879513145022165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21b6d219-9e27-432d-ac4b-036490e35768, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f90fa985-56fe-4e6d-b2ad-eb2c61e47f6e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90fa985-56fe-4e6d-b2ad-eb2c61e47f6e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1564743154506009992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992156474315450600999215647431545060099921564743154506009992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e9c55b3-c85d-4e1e-aeec-fbf7787393c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45b6c708-2998-4820-bb93-924c94197627, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45b6c708-2998-4820-bb93-924c94197627, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15337489099509212562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562153374890995092125621533748909950921256215337489099509212562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90fa985-56fe-4e6d-b2ad-eb2c61e47f6e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d71eba-c717-4247-8619-8c268692e0e7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d71eba-c717-4247-8619-8c268692e0e7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11198807080787967505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505111988070807879675051119880708078796750511198807080787967505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45b6c708-2998-4820-bb93-924c94197627, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bb5a5d-c050-40b7-9a7a-5060b620c55c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bb5a5d-c050-40b7-9a7a-5060b620c55c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2834535460528255219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219283453546052825521928345354605282552192834535460528255219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d71eba-c717-4247-8619-8c268692e0e7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c585be7-b71b-46de-81e0-7aed49fb7bf8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c585be7-b71b-46de-81e0-7aed49fb7bf8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 356238385604918462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462356238385604918462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c585be7-b71b-46de-81e0-7aed49fb7bf8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e1b692d-89cc-4575-b333-e40344484ce9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e1b692d-89cc-4575-b333-e40344484ce9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319969051708250574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574931996905170825057493199690517082505749319969051708250574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bb5a5d-c050-40b7-9a7a-5060b620c55c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bddecfd-5e86-4d02-9fbf-b72ef320893e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bddecfd-5e86-4d02-9fbf-b72ef320893e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17162708921341170367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367171627089213411703671716270892134117036717162708921341170367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e1b692d-89cc-4575-b333-e40344484ce9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f6bfcd8-ff87-4bf6-9f88-0e0504511292, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f6bfcd8-ff87-4bf6-9f88-0e0504511292, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3587212979561938754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754358721297956193875435872129795619387543587212979561938754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f6bfcd8-ff87-4bf6-9f88-0e0504511292, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d6abec-337d-47e0-8fed-ec064b4a75a7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d6abec-337d-47e0-8fed-ec064b4a75a7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2858962628100315856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856285896262810031585628589626281003158562858962628100315856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bddecfd-5e86-4d02-9fbf-b72ef320893e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da48760f-7a2d-4363-8dc8-d7e434acb270, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da48760f-7a2d-4363-8dc8-d7e434acb270, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3259601500909750339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339325960150090975033932596015009097503393259601500909750339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da48760f-7a2d-4363-8dc8-d7e434acb270, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d6abec-337d-47e0-8fed-ec064b4a75a7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b19c465-5a2a-461a-8fcc-c7dad6240352, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b19c465-5a2a-461a-8fcc-c7dad6240352, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10287749892604591719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719102877498926045917191028774989260459171910287749892604591719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e069cf13-e7d3-4a7f-a21f-fb4a05836015, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e069cf13-e7d3-4a7f-a21f-fb4a05836015, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5702384663096678374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374570238466309667837457023846630966783745702384663096678374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b19c465-5a2a-461a-8fcc-c7dad6240352, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa77c9d4-e540-46c3-b2b7-edd2fc2fb106, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa77c9d4-e540-46c3-b2b7-edd2fc2fb106, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 148799383205073149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149148799383205073149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e069cf13-e7d3-4a7f-a21f-fb4a05836015, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81e4d6be-9929-4f0a-811f-5af4309e6dce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e4d6be-9929-4f0a-811f-5af4309e6dce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5074511195417450029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029507451119541745002950745111954174500295074511195417450029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa77c9d4-e540-46c3-b2b7-edd2fc2fb106, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6e48f20-fc48-496e-bddb-e5d9f1d2d01a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e48f20-fc48-496e-bddb-e5d9f1d2d01a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12223312000913960452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452122233120009139604521222331200091396045212223312000913960452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e4d6be-9929-4f0a-811f-5af4309e6dce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dee70530-10dd-4868-bfce-65477b5260ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee70530-10dd-4868-bfce-65477b5260ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3707453020025707008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008370745302002570700837074530200257070083707453020025707008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee70530-10dd-4868-bfce-65477b5260ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b14d20b-4dc1-4f77-8cca-87c77a963ecc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b14d20b-4dc1-4f77-8cca-87c77a963ecc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12850634693187720318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318128506346931877203181285063469318772031812850634693187720318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e48f20-fc48-496e-bddb-e5d9f1d2d01a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeba95af-e14d-497b-813b-344a18040375, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeba95af-e14d-497b-813b-344a18040375, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14400437170925958239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239144004371709259582391440043717092595823914400437170925958239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b14d20b-4dc1-4f77-8cca-87c77a963ecc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a566094a-be3c-40b3-b008-4aaeffe6697d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a566094a-be3c-40b3-b008-4aaeffe6697d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13457571809718029174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174134575718097180291741345757180971802917413457571809718029174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeba95af-e14d-497b-813b-344a18040375, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cc124cd-23aa-4baa-a1f6-80c262355fbf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc124cd-23aa-4baa-a1f6-80c262355fbf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15398001037514185645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645153980010375141856451539800103751418564515398001037514185645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a566094a-be3c-40b3-b008-4aaeffe6697d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a97608e8-1891-4eca-b04b-8c15786b8330, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97608e8-1891-4eca-b04b-8c15786b8330, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1828027048446141358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358182802704844614135818280270484461413581828027048446141358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97608e8-1891-4eca-b04b-8c15786b8330, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73abd4c5-5260-4721-9026-952e582d7569, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73abd4c5-5260-4721-9026-952e582d7569, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2305546390182890075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075230554639018289007523055463901828900752305546390182890075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc124cd-23aa-4baa-a1f6-80c262355fbf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d3146a7-ef26-49d4-b174-97b8302f7c10, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3146a7-ef26-49d4-b174-97b8302f7c10, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18126528609911664747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747181265286099116647471812652860991166474718126528609911664747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73abd4c5-5260-4721-9026-952e582d7569, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71e70fbe-a2f4-4122-bf6a-0da9799f495d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71e70fbe-a2f4-4122-bf6a-0da9799f495d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16209037520519900021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021162090375205199000211620903752051990002116209037520519900021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3146a7-ef26-49d4-b174-97b8302f7c10, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1464630-8989-4b3f-b951-b50f07ceeb42, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1464630-8989-4b3f-b951-b50f07ceeb42, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4537659597531477464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464453765959753147746445376595975314774644537659597531477464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71e70fbe-a2f4-4122-bf6a-0da9799f495d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7564469c-2ea6-4570-b856-df916eaf515f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7564469c-2ea6-4570-b856-df916eaf515f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6914612191410637743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743691461219141063774369146121914106377436914612191410637743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1464630-8989-4b3f-b951-b50f07ceeb42, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8c2951c-fbe4-4aa2-a568-2358d76aa0b2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c2951c-fbe4-4aa2-a568-2358d76aa0b2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9677951573969478579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579967795157396947857996779515739694785799677951573969478579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7564469c-2ea6-4570-b856-df916eaf515f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70fb52f7-b123-4b0a-9fe7-f8f5a60db3bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c2951c-fbe4-4aa2-a568-2358d76aa0b2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 459ebe7e-f82c-4027-a13b-feee6d34b8a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fb52f7-b123-4b0a-9fe7-f8f5a60db3bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12429075930929240187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187124290759309292401871242907593092924018712429075930929240187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 459ebe7e-f82c-4027-a13b-feee6d34b8a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1967061459334568932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932196706145933456893219670614593345689321967061459334568932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fb52f7-b123-4b0a-9fe7-f8f5a60db3bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08c4236b-e413-4ea7-a716-80f547436afb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08c4236b-e413-4ea7-a716-80f547436afb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5605624905168513427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427560562490516851342756056249051685134275605624905168513427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 459ebe7e-f82c-4027-a13b-feee6d34b8a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b6eed66-e528-48b7-be76-75b899eac1b4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b6eed66-e528-48b7-be76-75b899eac1b4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10433817095138154665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665104338170951381546651043381709513815466510433817095138154665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08c4236b-e413-4ea7-a716-80f547436afb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1524b1a2-4110-4918-b6d0-9072354e3c25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1524b1a2-4110-4918-b6d0-9072354e3c25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13773961128305665881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881137739611283056658811377396112830566588113773961128305665881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b6eed66-e528-48b7-be76-75b899eac1b4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ba6d2a9-5850-4abe-9578-dab013f7ff60, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ba6d2a9-5850-4abe-9578-dab013f7ff60, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16691084161723770945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945166910841617237709451669108416172377094516691084161723770945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1524b1a2-4110-4918-b6d0-9072354e3c25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ab8c900-211c-45aa-b5f1-2f3c5352483e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab8c900-211c-45aa-b5f1-2f3c5352483e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2935281532440474384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384293528153244047438429352815324404743842935281532440474384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ba6d2a9-5850-4abe-9578-dab013f7ff60, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f8be603-d06c-4ab5-81b7-5a6bed17dd0d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8be603-d06c-4ab5-81b7-5a6bed17dd0d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2215956153452742449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449221595615345274244922159561534527424492215956153452742449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab8c900-211c-45aa-b5f1-2f3c5352483e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9e57c84-c8ea-4f24-826b-af4dc6933e70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e57c84-c8ea-4f24-826b-af4dc6933e70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5177288149441022717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717517728814944102271751772881494410227175177288149441022717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8be603-d06c-4ab5-81b7-5a6bed17dd0d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70c99ab1-fc8b-4b29-9dbe-2c38c206c74e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c99ab1-fc8b-4b29-9dbe-2c38c206c74e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14327769310522793775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775143277693105227937751432776931052279377514327769310522793775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e57c84-c8ea-4f24-826b-af4dc6933e70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a508e9-0005-46cb-98fb-4aee90fd30c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a508e9-0005-46cb-98fb-4aee90fd30c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11009221315969900950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950110092213159699009501100922131596990095011009221315969900950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a508e9-0005-46cb-98fb-4aee90fd30c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb45624d-c77d-409a-9df8-8032c11e2f06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb45624d-c77d-409a-9df8-8032c11e2f06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4357840680995112429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429435784068099511242943578406809951124294357840680995112429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c99ab1-fc8b-4b29-9dbe-2c38c206c74e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a728ed3-f32c-42fe-b6c7-1a904a1bc718, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a728ed3-f32c-42fe-b6c7-1a904a1bc718, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9895156202978667949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949989515620297866794998951562029786679499895156202978667949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb45624d-c77d-409a-9df8-8032c11e2f06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63f16dd7-07d0-40cc-9838-2294b1f0721a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a728ed3-f32c-42fe-b6c7-1a904a1bc718, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77fd282b-0955-4ed1-af22-7f450be36022, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77fd282b-0955-4ed1-af22-7f450be36022, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1797215117789494309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309179721511778949430917972151177894943091797215117789494309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63f16dd7-07d0-40cc-9838-2294b1f0721a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10322248030290716892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892103222480302907168921032224803029071689210322248030290716892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77fd282b-0955-4ed1-af22-7f450be36022, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05e3c1f8-7744-4827-be3e-44c24045de3c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05e3c1f8-7744-4827-be3e-44c24045de3c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 853497318891082761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761853497318891082761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63f16dd7-07d0-40cc-9838-2294b1f0721a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c63f84a-f381-46d6-9380-6d5ab15c7430, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c63f84a-f381-46d6-9380-6d5ab15c7430, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8835230558257790096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096883523055825779009688352305582577900968835230558257790096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c63f84a-f381-46d6-9380-6d5ab15c7430, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cedcd58-4bda-479c-80a4-cdaa6222cca2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cedcd58-4bda-479c-80a4-cdaa6222cca2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10083920334516256050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050100839203345162560501008392033451625605010083920334516256050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05e3c1f8-7744-4827-be3e-44c24045de3c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc3d7565-99d6-48f2-aae0-4bb04f2a1a7f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc3d7565-99d6-48f2-aae0-4bb04f2a1a7f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10012428951441406509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509100124289514414065091001242895144140650910012428951441406509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cedcd58-4bda-479c-80a4-cdaa6222cca2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0967700-ee1f-430f-8985-7ddbdbb44b8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0967700-ee1f-430f-8985-7ddbdbb44b8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13811252168337726135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135138112521683377261351381125216833772613513811252168337726135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc3d7565-99d6-48f2-aae0-4bb04f2a1a7f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84c778aa-7db0-4e72-ab79-983b07f55d48, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0967700-ee1f-430f-8985-7ddbdbb44b8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c778aa-7db0-4e72-ab79-983b07f55d48, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15698245951189283403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403156982459511892834031569824595118928340315698245951189283403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2a12ec5-7359-4e1b-b8f8-8827e97ee510, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a12ec5-7359-4e1b-b8f8-8827e97ee510, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7087998609867783916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916708799860986778391670879986098677839167087998609867783916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c778aa-7db0-4e72-ab79-983b07f55d48, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4964d5c2-120c-4322-b0c6-8966b6d6469c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4964d5c2-120c-4322-b0c6-8966b6d6469c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1261243453318483840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840126124345331848384012612434533184838401261243453318483840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a12ec5-7359-4e1b-b8f8-8827e97ee510, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18bd83be-a87d-4abb-9a5c-4e9e3639fa11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18bd83be-a87d-4abb-9a5c-4e9e3639fa11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 640907877845787086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086640907877845787086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4964d5c2-120c-4322-b0c6-8966b6d6469c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b957af7e-a19a-492c-8a23-62e359a2b19e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b957af7e-a19a-492c-8a23-62e359a2b19e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11131488156480549640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640111314881564805496401113148815648054964011131488156480549640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18bd83be-a87d-4abb-9a5c-4e9e3639fa11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34dc3dec-65d9-46d3-904a-b0aa5b5762e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34dc3dec-65d9-46d3-904a-b0aa5b5762e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3133675784799568169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169313367578479956816931336757847995681693133675784799568169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b957af7e-a19a-492c-8a23-62e359a2b19e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3255f7f-fc50-4ccd-a96d-5849c71ab05f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34dc3dec-65d9-46d3-904a-b0aa5b5762e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3255f7f-fc50-4ccd-a96d-5849c71ab05f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7156733102519665268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268715673310251966526871567331025196652687156733102519665268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c8fe3b9-e3c3-4cf3-aef2-08d84e3a1604, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c8fe3b9-e3c3-4cf3-aef2-08d84e3a1604, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1139612715886221714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714113961271588622171411396127158862217141139612715886221714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c8fe3b9-e3c3-4cf3-aef2-08d84e3a1604, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 495704ff-5ed0-4fb9-aff4-331cf4a2f84b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495704ff-5ed0-4fb9-aff4-331cf4a2f84b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8731819951195926099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099873181995119592609987318199511959260998731819951195926099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3255f7f-fc50-4ccd-a96d-5849c71ab05f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d9932e3-8a2d-4c6c-a1c0-d7b5f8bd96e8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d9932e3-8a2d-4c6c-a1c0-d7b5f8bd96e8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1663498520374609480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480166349852037460948016634985203746094801663498520374609480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495704ff-5ed0-4fb9-aff4-331cf4a2f84b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50f2cd00-a84c-41f2-b659-d94ee6c284d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50f2cd00-a84c-41f2-b659-d94ee6c284d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2150649065782303183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183215064906578230318321506490657823031832150649065782303183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d9932e3-8a2d-4c6c-a1c0-d7b5f8bd96e8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a486b08b-d769-4d45-b5a3-b482b10cd4de, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a486b08b-d769-4d45-b5a3-b482b10cd4de, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9693408312525802501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501969340831252580250196934083125258025019693408312525802501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a486b08b-d769-4d45-b5a3-b482b10cd4de, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a1e53d-a7b0-4936-96b1-3b7a6e0c398a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a1e53d-a7b0-4936-96b1-3b7a6e0c398a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12964747387995447519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519129647473879954475191296474738799544751912964747387995447519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50f2cd00-a84c-41f2-b659-d94ee6c284d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8568643c-6ef3-41f5-946c-47e3b701c211, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8568643c-6ef3-41f5-946c-47e3b701c211, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4022779155691613099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099402277915569161309940227791556916130994022779155691613099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a1e53d-a7b0-4936-96b1-3b7a6e0c398a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa567dea-5b6c-421d-aadb-a7390bc26c2a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa567dea-5b6c-421d-aadb-a7390bc26c2a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13255189415632435544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544132551894156324355441325518941563243554413255189415632435544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8568643c-6ef3-41f5-946c-47e3b701c211, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0392eb97-405b-4425-a500-64c122ab804d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0392eb97-405b-4425-a500-64c122ab804d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2799129288593968236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236279912928859396823627991292885939682362799129288593968236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0392eb97-405b-4425-a500-64c122ab804d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e14fd2c-22b5-4d79-9b23-7b3eb96de02c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e14fd2c-22b5-4d79-9b23-7b3eb96de02c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12932655581242309451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451129326555812423094511293265558124230945112932655581242309451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa567dea-5b6c-421d-aadb-a7390bc26c2a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b850fa4-28eb-4476-9ec8-a08ff1092d6a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b850fa4-28eb-4476-9ec8-a08ff1092d6a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2934390883519157914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914293439088351915791429343908835191579142934390883519157914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e14fd2c-22b5-4d79-9b23-7b3eb96de02c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eab1a50d-51f7-4982-8898-ad9b537859b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eab1a50d-51f7-4982-8898-ad9b537859b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13544573993182258712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712135445739931822587121354457399318225871213544573993182258712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b850fa4-28eb-4476-9ec8-a08ff1092d6a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67911bdd-8554-4b84-894f-c873be69ad73, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67911bdd-8554-4b84-894f-c873be69ad73, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10783415456026766796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796107834154560267667961078341545602676679610783415456026766796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eab1a50d-51f7-4982-8898-ad9b537859b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b4419b0-486b-41bf-8041-5aeb12e94373, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b4419b0-486b-41bf-8041-5aeb12e94373, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4890471365161765861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861489047136516176586148904713651617658614890471365161765861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67911bdd-8554-4b84-894f-c873be69ad73, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acdd0457-243a-4457-aa03-05f3202d8ec3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acdd0457-243a-4457-aa03-05f3202d8ec3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3932020383586723622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622393202038358672362239320203835867236223932020383586723622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b4419b0-486b-41bf-8041-5aeb12e94373, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cba0ba57-4b2e-46ff-9e92-a508db9740f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cba0ba57-4b2e-46ff-9e92-a508db9740f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8517770722370446190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190851777072237044619085177707223704461908517770722370446190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acdd0457-243a-4457-aa03-05f3202d8ec3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1b2f29a-fa9a-41fc-a7d8-314c7aea21e7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1b2f29a-fa9a-41fc-a7d8-314c7aea21e7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13113128099246492024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024131131280992464920241311312809924649202413113128099246492024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1b2f29a-fa9a-41fc-a7d8-314c7aea21e7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c8379af-d345-4d8e-8592-8b0171f46994, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8379af-d345-4d8e-8592-8b0171f46994, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1023620291562080335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335102362029156208033510236202915620803351023620291562080335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cba0ba57-4b2e-46ff-9e92-a508db9740f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e63116e3-b40a-4b12-a9a5-3962921e53c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63116e3-b40a-4b12-a9a5-3962921e53c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8501753769015922804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804850175376901592280485017537690159228048501753769015922804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c8379af-d345-4d8e-8592-8b0171f46994, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84f733ff-3c47-4744-a2ba-1497badb746d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f733ff-3c47-4744-a2ba-1497badb746d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593487636293374176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176359348763629337417635934876362933741763593487636293374176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63116e3-b40a-4b12-a9a5-3962921e53c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 456ad577-a8ca-4fa4-8145-ad09473e403c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 456ad577-a8ca-4fa4-8145-ad09473e403c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6413280070849323296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296641328007084932329664132800708493232966413280070849323296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f733ff-3c47-4744-a2ba-1497badb746d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5dc88ee-e53f-477f-a5b3-5c5c7f9d17de, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5dc88ee-e53f-477f-a5b3-5c5c7f9d17de, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12743502526951534371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371127435025269515343711274350252695153437112743502526951534371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5dc88ee-e53f-477f-a5b3-5c5c7f9d17de, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e9555c-56da-49e9-8380-e6bf34c497ae, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e9555c-56da-49e9-8380-e6bf34c497ae, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18151078518370637981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981181510785183706379811815107851837063798118151078518370637981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 456ad577-a8ca-4fa4-8145-ad09473e403c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e9e3759-15e3-4f29-80e4-97b925d0e895, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e9e3759-15e3-4f29-80e4-97b925d0e895, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16191207659318568712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712161912076593185687121619120765931856871216191207659318568712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e9555c-56da-49e9-8380-e6bf34c497ae, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfcd212c-5476-416a-afb1-87d818599e08, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfcd212c-5476-416a-afb1-87d818599e08, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5475807363590278087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087547580736359027808754758073635902780875475807363590278087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e9e3759-15e3-4f29-80e4-97b925d0e895, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9547d387-654b-43de-a02b-75794e7388fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfcd212c-5476-416a-afb1-87d818599e08, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9547d387-654b-43de-a02b-75794e7388fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7376554346363322303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303737655434636332230373765543463633223037376554346363322303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c211cc3-a969-41cd-8fd2-30baeabf54b8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c211cc3-a969-41cd-8fd2-30baeabf54b8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6288269357341053125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125628826935734105312562882693573410531256288269357341053125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9547d387-654b-43de-a02b-75794e7388fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b549724-ede6-4559-8c44-1ab6168f0365, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c211cc3-a969-41cd-8fd2-30baeabf54b8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b549724-ede6-4559-8c44-1ab6168f0365, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13583960257754806761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761135839602577548067611358396025775480676113583960257754806761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c940fbfe-0bb2-44cd-ba61-56d3e239e160, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c940fbfe-0bb2-44cd-ba61-56d3e239e160, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8421106152094134536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536842110615209413453684211061520941345368421106152094134536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b549724-ede6-4559-8c44-1ab6168f0365, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4198d5d2-2382-423a-b23c-70cdee3fb3b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4198d5d2-2382-423a-b23c-70cdee3fb3b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4536969458868504684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684453696945886850468445369694588685046844536969458868504684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c940fbfe-0bb2-44cd-ba61-56d3e239e160, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc61914-e213-48cd-8ee1-42360f3dd9d7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc61914-e213-48cd-8ee1-42360f3dd9d7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14805283684844646665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665148052836848446466651480528368484464666514805283684844646665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4198d5d2-2382-423a-b23c-70cdee3fb3b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0a0aad8-da50-48fb-8a7f-e7143e106be6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0a0aad8-da50-48fb-8a7f-e7143e106be6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15582421565169047482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482155824215651690474821558242156516904748215582421565169047482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc61914-e213-48cd-8ee1-42360f3dd9d7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d078201a-66f1-4d90-b25f-eba3571f4db5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d078201a-66f1-4d90-b25f-eba3571f4db5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188568984390703360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360718856898439070336071885689843907033607188568984390703360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0a0aad8-da50-48fb-8a7f-e7143e106be6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 209ff328-1c62-4d9b-b8b8-e068385c2a9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 209ff328-1c62-4d9b-b8b8-e068385c2a9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12016702616246238309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309120167026162462383091201670261624623830912016702616246238309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d078201a-66f1-4d90-b25f-eba3571f4db5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e69fdf2c-34c2-4267-a578-08ec74029a12, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e69fdf2c-34c2-4267-a578-08ec74029a12, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10975427508730898098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098109754275087308980981097542750873089809810975427508730898098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 209ff328-1c62-4d9b-b8b8-e068385c2a9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fbfdc43-b829-4f04-9ab5-a3fc141c8e96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbfdc43-b829-4f04-9ab5-a3fc141c8e96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8529704178427659036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036852970417842765903685297041784276590368529704178427659036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e69fdf2c-34c2-4267-a578-08ec74029a12, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a48eebe3-79c8-485d-869f-7adf7236151e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a48eebe3-79c8-485d-869f-7adf7236151e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6343806732045023712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712634380673204502371263438067320450237126343806732045023712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbfdc43-b829-4f04-9ab5-a3fc141c8e96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a81752ea-441e-458a-b316-8cf2359f22d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81752ea-441e-458a-b316-8cf2359f22d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10508925586838197419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419105089255868381974191050892558683819741910508925586838197419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a48eebe3-79c8-485d-869f-7adf7236151e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 509ab5d2-df24-4d15-bd1f-4c682a2343bc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 509ab5d2-df24-4d15-bd1f-4c682a2343bc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2384087891691263548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548238408789169126354823840878916912635482384087891691263548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 509ab5d2-df24-4d15-bd1f-4c682a2343bc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72576d1d-3bf2-49be-8813-7e82b2e72f5e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72576d1d-3bf2-49be-8813-7e82b2e72f5e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5079699318378132197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197507969931837813219750796993183781321975079699318378132197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81752ea-441e-458a-b316-8cf2359f22d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76e688a6-ca42-4df6-b48c-21b0f0e930ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e688a6-ca42-4df6-b48c-21b0f0e930ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13128167738731535658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658131281677387315356581312816773873153565813128167738731535658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72576d1d-3bf2-49be-8813-7e82b2e72f5e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1158680a-4a87-4caf-830b-6af65bc21e33, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1158680a-4a87-4caf-830b-6af65bc21e33, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4934160416104595916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916493416041610459591649341604161045959164934160416104595916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e688a6-ca42-4df6-b48c-21b0f0e930ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c3abf2e-f0fb-4c50-a579-ed3a38365c6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3abf2e-f0fb-4c50-a579-ed3a38365c6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14555869531831407981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981145558695318314079811455586953183140798114555869531831407981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1158680a-4a87-4caf-830b-6af65bc21e33, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36b4c22a-20a1-484f-8874-5dab3c278a0c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b4c22a-20a1-484f-8874-5dab3c278a0c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130389879400106254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254161303898794001062541613038987940010625416130389879400106254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3abf2e-f0fb-4c50-a579-ed3a38365c6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78b126ab-812f-4ddf-97e9-7f67b840dfa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78b126ab-812f-4ddf-97e9-7f67b840dfa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17564941953796313866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866175649419537963138661756494195379631386617564941953796313866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b4c22a-20a1-484f-8874-5dab3c278a0c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce2bd381-6a51-4858-a2ab-5f3b063b28dd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce2bd381-6a51-4858-a2ab-5f3b063b28dd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14064961125042092935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935140649611250420929351406496112504209293514064961125042092935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78b126ab-812f-4ddf-97e9-7f67b840dfa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d85265d-c651-4d8c-8e11-066d1b21acde, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d85265d-c651-4d8c-8e11-066d1b21acde, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4862943882878792524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524486294388287879252448629438828787925244862943882878792524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce2bd381-6a51-4858-a2ab-5f3b063b28dd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c51633-ecdf-4c36-bc1b-b4db7c5fb201, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c51633-ecdf-4c36-bc1b-b4db7c5fb201, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9556707934242736582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582955670793424273658295567079342427365829556707934242736582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d85265d-c651-4d8c-8e11-066d1b21acde, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a6d918d-54c1-41ed-873c-f9d85680c495, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a6d918d-54c1-41ed-873c-f9d85680c495, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12987941311055969046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046129879413110559690461298794131105596904612987941311055969046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c51633-ecdf-4c36-bc1b-b4db7c5fb201, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a484fd0-8d7d-4efb-a920-fea5049bd35b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a484fd0-8d7d-4efb-a920-fea5049bd35b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16397457656233894739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739163974576562338947391639745765623389473916397457656233894739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a6d918d-54c1-41ed-873c-f9d85680c495, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4140d2c9-dd23-4a50-be9d-1f52f0a1bf91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4140d2c9-dd23-4a50-be9d-1f52f0a1bf91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17490972472504256598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598174909724725042565981749097247250425659817490972472504256598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a484fd0-8d7d-4efb-a920-fea5049bd35b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ebe2c8c-37b6-47ba-b5a5-91c1335dd9f9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ebe2c8c-37b6-47ba-b5a5-91c1335dd9f9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15106789747890988945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945151067897478909889451510678974789098894515106789747890988945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ebe2c8c-37b6-47ba-b5a5-91c1335dd9f9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c354ca7-11e2-48b1-8ba8-9af8e7846b57, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c354ca7-11e2-48b1-8ba8-9af8e7846b57, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1731482900305169538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538173148290030516953817314829003051695381731482900305169538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4140d2c9-dd23-4a50-be9d-1f52f0a1bf91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00485140-f4cb-4bfa-8e16-1201d34fa123, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00485140-f4cb-4bfa-8e16-1201d34fa123, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7370463107812430966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966737046310781243096673704631078124309667370463107812430966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c354ca7-11e2-48b1-8ba8-9af8e7846b57, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0b04af3-6b0b-4ef3-b564-26e54c679d0f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b04af3-6b0b-4ef3-b564-26e54c679d0f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16355048201376934225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225163550482013769342251635504820137693422516355048201376934225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00485140-f4cb-4bfa-8e16-1201d34fa123, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bd2f5ce-6a34-4dc5-8546-c95cacd56a3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd2f5ce-6a34-4dc5-8546-c95cacd56a3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14920680546650388271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271149206805466503882711492068054665038827114920680546650388271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b04af3-6b0b-4ef3-b564-26e54c679d0f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c69b9de-5f5b-4af7-b00f-6d54fa4f3ae6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c69b9de-5f5b-4af7-b00f-6d54fa4f3ae6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6725291967163796826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826672529196716379682667252919671637968266725291967163796826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c69b9de-5f5b-4af7-b00f-6d54fa4f3ae6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd2f5ce-6a34-4dc5-8546-c95cacd56a3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce8e6656-ac1c-4d55-b6d9-8cd84903d5df, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce8e6656-ac1c-4d55-b6d9-8cd84903d5df, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14621988168956569834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834146219881689565698341462198816895656983414621988168956569834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be691a3d-bcff-46e4-b44c-283bc330ed6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be691a3d-bcff-46e4-b44c-283bc330ed6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13465906274834746776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776134659062748347467761346590627483474677613465906274834746776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce8e6656-ac1c-4d55-b6d9-8cd84903d5df, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbc40591-2d9b-4fb7-9824-e52100b01665, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbc40591-2d9b-4fb7-9824-e52100b01665, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2091560559334448078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078209156055933444807820915605593344480782091560559334448078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be691a3d-bcff-46e4-b44c-283bc330ed6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60390d1a-3bf2-4e85-94b5-e2f47a2811d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60390d1a-3bf2-4e85-94b5-e2f47a2811d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8276594309530829789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789827659430953082978982765943095308297898276594309530829789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbc40591-2d9b-4fb7-9824-e52100b01665, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 834f84a5-378a-48de-87fd-7b4f53dadbda, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834f84a5-378a-48de-87fd-7b4f53dadbda, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12722995247106315046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046127229952471063150461272299524710631504612722995247106315046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60390d1a-3bf2-4e85-94b5-e2f47a2811d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc5f4cca-7940-4cf2-ba3a-eaaf3d645ff3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc5f4cca-7940-4cf2-ba3a-eaaf3d645ff3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6982230236814328153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153698223023681432815369822302368143281536982230236814328153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834f84a5-378a-48de-87fd-7b4f53dadbda, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ad16748-d61f-4d0b-815d-12544952dc52, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc5f4cca-7940-4cf2-ba3a-eaaf3d645ff3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad16748-d61f-4d0b-815d-12544952dc52, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1446874142244544950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950144687414224454495014468741422445449501446874142244544950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c93cb3c-9d61-4cf0-a22c-1789262b5f5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c93cb3c-9d61-4cf0-a22c-1789262b5f5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7705942247385959195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195770594224738595919577059422473859591957705942247385959195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad16748-d61f-4d0b-815d-12544952dc52, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13de9b2e-519b-4e60-b55d-eaf9ec10121a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13de9b2e-519b-4e60-b55d-eaf9ec10121a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9335064749560736370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370933506474956073637093350647495607363709335064749560736370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c93cb3c-9d61-4cf0-a22c-1789262b5f5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2734cbd2-f84b-4c96-9e20-b8cb802b97f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2734cbd2-f84b-4c96-9e20-b8cb802b97f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15649522074482466640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640156495220744824666401564952207448246664015649522074482466640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13de9b2e-519b-4e60-b55d-eaf9ec10121a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13c889e6-57f3-4e6a-8c58-224ee086b209, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13c889e6-57f3-4e6a-8c58-224ee086b209, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2860150424316878695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695286015042431687869528601504243168786952860150424316878695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2734cbd2-f84b-4c96-9e20-b8cb802b97f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad466896-658a-4236-a30a-fec6c7abb594, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad466896-658a-4236-a30a-fec6c7abb594, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1755361636805901128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128175536163680590112817553616368059011281755361636805901128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13c889e6-57f3-4e6a-8c58-224ee086b209, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc38f17e-5f80-42c9-b8c4-3f5e108b8f07, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc38f17e-5f80-42c9-b8c4-3f5e108b8f07, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10156548716406278944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944101565487164062789441015654871640627894410156548716406278944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad466896-658a-4236-a30a-fec6c7abb594, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67cd1e69-3689-4925-92f3-a250766ce78d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc38f17e-5f80-42c9-b8c4-3f5e108b8f07, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67cd1e69-3689-4925-92f3-a250766ce78d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15373060654957739347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347153730606549577393471537306065495773934715373060654957739347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2b722f1-6fb0-45dc-8451-9148e2cbd6ff, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b722f1-6fb0-45dc-8451-9148e2cbd6ff, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2951256493532332666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666295125649353233266629512564935323326662951256493532332666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b722f1-6fb0-45dc-8451-9148e2cbd6ff, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a51af99b-99df-46e5-bb23-6a36c055e353, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51af99b-99df-46e5-bb23-6a36c055e353, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6842644973704131811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811684264497370413181168426449737041318116842644973704131811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67cd1e69-3689-4925-92f3-a250766ce78d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7875782-cfa0-4fd6-a28d-dd91fab39f46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7875782-cfa0-4fd6-a28d-dd91fab39f46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12946438699531943271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271129464386995319432711294643869953194327112946438699531943271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51af99b-99df-46e5-bb23-6a36c055e353, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cff77c5e-5578-4fcd-9fa7-474e14ba7ec9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cff77c5e-5578-4fcd-9fa7-474e14ba7ec9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6138426233886756812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812613842623388675681261384262338867568126138426233886756812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7875782-cfa0-4fd6-a28d-dd91fab39f46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f578752-e50a-43f2-bdfb-244cb03c4151, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f578752-e50a-43f2-bdfb-244cb03c4151, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9667642368093647636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636966764236809364763696676423680936476369667642368093647636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cff77c5e-5578-4fcd-9fa7-474e14ba7ec9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3ba7495-c08f-4d8b-a100-6031c5205c36, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3ba7495-c08f-4d8b-a100-6031c5205c36, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15387552830596849872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872153875528305968498721538755283059684987215387552830596849872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f578752-e50a-43f2-bdfb-244cb03c4151, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37aa1cfd-7bf1-426e-94aa-3bfac46682ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37aa1cfd-7bf1-426e-94aa-3bfac46682ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14676683340349658554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554146766833403496585541467668334034965855414676683340349658554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3ba7495-c08f-4d8b-a100-6031c5205c36, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58514061-0c4a-4246-a9c0-a2bce63dfc0e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58514061-0c4a-4246-a9c0-a2bce63dfc0e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5379372302374621305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305537937230237462130553793723023746213055379372302374621305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37aa1cfd-7bf1-426e-94aa-3bfac46682ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26ea1c12-b998-458b-8eac-9d370658e867, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ea1c12-b998-458b-8eac-9d370658e867, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10004037806592269330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330100040378065922693301000403780659226933010004037806592269330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58514061-0c4a-4246-a9c0-a2bce63dfc0e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c061a2c-67d7-4876-b99f-8d5dc781825a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c061a2c-67d7-4876-b99f-8d5dc781825a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14870710053354454818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818148707100533544548181487071005335445481814870710053354454818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ea1c12-b998-458b-8eac-9d370658e867, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc2bd6ea-ee52-4b15-b1d9-8c6293311d11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc2bd6ea-ee52-4b15-b1d9-8c6293311d11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4909996959326472669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669490999695932647266949099969593264726694909996959326472669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c061a2c-67d7-4876-b99f-8d5dc781825a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a233b61b-f502-418f-b9e3-3f0974999ac2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a233b61b-f502-418f-b9e3-3f0974999ac2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3486337576443803626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626348633757644380362634863375764438036263486337576443803626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc2bd6ea-ee52-4b15-b1d9-8c6293311d11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08afd157-6ab6-421c-aab3-119854ed400f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08afd157-6ab6-421c-aab3-119854ed400f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7448269317257705098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098744826931725770509874482693172577050987448269317257705098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a233b61b-f502-418f-b9e3-3f0974999ac2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1454b88-f641-442e-98e5-5ab3243dd3d3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1454b88-f641-442e-98e5-5ab3243dd3d3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7691444406152986021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021769144440615298602176914444061529860217691444406152986021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08afd157-6ab6-421c-aab3-119854ed400f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a599f44-ac21-4bb0-b009-0c4258941a28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a599f44-ac21-4bb0-b009-0c4258941a28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11441653525292025083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083114416535252920250831144165352529202508311441653525292025083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1454b88-f641-442e-98e5-5ab3243dd3d3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90bf5b23-03d7-4ade-b8d6-0666c691471e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bf5b23-03d7-4ade-b8d6-0666c691471e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 297054775857689999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999297054775857689999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a599f44-ac21-4bb0-b009-0c4258941a28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9262dec0-e2fe-45c9-96a3-2a19adb1257e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9262dec0-e2fe-45c9-96a3-2a19adb1257e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11738634715002586242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242117386347150025862421173863471500258624211738634715002586242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90bf5b23-03d7-4ade-b8d6-0666c691471e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dfed8b3-6602-47d6-a0a3-2ddec6f6c4f8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dfed8b3-6602-47d6-a0a3-2ddec6f6c4f8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11419949229523992143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143114199492295239921431141994922952399214311419949229523992143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9262dec0-e2fe-45c9-96a3-2a19adb1257e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2474b072-25d2-493a-abb9-d2113178d7b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2474b072-25d2-493a-abb9-d2113178d7b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516268173680438398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398851626817368043839885162681736804383988516268173680438398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dfed8b3-6602-47d6-a0a3-2ddec6f6c4f8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5e5b78d-0db2-4e7b-974c-59c1027733f6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e5b78d-0db2-4e7b-974c-59c1027733f6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6815530835260898599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599681553083526089859968155308352608985996815530835260898599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e5b78d-0db2-4e7b-974c-59c1027733f6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 660ebbe9-10ca-4817-92f6-baa7149a490a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 660ebbe9-10ca-4817-92f6-baa7149a490a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3000880023587348461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461300088002358734846130008800235873484613000880023587348461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2474b072-25d2-493a-abb9-d2113178d7b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 627a7f90-1ffd-432d-84fc-adafc2c9416a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 627a7f90-1ffd-432d-84fc-adafc2c9416a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5541187333683771584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584554118733368377158455411873336837715845541187333683771584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 660ebbe9-10ca-4817-92f6-baa7149a490a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2c10037-8c9d-49bc-a45c-2c7f21d08d03, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c10037-8c9d-49bc-a45c-2c7f21d08d03, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6408102597642260050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050640810259764226005064081025976422600506408102597642260050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 627a7f90-1ffd-432d-84fc-adafc2c9416a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17ecc776-515b-4718-bf3b-608017e0068c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ecc776-515b-4718-bf3b-608017e0068c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12825747023763101413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413128257470237631014131282574702376310141312825747023763101413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c10037-8c9d-49bc-a45c-2c7f21d08d03, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6453ff03-4fc6-4463-82f9-56185aa82b79, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6453ff03-4fc6-4463-82f9-56185aa82b79, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14314975869891092301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301143149758698910923011431497586989109230114314975869891092301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ecc776-515b-4718-bf3b-608017e0068c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97fea2ae-7878-4806-bf95-ea41558d6f30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6453ff03-4fc6-4463-82f9-56185aa82b79, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97fea2ae-7878-4806-bf95-ea41558d6f30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4913315953318862076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076491331595331886207649133159533188620764913315953318862076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f86a7d6-b43f-4130-9bfd-3ff45c4c88d6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f86a7d6-b43f-4130-9bfd-3ff45c4c88d6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1700366709337599377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377170036670933759937717003667093375993771700366709337599377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97fea2ae-7878-4806-bf95-ea41558d6f30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85e4bec2-c936-4962-b972-7c4e4b081b82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85e4bec2-c936-4962-b972-7c4e4b081b82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3840848909229904894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894384084890922990489438408489092299048943840848909229904894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f86a7d6-b43f-4130-9bfd-3ff45c4c88d6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e58bbb-8d82-4cfd-a156-97e7f5d92f6d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e58bbb-8d82-4cfd-a156-97e7f5d92f6d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5727722804760530883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883572772280476053088357277228047605308835727722804760530883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85e4bec2-c936-4962-b972-7c4e4b081b82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aedbb96-aa07-44cc-9e1d-45a39a4c749b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aedbb96-aa07-44cc-9e1d-45a39a4c749b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14557943552608094251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251145579435526080942511455794355260809425114557943552608094251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e58bbb-8d82-4cfd-a156-97e7f5d92f6d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9c37a9-0e52-4259-9b9f-965b08ee79c7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9c37a9-0e52-4259-9b9f-965b08ee79c7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11443875913807123176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176114438759138071231761144387591380712317611443875913807123176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aedbb96-aa07-44cc-9e1d-45a39a4c749b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e07365a-bc8e-47ab-a9de-a56b98d5e4c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9c37a9-0e52-4259-9b9f-965b08ee79c7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb9c9993-6c88-43d8-b266-ce015e23259f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9c9993-6c88-43d8-b266-ce015e23259f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14591465808613364359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359145914658086133643591459146580861336435914591465808613364359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e07365a-bc8e-47ab-a9de-a56b98d5e4c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10445088671590808577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577104450886715908085771044508867159080857710445088671590808577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9c9993-6c88-43d8-b266-ce015e23259f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ae5dfe0-9d81-4ceb-851d-ba627ce3f8a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ae5dfe0-9d81-4ceb-851d-ba627ce3f8a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1203552483401619094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094120355248340161909412035524834016190941203552483401619094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e07365a-bc8e-47ab-a9de-a56b98d5e4c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0db2632d-d9e9-4440-9237-c0a7b2f25c29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db2632d-d9e9-4440-9237-c0a7b2f25c29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8617688675108901135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135861768867510890113586176886751089011358617688675108901135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ae5dfe0-9d81-4ceb-851d-ba627ce3f8a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cefd8c6-cb06-460d-8d2b-86fd5119e182, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cefd8c6-cb06-460d-8d2b-86fd5119e182, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11558167381744457911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911115581673817444579111155816738174445791111558167381744457911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db2632d-d9e9-4440-9237-c0a7b2f25c29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2bb7093-ab5d-45bd-869c-ba6bc73b32cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2bb7093-ab5d-45bd-869c-ba6bc73b32cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7266687892312004927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927726668789231200492772666878923120049277266687892312004927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cefd8c6-cb06-460d-8d2b-86fd5119e182, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac27e52f-2fa1-4b33-8705-99d1b98f2e60, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac27e52f-2fa1-4b33-8705-99d1b98f2e60, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16841485614288333805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805168414856142883338051684148561428833380516841485614288333805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac27e52f-2fa1-4b33-8705-99d1b98f2e60, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5f34b5f-a067-405c-ac59-a93b66117873, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2bb7093-ab5d-45bd-869c-ba6bc73b32cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca2a6970-cd44-4a3e-ae84-02291727c972, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5f34b5f-a067-405c-ac59-a93b66117873, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5700297338538515761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761570029733853851576157002973385385157615700297338538515761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2a6970-cd44-4a3e-ae84-02291727c972, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15316501105211413298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298153165011052114132981531650110521141329815316501105211413298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5f34b5f-a067-405c-ac59-a93b66117873, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1725f859-c2a0-40c4-9b67-f73d0e610966, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1725f859-c2a0-40c4-9b67-f73d0e610966, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4281013197547606768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768428101319754760676842810131975476067684281013197547606768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2a6970-cd44-4a3e-ae84-02291727c972, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1725f859-c2a0-40c4-9b67-f73d0e610966, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38f5632a-4c9c-45f0-a068-e86a90abf1e8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f5632a-4c9c-45f0-a068-e86a90abf1e8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8455260625119103000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000845526062511910300084552606251191030008455260625119103000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd91d06c-c6ec-4229-a98f-456ca61ba38d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd91d06c-c6ec-4229-a98f-456ca61ba38d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4886115537968713258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258488611553796871325848861155379687132584886115537968713258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f5632a-4c9c-45f0-a068-e86a90abf1e8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19ccb7ac-b7d0-4d94-8c4e-2578c7ce22b5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd91d06c-c6ec-4229-a98f-456ca61ba38d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2c4d0cf-8e82-431e-8ca0-eeec446d5656, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2c4d0cf-8e82-431e-8ca0-eeec446d5656, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7676310430683131430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430767631043068313143076763104306831314307676310430683131430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19ccb7ac-b7d0-4d94-8c4e-2578c7ce22b5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17355238123651396127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127173552381236513961271735523812365139612717355238123651396127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19ccb7ac-b7d0-4d94-8c4e-2578c7ce22b5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e5460f7-2d3f-44d1-8470-c3a8d26afe6c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e5460f7-2d3f-44d1-8470-c3a8d26afe6c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15813384417964857052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052158133844179648570521581338441796485705215813384417964857052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2c4d0cf-8e82-431e-8ca0-eeec446d5656, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f273ac3d-cebb-4093-a7cb-f1cfa6699c50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f273ac3d-cebb-4093-a7cb-f1cfa6699c50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12230208640582865337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337122302086405828653371223020864058286533712230208640582865337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e5460f7-2d3f-44d1-8470-c3a8d26afe6c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65b0030f-116a-4dbf-b4c7-85b218fca75b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65b0030f-116a-4dbf-b4c7-85b218fca75b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12888331144351470262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262128883311443514702621288833114435147026212888331144351470262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f273ac3d-cebb-4093-a7cb-f1cfa6699c50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc0fee6-a33b-4776-ad88-30558e00e8ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc0fee6-a33b-4776-ad88-30558e00e8ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13206838516766361786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786132068385167663617861320683851676636178613206838516766361786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65b0030f-116a-4dbf-b4c7-85b218fca75b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a2b95aa-5d0c-43b6-91a4-a8263bc5e17b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2b95aa-5d0c-43b6-91a4-a8263bc5e17b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033447178942293384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384130334471789422933841303344717894229338413033447178942293384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc0fee6-a33b-4776-ad88-30558e00e8ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1abd6000-68d5-466b-8926-35e1c24c5636, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1abd6000-68d5-466b-8926-35e1c24c5636, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615793447746516887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887861579344774651688786157934477465168878615793447746516887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2b95aa-5d0c-43b6-91a4-a8263bc5e17b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e5ec6d9-5212-4caa-b258-57181dc54bad, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5ec6d9-5212-4caa-b258-57181dc54bad, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8864953517675018315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315886495351767501831588649535176750183158864953517675018315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1abd6000-68d5-466b-8926-35e1c24c5636, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc4f8d62-068b-435c-8913-e9565565fb1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4f8d62-068b-435c-8913-e9565565fb1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1445696547657144478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478144569654765714447814456965476571444781445696547657144478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5ec6d9-5212-4caa-b258-57181dc54bad, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca620ea3-1974-47f2-8ba6-9f934e583b6b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca620ea3-1974-47f2-8ba6-9f934e583b6b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 488313950496670902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902488313950496670902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4f8d62-068b-435c-8913-e9565565fb1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca620ea3-1974-47f2-8ba6-9f934e583b6b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42dc755a-73f4-4e8b-a788-6df15f9e6045, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e52d1630-2354-4ff3-bef4-9c7d311bedcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52d1630-2354-4ff3-bef4-9c7d311bedcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683666162385130483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483168366616238513048316836661623851304831683666162385130483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42dc755a-73f4-4e8b-a788-6df15f9e6045, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16045179937822526881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881160451799378225268811604517993782252688116045179937822526881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52d1630-2354-4ff3-bef4-9c7d311bedcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 528bf8a7-258d-4a50-b7ac-9876c2e1d3f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 528bf8a7-258d-4a50-b7ac-9876c2e1d3f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12480651043901066182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182124806510439010661821248065104390106618212480651043901066182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42dc755a-73f4-4e8b-a788-6df15f9e6045, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39b81992-d6c1-40ae-a0fa-b5084300e2e6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39b81992-d6c1-40ae-a0fa-b5084300e2e6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4777261239946571895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895477726123994657189547772612399465718954777261239946571895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 528bf8a7-258d-4a50-b7ac-9876c2e1d3f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0be70003-bb97-4d11-b78b-fd5af5531154, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0be70003-bb97-4d11-b78b-fd5af5531154, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2815750352685963805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805281575035268596380528157503526859638052815750352685963805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39b81992-d6c1-40ae-a0fa-b5084300e2e6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8947b6ee-72ee-4368-b5d4-9d08f1421db8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8947b6ee-72ee-4368-b5d4-9d08f1421db8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12805334643662203529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529128053346436622035291280533464366220352912805334643662203529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8947b6ee-72ee-4368-b5d4-9d08f1421db8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0be70003-bb97-4d11-b78b-fd5af5531154, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be908048-912f-488f-8a2b-f8e2012c3873, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be908048-912f-488f-8a2b-f8e2012c3873, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5625256152664392420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420562525615266439242056252561526643924205625256152664392420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26f34f1a-13fa-4554-aa87-bc53e068efe7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f34f1a-13fa-4554-aa87-bc53e068efe7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 477432727628823542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542477432727628823542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f34f1a-13fa-4554-aa87-bc53e068efe7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c899c11-ce48-40f7-8216-6c838584897b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c899c11-ce48-40f7-8216-6c838584897b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228015653676748080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080102280156536767480801022801565367674808010228015653676748080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be908048-912f-488f-8a2b-f8e2012c3873, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 468d59dd-82fa-440c-b1c4-2d58d9e67974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468d59dd-82fa-440c-b1c4-2d58d9e67974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11676697570444883765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765116766975704448837651167669757044488376511676697570444883765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c899c11-ce48-40f7-8216-6c838584897b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08dd8217-2193-4923-b093-21acf5674289, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08dd8217-2193-4923-b093-21acf5674289, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18008442232938350932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932180084422329383509321800844223293835093218008442232938350932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468d59dd-82fa-440c-b1c4-2d58d9e67974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edf70299-7480-446f-abcd-44e37bdfc824, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08dd8217-2193-4923-b093-21acf5674289, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4527381-d708-4cdd-920e-010684b6f0e9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4527381-d708-4cdd-920e-010684b6f0e9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8941552939260338322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322894155293926033832289415529392603383228941552939260338322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf70299-7480-446f-abcd-44e37bdfc824, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12567997940408919835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835125679979404089198351256799794040891983512567997940408919835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4527381-d708-4cdd-920e-010684b6f0e9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b2ae5c4-8845-4232-a3d6-bcbbcd3242a9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b2ae5c4-8845-4232-a3d6-bcbbcd3242a9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4945369298330383247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247494536929833038324749453692983303832474945369298330383247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf70299-7480-446f-abcd-44e37bdfc824, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a468778-3d0b-4a19-a7e5-d7b004941496, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a468778-3d0b-4a19-a7e5-d7b004941496, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17589778397928377376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376175897783979283773761758977839792837737617589778397928377376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b2ae5c4-8845-4232-a3d6-bcbbcd3242a9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 273ac10d-84a0-4693-8bfc-af8c4402d5e8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 273ac10d-84a0-4693-8bfc-af8c4402d5e8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13955809493396186487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487139558094933961864871395580949339618648713955809493396186487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a468778-3d0b-4a19-a7e5-d7b004941496, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 253e6134-b760-4ede-9268-413ad06d3a47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253e6134-b760-4ede-9268-413ad06d3a47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3737843596656809293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293373784359665680929337378435966568092933737843596656809293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 273ac10d-84a0-4693-8bfc-af8c4402d5e8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38795d71-3528-43aa-a945-feafb1b19616, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38795d71-3528-43aa-a945-feafb1b19616, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11170759141359265376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376111707591413592653761117075914135926537611170759141359265376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253e6134-b760-4ede-9268-413ad06d3a47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcb4b35c-4570-4627-ac02-3d5b81e925e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb4b35c-4570-4627-ac02-3d5b81e925e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16192197993154000216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216161921979931540002161619219799315400021616192197993154000216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38795d71-3528-43aa-a945-feafb1b19616, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6301cf30-f3a2-46bb-b5a7-e2af3dfd2051, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6301cf30-f3a2-46bb-b5a7-e2af3dfd2051, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3470589769413664152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152347058976941366415234705897694136641523470589769413664152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb4b35c-4570-4627-ac02-3d5b81e925e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53091980-b8ed-4304-8bf2-4ff56d60e11b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53091980-b8ed-4304-8bf2-4ff56d60e11b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18091407717834466271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271180914077178344662711809140771783446627118091407717834466271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6301cf30-f3a2-46bb-b5a7-e2af3dfd2051, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8571e9-3f22-4ff4-81f9-9abcd1bfdb10, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8571e9-3f22-4ff4-81f9-9abcd1bfdb10, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3856397080131331952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952385639708013133195238563970801313319523856397080131331952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53091980-b8ed-4304-8bf2-4ff56d60e11b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74489c07-63c5-482e-9175-c60af3a55664, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74489c07-63c5-482e-9175-c60af3a55664, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1820879550325430018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018182087955032543001818208795503254300181820879550325430018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8571e9-3f22-4ff4-81f9-9abcd1bfdb10, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 198fe3be-8e6b-44fa-bd66-9096c62337c2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198fe3be-8e6b-44fa-bd66-9096c62337c2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3590973708624418664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664359097370862441866435909737086244186643590973708624418664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74489c07-63c5-482e-9175-c60af3a55664, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2754834f-c2dd-4f73-ad17-9996ee453b55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2754834f-c2dd-4f73-ad17-9996ee453b55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2445421783881603216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216244542178388160321624454217838816032162445421783881603216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198fe3be-8e6b-44fa-bd66-9096c62337c2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0d6ecd7-52ee-40bc-9575-e1d00c94d57b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d6ecd7-52ee-40bc-9575-e1d00c94d57b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2074368990040681390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390207436899004068139020743689900406813902074368990040681390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d6ecd7-52ee-40bc-9575-e1d00c94d57b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2754834f-c2dd-4f73-ad17-9996ee453b55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2038ca3-84c3-45b5-b072-7d596cfc9e32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b69c85f-8db0-49a8-a1bb-e6997a0e5506, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b69c85f-8db0-49a8-a1bb-e6997a0e5506, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4135072136888195550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550413507213688819555041350721368881955504135072136888195550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2038ca3-84c3-45b5-b072-7d596cfc9e32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4295961664048607244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244429596166404860724442959616640486072444295961664048607244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b69c85f-8db0-49a8-a1bb-e6997a0e5506, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08c60fc4-5a96-4b7c-9e19-412acd75bd8e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08c60fc4-5a96-4b7c-9e19-412acd75bd8e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11963464122220719533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533119634641222207195331196346412222071953311963464122220719533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2038ca3-84c3-45b5-b072-7d596cfc9e32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7619cfc5-c347-4730-96ef-728a63020840, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7619cfc5-c347-4730-96ef-728a63020840, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3583039527021307955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955358303952702130795535830395270213079553583039527021307955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08c60fc4-5a96-4b7c-9e19-412acd75bd8e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39d7d40b-19cf-4d0a-b9d8-545397f00be1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d7d40b-19cf-4d0a-b9d8-545397f00be1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7624969711757331958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958762496971175733195876249697117573319587624969711757331958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7619cfc5-c347-4730-96ef-728a63020840, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d87ea78c-4232-41af-85f2-a64bc5fb91ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87ea78c-4232-41af-85f2-a64bc5fb91ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12982919672936685313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313129829196729366853131298291967293668531312982919672936685313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d7d40b-19cf-4d0a-b9d8-545397f00be1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35f2eb3c-3da9-45ae-99ae-9a27b14cf6f4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87ea78c-4232-41af-85f2-a64bc5fb91ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19ce772e-987b-46e4-b99f-2a8aa72a1e32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19ce772e-987b-46e4-b99f-2a8aa72a1e32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12124466843431312576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576121244668434313125761212446684343131257612124466843431312576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f2eb3c-3da9-45ae-99ae-9a27b14cf6f4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8370078687045498188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188837007868704549818883700786870454981888370078687045498188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f2eb3c-3da9-45ae-99ae-9a27b14cf6f4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da883e44-163f-420f-b251-2d1f59168525, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da883e44-163f-420f-b251-2d1f59168525, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8089867713247132667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667808986771324713266780898677132471326678089867713247132667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19ce772e-987b-46e4-b99f-2a8aa72a1e32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 370788fb-d4e7-4dd8-94d4-fbfc70c23556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 370788fb-d4e7-4dd8-94d4-fbfc70c23556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1652062913273610082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082165206291327361008216520629132736100821652062913273610082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da883e44-163f-420f-b251-2d1f59168525, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7602a8f8-a1db-4b99-8517-16f5aa64a083, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7602a8f8-a1db-4b99-8517-16f5aa64a083, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17692001225989229836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836176920012259892298361769200122598922983617692001225989229836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 370788fb-d4e7-4dd8-94d4-fbfc70c23556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11f497fb-0f5b-48a7-b654-00e195171b4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f497fb-0f5b-48a7-b654-00e195171b4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9782977223817951316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316978297722381795131697829772238179513169782977223817951316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7602a8f8-a1db-4b99-8517-16f5aa64a083, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1022b160-1e64-4cdb-807c-055cede3d5f5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1022b160-1e64-4cdb-807c-055cede3d5f5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7646616463631044940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940764661646363104494076466164636310449407646616463631044940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f497fb-0f5b-48a7-b654-00e195171b4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7820c1c4-01da-4457-a78f-9ba15b72ed6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7820c1c4-01da-4457-a78f-9ba15b72ed6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3014003616757437700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700301400361675743770030140036167574377003014003616757437700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1022b160-1e64-4cdb-807c-055cede3d5f5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ddf73e9-182e-4f34-8805-ca0dedc45c95, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ddf73e9-182e-4f34-8805-ca0dedc45c95, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1916450666071127834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834191645066607112783419164506660711278341916450666071127834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7820c1c4-01da-4457-a78f-9ba15b72ed6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34e4b0d4-46b3-4ab3-bb02-c3d31a7a945e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e4b0d4-46b3-4ab3-bb02-c3d31a7a945e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11927557967194774913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913119275579671947749131192755796719477491311927557967194774913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ddf73e9-182e-4f34-8805-ca0dedc45c95, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d11137c-95b5-4d75-8ca6-7d7dd9d1a401, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d11137c-95b5-4d75-8ca6-7d7dd9d1a401, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11250177732061551974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974112501777320615519741125017773206155197411250177732061551974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e4b0d4-46b3-4ab3-bb02-c3d31a7a945e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 808da01c-40f9-4622-965f-7247f5bb1450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 808da01c-40f9-4622-965f-7247f5bb1450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248858435117048604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604162488584351170486041624885843511704860416248858435117048604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d11137c-95b5-4d75-8ca6-7d7dd9d1a401, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1daeec4e-cbf1-4890-bd6f-ca117e3112e3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1daeec4e-cbf1-4890-bd6f-ca117e3112e3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4355317216815828062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062435531721681582806243553172168158280624355317216815828062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 808da01c-40f9-4622-965f-7247f5bb1450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f36f5a2-2b39-4209-bb6f-4bf7dbe783b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f36f5a2-2b39-4209-bb6f-4bf7dbe783b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2421423143277383451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451242142314327738345124214231432773834512421423143277383451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f36f5a2-2b39-4209-bb6f-4bf7dbe783b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec12a11a-85b6-4446-948e-8bb4ad1de19b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec12a11a-85b6-4446-948e-8bb4ad1de19b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14813624115027610565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565148136241150276105651481362411502761056514813624115027610565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1daeec4e-cbf1-4890-bd6f-ca117e3112e3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c56afd45-725a-4789-b14d-a2c500eaafbf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c56afd45-725a-4789-b14d-a2c500eaafbf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3509583462721004334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334350958346272100433435095834627210043343509583462721004334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec12a11a-85b6-4446-948e-8bb4ad1de19b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11e58d22-f519-417c-82bf-4b21a8e08080, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e58d22-f519-417c-82bf-4b21a8e08080, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16545447486711540533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533165454474867115405331654544748671154053316545447486711540533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c56afd45-725a-4789-b14d-a2c500eaafbf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 982a2848-abd0-4657-81ac-0f79be93ebd9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 982a2848-abd0-4657-81ac-0f79be93ebd9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1039851826265956088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088103985182626595608810398518262659560881039851826265956088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e58d22-f519-417c-82bf-4b21a8e08080, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c81b740-a4d8-45eb-9d36-2f5ec30c3a19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c81b740-a4d8-45eb-9d36-2f5ec30c3a19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14470426184951403306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306144704261849514033061447042618495140330614470426184951403306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c81b740-a4d8-45eb-9d36-2f5ec30c3a19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 982a2848-abd0-4657-81ac-0f79be93ebd9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 047b244e-ca4d-4036-80c5-ccbb0af1f427, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 047b244e-ca4d-4036-80c5-ccbb0af1f427, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5357048736146633365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365535704873614663336553570487361466333655357048736146633365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd538b08-6925-4286-aebd-2d4ddeb60b96, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd538b08-6925-4286-aebd-2d4ddeb60b96, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115709512726854088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088711570951272685408871157095127268540887115709512726854088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 047b244e-ca4d-4036-80c5-ccbb0af1f427, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73c50421-ed28-4ac9-a5f0-e3ecf6db360b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73c50421-ed28-4ac9-a5f0-e3ecf6db360b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7097288312284263888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888709728831228426388870972883122842638887097288312284263888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd538b08-6925-4286-aebd-2d4ddeb60b96, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee04a3b0-cec2-4144-9317-1efa626ac011, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73c50421-ed28-4ac9-a5f0-e3ecf6db360b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee04a3b0-cec2-4144-9317-1efa626ac011, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8214509359925592967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967821450935992559296782145093599255929678214509359925592967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30f96659-7e89-415e-aa25-b2117e9c926c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30f96659-7e89-415e-aa25-b2117e9c926c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3177163513725973470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470317716351372597347031771635137259734703177163513725973470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee04a3b0-cec2-4144-9317-1efa626ac011, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e66fd20-4c81-41e0-9542-ae9c75b664b0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e66fd20-4c81-41e0-9542-ae9c75b664b0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 936683776494025600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600936683776494025600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30f96659-7e89-415e-aa25-b2117e9c926c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c48f0621-ef07-4cfa-8fc8-bf480b2bd5f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c48f0621-ef07-4cfa-8fc8-bf480b2bd5f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15283310536038656993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993152833105360386569931528331053603865699315283310536038656993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e66fd20-4c81-41e0-9542-ae9c75b664b0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c28ab419-c09d-47cb-b80e-b4498e8ffe79, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c28ab419-c09d-47cb-b80e-b4498e8ffe79, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2005758406285027109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109200575840628502710920057584062850271092005758406285027109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c48f0621-ef07-4cfa-8fc8-bf480b2bd5f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6538cf72-7cff-42e7-8388-411f38212791, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6538cf72-7cff-42e7-8388-411f38212791, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15561299671711106529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529155612996717111065291556129967171110652915561299671711106529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c28ab419-c09d-47cb-b80e-b4498e8ffe79, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a3b575b-ee75-4b0b-81e3-3e580926a3a6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a3b575b-ee75-4b0b-81e3-3e580926a3a6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17791340193371650657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657177913401933716506571779134019337165065717791340193371650657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6538cf72-7cff-42e7-8388-411f38212791, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3cef060-2889-4fd7-8210-41a55209006f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3cef060-2889-4fd7-8210-41a55209006f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6299771503200080099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099629977150320008009962997715032000800996299771503200080099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a3b575b-ee75-4b0b-81e3-3e580926a3a6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19b05f6e-769f-4250-9c82-17f7fdcb7fbf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b05f6e-769f-4250-9c82-17f7fdcb7fbf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5229160903827930553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553522916090382793055352291609038279305535229160903827930553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3cef060-2889-4fd7-8210-41a55209006f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e54dc74-e2e9-42f5-a37b-4a986a3cb32c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e54dc74-e2e9-42f5-a37b-4a986a3cb32c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17718933551156216170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170177189335511562161701771893355115621617017718933551156216170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b05f6e-769f-4250-9c82-17f7fdcb7fbf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0a624b7-2d7b-4ee4-9edc-9dc2436397c3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e54dc74-e2e9-42f5-a37b-4a986a3cb32c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a624b7-2d7b-4ee4-9edc-9dc2436397c3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 381348276093217020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020381348276093217020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9688117-8e73-4121-a3cf-417c6179d760, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9688117-8e73-4121-a3cf-417c6179d760, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5405333090712865428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428540533309071286542854053330907128654285405333090712865428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9688117-8e73-4121-a3cf-417c6179d760, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bca2529-6d13-43ea-af80-b5633e5f7a92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bca2529-6d13-43ea-af80-b5633e5f7a92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11719208179150408591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591117192081791504085911171920817915040859111719208179150408591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a624b7-2d7b-4ee4-9edc-9dc2436397c3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5581f70-41d7-4bc9-b297-113014c6f83d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5581f70-41d7-4bc9-b297-113014c6f83d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 139615570666309041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041139615570666309041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bca2529-6d13-43ea-af80-b5633e5f7a92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57e7b4b7-a97d-4510-90cc-51a755596345, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e7b4b7-a97d-4510-90cc-51a755596345, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1298778605006495804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804129877860500649580412987786050064958041298778605006495804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5581f70-41d7-4bc9-b297-113014c6f83d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f29b40a6-ab8a-4ea6-9955-10d85ae817ca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f29b40a6-ab8a-4ea6-9955-10d85ae817ca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3674162109946607959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959367416210994660795936741621099466079593674162109946607959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e7b4b7-a97d-4510-90cc-51a755596345, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff03bd4e-f9ff-457e-bc98-df8e2b05e836, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff03bd4e-f9ff-457e-bc98-df8e2b05e836, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13967674228709744996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996139676742287097449961396767422870974499613967674228709744996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f29b40a6-ab8a-4ea6-9955-10d85ae817ca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53962438-aab3-46fd-bf7a-8a3be57db593, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53962438-aab3-46fd-bf7a-8a3be57db593, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13804448117640113978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978138044481176401139781380444811764011397813804448117640113978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53962438-aab3-46fd-bf7a-8a3be57db593, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3504fb8d-701c-46f8-aa26-ef9e39e29328, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff03bd4e-f9ff-457e-bc98-df8e2b05e836, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3504fb8d-701c-46f8-aa26-ef9e39e29328, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6329952234282321309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309632995223428232130963299522342823213096329952234282321309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9f9c8ea-e2b4-41ed-b0c1-eaacbff99966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9f9c8ea-e2b4-41ed-b0c1-eaacbff99966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2864968940174650791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791286496894017465079128649689401746507912864968940174650791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3504fb8d-701c-46f8-aa26-ef9e39e29328, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29e6911a-d731-4852-8f07-9e972c12b4cc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e6911a-d731-4852-8f07-9e972c12b4cc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924744080658486266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266109247440806584862661092474408065848626610924744080658486266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9f9c8ea-e2b4-41ed-b0c1-eaacbff99966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1620e167-0bac-4afc-a97d-4cffe7df2f16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1620e167-0bac-4afc-a97d-4cffe7df2f16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11626572996123934865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865116265729961239348651162657299612393486511626572996123934865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e6911a-d731-4852-8f07-9e972c12b4cc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f07dd4-c2f2-465d-8c0d-c7f304e10491, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f07dd4-c2f2-465d-8c0d-c7f304e10491, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7946204804754634704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704794620480475463470479462048047546347047946204804754634704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f07dd4-c2f2-465d-8c0d-c7f304e10491, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1620e167-0bac-4afc-a97d-4cffe7df2f16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 074e2b78-cdf0-4c15-a4db-edb21efd24bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b47ff4ea-96c2-4ccf-adae-c9b8de5b8713, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 074e2b78-cdf0-4c15-a4db-edb21efd24bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10867756815597439569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569108677568155974395691086775681559743956910867756815597439569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47ff4ea-96c2-4ccf-adae-c9b8de5b8713, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 63696475997177829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6369647599717782963696475997177829636964759971778296369647599717782963696475997177829636964759971778296369647599717782963696475997177829636964759971778296369647599717782963696475997177829636964759971778296369647599717782963696475997177829636964759971778296369647599717782963696475997177829636964759971778296369647599717782963696475997177829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 074e2b78-cdf0-4c15-a4db-edb21efd24bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c304b913-f9cc-4b79-b38c-f6199ebec9a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c304b913-f9cc-4b79-b38c-f6199ebec9a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12407466234796725576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576124074662347967255761240746623479672557612407466234796725576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47ff4ea-96c2-4ccf-adae-c9b8de5b8713, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccb52a5a-c641-4ebb-9e4c-48995ba9a133, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb52a5a-c641-4ebb-9e4c-48995ba9a133, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11872818479336705682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682118728184793367056821187281847933670568211872818479336705682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c304b913-f9cc-4b79-b38c-f6199ebec9a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06059ca1-152e-4d68-9cc9-9e319a106205, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06059ca1-152e-4d68-9cc9-9e319a106205, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11171038846931486705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705111710388469314867051117103884693148670511171038846931486705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb52a5a-c641-4ebb-9e4c-48995ba9a133, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d60cbf9-fac2-48b0-867a-b2732c71731b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d60cbf9-fac2-48b0-867a-b2732c71731b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3520317798518361021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021352031779851836102135203177985183610213520317798518361021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06059ca1-152e-4d68-9cc9-9e319a106205, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99735723-2898-4d1f-ac34-3fceac219362, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99735723-2898-4d1f-ac34-3fceac219362, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2853836509001355758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758285383650900135575828538365090013557582853836509001355758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d60cbf9-fac2-48b0-867a-b2732c71731b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7550ab1e-e622-40ba-ac1a-be43fde918aa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7550ab1e-e622-40ba-ac1a-be43fde918aa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2141427527043642816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816214142752704364281621414275270436428162141427527043642816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99735723-2898-4d1f-ac34-3fceac219362, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73ddb20d-89ca-40ca-b803-f832b434d1c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73ddb20d-89ca-40ca-b803-f832b434d1c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461776387117188383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383174617763871171883831746177638711718838317461776387117188383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7550ab1e-e622-40ba-ac1a-be43fde918aa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b917530b-4a16-4e3c-9efd-086fcf02f78e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b917530b-4a16-4e3c-9efd-086fcf02f78e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240264694971888152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152122402646949718881521224026469497188815212240264694971888152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73ddb20d-89ca-40ca-b803-f832b434d1c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45a25765-cebe-4312-91bf-a9dbedd9c4aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a25765-cebe-4312-91bf-a9dbedd9c4aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17761352004352149417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417177613520043521494171776135200435214941717761352004352149417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b917530b-4a16-4e3c-9efd-086fcf02f78e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0046ff7-ce13-4d54-a828-591551245800, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0046ff7-ce13-4d54-a828-591551245800, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4186992386188184808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808418699238618818480841869923861881848084186992386188184808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a25765-cebe-4312-91bf-a9dbedd9c4aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c196628e-a675-4d10-bafd-dcaa85b0572f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c196628e-a675-4d10-bafd-dcaa85b0572f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2981630107612016408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408298163010761201640829816301076120164082981630107612016408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0046ff7-ce13-4d54-a828-591551245800, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f21cc3-576e-4b10-931f-b5360381a7fc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f21cc3-576e-4b10-931f-b5360381a7fc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1442945481537413545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545144294548153741354514429454815374135451442945481537413545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c196628e-a675-4d10-bafd-dcaa85b0572f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4aa1830-1c48-4174-9349-b7242bafa7a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4aa1830-1c48-4174-9349-b7242bafa7a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1621805857345901405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405162180585734590140516218058573459014051621805857345901405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f21cc3-576e-4b10-931f-b5360381a7fc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c77181e4-a8dd-401c-af21-43c1bca927d4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4aa1830-1c48-4174-9349-b7242bafa7a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be0b8ef4-1c07-40b1-b3c2-d4912c48fdcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be0b8ef4-1c07-40b1-b3c2-d4912c48fdcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10078960320965008966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966100789603209650089661007896032096500896610078960320965008966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77181e4-a8dd-401c-af21-43c1bca927d4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459681453324820772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772104596814533248207721045968145332482077210459681453324820772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77181e4-a8dd-401c-af21-43c1bca927d4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be0b8ef4-1c07-40b1-b3c2-d4912c48fdcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6c6d850-65bf-4c1f-b007-7c5f5a8e0072, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c6d850-65bf-4c1f-b007-7c5f5a8e0072, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16203032749727345202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202162030327497273452021620303274972734520216203032749727345202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f209a72e-2568-443a-ad2f-1a6e3d4d4332, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c6d850-65bf-4c1f-b007-7c5f5a8e0072, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fce338a7-5f85-4091-ac9b-af8db1d685c9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fce338a7-5f85-4091-ac9b-af8db1d685c9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5565557137275313079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079556555713727531307955655571372753130795565557137275313079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f209a72e-2568-443a-ad2f-1a6e3d4d4332, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 311657344917601796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796311657344917601796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f209a72e-2568-443a-ad2f-1a6e3d4d4332, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7807b2f5-bc85-47d5-b2f7-a9e38a3744a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7807b2f5-bc85-47d5-b2f7-a9e38a3744a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9194270259071751100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100919427025907175110091942702590717511009194270259071751100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fce338a7-5f85-4091-ac9b-af8db1d685c9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb721dae-3d90-4839-84f7-26719c660ab3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb721dae-3d90-4839-84f7-26719c660ab3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5868954957135456336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336586895495713545633658689549571354563365868954957135456336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb721dae-3d90-4839-84f7-26719c660ab3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc35b09f-2311-46d6-a3d7-24d01d1a89fb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7807b2f5-bc85-47d5-b2f7-a9e38a3744a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59e2880e-0052-4c3f-8558-251d739940c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59e2880e-0052-4c3f-8558-251d739940c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5551135188973702099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099555113518897370209955511351889737020995551135188973702099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc35b09f-2311-46d6-a3d7-24d01d1a89fb, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776229898908949554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554177622989890894955417762298989089495541776229898908949554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc35b09f-2311-46d6-a3d7-24d01d1a89fb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41bb2807-c0a1-4975-9da0-21c4cfc8151f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41bb2807-c0a1-4975-9da0-21c4cfc8151f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16842835160870382113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113168428351608703821131684283516087038211316842835160870382113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59e2880e-0052-4c3f-8558-251d739940c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a50c3d4-3f91-4c35-8a6e-0bc0b42b9bcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41bb2807-c0a1-4975-9da0-21c4cfc8151f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dc594ba-a5a9-48cf-8bc6-38e9ff5d3127, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a50c3d4-3f91-4c35-8a6e-0bc0b42b9bcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4844089772052975969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969484408977205297596948440897720529759694844089772052975969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dc594ba-a5a9-48cf-8bc6-38e9ff5d3127, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11454653876855500034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034114546538768555000341145465387685550003411454653876855500034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a50c3d4-3f91-4c35-8a6e-0bc0b42b9bcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c10662f-d123-465a-8f68-ce7f3e8d91ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c10662f-d123-465a-8f68-ce7f3e8d91ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6419570123257845053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053641957012325784505364195701232578450536419570123257845053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dc594ba-a5a9-48cf-8bc6-38e9ff5d3127, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8e88988-61f6-4cfd-83ac-62457bc04e2b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8e88988-61f6-4cfd-83ac-62457bc04e2b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17029708314254809328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328170297083142548093281702970831425480932817029708314254809328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c10662f-d123-465a-8f68-ce7f3e8d91ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42008923-6e46-4003-86b0-29b74baf0c72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42008923-6e46-4003-86b0-29b74baf0c72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10794138268645758541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541107941382686457585411079413826864575854110794138268645758541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8e88988-61f6-4cfd-83ac-62457bc04e2b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54cb221f-56db-4cb9-96cd-c369727a266c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54cb221f-56db-4cb9-96cd-c369727a266c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10746443548784787126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126107464435487847871261074644354878478712610746443548784787126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42008923-6e46-4003-86b0-29b74baf0c72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 491fe8c4-a6bb-4556-b77f-5c56bd51d77e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491fe8c4-a6bb-4556-b77f-5c56bd51d77e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7592351923559718774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774759235192355971877475923519235597187747592351923559718774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54cb221f-56db-4cb9-96cd-c369727a266c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d15284b-15bb-452f-9175-200a9ab3c0bc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491fe8c4-a6bb-4556-b77f-5c56bd51d77e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4612b601-0725-4d1b-8e26-3126640aaa32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d15284b-15bb-452f-9175-200a9ab3c0bc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7235735097971069614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614723573509797106961472357350979710696147235735097971069614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4612b601-0725-4d1b-8e26-3126640aaa32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16676962067032888652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652166769620670328886521667696206703288865216676962067032888652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4612b601-0725-4d1b-8e26-3126640aaa32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ced9c1e7-42e3-4f26-8fde-94e1ae1af538, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced9c1e7-42e3-4f26-8fde-94e1ae1af538, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16303562514654554588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588163035625146545545881630356251465455458816303562514654554588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d15284b-15bb-452f-9175-200a9ab3c0bc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae4e965-a450-419d-8d7b-69ee00fae0e6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae4e965-a450-419d-8d7b-69ee00fae0e6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4704189455177363086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086470418945517736308647041894551773630864704189455177363086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae4e965-a450-419d-8d7b-69ee00fae0e6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9619be85-e4a1-4d79-947e-d4396c96c9f4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9619be85-e4a1-4d79-947e-d4396c96c9f4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11173575191263299952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952111735751912632999521117357519126329995211173575191263299952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced9c1e7-42e3-4f26-8fde-94e1ae1af538, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3911c80b-c440-469c-bf69-28568c053009, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3911c80b-c440-469c-bf69-28568c053009, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5580301439782910444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444558030143978291044455803014397829104445580301439782910444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9619be85-e4a1-4d79-947e-d4396c96c9f4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e91942bb-44db-4190-b0c7-7cb288c109f4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e91942bb-44db-4190-b0c7-7cb288c109f4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10649972462411014742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742106499724624110147421064997246241101474210649972462411014742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3911c80b-c440-469c-bf69-28568c053009, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932e2d0f-f7f5-41aa-8c31-b522b71b70ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932e2d0f-f7f5-41aa-8c31-b522b71b70ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2647948953284244285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285264794895328424428526479489532842442852647948953284244285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e91942bb-44db-4190-b0c7-7cb288c109f4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bce861ec-bd74-47c7-96b7-a6956d342ff8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bce861ec-bd74-47c7-96b7-a6956d342ff8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7224232954353256722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722722423295435325672272242329543532567227224232954353256722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932e2d0f-f7f5-41aa-8c31-b522b71b70ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad4987d5-270b-4e51-b89c-45b18f586e62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad4987d5-270b-4e51-b89c-45b18f586e62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6480137889130849469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469648013788913084946964801378891308494696480137889130849469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bce861ec-bd74-47c7-96b7-a6956d342ff8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ad80e4c-ebce-40e1-b2c8-69005494eb5b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad80e4c-ebce-40e1-b2c8-69005494eb5b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 325784134755851642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642325784134755851642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad4987d5-270b-4e51-b89c-45b18f586e62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2258d175-c33c-4bd8-822b-8acee8453b5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2258d175-c33c-4bd8-822b-8acee8453b5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13378193702852911576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576133781937028529115761337819370285291157613378193702852911576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2258d175-c33c-4bd8-822b-8acee8453b5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8837267-7f85-478b-92ac-9752c8bf2a8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8837267-7f85-478b-92ac-9752c8bf2a8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16968495923456274752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752169684959234562747521696849592345627475216968495923456274752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad80e4c-ebce-40e1-b2c8-69005494eb5b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fd6b98b-fc56-4121-b7a8-b7f1ff3157b4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fd6b98b-fc56-4121-b7a8-b7f1ff3157b4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8409698925805421981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981840969892580542198184096989258054219818409698925805421981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8837267-7f85-478b-92ac-9752c8bf2a8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5401eef-ced9-4fc3-9301-6f5b1a6d0dfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5401eef-ced9-4fc3-9301-6f5b1a6d0dfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1798351017242515865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865179835101724251586517983510172425158651798351017242515865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fd6b98b-fc56-4121-b7a8-b7f1ff3157b4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d21b807-f7f3-43a7-9653-f398fba91c8e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d21b807-f7f3-43a7-9653-f398fba91c8e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14970397734699443843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843149703977346994438431497039773469944384314970397734699443843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5401eef-ced9-4fc3-9301-6f5b1a6d0dfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a518abe-f64a-4c3c-867d-c305a8263209, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a518abe-f64a-4c3c-867d-c305a8263209, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9423510447388139414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414942351044738813941494235104473881394149423510447388139414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d21b807-f7f3-43a7-9653-f398fba91c8e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a529116c-e0a5-4b6c-b5aa-e976987ea770, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a529116c-e0a5-4b6c-b5aa-e976987ea770, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13155847131690755067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067131558471316907550671315584713169075506713155847131690755067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a518abe-f64a-4c3c-867d-c305a8263209, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df6f9087-fc9d-4dab-b2f8-d59b685a98b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6f9087-fc9d-4dab-b2f8-d59b685a98b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17521307715933699249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249175213077159336992491752130771593369924917521307715933699249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a529116c-e0a5-4b6c-b5aa-e976987ea770, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 079f3e4a-d7c0-4a21-ab2c-7fc14c437f14, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 079f3e4a-d7c0-4a21-ab2c-7fc14c437f14, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2593297318631633965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965259329731863163396525932973186316339652593297318631633965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6f9087-fc9d-4dab-b2f8-d59b685a98b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8478509f-1643-4f54-9d78-063386086f8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8478509f-1643-4f54-9d78-063386086f8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077228326023616868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868150772283260236168681507722832602361686815077228326023616868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 079f3e4a-d7c0-4a21-ab2c-7fc14c437f14, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f852ebf-4e8d-41e5-8e38-1a7e29ff8274, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f852ebf-4e8d-41e5-8e38-1a7e29ff8274, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15020186286137423640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640150201862861374236401502018628613742364015020186286137423640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f852ebf-4e8d-41e5-8e38-1a7e29ff8274, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 800cb2f4-ea64-427b-bfa1-314862a2e519, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 800cb2f4-ea64-427b-bfa1-314862a2e519, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11970674720735277479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479119706747207352774791197067472073527747911970674720735277479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8478509f-1643-4f54-9d78-063386086f8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4a667e6-8018-4698-b759-43c3682442cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a667e6-8018-4698-b759-43c3682442cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4989234464267078610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610498923446426707861049892344642670786104989234464267078610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 800cb2f4-ea64-427b-bfa1-314862a2e519, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3e3494c-8c93-4a02-b75b-a09551a752a4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e3494c-8c93-4a02-b75b-a09551a752a4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1063456868002276111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111106345686800227611110634568680022761111063456868002276111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a667e6-8018-4698-b759-43c3682442cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b7b2cff-7283-4306-a8c1-9365662ac9e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b7b2cff-7283-4306-a8c1-9365662ac9e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7032981278359025711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711703298127835902571170329812783590257117032981278359025711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b7b2cff-7283-4306-a8c1-9365662ac9e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b59b0c15-6002-4557-9f5a-676eae98f2a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59b0c15-6002-4557-9f5a-676eae98f2a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11255624687926978571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571112556246879269785711125562468792697857111255624687926978571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e3494c-8c93-4a02-b75b-a09551a752a4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52d881ed-345a-488f-a8b6-e51785f9e491, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d881ed-345a-488f-a8b6-e51785f9e491, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1671118399095478012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012167111839909547801216711183990954780121671118399095478012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59b0c15-6002-4557-9f5a-676eae98f2a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a43cb9-73ef-400c-9d2e-88527d578ad2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a43cb9-73ef-400c-9d2e-88527d578ad2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11888559608724089279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279118885596087240892791188855960872408927911888559608724089279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a43cb9-73ef-400c-9d2e-88527d578ad2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dcfb2e7-0170-4513-b5fe-9faa19a9cd6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dcfb2e7-0170-4513-b5fe-9faa19a9cd6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8577603933729966862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862857760393372996686285776039337299668628577603933729966862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d881ed-345a-488f-a8b6-e51785f9e491, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d337a714-f1e4-4bf3-a926-8062df7bd9b5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d337a714-f1e4-4bf3-a926-8062df7bd9b5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5060934306543427272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272506093430654342727250609343065434272725060934306543427272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dcfb2e7-0170-4513-b5fe-9faa19a9cd6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c3940d8-4a09-4bdb-bd45-bb9b976d152c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c3940d8-4a09-4bdb-bd45-bb9b976d152c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9294600827940085047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047929460082794008504792946008279400850479294600827940085047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d337a714-f1e4-4bf3-a926-8062df7bd9b5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac22e742-25c4-4ea6-822a-4673dc099fca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac22e742-25c4-4ea6-822a-4673dc099fca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16580712042566239957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957165807120425662399571658071204256623995716580712042566239957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c3940d8-4a09-4bdb-bd45-bb9b976d152c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b77906b9-a2ea-473a-b9f1-0dc50227ebbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b77906b9-a2ea-473a-b9f1-0dc50227ebbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3503471310103311138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138350347131010331113835034713101033111383503471310103311138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac22e742-25c4-4ea6-822a-4673dc099fca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f366da-80fc-45d9-907b-4af29546fcc2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f366da-80fc-45d9-907b-4af29546fcc2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3778088926401893623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623377808892640189362337780889264018936233778088926401893623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b77906b9-a2ea-473a-b9f1-0dc50227ebbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d1ca812-424c-4f50-b639-45592f27e382, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d1ca812-424c-4f50-b639-45592f27e382, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1801261957627716621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621180126195762771662118012619576277166211801261957627716621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f366da-80fc-45d9-907b-4af29546fcc2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16a8b3cf-7735-49c7-ba6d-0b75f8027c99, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a8b3cf-7735-49c7-ba6d-0b75f8027c99, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6564938001173178795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795656493800117317879565649380011731787956564938001173178795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d1ca812-424c-4f50-b639-45592f27e382, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c308710-c28a-4717-998c-ff9c9f361874, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c308710-c28a-4717-998c-ff9c9f361874, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3999294184702156045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045399929418470215604539992941847021560453999294184702156045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c308710-c28a-4717-998c-ff9c9f361874, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f185d60e-33e0-4192-9eb9-443908a11deb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a8b3cf-7735-49c7-ba6d-0b75f8027c99, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f185d60e-33e0-4192-9eb9-443908a11deb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7008019476040427898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898700801947604042789870080194760404278987008019476040427898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ead96b0d-dd91-4ef1-8b0d-dff5afb06327, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ead96b0d-dd91-4ef1-8b0d-dff5afb06327, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732661017434444070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070732661017434444070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f185d60e-33e0-4192-9eb9-443908a11deb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1548284c-821b-4d33-97e6-a87252a236a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1548284c-821b-4d33-97e6-a87252a236a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17211838550559580450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450172118385505595804501721183855055958045017211838550559580450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ead96b0d-dd91-4ef1-8b0d-dff5afb06327, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6ad0e48-557a-4cf2-b2ae-6249249ee112, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ad0e48-557a-4cf2-b2ae-6249249ee112, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6080380384859752081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081608038038485975208160803803848597520816080380384859752081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1548284c-821b-4d33-97e6-a87252a236a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aff753fe-cd5e-446d-ae72-d8b8ea78569e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aff753fe-cd5e-446d-ae72-d8b8ea78569e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12328249954884848182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182123282499548848481821232824995488484818212328249954884848182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ad0e48-557a-4cf2-b2ae-6249249ee112, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f68f7f69-6697-4371-a7a6-34866be4a4be, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f68f7f69-6697-4371-a7a6-34866be4a4be, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11456089300840630208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208114560893008406302081145608930084063020811456089300840630208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aff753fe-cd5e-446d-ae72-d8b8ea78569e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b23e7d1-4aa1-48b8-9726-29925965df52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b23e7d1-4aa1-48b8-9726-29925965df52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14354841739400619645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645143548417394006196451435484173940061964514354841739400619645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f68f7f69-6697-4371-a7a6-34866be4a4be, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f443ab92-79b6-4c6b-9e6a-ba3acc843e61, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f443ab92-79b6-4c6b-9e6a-ba3acc843e61, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17666405648203905169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169176664056482039051691766640564820390516917666405648203905169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b23e7d1-4aa1-48b8-9726-29925965df52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ed5f131-a9c6-4fce-819c-606b397a545d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed5f131-a9c6-4fce-819c-606b397a545d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9188181301519543090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090918818130151954309091881813015195430909188181301519543090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f443ab92-79b6-4c6b-9e6a-ba3acc843e61, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d406770b-7bcb-40fe-a564-90e3f3580e54, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d406770b-7bcb-40fe-a564-90e3f3580e54, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9511129085315216185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185951112908531521618595111290853152161859511129085315216185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed5f131-a9c6-4fce-819c-606b397a545d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74987e2c-662f-4e97-9990-fdc6740ac1f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d406770b-7bcb-40fe-a564-90e3f3580e54, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74987e2c-662f-4e97-9990-fdc6740ac1f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2454054837344569447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447245405483734456944724540548373445694472454054837344569447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adfef709-034f-47a8-a259-5d654341cff9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adfef709-034f-47a8-a259-5d654341cff9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7898001643387925764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764789800164338792576478980016433879257647898001643387925764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74987e2c-662f-4e97-9990-fdc6740ac1f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a75ee78c-de7c-4e27-99cc-555212364053, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a75ee78c-de7c-4e27-99cc-555212364053, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4098066101733126818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818409806610173312681840980661017331268184098066101733126818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adfef709-034f-47a8-a259-5d654341cff9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90020a15-45e5-409d-8105-c011823ee6b7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90020a15-45e5-409d-8105-c011823ee6b7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 795712592423845435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435795712592423845435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a75ee78c-de7c-4e27-99cc-555212364053, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fa1059d-d47e-4d46-b23b-f7d50a7239a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fa1059d-d47e-4d46-b23b-f7d50a7239a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 761500178126586926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926761500178126586926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90020a15-45e5-409d-8105-c011823ee6b7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d1b1e14-2fc3-4f4c-ab1a-ccacd327a208, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d1b1e14-2fc3-4f4c-ab1a-ccacd327a208, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2751686036821690636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636275168603682169063627516860368216906362751686036821690636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fa1059d-d47e-4d46-b23b-f7d50a7239a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fcf24b8-f893-4555-9e60-e70345d8a167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fcf24b8-f893-4555-9e60-e70345d8a167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15074967888907675691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691150749678889076756911507496788890767569115074967888907675691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d1b1e14-2fc3-4f4c-ab1a-ccacd327a208, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea4e7cb-b731-4d47-b366-179210e78303, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea4e7cb-b731-4d47-b366-179210e78303, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5241399026514787264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264524139902651478726452413990265147872645241399026514787264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fcf24b8-f893-4555-9e60-e70345d8a167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, add28bab-bbf4-4956-949b-2460ab3a30d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add28bab-bbf4-4956-949b-2460ab3a30d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7930167538472141657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657793016753847214165779301675384721416577930167538472141657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea4e7cb-b731-4d47-b366-179210e78303, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add28bab-bbf4-4956-949b-2460ab3a30d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d52069-a471-4d23-ad43-cba5ac297a54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d52069-a471-4d23-ad43-cba5ac297a54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14947842174412493298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298149478421744124932981494784217441249329814947842174412493298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c10127f2-3d0c-432d-835a-ff3b550b6613, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c10127f2-3d0c-432d-835a-ff3b550b6613, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5461210429614132956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956546121042961413295654612104296141329565461210429614132956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d52069-a471-4d23-ad43-cba5ac297a54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 597b94ea-f1f6-466f-8b08-4fcca07ef23c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c10127f2-3d0c-432d-835a-ff3b550b6613, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e50303-0ba9-4c94-af52-2374c8430c10, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e50303-0ba9-4c94-af52-2374c8430c10, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1127564524771933766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766112756452477193376611275645247719337661127564524771933766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 597b94ea-f1f6-466f-8b08-4fcca07ef23c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 550996263733558812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812550996263733558812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e50303-0ba9-4c94-af52-2374c8430c10, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76910372-af18-4354-9098-49addfded69b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 597b94ea-f1f6-466f-8b08-4fcca07ef23c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76910372-af18-4354-9098-49addfded69b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13878027780206387537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537138780277802063875371387802778020638753713878027780206387537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec9c1b1b-6bfb-43a5-b26f-1703f3e27ca0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec9c1b1b-6bfb-43a5-b26f-1703f3e27ca0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12625815345811705674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674126258153458117056741262581534581170567412625815345811705674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76910372-af18-4354-9098-49addfded69b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9305ee1c-3b51-4715-97ba-afc9df5d7a77, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec9c1b1b-6bfb-43a5-b26f-1703f3e27ca0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4770a76e-cb83-4bb7-aa47-fef1127eb0a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4770a76e-cb83-4bb7-aa47-fef1127eb0a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14096122667981365499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499140961226679813654991409612266798136549914096122667981365499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9305ee1c-3b51-4715-97ba-afc9df5d7a77, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4104739361717009921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921410473936171700992141047393617170099214104739361717009921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4770a76e-cb83-4bb7-aa47-fef1127eb0a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 347dad95-7f2d-4596-b706-4013665a1e88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 347dad95-7f2d-4596-b706-4013665a1e88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976816019212613652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652897681601921261365289768160192126136528976816019212613652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9305ee1c-3b51-4715-97ba-afc9df5d7a77, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69356ba6-e6f4-463b-a422-12ebe6101028, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69356ba6-e6f4-463b-a422-12ebe6101028, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449174323013456650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650134491743230134566501344917432301345665013449174323013456650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 347dad95-7f2d-4596-b706-4013665a1e88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7951ae73-b667-4a27-8611-8adba6e5378a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7951ae73-b667-4a27-8611-8adba6e5378a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14259886336787395127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127142598863367873951271425988633678739512714259886336787395127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69356ba6-e6f4-463b-a422-12ebe6101028, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7951ae73-b667-4a27-8611-8adba6e5378a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac329f25-0165-43e0-af35-7c6f7e9d0aa0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d6ac1b-c5e3-4f66-b923-4a97c1ec10f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d6ac1b-c5e3-4f66-b923-4a97c1ec10f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8239337655684022751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751823933765568402275182393376556840227518239337655684022751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac329f25-0165-43e0-af35-7c6f7e9d0aa0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13098239211372459598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598130982392113724595981309823921137245959813098239211372459598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d6ac1b-c5e3-4f66-b923-4a97c1ec10f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac329f25-0165-43e0-af35-7c6f7e9d0aa0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ee4fa9-8ac6-4a9b-8c89-24e74d2f59c3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7550c5c9-5cd7-42fb-aa0c-9b74e008ddcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7550c5c9-5cd7-42fb-aa0c-9b74e008ddcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8889404027109959132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132888940402710995913288894040271099591328889404027109959132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ee4fa9-8ac6-4a9b-8c89-24e74d2f59c3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11203041945620516901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901112030419456205169011120304194562051690111203041945620516901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7550c5c9-5cd7-42fb-aa0c-9b74e008ddcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47d43be0-8f75-4bd9-b2cd-0318f82cbd04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d43be0-8f75-4bd9-b2cd-0318f82cbd04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4310104095243415863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863431010409524341586343101040952434158634310104095243415863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ee4fa9-8ac6-4a9b-8c89-24e74d2f59c3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a54341ca-eaa7-4e21-8abf-fe20ad248996, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54341ca-eaa7-4e21-8abf-fe20ad248996, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5399160632907874788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788539916063290787478853991606329078747885399160632907874788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d43be0-8f75-4bd9-b2cd-0318f82cbd04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a8a2b30-dae9-4858-812f-820376eb7ae0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a8a2b30-dae9-4858-812f-820376eb7ae0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11349483319594121327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327113494833195941213271134948331959412132711349483319594121327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54341ca-eaa7-4e21-8abf-fe20ad248996, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91ab5132-6d2f-48b5-8e18-d8c68998802e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ab5132-6d2f-48b5-8e18-d8c68998802e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16872324663593970731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731168723246635939707311687232466359397073116872324663593970731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a8a2b30-dae9-4858-812f-820376eb7ae0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71716caa-eafa-4ce9-927e-472ae54b82b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71716caa-eafa-4ce9-927e-472ae54b82b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350641977899783710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710113506419778997837101135064197789978371011350641977899783710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ab5132-6d2f-48b5-8e18-d8c68998802e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff3389c6-ca57-4e38-bbea-f5268f8a9901, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3389c6-ca57-4e38-bbea-f5268f8a9901, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5626879433747267808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808562687943374726780856268794337472678085626879433747267808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71716caa-eafa-4ce9-927e-472ae54b82b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c45d9e35-a11a-44c9-ab97-a8b498388446, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45d9e35-a11a-44c9-ab97-a8b498388446, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2041693174649376754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754204169317464937675420416931746493767542041693174649376754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3389c6-ca57-4e38-bbea-f5268f8a9901, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db40b2a5-1f4c-4cd5-b203-1930570b00cf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db40b2a5-1f4c-4cd5-b203-1930570b00cf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14177440234248049001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001141774402342480490011417744023424804900114177440234248049001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db40b2a5-1f4c-4cd5-b203-1930570b00cf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c977ab27-36b5-491a-9db2-ab1f1c5802f4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c977ab27-36b5-491a-9db2-ab1f1c5802f4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2965166015950671632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632296516601595067163229651660159506716322965166015950671632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45d9e35-a11a-44c9-ab97-a8b498388446, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c82fb985-24bc-44eb-bf53-b3643f0b0d75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c82fb985-24bc-44eb-bf53-b3643f0b0d75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8864308868769257014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014886430886876925701488643088687692570148864308868769257014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c977ab27-36b5-491a-9db2-ab1f1c5802f4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 180a52a1-67bb-45a7-ab8a-33fd52c48b1d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 180a52a1-67bb-45a7-ab8a-33fd52c48b1d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546992417194662798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798135469924171946627981354699241719466279813546992417194662798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c82fb985-24bc-44eb-bf53-b3643f0b0d75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b30f8665-0ba1-4ddf-b15c-8df47bcee133, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30f8665-0ba1-4ddf-b15c-8df47bcee133, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3535035123428524399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399353503512342852439935350351234285243993535035123428524399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 180a52a1-67bb-45a7-ab8a-33fd52c48b1d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd90f40f-0faa-45b6-b5d5-2eb258d0b3e5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd90f40f-0faa-45b6-b5d5-2eb258d0b3e5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5323177298327351887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887532317729832735188753231772983273518875323177298327351887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30f8665-0ba1-4ddf-b15c-8df47bcee133, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd90f40f-0faa-45b6-b5d5-2eb258d0b3e5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c186c845-758a-45f8-91c2-6f7f906573ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98358c9e-1275-4d8c-b777-c5eefe7a2459, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98358c9e-1275-4d8c-b777-c5eefe7a2459, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11191588941202613482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482111915889412026134821119158894120261348211191588941202613482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c186c845-758a-45f8-91c2-6f7f906573ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 30950119395071915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3095011939507191530950119395071915309501193950719153095011939507191530950119395071915309501193950719153095011939507191530950119395071915309501193950719153095011939507191530950119395071915309501193950719153095011939507191530950119395071915309501193950719153095011939507191530950119395071915309501193950719153095011939507191530950119395071915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98358c9e-1275-4d8c-b777-c5eefe7a2459, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88db9e44-709e-4c2c-b967-3efe288eaa12, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88db9e44-709e-4c2c-b967-3efe288eaa12, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9721805408549101494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494972180540854910149497218054085491014949721805408549101494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c186c845-758a-45f8-91c2-6f7f906573ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8e903db-a9dc-40ec-89b8-1c4b8b93735c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e903db-a9dc-40ec-89b8-1c4b8b93735c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17563283962054852851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851175632839620548528511756328396205485285117563283962054852851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88db9e44-709e-4c2c-b967-3efe288eaa12, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a648ea75-da2a-4457-bc05-777a044cc299, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e903db-a9dc-40ec-89b8-1c4b8b93735c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a648ea75-da2a-4457-bc05-777a044cc299, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3981700682542142900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900398170068254214290039817006825421429003981700682542142900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67cf39a5-9605-4c67-9339-f7851bfb4c1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67cf39a5-9605-4c67-9339-f7851bfb4c1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18280276216639570594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594182802762166395705941828027621663957059418280276216639570594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a648ea75-da2a-4457-bc05-777a044cc299, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67cf39a5-9605-4c67-9339-f7851bfb4c1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78fea16f-8d49-4f70-b121-cdb8a46bfde1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78fea16f-8d49-4f70-b121-cdb8a46bfde1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5264780755713461700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700526478075571346170052647807557134617005264780755713461700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc3c6f19-4796-484e-91bc-182621ab3243, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc3c6f19-4796-484e-91bc-182621ab3243, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14328932057318477580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580143289320573184775801432893205731847758014328932057318477580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78fea16f-8d49-4f70-b121-cdb8a46bfde1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bd00eab-eca5-41d1-ac54-f14173a18170, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd00eab-eca5-41d1-ac54-f14173a18170, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11399842510988787712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712113998425109887877121139984251098878771211399842510988787712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc3c6f19-4796-484e-91bc-182621ab3243, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0f18a51-980b-4e12-b955-1bca978c7c64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f18a51-980b-4e12-b955-1bca978c7c64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16922366081439897829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829169223660814398978291692236608143989782916922366081439897829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd00eab-eca5-41d1-ac54-f14173a18170, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03d570be-f0b8-4043-ae1f-f204f3098029, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d570be-f0b8-4043-ae1f-f204f3098029, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4010473817862254459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459401047381786225445940104738178622544594010473817862254459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f18a51-980b-4e12-b955-1bca978c7c64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23b56baa-be0e-41ea-acf4-5f0bc98ea602, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b56baa-be0e-41ea-acf4-5f0bc98ea602, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2288353429527547874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874228835342952754787422883534295275478742288353429527547874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d570be-f0b8-4043-ae1f-f204f3098029, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdc19d94-c1ae-4ac0-a64d-46858bafd3bb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdc19d94-c1ae-4ac0-a64d-46858bafd3bb, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11988369808224472595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595119883698082244725951198836980822447259511988369808224472595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b56baa-be0e-41ea-acf4-5f0bc98ea602, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e281542-3755-49e6-8cdc-0326d551ea65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e281542-3755-49e6-8cdc-0326d551ea65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15640464862103239822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822156404648621032398221564046486210323982215640464862103239822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdc19d94-c1ae-4ac0-a64d-46858bafd3bb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cad5acb-5bb6-4e8a-b4c5-10792a3c7e90, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e281542-3755-49e6-8cdc-0326d551ea65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cad5acb-5bb6-4e8a-b4c5-10792a3c7e90, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12220338580420603571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571122203385804206035711222033858042060357112220338580420603571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2596eea-bbbe-48c8-babe-c2870c743d96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2596eea-bbbe-48c8-babe-c2870c743d96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16208877187145551654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654162088771871455516541620887718714555165416208877187145551654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cad5acb-5bb6-4e8a-b4c5-10792a3c7e90, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2596eea-bbbe-48c8-babe-c2870c743d96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3cdfb54-e7c4-403d-8975-1e267cd77f10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d350c7b-c6bf-47c6-8db9-01471bd36e53, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3cdfb54-e7c4-403d-8975-1e267cd77f10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14123752410682881882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882141237524106828818821412375241068288188214123752410682881882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d350c7b-c6bf-47c6-8db9-01471bd36e53, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18224457573961818533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533182244575739618185331822445757396181853318224457573961818533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3cdfb54-e7c4-403d-8975-1e267cd77f10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434094bf-e0a9-4060-9904-408d7d6588d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434094bf-e0a9-4060-9904-408d7d6588d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3930831856362379713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713393083185636237971339308318563623797133930831856362379713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d350c7b-c6bf-47c6-8db9-01471bd36e53, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d5bcf68-fcac-4cf7-8867-34f8daced2ca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5bcf68-fcac-4cf7-8867-34f8daced2ca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12616959021770611719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719126169590217706117191261695902177061171912616959021770611719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434094bf-e0a9-4060-9904-408d7d6588d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f4b3739-99fc-412d-8bb2-b2760a449f74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f4b3739-99fc-412d-8bb2-b2760a449f74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17071056216632782041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041170710562166327820411707105621663278204117071056216632782041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5bcf68-fcac-4cf7-8867-34f8daced2ca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc085520-571e-40ec-8d18-0eddcf98b7e0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc085520-571e-40ec-8d18-0eddcf98b7e0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6537907472991420214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214653790747299142021465379074729914202146537907472991420214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f4b3739-99fc-412d-8bb2-b2760a449f74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20ba5243-3e8b-4e14-949d-1dcd9c13bea5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ba5243-3e8b-4e14-949d-1dcd9c13bea5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5055075295303893027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027505507529530389302750550752953038930275055075295303893027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc085520-571e-40ec-8d18-0eddcf98b7e0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e33c78d6-5e5e-4ca0-aa63-2910aa7bc10a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33c78d6-5e5e-4ca0-aa63-2910aa7bc10a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1997525053713709335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335199752505371370933519975250537137093351997525053713709335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ba5243-3e8b-4e14-949d-1dcd9c13bea5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae9a6045-53ff-4c15-9e0a-37bcad9472af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae9a6045-53ff-4c15-9e0a-37bcad9472af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16670182768226342080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080166701827682263420801667018276822634208016670182768226342080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33c78d6-5e5e-4ca0-aa63-2910aa7bc10a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc78d7d6-0815-4cb2-be69-7f2568a3b48b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc78d7d6-0815-4cb2-be69-7f2568a3b48b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17293066293170921837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837172930662931709218371729306629317092183717293066293170921837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae9a6045-53ff-4c15-9e0a-37bcad9472af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34348bae-6bb1-48a2-b984-04d022b491a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34348bae-6bb1-48a2-b984-04d022b491a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12037105600869557790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790120371056008695577901203710560086955779012037105600869557790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc78d7d6-0815-4cb2-be69-7f2568a3b48b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00eb0f84-f02a-484c-afb1-512afdd0838e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00eb0f84-f02a-484c-afb1-512afdd0838e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13915770876666149456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456139157708766661494561391577087666614945613915770876666149456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34348bae-6bb1-48a2-b984-04d022b491a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d657630-a6bb-4262-8cf3-2fcc135cf479, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d657630-a6bb-4262-8cf3-2fcc135cf479, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1706351856250945938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938170635185625094593817063518562509459381706351856250945938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00eb0f84-f02a-484c-afb1-512afdd0838e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31046553-ee64-4584-a82f-9071865c2a99, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31046553-ee64-4584-a82f-9071865c2a99, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6399714546831097730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730639971454683109773063997145468310977306399714546831097730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d657630-a6bb-4262-8cf3-2fcc135cf479, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12bfb965-9607-492a-943a-c279d99ec59b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12bfb965-9607-492a-943a-c279d99ec59b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5300178034300690444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444530017803430069044453001780343006904445300178034300690444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12bfb965-9607-492a-943a-c279d99ec59b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4702fc98-83df-466a-ab39-6b868c4504c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4702fc98-83df-466a-ab39-6b868c4504c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15614389630038417898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898156143896300384178981561438963003841789815614389630038417898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31046553-ee64-4584-a82f-9071865c2a99, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d0cec37-f499-43b3-825c-46a05fdabf9e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d0cec37-f499-43b3-825c-46a05fdabf9e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12389821987972526586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586123898219879725265861238982198797252658612389821987972526586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4702fc98-83df-466a-ab39-6b868c4504c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31a8715f-ec17-43b0-9bc7-c0d21d8eaac9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a8715f-ec17-43b0-9bc7-c0d21d8eaac9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12655688797586634372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372126556887975866343721265568879758663437212655688797586634372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d0cec37-f499-43b3-825c-46a05fdabf9e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741135fd-a039-42cc-8de3-1a901d698c53, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741135fd-a039-42cc-8de3-1a901d698c53, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17154812205760173175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175171548122057601731751715481220576017317517154812205760173175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741135fd-a039-42cc-8de3-1a901d698c53, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a8715f-ec17-43b0-9bc7-c0d21d8eaac9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb22bfa2-2ce8-4bec-bde8-28308e65466e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebe21bb9-c262-4a86-88fe-e2299c350b96, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb22bfa2-2ce8-4bec-bde8-28308e65466e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11605281399774602293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293116052813997746022931160528139977460229311605281399774602293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe21bb9-c262-4a86-88fe-e2299c350b96, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2735140339109113142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142273514033910911314227351403391091131422735140339109113142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb22bfa2-2ce8-4bec-bde8-28308e65466e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe21bb9-c262-4a86-88fe-e2299c350b96, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bc71fcf-ad77-416e-b5f1-f13d171891f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc71fcf-ad77-416e-b5f1-f13d171891f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17191687258353164735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735171916872583531647351719168725835316473517191687258353164735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16cd976e-1b8f-45cb-8d0b-334de59700af, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cd976e-1b8f-45cb-8d0b-334de59700af, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593891433766708118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118459389143376670811845938914337667081184593891433766708118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc71fcf-ad77-416e-b5f1-f13d171891f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a775fb47-c975-442c-8aae-aeaf7ba63591, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a775fb47-c975-442c-8aae-aeaf7ba63591, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5413653395956872139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139541365339595687213954136533959568721395413653395956872139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cd976e-1b8f-45cb-8d0b-334de59700af, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d09d97a-e3df-4011-8d6c-0c26139886dd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d09d97a-e3df-4011-8d6c-0c26139886dd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4292734239685408329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329429273423968540832942927342396854083294292734239685408329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a775fb47-c975-442c-8aae-aeaf7ba63591, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a8be8c-c6be-4176-a764-f9aae5e27812, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a8be8c-c6be-4176-a764-f9aae5e27812, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2201908041139189326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326220190804113918932622019080411391893262201908041139189326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d09d97a-e3df-4011-8d6c-0c26139886dd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51d951f5-e666-4b00-af1b-a6ec5ebf03aa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d951f5-e666-4b00-af1b-a6ec5ebf03aa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13702433601818134561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561137024336018181345611370243360181813456113702433601818134561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a8be8c-c6be-4176-a764-f9aae5e27812, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c907b026-7ff9-453d-a3f4-5286c1742a11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c907b026-7ff9-453d-a3f4-5286c1742a11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11845465087812960897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897118454650878129608971184546508781296089711845465087812960897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d951f5-e666-4b00-af1b-a6ec5ebf03aa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d7b9a94-a1bc-4f06-bea3-a80405922e7f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d7b9a94-a1bc-4f06-bea3-a80405922e7f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5958983078041048627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627595898307804104862759589830780410486275958983078041048627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c907b026-7ff9-453d-a3f4-5286c1742a11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d9e2e29-421d-4b83-a7af-2641f237dedc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9e2e29-421d-4b83-a7af-2641f237dedc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17265218127315388269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269172652181273153882691726521812731538826917265218127315388269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d7b9a94-a1bc-4f06-bea3-a80405922e7f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b936ff2-69f3-4973-a366-7d5acad21c54, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b936ff2-69f3-4973-a366-7d5acad21c54, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021769265768675798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798702176926576867579870217692657686757987021769265768675798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9e2e29-421d-4b83-a7af-2641f237dedc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bafff77d-5aae-4f09-9414-5cde15cfeb42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bafff77d-5aae-4f09-9414-5cde15cfeb42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13798096546279856700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700137980965462798567001379809654627985670013798096546279856700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b936ff2-69f3-4973-a366-7d5acad21c54, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9a47e23-8562-4b74-9ed0-deb7df238abc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9a47e23-8562-4b74-9ed0-deb7df238abc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6754232196151036436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436675423219615103643667542321961510364366754232196151036436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bafff77d-5aae-4f09-9414-5cde15cfeb42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04bc9c57-557a-4b95-84bb-3d7469d1160b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04bc9c57-557a-4b95-84bb-3d7469d1160b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6511403786319867673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673651140378631986767365114037863198676736511403786319867673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9a47e23-8562-4b74-9ed0-deb7df238abc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cfbad43-cfce-44f1-848e-294d48e7330b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfbad43-cfce-44f1-848e-294d48e7330b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16246674349624722292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292162466743496247222921624667434962472229216246674349624722292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04bc9c57-557a-4b95-84bb-3d7469d1160b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f02c6f-a1bd-47fa-9e33-5027d32b30d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f02c6f-a1bd-47fa-9e33-5027d32b30d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12590634826874923400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400125906348268749234001259063482687492340012590634826874923400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfbad43-cfce-44f1-848e-294d48e7330b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc5f7384-d7b0-460f-9a40-053a1fec0669, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc5f7384-d7b0-460f-9a40-053a1fec0669, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13815421005327290645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645138154210053272906451381542100532729064513815421005327290645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f02c6f-a1bd-47fa-9e33-5027d32b30d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39d0ac4c-e5e0-4c23-baf4-36ed1131189b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d0ac4c-e5e0-4c23-baf4-36ed1131189b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 929681477760069654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654929681477760069654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d0ac4c-e5e0-4c23-baf4-36ed1131189b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20856c4c-bb7e-4303-9336-54c21636a060, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20856c4c-bb7e-4303-9336-54c21636a060, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5431032801294523557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557543103280129452355754310328012945235575431032801294523557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20856c4c-bb7e-4303-9336-54c21636a060, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec88f8d3-c047-4031-9654-a1390d65cc82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec88f8d3-c047-4031-9654-a1390d65cc82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10233267858186842906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906102332678581868429061023326785818684290610233267858186842906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc5f7384-d7b0-460f-9a40-053a1fec0669, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec88f8d3-c047-4031-9654-a1390d65cc82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58639429-fd7b-4ae3-a872-014cc9515f2d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58639429-fd7b-4ae3-a872-014cc9515f2d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8502943905383038525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525850294390538303852585029439053830385258502943905383038525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f856027-ba7c-451c-9940-64d70abb4d77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f856027-ba7c-451c-9940-64d70abb4d77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7655079375615770116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116765507937561577011676550793756157701167655079375615770116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58639429-fd7b-4ae3-a872-014cc9515f2d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffd9bdac-abe2-476c-b8d9-8aa19516f407, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f856027-ba7c-451c-9940-64d70abb4d77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd9bdac-abe2-476c-b8d9-8aa19516f407, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14240916179802221954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954142409161798022219541424091617980222195414240916179802221954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3df67af5-a78f-438e-b417-bdfb265493ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df67af5-a78f-438e-b417-bdfb265493ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8915324237089990305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305891532423708999030589153242370899903058915324237089990305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd9bdac-abe2-476c-b8d9-8aa19516f407, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68f62079-a9ec-4678-b5da-3c536ac96dea, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f62079-a9ec-4678-b5da-3c536ac96dea, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6384636500169224833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833638463650016922483363846365001692248336384636500169224833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df67af5-a78f-438e-b417-bdfb265493ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f55fbe3-0d8f-473c-952f-25760165f7b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f55fbe3-0d8f-473c-952f-25760165f7b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3957023092367229049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049395702309236722904939570230923672290493957023092367229049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f62079-a9ec-4678-b5da-3c536ac96dea, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, febf3155-9d20-4aa8-a64f-1ebd7112b0ca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, febf3155-9d20-4aa8-a64f-1ebd7112b0ca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17796674971634951042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042177966749716349510421779667497163495104217796674971634951042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f55fbe3-0d8f-473c-952f-25760165f7b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5009d65-6196-4969-820b-ab9090de7d97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5009d65-6196-4969-820b-ab9090de7d97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1644901833462118015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015164490183346211801516449018334621180151644901833462118015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, febf3155-9d20-4aa8-a64f-1ebd7112b0ca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5009d65-6196-4969-820b-ab9090de7d97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f49cce-e42a-4d0b-85f3-1bd438ec6acd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f49cce-e42a-4d0b-85f3-1bd438ec6acd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6427856252130633204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204642785625213063320464278562521306332046427856252130633204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a72a233-6673-4a1a-975e-5cc3d6582579, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a72a233-6673-4a1a-975e-5cc3d6582579, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6406780888415812759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759640678088841581275964067808884158127596406780888415812759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f49cce-e42a-4d0b-85f3-1bd438ec6acd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e41b6a4c-fda6-44dc-94cb-a1fe839044ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e41b6a4c-fda6-44dc-94cb-a1fe839044ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9310151929501803210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210931015192950180321093101519295018032109310151929501803210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a72a233-6673-4a1a-975e-5cc3d6582579, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7214c6af-980c-4dc1-8194-94b1af4560d3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7214c6af-980c-4dc1-8194-94b1af4560d3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8491383989192691789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789849138398919269178984913839891926917898491383989192691789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e41b6a4c-fda6-44dc-94cb-a1fe839044ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a6ea69f-81d5-4b61-8778-030bf43706a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6ea69f-81d5-4b61-8778-030bf43706a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8534609659831099816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816853460965983109981685346096598310998168534609659831099816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7214c6af-980c-4dc1-8194-94b1af4560d3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6ea69f-81d5-4b61-8778-030bf43706a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8463e0da-0681-4b1c-a1ae-938d032557b2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8463e0da-0681-4b1c-a1ae-938d032557b2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17778443420626014085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085177784434206260140851777844342062601408517778443420626014085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93a78584-a35e-4dd8-827c-eb62983ba936, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a78584-a35e-4dd8-827c-eb62983ba936, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2162552302942740373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373216255230294274037321625523029427403732162552302942740373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8463e0da-0681-4b1c-a1ae-938d032557b2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aea416f7-aae4-4e91-a108-a442b0c87b2f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a78584-a35e-4dd8-827c-eb62983ba936, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aea416f7-aae4-4e91-a108-a442b0c87b2f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12660408627875155810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810126604086278751558101266040862787515581012660408627875155810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f844cc6-a45a-42ee-b877-203f545a590b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f844cc6-a45a-42ee-b877-203f545a590b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1523043074188210434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434152304307418821043415230430741882104341523043074188210434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aea416f7-aae4-4e91-a108-a442b0c87b2f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5293420-33d4-4917-aa79-61c1106d517e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5293420-33d4-4917-aa79-61c1106d517e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 470030126168880290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290470030126168880290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f844cc6-a45a-42ee-b877-203f545a590b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1abcfd1d-5239-4006-b7d6-20fb74c9c7a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1abcfd1d-5239-4006-b7d6-20fb74c9c7a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4038698347990142795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795403869834799014279540386983479901427954038698347990142795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5293420-33d4-4917-aa79-61c1106d517e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e9cf2d8-fa50-47d4-a710-7374daf51548, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9cf2d8-fa50-47d4-a710-7374daf51548, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16205708359874763905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905162057083598747639051620570835987476390516205708359874763905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1abcfd1d-5239-4006-b7d6-20fb74c9c7a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b3df7c2-611a-486c-ae95-28311a58fd42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9cf2d8-fa50-47d4-a710-7374daf51548, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b3df7c2-611a-486c-ae95-28311a58fd42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8997962855207871027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027899796285520787102789979628552078710278997962855207871027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 438a5a27-8bd4-4ae5-a14e-5ac5d2d71aaa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 438a5a27-8bd4-4ae5-a14e-5ac5d2d71aaa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5828453519454269800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800582845351945426980058284535194542698005828453519454269800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b3df7c2-611a-486c-ae95-28311a58fd42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe3a3d4a-a8d5-4d79-bc81-1d1d65ab741e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3a3d4a-a8d5-4d79-bc81-1d1d65ab741e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1775001980959906589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589177500198095990658917750019809599065891775001980959906589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 438a5a27-8bd4-4ae5-a14e-5ac5d2d71aaa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28772b37-0114-4b7a-8a2c-3d4bf4239352, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28772b37-0114-4b7a-8a2c-3d4bf4239352, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4590973411626979406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406459097341162697940645909734116269794064590973411626979406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3a3d4a-a8d5-4d79-bc81-1d1d65ab741e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 530e22f1-7adc-47a8-9832-f34ce252812a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530e22f1-7adc-47a8-9832-f34ce252812a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14420702584990241857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857144207025849902418571442070258499024185714420702584990241857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28772b37-0114-4b7a-8a2c-3d4bf4239352, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e8fbdd-a5b6-4e21-b72a-58e13bc3a456, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e8fbdd-a5b6-4e21-b72a-58e13bc3a456, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16357721489685156105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105163577214896851561051635772148968515610516357721489685156105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530e22f1-7adc-47a8-9832-f34ce252812a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c12923d-10ed-4ec4-91e5-d674f0309ef3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c12923d-10ed-4ec4-91e5-d674f0309ef3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3630948774491220580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580363094877449122058036309487744912205803630948774491220580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e8fbdd-a5b6-4e21-b72a-58e13bc3a456, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51b7e89a-a62b-4678-b4dd-292c30cdc252, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51b7e89a-a62b-4678-b4dd-292c30cdc252, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4589229892241563685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685458922989224156368545892298922415636854589229892241563685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c12923d-10ed-4ec4-91e5-d674f0309ef3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57ce4b06-1f1c-4db3-bd1d-1a1bc06a98f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ce4b06-1f1c-4db3-bd1d-1a1bc06a98f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3462106684845959258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258346210668484595925834621066848459592583462106684845959258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51b7e89a-a62b-4678-b4dd-292c30cdc252, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 310e6b51-8086-4886-9d85-37f75cddb385, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 310e6b51-8086-4886-9d85-37f75cddb385, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3912655237856937528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528391265523785693752839126552378569375283912655237856937528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ce4b06-1f1c-4db3-bd1d-1a1bc06a98f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aa383c8-3365-4f76-b926-4a06b57c90fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa383c8-3365-4f76-b926-4a06b57c90fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9763864505606111981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981976386450560611198197638645056061119819763864505606111981" } } } 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:8661/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 310e6b51-8086-4886-9d85-37f75cddb385, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 224a23d6-dbf8-43b4-ab23-c6d612e477d1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 224a23d6-dbf8-43b4-ab23-c6d612e477d1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9737538751934726761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761973753875193472676197375387519347267619737538751934726761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa383c8-3365-4f76-b926-4a06b57c90fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e73eed1-25ed-4ad6-bec2-c601301244dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e73eed1-25ed-4ad6-bec2-c601301244dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859343378117022574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574108593433781170225741085934337811702257410859343378117022574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 224a23d6-dbf8-43b4-ab23-c6d612e477d1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31c27176-1061-46a6-a84d-381bc32c35e7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c27176-1061-46a6-a84d-381bc32c35e7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802362427224829285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285168023624272248292851680236242722482928516802362427224829285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e73eed1-25ed-4ad6-bec2-c601301244dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb1a8264-b3ad-483c-b767-b25ef05bd6e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb1a8264-b3ad-483c-b767-b25ef05bd6e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14642483008733105367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367146424830087331053671464248300873310536714642483008733105367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c27176-1061-46a6-a84d-381bc32c35e7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb7ed786-cc2f-4604-a2de-7c3f740c6739, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7ed786-cc2f-4604-a2de-7c3f740c6739, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4938077057487678033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033493807705748767803349380770574876780334938077057487678033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb1a8264-b3ad-483c-b767-b25ef05bd6e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7ed786-cc2f-4604-a2de-7c3f740c6739, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03444730-9689-4ec1-ae38-e766291d4992, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03444730-9689-4ec1-ae38-e766291d4992, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3074186770274282346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346307418677027428234630741867702742823463074186770274282346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2173cb5c-6ca3-495b-98b7-28297973bca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2173cb5c-6ca3-495b-98b7-28297973bca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11302846194672854099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099113028461946728540991130284619467285409911302846194672854099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03444730-9689-4ec1-ae38-e766291d4992, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab5a1dd-58b1-4053-824e-99c90488c3d8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab5a1dd-58b1-4053-824e-99c90488c3d8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10880550069496095077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077108805500694960950771088055006949609507710880550069496095077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2173cb5c-6ca3-495b-98b7-28297973bca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e55d14e-449f-4bf6-95ce-6329d4bee81c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e55d14e-449f-4bf6-95ce-6329d4bee81c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3716361909133244970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970371636190913324497037163619091332449703716361909133244970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab5a1dd-58b1-4053-824e-99c90488c3d8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a403223-add8-436f-9d1d-ccde48c0fc98, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a403223-add8-436f-9d1d-ccde48c0fc98, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021510759919467987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987702151075991946798770215107599194679877021510759919467987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e55d14e-449f-4bf6-95ce-6329d4bee81c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cc83872-4e9b-4f70-bc11-ad0d3521aab9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc83872-4e9b-4f70-bc11-ad0d3521aab9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17578964326290988894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894175789643262909888941757896432629098889417578964326290988894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a403223-add8-436f-9d1d-ccde48c0fc98, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f056aa84-0934-4395-ab21-bd9786f8365d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f056aa84-0934-4395-ab21-bd9786f8365d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1494642876104834957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957149464287610483495714946428761048349571494642876104834957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc83872-4e9b-4f70-bc11-ad0d3521aab9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bbb9114-5220-40f4-942d-0e68d0af23bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bbb9114-5220-40f4-942d-0e68d0af23bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4276014520738417132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132427601452073841713242760145207384171324276014520738417132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f056aa84-0934-4395-ab21-bd9786f8365d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9e12fd9-fc3c-4f70-addd-c701ecffeb81, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e12fd9-fc3c-4f70-addd-c701ecffeb81, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8492838857929795270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270849283885792979527084928388579297952708492838857929795270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bbb9114-5220-40f4-942d-0e68d0af23bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70b0be0-9911-492a-8865-c494850874d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70b0be0-9911-492a-8865-c494850874d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11245590757709843345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345112455907577098433451124559075770984334511245590757709843345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e12fd9-fc3c-4f70-addd-c701ecffeb81, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 381d3338-6eda-457d-824a-1180c8520cf0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381d3338-6eda-457d-824a-1180c8520cf0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6986940149513060428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428698694014951306042869869401495130604286986940149513060428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70b0be0-9911-492a-8865-c494850874d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ac711a7-0700-4604-a123-0ff23807901a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ac711a7-0700-4604-a123-0ff23807901a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7131413998407186976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976713141399840718697671314139984071869767131413998407186976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381d3338-6eda-457d-824a-1180c8520cf0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3926c61e-37e0-4fe4-b755-491d711ed258, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3926c61e-37e0-4fe4-b755-491d711ed258, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6669827001854527109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109666982700185452710966698270018545271096669827001854527109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ac711a7-0700-4604-a123-0ff23807901a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9665869f-67dd-4673-882c-6108d592ea12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9665869f-67dd-4673-882c-6108d592ea12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 696505310014531033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033696505310014531033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3926c61e-37e0-4fe4-b755-491d711ed258, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08dc2940-9cf1-4c51-b79b-3d94ac99f62d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08dc2940-9cf1-4c51-b79b-3d94ac99f62d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8890782028417997754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754889078202841799775488907820284179977548890782028417997754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08dc2940-9cf1-4c51-b79b-3d94ac99f62d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 761f36fe-8bc3-4d30-9baf-95d5bd658ea2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 761f36fe-8bc3-4d30-9baf-95d5bd658ea2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11978605755173641941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941119786057551736419411197860575517364194111978605755173641941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9665869f-67dd-4673-882c-6108d592ea12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a4e377b-72a0-45b8-885e-4f71d6d5c316, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a4e377b-72a0-45b8-885e-4f71d6d5c316, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14022517292537887662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662140225172925378876621402251729253788766214022517292537887662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 761f36fe-8bc3-4d30-9baf-95d5bd658ea2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43c9bdef-f077-4109-b403-a10e5e1ac22e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43c9bdef-f077-4109-b403-a10e5e1ac22e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18246368351715712802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802182463683517157128021824636835171571280218246368351715712802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a4e377b-72a0-45b8-885e-4f71d6d5c316, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d0197e4-0663-46df-ae9f-d8755d11fa78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d0197e4-0663-46df-ae9f-d8755d11fa78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12898223676058573203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203128982236760585732031289822367605857320312898223676058573203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43c9bdef-f077-4109-b403-a10e5e1ac22e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9aee1394-5b28-4592-bc60-0ad14f020bd4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aee1394-5b28-4592-bc60-0ad14f020bd4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14521388023498498993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993145213880234984989931452138802349849899314521388023498498993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d0197e4-0663-46df-ae9f-d8755d11fa78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb15e325-b4e1-4833-807e-21e81ad6f76a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb15e325-b4e1-4833-807e-21e81ad6f76a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7965148383515689758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758796514838351568975879651483835156897587965148383515689758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aee1394-5b28-4592-bc60-0ad14f020bd4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fa05eb2-97e6-47f1-ab5d-0447ac1fcd47, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fa05eb2-97e6-47f1-ab5d-0447ac1fcd47, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1726729550584489588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588172672955058448958817267295505844895881726729550584489588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb15e325-b4e1-4833-807e-21e81ad6f76a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb69c9f5-4e8c-45a6-894e-cd39a89d7465, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb69c9f5-4e8c-45a6-894e-cd39a89d7465, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2905754261527374647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647290575426152737464729057542615273746472905754261527374647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fa05eb2-97e6-47f1-ab5d-0447ac1fcd47, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53ca3dd1-1860-4287-9e0e-ab74b0180ec5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ca3dd1-1860-4287-9e0e-ab74b0180ec5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5342505324646239046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046534250532464623904653425053246462390465342505324646239046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb69c9f5-4e8c-45a6-894e-cd39a89d7465, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49569f62-e11e-45c4-aa74-8f4c59cae649, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49569f62-e11e-45c4-aa74-8f4c59cae649, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10892893363616175832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832108928933636161758321089289336361617583210892893363616175832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ca3dd1-1860-4287-9e0e-ab74b0180ec5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdcd7047-a0ab-4fde-963f-38d5f34d085d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdcd7047-a0ab-4fde-963f-38d5f34d085d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3177712234086318818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818317771223408631881831777122340863188183177712234086318818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49569f62-e11e-45c4-aa74-8f4c59cae649, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3068722c-221c-401a-831d-9a5f52baf938, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdcd7047-a0ab-4fde-963f-38d5f34d085d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3068722c-221c-401a-831d-9a5f52baf938, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16074421659796944200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200160744216597969442001607442165979694420016074421659796944200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c062a36-bc44-4f53-9580-d895c2bf2f95, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c062a36-bc44-4f53-9580-d895c2bf2f95, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10367675143509224208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208103676751435092242081036767514350922420810367675143509224208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3068722c-221c-401a-831d-9a5f52baf938, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8975b0b-e91b-4fa6-b6ae-2ad47bd317fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8975b0b-e91b-4fa6-b6ae-2ad47bd317fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3217770436856462165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165321777043685646216532177704368564621653217770436856462165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c062a36-bc44-4f53-9580-d895c2bf2f95, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1636dbff-a936-43d0-97d0-fecb76422469, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1636dbff-a936-43d0-97d0-fecb76422469, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10828216924196889908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908108282169241968899081082821692419688990810828216924196889908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8975b0b-e91b-4fa6-b6ae-2ad47bd317fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 564dbde8-591d-47da-89e4-b48799f7c25e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 564dbde8-591d-47da-89e4-b48799f7c25e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5614394770412652290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290561439477041265229056143947704126522905614394770412652290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1636dbff-a936-43d0-97d0-fecb76422469, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae9e1be7-1f93-4911-ae03-a405208a184f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae9e1be7-1f93-4911-ae03-a405208a184f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2114917620567426746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746211491762056742674621149176205674267462114917620567426746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 564dbde8-591d-47da-89e4-b48799f7c25e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b29b8a1-7654-4fd0-b16a-a95552d571db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b29b8a1-7654-4fd0-b16a-a95552d571db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13115787200159295083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083131157872001592950831311578720015929508313115787200159295083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae9e1be7-1f93-4911-ae03-a405208a184f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12f86a14-2b5a-4acc-9a0a-2f25c6f1f979, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f86a14-2b5a-4acc-9a0a-2f25c6f1f979, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4250904500878410545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545425090450087841054542509045008784105454250904500878410545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b29b8a1-7654-4fd0-b16a-a95552d571db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48f6c3ea-8826-44f9-8abe-a4f185774ec2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48f6c3ea-8826-44f9-8abe-a4f185774ec2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11918407911195388014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014119184079111953880141191840791119538801411918407911195388014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f86a14-2b5a-4acc-9a0a-2f25c6f1f979, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd24ca62-7c32-45d9-9feb-9d3a80c5ef86, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd24ca62-7c32-45d9-9feb-9d3a80c5ef86, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17637473848734621004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004176374738487346210041763747384873462100417637473848734621004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48f6c3ea-8826-44f9-8abe-a4f185774ec2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ec81d72-d913-467e-99a3-c6aab9a333f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ec81d72-d913-467e-99a3-c6aab9a333f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10161713539075486957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957101617135390754869571016171353907548695710161713539075486957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ec81d72-d913-467e-99a3-c6aab9a333f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 786517a6-f37b-45f7-ba68-e83f0f9965aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 786517a6-f37b-45f7-ba68-e83f0f9965aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8312811422669249818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818831281142266924981883128114226692498188312811422669249818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd24ca62-7c32-45d9-9feb-9d3a80c5ef86, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bccd439d-8874-4496-9f26-f67d0047076d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bccd439d-8874-4496-9f26-f67d0047076d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7651272769431953322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322765127276943195332276512727694319533227651272769431953322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 786517a6-f37b-45f7-ba68-e83f0f9965aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d18fb3-df43-48f3-b1ae-05d94f293751, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d18fb3-df43-48f3-b1ae-05d94f293751, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5153671357961850356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356515367135796185035651536713579618503565153671357961850356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bccd439d-8874-4496-9f26-f67d0047076d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d18fb3-df43-48f3-b1ae-05d94f293751, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e33524e2-b2e6-4cc9-a22c-5e3005735337, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33524e2-b2e6-4cc9-a22c-5e3005735337, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280039522977671926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926102800395229776719261028003952297767192610280039522977671926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f8a3fe9-4d3d-42e5-ac96-15f6ac274a99, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8a3fe9-4d3d-42e5-ac96-15f6ac274a99, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10789579054658549499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499107895790546585494991078957905465854949910789579054658549499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33524e2-b2e6-4cc9-a22c-5e3005735337, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f683239-783f-4271-a544-497c7edc52c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f683239-783f-4271-a544-497c7edc52c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3103515180713046795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795310351518071304679531035151807130467953103515180713046795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8a3fe9-4d3d-42e5-ac96-15f6ac274a99, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11dc4762-cb39-4ae0-8f2e-72eaa3ec252f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11dc4762-cb39-4ae0-8f2e-72eaa3ec252f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9790707355223222088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088979070735522322208897907073552232220889790707355223222088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f683239-783f-4271-a544-497c7edc52c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de92aaf-745e-46e7-8829-f91a5ddb350c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11dc4762-cb39-4ae0-8f2e-72eaa3ec252f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3acf2fb-0a31-4ceb-8235-ff4f1cc9275b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3acf2fb-0a31-4ceb-8235-ff4f1cc9275b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13473928373241781306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306134739283732417813061347392837324178130613473928373241781306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de92aaf-745e-46e7-8829-f91a5ddb350c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 912611411891673583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583912611411891673583" } } } 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/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log --grpc-port=8661 --mon-port=18758 --ic-port=3326 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log', '--grpc-port=8661', '--mon-port=18758', '--ic-port=3326', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1' (no wait)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de92aaf-745e-46e7-8829-f91a5ddb350c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6a29678-f6b6-480c-b922-0af54b80b014, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3acf2fb-0a31-4ceb-8235-ff4f1cc9275b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26734922-7d86-43f1-a884-2af608ff06ce, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26734922-7d86-43f1-a884-2af608ff06ce, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1080314595200391366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366108031459520039136610803145952003913661080314595200391366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a29678-f6b6-480c-b922-0af54b80b014, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17010873296525771039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039170108732965257710391701087329652577103917010873296525771039" } } } 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: 1448177
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:8661/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a29678-f6b6-480c-b922-0af54b80b014, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d397424-3c57-4b57-b745-c4a2d0981cd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26734922-7d86-43f1-a884-2af608ff06ce, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cbb6cf2-deee-46eb-b116-c14ea82cbd7a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cbb6cf2-deee-46eb-b116-c14ea82cbd7a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6204637537073788612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612620463753707378861262046375370737886126204637537073788612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d397424-3c57-4b57-b745-c4a2d0981cd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18205548341132572618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618182055483411325726181820554834113257261818205548341132572618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1448179
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d397424-3c57-4b57-b745-c4a2d0981cd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4659767d-5c3e-4516-aa68-26ce41de9bac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4659767d-5c3e-4516-aa68-26ce41de9bac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13213410902493972593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593132134109024939725931321341090249397259313213410902493972593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cbb6cf2-deee-46eb-b116-c14ea82cbd7a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d880f23-ab35-4877-8863-cd2e780b1b33, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d880f23-ab35-4877-8863-cd2e780b1b33, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12338299940784920644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644123382999407849206441233829994078492064412338299940784920644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4659767d-5c3e-4516-aa68-26ce41de9bac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932b1d63-0b65-4a87-b88f-1099d751d21e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d880f23-ab35-4877-8863-cd2e780b1b33, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50fa093-0193-49c5-abb4-0e028cbbb5aa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50fa093-0193-49c5-abb4-0e028cbbb5aa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6430624460841686274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274643062446084168627464306244608416862746430624460841686274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932b1d63-0b65-4a87-b88f-1099d751d21e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13399358839750944798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798133993588397509447981339935883975094479813399358839750944798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50fa093-0193-49c5-abb4-0e028cbbb5aa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c3adfda-bf64-4d7a-b322-49539de656a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3adfda-bf64-4d7a-b322-49539de656a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11289054680447148444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444112890546804471484441128905468044714844411289054680447148444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3adfda-bf64-4d7a-b322-49539de656a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 355dc287-bf85-4cb9-900b-c3292b0215e5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355dc287-bf85-4cb9-900b-c3292b0215e5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14834250806408316605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605148342508064083166051483425080640831660514834250806408316605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355dc287-bf85-4cb9-900b-c3292b0215e5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 374bbb0c-695a-4853-9fbf-82e014e8b5ce, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374bbb0c-695a-4853-9fbf-82e014e8b5ce, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2499563789083536376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376249956378908353637624995637890835363762499563789083536376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932b1d63-0b65-4a87-b88f-1099d751d21e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 802c9bf8-aed8-4544-bdc1-b7e9db6d7c69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 802c9bf8-aed8-4544-bdc1-b7e9db6d7c69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17774916857718149488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488177749168577181494881777491685771814948817774916857718149488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 802c9bf8-aed8-4544-bdc1-b7e9db6d7c69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 579b2516-42b5-42d3-b273-0b80ad782828, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579b2516-42b5-42d3-b273-0b80ad782828, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15220472603114275399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399152204726031142753991522047260311427539915220472603114275399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374bbb0c-695a-4853-9fbf-82e014e8b5ce, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78333dc7-e8fb-4df9-91e7-2677584ade01, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78333dc7-e8fb-4df9-91e7-2677584ade01, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12291229147204956340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340122912291472049563401229122914720495634012291229147204956340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579b2516-42b5-42d3-b273-0b80ad782828, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc056a14-dc63-4db6-b1a5-74c7ac82b2e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc056a14-dc63-4db6-b1a5-74c7ac82b2e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9865193011678992822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822986519301167899282298651930116789928229865193011678992822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78333dc7-e8fb-4df9-91e7-2677584ade01, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20c60585-fff1-4212-8c06-dc07a9a61d55, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c60585-fff1-4212-8c06-dc07a9a61d55, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1609408422823764486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486160940842282376448616094084228237644861609408422823764486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc056a14-dc63-4db6-b1a5-74c7ac82b2e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaf2a87f-6ba3-486b-81d7-448db441855e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaf2a87f-6ba3-486b-81d7-448db441855e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1855516658895760363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363185551665889576036318555166588957603631855516658895760363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c60585-fff1-4212-8c06-dc07a9a61d55, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99a007ca-790f-42f0-a406-95a43d4ff3c3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a007ca-790f-42f0-a406-95a43d4ff3c3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5587552118255985400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400558755211825598540055875521182559854005587552118255985400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaf2a87f-6ba3-486b-81d7-448db441855e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ecd2e6f-77af-4ffe-9ce7-9b08504ef986, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a007ca-790f-42f0-a406-95a43d4ff3c3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af098897-1086-4f40-b4d8-1e5438786b5e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ecd2e6f-77af-4ffe-9ce7-9b08504ef986, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14849517034197684404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404148495170341976844041484951703419768440414849517034197684404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af098897-1086-4f40-b4d8-1e5438786b5e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14491750812901898457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457144917508129018984571449175081290189845714491750812901898457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af098897-1086-4f40-b4d8-1e5438786b5e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aedc5a5-30f4-465d-9a6f-80f3e28b1a59, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aedc5a5-30f4-465d-9a6f-80f3e28b1a59, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4109527808065866631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631410952780806586663141095278080658666314109527808065866631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ecd2e6f-77af-4ffe-9ce7-9b08504ef986, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df9926e8-3228-47dc-9de6-f6440bbfd950, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df9926e8-3228-47dc-9de6-f6440bbfd950, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14965659276945027256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256149656592769450272561496565927694502725614965659276945027256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aedc5a5-30f4-465d-9a6f-80f3e28b1a59, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72a76715-d817-4ce2-a852-8b5397255606, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df9926e8-3228-47dc-9de6-f6440bbfd950, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fcf1c40-dba6-469b-a8a0-7264e2bb643f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fcf1c40-dba6-469b-a8a0-7264e2bb643f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14732387765624720976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976147323877656247209761473238776562472097614732387765624720976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a76715-d817-4ce2-a852-8b5397255606, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3467655050043466262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262346765505004346626234676550500434662623467655050043466262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fcf1c40-dba6-469b-a8a0-7264e2bb643f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12b21ad2-a8e3-4ec8-a307-f8225d42401d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b21ad2-a8e3-4ec8-a307-f8225d42401d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4480855273504181582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582448085527350418158244808552735041815824480855273504181582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a76715-d817-4ce2-a852-8b5397255606, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c65ffaae-2806-4ae4-b0e9-88a480d7ab5a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65ffaae-2806-4ae4-b0e9-88a480d7ab5a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 304800404909682865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865304800404909682865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b21ad2-a8e3-4ec8-a307-f8225d42401d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9b155d4-dfff-4612-9b39-043ef30513ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b155d4-dfff-4612-9b39-043ef30513ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1769931080657763500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500176993108065776350017699310806577635001769931080657763500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65ffaae-2806-4ae4-b0e9-88a480d7ab5a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c857ecb0-e375-47fe-a46c-83fa6c9e4e39, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c857ecb0-e375-47fe-a46c-83fa6c9e4e39, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14451406513548734824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824144514065135487348241445140651354873482414451406513548734824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b155d4-dfff-4612-9b39-043ef30513ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9ca283c-19de-4124-a13d-e4c0452f78aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ca283c-19de-4124-a13d-e4c0452f78aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16280878163028595372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372162808781630285953721628087816302859537216280878163028595372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c857ecb0-e375-47fe-a46c-83fa6c9e4e39, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a57c306a-c149-4f1d-8ac1-00ba3343736e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57c306a-c149-4f1d-8ac1-00ba3343736e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3072837303473381594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594307283730347338159430728373034733815943072837303473381594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ca283c-19de-4124-a13d-e4c0452f78aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f13dcb6-3a38-4a71-ae80-fc9fa859975f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f13dcb6-3a38-4a71-ae80-fc9fa859975f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13876198856492182461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461138761988564921824611387619885649218246113876198856492182461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57c306a-c149-4f1d-8ac1-00ba3343736e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b3da19d-2676-4a6f-b228-da133e06b2f9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b3da19d-2676-4a6f-b228-da133e06b2f9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 67551702308971446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6755170230897144667551702308971446675517023089714466755170230897144667551702308971446675517023089714466755170230897144667551702308971446675517023089714466755170230897144667551702308971446675517023089714466755170230897144667551702308971446675517023089714466755170230897144667551702308971446675517023089714466755170230897144667551702308971446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b3da19d-2676-4a6f-b228-da133e06b2f9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79c2f8ab-6ff6-4f90-82c1-40f4cac6ef2e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c2f8ab-6ff6-4f90-82c1-40f4cac6ef2e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7462612049343971825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825746261204934397182574626120493439718257462612049343971825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f13dcb6-3a38-4a71-ae80-fc9fa859975f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0baed1c-d2f2-46a8-ab65-5c303115449d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0baed1c-d2f2-46a8-ab65-5c303115449d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8462217031546674119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119846221703154667411984622170315466741198462217031546674119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c2f8ab-6ff6-4f90-82c1-40f4cac6ef2e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0baed1c-d2f2-46a8-ab65-5c303115449d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6cb9a60-9898-4e89-aae1-69d6ef729789, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0edd9ac-5769-4d4a-8675-9141f3e12a27, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0edd9ac-5769-4d4a-8675-9141f3e12a27, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15151594179654405241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241151515941796544052411515159417965440524115151594179654405241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6cb9a60-9898-4e89-aae1-69d6ef729789, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005147122042889070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070110051471220428890701100514712204288907011005147122042889070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0edd9ac-5769-4d4a-8675-9141f3e12a27, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cdcc189-5bc6-4cda-aaec-a5807e397550, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cdcc189-5bc6-4cda-aaec-a5807e397550, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8773316841765343533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533877331684176534353387733168417653435338773316841765343533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6cb9a60-9898-4e89-aae1-69d6ef729789, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf90ca4e-a394-450f-9d88-9df9c8b5e2fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf90ca4e-a394-450f-9d88-9df9c8b5e2fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5541829609053287884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884554182960905328788455418296090532878845541829609053287884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cdcc189-5bc6-4cda-aaec-a5807e397550, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bafe4b98-890f-437d-b6fe-81fa5cd8c6f5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf90ca4e-a394-450f-9d88-9df9c8b5e2fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59239c88-ad9a-4040-8621-e06792b966b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59239c88-ad9a-4040-8621-e06792b966b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189396698254728090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090118939669825472809011893966982547280901189396698254728090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bafe4b98-890f-437d-b6fe-81fa5cd8c6f5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15365332130613170643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643153653321306131706431536533213061317064315365332130613170643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59239c88-ad9a-4040-8621-e06792b966b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be233246-8419-402c-aed1-75c69dce6c23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be233246-8419-402c-aed1-75c69dce6c23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9131704003556908993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993913170400355690899391317040035569089939131704003556908993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bafe4b98-890f-437d-b6fe-81fa5cd8c6f5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5be8ecaf-2282-4123-9b0f-0f0f19b53f98, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5be8ecaf-2282-4123-9b0f-0f0f19b53f98, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4187746456375027879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879418774645637502787941877464563750278794187746456375027879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be233246-8419-402c-aed1-75c69dce6c23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:259 Command (pid 1448179) rc: 0
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ya.test:process.py:260 Command (pid 1448179) elapsed time (sec): 1.0583364963531494
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 441679c6-023c-493e-8004-f12f0988152a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441679c6-023c-493e-8004-f12f0988152a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12551758537208046770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770125517585372080467701255175853720804677012551758537208046770" } } } 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 1448179) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1448179) minflt: 45296
DEBUG    ya.test:process.py:263 Command (pid 1448179) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) nivcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 1448179) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1448179) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1448179) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1448179) stime: 0.26880499999999996
DEBUG    ya.test:process.py:263 Command (pid 1448179) utime: 0.494631
DEBUG    ya.test:process.py:263 Command (pid 1448179) wtime: 1.071
DEBUG    ya.test:process.py:275 Command (pid 1448179) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-riky6msjhe
    Host information: 
        Linux ghrun-riky6msjhe 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    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5be8ecaf-2282-4123-9b0f-0f0f19b53f98, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ya.test:process.py:276 Command (pid 1448179) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c398864-f80a-41b3-9ba3-9f3c82397c17, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c398864-f80a-41b3-9ba3-9f3c82397c17, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17287183445300473238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238172871834453004732381728718344530047323817287183445300473238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441679c6-023c-493e-8004-f12f0988152a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca287e1f-9a98-4eb1-a286-bb600c41bcab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca287e1f-9a98-4eb1-a286-bb600c41bcab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2535589967423191631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631253558996742319163125355899674231916312535589967423191631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c398864-f80a-41b3-9ba3-9f3c82397c17, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8887207-240e-4d2f-87ef-6542d36c672a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8887207-240e-4d2f-87ef-6542d36c672a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 238418924805029675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675238418924805029675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca287e1f-9a98-4eb1-a286-bb600c41bcab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b23053d1-d7f3-4396-af2e-e57f1a63d06c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b23053d1-d7f3-4396-af2e-e57f1a63d06c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 285980934322021561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561285980934322021561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8887207-240e-4d2f-87ef-6542d36c672a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19e4111e-2791-43f3-9ac7-2c8ad0eca755, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e4111e-2791-43f3-9ac7-2c8ad0eca755, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 107629193831596743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743107629193831596743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b23053d1-d7f3-4396-af2e-e57f1a63d06c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3806348f-1ea0-401c-aab9-c3f1aa5f7eeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3806348f-1ea0-401c-aab9-c3f1aa5f7eeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17618081755887219494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494176180817558872194941761808175588721949417618081755887219494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3806348f-1ea0-401c-aab9-c3f1aa5f7eeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b146bb7f-4e73-4703-af34-fbacbe852cc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b146bb7f-4e73-4703-af34-fbacbe852cc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5580859619737199211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211558085961973719921155808596197371992115580859619737199211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e4111e-2791-43f3-9ac7-2c8ad0eca755, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abbf9c38-ab95-4b68-a7f4-d0557696ff2a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abbf9c38-ab95-4b68-a7f4-d0557696ff2a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12390931684251474414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414123909316842514744141239093168425147441412390931684251474414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b146bb7f-4e73-4703-af34-fbacbe852cc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f903d0e1-c124-42b0-b1a5-9200cf45a429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f903d0e1-c124-42b0-b1a5-9200cf45a429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7448074784579147481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481744807478457914748174480747845791474817448074784579147481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abbf9c38-ab95-4b68-a7f4-d0557696ff2a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa546107-aeb7-43bb-b07a-d4506753eb46, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa546107-aeb7-43bb-b07a-d4506753eb46, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10498739956307673262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262104987399563076732621049873995630767326210498739956307673262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f903d0e1-c124-42b0-b1a5-9200cf45a429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa546107-aeb7-43bb-b07a-d4506753eb46, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80453d1f-6ac2-4a31-ba15-e7e4da1e3c1f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a1d538b-c355-45ee-b42d-6c257e2b939f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80453d1f-6ac2-4a31-ba15-e7e4da1e3c1f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12280046128700585852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852122800461287005858521228004612870058585212280046128700585852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a1d538b-c355-45ee-b42d-6c257e2b939f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5767867059014006092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092576786705901400609257678670590140060925767867059014006092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80453d1f-6ac2-4a31-ba15-e7e4da1e3c1f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d56385c5-b9ce-470c-8a21-a08e07d9df03, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56385c5-b9ce-470c-8a21-a08e07d9df03, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 695174454191051323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323695174454191051323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a1d538b-c355-45ee-b42d-6c257e2b939f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56385c5-b9ce-470c-8a21-a08e07d9df03, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4af134a5-fec6-4cb0-abbf-881e3f9bd13b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4af134a5-fec6-4cb0-abbf-881e3f9bd13b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11616769623646589495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495116167696236465894951161676962364658949511616769623646589495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d127bff8-d011-4272-b624-815b70c9b865, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d127bff8-d011-4272-b624-815b70c9b865, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7460607619482981180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180746060761948298118074606076194829811807460607619482981180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4af134a5-fec6-4cb0-abbf-881e3f9bd13b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ced9a6e1-fa4d-40e0-934c-3ee43591d3e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced9a6e1-fa4d-40e0-934c-3ee43591d3e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9976239308289218000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000997623930828921800099762393082892180009976239308289218000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d127bff8-d011-4272-b624-815b70c9b865, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 873ed698-b5a3-4730-8c6d-b8124b4c9352, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 873ed698-b5a3-4730-8c6d-b8124b4c9352, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 109695149181294650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650109695149181294650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced9a6e1-fa4d-40e0-934c-3ee43591d3e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a341456c-69f5-430b-8c8b-ec65ea6af519, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a341456c-69f5-430b-8c8b-ec65ea6af519, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8699513800719495834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834869951380071949583486995138007194958348699513800719495834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 873ed698-b5a3-4730-8c6d-b8124b4c9352, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 425d4166-89e3-4612-a483-db7ff118aa38, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 425d4166-89e3-4612-a483-db7ff118aa38, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16106827825532608075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075161068278255326080751610682782553260807516106827825532608075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a341456c-69f5-430b-8c8b-ec65ea6af519, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 059fc482-27a0-4697-b786-cff7dbc7872a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059fc482-27a0-4697-b786-cff7dbc7872a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10690208372996130998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998106902083729961309981069020837299613099810690208372996130998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 425d4166-89e3-4612-a483-db7ff118aa38, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40971146-8413-42f9-98a8-4456a73bc1f9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40971146-8413-42f9-98a8-4456a73bc1f9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4883334324746614126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126488333432474661412648833343247466141264883334324746614126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059fc482-27a0-4697-b786-cff7dbc7872a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 696cae53-c8eb-4252-bb06-6e0397ee01c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696cae53-c8eb-4252-bb06-6e0397ee01c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1239842964582034054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054123984296458203405412398429645820340541239842964582034054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40971146-8413-42f9-98a8-4456a73bc1f9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 691d7812-7d7a-4a8a-a294-b137e1b9d59c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696cae53-c8eb-4252-bb06-6e0397ee01c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3414989-9bf3-4829-8845-47f874349e47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3414989-9bf3-4829-8845-47f874349e47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15874497857221885647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647158744978572218856471587449785722188564715874497857221885647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 691d7812-7d7a-4a8a-a294-b137e1b9d59c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10424262217405493207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207104242622174054932071042426221740549320710424262217405493207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3414989-9bf3-4829-8845-47f874349e47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cb97f99-1cc3-4355-acc9-a84f261902f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb97f99-1cc3-4355-acc9-a84f261902f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15330235643922875538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538153302356439228755381533023564392287553815330235643922875538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 691d7812-7d7a-4a8a-a294-b137e1b9d59c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33a09502-46ff-41ec-afda-f285beeb5f3e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33a09502-46ff-41ec-afda-f285beeb5f3e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11805534099061974840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840118055340990619748401180553409906197484011805534099061974840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb97f99-1cc3-4355-acc9-a84f261902f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8599d36b-6898-473d-a6a2-182cc5761139, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8599d36b-6898-473d-a6a2-182cc5761139, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627507633164948596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596962750763316494859696275076331649485969627507633164948596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33a09502-46ff-41ec-afda-f285beeb5f3e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fab4f97-07a0-4f67-89e1-f674a9bceea1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fab4f97-07a0-4f67-89e1-f674a9bceea1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2882784874520073637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637288278487452007363728827848745200736372882784874520073637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fab4f97-07a0-4f67-89e1-f674a9bceea1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3424a6c-b469-43dc-b6a0-34c8a97daaef, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8599d36b-6898-473d-a6a2-182cc5761139, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d23bee-6dac-4fe6-9ced-4131744fb6fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d23bee-6dac-4fe6-9ced-4131744fb6fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14941964837591269742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742149419648375912697421494196483759126974214941964837591269742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3424a6c-b469-43dc-b6a0-34c8a97daaef, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6581255783867497325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325658125578386749732565812557838674973256581255783867497325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3424a6c-b469-43dc-b6a0-34c8a97daaef, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59bb9f4a-1219-48d2-ad46-c8015d45157b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d23bee-6dac-4fe6-9ced-4131744fb6fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a82d476c-566e-4664-8c1a-ff35bf340206, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59bb9f4a-1219-48d2-ad46-c8015d45157b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8997368280381106873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873899736828038110687389973682803811068738997368280381106873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82d476c-566e-4664-8c1a-ff35bf340206, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5330601567777958203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203533060156777795820353306015677779582035330601567777958203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59bb9f4a-1219-48d2-ad46-c8015d45157b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed906e13-ff64-462f-bdf2-4980e0541979, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed906e13-ff64-462f-bdf2-4980e0541979, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1557861911449292982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982155786191144929298215578619114492929821557861911449292982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82d476c-566e-4664-8c1a-ff35bf340206, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb177a4-d0d2-40c5-a8d5-7eb96c149355, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb177a4-d0d2-40c5-a8d5-7eb96c149355, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6913172213396847260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260691317221339684726069131722133968472606913172213396847260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed906e13-ff64-462f-bdf2-4980e0541979, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d41ad283-d7e2-43ec-acf9-49ca79af6526, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d41ad283-d7e2-43ec-acf9-49ca79af6526, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1533070272876106835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835153307027287610683515330702728761068351533070272876106835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb177a4-d0d2-40c5-a8d5-7eb96c149355, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90272dfc-4655-48e0-9fbd-4c574bd7d5c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90272dfc-4655-48e0-9fbd-4c574bd7d5c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12965047988002364635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635129650479880023646351296504798800236463512965047988002364635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d41ad283-d7e2-43ec-acf9-49ca79af6526, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14506806-3c86-4f07-89f0-39926ade42e7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14506806-3c86-4f07-89f0-39926ade42e7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15178872525238492436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436151788725252384924361517887252523849243615178872525238492436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90272dfc-4655-48e0-9fbd-4c574bd7d5c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43ead483-0dad-476e-b98f-0be456a3816f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ead483-0dad-476e-b98f-0be456a3816f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9411444135961135341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341941144413596113534194114441359611353419411444135961135341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14506806-3c86-4f07-89f0-39926ade42e7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d952df5b-6004-4a26-91d2-3189fd1b5cc0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d952df5b-6004-4a26-91d2-3189fd1b5cc0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050971486219339404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404205097148621933940420509714862193394042050971486219339404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ead483-0dad-476e-b98f-0be456a3816f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5448d830-ff3a-4353-a76d-77ddc9a23ae2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5448d830-ff3a-4353-a76d-77ddc9a23ae2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11015016790224580671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671110150167902245806711101501679022458067111015016790224580671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d952df5b-6004-4a26-91d2-3189fd1b5cc0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dab53c1-0ffd-4ace-81c5-8f75af4faa2e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dab53c1-0ffd-4ace-81c5-8f75af4faa2e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18318454239070982041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041183184542390709820411831845423907098204118318454239070982041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5448d830-ff3a-4353-a76d-77ddc9a23ae2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07298054-ac06-463b-ba25-9ccf82f469ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07298054-ac06-463b-ba25-9ccf82f469ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15227489406161617918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918152274894061616179181522748940616161791815227489406161617918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dab53c1-0ffd-4ace-81c5-8f75af4faa2e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07298054-ac06-463b-ba25-9ccf82f469ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3788388-d0b0-46b5-b3b7-48fa267cc6da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3788388-d0b0-46b5-b3b7-48fa267cc6da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15718932883814732443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443157189328838147324431571893288381473244315718932883814732443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52fbc0f5-c064-42d7-b782-ebb579e1f001, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fbc0f5-c064-42d7-b782-ebb579e1f001, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8728829174523731810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810872882917452373181087288291745237318108728829174523731810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3788388-d0b0-46b5-b3b7-48fa267cc6da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11ab2232-5e5e-46bd-9e54-2395b1999e19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ab2232-5e5e-46bd-9e54-2395b1999e19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18061021720108532214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214180610217201085322141806102172010853221418061021720108532214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fbc0f5-c064-42d7-b782-ebb579e1f001, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b8ad7f8-abad-49bc-a9c2-f1359e8d1e37, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8ad7f8-abad-49bc-a9c2-f1359e8d1e37, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7152257351182549928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928715225735118254992871522573511825499287152257351182549928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8ad7f8-abad-49bc-a9c2-f1359e8d1e37, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abe9ec24-0d9e-4331-8a14-990b731d514a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ab2232-5e5e-46bd-9e54-2395b1999e19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 125174d4-03bf-476d-a5ce-5ed9b7d91c35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125174d4-03bf-476d-a5ce-5ed9b7d91c35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16699489024076684175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175166994890240766841751669948902407668417516699489024076684175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abe9ec24-0d9e-4331-8a14-990b731d514a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16302755976895102399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399163027559768951023991630275597689510239916302755976895102399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125174d4-03bf-476d-a5ce-5ed9b7d91c35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa978ac-bb87-48b1-a9a1-52ebb2c9dfcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa978ac-bb87-48b1-a9a1-52ebb2c9dfcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11892862110626874564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564118928621106268745641189286211062687456411892862110626874564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abe9ec24-0d9e-4331-8a14-990b731d514a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8552b0e3-ed92-463c-8733-290db2209350, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8552b0e3-ed92-463c-8733-290db2209350, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1359241484512407087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087135924148451240708713592414845124070871359241484512407087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa978ac-bb87-48b1-a9a1-52ebb2c9dfcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ea2eb6d-1231-4197-a466-025d4a18c978, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ea2eb6d-1231-4197-a466-025d4a18c978, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10308178681422052567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567103081786814220525671030817868142205256710308178681422052567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8552b0e3-ed92-463c-8733-290db2209350, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e50758a-0fb4-480e-828a-5f4e9301ba9e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e50758a-0fb4-480e-828a-5f4e9301ba9e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6641405631218831364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364664140563121883136466414056312188313646641405631218831364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ea2eb6d-1231-4197-a466-025d4a18c978, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f942ba0b-cf22-4f2f-8e4e-5271244d8b75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f942ba0b-cf22-4f2f-8e4e-5271244d8b75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15286025737548954694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694152860257375489546941528602573754895469415286025737548954694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e50758a-0fb4-480e-828a-5f4e9301ba9e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3dec61d-176a-452c-881f-ab14d324599f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3dec61d-176a-452c-881f-ab14d324599f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17892083009708525254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254178920830097085252541789208300970852525417892083009708525254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f942ba0b-cf22-4f2f-8e4e-5271244d8b75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68e3ac06-ca65-4d1a-a283-f4d791c29af4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68e3ac06-ca65-4d1a-a283-f4d791c29af4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 239690659252743440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440239690659252743440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3dec61d-176a-452c-881f-ab14d324599f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 481ec166-f8d8-4d2a-afd1-2ea07cb195db, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 481ec166-f8d8-4d2a-afd1-2ea07cb195db, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8357278294117517035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035835727829411751703583572782941175170358357278294117517035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68e3ac06-ca65-4d1a-a283-f4d791c29af4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7160ff6-40a5-402f-91a7-a1c454882a0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7160ff6-40a5-402f-91a7-a1c454882a0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082052259880216732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732908205225988021673290820522598802167329082052259880216732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 481ec166-f8d8-4d2a-afd1-2ea07cb195db, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1074df9a-7b04-40e7-ac63-03c3fb3db22b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1074df9a-7b04-40e7-ac63-03c3fb3db22b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2432501763753493638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638243250176375349363824325017637534936382432501763753493638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7160ff6-40a5-402f-91a7-a1c454882a0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec616c1b-0ac9-4542-8e0d-0950970b86e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec616c1b-0ac9-4542-8e0d-0950970b86e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3808570172752047907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907380857017275204790738085701727520479073808570172752047907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1074df9a-7b04-40e7-ac63-03c3fb3db22b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7564640-38a3-4a75-abb0-6c95a9736776, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7564640-38a3-4a75-abb0-6c95a9736776, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7106061944828347082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082710606194482834708271060619448283470827106061944828347082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec616c1b-0ac9-4542-8e0d-0950970b86e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34938ef8-63e7-4b02-835f-9dd49ae36d1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34938ef8-63e7-4b02-835f-9dd49ae36d1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1467572534309544765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765146757253430954476514675725343095447651467572534309544765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34938ef8-63e7-4b02-835f-9dd49ae36d1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1cf5bb7-227a-41bb-84f4-5ccfd9c6c702, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1cf5bb7-227a-41bb-84f4-5ccfd9c6c702, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14027459809167449288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288140274598091674492881402745980916744928814027459809167449288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7564640-38a3-4a75-abb0-6c95a9736776, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2753573f-9f30-4688-8f81-7bd87459760c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2753573f-9f30-4688-8f81-7bd87459760c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9131982601052319978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978913198260105231997891319826010523199789131982601052319978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1cf5bb7-227a-41bb-84f4-5ccfd9c6c702, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48c90ff7-c06e-4363-a78d-9fcb05df8c06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c90ff7-c06e-4363-a78d-9fcb05df8c06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3678506731200876208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208367850673120087620836785067312008762083678506731200876208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2753573f-9f30-4688-8f81-7bd87459760c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0acf252-b686-4faf-a761-40e832b80a5a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0acf252-b686-4faf-a761-40e832b80a5a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10582195762647950940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940105821957626479509401058219576264795094010582195762647950940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c90ff7-c06e-4363-a78d-9fcb05df8c06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1d59912-af8c-4af7-b002-88125863cde6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0acf252-b686-4faf-a761-40e832b80a5a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a22abb2c-41ac-445d-970b-93c45bcadc1f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1d59912-af8c-4af7-b002-88125863cde6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3708020040345001985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985370802004034500198537080200403450019853708020040345001985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a22abb2c-41ac-445d-970b-93c45bcadc1f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17130028812204531704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704171300288122045317041713002881220453170417130028812204531704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a22abb2c-41ac-445d-970b-93c45bcadc1f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 263e40cf-3013-4819-ac30-7b9b83e99f17, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 263e40cf-3013-4819-ac30-7b9b83e99f17, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13425997374997897857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857134259973749978978571342599737499789785713425997374997897857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1d59912-af8c-4af7-b002-88125863cde6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bafb89d-db1d-415d-ad70-9e07e328fff8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bafb89d-db1d-415d-ad70-9e07e328fff8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5845370160415446166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166584537016041544616658453701604154461665845370160415446166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 263e40cf-3013-4819-ac30-7b9b83e99f17, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01b8735e-fb44-41db-ae7d-804a8bf56113, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01b8735e-fb44-41db-ae7d-804a8bf56113, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4441307085916537433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433444130708591653743344413070859165374334441307085916537433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bafb89d-db1d-415d-ad70-9e07e328fff8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de83bbb7-28ca-402c-9af3-b724dadca47a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de83bbb7-28ca-402c-9af3-b724dadca47a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9648666329108865001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001964866632910886500196486663291088650019648666329108865001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01b8735e-fb44-41db-ae7d-804a8bf56113, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 665c5b85-ec62-4067-874b-587f02ce44ef, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665c5b85-ec62-4067-874b-587f02ce44ef, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344542612952171002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002183445426129521710021834454261295217100218344542612952171002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de83bbb7-28ca-402c-9af3-b724dadca47a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 502ef138-e254-40ce-95aa-f5656db4c5b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 502ef138-e254-40ce-95aa-f5656db4c5b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 671359315354444998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998671359315354444998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665c5b85-ec62-4067-874b-587f02ce44ef, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 806a04f1-c5bf-4539-aac4-ecc2adccc66e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 806a04f1-c5bf-4539-aac4-ecc2adccc66e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1689158262770245124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124168915826277024512416891582627702451241689158262770245124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 502ef138-e254-40ce-95aa-f5656db4c5b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20dc52fa-b88d-4c6c-921c-de79f5b7fb8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20dc52fa-b88d-4c6c-921c-de79f5b7fb8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5189229143950608904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904518922914395060890451892291439506089045189229143950608904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 806a04f1-c5bf-4539-aac4-ecc2adccc66e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28bd1aa6-b56b-4c14-a6a0-8a8731b0ead5, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28bd1aa6-b56b-4c14-a6a0-8a8731b0ead5, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12515673054903986509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509125156730549039865091251567305490398650912515673054903986509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20dc52fa-b88d-4c6c-921c-de79f5b7fb8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e05aacb9-35af-4221-bf9c-620641835165, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05aacb9-35af-4221-bf9c-620641835165, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14306382772940989749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749143063827729409897491430638277294098974914306382772940989749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28bd1aa6-b56b-4c14-a6a0-8a8731b0ead5, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea5dba1a-f772-4416-b6c6-ec4447936f53, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5dba1a-f772-4416-b6c6-ec4447936f53, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16814604452800265051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051168146044528002650511681460445280026505116814604452800265051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05aacb9-35af-4221-bf9c-620641835165, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16f77511-be11-4650-9dc7-a870cb95cbc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f77511-be11-4650-9dc7-a870cb95cbc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15361057638258810740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740153610576382588107401536105763825881074015361057638258810740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5dba1a-f772-4416-b6c6-ec4447936f53, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7961faeb-d786-41e7-aebe-35d4e9853927, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7961faeb-d786-41e7-aebe-35d4e9853927, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5451177167794476398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398545117716779447639854511771677944763985451177167794476398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f77511-be11-4650-9dc7-a870cb95cbc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25381423-b410-4d3b-bf14-c600fb467147, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25381423-b410-4d3b-bf14-c600fb467147, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12650822607221692374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374126508226072216923741265082260722169237412650822607221692374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7961faeb-d786-41e7-aebe-35d4e9853927, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5fdc062-f18c-4f1d-8927-34441f471dbd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25381423-b410-4d3b-bf14-c600fb467147, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7107c6ab-5cec-4167-b4f4-a955acde5546, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7107c6ab-5cec-4167-b4f4-a955acde5546, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17735304528621539005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005177353045286215390051773530452862153900517735304528621539005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5fdc062-f18c-4f1d-8927-34441f471dbd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4057903636431233782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782405790363643123378240579036364312337824057903636431233782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7107c6ab-5cec-4167-b4f4-a955acde5546, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 841b2d60-68d5-4fbd-991f-99c7e6ca4caf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 841b2d60-68d5-4fbd-991f-99c7e6ca4caf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6226752443541958771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771622675244354195877162267524435419587716226752443541958771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5fdc062-f18c-4f1d-8927-34441f471dbd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 345147da-ee6c-4789-8056-b084a5c797a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345147da-ee6c-4789-8056-b084a5c797a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2316260514758619987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987231626051475861998723162605147586199872316260514758619987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345147da-ee6c-4789-8056-b084a5c797a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 348b93ee-3def-4d0a-a8a7-fa51330ac657, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348b93ee-3def-4d0a-a8a7-fa51330ac657, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18068578507018849186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186180685785070188491861806857850701884918618068578507018849186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 841b2d60-68d5-4fbd-991f-99c7e6ca4caf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a8ec7a0-2e87-4eff-992c-0b37bf550e17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a8ec7a0-2e87-4eff-992c-0b37bf550e17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7812759570641245132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132781275957064124513278127595706412451327812759570641245132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348b93ee-3def-4d0a-a8a7-fa51330ac657, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60f7df3b-69e6-4e14-81a1-f88a49287715, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60f7df3b-69e6-4e14-81a1-f88a49287715, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10123272289161396283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283101232722891613962831012327228916139628310123272289161396283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a8ec7a0-2e87-4eff-992c-0b37bf550e17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a28a48-e9fe-4bc2-8060-6def82c5e575, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a28a48-e9fe-4bc2-8060-6def82c5e575, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 624103022172109817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817624103022172109817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60f7df3b-69e6-4e14-81a1-f88a49287715, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d54a21f1-8fc0-4df9-b6b7-535ad8a42f47, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a28a48-e9fe-4bc2-8060-6def82c5e575, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 916f6135-c64d-4452-a326-b83fb1d039b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916f6135-c64d-4452-a326-b83fb1d039b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7061284061726740434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434706128406172674043470612840617267404347061284061726740434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54a21f1-8fc0-4df9-b6b7-535ad8a42f47, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1318753338602711465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465131875333860271146513187533386027114651318753338602711465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916f6135-c64d-4452-a326-b83fb1d039b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0f2aa47-221a-46cd-a3b0-f755fb2f6873, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0f2aa47-221a-46cd-a3b0-f755fb2f6873, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5190231660575479307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307519023166057547930751902316605754793075190231660575479307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54a21f1-8fc0-4df9-b6b7-535ad8a42f47, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65b92bac-4d3f-455f-bcda-8be5f760d11c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65b92bac-4d3f-455f-bcda-8be5f760d11c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2284152237138679514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514228415223713867951422841522371386795142284152237138679514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0f2aa47-221a-46cd-a3b0-f755fb2f6873, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a47ec27-c508-45d4-b791-09ead3e05b09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a47ec27-c508-45d4-b791-09ead3e05b09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4665264005827598382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382466526400582759838246652640058275983824665264005827598382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65b92bac-4d3f-455f-bcda-8be5f760d11c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5fb1b93-6e86-43bd-b71d-4ee960821025, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5fb1b93-6e86-43bd-b71d-4ee960821025, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9717840976860520563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563971784097686052056397178409768605205639717840976860520563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a47ec27-c508-45d4-b791-09ead3e05b09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b62eb97a-25ac-478a-b535-3397ed5dce71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b62eb97a-25ac-478a-b535-3397ed5dce71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17137974504857682700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700171379745048576827001713797450485768270017137974504857682700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b62eb97a-25ac-478a-b535-3397ed5dce71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7a436b2-7117-48e0-ae94-cdf2125b5b33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a436b2-7117-48e0-ae94-cdf2125b5b33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9342471103134427630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630934247110313442763093424711031344276309342471103134427630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5fb1b93-6e86-43bd-b71d-4ee960821025, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53478ad7-7db7-4057-a125-f5e9f8b759ec, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53478ad7-7db7-4057-a125-f5e9f8b759ec, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11352255942010467023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023113522559420104670231135225594201046702311352255942010467023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a436b2-7117-48e0-ae94-cdf2125b5b33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02201a29-bf78-4e2f-ba8e-d93532e5000b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53478ad7-7db7-4057-a125-f5e9f8b759ec, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56956ddf-4e70-47e7-b282-e1575dd541a7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56956ddf-4e70-47e7-b282-e1575dd541a7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13800003961575538235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235138000039615755382351380000396157553823513800003961575538235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02201a29-bf78-4e2f-ba8e-d93532e5000b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 30075262513640740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3007526251364074030075262513640740300752625136407403007526251364074030075262513640740300752625136407403007526251364074030075262513640740300752625136407403007526251364074030075262513640740300752625136407403007526251364074030075262513640740300752625136407403007526251364074030075262513640740300752625136407403007526251364074030075262513640740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56956ddf-4e70-47e7-b282-e1575dd541a7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee814a32-1640-4014-b4da-d67aadefdfb6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee814a32-1640-4014-b4da-d67aadefdfb6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3923959939033580840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840392395993903358084039239599390335808403923959939033580840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02201a29-bf78-4e2f-ba8e-d93532e5000b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8592b60-8f02-44f3-bbdb-d54738784cf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8592b60-8f02-44f3-bbdb-d54738784cf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4910014331315676645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645491001433131567664549100143313156766454910014331315676645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee814a32-1640-4014-b4da-d67aadefdfb6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fb807fa-dc42-4d00-98fe-759daca48610, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb807fa-dc42-4d00-98fe-759daca48610, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16801738383620539523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523168017383836205395231680173838362053952316801738383620539523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8592b60-8f02-44f3-bbdb-d54738784cf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe848ee9-4abc-453d-8415-1c28bd015dda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe848ee9-4abc-453d-8415-1c28bd015dda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1254432209815022673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673125443220981502267312544322098150226731254432209815022673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb807fa-dc42-4d00-98fe-759daca48610, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5b017fe-8711-4057-aea0-36317015041e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe848ee9-4abc-453d-8415-1c28bd015dda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b017fe-8711-4057-aea0-36317015041e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11256497872130909154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154112564978721309091541125649787213090915411256497872130909154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434d0193-223c-470a-9f69-b1d0dd2c0152, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434d0193-223c-470a-9f69-b1d0dd2c0152, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1724732366127582252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252172473236612758225217247323661275822521724732366127582252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b017fe-8711-4057-aea0-36317015041e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f15eb22e-7bc3-4fa0-b207-1b065cc9aa61, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f15eb22e-7bc3-4fa0-b207-1b065cc9aa61, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13651668304371813231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231136516683043718132311365166830437181323113651668304371813231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434d0193-223c-470a-9f69-b1d0dd2c0152, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90c272bd-6877-47bf-acbb-3e98dfa8354f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90c272bd-6877-47bf-acbb-3e98dfa8354f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 694105969444312784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784694105969444312784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90c272bd-6877-47bf-acbb-3e98dfa8354f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0ccae2e-7ad1-4b68-8e18-e7532b33b7c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ccae2e-7ad1-4b68-8e18-e7532b33b7c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6552966127135246530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530655296612713524653065529661271352465306552966127135246530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f15eb22e-7bc3-4fa0-b207-1b065cc9aa61, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8feefa28-d0bf-4eb1-948a-247f7502452e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8feefa28-d0bf-4eb1-948a-247f7502452e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14335874052316890006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006143358740523168900061433587405231689000614335874052316890006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ccae2e-7ad1-4b68-8e18-e7532b33b7c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 377f7f87-197a-442b-8a3b-ccb05c83068a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 377f7f87-197a-442b-8a3b-ccb05c83068a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9597615293849153287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287959761529384915328795976152938491532879597615293849153287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 377f7f87-197a-442b-8a3b-ccb05c83068a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a58bac61-743a-47b2-b284-ce1096bb821c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8feefa28-d0bf-4eb1-948a-247f7502452e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5369928-8ad1-4754-9090-36ff3e05d609, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5369928-8ad1-4754-9090-36ff3e05d609, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11948202306336707920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920119482023063367079201194820230633670792011948202306336707920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a58bac61-743a-47b2-b284-ce1096bb821c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13127435994071723789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789131274359940717237891312743599407172378913127435994071723789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a58bac61-743a-47b2-b284-ce1096bb821c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e09deb8e-0968-41ca-a931-4b292be6967b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5369928-8ad1-4754-9090-36ff3e05d609, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 804b9c9a-a0d6-4f3d-8662-00c854dc81d3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e09deb8e-0968-41ca-a931-4b292be6967b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 402215275335603624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624402215275335603624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 804b9c9a-a0d6-4f3d-8662-00c854dc81d3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4318270002508556041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041431827000250855604143182700025085560414318270002508556041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e09deb8e-0968-41ca-a931-4b292be6967b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 804b9c9a-a0d6-4f3d-8662-00c854dc81d3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de7c15e9-a5d9-49c6-8b99-412d4a67942d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de7c15e9-a5d9-49c6-8b99-412d4a67942d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16493250368591685270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270164932503685916852701649325036859168527016493250368591685270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d61d4129-f9cc-4966-b17b-334beed493b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d61d4129-f9cc-4966-b17b-334beed493b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9307652917404725568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568930765291740472556893076529174047255689307652917404725568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de7c15e9-a5d9-49c6-8b99-412d4a67942d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a32af58-933a-42db-9db1-2b5d23d86b6f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a32af58-933a-42db-9db1-2b5d23d86b6f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1138297508861281248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248113829750886128124811382975088612812481138297508861281248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d61d4129-f9cc-4966-b17b-334beed493b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47a95465-2da2-4e0f-9880-9deba612a51d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47a95465-2da2-4e0f-9880-9deba612a51d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2185621186567533232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232218562118656753323221856211865675332322185621186567533232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a32af58-933a-42db-9db1-2b5d23d86b6f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d89d6a8-3df5-4633-8749-fd225d368a53, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d89d6a8-3df5-4633-8749-fd225d368a53, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2439762901041117976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976243976290104111797624397629010411179762439762901041117976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47a95465-2da2-4e0f-9880-9deba612a51d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfa7f65a-8739-4f66-8fa1-8970bcb064b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa7f65a-8739-4f66-8fa1-8970bcb064b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7832689940801555690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690783268994080155569078326899408015556907832689940801555690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d89d6a8-3df5-4633-8749-fd225d368a53, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc777a37-06a5-4873-ae01-973893b8f31f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc777a37-06a5-4873-ae01-973893b8f31f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2520284332963154337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337252028433296315433725202843329631543372520284332963154337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa7f65a-8739-4f66-8fa1-8970bcb064b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4746197c-9cc8-4cbe-a954-1a2995c439aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4746197c-9cc8-4cbe-a954-1a2995c439aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14994370710034092546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546149943707100340925461499437071003409254614994370710034092546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc777a37-06a5-4873-ae01-973893b8f31f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 762db414-74c2-4f6d-b74a-85e838fdd640, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 762db414-74c2-4f6d-b74a-85e838fdd640, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14613628786422684869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869146136287864226848691461362878642268486914613628786422684869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4746197c-9cc8-4cbe-a954-1a2995c439aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd72a05c-3c5a-4bfa-8921-3045aa935251, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd72a05c-3c5a-4bfa-8921-3045aa935251, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14740739518358274502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502147407395183582745021474073951835827450214740739518358274502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 762db414-74c2-4f6d-b74a-85e838fdd640, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ea640d-4f83-435b-941f-e83d7e1b0c1d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ea640d-4f83-435b-941f-e83d7e1b0c1d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11025845168630467490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490110258451686304674901102584516863046749011025845168630467490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd72a05c-3c5a-4bfa-8921-3045aa935251, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 064b2847-89c3-4336-ba93-b3261ba1e5c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 064b2847-89c3-4336-ba93-b3261ba1e5c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17701002013982455734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734177010020139824557341770100201398245573417701002013982455734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ea640d-4f83-435b-941f-e83d7e1b0c1d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7227a179-a83e-4699-baed-96b1ccd57954, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7227a179-a83e-4699-baed-96b1ccd57954, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 383320254163776226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226383320254163776226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 064b2847-89c3-4336-ba93-b3261ba1e5c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7227a179-a83e-4699-baed-96b1ccd57954, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2b7cb1e-d1b9-4eee-8dad-a373036057ed, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2b7cb1e-d1b9-4eee-8dad-a373036057ed, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5110726825923363230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230511072682592336323051107268259233632305110726825923363230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9429273d-eba5-4b85-aae5-7242e0cf6ce7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9429273d-eba5-4b85-aae5-7242e0cf6ce7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8354990963032853565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565835499096303285356583549909630328535658354990963032853565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9429273d-eba5-4b85-aae5-7242e0cf6ce7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31a83ad4-790d-4af0-aa4a-424c607526a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a83ad4-790d-4af0-aa4a-424c607526a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14759735274727202985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985147597352747272029851475973527472720298514759735274727202985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2b7cb1e-d1b9-4eee-8dad-a373036057ed, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94411063-8990-4397-962e-eb187e2a7e41, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a83ad4-790d-4af0-aa4a-424c607526a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4194d44-e461-436b-871c-272de77f0833, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4194d44-e461-436b-871c-272de77f0833, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10617440485791924132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132106174404857919241321061744048579192413210617440485791924132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94411063-8990-4397-962e-eb187e2a7e41, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12462048719332507085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085124620487193325070851246204871933250708512462048719332507085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94411063-8990-4397-962e-eb187e2a7e41, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 184b54bc-7a8a-4c40-84cc-13fe689680cf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4194d44-e461-436b-871c-272de77f0833, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64220a8d-ca89-4341-b8d5-6a31ea74ae61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64220a8d-ca89-4341-b8d5-6a31ea74ae61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16144585873686604043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043161445858736866040431614458587368660404316144585873686604043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 184b54bc-7a8a-4c40-84cc-13fe689680cf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6547086088069790920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920654708608806979092065470860880697909206547086088069790920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64220a8d-ca89-4341-b8d5-6a31ea74ae61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f762cbb-8d75-4024-a291-ea5992cdb5aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 184b54bc-7a8a-4c40-84cc-13fe689680cf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53df6e14-a077-42e9-aa1a-fa5b2b4614db, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f762cbb-8d75-4024-a291-ea5992cdb5aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2813584876102054190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190281358487610205419028135848761020541902813584876102054190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53df6e14-a077-42e9-aa1a-fa5b2b4614db, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9781958263266420173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173978195826326642017397819582632664201739781958263266420173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f762cbb-8d75-4024-a291-ea5992cdb5aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8915cd40-dd98-4502-907b-42d4ec4ca79f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8915cd40-dd98-4502-907b-42d4ec4ca79f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3671922300528934078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078367192230052893407836719223005289340783671922300528934078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53df6e14-a077-42e9-aa1a-fa5b2b4614db, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e34f0b0-00bc-4fdb-93c5-f0cd29ecfe23, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8915cd40-dd98-4502-907b-42d4ec4ca79f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e34f0b0-00bc-4fdb-93c5-f0cd29ecfe23, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 558666833729558511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511558666833729558511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8e9ab48-7aba-45c3-861e-2c99c8b9156a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e34f0b0-00bc-4fdb-93c5-f0cd29ecfe23, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46285221-c5a8-43ce-a9e1-51c087e65a23, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e9ab48-7aba-45c3-861e-2c99c8b9156a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16992133332591663473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473169921333325916634731699213333259166347316992133332591663473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46285221-c5a8-43ce-a9e1-51c087e65a23, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6003330948578238685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685600333094857823868560033309485782386856003330948578238685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e9ab48-7aba-45c3-861e-2c99c8b9156a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1677ba23-0f29-4b24-bdb4-6331f523ba37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46285221-c5a8-43ce-a9e1-51c087e65a23, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, babbab06-5adc-4438-be53-fda721524781, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1677ba23-0f29-4b24-bdb4-6331f523ba37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 391425862832550052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052391425862832550052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, babbab06-5adc-4438-be53-fda721524781, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11653405169487812273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273116534051694878122731165340516948781227311653405169487812273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1677ba23-0f29-4b24-bdb4-6331f523ba37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1628e4d-a0d7-4405-88b8-91127fd9403e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1628e4d-a0d7-4405-88b8-91127fd9403e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1340611148336254322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322134061114833625432213406111483362543221340611148336254322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, babbab06-5adc-4438-be53-fda721524781, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cbfa171-93e9-4a99-b2c0-ffc34989894e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cbfa171-93e9-4a99-b2c0-ffc34989894e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 270784012279012232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232270784012279012232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1628e4d-a0d7-4405-88b8-91127fd9403e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab1a9d1c-af2f-4d33-bb12-8fd6fedba881, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1a9d1c-af2f-4d33-bb12-8fd6fedba881, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15159568272520418548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548151595682725204185481515956827252041854815159568272520418548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cbfa171-93e9-4a99-b2c0-ffc34989894e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6767de93-f5b2-4d25-8644-d4b58635bad4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6767de93-f5b2-4d25-8644-d4b58635bad4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2812655555248195731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731281265555524819573128126555552481957312812655555248195731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1a9d1c-af2f-4d33-bb12-8fd6fedba881, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5da49f87-6140-4e52-8b50-a81cf198f8ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5da49f87-6140-4e52-8b50-a81cf198f8ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15984438117705307119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119159844381177053071191598443811770530711915984438117705307119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6767de93-f5b2-4d25-8644-d4b58635bad4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abf6857a-298e-4ecf-b1b4-279af5b39881, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf6857a-298e-4ecf-b1b4-279af5b39881, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16441359822042058876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876164413598220420588761644135982204205887616441359822042058876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5da49f87-6140-4e52-8b50-a81cf198f8ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c67e2b1-9aab-469f-9726-4ba86954ac0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c67e2b1-9aab-469f-9726-4ba86954ac0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5307491543421198749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749530749154342119874953074915434211987495307491543421198749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf6857a-298e-4ecf-b1b4-279af5b39881, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0961b03-023f-476c-a21b-da88852b0e4e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0961b03-023f-476c-a21b-da88852b0e4e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16415461285389422812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812164154612853894228121641546128538942281216415461285389422812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0961b03-023f-476c-a21b-da88852b0e4e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e916b28-60cd-44da-bbb3-9a9876158ac8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e916b28-60cd-44da-bbb3-9a9876158ac8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7548428918755026745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745754842891875502674575484289187550267457548428918755026745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c67e2b1-9aab-469f-9726-4ba86954ac0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c3875f2-11cf-43c4-a178-c27be9195d9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3875f2-11cf-43c4-a178-c27be9195d9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4665217060214765584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584466521706021476558446652170602147655844665217060214765584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e916b28-60cd-44da-bbb3-9a9876158ac8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1ca0af-3153-4868-b23e-f4c54eeb1583, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1ca0af-3153-4868-b23e-f4c54eeb1583, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2257744624813189947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947225774462481318994722577446248131899472257744624813189947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3875f2-11cf-43c4-a178-c27be9195d9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e04568f-a561-4154-b584-37c8f4fb06d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e04568f-a561-4154-b584-37c8f4fb06d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18290839949586030168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168182908399495860301681829083994958603016818290839949586030168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1ca0af-3153-4868-b23e-f4c54eeb1583, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00cb0d11-394e-439c-8851-6886515de7ba, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00cb0d11-394e-439c-8851-6886515de7ba, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16419346922959337846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846164193469229593378461641934692295933784616419346922959337846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00cb0d11-394e-439c-8851-6886515de7ba, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24d25310-c5da-4379-acc4-44ca0f5c02e6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d25310-c5da-4379-acc4-44ca0f5c02e6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8919332563449401515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515891933256344940151589193325634494015158919332563449401515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e04568f-a561-4154-b584-37c8f4fb06d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6827981c-a951-4f23-aeaf-418969318862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6827981c-a951-4f23-aeaf-418969318862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11793999282356543554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554117939992823565435541179399928235654355411793999282356543554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d25310-c5da-4379-acc4-44ca0f5c02e6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7a05a5-1e6f-491b-9f15-40b5d24c63a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7a05a5-1e6f-491b-9f15-40b5d24c63a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13778677869684767068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068137786778696847670681377867786968476706813778677869684767068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6827981c-a951-4f23-aeaf-418969318862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4fd4a49-9976-4ac2-9352-717a093dc591, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4fd4a49-9976-4ac2-9352-717a093dc591, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17576113830842576981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981175761138308425769811757611383084257698117576113830842576981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7a05a5-1e6f-491b-9f15-40b5d24c63a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e397e383-feab-44dd-aef0-ba6588ad05a1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e397e383-feab-44dd-aef0-ba6588ad05a1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5740505037184536529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529574050503718453652957405050371845365295740505037184536529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4fd4a49-9976-4ac2-9352-717a093dc591, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95db5a10-5de3-48f9-853b-fa2318339d4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95db5a10-5de3-48f9-853b-fa2318339d4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16695657919420865223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223166956579194208652231669565791942086522316695657919420865223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e397e383-feab-44dd-aef0-ba6588ad05a1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35b9432a-e581-4b24-a995-375bb63505b6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b9432a-e581-4b24-a995-375bb63505b6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14695205724043947376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376146952057240439473761469520572404394737614695205724043947376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95db5a10-5de3-48f9-853b-fa2318339d4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1814a522-59dc-4b5b-9233-5154fa8ffc9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1814a522-59dc-4b5b-9233-5154fa8ffc9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13566488295589318805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805135664882955893188051356648829558931880513566488295589318805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b9432a-e581-4b24-a995-375bb63505b6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfef999d-7e44-426f-9752-89fc7f1053ac, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfef999d-7e44-426f-9752-89fc7f1053ac, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1728160086717279234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234172816008671727923417281600867172792341728160086717279234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1814a522-59dc-4b5b-9233-5154fa8ffc9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eceedc4-f0a8-47a3-b8b7-b055eb0460b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eceedc4-f0a8-47a3-b8b7-b055eb0460b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15735039445306279244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244157350394453062792441573503944530627924415735039445306279244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfef999d-7e44-426f-9752-89fc7f1053ac, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b4c241c-f877-40ca-9021-a839957f0644, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b4c241c-f877-40ca-9021-a839957f0644, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8995507703909669651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651899550770390966965189955077039096696518995507703909669651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eceedc4-f0a8-47a3-b8b7-b055eb0460b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e70641ce-19cd-4aae-8cc1-fcab26a13348, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70641ce-19cd-4aae-8cc1-fcab26a13348, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4269004251127272355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355426900425112727235542690042511272723554269004251127272355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b4c241c-f877-40ca-9021-a839957f0644, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7819110-6b9d-4ead-bdda-2b961f695ebc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7819110-6b9d-4ead-bdda-2b961f695ebc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8909100215227651895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895890910021522765189589091002152276518958909100215227651895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70641ce-19cd-4aae-8cc1-fcab26a13348, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c503f921-dcaf-4945-b9ab-fd3b94e5f13e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c503f921-dcaf-4945-b9ab-fd3b94e5f13e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8746901571004798745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745874690157100479874587469015710047987458746901571004798745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c503f921-dcaf-4945-b9ab-fd3b94e5f13e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb73d209-4327-4220-877e-7c5d1c11dff4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7819110-6b9d-4ead-bdda-2b961f695ebc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb73d209-4327-4220-877e-7c5d1c11dff4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10093048445245565038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038100930484452455650381009304844524556503810093048445245565038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e37787-28aa-48d9-bd31-de1f2e977ae9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e37787-28aa-48d9-bd31-de1f2e977ae9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11344414784752312788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788113444147847523127881134441478475231278811344414784752312788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb73d209-4327-4220-877e-7c5d1c11dff4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac3d62df-3156-4f22-95d5-be95f9ec065a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac3d62df-3156-4f22-95d5-be95f9ec065a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13275688870772090722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722132756888707720907221327568887077209072213275688870772090722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e37787-28aa-48d9-bd31-de1f2e977ae9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32efce1a-f80d-427d-aa13-8e5b156678a2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32efce1a-f80d-427d-aa13-8e5b156678a2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16279620766723435738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738162796207667234357381627962076672343573816279620766723435738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac3d62df-3156-4f22-95d5-be95f9ec065a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b173eaa0-40e9-49f6-ac99-aeda7a165d94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b173eaa0-40e9-49f6-ac99-aeda7a165d94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10213483262839394116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116102134832628393941161021348326283939411610213483262839394116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32efce1a-f80d-427d-aa13-8e5b156678a2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b2bed4-1676-40ad-877c-ab3a5e7b7fe7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b2bed4-1676-40ad-877c-ab3a5e7b7fe7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2406998177868371802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802240699817786837180224069981778683718022406998177868371802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b173eaa0-40e9-49f6-ac99-aeda7a165d94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90d5ed38-9df8-4abe-8da1-6bbd20536db6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d5ed38-9df8-4abe-8da1-6bbd20536db6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16657569276439264667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667166575692764392646671665756927643926466716657569276439264667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b2bed4-1676-40ad-877c-ab3a5e7b7fe7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed84e867-816b-4a54-b76c-dac71c2216b1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed84e867-816b-4a54-b76c-dac71c2216b1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12819604053311685366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366128196040533116853661281960405331168536612819604053311685366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d5ed38-9df8-4abe-8da1-6bbd20536db6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82bf1319-b7ee-46b2-96d7-ef6f0e9fc9db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bf1319-b7ee-46b2-96d7-ef6f0e9fc9db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16641071934485916452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452166410719344859164521664107193448591645216641071934485916452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bf1319-b7ee-46b2-96d7-ef6f0e9fc9db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5a59360-9188-4119-80f1-7f84970dcac2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a59360-9188-4119-80f1-7f84970dcac2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9171913882400186998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998917191388240018699891719138824001869989171913882400186998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed84e867-816b-4a54-b76c-dac71c2216b1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9a7454e-06c6-4e4d-b54e-e22bef7a4d8f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a7454e-06c6-4e4d-b54e-e22bef7a4d8f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611743785769372187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187166117437857693721871661174378576937218716611743785769372187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a59360-9188-4119-80f1-7f84970dcac2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a3534a0-9191-4917-b4e7-b11e20912450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a3534a0-9191-4917-b4e7-b11e20912450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12703513842754501598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598127035138427545015981270351384275450159812703513842754501598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a7454e-06c6-4e4d-b54e-e22bef7a4d8f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de90d696-914f-448c-b7b9-6a420b56fd05, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de90d696-914f-448c-b7b9-6a420b56fd05, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7678292794613387683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683767829279461338768376782927946133876837678292794613387683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a3534a0-9191-4917-b4e7-b11e20912450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e38e98a-e9a9-41a2-89a5-0a1975e59131, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e38e98a-e9a9-41a2-89a5-0a1975e59131, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5572273786342384639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639557227378634238463955722737863423846395572273786342384639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de90d696-914f-448c-b7b9-6a420b56fd05, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e203d9-1afc-490f-8985-ad9be2a74bd3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e203d9-1afc-490f-8985-ad9be2a74bd3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7409510325537445253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253740951032553744525374095103255374452537409510325537445253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e38e98a-e9a9-41a2-89a5-0a1975e59131, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a82982cc-8742-42be-a2ed-c4f72e0b6797, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82982cc-8742-42be-a2ed-c4f72e0b6797, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680775472219587812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812268077547221958781226807754722195878122680775472219587812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e203d9-1afc-490f-8985-ad9be2a74bd3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81da3a50-6a78-4124-b746-47c8f33335e6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81da3a50-6a78-4124-b746-47c8f33335e6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13656301281899832347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347136563012818998323471365630128189983234713656301281899832347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82982cc-8742-42be-a2ed-c4f72e0b6797, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c502fc4d-8855-45d4-8dfe-66c507900a3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c502fc4d-8855-45d4-8dfe-66c507900a3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17026129712664670953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953170261297126646709531702612971266467095317026129712664670953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81da3a50-6a78-4124-b746-47c8f33335e6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42c26229-77b0-456f-bf64-1f9a10af45e3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42c26229-77b0-456f-bf64-1f9a10af45e3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1394375916750852470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470139437591675085247013943759167508524701394375916750852470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c502fc4d-8855-45d4-8dfe-66c507900a3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f94ff02a-319f-40b8-9be1-fa12e2df286d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42c26229-77b0-456f-bf64-1f9a10af45e3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f94ff02a-319f-40b8-9be1-fa12e2df286d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3312672974793142311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311331267297479314231133126729747931423113312672974793142311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f839faf-3bff-4aa3-abec-a27a8fde235c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f839faf-3bff-4aa3-abec-a27a8fde235c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12312325457479082279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279123123254574790822791231232545747908227912312325457479082279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f94ff02a-319f-40b8-9be1-fa12e2df286d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e86fcf0-1aca-4824-8d3e-413e9de8cc2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e86fcf0-1aca-4824-8d3e-413e9de8cc2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11891616485032481362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362118916164850324813621189161648503248136211891616485032481362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f839faf-3bff-4aa3-abec-a27a8fde235c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30ec99ae-2383-4eab-bc41-744d59ecb5ec, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ec99ae-2383-4eab-bc41-744d59ecb5ec, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8208609056253217324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324820860905625321732482086090562532173248208609056253217324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e86fcf0-1aca-4824-8d3e-413e9de8cc2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 256fbaf9-71e2-4bb6-8afb-e0fc12ae5615, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 256fbaf9-71e2-4bb6-8afb-e0fc12ae5615, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2711076180401621762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762271107618040162176227110761804016217622711076180401621762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ec99ae-2383-4eab-bc41-744d59ecb5ec, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74667a04-8b29-4211-9c2d-2cf2661c5596, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74667a04-8b29-4211-9c2d-2cf2661c5596, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 897186924248209463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463897186924248209463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 256fbaf9-71e2-4bb6-8afb-e0fc12ae5615, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f091412b-727b-4e52-bd8b-e6fb23b67b33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f091412b-727b-4e52-bd8b-e6fb23b67b33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17366090416399828360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360173660904163998283601736609041639982836017366090416399828360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74667a04-8b29-4211-9c2d-2cf2661c5596, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f96b6cd-3c20-4f5a-b2b0-d2fb7df882ce, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f96b6cd-3c20-4f5a-b2b0-d2fb7df882ce, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7696071815705015973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973769607181570501597376960718157050159737696071815705015973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f091412b-727b-4e52-bd8b-e6fb23b67b33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 615a66cf-7858-48b0-9aaf-6cdb4359a5fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 615a66cf-7858-48b0-9aaf-6cdb4359a5fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7222951808156453419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419722295180815645341972229518081564534197222951808156453419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 615a66cf-7858-48b0-9aaf-6cdb4359a5fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0090fa1-4aa0-4f16-a18c-0d3c3c6086d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0090fa1-4aa0-4f16-a18c-0d3c3c6086d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6880642150790380347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347688064215079038034768806421507903803476880642150790380347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f96b6cd-3c20-4f5a-b2b0-d2fb7df882ce, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 271e91f7-6dd5-4f0f-ab08-cc5f003b2e5f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 271e91f7-6dd5-4f0f-ab08-cc5f003b2e5f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047910729233571464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464804791072923357146480479107292335714648047910729233571464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0090fa1-4aa0-4f16-a18c-0d3c3c6086d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20f0204d-63a5-41fd-89ec-0ff3be096af6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 271e91f7-6dd5-4f0f-ab08-cc5f003b2e5f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0f9efd8-a25f-460f-9350-67d342a8a484, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f0204d-63a5-41fd-89ec-0ff3be096af6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16633358068612625526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526166333580686126255261663335806861262552616633358068612625526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f9efd8-a25f-460f-9350-67d342a8a484, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17333422153152762170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170173334221531527621701733342215315276217017333422153152762170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f9efd8-a25f-460f-9350-67d342a8a484, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0d32626-5286-4f53-8850-49eec2772d5d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d32626-5286-4f53-8850-49eec2772d5d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10018189997041302534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534100181899970413025341001818999704130253410018189997041302534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f0204d-63a5-41fd-89ec-0ff3be096af6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306baf79-0cfe-4a96-8414-8dad7b84829f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306baf79-0cfe-4a96-8414-8dad7b84829f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5716421170932613087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087571642117093261308757164211709326130875716421170932613087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d32626-5286-4f53-8850-49eec2772d5d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f205d21f-3403-4870-98f8-9be88364b04b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f205d21f-3403-4870-98f8-9be88364b04b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16456237079368924282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282164562370793689242821645623707936892428216456237079368924282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306baf79-0cfe-4a96-8414-8dad7b84829f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a7b088-bc6f-4584-97b3-b78ec5c8453a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a7b088-bc6f-4584-97b3-b78ec5c8453a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14392000010922202461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461143920000109222024611439200001092220246114392000010922202461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f205d21f-3403-4870-98f8-9be88364b04b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9df33e33-e84a-4bb0-b22d-5a3b16a07eb0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a7b088-bc6f-4584-97b3-b78ec5c8453a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9df33e33-e84a-4bb0-b22d-5a3b16a07eb0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344553255878975958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958183445532558789759581834455325587897595818344553255878975958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d0d594d-372d-4620-9ff0-0ee96a2b6112, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0d594d-372d-4620-9ff0-0ee96a2b6112, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16340098935791280871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871163400989357912808711634009893579128087116340098935791280871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9df33e33-e84a-4bb0-b22d-5a3b16a07eb0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d899e77c-6877-4c9d-b914-31f4a4dde345, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d899e77c-6877-4c9d-b914-31f4a4dde345, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9652219152261110905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905965221915226111090596522191522611109059652219152261110905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0d594d-372d-4620-9ff0-0ee96a2b6112, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7b63d7f-59b8-48e2-a1cc-46eb8b1b547f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b63d7f-59b8-48e2-a1cc-46eb8b1b547f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5615874300895452387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387561587430089545238756158743008954523875615874300895452387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d899e77c-6877-4c9d-b914-31f4a4dde345, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c1601ee-13bb-42a0-b9cf-faefebbf150a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1601ee-13bb-42a0-b9cf-faefebbf150a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17848223866812815714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714178482238668128157141784822386681281571417848223866812815714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b63d7f-59b8-48e2-a1cc-46eb8b1b547f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d3a121e-f842-429d-a897-00e2a8307c7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d3a121e-f842-429d-a897-00e2a8307c7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4595513266960465524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524459551326696046552445955132669604655244595513266960465524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1601ee-13bb-42a0-b9cf-faefebbf150a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5d4695b-3e4a-417a-ac7f-2512c853bda6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5d4695b-3e4a-417a-ac7f-2512c853bda6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6425415616469753405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405642541561646975340564254156164697534056425415616469753405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d3a121e-f842-429d-a897-00e2a8307c7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81b6a3ed-0631-4dba-9148-f3b51d1fbc67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81b6a3ed-0631-4dba-9148-f3b51d1fbc67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13747699960540956295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295137476999605409562951374769996054095629513747699960540956295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5d4695b-3e4a-417a-ac7f-2512c853bda6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d1bcdd6-fd94-4ddd-a41c-8d1eb6c7345c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1bcdd6-fd94-4ddd-a41c-8d1eb6c7345c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14863570829213544640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640148635708292135446401486357082921354464014863570829213544640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81b6a3ed-0631-4dba-9148-f3b51d1fbc67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ba69417-6966-496e-b664-8c90e39e7556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba69417-6966-496e-b664-8c90e39e7556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14520571452042081050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050145205714520420810501452057145204208105014520571452042081050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1bcdd6-fd94-4ddd-a41c-8d1eb6c7345c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dce6e9b9-7105-40f5-b2d3-74ea5b525dd4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dce6e9b9-7105-40f5-b2d3-74ea5b525dd4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5545976272790537330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330554597627279053733055459762727905373305545976272790537330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dce6e9b9-7105-40f5-b2d3-74ea5b525dd4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba69417-6966-496e-b664-8c90e39e7556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dd0bda6-c80a-4196-b6bf-0238ae34c6e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dd0bda6-c80a-4196-b6bf-0238ae34c6e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5993014392623380515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515599301439262338051559930143926233805155993014392623380515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd55687c-ed3e-459c-b504-1884dd95f4a8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd55687c-ed3e-459c-b504-1884dd95f4a8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9805139457015139596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596980513945701513959698051394570151395969805139457015139596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dd0bda6-c80a-4196-b6bf-0238ae34c6e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e917f5d3-13cd-4956-9e24-9e10528f32ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e917f5d3-13cd-4956-9e24-9e10528f32ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634220514153284834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834116342205141532848341163422051415328483411634220514153284834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd55687c-ed3e-459c-b504-1884dd95f4a8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 287c3e09-e725-48eb-baa2-cece611c2dc0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287c3e09-e725-48eb-baa2-cece611c2dc0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5236503284923163676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676523650328492316367652365032849231636765236503284923163676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e917f5d3-13cd-4956-9e24-9e10528f32ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daa0ea23-f74e-4d97-ab05-7579bfad5c3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daa0ea23-f74e-4d97-ab05-7579bfad5c3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7631129296960705115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115763112929696070511576311292969607051157631129296960705115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daa0ea23-f74e-4d97-ab05-7579bfad5c3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b787b0c-8dff-449d-984d-cde7508c15b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b787b0c-8dff-449d-984d-cde7508c15b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7513001738437103304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304751300173843710330475130017384371033047513001738437103304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287c3e09-e725-48eb-baa2-cece611c2dc0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4b9c0b9-f9d4-41e0-9780-ff8844132d8c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b9c0b9-f9d4-41e0-9780-ff8844132d8c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15327629955954564239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239153276299559545642391532762995595456423915327629955954564239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b787b0c-8dff-449d-984d-cde7508c15b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 119efa5f-6f46-4c82-a4a1-26e0ce7d5645, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 119efa5f-6f46-4c82-a4a1-26e0ce7d5645, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13435479937028555855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855134354799370285558551343547993702855585513435479937028555855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b9c0b9-f9d4-41e0-9780-ff8844132d8c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78a814b0-de66-4fa5-8679-c68b0fa938db, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a814b0-de66-4fa5-8679-c68b0fa938db, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10841747138207725782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782108417471382077257821084174713820772578210841747138207725782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 119efa5f-6f46-4c82-a4a1-26e0ce7d5645, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c64421f8-c49a-45a7-9f98-0d60e659d7c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c64421f8-c49a-45a7-9f98-0d60e659d7c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 821939958413323413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413821939958413323413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a814b0-de66-4fa5-8679-c68b0fa938db, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b386d218-5b8e-4a0f-ad4c-2843323665e2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b386d218-5b8e-4a0f-ad4c-2843323665e2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17053744621577585540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540170537446215775855401705374462157758554017053744621577585540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c64421f8-c49a-45a7-9f98-0d60e659d7c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df2fd39d-1afd-4234-9c20-5d05115b8386, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2fd39d-1afd-4234-9c20-5d05115b8386, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10838569874788780384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384108385698747887803841083856987478878038410838569874788780384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b386d218-5b8e-4a0f-ad4c-2843323665e2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c94aedd9-c9bb-48e7-92f5-a3ff669af46a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c94aedd9-c9bb-48e7-92f5-a3ff669af46a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008634445640520438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438100863444564052043810086344456405204381008634445640520438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2fd39d-1afd-4234-9c20-5d05115b8386, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04744e8a-0d45-4164-af7d-6c20c85022cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04744e8a-0d45-4164-af7d-6c20c85022cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317369089142272353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353331736908914227235333173690891422723533317369089142272353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c94aedd9-c9bb-48e7-92f5-a3ff669af46a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c78916-ad1c-4882-8dfd-374ad2e543a7, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c78916-ad1c-4882-8dfd-374ad2e543a7, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12220746116946964264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264122207461169469642641222074611694696426412220746116946964264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04744e8a-0d45-4164-af7d-6c20c85022cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6e38a6e-fd56-4d1b-91a9-1e4dc2681bb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6e38a6e-fd56-4d1b-91a9-1e4dc2681bb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12361667160735204301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301123616671607352043011236166716073520430112361667160735204301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c78916-ad1c-4882-8dfd-374ad2e543a7, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94e29883-871d-438d-a63b-6b1d748f5822, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e29883-871d-438d-a63b-6b1d748f5822, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 406480865021243407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407406480865021243407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6e38a6e-fd56-4d1b-91a9-1e4dc2681bb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a4f942-4fd7-4879-9f1e-2dc63cf8567a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a4f942-4fd7-4879-9f1e-2dc63cf8567a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3736976813508490311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311373697681350849031137369768135084903113736976813508490311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e29883-871d-438d-a63b-6b1d748f5822, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e5eafd4-af84-4c32-a904-25e32c83a084, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5eafd4-af84-4c32-a904-25e32c83a084, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14202204660883105593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593142022046608831055931420220466088310559314202204660883105593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a4f942-4fd7-4879-9f1e-2dc63cf8567a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d76aae88-76a1-4f37-b381-da1cc64a4a51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d76aae88-76a1-4f37-b381-da1cc64a4a51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14342909907292499921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921143429099072924999211434290990729249992114342909907292499921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5eafd4-af84-4c32-a904-25e32c83a084, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d2bc99b-9e86-4125-8639-3cd629d14069, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d2bc99b-9e86-4125-8639-3cd629d14069, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7083212913649937585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585708321291364993758570832129136499375857083212913649937585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d76aae88-76a1-4f37-b381-da1cc64a4a51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d19e6b82-1235-419d-9a66-39dc7382e00b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d19e6b82-1235-419d-9a66-39dc7382e00b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5801975298596550794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794580197529859655079458019752985965507945801975298596550794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d2bc99b-9e86-4125-8639-3cd629d14069, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2bd9a2f-4160-4404-93a7-2c12e65cf746, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2bd9a2f-4160-4404-93a7-2c12e65cf746, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6681723244675442881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881668172324467544288166817232446754428816681723244675442881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d19e6b82-1235-419d-9a66-39dc7382e00b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c18d831e-46d7-4907-a7b5-7c4862142b6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c18d831e-46d7-4907-a7b5-7c4862142b6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12979162883834325545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545129791628838343255451297916288383432554512979162883834325545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2bd9a2f-4160-4404-93a7-2c12e65cf746, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42c8c99e-b763-47f7-8e5e-e64e60e4f920, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42c8c99e-b763-47f7-8e5e-e64e60e4f920, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8869862665708360290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290886986266570836029088698626657083602908869862665708360290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c18d831e-46d7-4907-a7b5-7c4862142b6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 331fd0dc-73b5-464e-bdb4-7f1415013e98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331fd0dc-73b5-464e-bdb4-7f1415013e98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14269195271639543545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545142691952716395435451426919527163954354514269195271639543545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42c8c99e-b763-47f7-8e5e-e64e60e4f920, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec2b7442-fb60-419f-980d-fba73b11f7dd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec2b7442-fb60-419f-980d-fba73b11f7dd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1911753711118463933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933191175371111846393319117537111184639331911753711118463933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331fd0dc-73b5-464e-bdb4-7f1415013e98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed5215d3-367a-498a-b5b8-f0e8e8606107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5215d3-367a-498a-b5b8-f0e8e8606107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16595115277434524790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790165951152774345247901659511527743452479016595115277434524790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5215d3-367a-498a-b5b8-f0e8e8606107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8100306c-3460-4168-a95e-6b5fada10149, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8100306c-3460-4168-a95e-6b5fada10149, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9857466063977600412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412985746606397760041298574660639776004129857466063977600412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec2b7442-fb60-419f-980d-fba73b11f7dd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56db6691-4fb1-4ea9-9303-74a349409da3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56db6691-4fb1-4ea9-9303-74a349409da3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16086157913739096748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748160861579137390967481608615791373909674816086157913739096748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8100306c-3460-4168-a95e-6b5fada10149, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39e3484c-a49c-4d52-8f58-7acc369a15a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e3484c-a49c-4d52-8f58-7acc369a15a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2747641413421070218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218274764141342107021827476414134210702182747641413421070218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e3484c-a49c-4d52-8f58-7acc369a15a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 151379b6-4439-47f0-ab46-ddfe2549076b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151379b6-4439-47f0-ab46-ddfe2549076b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010712135048547786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786140107121350485477861401071213504854778614010712135048547786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56db6691-4fb1-4ea9-9303-74a349409da3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a09a236a-f6a3-4942-b539-fc2d5def6002, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a09a236a-f6a3-4942-b539-fc2d5def6002, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12784686195363479508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508127846861953634795081278468619536347950812784686195363479508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a09a236a-f6a3-4942-b539-fc2d5def6002, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af190e8-d33a-4fd5-b4b1-f5d2ef2727f9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af190e8-d33a-4fd5-b4b1-f5d2ef2727f9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8035206004851767106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106803520600485176710680352060048517671068035206004851767106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151379b6-4439-47f0-ab46-ddfe2549076b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eea7e8f-4d37-433d-9d14-9212c89f13d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eea7e8f-4d37-433d-9d14-9212c89f13d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7255876123943226262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262725587612394322626272558761239432262627255876123943226262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af190e8-d33a-4fd5-b4b1-f5d2ef2727f9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97aeb3dd-6365-4257-8444-20c9a0496d9a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eea7e8f-4d37-433d-9d14-9212c89f13d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26ededd3-e7ed-4bd1-b937-bc7be261c130, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ededd3-e7ed-4bd1-b937-bc7be261c130, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11070389677395040910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910110703896773950409101107038967739504091011070389677395040910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97aeb3dd-6365-4257-8444-20c9a0496d9a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3243234023259687902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902324323402325968790232432340232596879023243234023259687902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97aeb3dd-6365-4257-8444-20c9a0496d9a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5da59b79-b0af-4106-bc3e-c60e6cb1f2b2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ededd3-e7ed-4bd1-b937-bc7be261c130, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c971de9-12c0-4df2-994f-9a9a7259f227, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5da59b79-b0af-4106-bc3e-c60e6cb1f2b2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 374812774160015492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492374812774160015492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c971de9-12c0-4df2-994f-9a9a7259f227, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291752125547927757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757291752125547927757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5da59b79-b0af-4106-bc3e-c60e6cb1f2b2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5749b033-9daa-4e71-90ec-4dba452ba70c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c971de9-12c0-4df2-994f-9a9a7259f227, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5749b033-9daa-4e71-90ec-4dba452ba70c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 562525652406744926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926562525652406744926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 421a6bb1-ee84-4939-854f-44bcf904e74c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421a6bb1-ee84-4939-854f-44bcf904e74c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 730943111410006735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735730943111410006735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5749b033-9daa-4e71-90ec-4dba452ba70c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b91dc66a-e629-45f4-b214-326996e2f9ff, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91dc66a-e629-45f4-b214-326996e2f9ff, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 679950390622074743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743679950390622074743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421a6bb1-ee84-4939-854f-44bcf904e74c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd2897f0-453e-41bc-9bfb-b7f7051f1988, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd2897f0-453e-41bc-9bfb-b7f7051f1988, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12709217542973482874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874127092175429734828741270921754297348287412709217542973482874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91dc66a-e629-45f4-b214-326996e2f9ff, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea4d7c4-20e2-4f96-b72c-ee4330df2db9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea4d7c4-20e2-4f96-b72c-ee4330df2db9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 557763378543640696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696557763378543640696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd2897f0-453e-41bc-9bfb-b7f7051f1988, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f4fe3f4-97f2-41d9-9443-7ca2a8712887, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f4fe3f4-97f2-41d9-9443-7ca2a8712887, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17430125558575710488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488174301255585757104881743012555857571048817430125558575710488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea4d7c4-20e2-4f96-b72c-ee4330df2db9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e698a97f-c8a0-4556-b1ba-07949e5095c2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f4fe3f4-97f2-41d9-9443-7ca2a8712887, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e698a97f-c8a0-4556-b1ba-07949e5095c2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16247071858114272312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312162470718581142723121624707185811427231216247071858114272312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 811ff7dd-6f81-44c6-930d-b2ecf4cb27be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811ff7dd-6f81-44c6-930d-b2ecf4cb27be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18223779859407593081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081182237798594075930811822377985940759308118223779859407593081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e698a97f-c8a0-4556-b1ba-07949e5095c2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd22c453-8693-4fcd-ae8b-1a2a23aa3e89, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd22c453-8693-4fcd-ae8b-1a2a23aa3e89, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 666544288102457876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876666544288102457876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811ff7dd-6f81-44c6-930d-b2ecf4cb27be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 026f3627-9a39-4348-b4e2-925b5961bca9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 026f3627-9a39-4348-b4e2-925b5961bca9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18364768368926250797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797183647683689262507971836476836892625079718364768368926250797" } } } 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:23411/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 026f3627-9a39-4348-b4e2-925b5961bca9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd22c453-8693-4fcd-ae8b-1a2a23aa3e89, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f38d359-d36d-4048-a1c5-7d75ba756ea7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f38d359-d36d-4048-a1c5-7d75ba756ea7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5150928153825937902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902515092815382593790251509281538259379025150928153825937902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abc50652-ea4e-48e7-a5e1-41e2b5fec5b6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc50652-ea4e-48e7-a5e1-41e2b5fec5b6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4802138550646794613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613480213855064679461348021385506467946134802138550646794613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f38d359-d36d-4048-a1c5-7d75ba756ea7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6caea6d-6db8-41ec-9009-1e020f7b9d88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6caea6d-6db8-41ec-9009-1e020f7b9d88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15349280706317624005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005153492807063176240051534928070631762400515349280706317624005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc50652-ea4e-48e7-a5e1-41e2b5fec5b6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c32dae3b-8d5c-4223-adc5-cd236042e4e4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32dae3b-8d5c-4223-adc5-cd236042e4e4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17263320252342165099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099172633202523421650991726332025234216509917263320252342165099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6caea6d-6db8-41ec-9009-1e020f7b9d88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a636ff0-a826-41f6-b956-cf6fd396a05e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a636ff0-a826-41f6-b956-cf6fd396a05e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3270880988967774608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608327088098896777460832708809889677746083270880988967774608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32dae3b-8d5c-4223-adc5-cd236042e4e4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 369c2524-ef90-4592-85ac-fd17a98978df, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 369c2524-ef90-4592-85ac-fd17a98978df, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11296092484938523627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627112960924849385236271129609248493852362711296092484938523627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a636ff0-a826-41f6-b956-cf6fd396a05e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab05bc20-9dab-4c7f-8861-39a216449b2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab05bc20-9dab-4c7f-8861-39a216449b2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2203993874934026808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808220399387493402680822039938749340268082203993874934026808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 369c2524-ef90-4592-85ac-fd17a98978df, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab05bc20-9dab-4c7f-8861-39a216449b2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 683b6031-66e3-4359-ab7d-0b2b4e9b4cc2, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 683b6031-66e3-4359-ab7d-0b2b4e9b4cc2, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4405267986348195778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778440526798634819577844052679863481957784405267986348195778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 589a2f94-475d-46c3-aa68-4656e22489d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 589a2f94-475d-46c3-aa68-4656e22489d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8713525017185276021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021871352501718527602187135250171852760218713525017185276021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 589a2f94-475d-46c3-aa68-4656e22489d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb897ba6-149c-4894-b418-4fcc1959ed9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb897ba6-149c-4894-b418-4fcc1959ed9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5005077953499226243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243500507795349922624350050779534992262435005077953499226243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 683b6031-66e3-4359-ab7d-0b2b4e9b4cc2, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57ab62bd-2fdc-4ba6-a071-427bcc935361, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ab62bd-2fdc-4ba6-a071-427bcc935361, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16317120837762476017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017163171208377624760171631712083776247601716317120837762476017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb897ba6-149c-4894-b418-4fcc1959ed9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf9988d-8a3c-4c17-b229-d40d5e15777e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf9988d-8a3c-4c17-b229-d40d5e15777e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9403960003703941195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195940396000370394119594039600037039411959403960003703941195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ab62bd-2fdc-4ba6-a071-427bcc935361, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8ce7070-d6da-4cd2-9e92-0585c9b475cf, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ce7070-d6da-4cd2-9e92-0585c9b475cf, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10808482106703473762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762108084821067034737621080848210670347376210808482106703473762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf9988d-8a3c-4c17-b229-d40d5e15777e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc512e6d-6cfa-43e8-8cfa-c81fae6612a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc512e6d-6cfa-43e8-8cfa-c81fae6612a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9809548922144998225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225980954892214499822598095489221449982259809548922144998225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ce7070-d6da-4cd2-9e92-0585c9b475cf, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27209963-89f8-45a6-ba8a-6173c922ed46, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc512e6d-6cfa-43e8-8cfa-c81fae6612a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27209963-89f8-45a6-ba8a-6173c922ed46, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6293917241086892058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058629391724108689205862939172410868920586293917241086892058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edd8cace-4b8d-437e-9243-1a4e12b1a4e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd8cace-4b8d-437e-9243-1a4e12b1a4e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8675842935403979328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328867584293540397932886758429354039793288675842935403979328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd8cace-4b8d-437e-9243-1a4e12b1a4e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5e1c2fe-e8d4-44dc-8d29-bd6341a581dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5e1c2fe-e8d4-44dc-8d29-bd6341a581dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10407693944604062464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464104076939446040624641040769394460406246410407693944604062464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27209963-89f8-45a6-ba8a-6173c922ed46, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b67b6b6-05aa-4d89-853f-e67c6b36d898, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b67b6b6-05aa-4d89-853f-e67c6b36d898, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7905487344861539233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233790548734486153923379054873448615392337905487344861539233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5e1c2fe-e8d4-44dc-8d29-bd6341a581dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56938e3d-911d-41a6-9219-41768c6f3c68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56938e3d-911d-41a6-9219-41768c6f3c68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3176930627839986609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609317693062783998660931769306278399866093176930627839986609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b67b6b6-05aa-4d89-853f-e67c6b36d898, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ca3120f-436b-403d-88aa-10a56eeca26f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ca3120f-436b-403d-88aa-10a56eeca26f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12874117973513613060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060128741179735136130601287411797351361306012874117973513613060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ca3120f-436b-403d-88aa-10a56eeca26f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19eb1c91-c39a-422e-b243-f3b3a46fdb3a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19eb1c91-c39a-422e-b243-f3b3a46fdb3a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7882157141289922924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924788215714128992292478821571412899229247882157141289922924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56938e3d-911d-41a6-9219-41768c6f3c68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c02c8d83-5393-49dd-975e-bbee92b23ad2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c02c8d83-5393-49dd-975e-bbee92b23ad2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 362029284765810984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984362029284765810984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19eb1c91-c39a-422e-b243-f3b3a46fdb3a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3a845e9-2dcd-4f49-9a35-62287b979219, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a845e9-2dcd-4f49-9a35-62287b979219, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14424383810381574181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181144243838103815741811442438381038157418114424383810381574181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a845e9-2dcd-4f49-9a35-62287b979219, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d323298-a513-4103-bb1d-e9cebf042afc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d323298-a513-4103-bb1d-e9cebf042afc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11729358638528192058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058117293586385281920581172935863852819205811729358638528192058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c02c8d83-5393-49dd-975e-bbee92b23ad2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d55f08b8-17fb-454d-911a-007905d5ea0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d55f08b8-17fb-454d-911a-007905d5ea0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18419567490335387416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416184195674903353874161841956749033538741618419567490335387416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d323298-a513-4103-bb1d-e9cebf042afc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fcf87cd-b62f-4c51-8135-c17bb057b42c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fcf87cd-b62f-4c51-8135-c17bb057b42c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915215887216586700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700291521588721658670029152158872165867002915215887216586700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d55f08b8-17fb-454d-911a-007905d5ea0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4357062-666d-4f5b-bd5e-c2316537e1f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4357062-666d-4f5b-bd5e-c2316537e1f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8396871746630872806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806839687174663087280683968717466308728068396871746630872806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fcf87cd-b62f-4c51-8135-c17bb057b42c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 748f1ca0-7aa7-4a04-8b18-a31253deda29, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748f1ca0-7aa7-4a04-8b18-a31253deda29, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11632111533947386242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242116321115339473862421163211153394738624211632111533947386242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4357062-666d-4f5b-bd5e-c2316537e1f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a2889ac-8f0c-4e31-8e61-e49276391569, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2889ac-8f0c-4e31-8e61-e49276391569, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5220590157418714905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905522059015741871490552205901574187149055220590157418714905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748f1ca0-7aa7-4a04-8b18-a31253deda29, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e264e9-3d03-41c5-a4ae-40e91c0310d3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e264e9-3d03-41c5-a4ae-40e91c0310d3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5416089339214749840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840541608933921474984054160893392147498405416089339214749840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2889ac-8f0c-4e31-8e61-e49276391569, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43f06c89-2ed1-4909-84fe-795de9cb6fe8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f06c89-2ed1-4909-84fe-795de9cb6fe8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733124711527365780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780973312471152736578097331247115273657809733124711527365780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e264e9-3d03-41c5-a4ae-40e91c0310d3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e6ef15-ed91-4b7b-bf1d-b52de33fcffa, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e6ef15-ed91-4b7b-bf1d-b52de33fcffa, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1108228994902818400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400110822899490281840011082289949028184001108228994902818400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f06c89-2ed1-4909-84fe-795de9cb6fe8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6570e7bc-4ab6-4d96-bfad-5b4a8bfb6721, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6570e7bc-4ab6-4d96-bfad-5b4a8bfb6721, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5083586410687987563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563508358641068798756350835864106879875635083586410687987563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e6ef15-ed91-4b7b-bf1d-b52de33fcffa, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7507a4b-7e5a-45f3-ba26-a28535561da3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7507a4b-7e5a-45f3-ba26-a28535561da3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15911283352996377933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933159112833529963779331591128335299637793315911283352996377933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6570e7bc-4ab6-4d96-bfad-5b4a8bfb6721, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 524a75be-a836-4745-aaee-c795f46deece, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 524a75be-a836-4745-aaee-c795f46deece, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15698662789542444520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520156986627895424445201569866278954244452015698662789542444520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7507a4b-7e5a-45f3-ba26-a28535561da3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78fce8e7-856a-4e2d-a794-6b868d1fabff, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78fce8e7-856a-4e2d-a794-6b868d1fabff, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14248377032356356890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890142483770323563568901424837703235635689014248377032356356890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 524a75be-a836-4745-aaee-c795f46deece, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf7f7217-8c5c-49c6-aee3-fbb4448a8b85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf7f7217-8c5c-49c6-aee3-fbb4448a8b85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9330948483469956280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280933094848346995628093309484834699562809330948483469956280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78fce8e7-856a-4e2d-a794-6b868d1fabff, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a787bc3-60af-496d-80c1-b919dbf7623f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf7f7217-8c5c-49c6-aee3-fbb4448a8b85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a787bc3-60af-496d-80c1-b919dbf7623f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11866805265512585503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503118668052655125855031186680526551258550311866805265512585503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7175b872-b966-42b8-92a6-330e9894d69c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7175b872-b966-42b8-92a6-330e9894d69c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17406251634933842310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310174062516349338423101740625163493384231017406251634933842310" } } } 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/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log --grpc-port=23411 --mon-port=23801 --ic-port=28088 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log', '--grpc-port=23411', '--mon-port=23801', '--ic-port=28088', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a787bc3-60af-496d-80c1-b919dbf7623f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70973e45-73a1-4842-a2a8-f722f1849b2b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70973e45-73a1-4842-a2a8-f722f1849b2b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15885165259308055987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987158851652593080559871588516525930805598715885165259308055987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7175b872-b966-42b8-92a6-330e9894d69c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a593de36-d063-4429-85c2-1813ff45631a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a593de36-d063-4429-85c2-1813ff45631a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12208782804864214784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784122087828048642147841220878280486421478412208782804864214784" } } } 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: 1449496
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:23411/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1449507
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70973e45-73a1-4842-a2a8-f722f1849b2b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57885737-0212-41d6-a284-6b2e5236b6d0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57885737-0212-41d6-a284-6b2e5236b6d0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18107770414720907091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091181077704147209070911810777041472090709118107770414720907091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a593de36-d063-4429-85c2-1813ff45631a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede457bc-81a2-4fcd-9130-2aed0605e90f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede457bc-81a2-4fcd-9130-2aed0605e90f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4572773370014586494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494457277337001458649445727733700145864944572773370014586494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57885737-0212-41d6-a284-6b2e5236b6d0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96e5c54e-9a39-4bf0-a781-d95fe78389fe, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e5c54e-9a39-4bf0-a781-d95fe78389fe, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3099627797650422440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440309962779765042244030996277976504224403099627797650422440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede457bc-81a2-4fcd-9130-2aed0605e90f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8f9ac21-d422-4efb-bd15-7cff495f4006, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f9ac21-d422-4efb-bd15-7cff495f4006, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10467250654005100578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578104672506540051005781046725065400510057810467250654005100578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e5c54e-9a39-4bf0-a781-d95fe78389fe, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2581d18b-9473-4b33-aebe-d2c23630efac, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f9ac21-d422-4efb-bd15-7cff495f4006, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc7f4d54-5a2f-4133-b124-a2c05fdb23fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc7f4d54-5a2f-4133-b124-a2c05fdb23fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13049413626556042917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917130494136265560429171304941362655604291713049413626556042917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2581d18b-9473-4b33-aebe-d2c23630efac, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8451375876967585273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273845137587696758527384513758769675852738451375876967585273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2581d18b-9473-4b33-aebe-d2c23630efac, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e774ec-9488-4cf2-8328-924e99ac27cc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e774ec-9488-4cf2-8328-924e99ac27cc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13133804566601025190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190131338045666010251901313380456660102519013133804566601025190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc7f4d54-5a2f-4133-b124-a2c05fdb23fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d46a7a6-d959-4b28-b6e3-6ba81aef9c32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d46a7a6-d959-4b28-b6e3-6ba81aef9c32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 829577648592069165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165829577648592069165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e774ec-9488-4cf2-8328-924e99ac27cc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95ea8f72-0623-4336-ba3b-c6078e45c1c0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ea8f72-0623-4336-ba3b-c6078e45c1c0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17432102989281848752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752174321029892818487521743210298928184875217432102989281848752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d46a7a6-d959-4b28-b6e3-6ba81aef9c32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57857903-e660-4b0f-9fce-ed19db1769a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57857903-e660-4b0f-9fce-ed19db1769a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3119646844199207417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417311964684419920741731196468441992074173119646844199207417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57857903-e660-4b0f-9fce-ed19db1769a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a51c06a5-0a9f-4510-adcb-80efe76a556b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51c06a5-0a9f-4510-adcb-80efe76a556b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13528858220706873767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767135288582207068737671352885822070687376713528858220706873767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ea8f72-0623-4336-ba3b-c6078e45c1c0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab98729-f373-4c70-8a71-9d3c4a00b796, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab98729-f373-4c70-8a71-9d3c4a00b796, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3552931452412442041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041355293145241244204135529314524124420413552931452412442041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51c06a5-0a9f-4510-adcb-80efe76a556b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59d71da6-f0af-46a3-8171-6df9c6a5052e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d71da6-f0af-46a3-8171-6df9c6a5052e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15678554395889703742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742156785543958897037421567855439588970374215678554395889703742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab98729-f373-4c70-8a71-9d3c4a00b796, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd82f10b-14a6-459b-a0b1-dbf4ce5dcd0f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd82f10b-14a6-459b-a0b1-dbf4ce5dcd0f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7891543706879614357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357789154370687961435778915437068796143577891543706879614357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d71da6-f0af-46a3-8171-6df9c6a5052e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b144bff-6b8f-4f67-9150-c477d0126b86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b144bff-6b8f-4f67-9150-c477d0126b86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7806943300822944066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066780694330082294406678069433008229440667806943300822944066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd82f10b-14a6-459b-a0b1-dbf4ce5dcd0f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aef67337-9319-4106-8d81-5b59aca4ce7e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aef67337-9319-4106-8d81-5b59aca4ce7e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8560883303049276371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371856088330304927637185608833030492763718560883303049276371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b144bff-6b8f-4f67-9150-c477d0126b86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0905053f-e3c8-4354-9497-86cd49a46fd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0905053f-e3c8-4354-9497-86cd49a46fd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3746644573667322905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905374664457366732290537466445736673229053746644573667322905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aef67337-9319-4106-8d81-5b59aca4ce7e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f96ddf2a-53fe-4ae8-904c-c60d0aacb637, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f96ddf2a-53fe-4ae8-904c-c60d0aacb637, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15205599824506707939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939152055998245067079391520559982450670793915205599824506707939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0905053f-e3c8-4354-9497-86cd49a46fd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bd25a5f-8e05-4047-bb3a-63e1324efc37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd25a5f-8e05-4047-bb3a-63e1324efc37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2809448806734913038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038280944880673491303828094488067349130382809448806734913038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f96ddf2a-53fe-4ae8-904c-c60d0aacb637, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd42b758-84a3-4ddf-bdf8-27a8d300439a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd42b758-84a3-4ddf-bdf8-27a8d300439a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17481362851764899255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255174813628517648992551748136285176489925517481362851764899255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd25a5f-8e05-4047-bb3a-63e1324efc37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c2d6689-91dc-4e74-88b8-2376ee2cad30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2d6689-91dc-4e74-88b8-2376ee2cad30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9845547880048588354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354984554788004858835498455478800485883549845547880048588354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd42b758-84a3-4ddf-bdf8-27a8d300439a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc810c96-82b5-4997-8d23-bbcecb9421b6, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc810c96-82b5-4997-8d23-bbcecb9421b6, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11851744038484036975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975118517440384840369751185174403848403697511851744038484036975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2d6689-91dc-4e74-88b8-2376ee2cad30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 903a5443-907f-41df-8b5e-ca2ddd269f00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 903a5443-907f-41df-8b5e-ca2ddd269f00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2224658001998559498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498222465800199855949822246580019985594982224658001998559498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc810c96-82b5-4997-8d23-bbcecb9421b6, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0f08353-1c00-4abd-b0af-0ad63bfadbe0, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f08353-1c00-4abd-b0af-0ad63bfadbe0, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1845233173636975300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300184523317363697530018452331736369753001845233173636975300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 903a5443-907f-41df-8b5e-ca2ddd269f00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aa28464-2fad-4e5e-ad41-60560f61a3c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa28464-2fad-4e5e-ad41-60560f61a3c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12926612411518531105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105129266124115185311051292661241151853110512926612411518531105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f08353-1c00-4abd-b0af-0ad63bfadbe0, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c56c7aba-2472-428d-b4b7-c38a4502fe2f, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c56c7aba-2472-428d-b4b7-c38a4502fe2f, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17831703644824614702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702178317036448246147021783170364482461470217831703644824614702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa28464-2fad-4e5e-ad41-60560f61a3c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2abc0a3-a731-49ad-80c3-dc2e7cdd2455, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2abc0a3-a731-49ad-80c3-dc2e7cdd2455, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9885205729704301894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894988520572970430189498852057297043018949885205729704301894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c56c7aba-2472-428d-b4b7-c38a4502fe2f, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc1196eb-7835-47c5-8b70-8b0e8aa347b4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1196eb-7835-47c5-8b70-8b0e8aa347b4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13835294813289602565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565138352948132896025651383529481328960256513835294813289602565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2abc0a3-a731-49ad-80c3-dc2e7cdd2455, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9d94757-82ca-4843-b723-c4d41e7bca8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d94757-82ca-4843-b723-c4d41e7bca8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16559329031875953887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887165593290318759538871655932903187595388716559329031875953887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1196eb-7835-47c5-8b70-8b0e8aa347b4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7fbd825-f92e-44b2-8740-0a67ed90ad9d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7fbd825-f92e-44b2-8740-0a67ed90ad9d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9422944152242752397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397942294415224275239794229441522427523979422944152242752397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d94757-82ca-4843-b723-c4d41e7bca8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1430753-dafb-4cc6-a2d6-f7af20e6020c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7fbd825-f92e-44b2-8740-0a67ed90ad9d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a9e68f3-c0dd-403d-ad2a-cd8e85e662d9, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a9e68f3-c0dd-403d-ad2a-cd8e85e662d9, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6884937843089786343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343688493784308978634368849378430897863436884937843089786343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1430753-dafb-4cc6-a2d6-f7af20e6020c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4438798095332651841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841443879809533265184144387980953326518414438798095332651841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a9e68f3-c0dd-403d-ad2a-cd8e85e662d9, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 548d2d6e-5526-4864-8bd5-18d322dc4b3c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548d2d6e-5526-4864-8bd5-18d322dc4b3c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4368877659095787483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483436887765909578748343688776590957874834368877659095787483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1430753-dafb-4cc6-a2d6-f7af20e6020c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e89f9a62-da00-4375-a293-45054fb3e8cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e89f9a62-da00-4375-a293-45054fb3e8cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9844889731878760600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600984488973187876060098448897318787606009844889731878760600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548d2d6e-5526-4864-8bd5-18d322dc4b3c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad2710c5-e029-4520-b96e-0039127344b3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad2710c5-e029-4520-b96e-0039127344b3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2970458756835561521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521297045875683556152129704587568355615212970458756835561521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e89f9a62-da00-4375-a293-45054fb3e8cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 229a88e8-b099-447e-b899-fe8ffe00756f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229a88e8-b099-447e-b899-fe8ffe00756f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1554637298036279360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360155463729803627936015546372980362793601554637298036279360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad2710c5-e029-4520-b96e-0039127344b3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 023f32be-79dc-4a67-9525-b32e43219a97, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023f32be-79dc-4a67-9525-b32e43219a97, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3659605257056297581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581365960525705629758136596052570562975813659605257056297581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229a88e8-b099-447e-b899-fe8ffe00756f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5934948a-bc1d-4aa3-bf3c-02a04e79950d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5934948a-bc1d-4aa3-bf3c-02a04e79950d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8058800966898486042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042805880096689848604280588009668984860428058800966898486042" } } } 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 1449507) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1449507) elapsed time (sec): 1.0861008167266846
DEBUG    ya.test:process.py:263 Command (pid 1449507) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1449507) minflt: 45264
DEBUG    ya.test:process.py:263 Command (pid 1449507) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) nivcsw: 186
DEBUG    ya.test:process.py:263 Command (pid 1449507) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1449507) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1449507) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1449507) stime: 0.184507
DEBUG    ya.test:process.py:263 Command (pid 1449507) utime: 0.5517219999999999
DEBUG    ya.test:process.py:263 Command (pid 1449507) wtime: 1.088
DEBUG    ya.test:process.py:275 Command (pid 1449507) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023f32be-79dc-4a67-9525-b32e43219a97, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c0a4505-885e-4fe8-bd08-0ad8fb6d676a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c0a4505-885e-4fe8-bd08-0ad8fb6d676a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6081948793745156628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628608194879374515662860819487937451566286081948793745156628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5934948a-bc1d-4aa3-bf3c-02a04e79950d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da804ad1-f3f7-489b-b40c-70bd54d17890, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da804ad1-f3f7-489b-b40c-70bd54d17890, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7315952620163516608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608731595262016351660873159526201635166087315952620163516608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c0a4505-885e-4fe8-bd08-0ad8fb6d676a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b1abffe0-433fd7e-29447d8c-c3c8eaae" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29adf70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5aa29adf70>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5aa29adf70> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 4ac5531a-69e4-4767-9934-0cb60f80126c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 4ac5531a-69e4-4767-9934-0cb60f80126c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjhkYmVkYTgtZWJhY2YyYmYtMzVmYmM3OGItMTQ4NmUxMjk=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da804ad1-f3f7-489b-b40c-70bd54d17890, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 4ac5531a-69e4-4767-9934-0cb60f80126c, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 4ac5531a-69e4-4767-9934-0cb60f80126c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 4ac5531a-69e4-4767-9934-0cb60f80126c, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5aa29adf70>
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 0x7b5a9fdbb370 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 0x7b5a9fdb8b30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, f3024f2d-4f68-4a4b-971e-5fc232f93c5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f3024f2d-4f68-4a4b-971e-5fc232f93c5e, ghrun-riky6msjhe.auto.internal:28913): 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 0x7b5aa29ce0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5aa29ce0f0>
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 0x7b5a9fd739f0 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 0x7b5a9f88d8f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9f88d8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 433c353f-5ef1-4bda-95c2-d5ded8971b78, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, f3024f2d-4f68-4a4b-971e-5fc232f93c5e, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f3024f2d-4f68-4a4b-971e-5fc232f93c5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ebad8ac-8629-41fd-a31e-dbfa109ba7c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ebad8ac-8629-41fd-a31e-dbfa109ba7c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13347824006992646849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849133478240069926468491334782400699264684913347824006992646849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 433c353f-5ef1-4bda-95c2-d5ded8971b78, ghrun-riky6msjhe.auto.internal:14525): 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 0x7b5a9fdb8b30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, f3024f2d-4f68-4a4b-971e-5fc232f93c5e, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 78616e7d-08cc-49c8-b464-8dccd9e60eda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 78616e7d-08cc-49c8-b464-8dccd9e60eda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 78616e7d-08cc-49c8-b464-8dccd9e60eda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=7e23af75-875fe56c-19550ead-ef397b3f" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8490d4c8-f992-4ac8-b98b-876dee38c037, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8490d4c8-f992-4ac8-b98b-876dee38c037, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15101057190163165176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176151010571901631651761510105719016316517615101057190163165176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ebad8ac-8629-41fd-a31e-dbfa109ba7c8, ghrun-riky6msjhe.auto.internal:28913): 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 72075186224038945, txid 281474976781210" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb0jdvfgf8zyfcvq912vm790" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
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 72075186224038945, txid 281474976781210" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bb33cae-9d03-4fb0-bbe1-c9c306ab7702, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb33cae-9d03-4fb0-bbe1-c9c306ab7702, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14439198154646776207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207144391981546467762071443919815464677620714439198154646776207" } } } 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, 433c353f-5ef1-4bda-95c2-d5ded8971b78, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 433c353f-5ef1-4bda-95c2-d5ded8971b78, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:12:25.367368059+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 433c353f-5ef1-4bda-95c2-d5ded8971b78, ghrun-riky6msjhe.auto.internal:14525): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:14525
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-26T17:12:25.367368059+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:238 Preparing session <ydb.table.Session object at 0x7b5a9f88d8f0>
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 0x7b5a9f88d8f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9f88d8f0> is no longer active. Current active count 2.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 81f0a317-927c-49b3-8b12-9cfb5caed95a, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 81f0a317-927c-49b3-8b12-9cfb5caed95a, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 81f0a317-927c-49b3-8b12-9cfb5caed95a, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 28913 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-riky6msjhe.auto.internal:28913, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8490d4c8-f992-4ac8-b98b-876dee38c037, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038951, txid 281474976781212" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb0jdvgg5qm43eycchf8s72e" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038951, txid 281474976781212" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d90cfd1-b1d9-4925-81d4-bd824edcac2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d90cfd1-b1d9-4925-81d4-bd824edcac2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11981786195432749341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341119817861954327493411198178619543274934111981786195432749341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb33cae-9d03-4fb0-bbe1-c9c306ab7702, ghrun-riky6msjhe.auto.internal:28913): 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 72075186224038949, txid 281474976781213" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb0jdvhqa2wzayqsznmqy1at" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
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 72075186224038949, txid 281474976781213" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eac60ce8-9ee3-4b33-9f67-f890aca21683, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac60ce8-9ee3-4b33-9f67-f890aca21683, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2903599769847652505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505290359976984765250529035997698476525052903599769847652505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d90cfd1-b1d9-4925-81d4-bd824edcac2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dae21b4-e4a2-4b32-933b-8040bb2c4445, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dae21b4-e4a2-4b32-933b-8040bb2c4445, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14746625256794010271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271147466252567940102711474662525679401027114746625256794010271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dae21b4-e4a2-4b32-933b-8040bb2c4445, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9fb2fda-99c7-4caa-8dc5-e7b7dfef4a3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9fb2fda-99c7-4caa-8dc5-e7b7dfef4a3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5764260965187282671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671576426096518728267157642609651872826715764260965187282671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac60ce8-9ee3-4b33-9f67-f890aca21683, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038909, txid 281474976781217" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb0jdvp5eqknbmt2e0wsjy6n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038909, txid 281474976781217" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f1a6414-5e61-4f6b-9a4a-381a0dc99ad2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1a6414-5e61-4f6b-9a4a-381a0dc99ad2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 508450257788376994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994508450257788376994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9fb2fda-99c7-4caa-8dc5-e7b7dfef4a3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1a6414-5e61-4f6b-9a4a-381a0dc99ad2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71ff87d4-4b75-4841-b9e4-e56e625a154a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ff87d4-4b75-4841-b9e4-e56e625a154a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10985382222455652033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033109853822224556520331098538222245565203310985382222455652033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 940c845f-a2c6-449c-8c78-e0737ef34797, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940c845f-a2c6-449c-8c78-e0737ef34797, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13197655364794806570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570131976553647948065701319765536479480657013197655364794806570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940c845f-a2c6-449c-8c78-e0737ef34797, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f844261-2d60-4812-acee-aae980346774, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f844261-2d60-4812-acee-aae980346774, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14187502043914513877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877141875020439145138771418750204391451387714187502043914513877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ff87d4-4b75-4841-b9e4-e56e625a154a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d92e83c2-2cf0-400f-bb42-1ab83d18fbc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92e83c2-2cf0-400f-bb42-1ab83d18fbc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16380819552100161490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490163808195521001614901638081955210016149016380819552100161490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f844261-2d60-4812-acee-aae980346774, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8cf9428-73e0-4a87-a6b1-b182e72479b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cf9428-73e0-4a87-a6b1-b182e72479b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9924496219825936204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204992449621982593620499244962198259362049924496219825936204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92e83c2-2cf0-400f-bb42-1ab83d18fbc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ade9fcb-d590-4b05-a938-fb65b90ae9b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ade9fcb-d590-4b05-a938-fb65b90ae9b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2001403731614004553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553200140373161400455320014037316140045532001403731614004553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cf9428-73e0-4a87-a6b1-b182e72479b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46787129-bdff-4e31-bdf1-4b4357e32a20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46787129-bdff-4e31-bdf1-4b4357e32a20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4804941214114614678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678480494121411461467848049412141146146784804941214114614678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ade9fcb-d590-4b05-a938-fb65b90ae9b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17a8db23-9f9c-4edd-8fdd-d2c9b51e6568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a8db23-9f9c-4edd-8fdd-d2c9b51e6568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15406939243308093154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154154069392433080931541540693924330809315415406939243308093154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46787129-bdff-4e31-bdf1-4b4357e32a20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe6bb220-b6e3-4469-b4ff-fde4b792632e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe6bb220-b6e3-4469-b4ff-fde4b792632e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10406833744301346548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548104068337443013465481040683374430134654810406833744301346548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a8db23-9f9c-4edd-8fdd-d2c9b51e6568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d45b2da-5ebd-459a-ba89-dd82889139bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d45b2da-5ebd-459a-ba89-dd82889139bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7311595656753605035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035731159565675360503573115956567536050357311595656753605035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe6bb220-b6e3-4469-b4ff-fde4b792632e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdbd3e58-8f5b-4742-9124-e18530245523, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbd3e58-8f5b-4742-9124-e18530245523, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1820453726979608780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780182045372697960878018204537269796087801820453726979608780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d45b2da-5ebd-459a-ba89-dd82889139bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b137f5d2-3cb6-43d4-97e3-b8376ae3ffd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b137f5d2-3cb6-43d4-97e3-b8376ae3ffd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10562153180004448257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257105621531800044482571056215318000444825710562153180004448257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbd3e58-8f5b-4742-9124-e18530245523, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72ba0586-95cb-43d2-8b7a-fcad46d70a08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72ba0586-95cb-43d2-8b7a-fcad46d70a08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13922385594770501089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089139223855947705010891392238559477050108913922385594770501089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b137f5d2-3cb6-43d4-97e3-b8376ae3ffd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5410a2b3-3a04-49ac-aba2-669022731b0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5410a2b3-3a04-49ac-aba2-669022731b0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4605011185931673918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918460501118593167391846050111859316739184605011185931673918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72ba0586-95cb-43d2-8b7a-fcad46d70a08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 981e58f6-8548-474f-a3ee-9561e6796cf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 981e58f6-8548-474f-a3ee-9561e6796cf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1352275188834886260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260135227518883488626013522751888348862601352275188834886260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5410a2b3-3a04-49ac-aba2-669022731b0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab9b875-da3f-4aa8-8d44-e463fa72bb07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab9b875-da3f-4aa8-8d44-e463fa72bb07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3708226266626674436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436370822626662667443637082262666266744363708226266626674436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 981e58f6-8548-474f-a3ee-9561e6796cf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41933614-4470-4b57-bf1a-95dc108e6df1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41933614-4470-4b57-bf1a-95dc108e6df1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12200194865973532540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540122001948659735325401220019486597353254012200194865973532540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab9b875-da3f-4aa8-8d44-e463fa72bb07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca851a3a-5f8b-4824-8e09-29f9683db9b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca851a3a-5f8b-4824-8e09-29f9683db9b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12579885415823516843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843125798854158235168431257988541582351684312579885415823516843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41933614-4470-4b57-bf1a-95dc108e6df1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a8e554f-f236-4f96-aa99-63f619ba2df4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a8e554f-f236-4f96-aa99-63f619ba2df4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12851696941186870380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380128516969411868703801285169694118687038012851696941186870380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca851a3a-5f8b-4824-8e09-29f9683db9b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f0e71ea-337f-4859-a07a-ef578a6400a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f0e71ea-337f-4859-a07a-ef578a6400a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1599323445793070442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442159932344579307044215993234457930704421599323445793070442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a8e554f-f236-4f96-aa99-63f619ba2df4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e80c8299-96b3-4886-99b4-bdb0f8428ede, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e80c8299-96b3-4886-99b4-bdb0f8428ede, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17656730252589557765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765176567302525895577651765673025258955776517656730252589557765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f0e71ea-337f-4859-a07a-ef578a6400a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e80c8299-96b3-4886-99b4-bdb0f8428ede, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fc0e641-70da-4bf3-a40a-c3a15269da76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc0e641-70da-4bf3-a40a-c3a15269da76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15084607048782863182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182150846070487828631821508460704878286318215084607048782863182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd541a4b-062d-4402-bcbf-835cdb25fd54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd541a4b-062d-4402-bcbf-835cdb25fd54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16143372240080215003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003161433722400802150031614337224008021500316143372240080215003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc0e641-70da-4bf3-a40a-c3a15269da76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd541a4b-062d-4402-bcbf-835cdb25fd54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 484183df-5550-45d0-b2b6-23d73c296f09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484183df-5550-45d0-b2b6-23d73c296f09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6690935335626924878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878669093533562692487866909353356269248786690935335626924878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed1a63ea-5342-4434-81d1-419304fcc06f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1a63ea-5342-4434-81d1-419304fcc06f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2421249056862980352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352242124905686298035224212490568629803522421249056862980352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484183df-5550-45d0-b2b6-23d73c296f09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cbad087-1936-4d92-8dd2-40c9008f2e8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cbad087-1936-4d92-8dd2-40c9008f2e8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13832925836710522494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494138329258367105224941383292583671052249413832925836710522494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1a63ea-5342-4434-81d1-419304fcc06f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da941931-bfd1-48f4-9d42-bae417c5aaec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da941931-bfd1-48f4-9d42-bae417c5aaec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874478710132634273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273148744787101326342731487447871013263427314874478710132634273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cbad087-1936-4d92-8dd2-40c9008f2e8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84973054-76e4-4588-9f10-880e0a9ccfc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84973054-76e4-4588-9f10-880e0a9ccfc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12641848310521229053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053126418483105212290531264184831052122905312641848310521229053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da941931-bfd1-48f4-9d42-bae417c5aaec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a95872e-c0c6-45db-a1dc-5452f3a1fe21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a95872e-c0c6-45db-a1dc-5452f3a1fe21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8859539287848401838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838885953928784840183888595392878484018388859539287848401838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84973054-76e4-4588-9f10-880e0a9ccfc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e671db38-d66a-4c8e-9011-408c74b48fe7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e671db38-d66a-4c8e-9011-408c74b48fe7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14125571593069767875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875141255715930697678751412557159306976787514125571593069767875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a95872e-c0c6-45db-a1dc-5452f3a1fe21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 946d2a98-42d0-4726-9b3c-ead487a49a48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946d2a98-42d0-4726-9b3c-ead487a49a48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3126766036968796119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119312676603696879611931267660369687961193126766036968796119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946d2a98-42d0-4726-9b3c-ead487a49a48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a448a3c5-ed1f-426b-a7e7-4b7bbe954f53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a448a3c5-ed1f-426b-a7e7-4b7bbe954f53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16718450980143012467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467167184509801430124671671845098014301246716718450980143012467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e671db38-d66a-4c8e-9011-408c74b48fe7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, face4f3b-611c-425c-a574-815be40571cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a448a3c5-ed1f-426b-a7e7-4b7bbe954f53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e252f25-4117-4780-8f8a-63b356faf71d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e252f25-4117-4780-8f8a-63b356faf71d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17737886448991843482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482177378864489918434821773788644899184348217737886448991843482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, face4f3b-611c-425c-a574-815be40571cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1035272930051514794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794103527293005151479410352729300515147941035272930051514794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e252f25-4117-4780-8f8a-63b356faf71d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 701574cc-dd5a-499b-a76c-adc04d801b28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 701574cc-dd5a-499b-a76c-adc04d801b28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459937729716101646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646104599377297161016461045993772971610164610459937729716101646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, face4f3b-611c-425c-a574-815be40571cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd1d0e25-6a09-41ce-90d0-fa1b5ce414c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd1d0e25-6a09-41ce-90d0-fa1b5ce414c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15916206190581787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591620619058178715916206190581787159162061905817871591620619058178715916206190581787159162061905817871591620619058178715916206190581787159162061905817871591620619058178715916206190581787159162061905817871591620619058178715916206190581787159162061905817871591620619058178715916206190581787159162061905817871591620619058178715916206190581787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 701574cc-dd5a-499b-a76c-adc04d801b28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99a21612-3963-4e34-aaff-89939fe2827f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a21612-3963-4e34-aaff-89939fe2827f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8268187120068858179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179826818712006885817982681871200688581798268187120068858179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd1d0e25-6a09-41ce-90d0-fa1b5ce414c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fb73064-a18e-43d8-a045-a7124f2c5c69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fb73064-a18e-43d8-a045-a7124f2c5c69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8723848505534109757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757872384850553410975787238485055341097578723848505534109757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a21612-3963-4e34-aaff-89939fe2827f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b03a099-d632-4a5b-9f19-1160c0c9e746, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b03a099-d632-4a5b-9f19-1160c0c9e746, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8641793872703998791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791864179387270399879186417938727039987918641793872703998791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fb73064-a18e-43d8-a045-a7124f2c5c69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5050b6b0-9c7a-4a37-89e5-0e17725d11ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5050b6b0-9c7a-4a37-89e5-0e17725d11ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3414905634722895319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319341490563472289531934149056347228953193414905634722895319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b03a099-d632-4a5b-9f19-1160c0c9e746, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e5192c5-f5a0-4d4b-82f7-a8f01e7e890f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e5192c5-f5a0-4d4b-82f7-a8f01e7e890f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3196339999268160820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820319633999926816082031963399992681608203196339999268160820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5050b6b0-9c7a-4a37-89e5-0e17725d11ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f42efec-7eb2-469f-9c2e-7928de5265bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f42efec-7eb2-469f-9c2e-7928de5265bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14049385018673234614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614140493850186732346141404938501867323461414049385018673234614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e5192c5-f5a0-4d4b-82f7-a8f01e7e890f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c41fe07-0237-437b-a737-420f617ab663, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c41fe07-0237-437b-a737-420f617ab663, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3271697031938375131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131327169703193837513132716970319383751313271697031938375131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f42efec-7eb2-469f-9c2e-7928de5265bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 162088bd-7509-48d6-90ca-5e72835e1e1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162088bd-7509-48d6-90ca-5e72835e1e1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15651177938917521110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110156511779389175211101565117793891752111015651177938917521110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c41fe07-0237-437b-a737-420f617ab663, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7b699a4-648c-4231-beb5-0e9c46442364, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b699a4-648c-4231-beb5-0e9c46442364, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9714461803717081210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210971446180371708121097144618037170812109714461803717081210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162088bd-7509-48d6-90ca-5e72835e1e1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58000cbc-b4e4-4e5b-9751-17d6d9f3abf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58000cbc-b4e4-4e5b-9751-17d6d9f3abf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6147558322560228402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402614755832256022840261475583225602284026147558322560228402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b699a4-648c-4231-beb5-0e9c46442364, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b076295d-445e-48d7-b1e9-8cb07039e890, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b076295d-445e-48d7-b1e9-8cb07039e890, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4098382133663675124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124409838213366367512440983821336636751244098382133663675124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58000cbc-b4e4-4e5b-9751-17d6d9f3abf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 574854a0-b01f-4080-99f5-8489d9dfd3e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574854a0-b01f-4080-99f5-8489d9dfd3e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8598385487866509984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984859838548786650998485983854878665099848598385487866509984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b076295d-445e-48d7-b1e9-8cb07039e890, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed209817-d1fd-42a3-877f-4acf1943caf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574854a0-b01f-4080-99f5-8489d9dfd3e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cdcd252-cb65-46cd-84b1-ef343e1ab108, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cdcd252-cb65-46cd-84b1-ef343e1ab108, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5177481135529595459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459517748113552959545951774811355295954595177481135529595459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed209817-d1fd-42a3-877f-4acf1943caf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8175092255256840714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714817509225525684071481750922552568407148175092255256840714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cdcd252-cb65-46cd-84b1-ef343e1ab108, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed209817-d1fd-42a3-877f-4acf1943caf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f94f156e-cc8e-4244-8d4e-649af130e3d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f94f156e-cc8e-4244-8d4e-649af130e3d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5556390181428345442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442555639018142834544255563901814283454425556390181428345442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c022fc6a-06f9-44a0-ab07-7cf8515be422, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c022fc6a-06f9-44a0-ab07-7cf8515be422, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15544898132369172048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048155448981323691720481554489813236917204815544898132369172048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f94f156e-cc8e-4244-8d4e-649af130e3d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1c0b8b5-743b-4197-9dd6-6ff3f65cabf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c022fc6a-06f9-44a0-ab07-7cf8515be422, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66da55b2-8666-49ae-a718-69a61b30c5a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1c0b8b5-743b-4197-9dd6-6ff3f65cabf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18355959511625139858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858183559595116251398581835595951162513985818355959511625139858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66da55b2-8666-49ae-a718-69a61b30c5a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11654705110746600972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972116547051107466009721165470511074660097211654705110746600972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1c0b8b5-743b-4197-9dd6-6ff3f65cabf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 099afb78-9749-453f-87cf-1212973ce805, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099afb78-9749-453f-87cf-1212973ce805, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17619043302246269911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911176190433022462699111761904330224626991117619043302246269911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66da55b2-8666-49ae-a718-69a61b30c5a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 732c9be8-c62e-46f3-b5d4-d13e0e7d0d6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 732c9be8-c62e-46f3-b5d4-d13e0e7d0d6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11721545806705905816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816117215458067059058161172154580670590581611721545806705905816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099afb78-9749-453f-87cf-1212973ce805, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3833da21-0824-4e77-9895-f5ceea0925a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3833da21-0824-4e77-9895-f5ceea0925a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17083966243086847224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224170839662430868472241708396624308684722417083966243086847224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 732c9be8-c62e-46f3-b5d4-d13e0e7d0d6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7a14d45-b596-4b60-a415-a9356ffc78e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7a14d45-b596-4b60-a415-a9356ffc78e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459867358235618287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287104598673582356182871045986735823561828710459867358235618287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3833da21-0824-4e77-9895-f5ceea0925a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c18775a8-9e59-4e0b-8c01-1949020c9aa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c18775a8-9e59-4e0b-8c01-1949020c9aa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14509714873794717579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579145097148737947175791450971487379471757914509714873794717579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7a14d45-b596-4b60-a415-a9356ffc78e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f13db045-ed41-4bf3-9f4e-e36593abd927, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13db045-ed41-4bf3-9f4e-e36593abd927, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 211853564229229919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919211853564229229919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c18775a8-9e59-4e0b-8c01-1949020c9aa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb52ba23-c863-4c29-8a2e-cf7c3f8566af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb52ba23-c863-4c29-8a2e-cf7c3f8566af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6920381613871771787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787692038161387177178769203816138717717876920381613871771787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13db045-ed41-4bf3-9f4e-e36593abd927, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23def141-ca60-4d18-bdc9-52ef9b2b20fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23def141-ca60-4d18-bdc9-52ef9b2b20fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17765827387833943775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775177658273878339437751776582738783394377517765827387833943775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb52ba23-c863-4c29-8a2e-cf7c3f8566af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bdb61e6-7c32-462f-864f-f62968a7344b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bdb61e6-7c32-462f-864f-f62968a7344b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14723839127324671308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308147238391273246713081472383912732467130814723839127324671308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23def141-ca60-4d18-bdc9-52ef9b2b20fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f69baf5-5dc5-47c5-8151-587a9b5de7ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f69baf5-5dc5-47c5-8151-587a9b5de7ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15632172269333330351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351156321722693333303511563217226933333035115632172269333330351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bdb61e6-7c32-462f-864f-f62968a7344b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b683592-a4dd-4331-aa69-17781bf63508, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b683592-a4dd-4331-aa69-17781bf63508, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8148502053158805496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496814850205315880549681485020531588054968148502053158805496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f69baf5-5dc5-47c5-8151-587a9b5de7ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e3ee21-c848-4b2d-abdd-4b8b9496911d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e3ee21-c848-4b2d-abdd-4b8b9496911d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11403723252665331418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418114037232526653314181140372325266533141811403723252665331418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b683592-a4dd-4331-aa69-17781bf63508, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47c9c95c-2cee-4ada-8723-d1d78167d400, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c9c95c-2cee-4ada-8723-d1d78167d400, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18410973924675224333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333184109739246752243331841097392467522433318410973924675224333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e3ee21-c848-4b2d-abdd-4b8b9496911d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb07d139-d4fa-469e-a9de-bfc3922e0a90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb07d139-d4fa-469e-a9de-bfc3922e0a90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16912436041166059610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610169124360411660596101691243604116605961016912436041166059610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c9c95c-2cee-4ada-8723-d1d78167d400, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dd0b396-4107-42ea-b2de-b2fbbb3cae7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dd0b396-4107-42ea-b2de-b2fbbb3cae7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3729592574928523850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850372959257492852385037295925749285238503729592574928523850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb07d139-d4fa-469e-a9de-bfc3922e0a90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6baaa2c-b787-435f-8326-e7d4d6819763, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6baaa2c-b787-435f-8326-e7d4d6819763, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6646065644574799244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244664606564457479924466460656445747992446646065644574799244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dd0b396-4107-42ea-b2de-b2fbbb3cae7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32bc4f55-53ce-4d85-b1f2-99df20dbdc25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6baaa2c-b787-435f-8326-e7d4d6819763, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af6ed22b-7af2-4131-a82f-2a4a09109277, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6ed22b-7af2-4131-a82f-2a4a09109277, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 332874399222926139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139332874399222926139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32bc4f55-53ce-4d85-b1f2-99df20dbdc25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5512416368155121123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123551241636815512112355124163681551211235512416368155121123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6ed22b-7af2-4131-a82f-2a4a09109277, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32bc4f55-53ce-4d85-b1f2-99df20dbdc25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26f033db-72b8-4ca4-8f61-feb0332e0275, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 993d9243-c82e-4365-927d-fc4a0f0effe8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 993d9243-c82e-4365-927d-fc4a0f0effe8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6930584646136698947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947693058464613669894769305846461366989476930584646136698947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f033db-72b8-4ca4-8f61-feb0332e0275, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10623692939199852728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728106236929391998527281062369293919985272810623692939199852728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 993d9243-c82e-4365-927d-fc4a0f0effe8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e729c34-7ec7-449e-8cad-a5e365d6f4d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e729c34-7ec7-449e-8cad-a5e365d6f4d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7248591902333555021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021724859190233355502172485919023335550217248591902333555021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f033db-72b8-4ca4-8f61-feb0332e0275, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b129bfe-316c-4c30-9893-1cd829321138, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b129bfe-316c-4c30-9893-1cd829321138, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 503413789942356425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425503413789942356425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e729c34-7ec7-449e-8cad-a5e365d6f4d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33b13c11-9d21-46f3-b5f3-b0d8ba0143f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b13c11-9d21-46f3-b5f3-b0d8ba0143f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11973666035914108539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539119736660359141085391197366603591410853911973666035914108539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b129bfe-316c-4c30-9893-1cd829321138, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf783a2b-eb7b-49d9-9cf4-72b15ac256a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf783a2b-eb7b-49d9-9cf4-72b15ac256a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11078233194907558481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481110782331949075584811107823319490755848111078233194907558481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b13c11-9d21-46f3-b5f3-b0d8ba0143f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 106ba8da-4805-4a80-a563-dd63de6e25a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 106ba8da-4805-4a80-a563-dd63de6e25a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4682329573541116748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748468232957354111674846823295735411167484682329573541116748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf783a2b-eb7b-49d9-9cf4-72b15ac256a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a1e57c7-cb04-401d-bd49-7baca047d3e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a1e57c7-cb04-401d-bd49-7baca047d3e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12746378337150590624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624127463783371505906241274637833715059062412746378337150590624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 106ba8da-4805-4a80-a563-dd63de6e25a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f482fe68-c409-494c-8713-afdd7c1c93cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f482fe68-c409-494c-8713-afdd7c1c93cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17577966248653104710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710175779662486531047101757796624865310471017577966248653104710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a1e57c7-cb04-401d-bd49-7baca047d3e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4505519-e7d8-40df-a771-a130865ea817, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4505519-e7d8-40df-a771-a130865ea817, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 593229380466312823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823593229380466312823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f482fe68-c409-494c-8713-afdd7c1c93cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4505519-e7d8-40df-a771-a130865ea817, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2f5abcc-fef5-48f1-873e-9a4bfe657bfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2f5abcc-fef5-48f1-873e-9a4bfe657bfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6519583396174880472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472651958339617488047265195833961748804726519583396174880472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2f2fb2-6fce-4b47-8daa-54e45aa53b31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2f2fb2-6fce-4b47-8daa-54e45aa53b31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5671942847923559923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923567194284792355992356719428479235599235671942847923559923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2f5abcc-fef5-48f1-873e-9a4bfe657bfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2f2fb2-6fce-4b47-8daa-54e45aa53b31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 539f45b9-c993-4055-9e5d-0af7ca615613, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97347524-5020-4dfe-bbc7-bc2ceb9ec344, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97347524-5020-4dfe-bbc7-bc2ceb9ec344, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13021668925658471031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031130216689256584710311302166892565847103113021668925658471031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 539f45b9-c993-4055-9e5d-0af7ca615613, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12034587405762303522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522120345874057623035221203458740576230352212034587405762303522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97347524-5020-4dfe-bbc7-bc2ceb9ec344, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b4e7565-5a3f-4063-ae8b-2a5db2499c61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4e7565-5a3f-4063-ae8b-2a5db2499c61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 98528721605386612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9852872160538661298528721605386612985287216053866129852872160538661298528721605386612985287216053866129852872160538661298528721605386612985287216053866129852872160538661298528721605386612985287216053866129852872160538661298528721605386612985287216053866129852872160538661298528721605386612985287216053866129852872160538661298528721605386612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 539f45b9-c993-4055-9e5d-0af7ca615613, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b19318-0624-48c6-ae3a-6720e7e20659, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b19318-0624-48c6-ae3a-6720e7e20659, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4705828976580379807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807470582897658037980747058289765803798074705828976580379807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4e7565-5a3f-4063-ae8b-2a5db2499c61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bcae132-190f-4627-b733-7a65e30522e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bcae132-190f-4627-b733-7a65e30522e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426561693313489738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738342656169331348973834265616933134897383426561693313489738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b19318-0624-48c6-ae3a-6720e7e20659, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c435e97-ef2a-420c-827e-380cfceb4a09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c435e97-ef2a-420c-827e-380cfceb4a09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390270568418621366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366939027056841862136693902705684186213669390270568418621366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bcae132-190f-4627-b733-7a65e30522e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6331b032-c927-47e2-84cf-d191dd6b91f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6331b032-c927-47e2-84cf-d191dd6b91f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4722491193354351290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290472249119335435129047224911933543512904722491193354351290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c435e97-ef2a-420c-827e-380cfceb4a09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1c45098-52e5-4816-a7dc-8935ce41b482, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c45098-52e5-4816-a7dc-8935ce41b482, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5813719354886396298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298581371935488639629858137193548863962985813719354886396298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6331b032-c927-47e2-84cf-d191dd6b91f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec308fb9-fba7-4da4-80a1-ff88ca17022e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c45098-52e5-4816-a7dc-8935ce41b482, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a603f401-6770-43fe-854d-887792a84921, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a603f401-6770-43fe-854d-887792a84921, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11119682795168602123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123111196827951686021231111968279516860212311119682795168602123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec308fb9-fba7-4da4-80a1-ff88ca17022e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8981903608295027046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046898190360829502704689819036082950270468981903608295027046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a603f401-6770-43fe-854d-887792a84921, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c1daf46-914e-4325-aa22-ca0aba982782, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c1daf46-914e-4325-aa22-ca0aba982782, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14216411306488696930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930142164113064886969301421641130648869693014216411306488696930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec308fb9-fba7-4da4-80a1-ff88ca17022e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39f1f1d3-9253-4f11-81d7-230e8dc5e8ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f1f1d3-9253-4f11-81d7-230e8dc5e8ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1165261813111879172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172116526181311187917211652618131118791721165261813111879172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c1daf46-914e-4325-aa22-ca0aba982782, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd51b8b-437b-490f-9b8f-584dc263d089, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd51b8b-437b-490f-9b8f-584dc263d089, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17258529916353244067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067172585299163532440671725852991635324406717258529916353244067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f1f1d3-9253-4f11-81d7-230e8dc5e8ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44f250fa-cdad-4270-9d04-6939489f517a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd51b8b-437b-490f-9b8f-584dc263d089, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21baea1c-811a-48d7-8951-e8c182bbb32a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21baea1c-811a-48d7-8951-e8c182bbb32a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802055583218957421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421108020555832189574211080205558321895742110802055583218957421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f250fa-cdad-4270-9d04-6939489f517a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18241809310022664506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506182418093100226645061824180931002266450618241809310022664506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21baea1c-811a-48d7-8951-e8c182bbb32a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee446c7-bb40-4ec7-938e-e2900dedbbd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee446c7-bb40-4ec7-938e-e2900dedbbd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7335093034541314898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898733509303454131489873350930345413148987335093034541314898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f250fa-cdad-4270-9d04-6939489f517a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec93a61e-626d-490a-a5d7-546244b68907, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec93a61e-626d-490a-a5d7-546244b68907, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11226210736161806986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986112262107361618069861122621073616180698611226210736161806986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee446c7-bb40-4ec7-938e-e2900dedbbd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc1c0865-407a-4cd0-a7c3-b118ea1ba11f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1c0865-407a-4cd0-a7c3-b118ea1ba11f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3180346546894646262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262318034654689464626231803465468946462623180346546894646262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec93a61e-626d-490a-a5d7-546244b68907, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f56058f-8d4c-4b61-9f05-91adb0e8b5c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f56058f-8d4c-4b61-9f05-91adb0e8b5c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4183509402168449242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242418350940216844924241835094021684492424183509402168449242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1c0865-407a-4cd0-a7c3-b118ea1ba11f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9d5a2ed-a589-4f0a-984a-dcd1fb156b3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9d5a2ed-a589-4f0a-984a-dcd1fb156b3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7483575076215216819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819748357507621521681974835750762152168197483575076215216819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f56058f-8d4c-4b61-9f05-91adb0e8b5c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7b180b8-46d7-4b9b-b244-63cfe72bdf92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b180b8-46d7-4b9b-b244-63cfe72bdf92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12026615249973828653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653120266152499738286531202661524997382865312026615249973828653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9d5a2ed-a589-4f0a-984a-dcd1fb156b3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16ccce21-c4ea-4f21-b031-983cc0500bdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ccce21-c4ea-4f21-b031-983cc0500bdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6352380551439163006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006635238055143916300663523805514391630066352380551439163006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ccce21-c4ea-4f21-b031-983cc0500bdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1fd83cf-dbd6-434f-a77b-b7717b80e134, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1fd83cf-dbd6-434f-a77b-b7717b80e134, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15089795494198851076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076150897954941988510761508979549419885107615089795494198851076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b180b8-46d7-4b9b-b244-63cfe72bdf92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88caeac2-7cde-4703-a895-52bfddd58faf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88caeac2-7cde-4703-a895-52bfddd58faf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5662185278778400883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883566218527877840088356621852787784008835662185278778400883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1fd83cf-dbd6-434f-a77b-b7717b80e134, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4754f57-7954-42b6-b79d-cc789145f523, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4754f57-7954-42b6-b79d-cc789145f523, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18126801511883685425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425181268015118836854251812680151188368542518126801511883685425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88caeac2-7cde-4703-a895-52bfddd58faf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9922fce-bf05-48c1-b5a0-fac6f0611c01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4754f57-7954-42b6-b79d-cc789145f523, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9922fce-bf05-48c1-b5a0-fac6f0611c01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13202900927454674476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476132029009274546744761320290092745467447613202900927454674476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c32c124c-49a9-4054-9b98-fcc2b2c0368e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32c124c-49a9-4054-9b98-fcc2b2c0368e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7702996020741153039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039770299602074115303977029960207411530397702996020741153039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9922fce-bf05-48c1-b5a0-fac6f0611c01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c90d4c4-c9de-4168-a20f-eb607eca6904, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c90d4c4-c9de-4168-a20f-eb607eca6904, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15775388554737876118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118157753885547378761181577538855473787611815775388554737876118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32c124c-49a9-4054-9b98-fcc2b2c0368e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 534b2d78-cbe5-4ef0-a3d0-11b94cad1f39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534b2d78-cbe5-4ef0-a3d0-11b94cad1f39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5514625581473798862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862551462558147379886255146255814737988625514625581473798862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c90d4c4-c9de-4168-a20f-eb607eca6904, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 681d73bc-ba4d-4101-8109-1644d4704a0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534b2d78-cbe5-4ef0-a3d0-11b94cad1f39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e119a1c1-43f2-4200-876e-0af02eaee179, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e119a1c1-43f2-4200-876e-0af02eaee179, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1253352379934870500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500125335237993487050012533523799348705001253352379934870500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681d73bc-ba4d-4101-8109-1644d4704a0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 755509890898315482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482755509890898315482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e119a1c1-43f2-4200-876e-0af02eaee179, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a222dc7-dcc9-4fc5-99d9-0a40d7adde37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a222dc7-dcc9-4fc5-99d9-0a40d7adde37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2347592308681620145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145234759230868162014523475923086816201452347592308681620145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681d73bc-ba4d-4101-8109-1644d4704a0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7a18bf4-42af-48eb-9a43-9c6081e59f60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a18bf4-42af-48eb-9a43-9c6081e59f60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12869207420567910438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438128692074205679104381286920742056791043812869207420567910438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a222dc7-dcc9-4fc5-99d9-0a40d7adde37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc41b954-588c-4dae-b34a-75bd27b4b8de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a18bf4-42af-48eb-9a43-9c6081e59f60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eef582f-a394-4032-abf2-ffcf2e4c3499, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc41b954-588c-4dae-b34a-75bd27b4b8de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371219489559745351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351837121948955974535183712194895597453518371219489559745351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eef582f-a394-4032-abf2-ffcf2e4c3499, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4697157316297234580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580469715731629723458046971573162972345804697157316297234580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc41b954-588c-4dae-b34a-75bd27b4b8de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d3f105e-014b-4d9f-86a0-2cbeac36ad32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3f105e-014b-4d9f-86a0-2cbeac36ad32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17989177641069276354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354179891776410692763541798917764106927635417989177641069276354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eef582f-a394-4032-abf2-ffcf2e4c3499, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a1771e-b272-40fa-b3f5-16f6a918fb04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a1771e-b272-40fa-b3f5-16f6a918fb04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1537047745690561240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240153704774569056124015370477456905612401537047745690561240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3f105e-014b-4d9f-86a0-2cbeac36ad32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36e0cf01-ca08-4919-9898-d3bd51220244, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e0cf01-ca08-4919-9898-d3bd51220244, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10109120031600839713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713101091200316008397131010912003160083971310109120031600839713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a1771e-b272-40fa-b3f5-16f6a918fb04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7df6a1-e32a-4889-bc02-3cfd26a5318a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7df6a1-e32a-4889-bc02-3cfd26a5318a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12133837517596396475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475121338375175963964751213383751759639647512133837517596396475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e0cf01-ca08-4919-9898-d3bd51220244, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68c7b0d3-ab66-4da7-9da3-0c75d95340af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c7b0d3-ab66-4da7-9da3-0c75d95340af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2117540724063049017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017211754072406304901721175407240630490172117540724063049017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7df6a1-e32a-4889-bc02-3cfd26a5318a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1264c367-b8ef-4378-a0c4-c97d7e0c8663, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1264c367-b8ef-4378-a0c4-c97d7e0c8663, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11241945531020624576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576112419455310206245761124194553102062457611241945531020624576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1264c367-b8ef-4378-a0c4-c97d7e0c8663, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0098aae5-9fcb-4ed2-a94c-298ec3153be1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0098aae5-9fcb-4ed2-a94c-298ec3153be1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1670494422787693577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577167049442278769357716704944227876935771670494422787693577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c7b0d3-ab66-4da7-9da3-0c75d95340af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff84d22d-d1f5-476d-83ee-43f321b17413, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff84d22d-d1f5-476d-83ee-43f321b17413, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3812101661717777979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979381210166171777797938121016617177779793812101661717777979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0098aae5-9fcb-4ed2-a94c-298ec3153be1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 144d5ca1-558e-4f79-9421-5fca071b9969, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144d5ca1-558e-4f79-9421-5fca071b9969, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9153217631423842230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230915321763142384223091532176314238422309153217631423842230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff84d22d-d1f5-476d-83ee-43f321b17413, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144d5ca1-558e-4f79-9421-5fca071b9969, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b7349e9-df55-4cd2-a4eb-863573142741, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a50c9a65-e90b-4f68-b029-af89b90f58d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b7349e9-df55-4cd2-a4eb-863573142741, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10152786882476176664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664101527868824761766641015278688247617666410152786882476176664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a50c9a65-e90b-4f68-b029-af89b90f58d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2473847121858492101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101247384712185849210124738471218584921012473847121858492101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b7349e9-df55-4cd2-a4eb-863573142741, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a2b90c4-c616-41e7-9fca-2afa1678b952, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a50c9a65-e90b-4f68-b029-af89b90f58d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a289c7c2-28e4-46cb-9bc0-e19c14b3ebd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a289c7c2-28e4-46cb-9bc0-e19c14b3ebd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17740938456917535230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230177409384569175352301774093845691753523017740938456917535230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2b90c4-c616-41e7-9fca-2afa1678b952, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7297367176923447992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992729736717692344799272973671769234479927297367176923447992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a289c7c2-28e4-46cb-9bc0-e19c14b3ebd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07881eb8-8563-43bf-a5d9-b1bc9cfb42ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07881eb8-8563-43bf-a5d9-b1bc9cfb42ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12341372972611795333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333123413729726117953331234137297261179533312341372972611795333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2b90c4-c616-41e7-9fca-2afa1678b952, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64406415-4ffa-49f9-a001-c8b9ca59d1a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07881eb8-8563-43bf-a5d9-b1bc9cfb42ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48d7afc0-7926-4523-986e-81ddef6623b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64406415-4ffa-49f9-a001-c8b9ca59d1a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5585954524572404640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640558595452457240464055859545245724046405585954524572404640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d7afc0-7926-4523-986e-81ddef6623b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1887029161021602203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203188702916102160220318870291610216022031887029161021602203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64406415-4ffa-49f9-a001-c8b9ca59d1a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d7afc0-7926-4523-986e-81ddef6623b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a6b8473-2539-4852-afd0-3b021fe4b11f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6b8473-2539-4852-afd0-3b021fe4b11f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13419671739085022210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210134196717390850222101341967173908502221013419671739085022210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1e80421-c7ca-42c8-b69a-10e2fb25ab0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e80421-c7ca-42c8-b69a-10e2fb25ab0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13759507485599435024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024137595074855994350241375950748559943502413759507485599435024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6b8473-2539-4852-afd0-3b021fe4b11f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94e8ae5c-e026-4403-8e09-4f7f38892133, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e8ae5c-e026-4403-8e09-4f7f38892133, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15404381526870926637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637154043815268709266371540438152687092663715404381526870926637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e80421-c7ca-42c8-b69a-10e2fb25ab0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 792d3efe-3e78-4c5b-8de1-190ef11165e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e8ae5c-e026-4403-8e09-4f7f38892133, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792d3efe-3e78-4c5b-8de1-190ef11165e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2817247862323758292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292281724786232375829228172478623237582922817247862323758292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19088525-17f9-437b-b495-c25db4718ff9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19088525-17f9-437b-b495-c25db4718ff9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11116383021399701236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236111163830213997012361111638302139970123611116383021399701236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792d3efe-3e78-4c5b-8de1-190ef11165e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01ff6cf2-55a0-47dd-8922-90bf13f50e7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ff6cf2-55a0-47dd-8922-90bf13f50e7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15786255860902081406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406157862558609020814061578625586090208140615786255860902081406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19088525-17f9-437b-b495-c25db4718ff9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc037141-bfea-476e-be42-088af0cb6db1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc037141-bfea-476e-be42-088af0cb6db1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11532896707890018579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579115328967078900185791153289670789001857911532896707890018579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ff6cf2-55a0-47dd-8922-90bf13f50e7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 539c8c30-a821-4ffa-973d-47bc03144e42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 539c8c30-a821-4ffa-973d-47bc03144e42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11606710064622461671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671116067100646224616711160671006462246167111606710064622461671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc037141-bfea-476e-be42-088af0cb6db1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4f9820f-a737-431d-92e1-3a6d7eaff032, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f9820f-a737-431d-92e1-3a6d7eaff032, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16849847197236878469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469168498471972368784691684984719723687846916849847197236878469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 539c8c30-a821-4ffa-973d-47bc03144e42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68c17faf-2f96-43ed-82d5-22a04556a986, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c17faf-2f96-43ed-82d5-22a04556a986, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6338926906127591246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246633892690612759124663389269061275912466338926906127591246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f9820f-a737-431d-92e1-3a6d7eaff032, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c17faf-2f96-43ed-82d5-22a04556a986, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b163dd39-693f-4497-ad5e-ef42f945fda6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b163dd39-693f-4497-ad5e-ef42f945fda6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10149329155362663364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364101493291553626633641014932915536266336410149329155362663364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9159d9e-46fb-4437-98b8-da461206533d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9159d9e-46fb-4437-98b8-da461206533d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3067348175421845416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416306734817542184541630673481754218454163067348175421845416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b163dd39-693f-4497-ad5e-ef42f945fda6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9159d9e-46fb-4437-98b8-da461206533d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f45bb3f3-2e1c-4e23-9714-2878e546fc2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45bb3f3-2e1c-4e23-9714-2878e546fc2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2499724451171709460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460249972445117170946024997244511717094602499724451171709460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25a92c30-5d57-4833-844b-936def355faa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a92c30-5d57-4833-844b-936def355faa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13215645778404492146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146132156457784044921461321564577840449214613215645778404492146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45bb3f3-2e1c-4e23-9714-2878e546fc2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66a75f3c-163b-42e4-81a2-eb355ce933e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66a75f3c-163b-42e4-81a2-eb355ce933e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10291645193010949052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052102916451930109490521029164519301094905210291645193010949052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a92c30-5d57-4833-844b-936def355faa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34ae2fc6-f4c3-463a-93ca-53a2265753ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34ae2fc6-f4c3-463a-93ca-53a2265753ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17044006176435007779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779170440061764350077791704400617643500777917044006176435007779" } } } 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:14525/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66a75f3c-163b-42e4-81a2-eb355ce933e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f45fafbe-5d80-4d9f-9d88-ddc9aaddce67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45fafbe-5d80-4d9f-9d88-ddc9aaddce67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14715083827781205213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213147150838277812052131471508382778120521314715083827781205213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34ae2fc6-f4c3-463a-93ca-53a2265753ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9abf24d-06c9-4921-8546-aa4e7c7d44d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45fafbe-5d80-4d9f-9d88-ddc9aaddce67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9054c6e3-8abe-407d-bfe5-d0ad181b8cc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9054c6e3-8abe-407d-bfe5-d0ad181b8cc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18023949892007163736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736180239498920071637361802394989200716373618023949892007163736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9abf24d-06c9-4921-8546-aa4e7c7d44d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 691149646073287894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894691149646073287894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9054c6e3-8abe-407d-bfe5-d0ad181b8cc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfb9232a-2318-4203-8f7a-dabba809a717, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfb9232a-2318-4203-8f7a-dabba809a717, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12395650099774288324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324123956500997742883241239565009977428832412395650099774288324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9abf24d-06c9-4921-8546-aa4e7c7d44d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27a7ce20-36d3-4649-ad2b-02f8218587d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27a7ce20-36d3-4649-ad2b-02f8218587d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13069166111945352189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189130691661119453521891306916611194535218913069166111945352189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfb9232a-2318-4203-8f7a-dabba809a717, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7e27244-69f1-45d0-8375-335eb163ee1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7e27244-69f1-45d0-8375-335eb163ee1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18015288204721290091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091180152882047212900911801528820472129009118015288204721290091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27a7ce20-36d3-4649-ad2b-02f8218587d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 316ccc5d-bbb3-4f05-bc4c-67b0877adf4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316ccc5d-bbb3-4f05-bc4c-67b0877adf4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13757720462355576447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447137577204623555764471375772046235557644713757720462355576447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7e27244-69f1-45d0-8375-335eb163ee1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b55b45b-2055-45f1-8b59-e5389d47139b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b55b45b-2055-45f1-8b59-e5389d47139b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10846832530743106562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562108468325307431065621084683253074310656210846832530743106562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316ccc5d-bbb3-4f05-bc4c-67b0877adf4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7853f571-6143-4765-a49f-b5971b514ce9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7853f571-6143-4765-a49f-b5971b514ce9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189884921223243253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253118988492122324325311898849212232432531189884921223243253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b55b45b-2055-45f1-8b59-e5389d47139b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97abe5d6-64ed-4a0b-b452-3766b3586c7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97abe5d6-64ed-4a0b-b452-3766b3586c7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2692433483087762517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517269243348308776251726924334830877625172692433483087762517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7853f571-6143-4765-a49f-b5971b514ce9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b9ebfb0-79b2-461c-9f93-44eb61d44dd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b9ebfb0-79b2-461c-9f93-44eb61d44dd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3392019988088890442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442339201998808889044233920199880888904423392019988088890442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97abe5d6-64ed-4a0b-b452-3766b3586c7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20b08ee-ba26-4d7d-b5be-f8ec2095c96f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20b08ee-ba26-4d7d-b5be-f8ec2095c96f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2389852937702237710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710238985293770223771023898529377022377102389852937702237710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b9ebfb0-79b2-461c-9f93-44eb61d44dd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20b08ee-ba26-4d7d-b5be-f8ec2095c96f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b6b5528-36ff-4f60-80f2-79924de0e636, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b6b5528-36ff-4f60-80f2-79924de0e636, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17231212518972801290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290172312125189728012901723121251897280129017231212518972801290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d284c08-7c5d-4e8a-ba63-df8171dd9638, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d284c08-7c5d-4e8a-ba63-df8171dd9638, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7175595870499265869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869717559587049926586971755958704992658697175595870499265869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b6b5528-36ff-4f60-80f2-79924de0e636, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d284c08-7c5d-4e8a-ba63-df8171dd9638, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64fc922f-8e88-49ae-8588-83aca06199a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64fc922f-8e88-49ae-8588-83aca06199a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15505591434008237918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918155055914340082379181550559143400823791815505591434008237918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b70ef48c-7d99-464f-93e2-ec335ae06cee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b70ef48c-7d99-464f-93e2-ec335ae06cee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2181571894154245953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953218157189415424595321815718941542459532181571894154245953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64fc922f-8e88-49ae-8588-83aca06199a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f25e95b6-8f9e-4530-8467-fd1e9bc52465, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f25e95b6-8f9e-4530-8467-fd1e9bc52465, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 398738013139173728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728398738013139173728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b70ef48c-7d99-464f-93e2-ec335ae06cee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a3ad82-f4bd-4db7-8b0b-b2dffff8881e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a3ad82-f4bd-4db7-8b0b-b2dffff8881e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2493284086094282666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666249328408609428266624932840860942826662493284086094282666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f25e95b6-8f9e-4530-8467-fd1e9bc52465, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89d3ad8a-5297-46f4-bdb5-0ebdec25ba07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d3ad8a-5297-46f4-bdb5-0ebdec25ba07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16087692337038350134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134160876923370383501341608769233703835013416087692337038350134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a3ad82-f4bd-4db7-8b0b-b2dffff8881e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0209c3b9-8f9c-43fb-957d-85b6c6c8cceb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0209c3b9-8f9c-43fb-957d-85b6c6c8cceb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2970997818159331017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017297099781815933101729709978181593310172970997818159331017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89d3ad8a-5297-46f4-bdb5-0ebdec25ba07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a1d6b44-bcd2-4316-b875-19cc308cd2ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a1d6b44-bcd2-4316-b875-19cc308cd2ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9065013235693323246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246906501323569332324690650132356933232469065013235693323246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0209c3b9-8f9c-43fb-957d-85b6c6c8cceb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a1d6b44-bcd2-4316-b875-19cc308cd2ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6af43a7f-8fab-4694-aff5-6b56fa74ab4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af43a7f-8fab-4694-aff5-6b56fa74ab4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4175874028400220085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085417587402840022008541758740284002200854175874028400220085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc848ae4-fc9b-4e66-bdb8-469bd00fa19d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc848ae4-fc9b-4e66-bdb8-469bd00fa19d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5560379373763282903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903556037937376328290355603793737632829035560379373763282903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af43a7f-8fab-4694-aff5-6b56fa74ab4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d300a677-8f63-4e4a-a3dd-a86a853da8d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d300a677-8f63-4e4a-a3dd-a86a853da8d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13643528006543068568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568136435280065430685681364352800654306856813643528006543068568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc848ae4-fc9b-4e66-bdb8-469bd00fa19d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d29640e8-0f57-4e69-bc80-161e6776b4c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d29640e8-0f57-4e69-bc80-161e6776b4c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498172606365496391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391349817260636549639134981726063654963913498172606365496391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d300a677-8f63-4e4a-a3dd-a86a853da8d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18548956-4b68-4fa8-ab0a-026cee4a9b53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18548956-4b68-4fa8-ab0a-026cee4a9b53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210812147168037697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697721081214716803769772108121471680376977210812147168037697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d29640e8-0f57-4e69-bc80-161e6776b4c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cd5ee83-da4b-4b93-915f-cc7cbf92a5f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18548956-4b68-4fa8-ab0a-026cee4a9b53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd5ee83-da4b-4b93-915f-cc7cbf92a5f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9371022219343225070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070937102221934322507093710222193432250709371022219343225070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b6300fd-2df6-4a95-ac1f-b1e81c61774e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd5ee83-da4b-4b93-915f-cc7cbf92a5f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70f02f7-59e4-44a3-81f9-975f009e2304, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70f02f7-59e4-44a3-81f9-975f009e2304, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17238970887250330192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192172389708872503301921723897088725033019217238970887250330192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b6300fd-2df6-4a95-ac1f-b1e81c61774e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10022746014063179523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523100227460140631795231002274601406317952310022746014063179523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70f02f7-59e4-44a3-81f9-975f009e2304, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b6300fd-2df6-4a95-ac1f-b1e81c61774e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6d75621-9e6e-45b3-9c61-95f0c07e9912, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db03c077-16a0-4df5-b3a8-88a4676937be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db03c077-16a0-4df5-b3a8-88a4676937be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6193057221903856715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715619305722190385671561930572219038567156193057221903856715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6d75621-9e6e-45b3-9c61-95f0c07e9912, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6623386199188151527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527662338619918815152766233861991881515276623386199188151527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db03c077-16a0-4df5-b3a8-88a4676937be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6996e679-6008-4634-895b-f5a036f4eaaf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6996e679-6008-4634-895b-f5a036f4eaaf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1703607812460952334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334170360781246095233417036078124609523341703607812460952334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6d75621-9e6e-45b3-9c61-95f0c07e9912, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4299913-266f-423d-a036-6660827f497b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4299913-266f-423d-a036-6660827f497b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3403234532310277403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403340323453231027740334032345323102774033403234532310277403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6996e679-6008-4634-895b-f5a036f4eaaf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42edf492-385f-460f-a8b0-6374f55295b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42edf492-385f-460f-a8b0-6374f55295b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9985689915149096333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333998568991514909633399856899151490963339985689915149096333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4299913-266f-423d-a036-6660827f497b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be275b0b-83c7-418e-9874-eaf6671d4828, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42edf492-385f-460f-a8b0-6374f55295b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c2776a6-c495-46c1-a27c-441dc66fa54e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c2776a6-c495-46c1-a27c-441dc66fa54e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12642525365824240342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342126425253658242403421264252536582424034212642525365824240342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be275b0b-83c7-418e-9874-eaf6671d4828, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18202293155471429598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598182022931554714295981820229315547142959818202293155471429598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be275b0b-83c7-418e-9874-eaf6671d4828, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d925a900-41f3-419d-87af-15d1f303e754, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c2776a6-c495-46c1-a27c-441dc66fa54e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5b88672-17e6-4b22-8831-c95e719328bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b88672-17e6-4b22-8831-c95e719328bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10729015643761551644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644107290156437615516441072901564376155164410729015643761551644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d925a900-41f3-419d-87af-15d1f303e754, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 861096176105198900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900861096176105198900" } } } 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/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_e4kj6orn.log --grpc-port=14525 --mon-port=62032 --ic-port=10289 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_e4kj6orn.log', '--grpc-port=14525', '--mon-port=62032', '--ic-port=10289', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1451047
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:14525/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b88672-17e6-4b22-8831-c95e719328bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cd0a44a-20fe-40a8-9f9b-5106c5e73a26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cd0a44a-20fe-40a8-9f9b-5106c5e73a26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11921523369562168035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035119215233695621680351192152336956216803511921523369562168035" } } } 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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d925a900-41f3-419d-87af-15d1f303e754, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9716e2b1-40c4-40b8-b028-088afde97dc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9716e2b1-40c4-40b8-b028-088afde97dc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1558402812825222126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126155840281282522212615584028128252221261558402812825222126" } } } 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: 1451048
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cd0a44a-20fe-40a8-9f9b-5106c5e73a26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75a88b32-7881-437e-9bdd-e4ff35badb61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a88b32-7881-437e-9bdd-e4ff35badb61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14666136110707696871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871146661361107076968711466613611070769687114666136110707696871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9716e2b1-40c4-40b8-b028-088afde97dc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdb869d5-53c9-40f9-b664-23620c5cb3b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb869d5-53c9-40f9-b664-23620c5cb3b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11931210349228243573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573119312103492282435731193121034922824357311931210349228243573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a88b32-7881-437e-9bdd-e4ff35badb61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 139b5720-d499-4282-bdd1-aa955e23a379, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 139b5720-d499-4282-bdd1-aa955e23a379, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4683290769710507079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079468329076971050707946832907697105070794683290769710507079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb869d5-53c9-40f9-b664-23620c5cb3b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3503931-523b-4d1d-80e3-14aac808958e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3503931-523b-4d1d-80e3-14aac808958e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9675206864692207798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798967520686469220779896752068646922077989675206864692207798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 139b5720-d499-4282-bdd1-aa955e23a379, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81f9dcbf-a996-4b10-8923-b3710a3d8716, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f9dcbf-a996-4b10-8923-b3710a3d8716, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17143816383562209696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696171438163835622096961714381638356220969617143816383562209696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3503931-523b-4d1d-80e3-14aac808958e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 439f0245-7c65-460d-b7ed-398bec3669cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f9dcbf-a996-4b10-8923-b3710a3d8716, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 439f0245-7c65-460d-b7ed-398bec3669cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5409767706635819583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583540976770663581958354097677066358195835409767706635819583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 439f0245-7c65-460d-b7ed-398bec3669cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c701b7e8-5cce-4bc6-9e06-d6ce9612eb05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c701b7e8-5cce-4bc6-9e06-d6ce9612eb05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12194921122943056839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839121949211229430568391219492112294305683912194921122943056839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fdc6d03-c9cf-43c6-a689-5d0ce62590dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fdc6d03-c9cf-43c6-a689-5d0ce62590dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10385858355833637192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192103858583558336371921038585835583363719210385858355833637192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fdc6d03-c9cf-43c6-a689-5d0ce62590dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aec5c8d-a268-4153-9a96-f496519ac58e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aec5c8d-a268-4153-9a96-f496519ac58e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11849163276168351491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491118491632761683514911184916327616835149111849163276168351491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c701b7e8-5cce-4bc6-9e06-d6ce9612eb05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a36056a6-3954-4fde-9025-26ea75dc8948, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a36056a6-3954-4fde-9025-26ea75dc8948, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2261099063761468375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375226109906376146837522610990637614683752261099063761468375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aec5c8d-a268-4153-9a96-f496519ac58e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52d727c6-1ef5-4cc0-afd3-c22cb3e02bb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d727c6-1ef5-4cc0-afd3-c22cb3e02bb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16946317305362027892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892169463173053620278921694631730536202789216946317305362027892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d727c6-1ef5-4cc0-afd3-c22cb3e02bb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b855f995-53d9-4575-a7d0-7a381bb3d8ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a36056a6-3954-4fde-9025-26ea75dc8948, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40caafe1-bbe2-4e26-8a91-c85da5be19bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b855f995-53d9-4575-a7d0-7a381bb3d8ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10009126261234656468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468100091262612346564681000912626123465646810009126261234656468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40caafe1-bbe2-4e26-8a91-c85da5be19bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976325047899040786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786897632504789904078689763250478990407868976325047899040786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b855f995-53d9-4575-a7d0-7a381bb3d8ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87034e7f-f9dd-45eb-b0b0-bff7289a296f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87034e7f-f9dd-45eb-b0b0-bff7289a296f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10903689937631443837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837109036899376314438371090368993763144383710903689937631443837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40caafe1-bbe2-4e26-8a91-c85da5be19bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a13dc8-3946-4a80-8735-5ca8626f8a12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a13dc8-3946-4a80-8735-5ca8626f8a12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9957528912673259924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924995752891267325992499575289126732599249957528912673259924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87034e7f-f9dd-45eb-b0b0-bff7289a296f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e64ae631-d355-4d96-8103-8d9d1f99d1d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64ae631-d355-4d96-8103-8d9d1f99d1d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8376648434719049809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809837664843471904980983766484347190498098376648434719049809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a13dc8-3946-4a80-8735-5ca8626f8a12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64ae631-d355-4d96-8103-8d9d1f99d1d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f01ec35-ca9f-4fdd-9799-7126fd1e3a2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f01ec35-ca9f-4fdd-9799-7126fd1e3a2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17329375196120370610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610173293751961203706101732937519612037061017329375196120370610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 164b4bb9-1c49-4610-96aa-259ccb85f37c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 164b4bb9-1c49-4610-96aa-259ccb85f37c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9837716264774684807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807983771626477468480798377162647746848079837716264774684807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f01ec35-ca9f-4fdd-9799-7126fd1e3a2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ae481ca-136b-4111-bace-2d45c594f0a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae481ca-136b-4111-bace-2d45c594f0a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348791394623187254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254173487913946231872541734879139462318725417348791394623187254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 164b4bb9-1c49-4610-96aa-259ccb85f37c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 819c13ba-1102-4c65-bc70-f02bb9e2a4e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 819c13ba-1102-4c65-bc70-f02bb9e2a4e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9093155185298816487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487909315518529881648790931551852988164879093155185298816487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae481ca-136b-4111-bace-2d45c594f0a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daea30db-a4bd-4f80-af7a-2f0c109c75bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daea30db-a4bd-4f80-af7a-2f0c109c75bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3681834699284194949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949368183469928419494936818346992841949493681834699284194949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 819c13ba-1102-4c65-bc70-f02bb9e2a4e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08e51087-60d3-47dd-8061-6735b6886e8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08e51087-60d3-47dd-8061-6735b6886e8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3546882459355183867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867354688245935518386735468824593551838673546882459355183867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daea30db-a4bd-4f80-af7a-2f0c109c75bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8762f29a-1fef-4670-a6a4-7073d523c0c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8762f29a-1fef-4670-a6a4-7073d523c0c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2419950054856389576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576241995005485638957624199500548563895762419950054856389576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08e51087-60d3-47dd-8061-6735b6886e8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be89f876-7131-42e4-b910-dab1c694ea58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8762f29a-1fef-4670-a6a4-7073d523c0c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8d12119-422d-46ca-9790-1526cd192dff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d12119-422d-46ca-9790-1526cd192dff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9587424874127969863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863958742487412796986395874248741279698639587424874127969863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be89f876-7131-42e4-b910-dab1c694ea58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 921287012352440657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657921287012352440657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be89f876-7131-42e4-b910-dab1c694ea58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d12119-422d-46ca-9790-1526cd192dff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf85adee-7674-46b2-af2b-102af75829d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf85adee-7674-46b2-af2b-102af75829d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16295307307681903157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157162953073076819031571629530730768190315716295307307681903157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65b76df1-8ab7-4239-80c3-756c19fd870f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65b76df1-8ab7-4239-80c3-756c19fd870f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8583989105245812374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374858398910524581237485839891052458123748583989105245812374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf85adee-7674-46b2-af2b-102af75829d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 023f20dd-1d41-4c69-a345-b9743b7748b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023f20dd-1d41-4c69-a345-b9743b7748b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8437094906034183754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754843709490603418375484370949060341837548437094906034183754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65b76df1-8ab7-4239-80c3-756c19fd870f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bd6c256-6879-4e9a-877b-5180c90559fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bd6c256-6879-4e9a-877b-5180c90559fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15310772463512600682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682153107724635126006821531077246351260068215310772463512600682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023f20dd-1d41-4c69-a345-b9743b7748b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc2a54f-5f1e-45a6-b702-01c38bbb0e6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc2a54f-5f1e-45a6-b702-01c38bbb0e6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 938630260141258348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348938630260141258348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bd6c256-6879-4e9a-877b-5180c90559fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c56d5b2a-99ba-4d2b-a721-a12909be33f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c56d5b2a-99ba-4d2b-a721-a12909be33f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4813324954112076248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248481332495411207624848133249541120762484813324954112076248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc2a54f-5f1e-45a6-b702-01c38bbb0e6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52c19ec5-23d0-4c64-a8fc-76add05acb74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52c19ec5-23d0-4c64-a8fc-76add05acb74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9300512366548182936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936930051236654818293693005123665481829369300512366548182936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c56d5b2a-99ba-4d2b-a721-a12909be33f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec1dd05f-9683-46c1-a721-0f4153eaf8e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec1dd05f-9683-46c1-a721-0f4153eaf8e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6417288765171003514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514641728876517100351464172887651710035146417288765171003514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52c19ec5-23d0-4c64-a8fc-76add05acb74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58c8ed2c-56fd-4f70-bd2b-ecee7e378ecd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c8ed2c-56fd-4f70-bd2b-ecee7e378ecd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11069134969162824380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380110691349691628243801106913496916282438011069134969162824380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec1dd05f-9683-46c1-a721-0f4153eaf8e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cec2f675-5f92-4ea8-a6d8-31ee91d04472, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec2f675-5f92-4ea8-a6d8-31ee91d04472, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 503322643316572192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192503322643316572192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c8ed2c-56fd-4f70-bd2b-ecee7e378ecd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b166ae-14db-49e7-af7a-460ae32deb00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b166ae-14db-49e7-af7a-460ae32deb00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7703408245737005249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249770340824573700524977034082457370052497703408245737005249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec2f675-5f92-4ea8-a6d8-31ee91d04472, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 006ea410-2961-4df8-bb1b-839e2d2af6b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006ea410-2961-4df8-bb1b-839e2d2af6b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7817690437373731304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304781769043737373130478176904373737313047817690437373731304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b166ae-14db-49e7-af7a-460ae32deb00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55031ce1-a675-4b37-8145-bf1fe0e95d17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55031ce1-a675-4b37-8145-bf1fe0e95d17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6564841600047845955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955656484160004784595565648416000478459556564841600047845955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55031ce1-a675-4b37-8145-bf1fe0e95d17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ce61b76-b681-4307-985d-bee2dfae2178, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ce61b76-b681-4307-985d-bee2dfae2178, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4044241362206248144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144404424136220624814440442413622062481444044241362206248144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006ea410-2961-4df8-bb1b-839e2d2af6b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc56a08f-1ddd-4fdd-948f-828b0328fb07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc56a08f-1ddd-4fdd-948f-828b0328fb07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10016597228849762621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621100165972288497626211001659722884976262110016597228849762621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ce61b76-b681-4307-985d-bee2dfae2178, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25a3de62-12bb-498b-8d82-bcd2f6aa10ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a3de62-12bb-498b-8d82-bcd2f6aa10ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12428967965119788241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241124289679651197882411242896796511978824112428967965119788241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc56a08f-1ddd-4fdd-948f-828b0328fb07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6052ad34-d251-4dc0-b190-4eb5a874eaa6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6052ad34-d251-4dc0-b190-4eb5a874eaa6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14068104712712002591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591140681047127120025911406810471271200259114068104712712002591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a3de62-12bb-498b-8d82-bcd2f6aa10ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 646fd70a-0c14-478e-9eff-9462d0edd8ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 646fd70a-0c14-478e-9eff-9462d0edd8ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5108798590865873179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179510879859086587317951087985908658731795108798590865873179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6052ad34-d251-4dc0-b190-4eb5a874eaa6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 646fd70a-0c14-478e-9eff-9462d0edd8ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b3ff1a6-6cb5-4048-9b51-8cd28a9f6b32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d5f2dfe-bbc0-4c51-bf58-fb9dd3687468, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d5f2dfe-bbc0-4c51-bf58-fb9dd3687468, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10626453057338465121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121106264530573384651211062645305733846512110626453057338465121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b3ff1a6-6cb5-4048-9b51-8cd28a9f6b32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17165112387847198558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558171651123878471985581716511238784719855817165112387847198558" } } } 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 1451048) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1451048) elapsed time (sec): 1.5336177349090576
DEBUG    ya.test:process.py:263 Command (pid 1451048) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1451048) minflt: 45382
DEBUG    ya.test:process.py:263 Command (pid 1451048) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) nivcsw: 218
DEBUG    ya.test:process.py:263 Command (pid 1451048) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1451048) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1451048) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1451048) stime: 0.20804399999999998
DEBUG    ya.test:process.py:263 Command (pid 1451048) utime: 0.5205219999999999
DEBUG    ya.test:process.py:263 Command (pid 1451048) wtime: 1.565
DEBUG    ya.test:process.py:275 Command (pid 1451048) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d5f2dfe-bbc0-4c51-bf58-fb9dd3687468, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7b5b536-40c1-4413-8491-9245facaae0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b5b536-40c1-4413-8491-9245facaae0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3198107832319544730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730319810783231954473031981078323195447303198107832319544730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b3ff1a6-6cb5-4048-9b51-8cd28a9f6b32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fdb8b30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe904d99-7543-4504-8816-37f9fd441b48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe904d99-7543-4504-8816-37f9fd441b48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4674867172682810656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656467486717268281065646748671726828106564674867172682810656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b5b536-40c1-4413-8491-9245facaae0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa29ce0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5aa29ce0f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5aa29ce0f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 6e1317a2-8227-482c-82a2-79a1a5d53001, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 6e1317a2-8227-482c-82a2-79a1a5d53001, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=NDI5NjQ2MWEtMTkzZDMxYWUtM2UwZmI4MTgtZWZjYTYxOWY=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe904d99-7543-4504-8816-37f9fd441b48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=b0cd5d3a-271b4180-cbcf0b4a-90c664e2" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 6e1317a2-8227-482c-82a2-79a1a5d53001, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 6e1317a2-8227-482c-82a2-79a1a5d53001, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 6e1317a2-8227-482c-82a2-79a1a5d53001, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5aa29ce0f0>
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 0x7b5a9e400270 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 0x7b5a9e42f670>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9e42f670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 50e88f16-1446-46f1-a861-a001b7ec4567, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 50e88f16-1446-46f1-a861-a001b7ec4567, ghrun-riky6msjhe.auto.internal:28913): 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 0x7b5a9fdb8b30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5a9fdb8b30>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9fdb8b30> 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 0x7b5a9fdb8b30> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7b5a9e18d8b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9e18d8b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 375115a3-736c-429a-8701-e94f4ce3a4c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 375115a3-736c-429a-8701-e94f4ce3a4c8, ghrun-riky6msjhe.auto.internal:28913): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, fcee672b-b42c-4249-ae24-c1cd9db1d064, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, fcee672b-b42c-4249-ae24-c1cd9db1d064, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=OTg5OWI4Y2QtNWIwYWU5NGEtYjg5MjA1MjktNWIxMWU0OA==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 50e88f16-1446-46f1-a861-a001b7ec4567, ghrun-riky6msjhe.auto.internal:28913): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 50e88f16-1446-46f1-a861-a001b7ec4567, ghrun-riky6msjhe.auto.internal:28913): 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-26T17:12:34.996919363+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 50e88f16-1446-46f1-a861-a001b7ec4567, ghrun-riky6msjhe.auto.internal:28913): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:28913
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5a9fdb8b30>
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 0x7b5a9f9aa070 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 0x7b5aa030d3f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa030d3f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-11-26T17:12:34.996919363+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, fcee672b-b42c-4249-ae24-c1cd9db1d064, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, fcee672b-b42c-4249-ae24-c1cd9db1d064, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, fcee672b-b42c-4249-ae24-c1cd9db1d064, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 375115a3-736c-429a-8701-e94f4ce3a4c8, ghrun-riky6msjhe.auto.internal:28913): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 375115a3-736c-429a-8701-e94f4ce3a4c8, ghrun-riky6msjhe.auto.internal:28913): 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-26T17:12:35.013700845+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 375115a3-736c-429a-8701-e94f4ce3a4c8, ghrun-riky6msjhe.auto.internal:28913): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:28913
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-26T17:12:35.013700845+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 84bbb275-6f54-4142-b211-743980c8a60a, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 84bbb275-6f54-4142-b211-743980c8a60a, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 84bbb275-6f54-4142-b211-743980c8a60a, localhost:62007): 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:62007". 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:62007
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, 97191294-6696-4545-b0d4-f746e0dba116, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 97191294-6696-4545-b0d4-f746e0dba116, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 97191294-6696-4545-b0d4-f746e0dba116, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 14525 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-riky6msjhe.auto.internal:14525, 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:62007
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa030d3f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, cea1f89a-e792-4334-b07e-6610695638af, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cea1f89a-e792-4334-b07e-6610695638af, ghrun-riky6msjhe.auto.internal:14525): 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 0x7b5a9e42f670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 2288a14d-240a-42c1-b655-d1e975d2d63e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2288a14d-240a-42c1-b655-d1e975d2d63e, ghrun-riky6msjhe.auto.internal:14525): 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 0x7b5a9e18d8b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 46ced8df-202a-44f4-9158-a232a08ac830, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 46ced8df-202a-44f4-9158-a232a08ac830, ghrun-riky6msjhe.auto.internal:14525): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5a9e400270 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b5a9f9aa070 state=pending>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, cea1f89a-e792-4334-b07e-6610695638af, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, cea1f89a-e792-4334-b07e-6610695638af, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:12:40.49447612+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 0x7b5aa030d3f0>
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 0x7b5aa030d3f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5aa030d3f0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 2288a14d-240a-42c1-b655-d1e975d2d63e, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 2288a14d-240a-42c1-b655-d1e975d2d63e, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:12:40.519730661+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 46ced8df-202a-44f4-9158-a232a08ac830, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 46ced8df-202a-44f4-9158-a232a08ac830, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:12:40.522439793+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 0x7b5a9e42f670>
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 0x7b5a9e42f670>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9e42f670> is no longer active. Current active count 1.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9e18d8b0>
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 0x7b5a9e18d8b0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9e18d8b0> 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 0x7b5a9fc108f0 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 0x7b5a9fc132b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, bda4c8e8-562f-4da5-be56-12c5221b4036, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bda4c8e8-562f-4da5-be56-12c5221b4036, ghrun-riky6msjhe.auto.internal:14525): 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 0x7b5a9fb47870 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 0x7b5a9fc69f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9e3dd15c-88fc-457f-acb7-18282d4475bb, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9e3dd15c-88fc-457f-acb7-18282d4475bb, ghrun-riky6msjhe.auto.internal:14525): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:28913/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_vtz6nbuj.log --grpc-port=28913 --mon-port=13457 --ic-port=20812 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_vtz6nbuj.log', '--grpc-port=28913', '--mon-port=13457', '--ic-port=20812', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1452100
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:28913/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1452101
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, bda4c8e8-562f-4da5-be56-12c5221b4036, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bda4c8e8-562f-4da5-be56-12c5221b4036, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, bda4c8e8-562f-4da5-be56-12c5221b4036, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 76af41aa-388c-47c7-8fd3-b6a6653c4a75, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 76af41aa-388c-47c7-8fd3-b6a6653c4a75, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9e3dd15c-88fc-457f-acb7-18282d4475bb, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9e3dd15c-88fc-457f-acb7-18282d4475bb, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 7a9d07a8-9137-45d3-97f0-2c8e8de84e64, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 7a9d07a8-9137-45d3-97f0-2c8e8de84e64, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" 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, 9e3dd15c-88fc-457f-acb7-18282d4475bb, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ya.test:process.py:259 Command (pid 1452101) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1452101) elapsed time (sec): 1.443763256072998
DEBUG    ya.test:process.py:263 Command (pid 1452101) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1452101) minflt: 45330
DEBUG    ya.test:process.py:263 Command (pid 1452101) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) nivcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 1452101) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452101) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1452101) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1452101) stime: 0.229536
DEBUG    ya.test:process.py:263 Command (pid 1452101) utime: 0.5190589999999999
DEBUG    ya.test:process.py:263 Command (pid 1452101) wtime: 1.458
DEBUG    ya.test:process.py:275 Command (pid 1452101) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 21837
      NodeId: 2
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 21837
      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 21837 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 21837 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
}

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:8661/1
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, b1e5b142-3af2-4470-ba4b-b864f7c9bc01, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b1e5b142-3af2-4470-ba4b-b864f7c9bc01, localhost:62007): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b1e5b142-3af2-4470-ba4b-b864f7c9bc01, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 23411 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-riky6msjhe.auto.internal:23411, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:8661
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log --grpc-port=8661 --mon-port=18758 --ic-port=3326 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_h0h3bxu7.log', '--grpc-port=8661', '--mon-port=18758', '--ic-port=3326', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1452655
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:8661/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1452656
DEBUG    ya.test:process.py:259 Command (pid 1452656) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1452656) elapsed time (sec): 1.5226819515228271
DEBUG    ya.test:process.py:263 Command (pid 1452656) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1452656) minflt: 45357
DEBUG    ya.test:process.py:263 Command (pid 1452656) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) nivcsw: 256
DEBUG    ya.test:process.py:263 Command (pid 1452656) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452656) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1452656) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1452656) stime: 0.222969
DEBUG    ya.test:process.py:263 Command (pid 1452656) utime: 0.5245879999999999
DEBUG    ya.test:process.py:263 Command (pid 1452656) wtime: 1.544
DEBUG    ya.test:process.py:275 Command (pid 1452656) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:23411/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62007 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log --grpc-port=23411 --mon-port=23801 --ic-port=28088 --key-file /home/runner/.ya/build/build_root/2i5p/000b12/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/2i5p/000b12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2i5p/000b12/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:62007', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_yxbqavvi.log', '--grpc-port=23411', '--mon-port=23801', '--ic-port=28088', '--key-file', '/home/runner/.ya/build/build_root/2i5p/000b12/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/2i5p/000b12/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: 1453134
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:23411/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/2i5p/000b12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1453135
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 7a9d07a8-9137-45d3-97f0-2c8e8de84e64, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4304e3b3-a85db913-7b42878f-9d55b835" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 76af41aa-388c-47c7-8fd3-b6a6653c4a75, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4304e3b3-a85db913-7b42878f-9d55b835" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e5fc15-55ac-41fd-844a-3ba1ef12cbe4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e5fc15-55ac-41fd-844a-3ba1ef12cbe4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858407315792563279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279148584073157925632791485840731579256327914858407315792563279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10c0cc13-96a0-49c9-8aab-2aec8180357b, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c0cc13-96a0-49c9-8aab-2aec8180357b, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16125942241591984540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540161259422415919845401612594224159198454016125942241591984540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c0cc13-96a0-49c9-8aab-2aec8180357b, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a224fa8-9fed-4f8c-9706-ca8cb276b5c4, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a224fa8-9fed-4f8c-9706-ca8cb276b5c4, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17379224664829955623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623173792246648299556231737922466482995562317379224664829955623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a224fa8-9fed-4f8c-9706-ca8cb276b5c4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ced7fb9e-edbb-485b-bed0-abd75549547d, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced7fb9e-edbb-485b-bed0-abd75549547d, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4640240298557483658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658464024029855748365846402402985574836584640240298557483658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e5fc15-55ac-41fd-844a-3ba1ef12cbe4, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 407b2310-f559-4c51-a617-1509f3c0b458, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 407b2310-f559-4c51-a617-1509f3c0b458, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13619936798681233189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189136199367986812331891361993679868123318913619936798681233189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced7fb9e-edbb-485b-bed0-abd75549547d, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 260bdae7-8631-4b24-9ce5-9e17a0715aca, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 407b2310-f559-4c51-a617-1509f3c0b458, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 260bdae7-8631-4b24-9ce5-9e17a0715aca, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17233035918216182065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065172330359182161820651723303591821618206517233035918216182065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2e6c684-cfd7-4cf7-af1d-66515c4684a8, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2e6c684-cfd7-4cf7-af1d-66515c4684a8, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15566988364339153352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352155669883643391533521556698836433915335215566988364339153352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 260bdae7-8631-4b24-9ce5-9e17a0715aca, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2e6c684-cfd7-4cf7-af1d-66515c4684a8, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b05fbb2d-2f57-4142-b381-e01f5070fd8e, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b05fbb2d-2f57-4142-b381-e01f5070fd8e, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13756156436726019020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020137561564367260190201375615643672601902013756156436726019020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a837216-42c7-4377-9ea6-6097d01cc2cc, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a837216-42c7-4377-9ea6-6097d01cc2cc, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6644023204493179022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022664402320449317902266440232044931790226644023204493179022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b05fbb2d-2f57-4142-b381-e01f5070fd8e, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f38605ad-a27d-47b2-8614-5c61a29f726a, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a837216-42c7-4377-9ea6-6097d01cc2cc, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38605ad-a27d-47b2-8614-5c61a29f726a, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 324190892573003556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556324190892573003556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35ced33c-190f-4b61-897c-e50b953e9a29, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35ced33c-190f-4b61-897c-e50b953e9a29, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9539034839429455179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179953903483942945517995390348394294551799539034839429455179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38605ad-a27d-47b2-8614-5c61a29f726a, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21f34f99-61d9-4ae0-b826-0f71c8beaa30, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f34f99-61d9-4ae0-b826-0f71c8beaa30, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1804112336491463543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543180411233649146354318041123364914635431804112336491463543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f34f99-61d9-4ae0-b826-0f71c8beaa30, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c96e6343-dc33-4afa-ad94-49d6c4762822, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96e6343-dc33-4afa-ad94-49d6c4762822, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4786153438759393728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728478615343875939372847861534387593937284786153438759393728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35ced33c-190f-4b61-897c-e50b953e9a29, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c10d7c2e-5c09-478b-8062-ded1b159b153, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c10d7c2e-5c09-478b-8062-ded1b159b153, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2834646405142725251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251283464640514272525128346464051427252512834646405142725251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96e6343-dc33-4afa-ad94-49d6c4762822, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ef3c343-3e0e-43fa-a346-fa1a64cc7c5c, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ef3c343-3e0e-43fa-a346-fa1a64cc7c5c, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10236792540588402189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189102367925405884021891023679254058840218910236792540588402189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c10d7c2e-5c09-478b-8062-ded1b159b153, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66d449d2-137a-4b8e-a9f6-0675a0f1b1e1, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d449d2-137a-4b8e-a9f6-0675a0f1b1e1, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14482412109921482406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406144824121099214824061448241210992148240614482412109921482406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ef3c343-3e0e-43fa-a346-fa1a64cc7c5c, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8dab9cb-5a02-49f8-af52-d85b419e6a05, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8dab9cb-5a02-49f8-af52-d85b419e6a05, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3124286741916093525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525312428674191609352531242867419160935253124286741916093525" } } } 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 1453135) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1453135) elapsed time (sec): 1.4938735961914062
DEBUG    ya.test:process.py:263 Command (pid 1453135) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) maxrss: 921816
DEBUG    ya.test:process.py:263 Command (pid 1453135) minflt: 45328
DEBUG    ya.test:process.py:263 Command (pid 1453135) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) nivcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 1453135) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1453135) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1453135) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1453135) stime: 0.24481299999999998
DEBUG    ya.test:process.py:263 Command (pid 1453135) utime: 0.540728
DEBUG    ya.test:process.py:263 Command (pid 1453135) wtime: 1.5
DEBUG    ya.test:process.py:275 Command (pid 1453135) output:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb

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

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66d449d2-137a-4b8e-a9f6-0675a0f1b1e1, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" 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:310 Node 2 version:
Git info:
    Commit: 76ae7aeb32d494a096a4ffba47cc56012cd45129
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 39b72f87c1bc301ce126098c5d1b632798d1f838 into e9799ecd0bfb578698edac2fdf178dc1da01ebcb
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c655c3fb-7198-4596-a238-ca6c2ecf2677, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8dab9cb-5a02-49f8-af52-d85b419e6a05, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc101abc-7434-4b08-a535-00aeeb4646fd, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc101abc-7434-4b08-a535-00aeeb4646fd, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10677704537751363127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127106777045377513631271067770453775136312710677704537751363127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c655c3fb-7198-4596-a238-ca6c2ecf2677, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11325819795058270038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038113258197950582700381132581979505827003811325819795058270038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc101abc-7434-4b08-a535-00aeeb4646fd, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5a9fc69f70>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9fc69f70> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 63055023-62b0-4f12-8aaa-59d2bfd60dd3, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 63055023-62b0-4f12-8aaa-59d2bfd60dd3, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=NWM0Y2I5ZDYtMmZkYjExZmEtNGM0ZjIzNzQtMjlmNTYyODg=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c655c3fb-7198-4596-a238-ca6c2ecf2677, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8b62e9e0-b1760ead-640ff411-ade1cf6d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 63055023-62b0-4f12-8aaa-59d2bfd60dd3, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 63055023-62b0-4f12-8aaa-59d2bfd60dd3, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 63055023-62b0-4f12-8aaa-59d2bfd60dd3, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5a9fc69f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9fc132b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b5a9fc132b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5a9fc132b0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, f27dbfd9-05a0-4ec8-8efe-98f36c97db51, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, f27dbfd9-05a0-4ec8-8efe-98f36c97db51, ghrun-riky6msjhe.auto.internal:14525): request = { session_id: "ydb://session/3?node_id=50002&id=YjdjMmMzYjUtNGRmN2ZjY2EtZmJhY2YzNDMtZTkyNmVlMDQ=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, f27dbfd9-05a0-4ec8-8efe-98f36c97db51, ghrun-riky6msjhe.auto.internal:14525): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, f27dbfd9-05a0-4ec8-8efe-98f36c97db51, ghrun-riky6msjhe.auto.internal:14525): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, f27dbfd9-05a0-4ec8-8efe-98f36c97db51, ghrun-riky6msjhe.auto.internal:14525): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b5a9fc132b0>
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 0x7b5a9ffffaf0 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 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9eacfd3f-48c3-49d9-b713-4102a7ea63ce, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9eacfd3f-48c3-49d9-b713-4102a7ea63ce, ghrun-riky6msjhe.auto.internal:14525): 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 0x7b5aa03eb6f0 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 0x7b5aa36b6ef0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa36b6ef0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 1b3df309-bde9-488b-91d6-e4708240e614, ghrun-riky6msjhe.auto.internal:14525): creating call state
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9eacfd3f-48c3-49d9-b713-4102a7ea63ce, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 9eacfd3f-48c3-49d9-b713-4102a7ea63ce, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:13:03.951237965+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1b3df309-bde9-488b-91d6-e4708240e614, ghrun-riky6msjhe.auto.internal:14525): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 9eacfd3f-48c3-49d9-b713-4102a7ea63ce, ghrun-riky6msjhe.auto.internal:14525): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-riky6msjhe.auto.internal:14525
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-26T17:13:03.951237965+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
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, 0aa5eb48-4e25-4e0b-9e0f-b8b1f0194ce7, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0aa5eb48-4e25-4e0b-9e0f-b8b1f0194ce7, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0aa5eb48-4e25-4e0b-9e0f-b8b1f0194ce7, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 28913 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-riky6msjhe.auto.internal:28913, 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:62007
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 26b43fdf-3c0a-4cca-9044-2b3533cba12d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 26b43fdf-3c0a-4cca-9044-2b3533cba12d, ghrun-riky6msjhe.auto.internal:28913): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 26b43fdf-3c0a-4cca-9044-2b3533cba12d, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 26b43fdf-3c0a-4cca-9044-2b3533cba12d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 26b43fdf-3c0a-4cca-9044-2b3533cba12d, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 7a4d0527-bf1e-43e1-bcbd-2334250a4c5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 7a4d0527-bf1e-43e1-bcbd-2334250a4c5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 7a4d0527-bf1e-43e1-bcbd-2334250a4c5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=dbb2ed4f-e58334bd-7631711b-d9911e68" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c484ed4a-72a7-4921-a515-40d443bd4bc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c484ed4a-72a7-4921-a515-40d443bd4bc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12326893573571543754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754123268935735715437541232689357357154375412326893573571543754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c484ed4a-72a7-4921-a515-40d443bd4bc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5a9ffbd2b0>
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 0x7b5aa0433730 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 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e81e0c1c-4cbf-436d-a2e7-51f8d340e59e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e81e0c1c-4cbf-436d-a2e7-51f8d340e59e, ghrun-riky6msjhe.auto.internal:28913): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3bf8266-8c55-420d-97cb-c22489554900, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3bf8266-8c55-420d-97cb-c22489554900, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6416082123248212874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874641608212324821287464160821232482128746416082123248212874" } } } 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, e81e0c1c-4cbf-436d-a2e7-51f8d340e59e, ghrun-riky6msjhe.auto.internal:28913): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e81e0c1c-4cbf-436d-a2e7-51f8d340e59e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, e81e0c1c-4cbf-436d-a2e7-51f8d340e59e, ghrun-riky6msjhe.auto.internal:28913): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 293406cb-a93a-4a9f-b1bb-dcd3ec9babce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 293406cb-a93a-4a9f-b1bb-dcd3ec9babce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 293406cb-a93a-4a9f-b1bb-dcd3ec9babce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=dbb2ed4f-e58334bd-7631711b-d9911e68" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7261402-75a5-414d-95cb-91b09eed9125, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7261402-75a5-414d-95cb-91b09eed9125, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9193847068745149058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058919384706874514905891938470687451490589193847068745149058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3bf8266-8c55-420d-97cb-c22489554900, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e88da25-15cd-4db4-95fa-8fa7f1d9a5d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e88da25-15cd-4db4-95fa-8fa7f1d9a5d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10702110336466642235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235107021103364666422351070211033646664223510702110336466642235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7261402-75a5-414d-95cb-91b09eed9125, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a09621e3-fdbc-4e53-8f11-caf220890979, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a09621e3-fdbc-4e53-8f11-caf220890979, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11955194960300767345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345119551949603007673451195519496030076734511955194960300767345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a09621e3-fdbc-4e53-8f11-caf220890979, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 800ea83a-9fcd-4702-b160-74f28c582ce8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 800ea83a-9fcd-4702-b160-74f28c582ce8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5241151610250512112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112524115161025051211252411516102505121125241151610250512112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e88da25-15cd-4db4-95fa-8fa7f1d9a5d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f27262-7998-46be-8630-605b64b7536a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f27262-7998-46be-8630-605b64b7536a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14910199448257834168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168149101994482578341681491019944825783416814910199448257834168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 800ea83a-9fcd-4702-b160-74f28c582ce8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6b2480a-5561-4526-abca-f63afaccfd3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6b2480a-5561-4526-abca-f63afaccfd3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18091961887840609666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666180919618878406096661809196188784060966618091961887840609666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f27262-7998-46be-8630-605b64b7536a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b4d70de-0f06-453b-86e1-b350dd87204a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6b2480a-5561-4526-abca-f63afaccfd3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69590c81-233a-49c5-b800-676b6f5fccb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b4d70de-0f06-453b-86e1-b350dd87204a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1383227112876146144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144138322711287614614413832271128761461441383227112876146144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69590c81-233a-49c5-b800-676b6f5fccb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10544430368163459647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647105444303681634596471054443036816345964710544430368163459647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b4d70de-0f06-453b-86e1-b350dd87204a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0015711-20c9-4e46-90f5-e864f3f1cdfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0015711-20c9-4e46-90f5-e864f3f1cdfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 912603712786202853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853912603712786202853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69590c81-233a-49c5-b800-676b6f5fccb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f78b7cf-2184-4771-99b9-27a1d437b5ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f78b7cf-2184-4771-99b9-27a1d437b5ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13852405969142407737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737138524059691424077371385240596914240773713852405969142407737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0015711-20c9-4e46-90f5-e864f3f1cdfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0534c1e9-496e-4f07-91fc-b0af7a1788b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0534c1e9-496e-4f07-91fc-b0af7a1788b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8531315395625650019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019853131539562565001985313153956256500198531315395625650019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0534c1e9-496e-4f07-91fc-b0af7a1788b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf4418c-e2f3-4b80-9f5c-2b63eef8ac7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf4418c-e2f3-4b80-9f5c-2b63eef8ac7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17322678510616376567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567173226785106163765671732267851061637656717322678510616376567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f78b7cf-2184-4771-99b9-27a1d437b5ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5592d80e-1a94-4a6d-8ccf-2e5835e7f48c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5592d80e-1a94-4a6d-8ccf-2e5835e7f48c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16100340184752917334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334161003401847529173341610034018475291733416100340184752917334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf4418c-e2f3-4b80-9f5c-2b63eef8ac7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cc57beb-e329-47e6-8238-0125aabc170f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc57beb-e329-47e6-8238-0125aabc170f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10814430769201558185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185108144307692015581851081443076920155818510814430769201558185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5592d80e-1a94-4a6d-8ccf-2e5835e7f48c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4062b8d4-038d-4cc7-b831-fb8c547a78c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4062b8d4-038d-4cc7-b831-fb8c547a78c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11016012627073871863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863110160126270738718631101601262707387186311016012627073871863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc57beb-e329-47e6-8238-0125aabc170f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 165d9637-5b2d-4f32-a605-ba2b60d97fad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 165d9637-5b2d-4f32-a605-ba2b60d97fad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15979251225892854103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103159792512258928541031597925122589285410315979251225892854103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4062b8d4-038d-4cc7-b831-fb8c547a78c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45e36d0b-8d75-4018-9446-4b8ce408654b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45e36d0b-8d75-4018-9446-4b8ce408654b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17989115277190722650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650179891152771907226501798911527719072265017989115277190722650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 165d9637-5b2d-4f32-a605-ba2b60d97fad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 412dccf4-6d14-4f81-9d94-9bdc0ee078df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412dccf4-6d14-4f81-9d94-9bdc0ee078df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7094920278842950452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452709492027884295045270949202788429504527094920278842950452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45e36d0b-8d75-4018-9446-4b8ce408654b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 772c36b9-0ff7-4502-9088-f415e7cc373e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772c36b9-0ff7-4502-9088-f415e7cc373e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17181030208691886277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277171810302086918862771718103020869188627717181030208691886277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412dccf4-6d14-4f81-9d94-9bdc0ee078df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cc09fe6-b8ce-49fe-8094-3a72c2ce82c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cc09fe6-b8ce-49fe-8094-3a72c2ce82c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17534626422919093253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253175346264229190932531753462642291909325317534626422919093253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772c36b9-0ff7-4502-9088-f415e7cc373e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5debd75b-aa98-4d32-a5cb-b76da5aeaaa6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5debd75b-aa98-4d32-a5cb-b76da5aeaaa6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14197872197398509402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402141978721973985094021419787219739850940214197872197398509402" } } } 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, 1b3df309-bde9-488b-91d6-e4708240e614, ghrun-riky6msjhe.auto.internal:14525): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 1b3df309-bde9-488b-91d6-e4708240e614, ghrun-riky6msjhe.auto.internal:14525): 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-26T17:13:06.985369702+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 0x7b5aa36b6ef0>
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 0x7b5aa36b6ef0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b5aa36b6ef0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cc09fe6-b8ce-49fe-8094-3a72c2ce82c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5debd75b-aa98-4d32-a5cb-b76da5aeaaa6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b068958-eac6-492d-9c30-9ae39b785632, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b068958-eac6-492d-9c30-9ae39b785632, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10732026884596333090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090107320268845963330901073202688459633309010732026884596333090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e59e1625-14c9-4575-bf67-6646911db8de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e59e1625-14c9-4575-bf67-6646911db8de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17196362147351441631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631171963621473514416311719636214735144163117196362147351441631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b068958-eac6-492d-9c30-9ae39b785632, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02234190-ebd6-4250-8c69-b8eca01500c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02234190-ebd6-4250-8c69-b8eca01500c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10109507342495889327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327101095073424958893271010950734249588932710109507342495889327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e59e1625-14c9-4575-bf67-6646911db8de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e24e17a9-d6da-4ed8-8e13-7225cc4f3be7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e24e17a9-d6da-4ed8-8e13-7225cc4f3be7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061014150305783274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274120610141503057832741206101415030578327412061014150305783274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02234190-ebd6-4250-8c69-b8eca01500c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 256cd84d-1d87-4082-a5d3-017ff7015f7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 256cd84d-1d87-4082-a5d3-017ff7015f7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15920136545572067458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458159201365455720674581592013654557206745815920136545572067458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 256cd84d-1d87-4082-a5d3-017ff7015f7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dca6fd0-da88-44c5-ae12-dc4b6187bfd9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dca6fd0-da88-44c5-ae12-dc4b6187bfd9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14559814605404113900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900145598146054041139001455981460540411390014559814605404113900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e24e17a9-d6da-4ed8-8e13-7225cc4f3be7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53623b51-a1e2-49dc-920c-ac92709e0322, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53623b51-a1e2-49dc-920c-ac92709e0322, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15858344127907007646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646158583441279070076461585834412790700764615858344127907007646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dca6fd0-da88-44c5-ae12-dc4b6187bfd9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee386965-2430-49cc-8a78-fbebb459256f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee386965-2430-49cc-8a78-fbebb459256f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3998750539487491082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082399875053948749108239987505394874910823998750539487491082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53623b51-a1e2-49dc-920c-ac92709e0322, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b869517-2621-40d9-aae7-d396adc29ad0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee386965-2430-49cc-8a78-fbebb459256f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b869517-2621-40d9-aae7-d396adc29ad0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7780426766138159666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666778042676613815966677804267661381596667780426766138159666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd587504-47c7-405b-b799-6f0e926b574b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd587504-47c7-405b-b799-6f0e926b574b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6053808280220964429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429605380828022096442960538082802209644296053808280220964429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b869517-2621-40d9-aae7-d396adc29ad0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba054a08-46e3-4b0c-8ae5-140d8fc7e0a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba054a08-46e3-4b0c-8ae5-140d8fc7e0a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8519383181068361694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694851938318106836169485193831810683616948519383181068361694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd587504-47c7-405b-b799-6f0e926b574b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05dca9dc-8ea9-485e-a1e6-5470102337e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05dca9dc-8ea9-485e-a1e6-5470102337e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7753901859230244193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193775390185923024419377539018592302441937753901859230244193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba054a08-46e3-4b0c-8ae5-140d8fc7e0a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f78b3f4-2bab-4bbf-859b-b6f48ee7c28f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f78b3f4-2bab-4bbf-859b-b6f48ee7c28f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14855202916408673026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026148552029164086730261485520291640867302614855202916408673026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05dca9dc-8ea9-485e-a1e6-5470102337e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25c68b3f-0d29-4012-af03-436ad1254b6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c68b3f-0d29-4012-af03-436ad1254b6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18443041412897526359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359184430414128975263591844304141289752635918443041412897526359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f78b3f4-2bab-4bbf-859b-b6f48ee7c28f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9927f789-b4ea-4791-8c68-45432a4376bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9927f789-b4ea-4791-8c68-45432a4376bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15476383058183163289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289154763830581831632891547638305818316328915476383058183163289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c68b3f-0d29-4012-af03-436ad1254b6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da252da5-4161-4fb1-b33b-f42690401954, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da252da5-4161-4fb1-b33b-f42690401954, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5674676782680688108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108567467678268068810856746767826806881085674676782680688108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9927f789-b4ea-4791-8c68-45432a4376bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcba8301-52ea-42a2-8782-a5a5d322341b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcba8301-52ea-42a2-8782-a5a5d322341b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11117997272966518830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830111179972729665188301111799727296651883011117997272966518830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da252da5-4161-4fb1-b33b-f42690401954, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f5187fc-8f61-4507-ab28-3e8dd6af5eca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5187fc-8f61-4507-ab28-3e8dd6af5eca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14006327718772997484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484140063277187729974841400632771877299748414006327718772997484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcba8301-52ea-42a2-8782-a5a5d322341b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4adc6bc6-d5c2-4e25-b0b5-7506e2f811ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4adc6bc6-d5c2-4e25-b0b5-7506e2f811ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17026276074836001632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632170262760748360016321702627607483600163217026276074836001632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4adc6bc6-d5c2-4e25-b0b5-7506e2f811ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a418f7f1-4c58-45d1-ac43-fa9e795b4ec8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a418f7f1-4c58-45d1-ac43-fa9e795b4ec8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428602223666226971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971542860222366622697154286022236662269715428602223666226971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5187fc-8f61-4507-ab28-3e8dd6af5eca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b0eaf8b-7a45-484e-82e2-2ff146da2d25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b0eaf8b-7a45-484e-82e2-2ff146da2d25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5665934566992516589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589566593456699251658956659345669925165895665934566992516589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a418f7f1-4c58-45d1-ac43-fa9e795b4ec8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b0eaf8b-7a45-484e-82e2-2ff146da2d25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bd241ba-e884-430c-bced-c1217bc81eed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd241ba-e884-430c-bced-c1217bc81eed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3349452472220776452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452334945247222077645233494524722207764523349452472220776452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 467ff743-59d0-4713-bdb0-0282e1bc0f1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467ff743-59d0-4713-bdb0-0282e1bc0f1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14366737354603016728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728143667373546030167281436673735460301672814366737354603016728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd241ba-e884-430c-bced-c1217bc81eed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adcecf22-f922-4bf8-a626-b98400a960c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adcecf22-f922-4bf8-a626-b98400a960c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11526557537772968696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696115265575377729686961152655753777296869611526557537772968696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467ff743-59d0-4713-bdb0-0282e1bc0f1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004e8a00-c44a-4539-8b86-d1241788bce7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004e8a00-c44a-4539-8b86-d1241788bce7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8320369067456714659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659832036906745671465983203690674567146598320369067456714659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004e8a00-c44a-4539-8b86-d1241788bce7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 866ee086-a56d-4c85-9308-3f733d1d31c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 866ee086-a56d-4c85-9308-3f733d1d31c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2384788861359262490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490238478886135926249023847888613592624902384788861359262490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adcecf22-f922-4bf8-a626-b98400a960c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96c2e2e0-fe4a-4e9a-9e7f-23211353106c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c2e2e0-fe4a-4e9a-9e7f-23211353106c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17877471379342898173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173178774713793428981731787747137934289817317877471379342898173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 866ee086-a56d-4c85-9308-3f733d1d31c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f9f315b-4d04-4e1f-887b-4d66c74cb6c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f9f315b-4d04-4e1f-887b-4d66c74cb6c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9718514997089672284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284971851499708967228497185149970896722849718514997089672284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c2e2e0-fe4a-4e9a-9e7f-23211353106c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 380eb021-0bb3-4e0d-83cf-aa41dff890b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 380eb021-0bb3-4e0d-83cf-aa41dff890b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 503174639517583230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230503174639517583230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f9f315b-4d04-4e1f-887b-4d66c74cb6c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23c20f1c-7cb6-4b9d-a9ae-a243310f8739, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c20f1c-7cb6-4b9d-a9ae-a243310f8739, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16933360454058216201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201169333604540582162011693336045405821620116933360454058216201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 380eb021-0bb3-4e0d-83cf-aa41dff890b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca2bfbf-c7bd-41fb-9f0c-52d3a978377c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca2bfbf-c7bd-41fb-9f0c-52d3a978377c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13415728689402894767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767134157286894028947671341572868940289476713415728689402894767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c20f1c-7cb6-4b9d-a9ae-a243310f8739, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3739eb2f-f0d3-424b-9501-dbf97d3f6775, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3739eb2f-f0d3-424b-9501-dbf97d3f6775, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13773118405799140277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277137731184057991402771377311840579914027713773118405799140277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca2bfbf-c7bd-41fb-9f0c-52d3a978377c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1358bf8-6235-41fc-ab0a-3db114f56f93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1358bf8-6235-41fc-ab0a-3db114f56f93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14865385092908868709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709148653850929088687091486538509290886870914865385092908868709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3739eb2f-f0d3-424b-9501-dbf97d3f6775, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6f97570-34ff-4a4e-a2ce-5d7fa4e02571, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f97570-34ff-4a4e-a2ce-5d7fa4e02571, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2104468835631275440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440210446883563127544021044688356312754402104468835631275440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1358bf8-6235-41fc-ab0a-3db114f56f93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 057f06c3-623d-4879-b9f1-d698fd9bcb73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 057f06c3-623d-4879-b9f1-d698fd9bcb73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5493275070155648809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809549327507015564880954932750701556488095493275070155648809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f97570-34ff-4a4e-a2ce-5d7fa4e02571, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 639da399-c90e-4808-a98e-1df398ba19ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639da399-c90e-4808-a98e-1df398ba19ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11118050398443035486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486111180503984430354861111805039844303548611118050398443035486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 057f06c3-623d-4879-b9f1-d698fd9bcb73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 044a06ba-9bc4-49ed-be97-6c053d60c58a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044a06ba-9bc4-49ed-be97-6c053d60c58a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11477323375477977332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332114773233754779773321147732337547797733211477323375477977332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639da399-c90e-4808-a98e-1df398ba19ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3a092d2-5524-44e6-b846-9c083a8a86bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3a092d2-5524-44e6-b846-9c083a8a86bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8629218212972311998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998862921821297231199886292182129723119988629218212972311998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044a06ba-9bc4-49ed-be97-6c053d60c58a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52b4fc2d-49d7-40d9-9ec8-3cb4533031d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3a092d2-5524-44e6-b846-9c083a8a86bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9188bffb-427f-47f3-b4b4-99493c25d0c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9188bffb-427f-47f3-b4b4-99493c25d0c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11931796203376799938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938119317962033767999381193179620337679993811931796203376799938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52b4fc2d-49d7-40d9-9ec8-3cb4533031d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420293090034278344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344142029309003427834414202930900342783441420293090034278344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9188bffb-427f-47f3-b4b4-99493c25d0c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52b4fc2d-49d7-40d9-9ec8-3cb4533031d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3c9ed57-2db7-47e4-99b5-5b21b446b38c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c9ed57-2db7-47e4-99b5-5b21b446b38c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18117766923216629373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373181177669232166293731811776692321662937318117766923216629373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 418f8cc9-5332-4c64-9efa-ceb3e275c0a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 418f8cc9-5332-4c64-9efa-ceb3e275c0a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 473570919522795421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421473570919522795421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c9ed57-2db7-47e4-99b5-5b21b446b38c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e9cca9c-5955-43ef-a1cd-53a7c8a8eae1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e9cca9c-5955-43ef-a1cd-53a7c8a8eae1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4700105342127725197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197470010534212772519747001053421277251974700105342127725197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 418f8cc9-5332-4c64-9efa-ceb3e275c0a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3028db8-36d1-43bb-b8ee-ff006d2d4fa1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3028db8-36d1-43bb-b8ee-ff006d2d4fa1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784016419966109187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187784016419966109187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e9cca9c-5955-43ef-a1cd-53a7c8a8eae1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7d20f5d-a2ff-4bf7-8246-37e03df604d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3028db8-36d1-43bb-b8ee-ff006d2d4fa1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7d20f5d-a2ff-4bf7-8246-37e03df604d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11023757787750531068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068110237577877505310681102375778775053106811023757787750531068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e689078-b095-46d3-a100-2dcc22376eb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e689078-b095-46d3-a100-2dcc22376eb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6219533544199638670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670621953354419963867062195335441996386706219533544199638670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7d20f5d-a2ff-4bf7-8246-37e03df604d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fbc9e2e-d6cb-433d-af2b-233b35cf79fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fbc9e2e-d6cb-433d-af2b-233b35cf79fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13161372107599091040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040131613721075990910401316137210759909104013161372107599091040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e689078-b095-46d3-a100-2dcc22376eb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e6852f9-d254-4338-ae6b-714938496d31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6852f9-d254-4338-ae6b-714938496d31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2502985142446510033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033250298514244651003325029851424465100332502985142446510033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6852f9-d254-4338-ae6b-714938496d31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cefd59bd-9e0f-4e45-a4a2-6f203e0edfe3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cefd59bd-9e0f-4e45-a4a2-6f203e0edfe3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 426406265641053939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939426406265641053939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fbc9e2e-d6cb-433d-af2b-233b35cf79fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa9a65d4-e2c3-4e22-bef2-a538cbd83289, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cefd59bd-9e0f-4e45-a4a2-6f203e0edfe3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21cfa995-8621-4af6-a490-6010151c7902, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21cfa995-8621-4af6-a490-6010151c7902, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12293688772082837742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742122936887720828377421229368877208283774212293688772082837742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa9a65d4-e2c3-4e22-bef2-a538cbd83289, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1346450509252131463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463134645050925213146313464505092521314631346450509252131463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21cfa995-8621-4af6-a490-6010151c7902, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83d841ba-0eca-4408-ae30-ae7b13df491f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83d841ba-0eca-4408-ae30-ae7b13df491f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 636063661405351356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356636063661405351356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa9a65d4-e2c3-4e22-bef2-a538cbd83289, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfa6e817-fddf-4ef4-96c1-7880853dde7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa6e817-fddf-4ef4-96c1-7880853dde7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17918807560263046105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105179188075602630461051791880756026304610517918807560263046105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83d841ba-0eca-4408-ae30-ae7b13df491f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20600f97-545f-4d2c-bff6-111be3267744, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20600f97-545f-4d2c-bff6-111be3267744, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10374721503480932054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054103747215034809320541037472150348093205410374721503480932054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa6e817-fddf-4ef4-96c1-7880853dde7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab267c0a-ef99-403c-994d-adf2c4b126d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab267c0a-ef99-403c-994d-adf2c4b126d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109904436463198750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750910990443646319875091099044364631987509109904436463198750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20600f97-545f-4d2c-bff6-111be3267744, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 329056d7-518f-49a0-adb1-fd866cae15f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 329056d7-518f-49a0-adb1-fd866cae15f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18284502433845781973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973182845024338457819731828450243384578197318284502433845781973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab267c0a-ef99-403c-994d-adf2c4b126d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af0363db-45a4-4820-aa48-86e17b0da8a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 329056d7-518f-49a0-adb1-fd866cae15f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a34667c0-1759-498a-ab5f-c2c4115c6807, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a34667c0-1759-498a-ab5f-c2c4115c6807, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 857339202307704972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972857339202307704972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af0363db-45a4-4820-aa48-86e17b0da8a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15892797643677209297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297158927976436772092971589279764367720929715892797643677209297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a34667c0-1759-498a-ab5f-c2c4115c6807, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eed7fd48-6240-4570-9a95-ab6679df9a66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af0363db-45a4-4820-aa48-86e17b0da8a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9bed85-90cb-4edd-85f0-fbe123b97a2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eed7fd48-6240-4570-9a95-ab6679df9a66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14738103786588051978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978147381037865880519781473810378658805197814738103786588051978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9bed85-90cb-4edd-85f0-fbe123b97a2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 604243833296374893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893604243833296374893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eed7fd48-6240-4570-9a95-ab6679df9a66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce01f6e0-19fa-4e14-a1f8-67dac51a7a8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9bed85-90cb-4edd-85f0-fbe123b97a2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19430e0c-97e2-4451-baa3-399020ef0483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19430e0c-97e2-4451-baa3-399020ef0483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369440904702599086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086836944090470259908683694409047025990868369440904702599086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce01f6e0-19fa-4e14-a1f8-67dac51a7a8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7780357419796461522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522778035741979646152277803574197964615227780357419796461522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19430e0c-97e2-4451-baa3-399020ef0483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be682091-b3e4-42d8-9473-ecbb3e6cec9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce01f6e0-19fa-4e14-a1f8-67dac51a7a8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73f5a86e-0ee1-43b1-aadd-6a3880796cb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f5a86e-0ee1-43b1-aadd-6a3880796cb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5437306302091148807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807543730630209114880754373063020911488075437306302091148807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be682091-b3e4-42d8-9473-ecbb3e6cec9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8826608241820056068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068882660824182005606888266082418200560688826608241820056068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f5a86e-0ee1-43b1-aadd-6a3880796cb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be682091-b3e4-42d8-9473-ecbb3e6cec9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca93f8b8-6f0d-49b9-8035-c9b1178ab160, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a803ee2b-4ad6-4459-a0b5-60f4ba25ee5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a803ee2b-4ad6-4459-a0b5-60f4ba25ee5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6991979691802599446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446699197969180259944669919796918025994466991979691802599446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca93f8b8-6f0d-49b9-8035-c9b1178ab160, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16844153874763325558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558168441538747633255581684415387476332555816844153874763325558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a803ee2b-4ad6-4459-a0b5-60f4ba25ee5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a746afac-d063-4dac-b3f2-36beba741c53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca93f8b8-6f0d-49b9-8035-c9b1178ab160, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a746afac-d063-4dac-b3f2-36beba741c53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14458264260942565446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446144582642609425654461445826426094256544614458264260942565446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08725c4e-6215-4064-a41e-3257fdd5dccd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08725c4e-6215-4064-a41e-3257fdd5dccd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14050633932857328219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219140506339328573282191405063393285732821914050633932857328219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a746afac-d063-4dac-b3f2-36beba741c53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f6e08d3-c2de-4ef3-9d75-a0e636a8ab2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f6e08d3-c2de-4ef3-9d75-a0e636a8ab2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12147678987953631955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955121476789879536319551214767898795363195512147678987953631955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08725c4e-6215-4064-a41e-3257fdd5dccd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75cd118-84f8-4dbb-83fb-51e448f992fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75cd118-84f8-4dbb-83fb-51e448f992fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 830576605780470869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869830576605780470869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f6e08d3-c2de-4ef3-9d75-a0e636a8ab2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84377869-b480-4a8b-b831-be818e8e1ad8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84377869-b480-4a8b-b831-be818e8e1ad8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14113327436436292752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752141133274364362927521411332743643629275214113327436436292752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75cd118-84f8-4dbb-83fb-51e448f992fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19f3f28d-6e76-45ba-9add-418c85c9645f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19f3f28d-6e76-45ba-9add-418c85c9645f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5160091435880429174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174516009143588042917451600914358804291745160091435880429174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84377869-b480-4a8b-b831-be818e8e1ad8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b215edf-2f3f-4ca4-b56b-b3add3425138, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b215edf-2f3f-4ca4-b56b-b3add3425138, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6424965947414285172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172642496594741428517264249659474142851726424965947414285172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19f3f28d-6e76-45ba-9add-418c85c9645f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53dca024-0797-41ca-a662-2d774cc70ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53dca024-0797-41ca-a662-2d774cc70ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5033990245523871420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420503399024552387142050339902455238714205033990245523871420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b215edf-2f3f-4ca4-b56b-b3add3425138, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3255676-d8b3-482f-8f74-051b532853f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3255676-d8b3-482f-8f74-051b532853f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7841072385455757933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933784107238545575793378410723854557579337841072385455757933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3255676-d8b3-482f-8f74-051b532853f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb1575eb-0b75-4eea-a734-0f0ee5935326, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb1575eb-0b75-4eea-a734-0f0ee5935326, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16595698174582845357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357165956981745828453571659569817458284535716595698174582845357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53dca024-0797-41ca-a662-2d774cc70ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c07ed59-53e9-48a6-80c3-06e99cdf7dba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c07ed59-53e9-48a6-80c3-06e99cdf7dba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11173964488289531351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351111739644882895313511117396448828953135111173964488289531351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb1575eb-0b75-4eea-a734-0f0ee5935326, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba05f5b0-fee1-4007-9d07-b1c4aa4de8a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba05f5b0-fee1-4007-9d07-b1c4aa4de8a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9798867016922522803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803979886701692252280397988670169225228039798867016922522803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c07ed59-53e9-48a6-80c3-06e99cdf7dba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58a98ce3-3553-493b-925a-c8eabb6d62af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba05f5b0-fee1-4007-9d07-b1c4aa4de8a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9d45c0b-1bf7-4fa1-b3b6-b3839e6f8513, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d45c0b-1bf7-4fa1-b3b6-b3839e6f8513, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9346300688787631925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925934630068878763192593463006887876319259346300688787631925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a98ce3-3553-493b-925a-c8eabb6d62af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4778859490634485689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689477885949063448568947788594906344856894778859490634485689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a98ce3-3553-493b-925a-c8eabb6d62af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94b2c4b5-d397-4a6d-bb0e-b3ed2831a63f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94b2c4b5-d397-4a6d-bb0e-b3ed2831a63f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15936845681609314474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474159368456816093144741593684568160931447415936845681609314474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d45c0b-1bf7-4fa1-b3b6-b3839e6f8513, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03c4d4ef-5fa3-4023-aa4d-bdd4d9cab538, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c4d4ef-5fa3-4023-aa4d-bdd4d9cab538, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8881232623007902834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834888123262300790283488812326230079028348881232623007902834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94b2c4b5-d397-4a6d-bb0e-b3ed2831a63f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3781930a-bae9-43c3-b61d-5893789c2562, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3781930a-bae9-43c3-b61d-5893789c2562, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17427078960562162590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590174270789605621625901742707896056216259017427078960562162590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c4d4ef-5fa3-4023-aa4d-bdd4d9cab538, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12f9ab21-4348-4ca7-a99a-61d67afb6b42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f9ab21-4348-4ca7-a99a-61d67afb6b42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9098433915234737207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207909843391523473720790984339152347372079098433915234737207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3781930a-bae9-43c3-b61d-5893789c2562, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71bd520c-4d41-4ecd-ac62-7cf22eb591be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71bd520c-4d41-4ecd-ac62-7cf22eb591be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1887924368349280329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329188792436834928032918879243683492803291887924368349280329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f9ab21-4348-4ca7-a99a-61d67afb6b42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f23c278a-67dd-400b-87f1-d0db9275d1f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f23c278a-67dd-400b-87f1-d0db9275d1f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1142720474857849293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293114272047485784929311427204748578492931142720474857849293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71bd520c-4d41-4ecd-ac62-7cf22eb591be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 904c144b-4a19-4e3f-94dc-fd3acc56d58b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904c144b-4a19-4e3f-94dc-fd3acc56d58b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6565962483073485934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934656596248307348593465659624830734859346565962483073485934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f23c278a-67dd-400b-87f1-d0db9275d1f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 697187de-efd2-4c15-a1a5-edea77cbbfdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697187de-efd2-4c15-a1a5-edea77cbbfdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158947485869142198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198101589474858691421981015894748586914219810158947485869142198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904c144b-4a19-4e3f-94dc-fd3acc56d58b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51f72eb2-ea2d-4e2a-b5cc-6607845d05fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51f72eb2-ea2d-4e2a-b5cc-6607845d05fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3321138675033131047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047332113867503313104733211386750331310473321138675033131047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697187de-efd2-4c15-a1a5-edea77cbbfdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41d33315-f49b-4802-b49d-8e06ec0eec91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51f72eb2-ea2d-4e2a-b5cc-6607845d05fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18c63e34-1a89-4c65-bb48-9f5ce60afb6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c63e34-1a89-4c65-bb48-9f5ce60afb6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 950166161280537544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544950166161280537544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41d33315-f49b-4802-b49d-8e06ec0eec91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8590671304766850249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249859067130476685024985906713047668502498590671304766850249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c63e34-1a89-4c65-bb48-9f5ce60afb6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41d33315-f49b-4802-b49d-8e06ec0eec91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8e92859-af54-4186-a23b-c470ba875293, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e92859-af54-4186-a23b-c470ba875293, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5910509363908965663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663591050936390896566359105093639089656635910509363908965663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1b22427-f394-4e1a-a53c-cee322e7ca77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b22427-f394-4e1a-a53c-cee322e7ca77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5703672727241028647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647570367272724102864757036727272410286475703672727241028647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b22427-f394-4e1a-a53c-cee322e7ca77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59961f7c-3c3d-473b-a9f0-b662ef0ce656, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59961f7c-3c3d-473b-a9f0-b662ef0ce656, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13396822007655870897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897133968220076558708971339682200765587089713396822007655870897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59961f7c-3c3d-473b-a9f0-b662ef0ce656, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79218af6-b362-43a2-b4a0-b8c1e612f5fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79218af6-b362-43a2-b4a0-b8c1e612f5fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11705757174912392031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031117057571749123920311170575717491239203111705757174912392031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e92859-af54-4186-a23b-c470ba875293, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc32bcc3-a30a-4d48-b09f-ff1df17eb9de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc32bcc3-a30a-4d48-b09f-ff1df17eb9de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5714582064669131050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050571458206466913105057145820646691310505714582064669131050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79218af6-b362-43a2-b4a0-b8c1e612f5fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4145191a-f5ef-40c9-ae15-561831de3704, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4145191a-f5ef-40c9-ae15-561831de3704, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6520053632332445186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186652005363233244518665200536323324451866520053632332445186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc32bcc3-a30a-4d48-b09f-ff1df17eb9de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00fd65a1-f332-47c4-8cdb-b27da5180a13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4145191a-f5ef-40c9-ae15-561831de3704, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 346bb0e5-bd03-42dc-8640-48e41b6496ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00fd65a1-f332-47c4-8cdb-b27da5180a13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15748377795071792374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374157483777950717923741574837779507179237415748377795071792374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 346bb0e5-bd03-42dc-8640-48e41b6496ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4077599950146856010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010407759995014685601040775999501468560104077599950146856010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 346bb0e5-bd03-42dc-8640-48e41b6496ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffcfdef6-7b9d-4b67-8b21-d79e6e72fde0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffcfdef6-7b9d-4b67-8b21-d79e6e72fde0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1949301667728660066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066194930166772866006619493016677286600661949301667728660066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00fd65a1-f332-47c4-8cdb-b27da5180a13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f881bebf-eea7-4039-a8c0-0b7150d210a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f881bebf-eea7-4039-a8c0-0b7150d210a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13860673515851558046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046138606735158515580461386067351585155804613860673515851558046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffcfdef6-7b9d-4b67-8b21-d79e6e72fde0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7df3d698-befb-43be-8e7f-cb0ba465ee4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df3d698-befb-43be-8e7f-cb0ba465ee4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9540080843872529352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352954008084387252935295400808438725293529540080843872529352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f881bebf-eea7-4039-a8c0-0b7150d210a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57f2530f-bd2f-45c7-8e4a-17d9d9be4d5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f2530f-bd2f-45c7-8e4a-17d9d9be4d5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7401410734070083973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973740141073407008397374014107340700839737401410734070083973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df3d698-befb-43be-8e7f-cb0ba465ee4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66871a1a-60e1-489e-b72e-ffea95df6139, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66871a1a-60e1-489e-b72e-ffea95df6139, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6800226949388902011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011680022694938890201168002269493889020116800226949388902011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f2530f-bd2f-45c7-8e4a-17d9d9be4d5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86fb19c2-5800-498b-8dc1-e0aff3c89ad1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86fb19c2-5800-498b-8dc1-e0aff3c89ad1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15152548967015944971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971151525489670159449711515254896701594497115152548967015944971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66871a1a-60e1-489e-b72e-ffea95df6139, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76fb580a-9276-4ea4-86ca-27d4947ad7a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76fb580a-9276-4ea4-86ca-27d4947ad7a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3631219558350426445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445363121955835042644536312195583504264453631219558350426445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86fb19c2-5800-498b-8dc1-e0aff3c89ad1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeaf8121-514c-45b5-aa74-12f1c37ef33c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeaf8121-514c-45b5-aa74-12f1c37ef33c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7790149628879042840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840779014962887904284077901496288790428407790149628879042840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76fb580a-9276-4ea4-86ca-27d4947ad7a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 440046fa-bf0a-4003-b687-a1b5ec92afb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 440046fa-bf0a-4003-b687-a1b5ec92afb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 158073155882083656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656158073155882083656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeaf8121-514c-45b5-aa74-12f1c37ef33c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f1f3512-05ea-4ce9-9bba-dcc037d4c750, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f1f3512-05ea-4ce9-9bba-dcc037d4c750, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7649737588021304252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252764973758802130425276497375880213042527649737588021304252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 440046fa-bf0a-4003-b687-a1b5ec92afb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5104a023-6b5e-431b-8bfb-e8d1b9066b37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5104a023-6b5e-431b-8bfb-e8d1b9066b37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16082961597782760286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286160829615977827602861608296159778276028616082961597782760286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f1f3512-05ea-4ce9-9bba-dcc037d4c750, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 318ae692-2d42-4f07-87fb-1d7e7c295d57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318ae692-2d42-4f07-87fb-1d7e7c295d57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3614262272009401268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268361426227200940126836142622720094012683614262272009401268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5104a023-6b5e-431b-8bfb-e8d1b9066b37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 835d8e53-2fb3-4908-8c6a-393e643c7f96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835d8e53-2fb3-4908-8c6a-393e643c7f96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1231192776938462465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465123119277693846246512311927769384624651231192776938462465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318ae692-2d42-4f07-87fb-1d7e7c295d57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7d0aad5-eed8-400f-a4a2-d7830748d082, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7d0aad5-eed8-400f-a4a2-d7830748d082, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1908250386155070998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998190825038615507099819082503861550709981908250386155070998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835d8e53-2fb3-4908-8c6a-393e643c7f96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b397a037-dede-4708-b30d-9f4bb2b42390, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b397a037-dede-4708-b30d-9f4bb2b42390, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15306300934717151861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861153063009347171518611530630093471715186115306300934717151861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7d0aad5-eed8-400f-a4a2-d7830748d082, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28615e5c-a269-4fb0-95ed-75a417522a38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28615e5c-a269-4fb0-95ed-75a417522a38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12789454938636141031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031127894549386361410311278945493863614103112789454938636141031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b397a037-dede-4708-b30d-9f4bb2b42390, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35827aff-5866-4489-9826-f1deca337445, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35827aff-5866-4489-9826-f1deca337445, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 262598554788293196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196262598554788293196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28615e5c-a269-4fb0-95ed-75a417522a38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d008c03f-b341-4388-ad6a-9a5b017fd7a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d008c03f-b341-4388-ad6a-9a5b017fd7a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18067196118062889107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107180671961180628891071806719611806288910718067196118062889107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35827aff-5866-4489-9826-f1deca337445, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8720c8-de7a-471f-b38d-4ca5103e78fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8720c8-de7a-471f-b38d-4ca5103e78fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8370060911593579313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313837006091159357931383700609115935793138370060911593579313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d008c03f-b341-4388-ad6a-9a5b017fd7a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08267f8d-1115-488b-a05a-e8825302a697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08267f8d-1115-488b-a05a-e8825302a697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 363403106084388951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951363403106084388951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8720c8-de7a-471f-b38d-4ca5103e78fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf1ef98c-4e85-4615-911b-addef2fe0c02, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf1ef98c-4e85-4615-911b-addef2fe0c02, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12294641501420691718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718122946415014206917181229464150142069171812294641501420691718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08267f8d-1115-488b-a05a-e8825302a697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a60669f-fffa-4dae-9699-3cf1deb34ba9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a60669f-fffa-4dae-9699-3cf1deb34ba9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14090025003676684186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186140900250036766841861409002500367668418614090025003676684186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf1ef98c-4e85-4615-911b-addef2fe0c02, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 574d9dab-d3ed-49e5-bf25-f214268f023b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574d9dab-d3ed-49e5-bf25-f214268f023b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15482314864470836939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939154823148644708369391548231486447083693915482314864470836939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a60669f-fffa-4dae-9699-3cf1deb34ba9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5ce9df8-b6bb-479c-80ff-7df4dd5d56f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5ce9df8-b6bb-479c-80ff-7df4dd5d56f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921523562218885775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775159215235622188857751592152356221888577515921523562218885775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5ce9df8-b6bb-479c-80ff-7df4dd5d56f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af44318-8549-4af3-885f-861a30b1f74b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af44318-8549-4af3-885f-861a30b1f74b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1946342175548180533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533194634217554818053319463421755481805331946342175548180533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af44318-8549-4af3-885f-861a30b1f74b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5adb713-8e9c-4744-ab60-f123b3a41cea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5adb713-8e9c-4744-ab60-f123b3a41cea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17131867083994466759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759171318670839944667591713186708399446675917131867083994466759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5adb713-8e9c-4744-ab60-f123b3a41cea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee41c9bb-2d8b-408a-bf06-873f509d6948, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee41c9bb-2d8b-408a-bf06-873f509d6948, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16401117294523895067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067164011172945238950671640111729452389506716401117294523895067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574d9dab-d3ed-49e5-bf25-f214268f023b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee41c9bb-2d8b-408a-bf06-873f509d6948, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6cf2fa1-29fa-4dfc-9749-268cd8b840e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6cf2fa1-29fa-4dfc-9749-268cd8b840e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6559110431354263459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459655911043135426345965591104313542634596559110431354263459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bb7e6bf-ee22-457b-bb24-1762bff7322b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb7e6bf-ee22-457b-bb24-1762bff7322b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18287711686904960936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936182877116869049609361828771168690496093618287711686904960936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6cf2fa1-29fa-4dfc-9749-268cd8b840e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb2e85ab-cf5f-49f8-a177-c1dd08cf2598, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb7e6bf-ee22-457b-bb24-1762bff7322b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c004f940-175b-448d-b5a9-89d8fb8859cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c004f940-175b-448d-b5a9-89d8fb8859cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6194091144388312854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854619409114438831285461940911443883128546194091144388312854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2e85ab-cf5f-49f8-a177-c1dd08cf2598, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 176661230688517519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519176661230688517519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c004f940-175b-448d-b5a9-89d8fb8859cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56368bab-8049-4578-a0af-684087d436a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56368bab-8049-4578-a0af-684087d436a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2271309234603089162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162227130923460308916222713092346030891622271309234603089162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2e85ab-cf5f-49f8-a177-c1dd08cf2598, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d151dc25-3e95-4127-9bed-5c608355209c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d151dc25-3e95-4127-9bed-5c608355209c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6825036274080699378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378682503627408069937868250362740806993786825036274080699378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56368bab-8049-4578-a0af-684087d436a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff6561af-f2b2-45ac-a222-e4da4331386a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6561af-f2b2-45ac-a222-e4da4331386a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6097551370342806329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329609755137034280632960975513703428063296097551370342806329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d151dc25-3e95-4127-9bed-5c608355209c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e0ea8aa-949c-4810-92ec-76c96fd939b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0ea8aa-949c-4810-92ec-76c96fd939b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13163971580318389459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459131639715803183894591316397158031838945913163971580318389459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6561af-f2b2-45ac-a222-e4da4331386a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a807334-64ae-4fce-8518-b2a0b484a10f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a807334-64ae-4fce-8518-b2a0b484a10f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2869607716337722774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774286960771633772277428696077163377227742869607716337722774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0ea8aa-949c-4810-92ec-76c96fd939b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf9353c-1229-4319-9e0a-f0234c5b7e07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf9353c-1229-4319-9e0a-f0234c5b7e07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9424672550536098277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277942467255053609827794246725505360982779424672550536098277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a807334-64ae-4fce-8518-b2a0b484a10f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf9353c-1229-4319-9e0a-f0234c5b7e07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57e6924e-e5ac-4ab3-9495-85f355aa0bc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f3060dd-d5dd-4c44-9b0a-2dcfa61304b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f3060dd-d5dd-4c44-9b0a-2dcfa61304b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1686013024084135955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955168601302408413595516860130240841359551686013024084135955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e6924e-e5ac-4ab3-9495-85f355aa0bc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13721717275884498433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433137217172758844984331372171727588449843313721717275884498433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f3060dd-d5dd-4c44-9b0a-2dcfa61304b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c54a55fe-0ea1-4767-aeff-4da47b9c9e57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c54a55fe-0ea1-4767-aeff-4da47b9c9e57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13422905991032854021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021134229059910328540211342290599103285402113422905991032854021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e6924e-e5ac-4ab3-9495-85f355aa0bc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 082ecd05-0cf3-4dd8-aea4-a5819d5224b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 082ecd05-0cf3-4dd8-aea4-a5819d5224b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17203321587987930696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696172033215879879306961720332158798793069617203321587987930696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c54a55fe-0ea1-4767-aeff-4da47b9c9e57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1c8bc75-6784-4376-8aeb-d5d2ca74186c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c8bc75-6784-4376-8aeb-d5d2ca74186c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12110210303583105291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291121102103035831052911211021030358310529112110210303583105291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c8bc75-6784-4376-8aeb-d5d2ca74186c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 659428be-070a-4f2e-9a66-a99a334aac2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 659428be-070a-4f2e-9a66-a99a334aac2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6252739943345990965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965625273994334599096562527399433459909656252739943345990965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 082ecd05-0cf3-4dd8-aea4-a5819d5224b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 374dbcd6-6b20-45c2-8441-193c9a0ed00b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374dbcd6-6b20-45c2-8441-193c9a0ed00b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2953118404218110755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755295311840421811075529531184042181107552953118404218110755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 659428be-070a-4f2e-9a66-a99a334aac2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44f73dc0-e280-4697-bb4a-62d6641a214c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f73dc0-e280-4697-bb4a-62d6641a214c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6009194775766120362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362600919477576612036260091947757661203626009194775766120362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374dbcd6-6b20-45c2-8441-193c9a0ed00b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1867f218-ef50-4847-a533-9af97b0778e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1867f218-ef50-4847-a533-9af97b0778e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6100026944512852404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404610002694451285240461000269445128524046100026944512852404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f73dc0-e280-4697-bb4a-62d6641a214c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 168c9d75-d2da-4698-b5a7-774e4b78af48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 168c9d75-d2da-4698-b5a7-774e4b78af48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13425395143072192721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721134253951430721927211342539514307219272113425395143072192721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1867f218-ef50-4847-a533-9af97b0778e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a5d7f6f-4079-4af6-a8d5-c0ed242a7507, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5d7f6f-4079-4af6-a8d5-c0ed242a7507, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9418562221174907286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286941856222117490728694185622211749072869418562221174907286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 168c9d75-d2da-4698-b5a7-774e4b78af48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a393849a-cb1e-4f6f-9e39-9ad54b229c19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5d7f6f-4079-4af6-a8d5-c0ed242a7507, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a393849a-cb1e-4f6f-9e39-9ad54b229c19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4553061474180674050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050455306147418067405045530614741806740504553061474180674050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a0a41d-ab6d-498b-84a3-77309a63e521, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a0a41d-ab6d-498b-84a3-77309a63e521, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3658620972604264578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578365862097260426457836586209726042645783658620972604264578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a393849a-cb1e-4f6f-9e39-9ad54b229c19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b34085f-e2c2-48d4-a467-8415ce13462a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a0a41d-ab6d-498b-84a3-77309a63e521, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bc50e52-160d-4089-bb0c-084c1158e40e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bc50e52-160d-4089-bb0c-084c1158e40e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5952133489387025810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810595213348938702581059521334893870258105952133489387025810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b34085f-e2c2-48d4-a467-8415ce13462a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5834775777398691283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283583477577739869128358347757773986912835834775777398691283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bc50e52-160d-4089-bb0c-084c1158e40e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51dbb224-dcef-4af4-b177-4564ddabd88d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dbb224-dcef-4af4-b177-4564ddabd88d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10967224905137558228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228109672249051375582281096722490513755822810967224905137558228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b34085f-e2c2-48d4-a467-8415ce13462a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97e6660f-5592-4d9e-943a-f454ab07971f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e6660f-5592-4d9e-943a-f454ab07971f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16434590890472878155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155164345908904728781551643459089047287815516434590890472878155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dbb224-dcef-4af4-b177-4564ddabd88d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f03e6b3-b5b4-4431-be3f-7cf5a915b9f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f03e6b3-b5b4-4431-be3f-7cf5a915b9f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6935154399452765429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429693515439945276542969351543994527654296935154399452765429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e6660f-5592-4d9e-943a-f454ab07971f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7af22028-ad45-44e3-ad6d-6e6e02811f85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af22028-ad45-44e3-ad6d-6e6e02811f85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17069889710405077805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805170698897104050778051706988971040507780517069889710405077805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f03e6b3-b5b4-4431-be3f-7cf5a915b9f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec8d2688-8516-4cd9-9915-eeb7e4ca90aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8d2688-8516-4cd9-9915-eeb7e4ca90aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2987647612525094484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484298764761252509448429876476125250944842987647612525094484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af22028-ad45-44e3-ad6d-6e6e02811f85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8d2688-8516-4cd9-9915-eeb7e4ca90aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6213816-051f-4b9a-b9ed-276242735044, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a4bafe-7a92-4955-8c84-0ce81a43169c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6213816-051f-4b9a-b9ed-276242735044, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10096056431842887294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294100960564318428872941009605643184288729410096056431842887294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a4bafe-7a92-4955-8c84-0ce81a43169c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6428393908811338565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565642839390881133856564283939088113385656428393908811338565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6213816-051f-4b9a-b9ed-276242735044, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b9bee3d-356c-4b55-90c8-be1b36ae32c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a4bafe-7a92-4955-8c84-0ce81a43169c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a814760-4d20-4494-a6a7-294f93983c1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a814760-4d20-4494-a6a7-294f93983c1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11654971717286514361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361116549717172865143611165497171728651436111654971717286514361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b9bee3d-356c-4b55-90c8-be1b36ae32c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471021808121495051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051114710218081214950511147102180812149505111471021808121495051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a814760-4d20-4494-a6a7-294f93983c1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 583f5a15-5cd7-402c-a6ee-bd0cbd1c8ad5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 583f5a15-5cd7-402c-a6ee-bd0cbd1c8ad5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18082385428554192654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654180823854285541926541808238542855419265418082385428554192654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b9bee3d-356c-4b55-90c8-be1b36ae32c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9464a9e-f6c6-4497-a2be-4edf8ffe45b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9464a9e-f6c6-4497-a2be-4edf8ffe45b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2893637132623987930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930289363713262398793028936371326239879302893637132623987930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 583f5a15-5cd7-402c-a6ee-bd0cbd1c8ad5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf950446-a60a-40ae-b19b-55fee7c403e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf950446-a60a-40ae-b19b-55fee7c403e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11204887461630606832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832112048874616306068321120488746163060683211204887461630606832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9464a9e-f6c6-4497-a2be-4edf8ffe45b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf950446-a60a-40ae-b19b-55fee7c403e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc3408b6-689f-4932-aeb0-710bfb7b694e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79bae5a2-cf25-4ac8-bc74-04a62bf6251b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3408b6-689f-4932-aeb0-710bfb7b694e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1054952748732801065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065105495274873280106510549527487328010651054952748732801065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79bae5a2-cf25-4ac8-bc74-04a62bf6251b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18123761473952664828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828181237614739526648281812376147395266482818123761473952664828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3408b6-689f-4932-aeb0-710bfb7b694e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d06c90b-2995-4965-a354-96a96032685f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79bae5a2-cf25-4ac8-bc74-04a62bf6251b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf5d65c9-65a4-454c-bf75-f6d206965fe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d06c90b-2995-4965-a354-96a96032685f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6790825862753632668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668679082586275363266867908258627536326686790825862753632668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5d65c9-65a4-454c-bf75-f6d206965fe4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12451225943313664138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138124512259433136641381245122594331366413812451225943313664138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d06c90b-2995-4965-a354-96a96032685f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eec4c0fa-8241-471d-aeb8-a1063ab910e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec4c0fa-8241-471d-aeb8-a1063ab910e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16539549661536275095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095165395496615362750951653954966153627509516539549661536275095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5d65c9-65a4-454c-bf75-f6d206965fe4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 768db24b-910a-40dd-8d39-8e17eb27c4b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 768db24b-910a-40dd-8d39-8e17eb27c4b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 819288770290094761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761819288770290094761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec4c0fa-8241-471d-aeb8-a1063ab910e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0ea26e6-8cd2-4ba2-8e6b-fc6be04e541d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0ea26e6-8cd2-4ba2-8e6b-fc6be04e541d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12558389378578827573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573125583893785788275731255838937857882757312558389378578827573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 768db24b-910a-40dd-8d39-8e17eb27c4b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc380595-4a99-479f-a647-ce0f28140398, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc380595-4a99-479f-a647-ce0f28140398, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 532457901100080592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592532457901100080592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0ea26e6-8cd2-4ba2-8e6b-fc6be04e541d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1967ec0e-45a3-4014-94bb-df915579a6f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1967ec0e-45a3-4014-94bb-df915579a6f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1124840125332469847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847112484012533246984711248401253324698471124840125332469847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc380595-4a99-479f-a647-ce0f28140398, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7247e6a7-face-4d52-bae2-f2118aecb61d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7247e6a7-face-4d52-bae2-f2118aecb61d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6732709971129536075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075673270997112953607567327099711295360756732709971129536075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1967ec0e-45a3-4014-94bb-df915579a6f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b18d16-b976-4349-84b4-605e3560c948, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7247e6a7-face-4d52-bae2-f2118aecb61d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b18d16-b976-4349-84b4-605e3560c948, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15530643755584520669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669155306437555845206691553064375558452066915530643755584520669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c63bd659-c4aa-4680-b4b5-c197e52b0a1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c63bd659-c4aa-4680-b4b5-c197e52b0a1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1806875016034758740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740180687501603475874018068750160347587401806875016034758740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b18d16-b976-4349-84b4-605e3560c948, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97c61f29-96c6-49e9-b707-af529a020cdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c61f29-96c6-49e9-b707-af529a020cdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11342806391337135159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159113428063913371351591134280639133713515911342806391337135159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c63bd659-c4aa-4680-b4b5-c197e52b0a1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7da0d9ba-0320-4d13-85bc-ae5b699533a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da0d9ba-0320-4d13-85bc-ae5b699533a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4397316985035972900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900439731698503597290043973169850359729004397316985035972900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c61f29-96c6-49e9-b707-af529a020cdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fae8e2b-a8f8-4767-880c-69a59c34b1d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fae8e2b-a8f8-4767-880c-69a59c34b1d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16370404483427640865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865163704044834276408651637040448342764086516370404483427640865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da0d9ba-0320-4d13-85bc-ae5b699533a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a4888d3-723b-4015-9b3a-4f8237b1e578, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a4888d3-723b-4015-9b3a-4f8237b1e578, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17171902698731178034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034171719026987311780341717190269873117803417171902698731178034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fae8e2b-a8f8-4767-880c-69a59c34b1d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41a40dcc-c9a6-4a98-8580-c849ca42db4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41a40dcc-c9a6-4a98-8580-c849ca42db4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11812954240477907320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320118129542404779073201181295424047790732011812954240477907320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a4888d3-723b-4015-9b3a-4f8237b1e578, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f891d100-ccd3-4ab5-bfb1-b8692f0bd06e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f891d100-ccd3-4ab5-bfb1-b8692f0bd06e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4862170256993490293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293486217025699349029348621702569934902934862170256993490293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41a40dcc-c9a6-4a98-8580-c849ca42db4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e194445-af07-4f07-b6ff-9174e15c4974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e194445-af07-4f07-b6ff-9174e15c4974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5375417546102746493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493537541754610274649353754175461027464935375417546102746493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f891d100-ccd3-4ab5-bfb1-b8692f0bd06e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2f8f084-4a45-4c45-a634-47be382a2640, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2f8f084-4a45-4c45-a634-47be382a2640, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16997661992365483523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523169976619923654835231699766199236548352316997661992365483523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e194445-af07-4f07-b6ff-9174e15c4974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e2d8ae-ffdd-4236-b4f3-b87aff559f53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e2d8ae-ffdd-4236-b4f3-b87aff559f53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16536869386197237037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037165368693861972370371653686938619723703716536869386197237037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2f8f084-4a45-4c45-a634-47be382a2640, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f5cda54-16e2-415f-ac72-7d26b1a9b7c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e2d8ae-ffdd-4236-b4f3-b87aff559f53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd08bf99-23d4-4f33-a705-cf0bdab7ff1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd08bf99-23d4-4f33-a705-cf0bdab7ff1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 706417109040994949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949706417109040994949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5cda54-16e2-415f-ac72-7d26b1a9b7c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3829984675111525291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291382998467511152529138299846751115252913829984675111525291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd08bf99-23d4-4f33-a705-cf0bdab7ff1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf5ff6cf-9de2-4d39-8479-d283aa2d058a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5ff6cf-9de2-4d39-8479-d283aa2d058a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8407197008379077075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075840719700837907707584071970083790770758407197008379077075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5cda54-16e2-415f-ac72-7d26b1a9b7c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5ff6cf-9de2-4d39-8479-d283aa2d058a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7534573e-d821-4a0e-8e13-3845cca6d7df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10790f63-4dcd-4aec-a01c-d04c73c95bed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7534573e-d821-4a0e-8e13-3845cca6d7df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12754722071362099682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682127547220713620996821275472207136209968212754722071362099682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10790f63-4dcd-4aec-a01c-d04c73c95bed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1491692002590150704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704149169200259015070414916920025901507041491692002590150704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7534573e-d821-4a0e-8e13-3845cca6d7df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 595707a4-c8a8-428a-9758-d7a8f0520ad4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 595707a4-c8a8-428a-9758-d7a8f0520ad4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17715282863162840878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878177152828631628408781771528286316284087817715282863162840878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10790f63-4dcd-4aec-a01c-d04c73c95bed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75f260c-8b9c-49e0-94c3-ee454ff78a86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 595707a4-c8a8-428a-9758-d7a8f0520ad4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75f260c-8b9c-49e0-94c3-ee454ff78a86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8362711539434461989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989836271153943446198983627115394344619898362711539434461989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd6a7658-dccd-42ab-a917-3078cea5c772, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd6a7658-dccd-42ab-a917-3078cea5c772, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12402982911897566260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260124029829118975662601240298291189756626012402982911897566260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75f260c-8b9c-49e0-94c3-ee454ff78a86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eaf706d-5e08-4b39-9b12-4bc8a4943bae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eaf706d-5e08-4b39-9b12-4bc8a4943bae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9143235757024903048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048914323575702490304891432357570249030489143235757024903048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd6a7658-dccd-42ab-a917-3078cea5c772, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a47f0722-a4e3-4078-b224-cbdc0711a712, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a47f0722-a4e3-4078-b224-cbdc0711a712, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8846234500273905576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576884623450027390557688462345002739055768846234500273905576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eaf706d-5e08-4b39-9b12-4bc8a4943bae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a47f0722-a4e3-4078-b224-cbdc0711a712, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59c45ece-7547-4c66-af21-4822a3483c1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c45ece-7547-4c66-af21-4822a3483c1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3713290658422182311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311371329065842218231137132906584221823113713290658422182311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5cdcc4b-a728-400e-ac48-b909dcf11909, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5cdcc4b-a728-400e-ac48-b909dcf11909, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4500253385905148193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193450025338590514819345002533859051481934500253385905148193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c45ece-7547-4c66-af21-4822a3483c1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1cf5f29-1318-49a1-b6f5-d92d74659d72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1cf5f29-1318-49a1-b6f5-d92d74659d72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9523311106945157252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252952331110694515725295233111069451572529523311106945157252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5cdcc4b-a728-400e-ac48-b909dcf11909, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b9f9fce-ef8c-4a60-bbda-8c7199e9d97a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b9f9fce-ef8c-4a60-bbda-8c7199e9d97a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3619011717156969638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638361901171715696963836190117171569696383619011717156969638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1cf5f29-1318-49a1-b6f5-d92d74659d72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38df1bc1-5b13-4125-85cb-97d0f64bca66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38df1bc1-5b13-4125-85cb-97d0f64bca66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7560911296993430524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524756091129699343052475609112969934305247560911296993430524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b9f9fce-ef8c-4a60-bbda-8c7199e9d97a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2fa9d65-7d2e-47d8-9bc7-9e1792993a53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2fa9d65-7d2e-47d8-9bc7-9e1792993a53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16895668676279766446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446168956686762797664461689566867627976644616895668676279766446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38df1bc1-5b13-4125-85cb-97d0f64bca66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dc40ba4-479c-4509-9759-8b3a0f0b43c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dc40ba4-479c-4509-9759-8b3a0f0b43c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14948413367621191123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123149484133676211911231494841336762119112314948413367621191123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2fa9d65-7d2e-47d8-9bc7-9e1792993a53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3ae4699-77db-40d7-a416-ff2cabd39568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3ae4699-77db-40d7-a416-ff2cabd39568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 862122411354804705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705862122411354804705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dc40ba4-479c-4509-9759-8b3a0f0b43c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3ae4699-77db-40d7-a416-ff2cabd39568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bccf9fa-e42f-48ac-872c-c370ddc4cea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39320866-48e4-49d4-9669-7adb97247fd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39320866-48e4-49d4-9669-7adb97247fd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10975485744047911989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989109754857440479119891097548574404791198910975485744047911989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bccf9fa-e42f-48ac-872c-c370ddc4cea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3690305658611875555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555369030565861187555536903056586118755553690305658611875555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39320866-48e4-49d4-9669-7adb97247fd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bccf9fa-e42f-48ac-872c-c370ddc4cea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 182c95bc-77b4-4a8c-a3d0-f9eb6217af6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 182c95bc-77b4-4a8c-a3d0-f9eb6217af6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15681408481863126355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355156814084818631263551568140848186312635515681408481863126355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9acbb62b-2a21-4846-8fc5-e275a57a9585, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9acbb62b-2a21-4846-8fc5-e275a57a9585, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8455421130377106140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140845542113037710614084554211303771061408455421130377106140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 182c95bc-77b4-4a8c-a3d0-f9eb6217af6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9f6be16-e41f-4c02-bbe4-6486d43f8dea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9acbb62b-2a21-4846-8fc5-e275a57a9585, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f6be16-e41f-4c02-bbe4-6486d43f8dea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2630382008022565986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986263038200802256598626303820080225659862630382008022565986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d24d4832-d532-481e-b605-65e8458f319d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24d4832-d532-481e-b605-65e8458f319d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3766841065133273879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879376684106513327387937668410651332738793766841065133273879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f6be16-e41f-4c02-bbe4-6486d43f8dea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f1005c9-862d-478a-9cd5-7ed7a7fbb9da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f1005c9-862d-478a-9cd5-7ed7a7fbb9da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12294729884757765572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572122947298847577655721229472988475776557212294729884757765572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24d4832-d532-481e-b605-65e8458f319d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39c48f2c-d5fd-4310-a776-3a7dbb397e10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c48f2c-d5fd-4310-a776-3a7dbb397e10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14364477188853761936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936143644771888537619361436447718885376193614364477188853761936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f1005c9-862d-478a-9cd5-7ed7a7fbb9da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed6441bd-3afd-40f2-bbd9-d1520842e530, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed6441bd-3afd-40f2-bbd9-d1520842e530, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16234696833513397865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865162346968335133978651623469683351339786516234696833513397865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c48f2c-d5fd-4310-a776-3a7dbb397e10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11766cd2-8cc1-4fc4-b6a8-f071ee4b9c67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11766cd2-8cc1-4fc4-b6a8-f071ee4b9c67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15734821843903728189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189157348218439037281891573482184390372818915734821843903728189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed6441bd-3afd-40f2-bbd9-d1520842e530, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e7da3b1-f2fa-47b1-aeb1-c2545eba7fb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e7da3b1-f2fa-47b1-aeb1-c2545eba7fb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16491230328391435864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864164912303283914358641649123032839143586416491230328391435864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11766cd2-8cc1-4fc4-b6a8-f071ee4b9c67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad34e541-0ce4-4cf9-9b50-5a8c3bc9a22c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad34e541-0ce4-4cf9-9b50-5a8c3bc9a22c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3175734838309801611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611317573483830980161131757348383098016113175734838309801611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e7da3b1-f2fa-47b1-aeb1-c2545eba7fb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fce94b1a-b180-459f-89ab-5d1bb354c684, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fce94b1a-b180-459f-89ab-5d1bb354c684, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6345598483794105214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214634559848379410521463455984837941052146345598483794105214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad34e541-0ce4-4cf9-9b50-5a8c3bc9a22c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca563f85-6125-4afa-9d99-13ad4da5d05b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca563f85-6125-4afa-9d99-13ad4da5d05b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13221666814474405309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309132216668144744053091322166681447440530913221666814474405309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fce94b1a-b180-459f-89ab-5d1bb354c684, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fa722f-518c-4fbd-bc37-00399e6c71b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fa722f-518c-4fbd-bc37-00399e6c71b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9372686563559203504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504937268656355920350493726865635592035049372686563559203504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca563f85-6125-4afa-9d99-13ad4da5d05b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bdd77ee-47fb-4d7b-a3d7-b2c67fe78536, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bdd77ee-47fb-4d7b-a3d7-b2c67fe78536, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7336608732949883719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719733660873294988371973366087329498837197336608732949883719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fa722f-518c-4fbd-bc37-00399e6c71b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9032c497-e50b-4fdd-806d-c9d63b581a9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9032c497-e50b-4fdd-806d-c9d63b581a9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14064724611063779321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321140647246110637793211406472461106377932114064724611063779321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bdd77ee-47fb-4d7b-a3d7-b2c67fe78536, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9032c497-e50b-4fdd-806d-c9d63b581a9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73036fdc-f57a-48f9-a05f-5e005425c8f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73036fdc-f57a-48f9-a05f-5e005425c8f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11996096134460991264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264119960961344609912641199609613446099126411996096134460991264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f964f14-1b1e-4d3b-8ca7-f27746381a28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f964f14-1b1e-4d3b-8ca7-f27746381a28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941019461921881211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211169410194619218812111694101946192188121116941019461921881211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73036fdc-f57a-48f9-a05f-5e005425c8f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75e26c95-6df6-4526-8063-ce3c7f699c8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f964f14-1b1e-4d3b-8ca7-f27746381a28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94cc489f-836b-4982-81ea-df2b619192f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94cc489f-836b-4982-81ea-df2b619192f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907363673481971397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397290736367348197139729073636734819713972907363673481971397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e26c95-6df6-4526-8063-ce3c7f699c8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3087315744072947271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271308731574407294727130873157440729472713087315744072947271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94cc489f-836b-4982-81ea-df2b619192f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e26c95-6df6-4526-8063-ce3c7f699c8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97d3ba59-542d-44b0-b787-70f8ad1e2df9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d3ba59-542d-44b0-b787-70f8ad1e2df9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6961268435222760841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841696126843522276084169612684352227608416961268435222760841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a082043c-b590-43ce-b3e9-27fce608b72e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a082043c-b590-43ce-b3e9-27fce608b72e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13137776178792882785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785131377761787928827851313777617879288278513137776178792882785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d3ba59-542d-44b0-b787-70f8ad1e2df9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a082043c-b590-43ce-b3e9-27fce608b72e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2520146c-5371-4006-9ff5-63985785cd81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2520146c-5371-4006-9ff5-63985785cd81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8682341661482697365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365868234166148269736586823416614826973658682341661482697365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d24ce2f-4504-4677-84f2-275deb272e35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d24ce2f-4504-4677-84f2-275deb272e35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8617898526796051229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229861789852679605122986178985267960512298617898526796051229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2520146c-5371-4006-9ff5-63985785cd81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf1a7807-91c4-47ef-b2ca-5e60b4772c4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf1a7807-91c4-47ef-b2ca-5e60b4772c4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13713791561559942168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168137137915615599421681371379156155994216813713791561559942168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d24ce2f-4504-4677-84f2-275deb272e35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf1a7807-91c4-47ef-b2ca-5e60b4772c4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48247998-2fca-4ec4-8f81-f9b22442deeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48247998-2fca-4ec4-8f81-f9b22442deeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4659215717887879112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112465921571788787911246592157178878791124659215717887879112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff5f5dbf-0f62-483a-9e78-8d64db354add, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff5f5dbf-0f62-483a-9e78-8d64db354add, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8762858721532937208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208876285872153293720887628587215329372088762858721532937208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48247998-2fca-4ec4-8f81-f9b22442deeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dd91920-6af3-4a43-b4ef-109599d4fae0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dd91920-6af3-4a43-b4ef-109599d4fae0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9658671101659804763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763965867110165980476396586711016598047639658671101659804763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff5f5dbf-0f62-483a-9e78-8d64db354add, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c9c98fe-17fc-4efb-826a-ca49733c621a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9c98fe-17fc-4efb-826a-ca49733c621a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7656931017836774462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462765693101783677446276569310178367744627656931017836774462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dd91920-6af3-4a43-b4ef-109599d4fae0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fb5fc50-f73f-4339-b099-a6bc7bce7762, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fb5fc50-f73f-4339-b099-a6bc7bce7762, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11878431230804572071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071118784312308045720711187843123080457207111878431230804572071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9c98fe-17fc-4efb-826a-ca49733c621a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca53fafd-cb4f-46a8-8365-9ab40d7b2891, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca53fafd-cb4f-46a8-8365-9ab40d7b2891, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2118629599124342877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877211862959912434287721186295991243428772118629599124342877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fb5fc50-f73f-4339-b099-a6bc7bce7762, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f853f473-293a-4010-be12-13bcf4123834, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f853f473-293a-4010-be12-13bcf4123834, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1106595612746583056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056110659561274658305611065956127465830561106595612746583056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca53fafd-cb4f-46a8-8365-9ab40d7b2891, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c4ec7e3-c053-45f9-8fdf-987c3f728b65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4ec7e3-c053-45f9-8fdf-987c3f728b65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7212709820467900905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905721270982046790090572127098204679009057212709820467900905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f853f473-293a-4010-be12-13bcf4123834, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de69e5d7-bb13-4a2c-9f9f-71d768990d5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de69e5d7-bb13-4a2c-9f9f-71d768990d5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10517537868100843838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838105175378681008438381051753786810084383810517537868100843838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4ec7e3-c053-45f9-8fdf-987c3f728b65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34d7bf45-f434-4179-b764-1c54e9584ea4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d7bf45-f434-4179-b764-1c54e9584ea4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 275507958676415475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475275507958676415475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de69e5d7-bb13-4a2c-9f9f-71d768990d5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 448c506a-2c08-4326-87dd-37c90c5cdbb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448c506a-2c08-4326-87dd-37c90c5cdbb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16429336283996837103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103164293362839968371031642933628399683710316429336283996837103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d7bf45-f434-4179-b764-1c54e9584ea4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e6e273d-f507-448a-b940-34094bbe77fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e6e273d-f507-448a-b940-34094bbe77fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2524403564498549469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469252440356449854946925244035644985494692524403564498549469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448c506a-2c08-4326-87dd-37c90c5cdbb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfa30259-ddb4-4b75-8820-28865be0099c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e6e273d-f507-448a-b940-34094bbe77fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec5bd4ae-07a1-4422-b229-348e3b911034, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec5bd4ae-07a1-4422-b229-348e3b911034, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16671353679916877583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583166713536799168775831667135367991687758316671353679916877583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa30259-ddb4-4b75-8820-28865be0099c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7062159256483355233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233706215925648335523370621592564833552337062159256483355233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec5bd4ae-07a1-4422-b229-348e3b911034, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa30259-ddb4-4b75-8820-28865be0099c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e43e2d9f-911f-401a-9689-f50e6f95c60f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71b8e38b-2ff7-4dd7-89f9-f6aa0ed1e40e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71b8e38b-2ff7-4dd7-89f9-f6aa0ed1e40e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9644744506865771164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164964474450686577116496447445068657711649644744506865771164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43e2d9f-911f-401a-9689-f50e6f95c60f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15298211430242625149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149152982114302426251491529821143024262514915298211430242625149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71b8e38b-2ff7-4dd7-89f9-f6aa0ed1e40e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89b842ec-ab70-45a3-a962-c7ce280f7d7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b842ec-ab70-45a3-a962-c7ce280f7d7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18145188046322840299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299181451880463228402991814518804632284029918145188046322840299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43e2d9f-911f-401a-9689-f50e6f95c60f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b1e490-15a3-42de-9d23-5c878d514931, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b1e490-15a3-42de-9d23-5c878d514931, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9190593528605725577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577919059352860572557791905935286057255779190593528605725577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b842ec-ab70-45a3-a962-c7ce280f7d7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd503b83-215d-48df-b21c-90d587284a6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd503b83-215d-48df-b21c-90d587284a6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2709436775998673204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204270943677599867320427094367759986732042709436775998673204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b1e490-15a3-42de-9d23-5c878d514931, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb8fe47a-90b1-4986-83c0-df2578e52cdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb8fe47a-90b1-4986-83c0-df2578e52cdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11054905460420952830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830110549054604209528301105490546042095283011054905460420952830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd503b83-215d-48df-b21c-90d587284a6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 641320fd-3dc2-432e-bc6c-54d06e3ba313, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 641320fd-3dc2-432e-bc6c-54d06e3ba313, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566379933928074222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222856637993392807422285663799339280742228566379933928074222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 641320fd-3dc2-432e-bc6c-54d06e3ba313, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 872e91e5-201b-4194-9fd3-6c7d7e74d9ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 872e91e5-201b-4194-9fd3-6c7d7e74d9ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858648964856131073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073148586489648561310731485864896485613107314858648964856131073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb8fe47a-90b1-4986-83c0-df2578e52cdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c67d8aa-cb08-4332-b549-35381f35b7b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c67d8aa-cb08-4332-b549-35381f35b7b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3900247042998851894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894390024704299885189439002470429988518943900247042998851894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 872e91e5-201b-4194-9fd3-6c7d7e74d9ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e19e889f-d1a6-451d-8083-f916d9926636, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e19e889f-d1a6-451d-8083-f916d9926636, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12899918231435475927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927128999182314354759271289991823143547592712899918231435475927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c67d8aa-cb08-4332-b549-35381f35b7b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 748821cc-3176-4eec-bb72-f2b0bd85a5ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e19e889f-d1a6-451d-8083-f916d9926636, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748821cc-3176-4eec-bb72-f2b0bd85a5ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12459796053169830705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705124597960531698307051245979605316983070512459796053169830705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae8f66dc-2242-47cd-ae15-ab8bb47f297a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae8f66dc-2242-47cd-ae15-ab8bb47f297a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2858857183481930181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181285885718348193018128588571834819301812858857183481930181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748821cc-3176-4eec-bb72-f2b0bd85a5ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d48068b2-9a38-4617-a784-bb2d94d0488c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48068b2-9a38-4617-a784-bb2d94d0488c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17562215347902766704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704175622153479027667041756221534790276670417562215347902766704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae8f66dc-2242-47cd-ae15-ab8bb47f297a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0237b93-f5e9-443b-b0ac-6d8bad1be170, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0237b93-f5e9-443b-b0ac-6d8bad1be170, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6159687909364017678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678615968790936401767861596879093640176786159687909364017678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48068b2-9a38-4617-a784-bb2d94d0488c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0237b93-f5e9-443b-b0ac-6d8bad1be170, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9fd6a4-aa32-4b4b-ad47-90ceaa222975, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef65a413-80f1-4794-8728-6d8a3ffbb8e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef65a413-80f1-4794-8728-6d8a3ffbb8e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12757784524284680937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937127577845242846809371275778452428468093712757784524284680937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9fd6a4-aa32-4b4b-ad47-90ceaa222975, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13181817138392120866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866131818171383921208661318181713839212086613181817138392120866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef65a413-80f1-4794-8728-6d8a3ffbb8e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9fd6a4-aa32-4b4b-ad47-90ceaa222975, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2a2169b-fc65-47fe-bf37-37b6347f1e9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a2169b-fc65-47fe-bf37-37b6347f1e9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16498812491012180861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861164988124910121808611649881249101218086116498812491012180861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fde73f29-88b1-4162-800a-f182ee13d07b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fde73f29-88b1-4162-800a-f182ee13d07b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3540915584237649381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381354091558423764938135409155842376493813540915584237649381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a2169b-fc65-47fe-bf37-37b6347f1e9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 619226fa-84e7-48d3-a808-e3f31f7bb1cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619226fa-84e7-48d3-a808-e3f31f7bb1cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7765421157787768566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566776542115778776856677654211577877685667765421157787768566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fde73f29-88b1-4162-800a-f182ee13d07b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e9b6d9-9110-4fea-90ef-ff3803a45d42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e9b6d9-9110-4fea-90ef-ff3803a45d42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12407085335657827805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805124070853356578278051240708533565782780512407085335657827805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619226fa-84e7-48d3-a808-e3f31f7bb1cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebba184a-48bb-4248-a046-5f1c52d80ceb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebba184a-48bb-4248-a046-5f1c52d80ceb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17839475465900536783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783178394754659005367831783947546590053678317839475465900536783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e9b6d9-9110-4fea-90ef-ff3803a45d42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62e3441c-90f8-435a-8415-c67e00cceba3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62e3441c-90f8-435a-8415-c67e00cceba3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4492694656488558619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619449269465648855861944926946564885586194492694656488558619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62e3441c-90f8-435a-8415-c67e00cceba3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17acdeeb-9824-453a-bc75-f32371c38163, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17acdeeb-9824-453a-bc75-f32371c38163, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12969156205263067487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487129691562052630674871296915620526306748712969156205263067487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebba184a-48bb-4248-a046-5f1c52d80ceb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dfcca26-a1b0-4d0c-9a94-4037b602c5e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dfcca26-a1b0-4d0c-9a94-4037b602c5e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17029490578820209670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670170294905788202096701702949057882020967017029490578820209670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17acdeeb-9824-453a-bc75-f32371c38163, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b767b3d7-210b-4949-9415-d4f3a4893450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b767b3d7-210b-4949-9415-d4f3a4893450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3777070019897435061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061377707001989743506137770700198974350613777070019897435061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dfcca26-a1b0-4d0c-9a94-4037b602c5e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a509415-a39e-4ce2-9ca5-9c0b0abebe73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a509415-a39e-4ce2-9ca5-9c0b0abebe73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12172885445893838907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907121728854458938389071217288544589383890712172885445893838907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b767b3d7-210b-4949-9415-d4f3a4893450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db6d0bce-0088-4e40-8b2f-1b38e2666107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6d0bce-0088-4e40-8b2f-1b38e2666107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11082315650827835741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741110823156508278357411108231565082783574111082315650827835741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a509415-a39e-4ce2-9ca5-9c0b0abebe73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d12acca-965f-4b69-bb5b-d407a5311f38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d12acca-965f-4b69-bb5b-d407a5311f38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16847984166808855071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071168479841668088550711684798416680885507116847984166808855071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6d0bce-0088-4e40-8b2f-1b38e2666107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73eb5d60-fa35-4624-9b99-186257f077bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73eb5d60-fa35-4624-9b99-186257f077bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2679761178328546601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601267976117832854660126797611783285466012679761178328546601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d12acca-965f-4b69-bb5b-d407a5311f38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a883bcb-97ed-4378-ac36-c70a64aa0718, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a883bcb-97ed-4378-ac36-c70a64aa0718, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16032690103799821049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049160326901037998210491603269010379982104916032690103799821049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73eb5d60-fa35-4624-9b99-186257f077bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e5fa4bf-7270-44bd-a0fe-67cdaa68d5a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5fa4bf-7270-44bd-a0fe-67cdaa68d5a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7286337047920887845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845728633704792088784572863370479208878457286337047920887845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a883bcb-97ed-4378-ac36-c70a64aa0718, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a19dbc42-521b-4107-a716-491820b54a3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a19dbc42-521b-4107-a716-491820b54a3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6221756812561840273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273622175681256184027362217568125618402736221756812561840273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5fa4bf-7270-44bd-a0fe-67cdaa68d5a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf4bd16b-1cbd-4d37-b185-ceb7e3ea4a0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf4bd16b-1cbd-4d37-b185-ceb7e3ea4a0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6731300814558947977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977673130081455894797767313008145589479776731300814558947977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a19dbc42-521b-4107-a716-491820b54a3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 553d8de0-e35a-43d1-bbaa-45b15a9e42b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 553d8de0-e35a-43d1-bbaa-45b15a9e42b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2535300824058034342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342253530082405803434225353008240580343422535300824058034342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf4bd16b-1cbd-4d37-b185-ceb7e3ea4a0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e3c46b1-1b22-45a4-9c70-cd2b103b622f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e3c46b1-1b22-45a4-9c70-cd2b103b622f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12786205959321955947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947127862059593219559471278620595932195594712786205959321955947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 553d8de0-e35a-43d1-bbaa-45b15a9e42b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaf9935a-b0d6-4b4c-864c-ee50b59ad3a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaf9935a-b0d6-4b4c-864c-ee50b59ad3a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2531187087299239305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305253118708729923930525311870872992393052531187087299239305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e3c46b1-1b22-45a4-9c70-cd2b103b622f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25dfcfaa-c63b-4b74-aed3-5925c4263d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25dfcfaa-c63b-4b74-aed3-5925c4263d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5762118019575203250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250576211801957520325057621180195752032505762118019575203250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaf9935a-b0d6-4b4c-864c-ee50b59ad3a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c383a1ca-37fb-4adb-83b7-bdf9b3333c7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c383a1ca-37fb-4adb-83b7-bdf9b3333c7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16241880439721100648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648162418804397211006481624188043972110064816241880439721100648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25dfcfaa-c63b-4b74-aed3-5925c4263d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56283dd6-ee0c-45e6-ad14-733d36619429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56283dd6-ee0c-45e6-ad14-733d36619429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2197908824872288271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271219790882487228827121979088248722882712197908824872288271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c383a1ca-37fb-4adb-83b7-bdf9b3333c7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d6c089-bc13-4586-afad-e299c58227df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d6c089-bc13-4586-afad-e299c58227df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5839107198560152834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834583910719856015283458391071985601528345839107198560152834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56283dd6-ee0c-45e6-ad14-733d36619429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeff4ce7-ffa6-4908-b576-101cdff533f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeff4ce7-ffa6-4908-b576-101cdff533f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7683203222523583611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611768320322252358361176832032225235836117683203222523583611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d6c089-bc13-4586-afad-e299c58227df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7891d1cb-f752-4582-bbb0-ea27d49766be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7891d1cb-f752-4582-bbb0-ea27d49766be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8116741019884955721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721811674101988495572181167410198849557218116741019884955721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeff4ce7-ffa6-4908-b576-101cdff533f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d99310ed-a95f-4a09-8f08-c40fc99c9d7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d99310ed-a95f-4a09-8f08-c40fc99c9d7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3125305691366087186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186312530569136608718631253056913660871863125305691366087186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7891d1cb-f752-4582-bbb0-ea27d49766be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8921785b-2844-4769-a4ae-de7a161d8170, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8921785b-2844-4769-a4ae-de7a161d8170, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17345586358341694441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441173455863583416944411734558635834169444117345586358341694441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d99310ed-a95f-4a09-8f08-c40fc99c9d7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06287fbc-501c-498e-9b97-251abb678209, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8921785b-2844-4769-a4ae-de7a161d8170, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f26c14a-42e9-4eed-8144-8b87d075ee27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06287fbc-501c-498e-9b97-251abb678209, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4219328257465309821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821421932825746530982142193282574653098214219328257465309821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f26c14a-42e9-4eed-8144-8b87d075ee27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4432724067816704103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103443272406781670410344327240678167041034432724067816704103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06287fbc-501c-498e-9b97-251abb678209, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 381a2771-4d3b-4acc-9260-67fda5d6cc10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381a2771-4d3b-4acc-9260-67fda5d6cc10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11912897340515012779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779119128973405150127791191289734051501277911912897340515012779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f26c14a-42e9-4eed-8144-8b87d075ee27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dc23782-8647-4502-af9b-104387cabc58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dc23782-8647-4502-af9b-104387cabc58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12509597742434984116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116125095977424349841161250959774243498411612509597742434984116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381a2771-4d3b-4acc-9260-67fda5d6cc10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e9396c-63cc-4930-afd3-3fe1c2eb3f81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dc23782-8647-4502-af9b-104387cabc58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29286618-529c-4ef9-a1d9-d4dde19535aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e9396c-63cc-4930-afd3-3fe1c2eb3f81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414693084587806615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615144146930845878066151441469308458780661514414693084587806615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29286618-529c-4ef9-a1d9-d4dde19535aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6573444169849867142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142657344416984986714265734441698498671426573444169849867142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e9396c-63cc-4930-afd3-3fe1c2eb3f81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b9c0220-1226-4be7-8ca5-4a3ce86cad88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b9c0220-1226-4be7-8ca5-4a3ce86cad88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15699439428831908380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380156994394288319083801569943942883190838015699439428831908380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29286618-529c-4ef9-a1d9-d4dde19535aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b23e9bf7-fc33-4ac0-99a1-9c4d33150e18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b23e9bf7-fc33-4ac0-99a1-9c4d33150e18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9494907304283763775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775949490730428376377594949073042837637759494907304283763775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b9c0220-1226-4be7-8ca5-4a3ce86cad88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd6a9280-cf3d-4dcf-9503-0eaed6a5f401, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd6a9280-cf3d-4dcf-9503-0eaed6a5f401, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16801703660549904120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120168017036605499041201680170366054990412016801703660549904120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b23e9bf7-fc33-4ac0-99a1-9c4d33150e18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c9df8a6-0dcc-4e13-aefe-44ffde0140e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9df8a6-0dcc-4e13-aefe-44ffde0140e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13841129034767833162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162138411290347678331621384112903476783316213841129034767833162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd6a9280-cf3d-4dcf-9503-0eaed6a5f401, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64a3365b-ea14-4d4a-94f6-046152ce6cc1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9df8a6-0dcc-4e13-aefe-44ffde0140e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3271be02-d9e1-441c-ac25-a8561d960c43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a3365b-ea14-4d4a-94f6-046152ce6cc1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15019660694158925564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564150196606941589255641501966069415892556415019660694158925564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3271be02-d9e1-441c-ac25-a8561d960c43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6103791076232495243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243610379107623249524361037910762324952436103791076232495243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a3365b-ea14-4d4a-94f6-046152ce6cc1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4778e88f-9881-4b94-91b8-c0f1247c06e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4778e88f-9881-4b94-91b8-c0f1247c06e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390861362001271054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054339086136200127105433908613620012710543390861362001271054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3271be02-d9e1-441c-ac25-a8561d960c43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed0cc977-97fe-467b-94a5-b06e4d862567, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4778e88f-9881-4b94-91b8-c0f1247c06e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed0cc977-97fe-467b-94a5-b06e4d862567, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14850175742528649067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067148501757425286490671485017574252864906714850175742528649067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff74ace2-3737-43a5-863a-43ae847ccd84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff74ace2-3737-43a5-863a-43ae847ccd84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13807040340407603447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447138070403404076034471380704034040760344713807040340407603447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed0cc977-97fe-467b-94a5-b06e4d862567, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92f29bc3-fffb-4e87-8d79-f37a925ff112, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f29bc3-fffb-4e87-8d79-f37a925ff112, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10735267045072009869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869107352670450720098691073526704507200986910735267045072009869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff74ace2-3737-43a5-863a-43ae847ccd84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24e63dc2-437d-46c2-96cf-98cd5a0011c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e63dc2-437d-46c2-96cf-98cd5a0011c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11886251904155160422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422118862519041551604221188625190415516042211886251904155160422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f29bc3-fffb-4e87-8d79-f37a925ff112, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90738bd5-67bc-4734-8e7b-a4eb6bd435bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90738bd5-67bc-4734-8e7b-a4eb6bd435bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2299680177412022358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358229968017741202235822996801774120223582299680177412022358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e63dc2-437d-46c2-96cf-98cd5a0011c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b930709a-e47f-4175-96b9-f8f3cbbc8186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b930709a-e47f-4175-96b9-f8f3cbbc8186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7418993683530119247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247741899368353011924774189936835301192477418993683530119247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90738bd5-67bc-4734-8e7b-a4eb6bd435bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b930709a-e47f-4175-96b9-f8f3cbbc8186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 809da13c-9a82-42bf-a42b-ab10d764b717, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e90a9894-f62f-4fe6-a5c1-dff45dd600d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 809da13c-9a82-42bf-a42b-ab10d764b717, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3199875752143626969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969319987575214362696931998757521436269693199875752143626969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e90a9894-f62f-4fe6-a5c1-dff45dd600d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11569826154517667813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813115698261545176678131156982615451766781311569826154517667813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 809da13c-9a82-42bf-a42b-ab10d764b717, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01f7e86f-4b65-4b8b-8e33-124a74a604b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01f7e86f-4b65-4b8b-8e33-124a74a604b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10688555033178639727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727106885550331786397271068855503317863972710688555033178639727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e90a9894-f62f-4fe6-a5c1-dff45dd600d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9ce8a7-ab67-47b5-b08f-fa6bd459e003, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9ce8a7-ab67-47b5-b08f-fa6bd459e003, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16860060722634277273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273168600607226342772731686006072263427727316860060722634277273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01f7e86f-4b65-4b8b-8e33-124a74a604b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a2c7c4c-da0c-4e96-9fb5-d9c69e0a9c46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2c7c4c-da0c-4e96-9fb5-d9c69e0a9c46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6019948301299833902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902601994830129983390260199483012998339026019948301299833902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9ce8a7-ab67-47b5-b08f-fa6bd459e003, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d30183b-328d-44c0-a74b-d5bdb3b18653, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d30183b-328d-44c0-a74b-d5bdb3b18653, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5692038975463056255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255569203897546305625556920389754630562555692038975463056255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2c7c4c-da0c-4e96-9fb5-d9c69e0a9c46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8893b7eb-6b86-4748-a2c6-137b41e33435, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d30183b-328d-44c0-a74b-d5bdb3b18653, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8893b7eb-6b86-4748-a2c6-137b41e33435, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9337820454794021615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615933782045479402161593378204547940216159337820454794021615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1b87f4f-95c4-4b73-a565-b02f51ca4a41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b87f4f-95c4-4b73-a565-b02f51ca4a41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12603036885442695751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751126030368854426957511260303688544269575112603036885442695751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8893b7eb-6b86-4748-a2c6-137b41e33435, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b87f4f-95c4-4b73-a565-b02f51ca4a41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a2be2a1-835e-4bf8-ac99-915aa6e2aa21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2be2a1-835e-4bf8-ac99-915aa6e2aa21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6470325529647665846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846647032552964766584664703255296476658466470325529647665846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5cbff01-fc2e-4003-bbaf-3209f124bc58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5cbff01-fc2e-4003-bbaf-3209f124bc58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17117006525705904862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862171170065257059048621711700652570590486217117006525705904862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2be2a1-835e-4bf8-ac99-915aa6e2aa21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fea85b4-14bc-4a64-9f1a-a8c2e9986cb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fea85b4-14bc-4a64-9f1a-a8c2e9986cb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4049531065633399882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882404953106563339988240495310656333998824049531065633399882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5cbff01-fc2e-4003-bbaf-3209f124bc58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fea85b4-14bc-4a64-9f1a-a8c2e9986cb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d385b10a-ad36-431b-b4a3-d435134c8b6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d385b10a-ad36-431b-b4a3-d435134c8b6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11454972803773180257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257114549728037731802571145497280377318025711454972803773180257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15d80691-26ef-4f0a-8bb9-9938d8f9a6e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15d80691-26ef-4f0a-8bb9-9938d8f9a6e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17333400189228391552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552173334001892283915521733340018922839155217333400189228391552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d385b10a-ad36-431b-b4a3-d435134c8b6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15d80691-26ef-4f0a-8bb9-9938d8f9a6e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa6e9b4d-9f86-49f5-bf16-74a425335029, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1be419c-7ff8-4b31-8b1f-ff4e7b991d8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1be419c-7ff8-4b31-8b1f-ff4e7b991d8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109533645040597998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998910953364504059799891095336450405979989109533645040597998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa6e9b4d-9f86-49f5-bf16-74a425335029, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15003272804674700445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445150032728046747004451500327280467470044515003272804674700445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1be419c-7ff8-4b31-8b1f-ff4e7b991d8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa6e9b4d-9f86-49f5-bf16-74a425335029, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abecd629-8d00-45bc-bf2f-6602b347a068, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abecd629-8d00-45bc-bf2f-6602b347a068, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459555251931027384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384104595552519310273841045955525193102738410459555251931027384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9925cacc-c899-4837-af47-2be247058372, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9925cacc-c899-4837-af47-2be247058372, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5989913273800467489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489598991327380046748959899132738004674895989913273800467489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9925cacc-c899-4837-af47-2be247058372, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68fe65f0-faee-46f4-a29f-094d078a2f89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68fe65f0-faee-46f4-a29f-094d078a2f89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11611154634988752209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209116111546349887522091161115463498875220911611154634988752209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abecd629-8d00-45bc-bf2f-6602b347a068, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a6a47f9-5fb2-4a1c-8305-3d44841bf424, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6a47f9-5fb2-4a1c-8305-3d44841bf424, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16481668478466295585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585164816684784662955851648166847846629558516481668478466295585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68fe65f0-faee-46f4-a29f-094d078a2f89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bacd1ac5-2d39-4b71-840e-18784d2ff929, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bacd1ac5-2d39-4b71-840e-18784d2ff929, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18117986139493691671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671181179861394936916711811798613949369167118117986139493691671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6a47f9-5fb2-4a1c-8305-3d44841bf424, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84b0bcc0-7e3a-4ef6-b1b3-016229fe68f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b0bcc0-7e3a-4ef6-b1b3-016229fe68f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12050053894037109714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714120500538940371097141205005389403710971412050053894037109714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bacd1ac5-2d39-4b71-840e-18784d2ff929, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 876798db-d2e9-44b0-b65f-717e719c4447, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 876798db-d2e9-44b0-b65f-717e719c4447, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12223021626848213236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236122230216268482132361222302162684821323612223021626848213236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b0bcc0-7e3a-4ef6-b1b3-016229fe68f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6bfa6cd-5fb8-40cc-93eb-6585e8f2fe0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6bfa6cd-5fb8-40cc-93eb-6585e8f2fe0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428364343570899085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085428364343570899085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 876798db-d2e9-44b0-b65f-717e719c4447, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd5d4c36-56da-469b-ba4f-10781381adef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5d4c36-56da-469b-ba4f-10781381adef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10414707381223427784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784104147073812234277841041470738122342778410414707381223427784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6bfa6cd-5fb8-40cc-93eb-6585e8f2fe0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41b3f908-4b3b-4ce3-82ed-6c39f5451862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41b3f908-4b3b-4ce3-82ed-6c39f5451862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13413887041560320904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904134138870415603209041341388704156032090413413887041560320904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5d4c36-56da-469b-ba4f-10781381adef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11f1c3cd-365c-4425-9930-6b52d215ef7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f1c3cd-365c-4425-9930-6b52d215ef7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11463664983145498579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579114636649831454985791146366498314549857911463664983145498579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41b3f908-4b3b-4ce3-82ed-6c39f5451862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ddaaaf-cbc1-4f23-89fa-f1063a2d02cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ddaaaf-cbc1-4f23-89fa-f1063a2d02cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 96834592877251048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9683459287725104896834592877251048968345928772510489683459287725104896834592877251048968345928772510489683459287725104896834592877251048968345928772510489683459287725104896834592877251048968345928772510489683459287725104896834592877251048968345928772510489683459287725104896834592877251048968345928772510489683459287725104896834592877251048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f1c3cd-365c-4425-9930-6b52d215ef7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3645b03-edbd-4ae5-8d41-321cf100727a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3645b03-edbd-4ae5-8d41-321cf100727a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9669184750362206059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059966918475036220605996691847503622060599669184750362206059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ddaaaf-cbc1-4f23-89fa-f1063a2d02cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e559d3d-b98b-4efb-a1dc-df131000b429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e559d3d-b98b-4efb-a1dc-df131000b429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4262858419824086762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762426285841982408676242628584198240867624262858419824086762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3645b03-edbd-4ae5-8d41-321cf100727a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86024daf-ee80-458e-a5e8-a4a1dc111b15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86024daf-ee80-458e-a5e8-a4a1dc111b15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11013889808838140853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853110138898088381408531101388980883814085311013889808838140853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e559d3d-b98b-4efb-a1dc-df131000b429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 272717f6-f463-490c-9a1a-d9cabbabb4a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 272717f6-f463-490c-9a1a-d9cabbabb4a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12205315806928490345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345122053158069284903451220531580692849034512205315806928490345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86024daf-ee80-458e-a5e8-a4a1dc111b15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f544939-b477-4ea6-a44e-cc45be249a19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f544939-b477-4ea6-a44e-cc45be249a19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 132384865560943779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779132384865560943779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 272717f6-f463-490c-9a1a-d9cabbabb4a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d9dbe28-edc4-451d-9cf6-1b54b42a72c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9dbe28-edc4-451d-9cf6-1b54b42a72c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15793603699510137450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450157936036995101374501579360369951013745015793603699510137450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f544939-b477-4ea6-a44e-cc45be249a19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f15e19d-338e-4276-be6e-e8a1e5dc0e73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f15e19d-338e-4276-be6e-e8a1e5dc0e73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8573056211625760788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788857305621162576078885730562116257607888573056211625760788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9dbe28-edc4-451d-9cf6-1b54b42a72c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f15e19d-338e-4276-be6e-e8a1e5dc0e73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7027e3-ee37-4ae7-bae6-2b8b034040ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7027e3-ee37-4ae7-bae6-2b8b034040ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6009828235169526657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657600982823516952665760098282351695266576009828235169526657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f750d3f-a423-4cad-a919-483fd1220cdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f750d3f-a423-4cad-a919-483fd1220cdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594230452742733719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719115942304527427337191159423045274273371911594230452742733719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7027e3-ee37-4ae7-bae6-2b8b034040ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53fecdfc-5f53-422c-b536-6876f39815fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53fecdfc-5f53-422c-b536-6876f39815fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5444357240604870809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809544435724060487080954443572406048708095444357240604870809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f750d3f-a423-4cad-a919-483fd1220cdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77e8ecae-c0ce-48aa-b617-69c8ffe61697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77e8ecae-c0ce-48aa-b617-69c8ffe61697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2610717998904629424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424261071799890462942426107179989046294242610717998904629424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53fecdfc-5f53-422c-b536-6876f39815fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 857d92b2-dfa1-44f3-81d0-bc2b4813af7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857d92b2-dfa1-44f3-81d0-bc2b4813af7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4402153059748401357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357440215305974840135744021530597484013574402153059748401357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77e8ecae-c0ce-48aa-b617-69c8ffe61697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d77b0a5-f73c-414c-85e1-bea21a722d43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d77b0a5-f73c-414c-85e1-bea21a722d43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1422315771893582941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941142231577189358294114223157718935829411422315771893582941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857d92b2-dfa1-44f3-81d0-bc2b4813af7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b247209-51f9-483b-a3a2-22b3aab9456b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b247209-51f9-483b-a3a2-22b3aab9456b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14728616308164079006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006147286163081640790061472861630816407900614728616308164079006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d77b0a5-f73c-414c-85e1-bea21a722d43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e81333b-b210-4969-9c43-14e4fb4d09c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e81333b-b210-4969-9c43-14e4fb4d09c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7385784940698642663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663738578494069864266373857849406986426637385784940698642663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b247209-51f9-483b-a3a2-22b3aab9456b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4b1689b-2f1e-415c-a400-f02975f14229, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b1689b-2f1e-415c-a400-f02975f14229, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3180832153582335579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579318083215358233557931808321535823355793180832153582335579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e81333b-b210-4969-9c43-14e4fb4d09c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f9dc87d-cea9-4d28-ad93-f4e858efd246, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f9dc87d-cea9-4d28-ad93-f4e858efd246, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4403990355610909513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513440399035561090951344039903556109095134403990355610909513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b1689b-2f1e-415c-a400-f02975f14229, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee054806-f5b6-43eb-b379-43764954f600, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee054806-f5b6-43eb-b379-43764954f600, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10287776870403137489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489102877768704031374891028777687040313748910287776870403137489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f9dc87d-cea9-4d28-ad93-f4e858efd246, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee054806-f5b6-43eb-b379-43764954f600, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51408e79-7fd7-413e-a7d1-2abf8ed1a505, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51408e79-7fd7-413e-a7d1-2abf8ed1a505, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1012156575360139354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354101215657536013935410121565753601393541012156575360139354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90ed30fb-00e2-4d19-9490-19c3439cb80e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90ed30fb-00e2-4d19-9490-19c3439cb80e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15110481794259278106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106151104817942592781061511048179425927810615110481794259278106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51408e79-7fd7-413e-a7d1-2abf8ed1a505, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf64b11c-9ff0-44b2-b26f-b63f47188487, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90ed30fb-00e2-4d19-9490-19c3439cb80e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88d7c8d2-0625-4b48-b9e4-bd1c308fe602, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d7c8d2-0625-4b48-b9e4-bd1c308fe602, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12527150587725861201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201125271505877258612011252715058772586120112527150587725861201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf64b11c-9ff0-44b2-b26f-b63f47188487, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4723176227065736838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838472317622706573683847231762270657368384723176227065736838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d7c8d2-0625-4b48-b9e4-bd1c308fe602, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 127cf5eb-fac5-46c8-a4b5-2c11d8bca106, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127cf5eb-fac5-46c8-a4b5-2c11d8bca106, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9971627130684504871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871997162713068450487199716271306845048719971627130684504871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf64b11c-9ff0-44b2-b26f-b63f47188487, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76444a0e-9275-4b88-8007-68a257b3e7b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76444a0e-9275-4b88-8007-68a257b3e7b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8842913296816891182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182884291329681689118288429132968168911828842913296816891182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127cf5eb-fac5-46c8-a4b5-2c11d8bca106, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e4d57b-809d-493e-b4a0-4964ae373abf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e4d57b-809d-493e-b4a0-4964ae373abf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 292095450355284788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788292095450355284788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76444a0e-9275-4b88-8007-68a257b3e7b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b7f0cb-eb79-4ff4-8145-03c7c4bf236e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b7f0cb-eb79-4ff4-8145-03c7c4bf236e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917735351219978304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304891773535121997830489177353512199783048917735351219978304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e4d57b-809d-493e-b4a0-4964ae373abf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcc75406-3d28-4675-8dfb-0ef77973d3e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b7f0cb-eb79-4ff4-8145-03c7c4bf236e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 256b56d5-abdc-4ea9-8858-2c98032588dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc75406-3d28-4675-8dfb-0ef77973d3e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16240413166636512580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580162404131666365125801624041316663651258016240413166636512580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 256b56d5-abdc-4ea9-8858-2c98032588dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9362614376127042649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649936261437612704264993626143761270426499362614376127042649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc75406-3d28-4675-8dfb-0ef77973d3e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65060f56-5a21-4370-adf3-f2716fc50cfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65060f56-5a21-4370-adf3-f2716fc50cfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4381800384496636174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174438180038449663617443818003844966361744381800384496636174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 256b56d5-abdc-4ea9-8858-2c98032588dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce0622dd-8a3d-4227-80e1-09399de0a56b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce0622dd-8a3d-4227-80e1-09399de0a56b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 96596682087213065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9659668208721306596596682087213065965966820872130659659668208721306596596682087213065965966820872130659659668208721306596596682087213065965966820872130659659668208721306596596682087213065965966820872130659659668208721306596596682087213065965966820872130659659668208721306596596682087213065965966820872130659659668208721306596596682087213065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65060f56-5a21-4370-adf3-f2716fc50cfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce0622dd-8a3d-4227-80e1-09399de0a56b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c755dc77-cabc-4ea2-99fb-e4c48e523574, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c755dc77-cabc-4ea2-99fb-e4c48e523574, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420901759130192040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040164209017591301920401642090175913019204016420901759130192040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d82452-bcec-4d50-b92d-18b151639e0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d82452-bcec-4d50-b92d-18b151639e0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15682516457460582084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084156825164574605820841568251645746058208415682516457460582084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c755dc77-cabc-4ea2-99fb-e4c48e523574, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d82452-bcec-4d50-b92d-18b151639e0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a769d2e0-be4d-4971-bfaa-9868557831e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a769d2e0-be4d-4971-bfaa-9868557831e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3797615294985367453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453379761529498536745337976152949853674533797615294985367453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06b9adc-2f92-45bf-80d3-9691b9a59b00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06b9adc-2f92-45bf-80d3-9691b9a59b00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1082457570536934439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439108245757053693443910824575705369344391082457570536934439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a769d2e0-be4d-4971-bfaa-9868557831e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06b9adc-2f92-45bf-80d3-9691b9a59b00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e37a6050-8194-4b06-9a88-2b85aa4d3078, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e37a6050-8194-4b06-9a88-2b85aa4d3078, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4359670924657273795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795435967092465727379543596709246572737954359670924657273795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d02fdd80-1fbc-4b84-8122-7a7dc5fdaeda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d02fdd80-1fbc-4b84-8122-7a7dc5fdaeda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635108476197967052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052106351084761979670521063510847619796705210635108476197967052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e37a6050-8194-4b06-9a88-2b85aa4d3078, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f88dcfac-fe7b-4f2d-a83c-cd932bdb94a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f88dcfac-fe7b-4f2d-a83c-cd932bdb94a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12271031754704826671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671122710317547048266711227103175470482667112271031754704826671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d02fdd80-1fbc-4b84-8122-7a7dc5fdaeda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b70b9ffa-a6ec-4975-b8e5-625206230a9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b70b9ffa-a6ec-4975-b8e5-625206230a9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14116538398368268005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005141165383983682680051411653839836826800514116538398368268005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f88dcfac-fe7b-4f2d-a83c-cd932bdb94a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c8dd935-f9a5-48db-a242-8d8b0020bfec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c8dd935-f9a5-48db-a242-8d8b0020bfec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4988119278126827324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324498811927812682732449881192781268273244988119278126827324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c8dd935-f9a5-48db-a242-8d8b0020bfec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a151ba3-3d5e-45b4-98ec-9764f7aadbe0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b70b9ffa-a6ec-4975-b8e5-625206230a9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f4acab6-1cae-4ac8-b427-95bb36f4d18c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f4acab6-1cae-4ac8-b427-95bb36f4d18c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17335214886050540517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517173352148860505405171733521488605054051717335214886050540517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a151ba3-3d5e-45b4-98ec-9764f7aadbe0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5698688325427981681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681569868832542798168156986883254279816815698688325427981681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f4acab6-1cae-4ac8-b427-95bb36f4d18c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0a7b86f-e7c8-46c2-8b0c-e8c53021755f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a7b86f-e7c8-46c2-8b0c-e8c53021755f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9728904379127041654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654972890437912704165497289043791270416549728904379127041654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a151ba3-3d5e-45b4-98ec-9764f7aadbe0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e549d5e0-1cdf-4556-8139-148ef566174b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e549d5e0-1cdf-4556-8139-148ef566174b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1179415366083554558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558117941536608355455811794153660835545581179415366083554558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e549d5e0-1cdf-4556-8139-148ef566174b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2f4379c-3c38-44e6-8cbe-4cb7a3faf570, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f4379c-3c38-44e6-8cbe-4cb7a3faf570, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2046983430906006717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717204698343090600671720469834309060067172046983430906006717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a7b86f-e7c8-46c2-8b0c-e8c53021755f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f787039-2c6a-43cd-b7dd-8450f4832113, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f787039-2c6a-43cd-b7dd-8450f4832113, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10976172543464345069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069109761725434643450691097617254346434506910976172543464345069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f4379c-3c38-44e6-8cbe-4cb7a3faf570, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34b05df7-d818-4c98-bea4-ea8f588c9773, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34b05df7-d818-4c98-bea4-ea8f588c9773, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17007436413143227744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744170074364131432277441700743641314322774417007436413143227744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f787039-2c6a-43cd-b7dd-8450f4832113, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 474e23a9-efc5-4ca4-9aa3-1fa455739c09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 474e23a9-efc5-4ca4-9aa3-1fa455739c09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14976511269248319916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916149765112692483199161497651126924831991614976511269248319916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34b05df7-d818-4c98-bea4-ea8f588c9773, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 910ec43e-b36d-4784-87c8-af124c2295e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 910ec43e-b36d-4784-87c8-af124c2295e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17749826881599299177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177177498268815992991771774982688159929917717749826881599299177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 474e23a9-efc5-4ca4-9aa3-1fa455739c09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d74b439-9acc-4a07-a67b-f6ec4a41bebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d74b439-9acc-4a07-a67b-f6ec4a41bebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9727624123711041187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187972762412371104118797276241237110411879727624123711041187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 910ec43e-b36d-4784-87c8-af124c2295e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5dd7baf-f5a6-4091-88e1-61d3dadfed3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d74b439-9acc-4a07-a67b-f6ec4a41bebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64347879-af1b-4785-8063-dd4bca983f49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64347879-af1b-4785-8063-dd4bca983f49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4151117716720727889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889415111771672072788941511177167207278894151117716720727889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5dd7baf-f5a6-4091-88e1-61d3dadfed3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15569965099615692612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612155699650996156926121556996509961569261215569965099615692612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64347879-af1b-4785-8063-dd4bca983f49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab9568a-763f-4032-86d8-7e450b2ba18c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab9568a-763f-4032-86d8-7e450b2ba18c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6824739500241228429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429682473950024122842968247395002412284296824739500241228429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5dd7baf-f5a6-4091-88e1-61d3dadfed3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f985154-14e7-4242-bf2c-11d83a1700ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f985154-14e7-4242-bf2c-11d83a1700ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4422904215347518770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770442290421534751877044229042153475187704422904215347518770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab9568a-763f-4032-86d8-7e450b2ba18c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93e8834f-9714-42ba-8a70-a9ddc0a56023, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93e8834f-9714-42ba-8a70-a9ddc0a56023, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2429549576850263572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572242954957685026357224295495768502635722429549576850263572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f985154-14e7-4242-bf2c-11d83a1700ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f24d679-b2c7-4cc1-9860-8afbb77bae50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f24d679-b2c7-4cc1-9860-8afbb77bae50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1932370834012260617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617193237083401226061719323708340122606171932370834012260617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93e8834f-9714-42ba-8a70-a9ddc0a56023, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7546d395-2c8c-49ec-b716-a7b55249b02c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7546d395-2c8c-49ec-b716-a7b55249b02c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6877795436008709087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087687779543600870908768777954360087090876877795436008709087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f24d679-b2c7-4cc1-9860-8afbb77bae50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f0f09be-8c35-488b-b815-7b46c32d1887, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f0f09be-8c35-488b-b815-7b46c32d1887, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16024586527038784520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520160245865270387845201602458652703878452016024586527038784520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7546d395-2c8c-49ec-b716-a7b55249b02c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06aa1881-d55e-42ea-85f4-a6d5c92c9dcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06aa1881-d55e-42ea-85f4-a6d5c92c9dcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6112148440376050074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074611214844037605007461121484403760500746112148440376050074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f0f09be-8c35-488b-b815-7b46c32d1887, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a852d7d8-3693-4307-a563-dbded7f38bea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a852d7d8-3693-4307-a563-dbded7f38bea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17802113724810178499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499178021137248101784991780211372481017849917802113724810178499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06aa1881-d55e-42ea-85f4-a6d5c92c9dcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdb8038a-6332-4df1-862e-691173acb759, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb8038a-6332-4df1-862e-691173acb759, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8094818067725115834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834809481806772511583480948180677251158348094818067725115834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a852d7d8-3693-4307-a563-dbded7f38bea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2e0f842-478c-4782-8068-1639af46cb1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2e0f842-478c-4782-8068-1639af46cb1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1873565871544047356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356187356587154404735618735658715440473561873565871544047356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb8038a-6332-4df1-862e-691173acb759, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5908b0de-5112-4516-8092-c656542a5b57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5908b0de-5112-4516-8092-c656542a5b57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9578385853218663050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050957838585321866305095783858532186630509578385853218663050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2e0f842-478c-4782-8068-1639af46cb1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f362476-57c1-4e06-b60c-6fa7847ffe49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f362476-57c1-4e06-b60c-6fa7847ffe49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1967203792237596567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567196720379223759656719672037922375965671967203792237596567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5908b0de-5112-4516-8092-c656542a5b57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8d5377-1374-4070-9f8c-3b402345eb6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8d5377-1374-4070-9f8c-3b402345eb6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8396499763944757617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617839649976394475761783964997639447576178396499763944757617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f362476-57c1-4e06-b60c-6fa7847ffe49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82985a5d-2ccf-4b13-bbdb-f036394425eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82985a5d-2ccf-4b13-bbdb-f036394425eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2791383221500965236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236279138322150096523627913832215009652362791383221500965236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8d5377-1374-4070-9f8c-3b402345eb6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7d2b65-a726-4d63-bd4e-d4db852e4b6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7d2b65-a726-4d63-bd4e-d4db852e4b6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2988486316664168443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443298848631666416844329884863166641684432988486316664168443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82985a5d-2ccf-4b13-bbdb-f036394425eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a57012-3a35-4d75-a949-c0449142e112, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a57012-3a35-4d75-a949-c0449142e112, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4190542442100474194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194419054244210047419441905424421004741944190542442100474194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7d2b65-a726-4d63-bd4e-d4db852e4b6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 120b442f-95ae-44a9-9c3b-86c2f2c959c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120b442f-95ae-44a9-9c3b-86c2f2c959c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8905055250819711699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699890505525081971169989050552508197116998905055250819711699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a57012-3a35-4d75-a949-c0449142e112, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70f648c9-7fe3-42f7-b33e-56cf42214910, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f648c9-7fe3-42f7-b33e-56cf42214910, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8726136240444464858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858872613624044446485887261362404444648588726136240444464858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120b442f-95ae-44a9-9c3b-86c2f2c959c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06589f5-453e-4003-924a-42277bc24b8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06589f5-453e-4003-924a-42277bc24b8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14881291687495807992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992148812916874958079921488129168749580799214881291687495807992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f648c9-7fe3-42f7-b33e-56cf42214910, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016d1626-a36e-4d67-848f-c6295b7f6da6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016d1626-a36e-4d67-848f-c6295b7f6da6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10821377766967814542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542108213777669678145421082137776696781454210821377766967814542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06589f5-453e-4003-924a-42277bc24b8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd989504-dc3d-4269-acac-7423391d3357, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd989504-dc3d-4269-acac-7423391d3357, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14921110469264127506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506149211104692641275061492111046926412750614921110469264127506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016d1626-a36e-4d67-848f-c6295b7f6da6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 525fce03-c899-4af8-aff9-c6615f7068d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 525fce03-c899-4af8-aff9-c6615f7068d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7617092337319662698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698761709233731966269876170923373196626987617092337319662698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd989504-dc3d-4269-acac-7423391d3357, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc44444d-313f-4b08-aa6a-3d520c1967ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc44444d-313f-4b08-aa6a-3d520c1967ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13270836106884748507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507132708361068847485071327083610688474850713270836106884748507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 525fce03-c899-4af8-aff9-c6615f7068d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741acfb1-eb46-49c1-9ce3-4605f953cc98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741acfb1-eb46-49c1-9ce3-4605f953cc98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8557363260659340733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733855736326065934073385573632606593407338557363260659340733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc44444d-313f-4b08-aa6a-3d520c1967ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c81908d8-1b64-455b-bd2d-e3e1bdaae150, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c81908d8-1b64-455b-bd2d-e3e1bdaae150, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 321751380666423563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563321751380666423563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741acfb1-eb46-49c1-9ce3-4605f953cc98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de9b7cae-1b7b-4fc5-864b-4692d72fc22c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9b7cae-1b7b-4fc5-864b-4692d72fc22c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17948524591695128649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649179485245916951286491794852459169512864917948524591695128649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c81908d8-1b64-455b-bd2d-e3e1bdaae150, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee7f19c4-50e8-4a80-a9cc-167aa4ef89d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee7f19c4-50e8-4a80-a9cc-167aa4ef89d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13618749796764489010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010136187497967644890101361874979676448901013618749796764489010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9b7cae-1b7b-4fc5-864b-4692d72fc22c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc1445a-ea83-47ea-a98f-42070ac355c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc1445a-ea83-47ea-a98f-42070ac355c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2625569944326549106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106262556994432654910626255699443265491062625569944326549106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee7f19c4-50e8-4a80-a9cc-167aa4ef89d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0f85ee9-d188-40e8-824b-cb7238ab2a47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0f85ee9-d188-40e8-824b-cb7238ab2a47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11482511467612276838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838114825114676122768381148251146761227683811482511467612276838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc1445a-ea83-47ea-a98f-42070ac355c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0f85ee9-d188-40e8-824b-cb7238ab2a47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eb02300-c497-4c26-a70b-6cad236cce92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eb02300-c497-4c26-a70b-6cad236cce92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15386850352162984906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906153868503521629849061538685035216298490615386850352162984906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eeb75b9-ce94-4897-89a2-d2103b77fd1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eeb75b9-ce94-4897-89a2-d2103b77fd1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16348186988621692125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125163481869886216921251634818698862169212516348186988621692125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eb02300-c497-4c26-a70b-6cad236cce92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88c7daf1-95c4-4a84-a051-b1b912ff4cfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88c7daf1-95c4-4a84-a051-b1b912ff4cfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3494390445817777760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760349439044581777776034943904458177777603494390445817777760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eeb75b9-ce94-4897-89a2-d2103b77fd1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79a271ea-9a87-40c9-b3c5-941911942443, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a271ea-9a87-40c9-b3c5-941911942443, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 500148182178864007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007500148182178864007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88c7daf1-95c4-4a84-a051-b1b912ff4cfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de320668-6458-4734-a89c-e91969568e4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de320668-6458-4734-a89c-e91969568e4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8075966685455957050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050807596668545595705080759666854559570508075966685455957050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a271ea-9a87-40c9-b3c5-941911942443, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b6b6552-2e2a-4aeb-9246-c7f927c2af1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b6b6552-2e2a-4aeb-9246-c7f927c2af1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8750449082178708336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336875044908217870833687504490821787083368750449082178708336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de320668-6458-4734-a89c-e91969568e4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14509e6a-b918-453b-9fba-2958f838a8c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14509e6a-b918-453b-9fba-2958f838a8c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16086689478401955694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694160866894784019556941608668947840195569416086689478401955694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b6b6552-2e2a-4aeb-9246-c7f927c2af1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7c43dc0-531b-4d24-a9d5-7b3dfd33f62d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7c43dc0-531b-4d24-a9d5-7b3dfd33f62d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7563199955100673654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654756319995510067365475631999551006736547563199955100673654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14509e6a-b918-453b-9fba-2958f838a8c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 913b2d0c-f7e4-4dc4-beaa-fc3ddc7e8592, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913b2d0c-f7e4-4dc4-beaa-fc3ddc7e8592, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 41533785333264683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4153378533326468341533785333264683415337853332646834153378533326468341533785333264683415337853332646834153378533326468341533785333264683415337853332646834153378533326468341533785333264683415337853332646834153378533326468341533785333264683415337853332646834153378533326468341533785333264683415337853332646834153378533326468341533785333264683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913b2d0c-f7e4-4dc4-beaa-fc3ddc7e8592, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8b9f257-492e-45ca-8daa-5b83090d098f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7c43dc0-531b-4d24-a9d5-7b3dfd33f62d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7388b6a4-fd6f-415d-b1bd-8f1513b04d40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7388b6a4-fd6f-415d-b1bd-8f1513b04d40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13479068398433386396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396134790683984333863961347906839843338639613479068398433386396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b9f257-492e-45ca-8daa-5b83090d098f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12539039446204269346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346125390394462042693461253903944620426934612539039446204269346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7388b6a4-fd6f-415d-b1bd-8f1513b04d40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f37c7ad-3300-426a-9cd8-6b26c419ed16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f37c7ad-3300-426a-9cd8-6b26c419ed16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2944589287318417024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024294458928731841702429445892873184170242944589287318417024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b9f257-492e-45ca-8daa-5b83090d098f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8500eabb-6369-4f7b-8be5-33be9d37455b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f37c7ad-3300-426a-9cd8-6b26c419ed16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3a55f12-8a69-4579-870b-aadcf00a9ed9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a55f12-8a69-4579-870b-aadcf00a9ed9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719468988283533374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374177194689882835333741771946898828353337417719468988283533374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8500eabb-6369-4f7b-8be5-33be9d37455b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6228285621564894008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008622828562156489400862282856215648940086228285621564894008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a55f12-8a69-4579-870b-aadcf00a9ed9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8500eabb-6369-4f7b-8be5-33be9d37455b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 872c1e42-e0be-49a8-93b4-71b6b7269659, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72c9df6c-5de5-4471-9b79-63963a9d4bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72c9df6c-5de5-4471-9b79-63963a9d4bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 190190808799939301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301190190808799939301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 872c1e42-e0be-49a8-93b4-71b6b7269659, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2478156739658592415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415247815673965859241524781567396585924152478156739658592415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72c9df6c-5de5-4471-9b79-63963a9d4bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d1f0f3e-eecd-4e0d-98bb-e55a9af69e97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d1f0f3e-eecd-4e0d-98bb-e55a9af69e97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17017090538737474560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560170170905387374745601701709053873747456017017090538737474560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 872c1e42-e0be-49a8-93b4-71b6b7269659, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0e8ad43-68bf-49ab-86ee-2c045d933324, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e8ad43-68bf-49ab-86ee-2c045d933324, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7183173717635029346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346718317371763502934671831737176350293467183173717635029346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d1f0f3e-eecd-4e0d-98bb-e55a9af69e97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f00c5442-3f55-402a-8ea9-e2ec0d0d336a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f00c5442-3f55-402a-8ea9-e2ec0d0d336a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1414413027514988817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817141441302751498881714144130275149888171414413027514988817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e8ad43-68bf-49ab-86ee-2c045d933324, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b35fc8e-5fd4-44ee-bbb2-5a0892711fa2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b35fc8e-5fd4-44ee-bbb2-5a0892711fa2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10504090114681958126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126105040901146819581261050409011468195812610504090114681958126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f00c5442-3f55-402a-8ea9-e2ec0d0d336a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60897ed0-24c1-45e5-acc3-8f830e8d8ab8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60897ed0-24c1-45e5-acc3-8f830e8d8ab8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17892594741990709840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840178925947419907098401789259474199070984017892594741990709840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b35fc8e-5fd4-44ee-bbb2-5a0892711fa2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40c965b2-9a48-4ed0-aefb-c566c38b3a0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c965b2-9a48-4ed0-aefb-c566c38b3a0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14415082735843066838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838144150827358430668381441508273584306683814415082735843066838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60897ed0-24c1-45e5-acc3-8f830e8d8ab8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b5782c-202b-4e2a-8e03-b698b8e21dba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b5782c-202b-4e2a-8e03-b698b8e21dba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14582187816975468459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459145821878169754684591458218781697546845914582187816975468459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c965b2-9a48-4ed0-aefb-c566c38b3a0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1e00690-d1c5-4102-b4ad-2dd7a5a18179, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e00690-d1c5-4102-b4ad-2dd7a5a18179, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12502728788993572263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263125027287889935722631250272878899357226312502728788993572263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b5782c-202b-4e2a-8e03-b698b8e21dba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c3d5754-ac48-4dbb-9502-175e5ceedf57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c3d5754-ac48-4dbb-9502-175e5ceedf57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8570378682166626053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053857037868216662605385703786821666260538570378682166626053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e00690-d1c5-4102-b4ad-2dd7a5a18179, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01a59533-37f6-48a7-89df-422d8d04092d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a59533-37f6-48a7-89df-422d8d04092d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18243646240440888161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161182436462404408881611824364624044088816118243646240440888161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c3d5754-ac48-4dbb-9502-175e5ceedf57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d75be127-5653-4438-a06b-ee12903fb3ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d75be127-5653-4438-a06b-ee12903fb3ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16626059551173825361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361166260595511738253611662605955117382536116626059551173825361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a59533-37f6-48a7-89df-422d8d04092d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ac1bd6b-fdb7-44f6-bff2-7f07489ebb4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d75be127-5653-4438-a06b-ee12903fb3ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5734e5c1-6657-4dba-bc3f-5b31324400ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5734e5c1-6657-4dba-bc3f-5b31324400ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426589804563485274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274342658980456348527434265898045634852743426589804563485274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ac1bd6b-fdb7-44f6-bff2-7f07489ebb4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13829967550446673013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013138299675504466730131382996755044667301313829967550446673013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5734e5c1-6657-4dba-bc3f-5b31324400ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e4c38d-ac84-4017-ab96-672bba88923e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e4c38d-ac84-4017-ab96-672bba88923e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8210927668115858353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353821092766811585835382109276681158583538210927668115858353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ac1bd6b-fdb7-44f6-bff2-7f07489ebb4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06839e0d-4995-4017-bdf5-96034125e358, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06839e0d-4995-4017-bdf5-96034125e358, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14948610464323625360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360149486104643236253601494861046432362536014948610464323625360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e4c38d-ac84-4017-ab96-672bba88923e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06839e0d-4995-4017-bdf5-96034125e358, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a19d657a-7d94-49c3-806a-9d8de1c3ec0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a19d657a-7d94-49c3-806a-9d8de1c3ec0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 438257641881210023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023438257641881210023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5b5e703-d28b-4e6a-9c75-765dc2b81919, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b5e703-d28b-4e6a-9c75-765dc2b81919, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7102028586934692239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239710202858693469223971020285869346922397102028586934692239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a19d657a-7d94-49c3-806a-9d8de1c3ec0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b5e703-d28b-4e6a-9c75-765dc2b81919, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b36a3e14-1e20-4e9e-8c46-76b38e864df7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43687d3e-e953-4775-8cbe-282e4bf42ecd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43687d3e-e953-4775-8cbe-282e4bf42ecd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6440592316290541482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482644059231629054148264405923162905414826440592316290541482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36a3e14-1e20-4e9e-8c46-76b38e864df7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9150235973432262550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550915023597343226255091502359734322625509150235973432262550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43687d3e-e953-4775-8cbe-282e4bf42ecd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9881c574-8f38-4b97-92b1-642e32e23079, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9881c574-8f38-4b97-92b1-642e32e23079, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4156792577364094851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851415679257736409485141567925773640948514156792577364094851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36a3e14-1e20-4e9e-8c46-76b38e864df7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0da62c7e-29de-49d1-9082-a49c6b47d7bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0da62c7e-29de-49d1-9082-a49c6b47d7bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1397199863252896101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101139719986325289610113971998632528961011397199863252896101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9881c574-8f38-4b97-92b1-642e32e23079, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cdb9d6a-cf97-4af5-993f-5f26534e0d38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdb9d6a-cf97-4af5-993f-5f26534e0d38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14635480009200081222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222146354800092000812221463548000920008122214635480009200081222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0da62c7e-29de-49d1-9082-a49c6b47d7bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baf77a62-95c0-4361-bc1b-fd1a2e505b61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baf77a62-95c0-4361-bc1b-fd1a2e505b61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6243578836723329437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437624357883672332943762435788367233294376243578836723329437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdb9d6a-cf97-4af5-993f-5f26534e0d38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d50333a5-854d-4d73-a0ea-4948ac2a74db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d50333a5-854d-4d73-a0ea-4948ac2a74db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10696935566566878847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847106969355665668788471069693556656687884710696935566566878847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baf77a62-95c0-4361-bc1b-fd1a2e505b61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7774729b-ec2d-4e7f-a0c9-1536ad5b1b66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7774729b-ec2d-4e7f-a0c9-1536ad5b1b66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16294624914835468055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055162946249148354680551629462491483546805516294624914835468055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d50333a5-854d-4d73-a0ea-4948ac2a74db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14fc3ffe-6c0b-43b2-9f84-ce53209df422, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14fc3ffe-6c0b-43b2-9f84-ce53209df422, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14844992466784866521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521148449924667848665211484499246678486652114844992466784866521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7774729b-ec2d-4e7f-a0c9-1536ad5b1b66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75deadc5-3da2-4932-9ee0-0cd1df23939d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14fc3ffe-6c0b-43b2-9f84-ce53209df422, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288cc508-200f-4adf-87d0-2c86eac7b5cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288cc508-200f-4adf-87d0-2c86eac7b5cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835684999310971066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066183568499931097106618356849993109710661835684999310971066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75deadc5-3da2-4932-9ee0-0cd1df23939d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10978153198820558526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526109781531988205585261097815319882055852610978153198820558526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75deadc5-3da2-4932-9ee0-0cd1df23939d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f138f5f3-c3c3-4a32-bbaa-4d3d3e070991, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f138f5f3-c3c3-4a32-bbaa-4d3d3e070991, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7151117112948827471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471715111711294882747171511171129488274717151117112948827471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288cc508-200f-4adf-87d0-2c86eac7b5cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d3a1b2e-6610-4611-b1a2-3ecfa2a58e5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3a1b2e-6610-4611-b1a2-3ecfa2a58e5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2299180999288432270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270229918099928843227022991809992884322702299180999288432270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f138f5f3-c3c3-4a32-bbaa-4d3d3e070991, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd860bc9-02e7-4f59-b6d0-3f45069f6e55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd860bc9-02e7-4f59-b6d0-3f45069f6e55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4822591321651738365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365482259132165173836548225913216517383654822591321651738365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3a1b2e-6610-4611-b1a2-3ecfa2a58e5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fea6578-bfe6-4369-ae53-60a3345bf908, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fea6578-bfe6-4369-ae53-60a3345bf908, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11379974769178415306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306113799747691784153061137997476917841530611379974769178415306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd860bc9-02e7-4f59-b6d0-3f45069f6e55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09e559c9-0714-42c9-a651-58a30f154628, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09e559c9-0714-42c9-a651-58a30f154628, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10905751735386237188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188109057517353862371881090575173538623718810905751735386237188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fea6578-bfe6-4369-ae53-60a3345bf908, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ce7d901-1a87-4642-8e26-b1dcaad10812, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09e559c9-0714-42c9-a651-58a30f154628, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76f30e58-7c8a-4d7b-ba13-8e2ff1e1a8ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce7d901-1a87-4642-8e26-b1dcaad10812, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14212923444470650323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323142129234444706503231421292344447065032314212923444470650323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f30e58-7c8a-4d7b-ba13-8e2ff1e1a8ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1986773587307817856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856198677358730781785619867735873078178561986773587307817856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce7d901-1a87-4642-8e26-b1dcaad10812, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cbcc63c-e87a-4a5b-8ac8-8dd594c4ddc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cbcc63c-e87a-4a5b-8ac8-8dd594c4ddc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11009428561151122290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290110094285611511222901100942856115112229011009428561151122290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f30e58-7c8a-4d7b-ba13-8e2ff1e1a8ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fdf79e1-49ce-4a3a-bfba-dfe217f62c91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fdf79e1-49ce-4a3a-bfba-dfe217f62c91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9414094376478311155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155941409437647831115594140943764783111559414094376478311155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cbcc63c-e87a-4a5b-8ac8-8dd594c4ddc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fdf79e1-49ce-4a3a-bfba-dfe217f62c91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3067a8df-4eb0-4a9b-8248-058bd58d4256, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3067a8df-4eb0-4a9b-8248-058bd58d4256, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4027485349234360537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537402748534923436053740274853492343605374027485349234360537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8293a04-f246-4f54-94da-a0423fd508e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8293a04-f246-4f54-94da-a0423fd508e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13797344744775549921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921137973447447755499211379734474477554992113797344744775549921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3067a8df-4eb0-4a9b-8248-058bd58d4256, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3ddf52e-31e3-4504-8b6f-600bf5926cf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ddf52e-31e3-4504-8b6f-600bf5926cf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2734648993062862618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618273464899306286261827346489930628626182734648993062862618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8293a04-f246-4f54-94da-a0423fd508e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f66d6e77-6621-4499-ab35-c3f7efd8aff4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f66d6e77-6621-4499-ab35-c3f7efd8aff4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6529008401434282238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238652900840143428223865290084014342822386529008401434282238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ddf52e-31e3-4504-8b6f-600bf5926cf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016121b1-a7e7-4ebb-948d-86a0c026d431, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016121b1-a7e7-4ebb-948d-86a0c026d431, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13356108885582919608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608133561088855829196081335610888558291960813356108885582919608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f66d6e77-6621-4499-ab35-c3f7efd8aff4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016121b1-a7e7-4ebb-948d-86a0c026d431, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12652495-c9de-46a8-b72c-92f5beb2bebf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12652495-c9de-46a8-b72c-92f5beb2bebf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12459689686077072141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141124596896860770721411245968968607707214112459689686077072141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 142b68c5-f8b7-48c5-ac99-dfafa359afeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 142b68c5-f8b7-48c5-ac99-dfafa359afeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6205719161434537994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994620571916143453799462057191614345379946205719161434537994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12652495-c9de-46a8-b72c-92f5beb2bebf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 952c3c03-3a11-449c-b277-cdd170eb51c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 952c3c03-3a11-449c-b277-cdd170eb51c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3560383778665372335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335356038377866537233535603837786653723353560383778665372335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 142b68c5-f8b7-48c5-ac99-dfafa359afeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 930e1deb-37a7-47ab-b26e-434b96e88974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 930e1deb-37a7-47ab-b26e-434b96e88974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17648804101853428088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088176488041018534280881764880410185342808817648804101853428088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 952c3c03-3a11-449c-b277-cdd170eb51c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b6496ee-9981-4a94-81be-bc493b39a63f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 930e1deb-37a7-47ab-b26e-434b96e88974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 580dd866-05fc-417e-b0ef-29d6fcc873aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 580dd866-05fc-417e-b0ef-29d6fcc873aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8114842164346647372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372811484216434664737281148421643466473728114842164346647372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b6496ee-9981-4a94-81be-bc493b39a63f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4832659063781636368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368483265906378163636848326590637816363684832659063781636368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b6496ee-9981-4a94-81be-bc493b39a63f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 231e286a-a692-47fc-9360-7aa1d9576a4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 231e286a-a692-47fc-9360-7aa1d9576a4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4027340448014624642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642402734044801462464240273404480146246424027340448014624642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 580dd866-05fc-417e-b0ef-29d6fcc873aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91f95ffc-b34d-4bd0-8f62-e87442e1d384, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91f95ffc-b34d-4bd0-8f62-e87442e1d384, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 456083134904891550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550456083134904891550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 231e286a-a692-47fc-9360-7aa1d9576a4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50db6dc6-1a28-45c6-a93d-4e2c566ce671, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50db6dc6-1a28-45c6-a93d-4e2c566ce671, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17244292773866052540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540172442927738660525401724429277386605254017244292773866052540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91f95ffc-b34d-4bd0-8f62-e87442e1d384, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 238241a8-183d-423e-8398-b98b3b89346e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238241a8-183d-423e-8398-b98b3b89346e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13093505995216439561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561130935059952164395611309350599521643956113093505995216439561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50db6dc6-1a28-45c6-a93d-4e2c566ce671, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7bb319f-eb08-42fb-8bad-e962a36a0ba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7bb319f-eb08-42fb-8bad-e962a36a0ba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1092272404203043848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848109227240420304384810922724042030438481092272404203043848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238241a8-183d-423e-8398-b98b3b89346e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ded99d45-496e-4acd-b38c-bda98cc389bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded99d45-496e-4acd-b38c-bda98cc389bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10157474007137192422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422101574740071371924221015747400713719242210157474007137192422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7bb319f-eb08-42fb-8bad-e962a36a0ba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 973ee555-27c8-43dd-8df8-413527b7fb96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 973ee555-27c8-43dd-8df8-413527b7fb96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18224162665250187058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058182241626652501870581822416266525018705818224162665250187058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded99d45-496e-4acd-b38c-bda98cc389bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43c86b17-2d8a-48eb-94a2-26207c638ad0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43c86b17-2d8a-48eb-94a2-26207c638ad0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2853892501454571675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675285389250145457167528538925014545716752853892501454571675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 973ee555-27c8-43dd-8df8-413527b7fb96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fbbcb44-ad54-46cf-9c53-918573d8e723, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fbbcb44-ad54-46cf-9c53-918573d8e723, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1951479868768439927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927195147986876843992719514798687684399271951479868768439927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43c86b17-2d8a-48eb-94a2-26207c638ad0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d795f95-0c6c-47b2-9f1d-99919a75fd6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fbbcb44-ad54-46cf-9c53-918573d8e723, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ffeb3c3-ae84-4d60-affb-af17bf16eb36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d795f95-0c6c-47b2-9f1d-99919a75fd6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11494307153110208935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935114943071531102089351149430715311020893511494307153110208935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ffeb3c3-ae84-4d60-affb-af17bf16eb36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9831103389780174267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267983110338978017426798311033897801742679831103389780174267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ffeb3c3-ae84-4d60-affb-af17bf16eb36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a11aa7b-f6af-4c4a-bedb-1f339f4b1d36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a11aa7b-f6af-4c4a-bedb-1f339f4b1d36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382183861913365462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462163821838619133654621638218386191336546216382183861913365462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d795f95-0c6c-47b2-9f1d-99919a75fd6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32d5a9c3-1d9b-43ad-95d2-33920b2d4c65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32d5a9c3-1d9b-43ad-95d2-33920b2d4c65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11664292695150933794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794116642926951509337941166429269515093379411664292695150933794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a11aa7b-f6af-4c4a-bedb-1f339f4b1d36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29245a8f-795c-491e-9796-3a34a0b417fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29245a8f-795c-491e-9796-3a34a0b417fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17943314355861197875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875179433143558611978751794331435586119787517943314355861197875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32d5a9c3-1d9b-43ad-95d2-33920b2d4c65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1da5a0d5-9e23-4aa4-be02-7786440eafc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1da5a0d5-9e23-4aa4-be02-7786440eafc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 34517940204123795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3451794020412379534517940204123795345179402041237953451794020412379534517940204123795345179402041237953451794020412379534517940204123795345179402041237953451794020412379534517940204123795345179402041237953451794020412379534517940204123795345179402041237953451794020412379534517940204123795345179402041237953451794020412379534517940204123795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29245a8f-795c-491e-9796-3a34a0b417fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 186e4cce-994a-4f02-ac94-8ce5196c54f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186e4cce-994a-4f02-ac94-8ce5196c54f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8562994917218276887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887856299491721827688785629949172182768878562994917218276887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1da5a0d5-9e23-4aa4-be02-7786440eafc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e38d0bc-ca98-420b-a694-5a45cff11553, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e38d0bc-ca98-420b-a694-5a45cff11553, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8541401616247752452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452854140161624775245285414016162477524528541401616247752452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186e4cce-994a-4f02-ac94-8ce5196c54f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7666853-df0d-4d6d-9989-aa539476e687, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7666853-df0d-4d6d-9989-aa539476e687, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8395114732281441702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702839511473228144170283951147322814417028395114732281441702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e38d0bc-ca98-420b-a694-5a45cff11553, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 438720e6-1551-4205-a981-f66e11bdd66a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7666853-df0d-4d6d-9989-aa539476e687, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98ff0889-a173-442a-b134-43ee1bca689f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ff0889-a173-442a-b134-43ee1bca689f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8202364200612741201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201820236420061274120182023642006127412018202364200612741201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 438720e6-1551-4205-a981-f66e11bdd66a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5027716427627305176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176502771642762730517650277164276273051765027716427627305176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ff0889-a173-442a-b134-43ee1bca689f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1de280ef-faa7-4984-8b5c-9fe8aa740460, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de280ef-faa7-4984-8b5c-9fe8aa740460, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2266744244569645483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483226674424456964548322667442445696454832266744244569645483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 438720e6-1551-4205-a981-f66e11bdd66a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0565d992-a89b-4072-9f90-f3473a694e25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0565d992-a89b-4072-9f90-f3473a694e25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3282430953933869721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721328243095393386972132824309539338697213282430953933869721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de280ef-faa7-4984-8b5c-9fe8aa740460, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc8f13b5-caf2-41d6-91ae-5f8e65a3ac75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8f13b5-caf2-41d6-91ae-5f8e65a3ac75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8805197881870787469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469880519788187078746988051978818707874698805197881870787469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0565d992-a89b-4072-9f90-f3473a694e25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9848205e-cd7c-4f6a-95eb-e61e6a5f5ab7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9848205e-cd7c-4f6a-95eb-e61e6a5f5ab7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2080050035430686672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672208005003543068667220800500354306866722080050035430686672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8f13b5-caf2-41d6-91ae-5f8e65a3ac75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dd26b71-36ec-40d0-94e5-dc98c440fc33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd26b71-36ec-40d0-94e5-dc98c440fc33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3342980832359413977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977334298083235941397733429808323594139773342980832359413977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9848205e-cd7c-4f6a-95eb-e61e6a5f5ab7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 040b1a28-4ebf-41db-a94f-413df929d799, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 040b1a28-4ebf-41db-a94f-413df929d799, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7094235208321063561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561709423520832106356170942352083210635617094235208321063561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd26b71-36ec-40d0-94e5-dc98c440fc33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebc866bb-e374-4db5-8adb-0e30998b5758, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebc866bb-e374-4db5-8adb-0e30998b5758, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16272178258723898511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511162721782587238985111627217825872389851116272178258723898511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 040b1a28-4ebf-41db-a94f-413df929d799, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff44996f-edb8-4542-a7de-85e342552186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebc866bb-e374-4db5-8adb-0e30998b5758, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff44996f-edb8-4542-a7de-85e342552186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13531083816134980702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702135310838161349807021353108381613498070213531083816134980702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 767c46dc-ac91-43c1-9bc4-f9ecce1c89e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767c46dc-ac91-43c1-9bc4-f9ecce1c89e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13322449637138618842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842133224496371386188421332244963713861884213322449637138618842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff44996f-edb8-4542-a7de-85e342552186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5ced48a-ce84-467e-a8bf-2360a7fba95c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ced48a-ce84-467e-a8bf-2360a7fba95c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4845102938858030396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396484510293885803039648451029388580303964845102938858030396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767c46dc-ac91-43c1-9bc4-f9ecce1c89e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 805ce968-99bb-4aac-a0a7-abd79784e9f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 805ce968-99bb-4aac-a0a7-abd79784e9f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18119754784462263637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637181197547844622636371811975478446226363718119754784462263637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ced48a-ce84-467e-a8bf-2360a7fba95c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9ff256-769b-49bd-a83a-dcc1ff1f956d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9ff256-769b-49bd-a83a-dcc1ff1f956d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 812248411301576270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270812248411301576270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 805ce968-99bb-4aac-a0a7-abd79784e9f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a11063d6-b670-4e5b-aba9-d31242606631, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11063d6-b670-4e5b-aba9-d31242606631, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8665245967969728717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717866524596796972871786652459679697287178665245967969728717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9ff256-769b-49bd-a83a-dcc1ff1f956d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28007cee-ea2b-455c-b0ba-89db1119f314, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28007cee-ea2b-455c-b0ba-89db1119f314, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 546074533695892180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180546074533695892180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11063d6-b670-4e5b-aba9-d31242606631, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d4d8240-030b-4cf1-8b14-2f7591685f8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4d8240-030b-4cf1-8b14-2f7591685f8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1234820440141723475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475123482044014172347512348204401417234751234820440141723475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28007cee-ea2b-455c-b0ba-89db1119f314, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c84264bb-fd15-4fb6-ab44-fba4d1ffcdbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c84264bb-fd15-4fb6-ab44-fba4d1ffcdbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6931069119980454062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062693106911998045406269310691199804540626931069119980454062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4d8240-030b-4cf1-8b14-2f7591685f8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a7d93e1-85b9-42ac-8f63-3d6d5bbf888f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a7d93e1-85b9-42ac-8f63-3d6d5bbf888f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9622901006779211092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092962290100677921109296229010067792110929622901006779211092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c84264bb-fd15-4fb6-ab44-fba4d1ffcdbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 495f54e0-3e1a-4aeb-b9ab-e8150598d83b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a7d93e1-85b9-42ac-8f63-3d6d5bbf888f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495f54e0-3e1a-4aeb-b9ab-e8150598d83b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361235026942422999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999636123502694242299963612350269424229996361235026942422999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca73742-8f68-43b6-ba09-3f90f8fc6dad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca73742-8f68-43b6-ba09-3f90f8fc6dad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9944002926694251869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869994400292669425186999440029266942518699944002926694251869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495f54e0-3e1a-4aeb-b9ab-e8150598d83b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dae59be-15b4-43d3-a404-fa3f98a2731f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dae59be-15b4-43d3-a404-fa3f98a2731f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17008842005610106081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081170088420056101060811700884200561010608117008842005610106081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dae59be-15b4-43d3-a404-fa3f98a2731f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2681cd9b-3e7c-4460-852b-83b5a77c1862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2681cd9b-3e7c-4460-852b-83b5a77c1862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11605644939712705242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242116056449397127052421160564493971270524211605644939712705242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca73742-8f68-43b6-ba09-3f90f8fc6dad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 582dc67f-543f-43ba-a7c7-3f00bd39e2b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 582dc67f-543f-43ba-a7c7-3f00bd39e2b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16543508934007338538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538165435089340073385381654350893400733853816543508934007338538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2681cd9b-3e7c-4460-852b-83b5a77c1862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4921f915-5ace-4ee8-8df0-83a351d5676b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4921f915-5ace-4ee8-8df0-83a351d5676b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15652023754115771596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596156520237541157715961565202375411577159615652023754115771596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 582dc67f-543f-43ba-a7c7-3f00bd39e2b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eff276e4-eddd-4a89-a2ee-7477d56dba15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff276e4-eddd-4a89-a2ee-7477d56dba15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11362924533362450086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086113629245333624500861136292453336245008611362924533362450086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4921f915-5ace-4ee8-8df0-83a351d5676b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d48c8b24-ee41-4f3c-a203-5ca7f1d54008, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48c8b24-ee41-4f3c-a203-5ca7f1d54008, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14178715647327750770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770141787156473277507701417871564732775077014178715647327750770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff276e4-eddd-4a89-a2ee-7477d56dba15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aea24bd-9b61-40b9-b5aa-6c14b553260a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aea24bd-9b61-40b9-b5aa-6c14b553260a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2610770189407360828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828261077018940736082826107701894073608282610770189407360828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48c8b24-ee41-4f3c-a203-5ca7f1d54008, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5099a7b3-4849-4b32-8a34-95bc52d00452, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5099a7b3-4849-4b32-8a34-95bc52d00452, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5097947641408267067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067509794764140826706750979476414082670675097947641408267067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aea24bd-9b61-40b9-b5aa-6c14b553260a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 889a8659-a228-4f18-9526-fa8e2012b7aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 889a8659-a228-4f18-9526-fa8e2012b7aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457435231225867447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447445743523122586744744574352312258674474457435231225867447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5099a7b3-4849-4b32-8a34-95bc52d00452, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b49b89e9-a36e-4a70-a3f1-bed9fee29229, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b49b89e9-a36e-4a70-a3f1-bed9fee29229, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2604524292191873450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450260452429219187345026045242921918734502604524292191873450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 889a8659-a228-4f18-9526-fa8e2012b7aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cd24799-bcb6-411e-842d-0116054ff2e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cd24799-bcb6-411e-842d-0116054ff2e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7854751008458257825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825785475100845825782578547510084582578257854751008458257825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b49b89e9-a36e-4a70-a3f1-bed9fee29229, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d623a1-b01f-478a-955d-a712fd85bdeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d623a1-b01f-478a-955d-a712fd85bdeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 791673711839581371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371791673711839581371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cd24799-bcb6-411e-842d-0116054ff2e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f766346d-0f23-4d00-9ce4-2a0fc18ccac8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f766346d-0f23-4d00-9ce4-2a0fc18ccac8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7472818758147425403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403747281875814742540374728187581474254037472818758147425403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d623a1-b01f-478a-955d-a712fd85bdeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aecbdc0-3147-4204-8b22-0aa5f733f361, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aecbdc0-3147-4204-8b22-0aa5f733f361, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1666647547153258786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786166664754715325878616666475471532587861666647547153258786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f766346d-0f23-4d00-9ce4-2a0fc18ccac8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0956e724-f23a-4513-aba2-85e250023c43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0956e724-f23a-4513-aba2-85e250023c43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 679266070351614415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415679266070351614415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aecbdc0-3147-4204-8b22-0aa5f733f361, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2576d754-99e9-4e7d-814c-3a934a1507b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2576d754-99e9-4e7d-814c-3a934a1507b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11364182338889481506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506113641823388894815061136418233888948150611364182338889481506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0956e724-f23a-4513-aba2-85e250023c43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4ed4c2c-0357-46bf-a04e-7529236461ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ed4c2c-0357-46bf-a04e-7529236461ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15664754803204388959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959156647548032043889591566475480320438895915664754803204388959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2576d754-99e9-4e7d-814c-3a934a1507b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34d4b1a6-9a4d-4540-80c3-20a499fba899, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d4b1a6-9a4d-4540-80c3-20a499fba899, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490810937062686413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413749081093706268641374908109370626864137490810937062686413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ed4c2c-0357-46bf-a04e-7529236461ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca222a49-1c94-4074-93ce-48fce4a1934c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca222a49-1c94-4074-93ce-48fce4a1934c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 514813074939315453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453514813074939315453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d4b1a6-9a4d-4540-80c3-20a499fba899, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cc819ba-ff55-406f-8aea-daa2a56495cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cc819ba-ff55-406f-8aea-daa2a56495cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8730438164187793665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665873043816418779366587304381641877936658730438164187793665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca222a49-1c94-4074-93ce-48fce4a1934c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65b09322-efe4-4907-90c7-06a29d12bca5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cc819ba-ff55-406f-8aea-daa2a56495cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65b09322-efe4-4907-90c7-06a29d12bca5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047786930851877369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369104778693085187736910477869308518773691047786930851877369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4978538a-2cff-4f4f-96d7-0f633ff890b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4978538a-2cff-4f4f-96d7-0f633ff890b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 663290690130607996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996663290690130607996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65b09322-efe4-4907-90c7-06a29d12bca5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a99941-0c03-4753-b7ca-3629353f3492, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a99941-0c03-4753-b7ca-3629353f3492, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9201519271048842162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162920151927104884216292015192710488421629201519271048842162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4978538a-2cff-4f4f-96d7-0f633ff890b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018e95fb-5ede-41d3-9b99-892fde037c5b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018e95fb-5ede-41d3-9b99-892fde037c5b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15473297893204923487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487154732978932049234871547329789320492348715473297893204923487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a99941-0c03-4753-b7ca-3629353f3492, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f08372f-75ab-4cc4-8a97-8554dd403e0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018e95fb-5ede-41d3-9b99-892fde037c5b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05ccd3be-d77f-4d86-b62d-689f6c18cf75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ccd3be-d77f-4d86-b62d-689f6c18cf75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7481483902710930937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937748148390271093093774814839027109309377481483902710930937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f08372f-75ab-4cc4-8a97-8554dd403e0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1926731597153246808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808192673159715324680819267315971532468081926731597153246808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ccd3be-d77f-4d86-b62d-689f6c18cf75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13155d58-9677-464e-9b4c-ef76109467bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13155d58-9677-464e-9b4c-ef76109467bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5475284172481681147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147547528417248168114754752841724816811475475284172481681147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f08372f-75ab-4cc4-8a97-8554dd403e0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c11a4f1f-e9e2-495e-9bba-b8b584b05e18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11a4f1f-e9e2-495e-9bba-b8b584b05e18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1976890508493208124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124197689050849320812419768905084932081241976890508493208124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13155d58-9677-464e-9b4c-ef76109467bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 675672ea-8d62-4316-afc6-2d48f175be3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 675672ea-8d62-4316-afc6-2d48f175be3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16333958432047545418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418163339584320475454181633395843204754541816333958432047545418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11a4f1f-e9e2-495e-9bba-b8b584b05e18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b012c8f7-cb0a-4636-8aa8-f7cce1931b84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b012c8f7-cb0a-4636-8aa8-f7cce1931b84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6029409651255173844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844602940965125517384460294096512551738446029409651255173844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 675672ea-8d62-4316-afc6-2d48f175be3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bcc2855-5251-4e36-99e1-9e0c0ae1a59d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bcc2855-5251-4e36-99e1-9e0c0ae1a59d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15512500076326810609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609155125000763268106091551250007632681060915512500076326810609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b012c8f7-cb0a-4636-8aa8-f7cce1931b84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bcc2855-5251-4e36-99e1-9e0c0ae1a59d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bbb4620-15d4-4b0d-8193-07edbf84b0f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5292466-d63f-4a8e-bc85-d98aa7fc0511, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bbb4620-15d4-4b0d-8193-07edbf84b0f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7667188085517575724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724766718808551757572476671880855175757247667188085517575724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5292466-d63f-4a8e-bc85-d98aa7fc0511, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4117973239335959587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587411797323933595958741179732393359595874117973239335959587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bbb4620-15d4-4b0d-8193-07edbf84b0f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7870a0e4-fec1-443e-989d-ebb2f600ac26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7870a0e4-fec1-443e-989d-ebb2f600ac26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11885646556199017642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642118856465561990176421188564655619901764211885646556199017642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5292466-d63f-4a8e-bc85-d98aa7fc0511, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21a6080f-cc4d-46be-87d4-eb0a5dc9a019, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21a6080f-cc4d-46be-87d4-eb0a5dc9a019, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16848168686038521845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845168481686860385218451684816868603852184516848168686038521845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7870a0e4-fec1-443e-989d-ebb2f600ac26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4e18ee-e5a5-4f8e-85e2-df68715a6b97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4e18ee-e5a5-4f8e-85e2-df68715a6b97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5239439229236761463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463523943922923676146352394392292367614635239439229236761463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21a6080f-cc4d-46be-87d4-eb0a5dc9a019, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c9553f-0685-4148-b819-ed8ed602bd30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c9553f-0685-4148-b819-ed8ed602bd30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7162732956717524226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226716273295671752422671627329567175242267162732956717524226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4e18ee-e5a5-4f8e-85e2-df68715a6b97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e278373-1e54-41d4-89a6-e8da3bbd8db0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e278373-1e54-41d4-89a6-e8da3bbd8db0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880004342394010945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945388000434239401094538800043423940109453880004342394010945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c9553f-0685-4148-b819-ed8ed602bd30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1604062e-fcaa-41bd-b2b6-65563535a937, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e278373-1e54-41d4-89a6-e8da3bbd8db0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44dbbb07-394e-4d08-b3e5-2e36706bcc28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44dbbb07-394e-4d08-b3e5-2e36706bcc28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7652369470327928043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043765236947032792804376523694703279280437652369470327928043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1604062e-fcaa-41bd-b2b6-65563535a937, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202980102848936011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011172029801028489360111720298010284893601117202980102848936011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44dbbb07-394e-4d08-b3e5-2e36706bcc28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4eeff40-9003-41b7-a5e1-290c095e7f07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4eeff40-9003-41b7-a5e1-290c095e7f07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15415647011526321840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840154156470115263218401541564701152632184015415647011526321840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1604062e-fcaa-41bd-b2b6-65563535a937, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb73ce28-94bd-4f01-9b2f-3ea8dfaddddb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb73ce28-94bd-4f01-9b2f-3ea8dfaddddb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15112110387246252003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003151121103872462520031511211038724625200315112110387246252003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4eeff40-9003-41b7-a5e1-290c095e7f07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9162c1ce-2379-45cc-8718-d46513fb02ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9162c1ce-2379-45cc-8718-d46513fb02ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2425708794382156595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595242570879438215659524257087943821565952425708794382156595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb73ce28-94bd-4f01-9b2f-3ea8dfaddddb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 169dda47-52fb-42bf-bf60-e3acfc2d76df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169dda47-52fb-42bf-bf60-e3acfc2d76df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1329462952251421180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180132946295225142118013294629522514211801329462952251421180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9162c1ce-2379-45cc-8718-d46513fb02ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 343b72de-2936-4af8-8a59-43e591d3d1ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 343b72de-2936-4af8-8a59-43e591d3d1ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15165284525275231501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501151652845252752315011516528452527523150115165284525275231501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169dda47-52fb-42bf-bf60-e3acfc2d76df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 133b897f-1a89-4eaf-b019-450358755f47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 133b897f-1a89-4eaf-b019-450358755f47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4240258951603133627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627424025895160313362742402589516031336274240258951603133627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 343b72de-2936-4af8-8a59-43e591d3d1ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56f0736f-3d05-483e-be3c-76fac67ba217, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56f0736f-3d05-483e-be3c-76fac67ba217, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12426175839408004095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095124261758394080040951242617583940800409512426175839408004095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 133b897f-1a89-4eaf-b019-450358755f47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81de056d-93c5-478f-b38c-2e1170e0c98d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81de056d-93c5-478f-b38c-2e1170e0c98d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1959297180709879187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187195929718070987918719592971807098791871959297180709879187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56f0736f-3d05-483e-be3c-76fac67ba217, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87162a18-dc8a-483b-8894-71619a1248d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87162a18-dc8a-483b-8894-71619a1248d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 898432923338646734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734898432923338646734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81de056d-93c5-478f-b38c-2e1170e0c98d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ee47246-7ba8-402a-8393-2e3c6a2645b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ee47246-7ba8-402a-8393-2e3c6a2645b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3978567715637276921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921397856771563727692139785677156372769213978567715637276921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87162a18-dc8a-483b-8894-71619a1248d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d733899d-e077-4417-bd7d-f35291146318, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d733899d-e077-4417-bd7d-f35291146318, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17269309940096002424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424172693099400960024241726930994009600242417269309940096002424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ee47246-7ba8-402a-8393-2e3c6a2645b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3faa991c-c19c-4f0e-9ead-72f3a4805ff0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3faa991c-c19c-4f0e-9ead-72f3a4805ff0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18094356962311265705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705180943569623112657051809435696231126570518094356962311265705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d733899d-e077-4417-bd7d-f35291146318, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5902d2dc-54c5-4da7-8ffa-e7a36bb81120, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5902d2dc-54c5-4da7-8ffa-e7a36bb81120, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15576409603193752176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176155764096031937521761557640960319375217615576409603193752176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3faa991c-c19c-4f0e-9ead-72f3a4805ff0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3463b0b4-82d7-46ec-9dec-227d8a3fe434, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3463b0b4-82d7-46ec-9dec-227d8a3fe434, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11843076395282262278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278118430763952822622781184307639528226227811843076395282262278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5902d2dc-54c5-4da7-8ffa-e7a36bb81120, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 961bb721-e4e1-46db-8a9c-c4539911beff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961bb721-e4e1-46db-8a9c-c4539911beff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4782576022722403988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988478257602272240398847825760227224039884782576022722403988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3463b0b4-82d7-46ec-9dec-227d8a3fe434, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fa7b630-231d-4c02-bc1a-db57b861bca3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa7b630-231d-4c02-bc1a-db57b861bca3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10713595784273489372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372107135957842734893721071359578427348937210713595784273489372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961bb721-e4e1-46db-8a9c-c4539911beff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fa1e70d-23e9-4613-848e-b8c1c9169d11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fa1e70d-23e9-4613-848e-b8c1c9169d11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15952939933129762785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785159529399331297627851595293993312976278515952939933129762785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa7b630-231d-4c02-bc1a-db57b861bca3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b7968d4-47f2-4a62-bc2d-02eb24322550, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b7968d4-47f2-4a62-bc2d-02eb24322550, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 654817379755383970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970654817379755383970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fa1e70d-23e9-4613-848e-b8c1c9169d11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1f72578-44ec-43fb-bc16-5b5c446acca6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1f72578-44ec-43fb-bc16-5b5c446acca6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9566262848785861080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080956626284878586108095662628487858610809566262848785861080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b7968d4-47f2-4a62-bc2d-02eb24322550, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2afbb31-2f12-47ba-b365-578eaf972e87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2afbb31-2f12-47ba-b365-578eaf972e87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2466703118997432006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006246670311899743200624667031189974320062466703118997432006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2afbb31-2f12-47ba-b365-578eaf972e87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d302786-b8f5-4f90-ba4b-7fe1f55fbe66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d302786-b8f5-4f90-ba4b-7fe1f55fbe66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6660114909949355693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693666011490994935569366601149099493556936660114909949355693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1f72578-44ec-43fb-bc16-5b5c446acca6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b87c2d57-d028-4038-aeec-4a95c58c44d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b87c2d57-d028-4038-aeec-4a95c58c44d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3843696414720189642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642384369641472018964238436964147201896423843696414720189642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d302786-b8f5-4f90-ba4b-7fe1f55fbe66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24993fe0-811b-4074-9dcf-377503ff2b3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24993fe0-811b-4074-9dcf-377503ff2b3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16897321810958372161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161168973218109583721611689732181095837216116897321810958372161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b87c2d57-d028-4038-aeec-4a95c58c44d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1442043e-51c8-445b-8530-e4ae0e38931e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1442043e-51c8-445b-8530-e4ae0e38931e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11662309394212514258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258116623093942125142581166230939421251425811662309394212514258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1442043e-51c8-445b-8530-e4ae0e38931e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de32e984-813a-4de4-a6a4-8ff46815c2f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de32e984-813a-4de4-a6a4-8ff46815c2f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9102532403537203232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232910253240353720323291025324035372032329102532403537203232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24993fe0-811b-4074-9dcf-377503ff2b3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 217fb781-e3d6-439f-a0d0-d24708ae4fec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 217fb781-e3d6-439f-a0d0-d24708ae4fec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 739041314301796819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819739041314301796819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de32e984-813a-4de4-a6a4-8ff46815c2f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ab1ed7a-1145-46e6-b794-2eeccf78c50c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab1ed7a-1145-46e6-b794-2eeccf78c50c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12836438137309957550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550128364381373099575501283643813730995755012836438137309957550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab1ed7a-1145-46e6-b794-2eeccf78c50c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9ff9c5-3a44-4908-ab08-f7f9104d0447, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9ff9c5-3a44-4908-ab08-f7f9104d0447, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1548805141541783269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269154880514154178326915488051415417832691548805141541783269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 217fb781-e3d6-439f-a0d0-d24708ae4fec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1f170a8-a7f8-4828-bb66-688041eec718, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f170a8-a7f8-4828-bb66-688041eec718, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10320104096403442074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074103201040964034420741032010409640344207410320104096403442074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9ff9c5-3a44-4908-ab08-f7f9104d0447, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecb12a06-8040-4fa5-9e54-af54eb75bff4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb12a06-8040-4fa5-9e54-af54eb75bff4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10671936477767283969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969106719364777672839691067193647776728396910671936477767283969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f170a8-a7f8-4828-bb66-688041eec718, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb12a06-8040-4fa5-9e54-af54eb75bff4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3e4d0e8-9220-431e-9ab8-bfa4d5cb51ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e4d0e8-9220-431e-9ab8-bfa4d5cb51ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10670859690283806744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744106708596902838067441067085969028380674410670859690283806744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b96b6d0-0c6d-41b8-ab25-8629b0cb5d83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b96b6d0-0c6d-41b8-ab25-8629b0cb5d83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12265094283209801170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170122650942832098011701226509428320980117012265094283209801170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e4d0e8-9220-431e-9ab8-bfa4d5cb51ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a432dd25-f35c-4998-ba4c-50136f48c366, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a432dd25-f35c-4998-ba4c-50136f48c366, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13800319718925840433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433138003197189258404331380031971892584043313800319718925840433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b96b6d0-0c6d-41b8-ab25-8629b0cb5d83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6bfa063-b873-4b19-bce8-4e0c5543c227, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6bfa063-b873-4b19-bce8-4e0c5543c227, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7090502095338911116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116709050209533891111670905020953389111167090502095338911116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a432dd25-f35c-4998-ba4c-50136f48c366, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6bfa063-b873-4b19-bce8-4e0c5543c227, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1a7d0a5-e536-4874-b021-8242f633d34d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c4f8e7a-5d43-4352-b85b-c7dda1c33056, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4f8e7a-5d43-4352-b85b-c7dda1c33056, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5088294730493926025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025508829473049392602550882947304939260255088294730493926025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a7d0a5-e536-4874-b021-8242f633d34d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12365959867133888367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367123659598671338883671236595986713388836712365959867133888367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4f8e7a-5d43-4352-b85b-c7dda1c33056, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce161e5c-2a17-43ad-8530-b13d23df08dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce161e5c-2a17-43ad-8530-b13d23df08dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10067899748834555953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953100678997488345559531006789974883455595310067899748834555953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a7d0a5-e536-4874-b021-8242f633d34d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be2c9e83-8ad2-4529-8e3d-38f717922287, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be2c9e83-8ad2-4529-8e3d-38f717922287, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5502409904318063862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862550240990431806386255024099043180638625502409904318063862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce161e5c-2a17-43ad-8530-b13d23df08dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 789d036e-928f-4201-add5-11019188f372, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 789d036e-928f-4201-add5-11019188f372, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11255687908105366288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288112556879081053662881125568790810536628811255687908105366288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be2c9e83-8ad2-4529-8e3d-38f717922287, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ca168e2-3389-4a4a-8560-6ae69c27c853, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca168e2-3389-4a4a-8560-6ae69c27c853, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13074428244163778941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941130744282441637789411307442824416377894113074428244163778941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 789d036e-928f-4201-add5-11019188f372, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c0fb7bf-9356-49f2-a11a-31beff845dcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c0fb7bf-9356-49f2-a11a-31beff845dcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582780217351784804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804558278021735178480455827802173517848045582780217351784804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca168e2-3389-4a4a-8560-6ae69c27c853, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1b245a8-32ec-4004-9a17-9056f15b8efd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b245a8-32ec-4004-9a17-9056f15b8efd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166734033854641092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092416673403385464109241667340338546410924166734033854641092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c0fb7bf-9356-49f2-a11a-31beff845dcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfbbffa8-5d22-4343-ae35-fcbed82e8300, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfbbffa8-5d22-4343-ae35-fcbed82e8300, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13651249573563619345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345136512495735636193451365124957356361934513651249573563619345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b245a8-32ec-4004-9a17-9056f15b8efd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfbbffa8-5d22-4343-ae35-fcbed82e8300, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f657c7b-0318-404e-9f34-8c716f4d448b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea623b53-1a09-4a21-ba7d-4a0eead9adfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f657c7b-0318-404e-9f34-8c716f4d448b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 659906782032588157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157659906782032588157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea623b53-1a09-4a21-ba7d-4a0eead9adfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8133252893421757290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290813325289342175729081332528934217572908133252893421757290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f657c7b-0318-404e-9f34-8c716f4d448b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10131cb3-b542-42a5-ad1a-7e1df07b892b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10131cb3-b542-42a5-ad1a-7e1df07b892b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12520595312295540737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737125205953122955407371252059531229554073712520595312295540737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea623b53-1a09-4a21-ba7d-4a0eead9adfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10131cb3-b542-42a5-ad1a-7e1df07b892b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b77ca61-105d-4031-a643-99df729b22b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17f939ce-1460-44ef-8eec-0099664e6c8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f939ce-1460-44ef-8eec-0099664e6c8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603270185884698186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186660327018588469818666032701858846981866603270185884698186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b77ca61-105d-4031-a643-99df729b22b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7862433976403863268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268786243397640386326878624339764038632687862433976403863268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f939ce-1460-44ef-8eec-0099664e6c8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb929322-1326-4b3e-96cc-5e54509367b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb929322-1326-4b3e-96cc-5e54509367b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2625171140797962393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393262517114079796239326251711407979623932625171140797962393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b77ca61-105d-4031-a643-99df729b22b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20b87a6-c50c-48a0-9052-f96df7475842, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20b87a6-c50c-48a0-9052-f96df7475842, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6390999848002770335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335639099984800277033563909998480027703356390999848002770335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb929322-1326-4b3e-96cc-5e54509367b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bb6db76-3774-496f-a0f8-4f7906553483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20b87a6-c50c-48a0-9052-f96df7475842, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1866272c-993e-4621-adcb-14df1a3f7096, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1866272c-993e-4621-adcb-14df1a3f7096, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15933999384165154456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456159339993841651544561593399938416515445615933999384165154456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bb6db76-3774-496f-a0f8-4f7906553483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17640632371220157599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599176406323712201575991764063237122015759917640632371220157599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1866272c-993e-4621-adcb-14df1a3f7096, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9b474c3-c5f2-4871-95d8-791c4b794b62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9b474c3-c5f2-4871-95d8-791c4b794b62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 24299978001334008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2429997800133400824299978001334008242999780013340082429997800133400824299978001334008242999780013340082429997800133400824299978001334008242999780013340082429997800133400824299978001334008242999780013340082429997800133400824299978001334008242999780013340082429997800133400824299978001334008242999780013340082429997800133400824299978001334008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bb6db76-3774-496f-a0f8-4f7906553483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8cc1775-9adb-4f98-9490-692d93a82c08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8cc1775-9adb-4f98-9490-692d93a82c08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2334221854637604055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055233422185463760405523342218546376040552334221854637604055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9b474c3-c5f2-4871-95d8-791c4b794b62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc0d3505-0bd9-4c79-a5d5-b8e5e292e6e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc0d3505-0bd9-4c79-a5d5-b8e5e292e6e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1817794654224849899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899181779465422484989918177946542248498991817794654224849899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8cc1775-9adb-4f98-9490-692d93a82c08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bea6be39-80be-4227-956b-8c74ba1a5476, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc0d3505-0bd9-4c79-a5d5-b8e5e292e6e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95406697-24b2-461e-9ed6-c28fbcb5b39d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95406697-24b2-461e-9ed6-c28fbcb5b39d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7170689800251729696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696717068980025172969671706898002517296967170689800251729696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bea6be39-80be-4227-956b-8c74ba1a5476, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13865984959744955452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452138659849597449554521386598495974495545213865984959744955452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95406697-24b2-461e-9ed6-c28fbcb5b39d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47d5eb4e-1743-485f-9a1c-67bfafeda8b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d5eb4e-1743-485f-9a1c-67bfafeda8b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2485189757573069729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729248518975757306972924851897575730697292485189757573069729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bea6be39-80be-4227-956b-8c74ba1a5476, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89d28581-0c6a-4be8-b2a7-46ffbac6ac27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d28581-0c6a-4be8-b2a7-46ffbac6ac27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1315547702842769517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517131554770284276951713155477028427695171315547702842769517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89d28581-0c6a-4be8-b2a7-46ffbac6ac27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 860f4750-9a56-47ee-be90-e001b3cd33f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 860f4750-9a56-47ee-be90-e001b3cd33f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7722861582409928884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884772286158240992888477228615824099288847722861582409928884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d5eb4e-1743-485f-9a1c-67bfafeda8b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ebf4f0c-9759-40d2-91f5-bcc0fa6100fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ebf4f0c-9759-40d2-91f5-bcc0fa6100fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420834884483006897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897142083488448300689714208348844830068971420834884483006897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 860f4750-9a56-47ee-be90-e001b3cd33f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cffce155-861b-4e3d-9ae3-8d10dde5fec2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffce155-861b-4e3d-9ae3-8d10dde5fec2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16589910866009160587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587165899108660091605871658991086600916058716589910866009160587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ebf4f0c-9759-40d2-91f5-bcc0fa6100fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0789565f-f11c-4e03-b88f-b7da710a862a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0789565f-f11c-4e03-b88f-b7da710a862a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4162541638037081166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166416254163803708116641625416380370811664162541638037081166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffce155-861b-4e3d-9ae3-8d10dde5fec2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c30f4ed8-9aea-475e-b1f0-bcd1a1868973, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c30f4ed8-9aea-475e-b1f0-bcd1a1868973, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12072404024098282601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601120724040240982826011207240402409828260112072404024098282601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0789565f-f11c-4e03-b88f-b7da710a862a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8cf9bd5-9d44-4c93-83cc-cdafded355e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8cf9bd5-9d44-4c93-83cc-cdafded355e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 720021127000991683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683720021127000991683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c30f4ed8-9aea-475e-b1f0-bcd1a1868973, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b73c171-1235-401a-b5c5-d44ac31bd90b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b73c171-1235-401a-b5c5-d44ac31bd90b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10236558246356452051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051102365582463564520511023655824635645205110236558246356452051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8cf9bd5-9d44-4c93-83cc-cdafded355e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4534f9f9-7abc-408a-af27-a803dfb4429e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4534f9f9-7abc-408a-af27-a803dfb4429e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17744451293310240089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089177444512933102400891774445129331024008917744451293310240089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b73c171-1235-401a-b5c5-d44ac31bd90b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc566805-01e2-407f-ad18-a5c642b1687f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc566805-01e2-407f-ad18-a5c642b1687f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9313493525598483463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463931349352559848346393134935255984834639313493525598483463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4534f9f9-7abc-408a-af27-a803dfb4429e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1ec8ab0-ffb4-4a67-b3c6-fb6972c6f094, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ec8ab0-ffb4-4a67-b3c6-fb6972c6f094, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7020348647204487188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188702034864720448718870203486472044871887020348647204487188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc566805-01e2-407f-ad18-a5c642b1687f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5dbd87f-b92d-44c0-86b4-9e51d318e3b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5dbd87f-b92d-44c0-86b4-9e51d318e3b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3140208865209780669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669314020886520978066931402088652097806693140208865209780669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ec8ab0-ffb4-4a67-b3c6-fb6972c6f094, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6537fa48-a766-425a-87c8-c6df2942ba42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6537fa48-a766-425a-87c8-c6df2942ba42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13712746407323119238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238137127464073231192381371274640732311923813712746407323119238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5dbd87f-b92d-44c0-86b4-9e51d318e3b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0037215-e7c0-4f73-a538-6545183de98c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0037215-e7c0-4f73-a538-6545183de98c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1847457208600273540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540184745720860027354018474572086002735401847457208600273540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6537fa48-a766-425a-87c8-c6df2942ba42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73f26124-ceb8-4848-a3b7-bb7383632b04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f26124-ceb8-4848-a3b7-bb7383632b04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2725862517894301677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677272586251789430167727258625178943016772725862517894301677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0037215-e7c0-4f73-a538-6545183de98c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a5579f-2ac0-4a7f-a5a4-a086a9e268c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f26124-ceb8-4848-a3b7-bb7383632b04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a5579f-2ac0-4a7f-a5a4-a086a9e268c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4796214454215466236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236479621445421546623647962144542154662364796214454215466236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a76156c-631f-40d5-86cf-798bde52f85b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a76156c-631f-40d5-86cf-798bde52f85b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13926323066074802905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905139263230660748029051392632306607480290513926323066074802905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a5579f-2ac0-4a7f-a5a4-a086a9e268c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a81d08a6-364c-45ad-81b9-96e29a286bb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81d08a6-364c-45ad-81b9-96e29a286bb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9122726952574084840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840912272695257408484091227269525740848409122726952574084840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a76156c-631f-40d5-86cf-798bde52f85b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb76195e-f8e1-4e0f-8c2c-23072498cdf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb76195e-f8e1-4e0f-8c2c-23072498cdf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18421718373478210915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915184217183734782109151842171837347821091518421718373478210915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81d08a6-364c-45ad-81b9-96e29a286bb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea65f355-650e-45d8-8874-262f9dd96988, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea65f355-650e-45d8-8874-262f9dd96988, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17244442283808896364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364172444422838088963641724444228380889636417244442283808896364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb76195e-f8e1-4e0f-8c2c-23072498cdf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fe9d654-af41-4c6d-abea-3456feb2d778, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe9d654-af41-4c6d-abea-3456feb2d778, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9976636628961529631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631997663662896152963199766366289615296319976636628961529631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea65f355-650e-45d8-8874-262f9dd96988, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 011a1c08-f65b-4e88-8624-ed01106d3d28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011a1c08-f65b-4e88-8624-ed01106d3d28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4265686716512943400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400426568671651294340042656867165129434004265686716512943400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe9d654-af41-4c6d-abea-3456feb2d778, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee1e878-7500-455e-a0a9-0923e3f9a7ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011a1c08-f65b-4e88-8624-ed01106d3d28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee1e878-7500-455e-a0a9-0923e3f9a7ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9768051880370750694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694976805188037075069497680518803707506949768051880370750694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e9f695e-2e2f-4630-9c5e-c8698b34fbcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9f695e-2e2f-4630-9c5e-c8698b34fbcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926911812794291436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436592691181279429143659269118127942914365926911812794291436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee1e878-7500-455e-a0a9-0923e3f9a7ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0807f8c0-0e7a-452f-8737-0f6e542bf16f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0807f8c0-0e7a-452f-8737-0f6e542bf16f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15827444873037435304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304158274448730374353041582744487303743530415827444873037435304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9f695e-2e2f-4630-9c5e-c8698b34fbcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50da1c00-0f9a-4bdb-b9c1-ca7ccd6c4ce6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50da1c00-0f9a-4bdb-b9c1-ca7ccd6c4ce6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16643049985799597312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312166430499857995973121664304998579959731216643049985799597312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0807f8c0-0e7a-452f-8737-0f6e542bf16f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5b04f6d-cb71-4163-bc81-e65e1e59c75c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5b04f6d-cb71-4163-bc81-e65e1e59c75c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17934123519110258656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656179341235191102586561793412351911025865617934123519110258656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50da1c00-0f9a-4bdb-b9c1-ca7ccd6c4ce6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5b04f6d-cb71-4163-bc81-e65e1e59c75c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 977a924c-d479-4dbe-8670-fe86cb0bf1f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977a924c-d479-4dbe-8670-fe86cb0bf1f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3115692500532347420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420311569250053234742031156925005323474203115692500532347420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36fd0d56-e35d-4aa4-acd3-49b0f54e6306, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36fd0d56-e35d-4aa4-acd3-49b0f54e6306, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13000585609578899262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262130005856095788992621300058560957889926213000585609578899262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977a924c-d479-4dbe-8670-fe86cb0bf1f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eb6e101-ad97-494e-bd79-f73691d690e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb6e101-ad97-494e-bd79-f73691d690e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14083972052746167224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224140839720527461672241408397205274616722414083972052746167224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36fd0d56-e35d-4aa4-acd3-49b0f54e6306, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6685e85-6479-414d-a61e-aee868815329, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6685e85-6479-414d-a61e-aee868815329, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15142734618653645020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020151427346186536450201514273461865364502015142734618653645020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb6e101-ad97-494e-bd79-f73691d690e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73338c08-f50f-4b76-84e5-487a168a9a38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73338c08-f50f-4b76-84e5-487a168a9a38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6439627035812914368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368643962703581291436864396270358129143686439627035812914368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6685e85-6479-414d-a61e-aee868815329, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09bb1bd7-e7cd-4587-a3e5-c2160ad767ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73338c08-f50f-4b76-84e5-487a168a9a38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12633386-17d5-4c77-b06f-47db8f64a189, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12633386-17d5-4c77-b06f-47db8f64a189, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14646425499992000027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027146464254999920000271464642549999200002714646425499992000027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09bb1bd7-e7cd-4587-a3e5-c2160ad767ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14667267071377354730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730146672670713773547301466726707137735473014667267071377354730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09bb1bd7-e7cd-4587-a3e5-c2160ad767ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 719d6ed4-4cf8-46a2-8c19-27960b66fe69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 719d6ed4-4cf8-46a2-8c19-27960b66fe69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14311130151264804231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231143111301512648042311431113015126480423114311130151264804231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12633386-17d5-4c77-b06f-47db8f64a189, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5e864bf-25f3-4d40-9165-1445084f9b48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5e864bf-25f3-4d40-9165-1445084f9b48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10497131855908171779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779104971318559081717791049713185590817177910497131855908171779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 719d6ed4-4cf8-46a2-8c19-27960b66fe69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5754f8f2-8a6d-40a1-816c-b158535804bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5754f8f2-8a6d-40a1-816c-b158535804bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15626349629361483727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727156263496293614837271562634962936148372715626349629361483727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5e864bf-25f3-4d40-9165-1445084f9b48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21139bdb-d46d-4cd5-a04d-e2199d865f74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21139bdb-d46d-4cd5-a04d-e2199d865f74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10001075886397359192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192100010758863973591921000107588639735919210001075886397359192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5754f8f2-8a6d-40a1-816c-b158535804bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae096c53-c824-4df7-b2a7-0626d10cc154, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae096c53-c824-4df7-b2a7-0626d10cc154, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1225970533951284017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017122597053395128401712259705339512840171225970533951284017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21139bdb-d46d-4cd5-a04d-e2199d865f74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d462cea5-2e86-49d0-8015-2316fa889e5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d462cea5-2e86-49d0-8015-2316fa889e5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2514771331641895388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388251477133164189538825147713316418953882514771331641895388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae096c53-c824-4df7-b2a7-0626d10cc154, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c75cc3f-9f76-4311-8b93-95bfc11ac9d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c75cc3f-9f76-4311-8b93-95bfc11ac9d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6363635504001645856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856636363550400164585663636355040016458566363635504001645856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d462cea5-2e86-49d0-8015-2316fa889e5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d016e96-0075-4cec-9aab-31f53453204a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d016e96-0075-4cec-9aab-31f53453204a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9918855667898493604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604991885566789849360499188556678984936049918855667898493604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c75cc3f-9f76-4311-8b93-95bfc11ac9d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd8b9e5d-c98d-4ea9-9af3-74ca616f8777, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd8b9e5d-c98d-4ea9-9af3-74ca616f8777, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2475519036858960955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955247551903685896095524755190368589609552475519036858960955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d016e96-0075-4cec-9aab-31f53453204a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb536d0-5480-4bc2-845a-dfc177bb758b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb536d0-5480-4bc2-845a-dfc177bb758b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6843935473291937360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360684393547329193736068439354732919373606843935473291937360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd8b9e5d-c98d-4ea9-9af3-74ca616f8777, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c25f332a-6889-4171-934f-76b128830400, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c25f332a-6889-4171-934f-76b128830400, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9994365742357275295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295999436574235727529599943657423572752959994365742357275295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb536d0-5480-4bc2-845a-dfc177bb758b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5e2e862-be27-42c8-bcc0-25981b04a3c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5e2e862-be27-42c8-bcc0-25981b04a3c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11179341805039576866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866111793418050395768661117934180503957686611179341805039576866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c25f332a-6889-4171-934f-76b128830400, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a66b2f9-69f9-4b01-9f69-19da9803e485, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5e2e862-be27-42c8-bcc0-25981b04a3c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17547b5f-8e59-4763-a66c-bdc37fd4ee15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17547b5f-8e59-4763-a66c-bdc37fd4ee15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18133161025176492369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369181331610251764923691813316102517649236918133161025176492369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a66b2f9-69f9-4b01-9f69-19da9803e485, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 760734954216219397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397760734954216219397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17547b5f-8e59-4763-a66c-bdc37fd4ee15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a08185ef-874e-4abe-9380-3a26bd8c053d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08185ef-874e-4abe-9380-3a26bd8c053d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15128537028746625248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248151285370287466252481512853702874662524815128537028746625248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a66b2f9-69f9-4b01-9f69-19da9803e485, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f40838b3-8d56-4580-b96e-aaf5fc1e6ecb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f40838b3-8d56-4580-b96e-aaf5fc1e6ecb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4100300380037542492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492410030038003754249241003003800375424924100300380037542492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08185ef-874e-4abe-9380-3a26bd8c053d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f6616ae-2a21-4148-8064-079ed2a061b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6616ae-2a21-4148-8064-079ed2a061b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1012033349272150008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008101203334927215000810120333492721500081012033349272150008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6616ae-2a21-4148-8064-079ed2a061b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fa94ed8-983c-4f2a-949b-8ac1be46b06d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fa94ed8-983c-4f2a-949b-8ac1be46b06d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7284470447953888359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359728447044795388835972844704479538883597284470447953888359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f40838b3-8d56-4580-b96e-aaf5fc1e6ecb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c74affe-3089-4471-9fb7-ae9db7012f13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fa94ed8-983c-4f2a-949b-8ac1be46b06d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4967e500-efcc-4519-98dc-8b8de9499d76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4967e500-efcc-4519-98dc-8b8de9499d76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11801700256422265110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110118017002564222651101180170025642226511011801700256422265110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c74affe-3089-4471-9fb7-ae9db7012f13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11944914344550007205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205119449143445500072051194491434455000720511944914344550007205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4967e500-efcc-4519-98dc-8b8de9499d76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 934be1f5-2c48-48aa-adda-fdaf5a00dafb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 934be1f5-2c48-48aa-adda-fdaf5a00dafb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11409570786665346342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342114095707866653463421140957078666534634211409570786665346342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c74affe-3089-4471-9fb7-ae9db7012f13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8b70712-afdd-43de-b285-daf10506059f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8b70712-afdd-43de-b285-daf10506059f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15489613708694244183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183154896137086942441831548961370869424418315489613708694244183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 934be1f5-2c48-48aa-adda-fdaf5a00dafb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48bbd7c5-ff2a-4421-862d-870f5b26a0d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48bbd7c5-ff2a-4421-862d-870f5b26a0d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12789414206295379031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031127894142062953790311278941420629537903112789414206295379031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8b70712-afdd-43de-b285-daf10506059f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4343bc3-142a-45fe-aa05-3530d71bbb78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4343bc3-142a-45fe-aa05-3530d71bbb78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17646504133829432470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470176465041338294324701764650413382943247017646504133829432470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48bbd7c5-ff2a-4421-862d-870f5b26a0d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaaedcd0-b0d0-4aaa-9910-89de37819d3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaaedcd0-b0d0-4aaa-9910-89de37819d3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8494199865973640923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923849419986597364092384941998659736409238494199865973640923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4343bc3-142a-45fe-aa05-3530d71bbb78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bacfe730-6cff-4720-b868-4c5afc453058, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bacfe730-6cff-4720-b868-4c5afc453058, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14259539082829722836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836142595390828297228361425953908282972283614259539082829722836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaaedcd0-b0d0-4aaa-9910-89de37819d3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 618c1ffb-7c80-444a-9e14-2710c04bea7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618c1ffb-7c80-444a-9e14-2710c04bea7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6243244286862790459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459624324428686279045962432442868627904596243244286862790459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bacfe730-6cff-4720-b868-4c5afc453058, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaed4494-3cb6-4c85-8a46-09c5b90b5dd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaed4494-3cb6-4c85-8a46-09c5b90b5dd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17801482641001261780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780178014826410012617801780148264100126178017801482641001261780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618c1ffb-7c80-444a-9e14-2710c04bea7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad900ade-a0ae-4ce3-bb85-2cd3476ba1c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad900ade-a0ae-4ce3-bb85-2cd3476ba1c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17243726093544095385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385172437260935440953851724372609354409538517243726093544095385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaed4494-3cb6-4c85-8a46-09c5b90b5dd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef66a88b-7f7c-4ac0-862d-b8bae0c13710, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef66a88b-7f7c-4ac0-862d-b8bae0c13710, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8751596950711881985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985875159695071188198587515969507118819858751596950711881985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad900ade-a0ae-4ce3-bb85-2cd3476ba1c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1321fad-4cbc-428c-b023-b9cdb04e37d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1321fad-4cbc-428c-b023-b9cdb04e37d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3176853012790982715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715317685301279098271531768530127909827153176853012790982715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef66a88b-7f7c-4ac0-862d-b8bae0c13710, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50554f1b-6b63-46f6-a16e-71fb48948a6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50554f1b-6b63-46f6-a16e-71fb48948a6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6676137791566729552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552667613779156672955266761377915667295526676137791566729552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1321fad-4cbc-428c-b023-b9cdb04e37d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdf146c7-f521-481d-97ca-fae01171566c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf146c7-f521-481d-97ca-fae01171566c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15531012952721661396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396155310129527216613961553101295272166139615531012952721661396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50554f1b-6b63-46f6-a16e-71fb48948a6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e6c6f5-56b2-4dda-83e7-cbd163768b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e6c6f5-56b2-4dda-83e7-cbd163768b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706009622961966210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210107060096229619662101070600962296196621010706009622961966210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf146c7-f521-481d-97ca-fae01171566c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 835b2d0d-7fd3-4eed-bbe1-653422024a5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835b2d0d-7fd3-4eed-bbe1-653422024a5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14366086211746673838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838143660862117466738381436608621174667383814366086211746673838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e6c6f5-56b2-4dda-83e7-cbd163768b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a0ef3a8-88df-4ea6-9bcf-911eabc6910e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a0ef3a8-88df-4ea6-9bcf-911eabc6910e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15809601558582687812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812158096015585826878121580960155858268781215809601558582687812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835b2d0d-7fd3-4eed-bbe1-653422024a5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d818e6b-bc7f-4bfb-8c66-39cb0dfa9d4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d818e6b-bc7f-4bfb-8c66-39cb0dfa9d4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702382912982227587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587170238291298222758717023829129822275871702382912982227587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a0ef3a8-88df-4ea6-9bcf-911eabc6910e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cd5324f-8ac7-46bd-ba5e-43892542f268, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cd5324f-8ac7-46bd-ba5e-43892542f268, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8443048411620990135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135844304841162099013584430484116209901358443048411620990135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d818e6b-bc7f-4bfb-8c66-39cb0dfa9d4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad395297-1793-49e3-b2c1-07752aa2da7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad395297-1793-49e3-b2c1-07752aa2da7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 663707418628777492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492663707418628777492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cd5324f-8ac7-46bd-ba5e-43892542f268, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46884bf4-bbc5-4200-a4ef-eb08edebb080, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46884bf4-bbc5-4200-a4ef-eb08edebb080, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11906057577202139117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117119060575772021391171190605757720213911711906057577202139117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad395297-1793-49e3-b2c1-07752aa2da7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7712607c-e8c5-4080-9408-992ec381cd0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7712607c-e8c5-4080-9408-992ec381cd0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14129561411497022831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831141295614114970228311412956141149702283114129561411497022831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46884bf4-bbc5-4200-a4ef-eb08edebb080, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0a860bb-503b-494c-a261-e049caf092e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a860bb-503b-494c-a261-e049caf092e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2983900203695063248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248298390020369506324829839002036950632482983900203695063248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7712607c-e8c5-4080-9408-992ec381cd0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96245b3b-b82a-4a85-9095-5df95c08f7ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96245b3b-b82a-4a85-9095-5df95c08f7ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15217402421486051839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839152174024214860518391521740242148605183915217402421486051839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a860bb-503b-494c-a261-e049caf092e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d587b3e0-dff8-4ca8-b58b-e91945f8f672, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d587b3e0-dff8-4ca8-b58b-e91945f8f672, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14885397207922346472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472148853972079223464721488539720792234647214885397207922346472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96245b3b-b82a-4a85-9095-5df95c08f7ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d587b3e0-dff8-4ca8-b58b-e91945f8f672, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c59e30af-06e1-4c5b-9612-a090d5f8fbe0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c59e30af-06e1-4c5b-9612-a090d5f8fbe0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5134385120406658585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585513438512040665858551343851204066585855134385120406658585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1325e6e8-5056-4981-8118-2796d72ddcbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c59e30af-06e1-4c5b-9612-a090d5f8fbe0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f92b8f29-684a-4889-9935-422d69680bb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1325e6e8-5056-4981-8118-2796d72ddcbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 78732779040500038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7873277904050003878732779040500038787327790405000387873277904050003878732779040500038787327790405000387873277904050003878732779040500038787327790405000387873277904050003878732779040500038787327790405000387873277904050003878732779040500038787327790405000387873277904050003878732779040500038787327790405000387873277904050003878732779040500038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f92b8f29-684a-4889-9935-422d69680bb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14388552373496066223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223143885523734960662231438855237349606622314388552373496066223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1325e6e8-5056-4981-8118-2796d72ddcbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72d7b03-3c17-4c89-bf0b-daa9ffeca7da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f92b8f29-684a-4889-9935-422d69680bb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72d7b03-3c17-4c89-bf0b-daa9ffeca7da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619486033980752046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046146194860339807520461461948603398075204614619486033980752046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcec4fbc-6829-4f41-8b2a-a7815612ab37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcec4fbc-6829-4f41-8b2a-a7815612ab37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6755417227109610867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867675541722710961086767554172271096108676755417227109610867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72d7b03-3c17-4c89-bf0b-daa9ffeca7da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb4c0431-4e2e-4165-b529-0189fcede862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb4c0431-4e2e-4165-b529-0189fcede862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6016066296958461387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387601606629695846138760160662969584613876016066296958461387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcec4fbc-6829-4f41-8b2a-a7815612ab37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb4c0431-4e2e-4165-b529-0189fcede862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a3f0f2f-c8ec-4fde-85bf-978cee89c6c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a3f0f2f-c8ec-4fde-85bf-978cee89c6c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1535915362703935187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187153591536270393518715359153627039351871535915362703935187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a88108c7-9528-47e1-943a-17e37be0a2ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88108c7-9528-47e1-943a-17e37be0a2ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11585402078748454004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004115854020787484540041158540207874845400411585402078748454004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a3f0f2f-c8ec-4fde-85bf-978cee89c6c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 612be3e5-1697-4038-b259-327433083a78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612be3e5-1697-4038-b259-327433083a78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15551169595308000763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763155511695953080007631555116959530800076315551169595308000763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88108c7-9528-47e1-943a-17e37be0a2ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f176ef1-bb96-4cd8-9456-c5f485edae4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f176ef1-bb96-4cd8-9456-c5f485edae4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9276512005110440164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164927651200511044016492765120051104401649276512005110440164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612be3e5-1697-4038-b259-327433083a78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a808e8f-c2fe-42cd-b9df-38023c2fe22d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a808e8f-c2fe-42cd-b9df-38023c2fe22d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11353476624058712776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776113534766240587127761135347662405871277611353476624058712776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f176ef1-bb96-4cd8-9456-c5f485edae4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 000f3a5b-fa65-4d02-bd7d-b9103b25cc29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 000f3a5b-fa65-4d02-bd7d-b9103b25cc29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17442673648976540147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147174426736489765401471744267364897654014717442673648976540147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a808e8f-c2fe-42cd-b9df-38023c2fe22d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b03a70c3-2412-4f7a-8bf3-9d7d8d2e7ac8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 000f3a5b-fa65-4d02-bd7d-b9103b25cc29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f509265-7918-4555-84c0-cf08eed3f8dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f509265-7918-4555-84c0-cf08eed3f8dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15882704081541817895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895158827040815418178951588270408154181789515882704081541817895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b03a70c3-2412-4f7a-8bf3-9d7d8d2e7ac8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3937086293583847062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062393708629358384706239370862935838470623937086293583847062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f509265-7918-4555-84c0-cf08eed3f8dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73eb067e-0395-4a56-9d1c-cd90d5cc0ce0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73eb067e-0395-4a56-9d1c-cd90d5cc0ce0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16220892252298977195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195162208922522989771951622089225229897719516220892252298977195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b03a70c3-2412-4f7a-8bf3-9d7d8d2e7ac8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a31bc7a-ba24-4016-8a42-4df38eaabd2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a31bc7a-ba24-4016-8a42-4df38eaabd2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3807853384870381408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408380785338487038140838078533848703814083807853384870381408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a31bc7a-ba24-4016-8a42-4df38eaabd2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 978da94b-b687-4e28-bbbf-2a7a04c88285, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 978da94b-b687-4e28-bbbf-2a7a04c88285, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8964276550291499860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860896427655029149986089642765502914998608964276550291499860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73eb067e-0395-4a56-9d1c-cd90d5cc0ce0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b57b6bb-06d6-437d-9599-4510892c6603, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b57b6bb-06d6-437d-9599-4510892c6603, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18058001389610514361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361180580013896105143611805800138961051436118058001389610514361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 978da94b-b687-4e28-bbbf-2a7a04c88285, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 412e8d32-812b-4945-b49b-c164b5d0c9d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412e8d32-812b-4945-b49b-c164b5d0c9d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10141456525943611462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462101414565259436114621014145652594361146210141456525943611462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b57b6bb-06d6-437d-9599-4510892c6603, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fe9cd13-b102-466c-ae28-80b49ee9d5ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe9cd13-b102-466c-ae28-80b49ee9d5ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4186138413835862040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040418613841383586204041861384138358620404186138413835862040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412e8d32-812b-4945-b49b-c164b5d0c9d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fa6f3e7-b483-4cf6-9702-06319bc3d68f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fa6f3e7-b483-4cf6-9702-06319bc3d68f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8013898109901073326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326801389810990107332680138981099010733268013898109901073326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe9cd13-b102-466c-ae28-80b49ee9d5ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e393c2-ef29-4472-b055-00977b5bf016, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e393c2-ef29-4472-b055-00977b5bf016, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3653702237947780356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356365370223794778035636537022379477803563653702237947780356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fa6f3e7-b483-4cf6-9702-06319bc3d68f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6475cf8-6ec5-418b-bb06-a0ef571ab2c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6475cf8-6ec5-418b-bb06-a0ef571ab2c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17154009122497061527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527171540091224970615271715400912249706152717154009122497061527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e393c2-ef29-4472-b055-00977b5bf016, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8c512a4-9529-4653-a244-318766d00d54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c512a4-9529-4653-a244-318766d00d54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 52585813999924715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5258581399992471552585813999924715525858139999247155258581399992471552585813999924715525858139999247155258581399992471552585813999924715525858139999247155258581399992471552585813999924715525858139999247155258581399992471552585813999924715525858139999247155258581399992471552585813999924715525858139999247155258581399992471552585813999924715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6475cf8-6ec5-418b-bb06-a0ef571ab2c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6e20f2b-b6e2-4108-a078-9b5008634929, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6e20f2b-b6e2-4108-a078-9b5008634929, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6723248996145736498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498672324899614573649867232489961457364986723248996145736498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c512a4-9529-4653-a244-318766d00d54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04bd28e8-9ef3-47fa-8593-69ab675eff26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04bd28e8-9ef3-47fa-8593-69ab675eff26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4713421843518582099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099471342184351858209947134218435185820994713421843518582099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6e20f2b-b6e2-4108-a078-9b5008634929, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36400312-40db-4256-a492-3b4d87785d22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36400312-40db-4256-a492-3b4d87785d22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11017874099605463983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983110178740996054639831101787409960546398311017874099605463983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04bd28e8-9ef3-47fa-8593-69ab675eff26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e362122-2375-4676-adef-33ccdcebed30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e362122-2375-4676-adef-33ccdcebed30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14486597640043584035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035144865976400435840351448659764004358403514486597640043584035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36400312-40db-4256-a492-3b4d87785d22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2320c36-0cc2-4894-a07a-da4f4889c36d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2320c36-0cc2-4894-a07a-da4f4889c36d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4197652942295318027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027419765294229531802741976529422953180274197652942295318027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2320c36-0cc2-4894-a07a-da4f4889c36d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a300c894-0af8-48db-8cc0-907aedd3d086, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e362122-2375-4676-adef-33ccdcebed30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7770b6e4-86f3-4867-83e9-64f056abe57d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7770b6e4-86f3-4867-83e9-64f056abe57d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10622823397933154578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578106228233979331545781062282339793315457810622823397933154578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a300c894-0af8-48db-8cc0-907aedd3d086, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9010515218951267311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311901051521895126731190105152189512673119010515218951267311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7770b6e4-86f3-4867-83e9-64f056abe57d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db5e30cc-0fc1-4b49-ab9c-c454a69482cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db5e30cc-0fc1-4b49-ab9c-c454a69482cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6198453878883150836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836619845387888315083661984538788831508366198453878883150836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a300c894-0af8-48db-8cc0-907aedd3d086, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb6ffb6-7d7c-4427-b1b6-ee2361596127, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb6ffb6-7d7c-4427-b1b6-ee2361596127, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6438960686315665039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039643896068631566503964389606863156650396438960686315665039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db5e30cc-0fc1-4b49-ab9c-c454a69482cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e52ded86-6acd-44eb-b97a-b1b67132e2c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52ded86-6acd-44eb-b97a-b1b67132e2c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859832648411471997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997108598326484114719971085983264841147199710859832648411471997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb6ffb6-7d7c-4427-b1b6-ee2361596127, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bf9df7a-b3e2-4dda-b3e7-a42489451e1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bf9df7a-b3e2-4dda-b3e7-a42489451e1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10736762063157420146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146107367620631574201461073676206315742014610736762063157420146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52ded86-6acd-44eb-b97a-b1b67132e2c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbf36b67-d0fb-4b9a-9929-4b6dbcf4e6fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbf36b67-d0fb-4b9a-9929-4b6dbcf4e6fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4648984337222905182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182464898433722290518246489843372229051824648984337222905182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bf9df7a-b3e2-4dda-b3e7-a42489451e1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4268571-a182-484b-acc3-05bcdc8316f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4268571-a182-484b-acc3-05bcdc8316f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2104325875970008270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270210432587597000827021043258759700082702104325875970008270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbf36b67-d0fb-4b9a-9929-4b6dbcf4e6fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffd74672-7eae-438e-8b7c-684ec1f06ffc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd74672-7eae-438e-8b7c-684ec1f06ffc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694057639894561642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642969405763989456164296940576398945616429694057639894561642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4268571-a182-484b-acc3-05bcdc8316f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fad3f6-1a85-49cc-9f67-8f12c5cf80b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fad3f6-1a85-49cc-9f67-8f12c5cf80b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10279481002662554863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863102794810026625548631027948100266255486310279481002662554863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd74672-7eae-438e-8b7c-684ec1f06ffc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de4497b-0ecc-45a2-9de1-fb5559024075, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de4497b-0ecc-45a2-9de1-fb5559024075, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777752289960889175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175147777522899608891751477775228996088917514777752289960889175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fad3f6-1a85-49cc-9f67-8f12c5cf80b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d97e004-ad05-4ce1-a271-8ece0af6b45a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d97e004-ad05-4ce1-a271-8ece0af6b45a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 989275742631850783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783989275742631850783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de4497b-0ecc-45a2-9de1-fb5559024075, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb55ee5e-b6ab-4361-b26a-e1e303481eea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb55ee5e-b6ab-4361-b26a-e1e303481eea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16042111865342410317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317160421118653424103171604211186534241031716042111865342410317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d97e004-ad05-4ce1-a271-8ece0af6b45a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e08e589-2fdd-424d-a76f-573a71703d2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e08e589-2fdd-424d-a76f-573a71703d2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13202273019645511806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806132022730196455118061320227301964551180613202273019645511806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb55ee5e-b6ab-4361-b26a-e1e303481eea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e08e589-2fdd-424d-a76f-573a71703d2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a34d128-e8fd-4864-899a-349cc8a18652, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a34d128-e8fd-4864-899a-349cc8a18652, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3575320878893139588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588357532087889313958835753208788931395883575320878893139588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 449e502b-b0ef-4477-a39a-952110c7487a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 449e502b-b0ef-4477-a39a-952110c7487a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12265329611834154523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523122653296118341545231226532961183415452312265329611834154523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a34d128-e8fd-4864-899a-349cc8a18652, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91ec581e-16f4-4072-bbfc-ecbde08f2d07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ec581e-16f4-4072-bbfc-ecbde08f2d07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1575909443409651769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769157590944340965176915759094434096517691575909443409651769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 449e502b-b0ef-4477-a39a-952110c7487a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eba773c8-787a-47cc-9533-6909589d4faf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eba773c8-787a-47cc-9533-6909589d4faf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6005652832279215723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723600565283227921572360056528322792157236005652832279215723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ec581e-16f4-4072-bbfc-ecbde08f2d07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eba773c8-787a-47cc-9533-6909589d4faf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c013dfa-ec99-4911-96c6-35b2e2b23fd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c013dfa-ec99-4911-96c6-35b2e2b23fd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17656090887424154926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926176560908874241549261765609088742415492617656090887424154926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b6a86c2-6a0a-43e9-a230-d6e74dc6ab6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b6a86c2-6a0a-43e9-a230-d6e74dc6ab6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8677145374192271755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755867714537419227175586771453741922717558677145374192271755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c013dfa-ec99-4911-96c6-35b2e2b23fd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aed742bb-c6e1-4832-b925-56e395e31600, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed742bb-c6e1-4832-b925-56e395e31600, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18218750908155078485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485182187509081550784851821875090815507848518218750908155078485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b6a86c2-6a0a-43e9-a230-d6e74dc6ab6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5de1f6a-25b2-4648-9f0f-346587f3621d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5de1f6a-25b2-4648-9f0f-346587f3621d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16447497230092621603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603164474972300926216031644749723009262160316447497230092621603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed742bb-c6e1-4832-b925-56e395e31600, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f873e30f-dc96-4f0f-8f2d-e09d70ff5055, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f873e30f-dc96-4f0f-8f2d-e09d70ff5055, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10076303296359421704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704100763032963594217041007630329635942170410076303296359421704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5de1f6a-25b2-4648-9f0f-346587f3621d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa319f9e-578a-49d1-a133-2dedfdc52b21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa319f9e-578a-49d1-a133-2dedfdc52b21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13588953676282525549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549135889536762825255491358895367628252554913588953676282525549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f873e30f-dc96-4f0f-8f2d-e09d70ff5055, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22ee5c48-ee3b-4494-826a-a9f2f3403910, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ee5c48-ee3b-4494-826a-a9f2f3403910, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10496845410594363099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099104968454105943630991049684541059436309910496845410594363099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa319f9e-578a-49d1-a133-2dedfdc52b21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9fb4f41-10d4-41a0-ad24-c1c4dc5350a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9fb4f41-10d4-41a0-ad24-c1c4dc5350a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 300696085637268359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359300696085637268359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ee5c48-ee3b-4494-826a-a9f2f3403910, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c70d66f2-e187-41f8-be40-f3b9f1c3d507, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c70d66f2-e187-41f8-be40-f3b9f1c3d507, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12132858071646545163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163121328580716465451631213285807164654516312132858071646545163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9fb4f41-10d4-41a0-ad24-c1c4dc5350a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 285ca565-562e-4ed7-a0ce-29a7b468f6e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c70d66f2-e187-41f8-be40-f3b9f1c3d507, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0185daf4-c2c2-4f8a-94a6-8e5dca56be64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285ca565-562e-4ed7-a0ce-29a7b468f6e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8590536642316057807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807859053664231605780785905366423160578078590536642316057807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0185daf4-c2c2-4f8a-94a6-8e5dca56be64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16041289185593370516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516160412891855933705161604128918559337051616041289185593370516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285ca565-562e-4ed7-a0ce-29a7b468f6e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d72f35f7-cca0-4f02-b124-e6b9cc9c950a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d72f35f7-cca0-4f02-b124-e6b9cc9c950a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15596640892658616429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429155966408926586164291559664089265861642915596640892658616429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0185daf4-c2c2-4f8a-94a6-8e5dca56be64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10ecfe00-6b9c-4451-b325-f66d0620ebcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10ecfe00-6b9c-4451-b325-f66d0620ebcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4856280147264025181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181485628014726402518148562801472640251814856280147264025181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d72f35f7-cca0-4f02-b124-e6b9cc9c950a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f14144-10c1-4140-b38a-cb6336eac972, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f14144-10c1-4140-b38a-cb6336eac972, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4766666389940233204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204476666638994023320447666663899402332044766666389940233204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10ecfe00-6b9c-4451-b325-f66d0620ebcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1284e5d-5751-416d-a065-d9ad6362f446, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1284e5d-5751-416d-a065-d9ad6362f446, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 477195111593256624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624477195111593256624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f14144-10c1-4140-b38a-cb6336eac972, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea9ea420-cc3e-4940-9225-8e98bd3bc57f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea9ea420-cc3e-4940-9225-8e98bd3bc57f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4502529326247785648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648450252932624778564845025293262477856484502529326247785648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1284e5d-5751-416d-a065-d9ad6362f446, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b594ad5f-f5a9-4300-935c-219c6745d18a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b594ad5f-f5a9-4300-935c-219c6745d18a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322545983895254587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587632254598389525458763225459838952545876322545983895254587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea9ea420-cc3e-4940-9225-8e98bd3bc57f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed8c2f6a-1c78-434c-b3d4-f30a14a1c732, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8c2f6a-1c78-434c-b3d4-f30a14a1c732, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14742962281505157048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048147429622815051570481474296228150515704814742962281505157048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b594ad5f-f5a9-4300-935c-219c6745d18a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a85c7ce0-7b6f-4187-a8e2-dcf2468fd159, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a85c7ce0-7b6f-4187-a8e2-dcf2468fd159, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5073311924736724864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864507331192473672486450733119247367248645073311924736724864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8c2f6a-1c78-434c-b3d4-f30a14a1c732, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50241249-174a-4ad2-9db9-5375bd75d4ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50241249-174a-4ad2-9db9-5375bd75d4ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16405072242471224145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145164050722424712241451640507224247122414516405072242471224145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a85c7ce0-7b6f-4187-a8e2-dcf2468fd159, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c93b544c-1d9a-4ef9-b7c9-457c6e1475a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c93b544c-1d9a-4ef9-b7c9-457c6e1475a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15014954799379105123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123150149547993791051231501495479937910512315014954799379105123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50241249-174a-4ad2-9db9-5375bd75d4ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 572ef757-0327-4189-a865-6af53f57b5be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c93b544c-1d9a-4ef9-b7c9-457c6e1475a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 572ef757-0327-4189-a865-6af53f57b5be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7915596083223794549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549791559608322379454979155960832237945497915596083223794549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c7287a5-40c0-4b92-874b-33b25419565c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c7287a5-40c0-4b92-874b-33b25419565c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9449308226871810234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234944930822687181023494493082268718102349449308226871810234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 572ef757-0327-4189-a865-6af53f57b5be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d21046-51d9-43df-996a-3ce22ff5550e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d21046-51d9-43df-996a-3ce22ff5550e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14240536238055639306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306142405362380556393061424053623805563930614240536238055639306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c7287a5-40c0-4b92-874b-33b25419565c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d21046-51d9-43df-996a-3ce22ff5550e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1444152e-cc4b-4703-b756-b6431c52a36a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1444152e-cc4b-4703-b756-b6431c52a36a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904491058605486710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710390449105860548671039044910586054867103904491058605486710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b306e645-22ff-4b29-9cec-fc07c41c2d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b306e645-22ff-4b29-9cec-fc07c41c2d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9308242034571916052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052930824203457191605293082420345719160529308242034571916052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1444152e-cc4b-4703-b756-b6431c52a36a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232a6fe9-66ff-43be-815a-df54debc3bcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232a6fe9-66ff-43be-815a-df54debc3bcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7728569640606611047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047772856964060661104777285696406066110477728569640606611047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b306e645-22ff-4b29-9cec-fc07c41c2d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b716bda6-9d18-42f2-be5a-377e02a6573f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b716bda6-9d18-42f2-be5a-377e02a6573f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 184977880428698031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031184977880428698031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232a6fe9-66ff-43be-815a-df54debc3bcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f98dd65-bcf0-4152-b2f8-bf7939be83b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f98dd65-bcf0-4152-b2f8-bf7939be83b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9540041807902969696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696954004180790296969695400418079029696969540041807902969696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b716bda6-9d18-42f2-be5a-377e02a6573f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faae1fbc-9148-40b6-92ea-688f9259a9c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faae1fbc-9148-40b6-92ea-688f9259a9c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5190469825501856015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015519046982550185601551904698255018560155190469825501856015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f98dd65-bcf0-4152-b2f8-bf7939be83b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27506917-5bcf-4b0d-836b-e18a518b6909, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27506917-5bcf-4b0d-836b-e18a518b6909, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15323189694911234757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757153231896949112347571532318969491123475715323189694911234757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faae1fbc-9148-40b6-92ea-688f9259a9c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da054d1d-f87f-4764-a437-8fef7dbe3ec6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da054d1d-f87f-4764-a437-8fef7dbe3ec6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5128282583724885110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110512828258372488511051282825837248851105128282583724885110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27506917-5bcf-4b0d-836b-e18a518b6909, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab0d7e46-6f1a-46d1-b95b-0b3a838dcfb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0d7e46-6f1a-46d1-b95b-0b3a838dcfb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11579350987421550654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654115793509874215506541157935098742155065411579350987421550654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da054d1d-f87f-4764-a437-8fef7dbe3ec6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5932a44-8bfa-473a-a64d-82660d6ed23d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5932a44-8bfa-473a-a64d-82660d6ed23d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5617791885239170130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130561779188523917013056177918852391701305617791885239170130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0d7e46-6f1a-46d1-b95b-0b3a838dcfb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93b77853-1bdd-4e84-b9b0-684e5530f2d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b77853-1bdd-4e84-b9b0-684e5530f2d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18290387774708046972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972182903877747080469721829038777470804697218290387774708046972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5932a44-8bfa-473a-a64d-82660d6ed23d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 755b8f96-7171-4fc7-93a4-aa90e6cee5a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 755b8f96-7171-4fc7-93a4-aa90e6cee5a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13205826898681445124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124132058268986814451241320582689868144512413205826898681445124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b77853-1bdd-4e84-b9b0-684e5530f2d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac6e7b3-f210-4ff5-8472-287051ebaa5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac6e7b3-f210-4ff5-8472-287051ebaa5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 57826188841085724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5782618884108572457826188841085724578261888410857245782618884108572457826188841085724578261888410857245782618884108572457826188841085724578261888410857245782618884108572457826188841085724578261888410857245782618884108572457826188841085724578261888410857245782618884108572457826188841085724578261888410857245782618884108572457826188841085724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 755b8f96-7171-4fc7-93a4-aa90e6cee5a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243e5ad3-ac1f-45fb-91ab-1a42f10cf629, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243e5ad3-ac1f-45fb-91ab-1a42f10cf629, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10435529171147973426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426104355291711479734261043552917114797342610435529171147973426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac6e7b3-f210-4ff5-8472-287051ebaa5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ef8f14d-5bdb-4765-8ca7-38290f58359f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef8f14d-5bdb-4765-8ca7-38290f58359f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13636889031547757384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384136368890315477573841363688903154775738413636889031547757384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243e5ad3-ac1f-45fb-91ab-1a42f10cf629, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7b081bd-20c2-4050-a345-32404859fc6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b081bd-20c2-4050-a345-32404859fc6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12629862233208275206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206126298622332082752061262986223320827520612629862233208275206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef8f14d-5bdb-4765-8ca7-38290f58359f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 857daf91-72f5-4ea7-97f8-f6b4afba28d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857daf91-72f5-4ea7-97f8-f6b4afba28d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15786470299291550659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659157864702992915506591578647029929155065915786470299291550659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b081bd-20c2-4050-a345-32404859fc6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faa8e957-e283-4c7a-86f8-afbd93816eb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa8e957-e283-4c7a-86f8-afbd93816eb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13793549019099137086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086137935490190991370861379354901909913708613793549019099137086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857daf91-72f5-4ea7-97f8-f6b4afba28d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d90cd00-aa32-4089-a0d9-7de5ff862a38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d90cd00-aa32-4089-a0d9-7de5ff862a38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12097341639337346127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127120973416393373461271209734163933734612712097341639337346127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa8e957-e283-4c7a-86f8-afbd93816eb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40be81f2-6216-456b-9a63-ccf6a2655e84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d90cd00-aa32-4089-a0d9-7de5ff862a38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4702f9b9-5dbf-4928-93a9-7a77eaef850f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40be81f2-6216-456b-9a63-ccf6a2655e84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17491085493447224787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787174910854934472247871749108549344722478717491085493447224787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4702f9b9-5dbf-4928-93a9-7a77eaef850f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8432522787766180919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919843252278776618091984325227877661809198432522787766180919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4702f9b9-5dbf-4928-93a9-7a77eaef850f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdc181e9-01ea-4c01-9255-5600c0b7b300, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc181e9-01ea-4c01-9255-5600c0b7b300, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4897843827951695161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161489784382795169516148978438279516951614897843827951695161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40be81f2-6216-456b-9a63-ccf6a2655e84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b47587f3-a0d4-48b8-bc53-6d4d5dd1358a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47587f3-a0d4-48b8-bc53-6d4d5dd1358a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14015120334671367222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222140151203346713672221401512033467136722214015120334671367222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc181e9-01ea-4c01-9255-5600c0b7b300, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c811eec-490b-4931-a1c8-20fcd9a0b3a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c811eec-490b-4931-a1c8-20fcd9a0b3a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11065447672498203684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684110654476724982036841106544767249820368411065447672498203684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47587f3-a0d4-48b8-bc53-6d4d5dd1358a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08585b6a-4d76-4d13-9fed-21629cd9d264, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08585b6a-4d76-4d13-9fed-21629cd9d264, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3817268874558619618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618381726887455861961838172688745586196183817268874558619618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c811eec-490b-4931-a1c8-20fcd9a0b3a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 045e73ec-e966-4ead-8e0c-0dbcc66f40a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 045e73ec-e966-4ead-8e0c-0dbcc66f40a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16700823807600536586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586167008238076005365861670082380760053658616700823807600536586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08585b6a-4d76-4d13-9fed-21629cd9d264, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2df44d69-535f-4689-8a56-aa1367d95c83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2df44d69-535f-4689-8a56-aa1367d95c83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14485687366298853456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456144856873662988534561448568736629885345614485687366298853456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 045e73ec-e966-4ead-8e0c-0dbcc66f40a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1783bfe9-ebab-48ed-aa2a-32a490555cf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1783bfe9-ebab-48ed-aa2a-32a490555cf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5663487003941746352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352566348700394174635256634870039417463525663487003941746352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2df44d69-535f-4689-8a56-aa1367d95c83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1e1768-9d51-43e6-81c7-7949e6cb3906, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1e1768-9d51-43e6-81c7-7949e6cb3906, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11507966172476396145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145115079661724763961451150796617247639614511507966172476396145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1783bfe9-ebab-48ed-aa2a-32a490555cf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b374766-5a7b-442d-931f-411c63986dbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b374766-5a7b-442d-931f-411c63986dbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9529418229247265270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270952941822924726527095294182292472652709529418229247265270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1e1768-9d51-43e6-81c7-7949e6cb3906, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd5145a4-675f-41ca-8e2a-367d3705e531, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5145a4-675f-41ca-8e2a-367d3705e531, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12938717104831358022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022129387171048313580221293871710483135802212938717104831358022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b374766-5a7b-442d-931f-411c63986dbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7ee2e12-d4bc-43fc-8c1a-3fdaa6e931e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ee2e12-d4bc-43fc-8c1a-3fdaa6e931e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16829526644259710130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130168295266442597101301682952664425971013016829526644259710130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5145a4-675f-41ca-8e2a-367d3705e531, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ee2e12-d4bc-43fc-8c1a-3fdaa6e931e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4aa0fda-96aa-4b5c-9d78-403ad871acea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4aa0fda-96aa-4b5c-9d78-403ad871acea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12758673693950577732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732127586736939505777321275867369395057773212758673693950577732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daff9fef-d470-43a4-95c4-de8170d61d9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daff9fef-d470-43a4-95c4-de8170d61d9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8000408199488978711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711800040819948897871180004081994889787118000408199488978711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4aa0fda-96aa-4b5c-9d78-403ad871acea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e51c7efb-ce4c-429a-9776-856c5a8e630d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e51c7efb-ce4c-429a-9776-856c5a8e630d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10545608310247738041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041105456083102477380411054560831024773804110545608310247738041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daff9fef-d470-43a4-95c4-de8170d61d9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2454b059-dc31-4b11-9a16-c1a34e5a4f13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2454b059-dc31-4b11-9a16-c1a34e5a4f13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9010378229868689218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218901037822986868921890103782298686892189010378229868689218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e51c7efb-ce4c-429a-9776-856c5a8e630d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28f96f5d-6661-437a-a98b-be17e499a3d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2454b059-dc31-4b11-9a16-c1a34e5a4f13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b51275fe-549b-4bc8-a56d-c59687f2dc3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f96f5d-6661-437a-a98b-be17e499a3d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130133684624388527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527161301336846243885271613013368462438852716130133684624388527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51275fe-549b-4bc8-a56d-c59687f2dc3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13558764072977315866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866135587640729773158661355876407297731586613558764072977315866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f96f5d-6661-437a-a98b-be17e499a3d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bbd1615-f7b4-4386-85a5-15e8590be5b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bbd1615-f7b4-4386-85a5-15e8590be5b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7669093240952031363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363766909324095203136376690932409520313637669093240952031363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51275fe-549b-4bc8-a56d-c59687f2dc3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, add71979-d32d-4e74-b61c-5e7e97e8f228, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add71979-d32d-4e74-b61c-5e7e97e8f228, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11396049471709029870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870113960494717090298701139604947170902987011396049471709029870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bbd1615-f7b4-4386-85a5-15e8590be5b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 114ffde2-6f2f-4dd3-bf80-9c1597ceeb05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 114ffde2-6f2f-4dd3-bf80-9c1597ceeb05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5813680482157532705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705581368048215753270558136804821575327055813680482157532705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add71979-d32d-4e74-b61c-5e7e97e8f228, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 114ffde2-6f2f-4dd3-bf80-9c1597ceeb05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2b7caf9-0cf1-4a4a-9880-90aaed483e53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2b7caf9-0cf1-4a4a-9880-90aaed483e53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17642575919091057406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406176425759190910574061764257591909105740617642575919091057406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0bb8f17-5680-48c4-8c2a-1767628b3597, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0bb8f17-5680-48c4-8c2a-1767628b3597, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3984491390581266776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776398449139058126677639844913905812667763984491390581266776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2b7caf9-0cf1-4a4a-9880-90aaed483e53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4fb0cad-7605-4974-a288-2e3670e122a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4fb0cad-7605-4974-a288-2e3670e122a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10318544627518805105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105103185446275188051051031854462751880510510318544627518805105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0bb8f17-5680-48c4-8c2a-1767628b3597, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2028fe46-1a93-405c-81bc-7188b6da93cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2028fe46-1a93-405c-81bc-7188b6da93cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7252341487564451185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185725234148756445118572523414875644511857252341487564451185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4fb0cad-7605-4974-a288-2e3670e122a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08cf369c-703d-43d6-94f5-80562f232b56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2028fe46-1a93-405c-81bc-7188b6da93cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edcbc7a3-35ac-4ced-9355-962f9225eb43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08cf369c-703d-43d6-94f5-80562f232b56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16043938662094494016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016160439386620944940161604393866209449401616043938662094494016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edcbc7a3-35ac-4ced-9355-962f9225eb43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17346091647139981095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095173460916471399810951734609164713998109517346091647139981095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08cf369c-703d-43d6-94f5-80562f232b56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58e01766-e9e8-4078-895e-de36c43253df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58e01766-e9e8-4078-895e-de36c43253df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2737414941618170939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939273741494161817093927374149416181709392737414941618170939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edcbc7a3-35ac-4ced-9355-962f9225eb43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d94fc28-ffdd-4af0-9e49-c969caa035bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d94fc28-ffdd-4af0-9e49-c969caa035bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14328032491144499764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764143280324911444997641432803249114449976414328032491144499764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58e01766-e9e8-4078-895e-de36c43253df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63721b95-081e-443b-ba13-4cf39b3f4ce2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63721b95-081e-443b-ba13-4cf39b3f4ce2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7755440866396356912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912775544086639635691277554408663963569127755440866396356912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d94fc28-ffdd-4af0-9e49-c969caa035bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c0524d-14db-4eb9-a945-ffbbb051fc2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c0524d-14db-4eb9-a945-ffbbb051fc2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16192424614136431106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106161924246141364311061619242461413643110616192424614136431106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63721b95-081e-443b-ba13-4cf39b3f4ce2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1609328-bb47-4909-b4f2-a6d1ee29d5d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1609328-bb47-4909-b4f2-a6d1ee29d5d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14485948759775429115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115144859487597754291151448594875977542911514485948759775429115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c0524d-14db-4eb9-a945-ffbbb051fc2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38dd6a3a-7c6d-42a6-9ff9-402b29b2a51e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38dd6a3a-7c6d-42a6-9ff9-402b29b2a51e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17037408002420883115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115170374080024208831151703740800242088311517037408002420883115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1609328-bb47-4909-b4f2-a6d1ee29d5d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 002debad-344e-4cd2-a0c9-970d60c1b248, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 002debad-344e-4cd2-a0c9-970d60c1b248, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1346206427657858192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192134620642765785819213462064276578581921346206427657858192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38dd6a3a-7c6d-42a6-9ff9-402b29b2a51e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abc73a93-3d3d-42fe-b292-e68a058d5f48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc73a93-3d3d-42fe-b292-e68a058d5f48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7619260274844938806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806761926027484493880676192602748449388067619260274844938806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 002debad-344e-4cd2-a0c9-970d60c1b248, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba5526cf-992d-4e7d-89c1-1fd34bf4d857, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5526cf-992d-4e7d-89c1-1fd34bf4d857, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8776974799391869166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166877697479939186916687769747993918691668776974799391869166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc73a93-3d3d-42fe-b292-e68a058d5f48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dab7418-0de1-4b60-b709-dd3ee439bfb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dab7418-0de1-4b60-b709-dd3ee439bfb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994970782378088148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148499497078237808814849949707823780881484994970782378088148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5526cf-992d-4e7d-89c1-1fd34bf4d857, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2bcbf4e-9e1b-4eb1-b6be-f6bdad7fe456, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2bcbf4e-9e1b-4eb1-b6be-f6bdad7fe456, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10326218677224874639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639103262186772248746391032621867722487463910326218677224874639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dab7418-0de1-4b60-b709-dd3ee439bfb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60247684-7c63-4a3d-8df6-8a9751aa21d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60247684-7c63-4a3d-8df6-8a9751aa21d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3860127440286939026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026386012744028693902638601274402869390263860127440286939026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2bcbf4e-9e1b-4eb1-b6be-f6bdad7fe456, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 841706ae-eb21-4d21-ae1c-1e1c82557044, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 841706ae-eb21-4d21-ae1c-1e1c82557044, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13439528492882871051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051134395284928828710511343952849288287105113439528492882871051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60247684-7c63-4a3d-8df6-8a9751aa21d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9497120c-4dd0-4679-a3cd-f6ec6f057057, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9497120c-4dd0-4679-a3cd-f6ec6f057057, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7937373354819358799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799793737335481935879979373733548193587997937373354819358799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 841706ae-eb21-4d21-ae1c-1e1c82557044, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b410d33d-7ae3-41a6-ad70-fee12d1e8406, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b410d33d-7ae3-41a6-ad70-fee12d1e8406, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14183524158983898275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275141835241589838982751418352415898389827514183524158983898275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9497120c-4dd0-4679-a3cd-f6ec6f057057, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48500e5a-f4bd-4748-a4be-1bc8563c8571, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48500e5a-f4bd-4748-a4be-1bc8563c8571, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1370905559146536351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351137090555914653635113709055591465363511370905559146536351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b410d33d-7ae3-41a6-ad70-fee12d1e8406, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef4a44e4-1e24-4170-9da4-80136ff36f83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef4a44e4-1e24-4170-9da4-80136ff36f83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11815106991434493125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125118151069914344931251181510699143449312511815106991434493125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48500e5a-f4bd-4748-a4be-1bc8563c8571, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56e1b576-3262-44f4-9c1f-841545ef5114, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56e1b576-3262-44f4-9c1f-841545ef5114, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3268028909075145963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963326802890907514596332680289090751459633268028909075145963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef4a44e4-1e24-4170-9da4-80136ff36f83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c529092-9868-4748-9cba-838b6db6fffd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c529092-9868-4748-9cba-838b6db6fffd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10527846302204827786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786105278463022048277861052784630220482778610527846302204827786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56e1b576-3262-44f4-9c1f-841545ef5114, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91871c42-68ae-4148-b601-78b21f4daa94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91871c42-68ae-4148-b601-78b21f4daa94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8750822356338555781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781875082235633855578187508223563385557818750822356338555781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c529092-9868-4748-9cba-838b6db6fffd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91871c42-68ae-4148-b601-78b21f4daa94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b61b2988-dfdb-4bab-b685-23f080d83480, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b61b2988-dfdb-4bab-b685-23f080d83480, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9986518851769587138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138998651885176958713899865188517695871389986518851769587138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 947c91d4-c25a-406a-a3e1-34b477a2128a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 947c91d4-c25a-406a-a3e1-34b477a2128a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17102135956017150060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060171021359560171500601710213595601715006017102135956017150060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b61b2988-dfdb-4bab-b685-23f080d83480, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c648086f-91a9-4228-bfcb-21222ca6bb89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 947c91d4-c25a-406a-a3e1-34b477a2128a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b7a0bde-06d4-41f3-a016-eb92bf57a6c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c648086f-91a9-4228-bfcb-21222ca6bb89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3953284670777689961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961395328467077768996139532846707776899613953284670777689961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b7a0bde-06d4-41f3-a016-eb92bf57a6c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11762640387666287606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606117626403876662876061176264038766628760611762640387666287606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b7a0bde-06d4-41f3-a016-eb92bf57a6c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c648086f-91a9-4228-bfcb-21222ca6bb89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9926a8d-cf6e-41d0-9e89-53405a9b6f06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9926a8d-cf6e-41d0-9e89-53405a9b6f06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6271446158167157836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836627144615816715783662714461581671578366271446158167157836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea29cf2c-22c7-490e-a51c-5e10f6cea625, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea29cf2c-22c7-490e-a51c-5e10f6cea625, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16899029689728885178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178168990296897288851781689902968972888517816899029689728885178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9926a8d-cf6e-41d0-9e89-53405a9b6f06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b17c3cf2-69a2-4188-8ba2-4a2352203a62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b17c3cf2-69a2-4188-8ba2-4a2352203a62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17586599625155205035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035175865996251552050351758659962515520503517586599625155205035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea29cf2c-22c7-490e-a51c-5e10f6cea625, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 940e8337-6cda-4869-a161-8253f63560de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940e8337-6cda-4869-a161-8253f63560de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5588404884127973696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696558840488412797369655884048841279736965588404884127973696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b17c3cf2-69a2-4188-8ba2-4a2352203a62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdc6f7df-931e-4e04-861b-7d165ac03111, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc6f7df-931e-4e04-861b-7d165ac03111, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6860440757458319551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551686044075745831955168604407574583195516860440757458319551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940e8337-6cda-4869-a161-8253f63560de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaaf0873-4b54-42b3-90e1-1b04fb6186a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaaf0873-4b54-42b3-90e1-1b04fb6186a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1829052928642423664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664182905292864242366418290529286424236641829052928642423664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc6f7df-931e-4e04-861b-7d165ac03111, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaaf0873-4b54-42b3-90e1-1b04fb6186a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc950454-6539-48a6-a79f-98e2d8a43986, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc950454-6539-48a6-a79f-98e2d8a43986, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7495929331531780052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052749592933153178005274959293315317800527495929331531780052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc4b0f52-f587-45cd-9d7b-267a210d8dcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc4b0f52-f587-45cd-9d7b-267a210d8dcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17583949706686118008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008175839497066861180081758394970668611800817583949706686118008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc950454-6539-48a6-a79f-98e2d8a43986, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e283646-5781-482c-85f2-a94d3bf6cc5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e283646-5781-482c-85f2-a94d3bf6cc5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5353372177900569585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585535337217790056958553533721779005695855353372177900569585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc4b0f52-f587-45cd-9d7b-267a210d8dcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8467f88c-0334-4d2b-9f72-513e68c1b6b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8467f88c-0334-4d2b-9f72-513e68c1b6b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14577042954157836050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050145770429541578360501457704295415783605014577042954157836050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e283646-5781-482c-85f2-a94d3bf6cc5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1f7c23a-8dee-43c2-9576-275001328d66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f7c23a-8dee-43c2-9576-275001328d66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16507363782144738636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636165073637821447386361650736378214473863616507363782144738636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8467f88c-0334-4d2b-9f72-513e68c1b6b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b39446f9-43cc-462d-bc6b-ae39f51f5fcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b39446f9-43cc-462d-bc6b-ae39f51f5fcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10959016596234383562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562109590165962343835621095901659623438356210959016596234383562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b39446f9-43cc-462d-bc6b-ae39f51f5fcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f7c23a-8dee-43c2-9576-275001328d66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bddfea9-8f14-4816-a3fd-4b64d448dd04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bddfea9-8f14-4816-a3fd-4b64d448dd04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12555838739373344515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515125558387393733445151255583873937334451512555838739373344515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a472db19-c03a-43a1-88f1-b4915f3196f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a472db19-c03a-43a1-88f1-b4915f3196f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13631615494354673120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120136316154943546731201363161549435467312013631615494354673120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bddfea9-8f14-4816-a3fd-4b64d448dd04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68a7fcd5-d46c-40f5-9ebc-8e38c8079c11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68a7fcd5-d46c-40f5-9ebc-8e38c8079c11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15366798727151791358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358153667987271517913581536679872715179135815366798727151791358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a472db19-c03a-43a1-88f1-b4915f3196f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1690e7d8-1a03-4da7-b47d-e0b73b4b0c8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68a7fcd5-d46c-40f5-9ebc-8e38c8079c11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1690e7d8-1a03-4da7-b47d-e0b73b4b0c8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17539091530981427923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923175390915309814279231753909153098142792317539091530981427923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca39d79c-9f0d-4220-ac69-de56a8031bca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca39d79c-9f0d-4220-ac69-de56a8031bca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15214162851374804692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692152141628513748046921521416285137480469215214162851374804692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca39d79c-9f0d-4220-ac69-de56a8031bca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1690e7d8-1a03-4da7-b47d-e0b73b4b0c8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64114e31-effa-443f-b8fc-9dcf7288a219, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64114e31-effa-443f-b8fc-9dcf7288a219, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7426516672804016068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068742651667280401606874265166728040160687426516672804016068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88265057-0e85-4fd0-b98e-7effc49256a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88265057-0e85-4fd0-b98e-7effc49256a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17660825500223649196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196176608255002236491961766082550022364919617660825500223649196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64114e31-effa-443f-b8fc-9dcf7288a219, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2b4a78d-89c1-4e73-b4c1-d98186d12f2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2b4a78d-89c1-4e73-b4c1-d98186d12f2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1344820399168862014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014134482039916886201413448203991688620141344820399168862014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88265057-0e85-4fd0-b98e-7effc49256a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67244b57-179c-4639-bf6f-9b43951878ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67244b57-179c-4639-bf6f-9b43951878ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1884561487814583889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889188456148781458388918845614878145838891884561487814583889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2b4a78d-89c1-4e73-b4c1-d98186d12f2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dc3d9e0-50d3-4ed5-9aba-f0f0f18c9289, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc3d9e0-50d3-4ed5-9aba-f0f0f18c9289, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6061714450262395147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147606171445026239514760617144502623951476061714450262395147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67244b57-179c-4639-bf6f-9b43951878ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f91568d-d39c-41e7-b8ef-a9c69373a91c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f91568d-d39c-41e7-b8ef-a9c69373a91c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10637758759119522163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163106377587591195221631063775875911952216310637758759119522163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc3d9e0-50d3-4ed5-9aba-f0f0f18c9289, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 285979c6-2905-4516-b97f-31a9db836cca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285979c6-2905-4516-b97f-31a9db836cca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1826874632883358277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277182687463288335827718268746328833582771826874632883358277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f91568d-d39c-41e7-b8ef-a9c69373a91c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d51fefb-8f0e-4fc5-99d4-d80146134877, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d51fefb-8f0e-4fc5-99d4-d80146134877, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4762823137979043598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598476282313797904359847628231379790435984762823137979043598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285979c6-2905-4516-b97f-31a9db836cca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b712db48-8cac-4cf8-89c2-7661f6137674, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b712db48-8cac-4cf8-89c2-7661f6137674, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5018527387071378957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957501852738707137895750185273870713789575018527387071378957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d51fefb-8f0e-4fc5-99d4-d80146134877, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a853fa0c-285a-4c77-a310-b6fefdc7dafc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a853fa0c-285a-4c77-a310-b6fefdc7dafc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428765580833392856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856942876558083339285694287655808333928569428765580833392856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b712db48-8cac-4cf8-89c2-7661f6137674, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbe6335e-855f-4dc3-a190-a476d00d9cd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe6335e-855f-4dc3-a190-a476d00d9cd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15020082534471256143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143150200825344712561431502008253447125614315020082534471256143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a853fa0c-285a-4c77-a310-b6fefdc7dafc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 394b18fa-d16d-464d-90f0-6f5a385a4aab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 394b18fa-d16d-464d-90f0-6f5a385a4aab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18179550412772130137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137181795504127721301371817955041277213013718179550412772130137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe6335e-855f-4dc3-a190-a476d00d9cd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4d9d44f-0fa0-4073-b2f5-ae0e63f43219, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 394b18fa-d16d-464d-90f0-6f5a385a4aab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d9d44f-0fa0-4073-b2f5-ae0e63f43219, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17961799937339271903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903179617999373392719031796179993733927190317961799937339271903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c26ab60-90b8-4497-8620-7263d15acf0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c26ab60-90b8-4497-8620-7263d15acf0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16597299393463044504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504165972993934630445041659729939346304450416597299393463044504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c26ab60-90b8-4497-8620-7263d15acf0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d9d44f-0fa0-4073-b2f5-ae0e63f43219, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1e1f33d-b379-4bb1-9602-15e016820c2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e1f33d-b379-4bb1-9602-15e016820c2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1077733862911020294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294107773386291102029410777338629110202941077733862911020294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f4a8884-ec2a-4d03-8cb0-4463d38264b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f4a8884-ec2a-4d03-8cb0-4463d38264b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2280569397973773922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922228056939797377392222805693979737739222280569397973773922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e1f33d-b379-4bb1-9602-15e016820c2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f1b7e9b-b059-47c1-bd00-8dd7c1e7eea1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f1b7e9b-b059-47c1-bd00-8dd7c1e7eea1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13781115881865169179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179137811158818651691791378111588186516917913781115881865169179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f4a8884-ec2a-4d03-8cb0-4463d38264b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96cd3ae5-79d8-4819-9b5b-1e9336fea7d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f1b7e9b-b059-47c1-bd00-8dd7c1e7eea1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29c94a03-5a3c-4c83-bede-b8214ef44862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c94a03-5a3c-4c83-bede-b8214ef44862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7336235921225161098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098733623592122516109873362359212251610987336235921225161098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96cd3ae5-79d8-4819-9b5b-1e9336fea7d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 409490452407230225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225409490452407230225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c94a03-5a3c-4c83-bede-b8214ef44862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e3709b9-6d7c-4f2c-8909-472e3c612dda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3709b9-6d7c-4f2c-8909-472e3c612dda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8382256646673500906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906838225664667350090683822566466735009068382256646673500906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96cd3ae5-79d8-4819-9b5b-1e9336fea7d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae03a87d-381e-48b8-8beb-0960dd53ec67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae03a87d-381e-48b8-8beb-0960dd53ec67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2504026267343708054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054250402626734370805425040262673437080542504026267343708054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3709b9-6d7c-4f2c-8909-472e3c612dda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 654c17ae-ec59-40cf-b185-93efc92bcd95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 654c17ae-ec59-40cf-b185-93efc92bcd95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17592619939522962060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060175926199395229620601759261993952296206017592619939522962060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae03a87d-381e-48b8-8beb-0960dd53ec67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54171c18-7c6e-400f-a3ab-23b0c832a8d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54171c18-7c6e-400f-a3ab-23b0c832a8d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15498667201836555627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627154986672018365556271549866720183655562715498667201836555627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 654c17ae-ec59-40cf-b185-93efc92bcd95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54171c18-7c6e-400f-a3ab-23b0c832a8d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa91545c-505c-413b-a295-611f8582a0f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa91545c-505c-413b-a295-611f8582a0f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2465604913207698795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795246560491320769879524656049132076987952465604913207698795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a5236d4-8cd4-4e1e-a489-60c19e027ce9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a5236d4-8cd4-4e1e-a489-60c19e027ce9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2080735048069654796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796208073504806965479620807350480696547962080735048069654796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa91545c-505c-413b-a295-611f8582a0f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8db790e6-45c1-43ac-a0ac-21fb3b22700f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db790e6-45c1-43ac-a0ac-21fb3b22700f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2543319169672734040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040254331916967273404025433191696727340402543319169672734040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a5236d4-8cd4-4e1e-a489-60c19e027ce9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6644ec19-7fa0-4f5a-805e-87bfa6e44baa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6644ec19-7fa0-4f5a-805e-87bfa6e44baa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3664696142873158538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538366469614287315853836646961428731585383664696142873158538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db790e6-45c1-43ac-a0ac-21fb3b22700f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a83ffe8d-9bcc-4374-b268-deb18aaaf051, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6644ec19-7fa0-4f5a-805e-87bfa6e44baa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a83ffe8d-9bcc-4374-b268-deb18aaaf051, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10400203616514535392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392104002036165145353921040020361651453539210400203616514535392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e72a2782-4c14-4fa1-b893-9c808e9765f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e72a2782-4c14-4fa1-b893-9c808e9765f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081402352277249774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774408140235227724977440814023522772497744081402352277249774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a83ffe8d-9bcc-4374-b268-deb18aaaf051, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8118a30c-6693-4c2d-b366-5351305dfced, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8118a30c-6693-4c2d-b366-5351305dfced, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17163353850946753673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673171633538509467536731716335385094675367317163353850946753673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e72a2782-4c14-4fa1-b893-9c808e9765f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d95c1a8-72e2-487b-9dd1-472f193c282c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8118a30c-6693-4c2d-b366-5351305dfced, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d95c1a8-72e2-487b-9dd1-472f193c282c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1127000189505216125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125112700018950521612511270001895052161251127000189505216125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa490063-fd5c-477a-a30e-b1e026b92a26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa490063-fd5c-477a-a30e-b1e026b92a26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2813068758497450377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377281306875849745037728130687584974503772813068758497450377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d95c1a8-72e2-487b-9dd1-472f193c282c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a961d4e-42ea-4bdb-b00e-3bbe41c3d460, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a961d4e-42ea-4bdb-b00e-3bbe41c3d460, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4520042815707850555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555452004281570785055545200428157078505554520042815707850555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa490063-fd5c-477a-a30e-b1e026b92a26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2d46e47-9d40-4caf-89a1-a17ebaed371b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d46e47-9d40-4caf-89a1-a17ebaed371b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6929116402403367337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337692911640240336733769291164024033673376929116402403367337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a961d4e-42ea-4bdb-b00e-3bbe41c3d460, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4369122-a0f5-4b28-ae42-23e12a8e6ba7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4369122-a0f5-4b28-ae42-23e12a8e6ba7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3091817701396361105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105309181770139636110530918177013963611053091817701396361105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d46e47-9d40-4caf-89a1-a17ebaed371b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a76b681-08d2-44f7-99e9-442305b29525, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a76b681-08d2-44f7-99e9-442305b29525, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166256978107991535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535131662569781079915351316625697810799153513166256978107991535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4369122-a0f5-4b28-ae42-23e12a8e6ba7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d62776ce-5ca9-4ae6-a5c2-f0a8c5278fc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d62776ce-5ca9-4ae6-a5c2-f0a8c5278fc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 796880220021913983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983796880220021913983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a76b681-08d2-44f7-99e9-442305b29525, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d62776ce-5ca9-4ae6-a5c2-f0a8c5278fc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0794137a-ec91-4ed4-a120-6461a3c6c458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0794137a-ec91-4ed4-a120-6461a3c6c458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9255740636415005376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376925574063641500537692557406364150053769255740636415005376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a63819-1a2f-43d6-95a7-494f26c26a19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a63819-1a2f-43d6-95a7-494f26c26a19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6139355164415798176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176613935516441579817661393551644157981766139355164415798176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0794137a-ec91-4ed4-a120-6461a3c6c458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 643661f0-0615-4ebd-adf8-eac393f6c629, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643661f0-0615-4ebd-adf8-eac393f6c629, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9991715975414983285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285999171597541498328599917159754149832859991715975414983285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a63819-1a2f-43d6-95a7-494f26c26a19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e0d9ff-7011-4412-840f-3c592e8f565b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e0d9ff-7011-4412-840f-3c592e8f565b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 772113716446082286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286772113716446082286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643661f0-0615-4ebd-adf8-eac393f6c629, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87b710c0-389b-4944-b98b-8f350225e6ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87b710c0-389b-4944-b98b-8f350225e6ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12054380682827595808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808120543806828275958081205438068282759580812054380682827595808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e0d9ff-7011-4412-840f-3c592e8f565b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01526343-210e-4997-bb67-862ec515d381, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01526343-210e-4997-bb67-862ec515d381, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4488908066540629050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050448890806654062905044889080665406290504488908066540629050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87b710c0-389b-4944-b98b-8f350225e6ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be01063-05e1-4f8e-ba99-b9d1e1911a4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be01063-05e1-4f8e-ba99-b9d1e1911a4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17848290945228144021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021178482909452281440211784829094522814402117848290945228144021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01526343-210e-4997-bb67-862ec515d381, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 700b6739-d535-4a52-810d-6b09e9752094, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 700b6739-d535-4a52-810d-6b09e9752094, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9871312632764051386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386987131263276405138698713126327640513869871312632764051386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be01063-05e1-4f8e-ba99-b9d1e1911a4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a694b05c-765e-4edd-bb68-9a145e23a2bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a694b05c-765e-4edd-bb68-9a145e23a2bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5954037841407468205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205595403784140746820559540378414074682055954037841407468205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 700b6739-d535-4a52-810d-6b09e9752094, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf96c48f-89ab-445c-903c-6507c79f7f30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf96c48f-89ab-445c-903c-6507c79f7f30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8898880492258192937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937889888049225819293788988804922581929378898880492258192937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a694b05c-765e-4edd-bb68-9a145e23a2bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2463a33-83d3-4f39-aedb-443811186c95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2463a33-83d3-4f39-aedb-443811186c95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11026830521149593851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851110268305211495938511102683052114959385111026830521149593851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf96c48f-89ab-445c-903c-6507c79f7f30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2463a33-83d3-4f39-aedb-443811186c95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cd2709d-036a-4625-a95b-1d1b62f23edc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd2709d-036a-4625-a95b-1d1b62f23edc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17508586396729158700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700175085863967291587001750858639672915870017508586396729158700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a52897b8-0a3f-4eb8-8859-5b9474f9c97e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a52897b8-0a3f-4eb8-8859-5b9474f9c97e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3252825635393640618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618325282563539364061832528256353936406183252825635393640618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd2709d-036a-4625-a95b-1d1b62f23edc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bccb376-0316-49e6-8d97-ecb8cedeb06c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a52897b8-0a3f-4eb8-8859-5b9474f9c97e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bccb376-0316-49e6-8d97-ecb8cedeb06c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3099226234474117777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777309922623447411777730992262344741177773099226234474117777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d62fba7-f4a1-4a6f-9627-5a7fb513a1a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d62fba7-f4a1-4a6f-9627-5a7fb513a1a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9603855402365346565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565960385540236534656596038554023653465659603855402365346565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bccb376-0316-49e6-8d97-ecb8cedeb06c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fa5ebb5-2162-4fa0-abac-43ef02326bc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d62fba7-f4a1-4a6f-9627-5a7fb513a1a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa5ebb5-2162-4fa0-abac-43ef02326bc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10108790788345716775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775101087907883457167751010879078834571677510108790788345716775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc726139-ed41-4686-9885-dadd35c718e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc726139-ed41-4686-9885-dadd35c718e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6664685833529373333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333666468583352937333366646858335293733336664685833529373333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa5ebb5-2162-4fa0-abac-43ef02326bc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53a04d7a-54a8-423f-a8a2-a7b208c4ab60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53a04d7a-54a8-423f-a8a2-a7b208c4ab60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2290733585069744399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399229073358506974439922907335850697443992290733585069744399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc726139-ed41-4686-9885-dadd35c718e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9362f0c-56e7-41b8-bf01-67e555af66e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9362f0c-56e7-41b8-bf01-67e555af66e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7185540891871943767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767718554089187194376771855408918719437677185540891871943767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a04d7a-54a8-423f-a8a2-a7b208c4ab60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68bb69dd-b227-4c84-af1c-bea3b033cbdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68bb69dd-b227-4c84-af1c-bea3b033cbdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6224522957079958678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678622452295707995867862245229570799586786224522957079958678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9362f0c-56e7-41b8-bf01-67e555af66e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4791f1c0-c967-4194-9d9b-088ecea84fad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4791f1c0-c967-4194-9d9b-088ecea84fad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7337333316069908654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654733733331606990865473373333160699086547337333316069908654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68bb69dd-b227-4c84-af1c-bea3b033cbdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 173dc186-5efb-445c-bb96-771f7f031aa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 173dc186-5efb-445c-bb96-771f7f031aa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16029908444116677453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453160299084441166774531602990844411667745316029908444116677453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4791f1c0-c967-4194-9d9b-088ecea84fad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 757c4c9d-2995-4361-ba0d-da23c6eb582a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 757c4c9d-2995-4361-ba0d-da23c6eb582a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1208995663770101544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544120899566377010154412089956637701015441208995663770101544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 173dc186-5efb-445c-bb96-771f7f031aa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b64aef81-5960-4848-b923-b9680a143d56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b64aef81-5960-4848-b923-b9680a143d56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16972286277733758391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391169722862777337583911697228627773375839116972286277733758391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 757c4c9d-2995-4361-ba0d-da23c6eb582a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf15d258-0edb-4801-a744-035c184ce06a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf15d258-0edb-4801-a744-035c184ce06a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15057025392303209227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227150570253923032092271505702539230320922715057025392303209227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b64aef81-5960-4848-b923-b9680a143d56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88a1d5ed-e7bb-4bad-9a7f-daf8f6ab1544, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a1d5ed-e7bb-4bad-9a7f-daf8f6ab1544, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14171997315875273030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030141719973158752730301417199731587527303014171997315875273030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf15d258-0edb-4801-a744-035c184ce06a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef312278-dfb0-459b-b6d6-19c0df3e7d0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef312278-dfb0-459b-b6d6-19c0df3e7d0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 839473538861759390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390839473538861759390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a1d5ed-e7bb-4bad-9a7f-daf8f6ab1544, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 090208d8-358d-49cf-b5a5-e6a28d270bee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 090208d8-358d-49cf-b5a5-e6a28d270bee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1782472807698581232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232178247280769858123217824728076985812321782472807698581232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef312278-dfb0-459b-b6d6-19c0df3e7d0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4339298d-d6a6-43b5-b0be-5ee082301cb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4339298d-d6a6-43b5-b0be-5ee082301cb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3364892232833918926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926336489223283391892633648922328339189263364892232833918926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 090208d8-358d-49cf-b5a5-e6a28d270bee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9fc516a-e052-49e9-adce-09848f4c4008, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9fc516a-e052-49e9-adce-09848f4c4008, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11130833884487110507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507111308338844871105071113083388448711050711130833884487110507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4339298d-d6a6-43b5-b0be-5ee082301cb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9fc516a-e052-49e9-adce-09848f4c4008, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6573c9a2-ff78-43d2-a4ce-52f9189ec00b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6573c9a2-ff78-43d2-a4ce-52f9189ec00b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7847978591675194934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934784797859167519493478479785916751949347847978591675194934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5ac4e2-1fdb-4eec-b492-bb0f0584d0c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5ac4e2-1fdb-4eec-b492-bb0f0584d0c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11390088905660544249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249113900889056605442491139008890566054424911390088905660544249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6573c9a2-ff78-43d2-a4ce-52f9189ec00b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5ac4e2-1fdb-4eec-b492-bb0f0584d0c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa98735f-593e-41ca-92f7-dd14682ac5a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9d9f431-4fb3-48f1-845a-98bcf95c55b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa98735f-593e-41ca-92f7-dd14682ac5a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17555186108848116742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742175551861088481167421755518610884811674217555186108848116742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d9f431-4fb3-48f1-845a-98bcf95c55b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9901087469120868187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187990108746912086818799010874691208681879901087469120868187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa98735f-593e-41ca-92f7-dd14682ac5a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d9f431-4fb3-48f1-845a-98bcf95c55b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d9e169-c585-439b-88fa-bd17e5c9ec26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d9e169-c585-439b-88fa-bd17e5c9ec26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7394131643079218044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044739413164307921804473941316430792180447394131643079218044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4242fcfa-7c28-415d-96f5-d05979566250, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4242fcfa-7c28-415d-96f5-d05979566250, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14982400753380698753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753149824007533806987531498240075338069875314982400753380698753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d9e169-c585-439b-88fa-bd17e5c9ec26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 229721d3-a87e-4716-8098-bc93888a3b4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229721d3-a87e-4716-8098-bc93888a3b4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14841144761572097172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172148411447615720971721484114476157209717214841144761572097172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4242fcfa-7c28-415d-96f5-d05979566250, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e3c3eeb-f004-475a-84a5-87ca23f7bb6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e3c3eeb-f004-475a-84a5-87ca23f7bb6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11867399965195501677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677118673999651955016771186739996519550167711867399965195501677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229721d3-a87e-4716-8098-bc93888a3b4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7702202-7f25-4abe-8ca9-4d8ad2e99515, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7702202-7f25-4abe-8ca9-4d8ad2e99515, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2902891482886542702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702290289148288654270229028914828865427022902891482886542702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e3c3eeb-f004-475a-84a5-87ca23f7bb6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c681169-a3ac-4723-a646-4cf412374e7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c681169-a3ac-4723-a646-4cf412374e7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 689042911409159264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264689042911409159264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7702202-7f25-4abe-8ca9-4d8ad2e99515, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09b834f0-7b61-4bcf-beb4-5372df15d7c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b834f0-7b61-4bcf-beb4-5372df15d7c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15670226796974488558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558156702267969744885581567022679697448855815670226796974488558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c681169-a3ac-4723-a646-4cf412374e7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28beefe3-1633-45c7-9076-bb4606dda0d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28beefe3-1633-45c7-9076-bb4606dda0d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15796068010643343665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665157960680106433436651579606801064334366515796068010643343665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b834f0-7b61-4bcf-beb4-5372df15d7c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1b7f9f0-7ac8-4cc7-a0ff-5f0b4493234d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b7f9f0-7ac8-4cc7-a0ff-5f0b4493234d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17664271971521665905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905176642719715216659051766427197152166590517664271971521665905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28beefe3-1633-45c7-9076-bb4606dda0d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e14132cd-3c83-4bc2-ad2c-ae5862ce8717, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e14132cd-3c83-4bc2-ad2c-ae5862ce8717, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12710480447609022467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467127104804476090224671271048044760902246712710480447609022467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b7f9f0-7ac8-4cc7-a0ff-5f0b4493234d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 664c9ad1-180c-4e47-a379-84663beb7d8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664c9ad1-180c-4e47-a379-84663beb7d8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14993200448724194009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009149932004487241940091499320044872419400914993200448724194009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e14132cd-3c83-4bc2-ad2c-ae5862ce8717, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 933f5d35-46ee-441d-8455-7631bb7461f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 933f5d35-46ee-441d-8455-7631bb7461f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12986804344184435637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637129868043441844356371298680434418443563712986804344184435637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664c9ad1-180c-4e47-a379-84663beb7d8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08192c8d-f4d6-451c-8bf8-8fee4c2d1c52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 933f5d35-46ee-441d-8455-7631bb7461f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c10dcdb-a803-4ff5-befe-af9778f2bdd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c10dcdb-a803-4ff5-befe-af9778f2bdd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4720390800123358509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509472039080012335850947203908001233585094720390800123358509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08192c8d-f4d6-451c-8bf8-8fee4c2d1c52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17040395607465170563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563170403956074651705631704039560746517056317040395607465170563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c10dcdb-a803-4ff5-befe-af9778f2bdd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 351588b4-7b99-4e27-bb80-e18805ef863f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 351588b4-7b99-4e27-bb80-e18805ef863f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4835810691209629377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377483581069120962937748358106912096293774835810691209629377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08192c8d-f4d6-451c-8bf8-8fee4c2d1c52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6c1d6a2-425f-4d69-b601-a39a0c0fd145, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6c1d6a2-425f-4d69-b601-a39a0c0fd145, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8086821077901370575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575808682107790137057580868210779013705758086821077901370575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 351588b4-7b99-4e27-bb80-e18805ef863f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ed5bdb2-6623-40a7-b925-b52a4220dbcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed5bdb2-6623-40a7-b925-b52a4220dbcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101091399674090791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791510109139967409079151010913996740907915101091399674090791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6c1d6a2-425f-4d69-b601-a39a0c0fd145, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ea4bbec-97ad-400f-b552-448fdcdf99df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ea4bbec-97ad-400f-b552-448fdcdf99df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16504528613536653916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916165045286135366539161650452861353665391616504528613536653916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed5bdb2-6623-40a7-b925-b52a4220dbcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db1cf923-1724-4cc3-9546-af8db28f5736, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ea4bbec-97ad-400f-b552-448fdcdf99df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db1cf923-1724-4cc3-9546-af8db28f5736, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13155731056510047365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365131557310565100473651315573105651004736513155731056510047365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77c8f59e-0f98-4cda-95c7-9d84062b6bdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c8f59e-0f98-4cda-95c7-9d84062b6bdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5526766868489586349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349552676686848958634955267668684895863495526766868489586349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db1cf923-1724-4cc3-9546-af8db28f5736, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8310858-8cd0-42fb-8f7b-efe7888552f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8310858-8cd0-42fb-8f7b-efe7888552f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1332443496483452620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620133244349648345262013324434964834526201332443496483452620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c8f59e-0f98-4cda-95c7-9d84062b6bdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10969649-e40c-4485-8e4c-986f243b5e9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10969649-e40c-4485-8e4c-986f243b5e9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7781186595591213301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301778118659559121330177811865955912133017781186595591213301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8310858-8cd0-42fb-8f7b-efe7888552f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bcbc425-a7ae-48e9-97bb-6720aed27540, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcbc425-a7ae-48e9-97bb-6720aed27540, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2799428240552104279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279279942824055210427927994282405521042792799428240552104279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10969649-e40c-4485-8e4c-986f243b5e9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a67723d-d64f-43bf-b482-818418edabca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a67723d-d64f-43bf-b482-818418edabca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14275216551337735639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639142752165513377356391427521655133773563914275216551337735639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcbc425-a7ae-48e9-97bb-6720aed27540, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49211eb5-0912-4bcb-99e5-26e559fbca80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49211eb5-0912-4bcb-99e5-26e559fbca80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1840393678499495550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550184039367849949555018403936784994955501840393678499495550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a67723d-d64f-43bf-b482-818418edabca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa716890-8e95-431e-9220-349c6fc512f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa716890-8e95-431e-9220-349c6fc512f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424849649454284406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406442484964945428440644248496494542844064424849649454284406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49211eb5-0912-4bcb-99e5-26e559fbca80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49bc9f3a-215c-4673-8d86-0d0343921290, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49bc9f3a-215c-4673-8d86-0d0343921290, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14436433373996825048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048144364333739968250481443643337399682504814436433373996825048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa716890-8e95-431e-9220-349c6fc512f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49bc9f3a-215c-4673-8d86-0d0343921290, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0a964c0-a7de-42fe-bd98-002516aeb1a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0a964c0-a7de-42fe-bd98-002516aeb1a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7515354728520550976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976751535472852055097675153547285205509767515354728520550976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00202282-a7ca-42d1-ac05-b5a7f2514233, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00202282-a7ca-42d1-ac05-b5a7f2514233, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1663633660072197587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587166363366007219758716636336600721975871663633660072197587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0a964c0-a7de-42fe-bd98-002516aeb1a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00202282-a7ca-42d1-ac05-b5a7f2514233, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db01fb80-269e-4d12-8f49-2760da5c67d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd0921e0-b859-40dd-8d9e-f40e58d60292, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0921e0-b859-40dd-8d9e-f40e58d60292, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6717234384205475020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020671723438420547502067172343842054750206717234384205475020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db01fb80-269e-4d12-8f49-2760da5c67d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11796899244852752329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329117968992448527523291179689924485275232911796899244852752329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0921e0-b859-40dd-8d9e-f40e58d60292, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b36fa0-2270-4ba2-90ad-d39118ced691, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b36fa0-2270-4ba2-90ad-d39118ced691, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9648250902093013270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270964825090209301327096482509020930132709648250902093013270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db01fb80-269e-4d12-8f49-2760da5c67d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02d54d22-ded4-41af-85e0-b51a0cd24a34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02d54d22-ded4-41af-85e0-b51a0cd24a34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1739349336661599633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633173934933666159963317393493366615996331739349336661599633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b36fa0-2270-4ba2-90ad-d39118ced691, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20206023-ce66-4865-9213-d8b355d4257f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20206023-ce66-4865-9213-d8b355d4257f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5261093437353036852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852526109343735303685252610934373530368525261093437353036852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20206023-ce66-4865-9213-d8b355d4257f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99de33ad-09aa-491e-ab1a-b8a6a10fa23a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99de33ad-09aa-491e-ab1a-b8a6a10fa23a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1089301198324533979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979108930119832453397910893011983245339791089301198324533979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02d54d22-ded4-41af-85e0-b51a0cd24a34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd7b36c3-5e15-4fec-bdd8-5d2e1a07124f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd7b36c3-5e15-4fec-bdd8-5d2e1a07124f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16934132662708218753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753169341326627082187531693413266270821875316934132662708218753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99de33ad-09aa-491e-ab1a-b8a6a10fa23a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc53fe6b-4a06-4826-8433-d6a4c0b9c507, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd7b36c3-5e15-4fec-bdd8-5d2e1a07124f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f4f25c2-490d-4ffb-9e37-9a49e074253c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4f25c2-490d-4ffb-9e37-9a49e074253c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4374417363226326488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488437441736322632648843744173632263264884374417363226326488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc53fe6b-4a06-4826-8433-d6a4c0b9c507, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16338293193827727237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237163382931938277272371633829319382772723716338293193827727237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4f25c2-490d-4ffb-9e37-9a49e074253c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73e2bc65-eb87-456d-b4c6-87e2357ffa78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e2bc65-eb87-456d-b4c6-87e2357ffa78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10431966659187415281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281104319666591874152811043196665918741528110431966659187415281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc53fe6b-4a06-4826-8433-d6a4c0b9c507, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e3d157-9d56-488f-828f-6579bbb3180d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e3d157-9d56-488f-828f-6579bbb3180d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6173793284795861240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240617379328479586124061737932847958612406173793284795861240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e2bc65-eb87-456d-b4c6-87e2357ffa78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be2241a1-1315-4658-b3e6-cc9bfc5b59c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be2241a1-1315-4658-b3e6-cc9bfc5b59c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9220793262965335373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373922079326296533537392207932629653353739220793262965335373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e3d157-9d56-488f-828f-6579bbb3180d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39d5d88d-2def-4786-9d4d-3d0ddef417d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d5d88d-2def-4786-9d4d-3d0ddef417d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183174207162552713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713918317420716255271391831742071625527139183174207162552713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be2241a1-1315-4658-b3e6-cc9bfc5b59c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 125bad72-8a49-4026-a280-15805d7886bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125bad72-8a49-4026-a280-15805d7886bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580537147860106179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179758053714786010617975805371478601061797580537147860106179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d5d88d-2def-4786-9d4d-3d0ddef417d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125bad72-8a49-4026-a280-15805d7886bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83927ab3-f143-406c-bf82-e4cdf69f469f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83927ab3-f143-406c-bf82-e4cdf69f469f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 856873532846364459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459856873532846364459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97e30a7e-620a-4dd4-b706-f62b30140665, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e30a7e-620a-4dd4-b706-f62b30140665, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 828557509545806856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856828557509545806856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83927ab3-f143-406c-bf82-e4cdf69f469f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25a82916-1c16-4758-bcb3-910f7db8f366, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a82916-1c16-4758-bcb3-910f7db8f366, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12383456200209770585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585123834562002097705851238345620020977058512383456200209770585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e30a7e-620a-4dd4-b706-f62b30140665, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d508384c-2719-47c5-8678-d513813ec5fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d508384c-2719-47c5-8678-d513813ec5fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 221183900165476490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490221183900165476490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a82916-1c16-4758-bcb3-910f7db8f366, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1705756c-9b2a-44f4-af61-52aa06abd8c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1705756c-9b2a-44f4-af61-52aa06abd8c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9360170835181944747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747936017083518194474793601708351819447479360170835181944747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d508384c-2719-47c5-8678-d513813ec5fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 665d7640-5fb0-4962-b119-f03aa47163be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665d7640-5fb0-4962-b119-f03aa47163be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6642583959405070504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504664258395940507050466425839594050705046642583959405070504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1705756c-9b2a-44f4-af61-52aa06abd8c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2918cdd5-b7d3-4803-a94d-3f74d43ece7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2918cdd5-b7d3-4803-a94d-3f74d43ece7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10953293520070269306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306109532935200702693061095329352007026930610953293520070269306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665d7640-5fb0-4962-b119-f03aa47163be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13b2e52d-f79a-46f6-a414-6f2ece0240a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b2e52d-f79a-46f6-a414-6f2ece0240a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15309095651669106271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271153090956516691062711530909565166910627115309095651669106271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2918cdd5-b7d3-4803-a94d-3f74d43ece7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46ab3eff-01e7-46e5-bf65-ba971da40e4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46ab3eff-01e7-46e5-bf65-ba971da40e4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5628714785351681958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958562871478535168195856287147853516819585628714785351681958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b2e52d-f79a-46f6-a414-6f2ece0240a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46847fa3-dbde-489c-8e11-19ab7c9dc442, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46847fa3-dbde-489c-8e11-19ab7c9dc442, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11588727765347940241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241115887277653479402411158872776534794024111588727765347940241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46ab3eff-01e7-46e5-bf65-ba971da40e4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7309b998-87fd-4265-a9b7-6cbfed392f1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7309b998-87fd-4265-a9b7-6cbfed392f1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10579729035863971003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003105797290358639710031057972903586397100310579729035863971003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46847fa3-dbde-489c-8e11-19ab7c9dc442, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff5c7f36-fb9f-494b-a3d3-8e83c155367c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff5c7f36-fb9f-494b-a3d3-8e83c155367c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17039731096426206644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644170397310964262066441703973109642620664417039731096426206644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7309b998-87fd-4265-a9b7-6cbfed392f1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 546f73aa-5a70-4430-895f-71f11d73db6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546f73aa-5a70-4430-895f-71f11d73db6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14000499401411407128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128140004994014114071281400049940141140712814000499401411407128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff5c7f36-fb9f-494b-a3d3-8e83c155367c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d2c4621-6b34-49dc-b7c8-c9d69820527a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2c4621-6b34-49dc-b7c8-c9d69820527a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14854549823184040191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191148545498231840401911485454982318404019114854549823184040191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546f73aa-5a70-4430-895f-71f11d73db6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43f319b7-bbe1-474d-9688-11b53f1d3f38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f319b7-bbe1-474d-9688-11b53f1d3f38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10375077522628276563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563103750775226282765631037507752262827656310375077522628276563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2c4621-6b34-49dc-b7c8-c9d69820527a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d4d2636-ee49-490b-b98e-92d4cb89d9a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d4d2636-ee49-490b-b98e-92d4cb89d9a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3778344273559676947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947377834427355967694737783442735596769473778344273559676947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f319b7-bbe1-474d-9688-11b53f1d3f38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29c25da5-266d-4415-b87b-c85bb323731e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c25da5-266d-4415-b87b-c85bb323731e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9931555182926363849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849993155518292636384999315551829263638499931555182926363849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d4d2636-ee49-490b-b98e-92d4cb89d9a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84ec75c0-1ab9-42b7-8f9a-fe78f9d2ac1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ec75c0-1ab9-42b7-8f9a-fe78f9d2ac1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 301194369756913958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958301194369756913958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c25da5-266d-4415-b87b-c85bb323731e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f90da13-6b32-41bd-a3ec-9aa4de9b2376, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f90da13-6b32-41bd-a3ec-9aa4de9b2376, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7788255668883370649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649778825566888337064977882556688833706497788255668883370649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ec75c0-1ab9-42b7-8f9a-fe78f9d2ac1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f90da13-6b32-41bd-a3ec-9aa4de9b2376, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 850289fd-0c88-4df3-b99a-8d69f1cbe458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 850289fd-0c88-4df3-b99a-8d69f1cbe458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7345325715388368463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463734532571538836846373453257153883684637345325715388368463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14f604b9-e83a-4f9b-b55d-f5250ce9e857, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f604b9-e83a-4f9b-b55d-f5250ce9e857, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4288895094643226970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970428889509464322697042888950946432269704288895094643226970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 850289fd-0c88-4df3-b99a-8d69f1cbe458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d140a7e4-5ae3-40bb-b3fb-f95011cbeb22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d140a7e4-5ae3-40bb-b3fb-f95011cbeb22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17820797498941432815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815178207974989414328151782079749894143281517820797498941432815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f604b9-e83a-4f9b-b55d-f5250ce9e857, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a01286c5-5135-4d92-bb73-48ac016e4ecf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01286c5-5135-4d92-bb73-48ac016e4ecf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6414269634718171998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998641426963471817199864142696347181719986414269634718171998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d140a7e4-5ae3-40bb-b3fb-f95011cbeb22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ce5306f-abe1-4b06-b0ba-3c1af9b0a464, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce5306f-abe1-4b06-b0ba-3c1af9b0a464, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18211531834727379897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897182115318347273798971821153183472737989718211531834727379897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01286c5-5135-4d92-bb73-48ac016e4ecf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b32a53e0-560e-46cc-89a2-eaa0cd9ddf4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce5306f-abe1-4b06-b0ba-3c1af9b0a464, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ce51a9f-6aa5-4633-9fdc-dc37ef3f2533, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ce51a9f-6aa5-4633-9fdc-dc37ef3f2533, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5464726850064828766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766546472685006482876654647268500648287665464726850064828766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32a53e0-560e-46cc-89a2-eaa0cd9ddf4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15495183210694542505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505154951832106945425051549518321069454250515495183210694542505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ce51a9f-6aa5-4633-9fdc-dc37ef3f2533, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32a53e0-560e-46cc-89a2-eaa0cd9ddf4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee9baf5d-da24-4158-9ec2-78b23a953c7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9baf5d-da24-4158-9ec2-78b23a953c7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11667814543436377670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670116678145434363776701166781454343637767011667814543436377670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4498966-c93c-418d-a2c2-bd9d12a7d1eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4498966-c93c-418d-a2c2-bd9d12a7d1eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14818445718603128934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934148184457186031289341481844571860312893414818445718603128934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9baf5d-da24-4158-9ec2-78b23a953c7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4498966-c93c-418d-a2c2-bd9d12a7d1eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dfdefda-00c7-4d95-8e2e-ce1f456a1170, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dfdefda-00c7-4d95-8e2e-ce1f456a1170, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13825671072817315659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659138256710728173156591382567107281731565913825671072817315659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8f50fcd-fa8f-4d21-aac3-b62a91a83348, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f50fcd-fa8f-4d21-aac3-b62a91a83348, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3542323429909033514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514354232342990903351435423234299090335143542323429909033514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dfdefda-00c7-4d95-8e2e-ce1f456a1170, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb7b8c39-0fee-484e-9e9a-81c5451d2f59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7b8c39-0fee-484e-9e9a-81c5451d2f59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 468574469586465941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941468574469586465941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f50fcd-fa8f-4d21-aac3-b62a91a83348, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 941d4825-5c7b-49e1-b5f7-d2610e2da369, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 941d4825-5c7b-49e1-b5f7-d2610e2da369, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9770487958727193739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739977048795872719373997704879587271937399770487958727193739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7b8c39-0fee-484e-9e9a-81c5451d2f59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3c4dabf-fa21-4233-b3a7-90d2929efd69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3c4dabf-fa21-4233-b3a7-90d2929efd69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8782737822532668605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605878273782253266860587827378225326686058782737822532668605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 941d4825-5c7b-49e1-b5f7-d2610e2da369, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3c4dabf-fa21-4233-b3a7-90d2929efd69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8a942de-c1fc-4564-90de-2fb57ef0e6a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8a942de-c1fc-4564-90de-2fb57ef0e6a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6897697689432904935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935689769768943290493568976976894329049356897697689432904935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2269780-47f2-4f5a-996c-9b945af6b62d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2269780-47f2-4f5a-996c-9b945af6b62d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11472379338502621225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225114723793385026212251147237933850262122511472379338502621225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8a942de-c1fc-4564-90de-2fb57ef0e6a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2269780-47f2-4f5a-996c-9b945af6b62d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04f8bc0f-d190-4bb0-95da-23b8030b2295, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f8bc0f-d190-4bb0-95da-23b8030b2295, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17888236556870843600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600178882365568708436001788823655687084360017888236556870843600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d120814-de93-4459-a432-10cc09c63ba4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d120814-de93-4459-a432-10cc09c63ba4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14781746644676331616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616147817466446763316161478174664467633161614781746644676331616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f8bc0f-d190-4bb0-95da-23b8030b2295, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36b9c358-9053-49e3-8017-23bc5fa675e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d120814-de93-4459-a432-10cc09c63ba4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b9c358-9053-49e3-8017-23bc5fa675e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16578381386246146130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130165783813862461461301657838138624614613016578381386246146130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48550bcd-ddb0-4437-b3d5-f8661b2b3216, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48550bcd-ddb0-4437-b3d5-f8661b2b3216, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4806847582626732343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343480684758262673234348068475826267323434806847582626732343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b9c358-9053-49e3-8017-23bc5fa675e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279e3bf4-0c92-48d5-b664-ddd3ff23fb42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279e3bf4-0c92-48d5-b664-ddd3ff23fb42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11298194025201214154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154112981940252012141541129819402520121415411298194025201214154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48550bcd-ddb0-4437-b3d5-f8661b2b3216, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed3c0e82-9b07-4918-b6aa-4ed403148414, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed3c0e82-9b07-4918-b6aa-4ed403148414, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8772676580014083784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784877267658001408378487726765800140837848772676580014083784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279e3bf4-0c92-48d5-b664-ddd3ff23fb42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f64abf12-9643-4cf7-a43b-d386fbf1d016, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64abf12-9643-4cf7-a43b-d386fbf1d016, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14596215592625269798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798145962155926252697981459621559262526979814596215592625269798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed3c0e82-9b07-4918-b6aa-4ed403148414, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a72a205d-9a56-4c88-8b93-f7f520d0eef9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a72a205d-9a56-4c88-8b93-f7f520d0eef9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420766682815041467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467142076668281504146714207666828150414671420766682815041467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64abf12-9643-4cf7-a43b-d386fbf1d016, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a620e48-317d-48f2-b468-8784ba6a4558, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a620e48-317d-48f2-b468-8784ba6a4558, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10752200795144974072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072107522007951449740721075220079514497407210752200795144974072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a72a205d-9a56-4c88-8b93-f7f520d0eef9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6058352-edc5-43e1-8755-9607e705ab7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6058352-edc5-43e1-8755-9607e705ab7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13117703048500493165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165131177030485004931651311770304850049316513117703048500493165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a620e48-317d-48f2-b468-8784ba6a4558, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e08c0f5a-6b6a-4751-bcaa-34a057da2f34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e08c0f5a-6b6a-4751-bcaa-34a057da2f34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12397533989855992106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106123975339898559921061239753398985599210612397533989855992106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6058352-edc5-43e1-8755-9607e705ab7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4679005d-a00d-43d4-83b5-261c6093bd4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4679005d-a00d-43d4-83b5-261c6093bd4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7076742553204250016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016707674255320425001670767425532042500167076742553204250016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e08c0f5a-6b6a-4751-bcaa-34a057da2f34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03401a9c-b5a7-4893-811d-b289692d6661, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03401a9c-b5a7-4893-811d-b289692d6661, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5558442075439121792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792555844207543912179255584420754391217925558442075439121792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4679005d-a00d-43d4-83b5-261c6093bd4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fad2fa46-261f-4c13-8b5a-1dc2a0a19d0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fad2fa46-261f-4c13-8b5a-1dc2a0a19d0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 113440827146294143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143113440827146294143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03401a9c-b5a7-4893-811d-b289692d6661, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c78e1390-2816-4f04-a00c-a7e1dd8dbff7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78e1390-2816-4f04-a00c-a7e1dd8dbff7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907623672575648911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911290762367257564891129076236725756489112907623672575648911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fad2fa46-261f-4c13-8b5a-1dc2a0a19d0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd05a41-b378-427e-8c16-904a70a34ffa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78e1390-2816-4f04-a00c-a7e1dd8dbff7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d804d3b9-4235-4814-bcf2-f65c1dd8662e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d804d3b9-4235-4814-bcf2-f65c1dd8662e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1565423162207887242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242156542316220788724215654231622078872421565423162207887242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd05a41-b378-427e-8c16-904a70a34ffa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2260424108557897738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738226042410855789773822604241085578977382260424108557897738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d804d3b9-4235-4814-bcf2-f65c1dd8662e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29e347ae-d71a-4de1-95bb-d8255aa1f773, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e347ae-d71a-4de1-95bb-d8255aa1f773, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2026236737453606285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285202623673745360628520262367374536062852026236737453606285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd05a41-b378-427e-8c16-904a70a34ffa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3737820-e14d-4ca5-b498-2db48107ebbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3737820-e14d-4ca5-b498-2db48107ebbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3815827235449453000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000381582723544945300038158272354494530003815827235449453000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e347ae-d71a-4de1-95bb-d8255aa1f773, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dfdbd2a-40a0-42e5-b409-eb4f2c30fb6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dfdbd2a-40a0-42e5-b409-eb4f2c30fb6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9666346927121110658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658966634692712111065896663469271211106589666346927121110658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3737820-e14d-4ca5-b498-2db48107ebbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b475b8b-693e-483e-b7fc-1792c291bf82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b475b8b-693e-483e-b7fc-1792c291bf82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6264919103088414456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456626491910308841445662649191030884144566264919103088414456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dfdbd2a-40a0-42e5-b409-eb4f2c30fb6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e52de30-541c-471c-aee2-1bcf25c518d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e52de30-541c-471c-aee2-1bcf25c518d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5872762835575737161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161587276283557573716158727628355757371615872762835575737161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b475b8b-693e-483e-b7fc-1792c291bf82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 895bf3c0-3fa6-4811-a2b1-1ff274ea6bae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895bf3c0-3fa6-4811-a2b1-1ff274ea6bae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15558328740743772190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190155583287407437721901555832874074377219015558328740743772190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e52de30-541c-471c-aee2-1bcf25c518d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57ff4a5b-394b-483c-a87c-91e9035d7988, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ff4a5b-394b-483c-a87c-91e9035d7988, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4810521406861998381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381481052140686199838148105214068619983814810521406861998381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895bf3c0-3fa6-4811-a2b1-1ff274ea6bae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e047766-616a-4148-ab16-0a94c59ee428, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e047766-616a-4148-ab16-0a94c59ee428, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627563512141747274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274962756351214174727496275635121417472749627563512141747274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ff4a5b-394b-483c-a87c-91e9035d7988, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4373c7a0-1925-456a-981b-1e8071dd4293, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4373c7a0-1925-456a-981b-1e8071dd4293, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12918186039577872745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745129181860395778727451291818603957787274512918186039577872745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e047766-616a-4148-ab16-0a94c59ee428, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e1ccf8f-9bb9-4fde-9e5c-82d44fcde8eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e1ccf8f-9bb9-4fde-9e5c-82d44fcde8eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16209507751564007433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433162095077515640074331620950775156400743316209507751564007433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4373c7a0-1925-456a-981b-1e8071dd4293, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe08b020-e0c8-44e1-b0f2-f896a5072d69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe08b020-e0c8-44e1-b0f2-f896a5072d69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11617758901980872036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036116177589019808720361161775890198087203611617758901980872036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e1ccf8f-9bb9-4fde-9e5c-82d44fcde8eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee167dd3-b780-4c78-a4cc-40375d353dc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee167dd3-b780-4c78-a4cc-40375d353dc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15897037510348050619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619158970375103480506191589703751034805061915897037510348050619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe08b020-e0c8-44e1-b0f2-f896a5072d69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f29944f-d8f6-4ccb-bd9d-d6646d6500a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f29944f-d8f6-4ccb-bd9d-d6646d6500a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16222320459504022469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469162223204595040224691622232045950402246916222320459504022469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee167dd3-b780-4c78-a4cc-40375d353dc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 521e5cba-cb17-4970-8e59-93f9114ab9d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521e5cba-cb17-4970-8e59-93f9114ab9d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2166178902055523199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199216617890205552319921661789020555231992166178902055523199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f29944f-d8f6-4ccb-bd9d-d6646d6500a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d484c50c-844f-438a-966c-0bb5650e6e00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d484c50c-844f-438a-966c-0bb5650e6e00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111196143798191555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555111196143798191555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521e5cba-cb17-4970-8e59-93f9114ab9d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e74273fb-d281-4747-acb9-36d81c8cbb84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e74273fb-d281-4747-acb9-36d81c8cbb84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13690586711943516452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452136905867119435164521369058671194351645213690586711943516452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d484c50c-844f-438a-966c-0bb5650e6e00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab669320-88bc-4075-98ae-ecf39b575bea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab669320-88bc-4075-98ae-ecf39b575bea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8126451779479460161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161812645177947946016181264517794794601618126451779479460161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e74273fb-d281-4747-acb9-36d81c8cbb84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2abdddd6-6c3c-44e7-8500-1740044dec3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2abdddd6-6c3c-44e7-8500-1740044dec3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14513023977005286309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309145130239770052863091451302397700528630914513023977005286309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab669320-88bc-4075-98ae-ecf39b575bea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5ba979f-1d6e-49d9-86d3-f4434d6f64eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5ba979f-1d6e-49d9-86d3-f4434d6f64eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6660952477058369819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819666095247705836981966609524770583698196660952477058369819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2abdddd6-6c3c-44e7-8500-1740044dec3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b94ea0bc-b786-4408-8d4e-3ead2272f6d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94ea0bc-b786-4408-8d4e-3ead2272f6d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10488106065136332225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225104881060651363322251048810606513633222510488106065136332225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5ba979f-1d6e-49d9-86d3-f4434d6f64eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa0b4090-7150-4f87-ba0c-3f471189b165, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94ea0bc-b786-4408-8d4e-3ead2272f6d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0b4090-7150-4f87-ba0c-3f471189b165, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5058310603013789049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049505831060301378904950583106030137890495058310603013789049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6081714a-f5b7-4233-8909-5ca82e2c892e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6081714a-f5b7-4233-8909-5ca82e2c892e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 478801334393611954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954478801334393611954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0b4090-7150-4f87-ba0c-3f471189b165, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 731c8661-2484-444b-b82e-2881a27fe2b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 731c8661-2484-444b-b82e-2881a27fe2b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1806448420756104987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987180644842075610498718064484207561049871806448420756104987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6081714a-f5b7-4233-8909-5ca82e2c892e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66c32a50-6881-4a6d-82c6-32c35a2e7bd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c32a50-6881-4a6d-82c6-32c35a2e7bd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7366374794257923225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225736637479425792322573663747942579232257366374794257923225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c32a50-6881-4a6d-82c6-32c35a2e7bd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 731c8661-2484-444b-b82e-2881a27fe2b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e71ec2b9-0143-41f2-90cf-180cc78700d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c13181ca-9c14-41f5-9b4a-ed61527f3f25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e71ec2b9-0143-41f2-90cf-180cc78700d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5893961088319904873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873589396108831990487358939610883199048735893961088319904873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13181ca-9c14-41f5-9b4a-ed61527f3f25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10711900334343181549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549107119003343431815491071190033434318154910711900334343181549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e71ec2b9-0143-41f2-90cf-180cc78700d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74051e15-46f7-4cd7-a16c-22d8cdc5a206, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74051e15-46f7-4cd7-a16c-22d8cdc5a206, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4330882116257629138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138433088211625762913843308821162576291384330882116257629138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13181ca-9c14-41f5-9b4a-ed61527f3f25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 011cd928-99e2-450b-aec8-50b1228ead91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74051e15-46f7-4cd7-a16c-22d8cdc5a206, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d9d05e7-891c-4194-a19b-488e9d911c35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9d05e7-891c-4194-a19b-488e9d911c35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12778905020491794263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263127789050204917942631277890502049179426312778905020491794263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011cd928-99e2-450b-aec8-50b1228ead91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13259470286778331994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994132594702867783319941325947028677833199413259470286778331994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9d05e7-891c-4194-a19b-488e9d911c35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011cd928-99e2-450b-aec8-50b1228ead91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17dde5f9-e7bd-4596-9578-2235bb8deda9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17dde5f9-e7bd-4596-9578-2235bb8deda9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16436940116533342680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680164369401165333426801643694011653334268016436940116533342680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b529f8d-6060-4f7e-b1b7-d4a8e3e76d75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b529f8d-6060-4f7e-b1b7-d4a8e3e76d75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9927691733611474710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710992769173361147471099276917336114747109927691733611474710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17dde5f9-e7bd-4596-9578-2235bb8deda9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58df7208-6666-49a7-b99c-3044eb2d3ee1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58df7208-6666-49a7-b99c-3044eb2d3ee1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6257208702639497597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597625720870263949759762572087026394975976257208702639497597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b529f8d-6060-4f7e-b1b7-d4a8e3e76d75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdceea4c-8885-4d18-9cfd-fa2e43770f7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdceea4c-8885-4d18-9cfd-fa2e43770f7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17114775925266569409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409171147759252665694091711477592526656940917114775925266569409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58df7208-6666-49a7-b99c-3044eb2d3ee1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 637e2511-2a68-4339-a16f-03fa77d0e6b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637e2511-2a68-4339-a16f-03fa77d0e6b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9345997730101317450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450934599773010131745093459977301013174509345997730101317450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdceea4c-8885-4d18-9cfd-fa2e43770f7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe409328-dcc9-426e-afc6-d52e4cc43bfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637e2511-2a68-4339-a16f-03fa77d0e6b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1effaa-647a-4f66-a24b-e7d8d8f911eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1effaa-647a-4f66-a24b-e7d8d8f911eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1361812225035825349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349136181222503582534913618122250358253491361812225035825349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe409328-dcc9-426e-afc6-d52e4cc43bfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838805348515935971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971158388053485159359711583880534851593597115838805348515935971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1effaa-647a-4f66-a24b-e7d8d8f911eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50db374b-41a6-485e-81e5-68de9884045c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50db374b-41a6-485e-81e5-68de9884045c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13181952963488675123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123131819529634886751231318195296348867512313181952963488675123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe409328-dcc9-426e-afc6-d52e4cc43bfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a58ef195-633d-4330-825c-d4ea08054cb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a58ef195-633d-4330-825c-d4ea08054cb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8747388966084136216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216874738896608413621687473889660841362168747388966084136216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50db374b-41a6-485e-81e5-68de9884045c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ac58102-fdf8-4980-bffe-976a1214fcf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac58102-fdf8-4980-bffe-976a1214fcf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9638521476621250331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331963852147662125033196385214766212503319638521476621250331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a58ef195-633d-4330-825c-d4ea08054cb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac58102-fdf8-4980-bffe-976a1214fcf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a03dfd5-1111-4835-b4a2-9fed93c16539, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdad2280-4356-4f2d-a969-4b82431a4199, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a03dfd5-1111-4835-b4a2-9fed93c16539, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459353073754574896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896104593530737545748961045935307375457489610459353073754574896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdad2280-4356-4f2d-a969-4b82431a4199, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9448485764458997183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183944848576445899718394484857644589971839448485764458997183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a03dfd5-1111-4835-b4a2-9fed93c16539, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e43339c1-3400-450d-92a8-2ee70d392eeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43339c1-3400-450d-92a8-2ee70d392eeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7994151852786911494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494799415185278691149479941518527869114947994151852786911494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdad2280-4356-4f2d-a969-4b82431a4199, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee61a08e-40b3-4982-8e47-eff3412e064d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee61a08e-40b3-4982-8e47-eff3412e064d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17425742042022607737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737174257420420226077371742574204202260773717425742042022607737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43339c1-3400-450d-92a8-2ee70d392eeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2592f36c-646d-428d-9c4c-0cac41b59313, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2592f36c-646d-428d-9c4c-0cac41b59313, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2250704261259198574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574225070426125919857422507042612591985742250704261259198574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee61a08e-40b3-4982-8e47-eff3412e064d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6840d07-f70a-4da4-841d-e30afecabf69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2592f36c-646d-428d-9c4c-0cac41b59313, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6840d07-f70a-4da4-841d-e30afecabf69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9954460443002333499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499995446044300233349999544604430023334999954460443002333499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9675b210-866e-4f88-94cb-3594db6e01d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9675b210-866e-4f88-94cb-3594db6e01d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1534135716800095309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309153413571680009530915341357168000953091534135716800095309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6840d07-f70a-4da4-841d-e30afecabf69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a16dab7-8df8-4bcf-b370-97e0ed930134, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a16dab7-8df8-4bcf-b370-97e0ed930134, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14058958054206085076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076140589580542060850761405895805420608507614058958054206085076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9675b210-866e-4f88-94cb-3594db6e01d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18a4a940-6f6c-4859-a6bb-c93799ca9862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a4a940-6f6c-4859-a6bb-c93799ca9862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6146568622587800654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654614656862258780065461465686225878006546146568622587800654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a16dab7-8df8-4bcf-b370-97e0ed930134, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd83c31-2eb7-4ad7-926b-89ca493910f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd83c31-2eb7-4ad7-926b-89ca493910f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11007460980822038469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469110074609808220384691100746098082203846911007460980822038469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a4a940-6f6c-4859-a6bb-c93799ca9862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09f9f108-9767-4462-bb6e-5355fee433cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09f9f108-9767-4462-bb6e-5355fee433cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12700032262173467283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283127000322621734672831270003226217346728312700032262173467283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd83c31-2eb7-4ad7-926b-89ca493910f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e5ca302-a75c-4220-a9b1-999b9227c8c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5ca302-a75c-4220-a9b1-999b9227c8c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382086366383936495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495382086366383936495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09f9f108-9767-4462-bb6e-5355fee433cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5ca302-a75c-4220-a9b1-999b9227c8c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04f8e3ff-9fb2-48e0-874e-821a04417828, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f8e3ff-9fb2-48e0-874e-821a04417828, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13214146893120456506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506132141468931204565061321414689312045650613214146893120456506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff483277-030c-4172-91e8-cfc9963a69d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff483277-030c-4172-91e8-cfc9963a69d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210998487971604713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713721099848797160471372109984879716047137210998487971604713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f8e3ff-9fb2-48e0-874e-821a04417828, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5673329e-ceca-424d-b5f4-3ec1714e43fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5673329e-ceca-424d-b5f4-3ec1714e43fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11851055581030997986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986118510555810309979861185105558103099798611851055581030997986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff483277-030c-4172-91e8-cfc9963a69d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5219ba9e-c120-42c7-b1e4-2db66f854649, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5219ba9e-c120-42c7-b1e4-2db66f854649, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8702412426968908154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154870241242696890815487024124269689081548702412426968908154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5673329e-ceca-424d-b5f4-3ec1714e43fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a0fd5b2-0998-4c35-9563-5f88c1fa40bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a0fd5b2-0998-4c35-9563-5f88c1fa40bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5259351011923690892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892525935101192369089252593510119236908925259351011923690892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5219ba9e-c120-42c7-b1e4-2db66f854649, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f5c1fe9-c017-4ce4-95d1-93e83c7edfe2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f5c1fe9-c017-4ce4-95d1-93e83c7edfe2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5785007093485801913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913578500709348580191357850070934858019135785007093485801913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a0fd5b2-0998-4c35-9563-5f88c1fa40bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe4cc8d-4789-4a4d-a53a-5c8df719666b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe4cc8d-4789-4a4d-a53a-5c8df719666b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18324883840341659652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652183248838403416596521832488384034165965218324883840341659652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f5c1fe9-c017-4ce4-95d1-93e83c7edfe2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c91faa67-ae51-445e-b239-c0eca0a24aa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c91faa67-ae51-445e-b239-c0eca0a24aa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14924782996850896639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639149247829968508966391492478299685089663914924782996850896639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe4cc8d-4789-4a4d-a53a-5c8df719666b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 287f02a8-d858-4f9b-bafb-e6a7a533b6a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287f02a8-d858-4f9b-bafb-e6a7a533b6a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3491702390312777711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711349170239031277771134917023903127777113491702390312777711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c91faa67-ae51-445e-b239-c0eca0a24aa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b85964ec-3a01-4a7e-945e-2abddfbcc324, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85964ec-3a01-4a7e-945e-2abddfbcc324, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12788700368851652280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280127887003688516522801278870036885165228012788700368851652280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287f02a8-d858-4f9b-bafb-e6a7a533b6a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c03acfdf-e51f-49e9-8d57-c363a9819d50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03acfdf-e51f-49e9-8d57-c363a9819d50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17006515390673345635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635170065153906733456351700651539067334563517006515390673345635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85964ec-3a01-4a7e-945e-2abddfbcc324, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ecf2072-74f0-47df-8896-1a6388f5daff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ecf2072-74f0-47df-8896-1a6388f5daff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17544329817915555139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139175443298179155551391754432981791555513917544329817915555139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03acfdf-e51f-49e9-8d57-c363a9819d50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25aed59b-4737-4fed-b3b0-f8d3021b1014, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25aed59b-4737-4fed-b3b0-f8d3021b1014, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12338605357949109396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396123386053579491093961233860535794910939612338605357949109396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25aed59b-4737-4fed-b3b0-f8d3021b1014, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8894b39f-6259-48ed-a863-8a56c186ff21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8894b39f-6259-48ed-a863-8a56c186ff21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2459336072764455090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090245933607276445509024593360727644550902459336072764455090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ecf2072-74f0-47df-8896-1a6388f5daff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 806989d3-697f-4aad-9ee7-c93160418413, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8894b39f-6259-48ed-a863-8a56c186ff21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20421f66-9ea9-4f07-bf2c-adeff68c9e28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20421f66-9ea9-4f07-bf2c-adeff68c9e28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10015925367459371977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977100159253674593719771001592536745937197710015925367459371977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 806989d3-697f-4aad-9ee7-c93160418413, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5473594548957239483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483547359454895723948354735945489572394835473594548957239483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20421f66-9ea9-4f07-bf2c-adeff68c9e28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80666e87-2f0c-4a06-b6d9-db801ea49f16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80666e87-2f0c-4a06-b6d9-db801ea49f16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11077913223799509745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745110779132237995097451107791322379950974511077913223799509745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 806989d3-697f-4aad-9ee7-c93160418413, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b0822c7-f395-4661-8250-1d771972ba1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0822c7-f395-4661-8250-1d771972ba1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8238278654940692106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106823827865494069210682382786549406921068238278654940692106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80666e87-2f0c-4a06-b6d9-db801ea49f16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de60fe1d-02ca-4fd2-b408-b9072afd3b45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de60fe1d-02ca-4fd2-b408-b9072afd3b45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3903977013650964287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287390397701365096428739039770136509642873903977013650964287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0822c7-f395-4661-8250-1d771972ba1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a6abd89-b10f-4058-bf62-822ab2832e51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6abd89-b10f-4058-bf62-822ab2832e51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5887296797724373231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231588729679772437323158872967977243732315887296797724373231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de60fe1d-02ca-4fd2-b408-b9072afd3b45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6abd89-b10f-4058-bf62-822ab2832e51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88a304a8-106f-45d1-b6c7-bb2f7908b6f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a304a8-106f-45d1-b6c7-bb2f7908b6f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6787716232119645031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031678771623211964503167877162321196450316787716232119645031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b61361e-1cc8-4cc4-9440-522d1c333421, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b61361e-1cc8-4cc4-9440-522d1c333421, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10851057529036434404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404108510575290364344041085105752903643440410851057529036434404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a304a8-106f-45d1-b6c7-bb2f7908b6f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 370234f8-9bd7-45eb-88e9-7ec1ff6c6c86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 370234f8-9bd7-45eb-88e9-7ec1ff6c6c86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7710701633050758638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638771070163305075863877107016330507586387710701633050758638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b61361e-1cc8-4cc4-9440-522d1c333421, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 370234f8-9bd7-45eb-88e9-7ec1ff6c6c86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56c1a13b-4ae7-425a-b90b-01197cb22bc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c1a13b-4ae7-425a-b90b-01197cb22bc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15773428089933366580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580157734280899333665801577342808993336658015773428089933366580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e59d4bc-7f53-4e17-8348-c0dac4fd0d47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e59d4bc-7f53-4e17-8348-c0dac4fd0d47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4799031100662035028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028479903110066203502847990311006620350284799031100662035028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c1a13b-4ae7-425a-b90b-01197cb22bc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c914c51f-7549-4b63-b580-80f3666be922, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e59d4bc-7f53-4e17-8348-c0dac4fd0d47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c0aebc6-d26d-4b84-b9d0-4ba3416e57bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c0aebc6-d26d-4b84-b9d0-4ba3416e57bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1191091437177435594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594119109143717743559411910914371774355941191091437177435594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c914c51f-7549-4b63-b580-80f3666be922, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15875366038681609600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600158753660386816096001587536603868160960015875366038681609600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c914c51f-7549-4b63-b580-80f3666be922, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f956ae8-aa2b-4059-99c5-ff47dc46735e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f956ae8-aa2b-4059-99c5-ff47dc46735e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11254366796274613374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374112543667962746133741125436679627461337411254366796274613374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c0aebc6-d26d-4b84-b9d0-4ba3416e57bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94c8ff7a-8f31-4546-a2cc-665f0458bcda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c8ff7a-8f31-4546-a2cc-665f0458bcda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7299039580915293516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516729903958091529351672990395809152935167299039580915293516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f956ae8-aa2b-4059-99c5-ff47dc46735e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16ec1bc0-c7fe-4354-ac2d-12bb1a120dba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ec1bc0-c7fe-4354-ac2d-12bb1a120dba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13416546332318416821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821134165463323184168211341654633231841682113416546332318416821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c8ff7a-8f31-4546-a2cc-665f0458bcda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 625e36c8-8fea-4388-a4ca-4423bd2ecb6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 625e36c8-8fea-4388-a4ca-4423bd2ecb6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7596678780322097667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667759667878032209766775966787803220976677596678780322097667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 625e36c8-8fea-4388-a4ca-4423bd2ecb6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d34129c0-0a33-435b-b809-910043efddf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d34129c0-0a33-435b-b809-910043efddf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15501127165602662081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081155011271656026620811550112716560266208115501127165602662081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ec1bc0-c7fe-4354-ac2d-12bb1a120dba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ed3e77e-89cf-41c8-8625-6836ad22becd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed3e77e-89cf-41c8-8625-6836ad22becd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16887079338249130704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704168870793382491307041688707933824913070416887079338249130704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d34129c0-0a33-435b-b809-910043efddf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46a6d693-db07-435c-9f4e-b139480e8ba2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a6d693-db07-435c-9f4e-b139480e8ba2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8106245548265433966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966810624554826543396681062455482654339668106245548265433966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed3e77e-89cf-41c8-8625-6836ad22becd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d51094-33e2-4791-a26e-df34da587acd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d51094-33e2-4791-a26e-df34da587acd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11945141575703884236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236119451415757038842361194514157570388423611945141575703884236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a6d693-db07-435c-9f4e-b139480e8ba2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bcc3a07-55d3-4a55-848a-1b239d5e9b45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d51094-33e2-4791-a26e-df34da587acd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bcc3a07-55d3-4a55-848a-1b239d5e9b45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13020058985222091627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627130200589852220916271302005898522209162713020058985222091627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1974839e-835b-428e-a39c-43d8b495129e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1974839e-835b-428e-a39c-43d8b495129e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 701546343421986774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774701546343421986774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bcc3a07-55d3-4a55-848a-1b239d5e9b45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9d854e5-27ac-4be3-b392-c603836e1108, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d854e5-27ac-4be3-b392-c603836e1108, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2882867983371792227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227288286798337179222728828679833717922272882867983371792227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1974839e-835b-428e-a39c-43d8b495129e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ed3a9e-bf9e-4fab-87d6-91403b09a601, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ed3a9e-bf9e-4fab-87d6-91403b09a601, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11429832193426930902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902114298321934269309021142983219342693090211429832193426930902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d854e5-27ac-4be3-b392-c603836e1108, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1873fa1-c666-425e-a027-f45f0776c387, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1873fa1-c666-425e-a027-f45f0776c387, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15735165815635788075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075157351658156357880751573516581563578807515735165815635788075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ed3a9e-bf9e-4fab-87d6-91403b09a601, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a331ba0b-9064-486d-aef1-44aad1911bc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a331ba0b-9064-486d-aef1-44aad1911bc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9469850081164958425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425946985008116495842594698500811649584259469850081164958425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1873fa1-c666-425e-a027-f45f0776c387, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 916ea015-1046-4b4c-acdb-4d27ff2a2036, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916ea015-1046-4b4c-acdb-4d27ff2a2036, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11175516493743144146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146111755164937431441461117551649374314414611175516493743144146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a331ba0b-9064-486d-aef1-44aad1911bc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 666db2b4-fda2-4bed-b5c3-4a7ae6e79eac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 666db2b4-fda2-4bed-b5c3-4a7ae6e79eac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14425470828507064412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412144254708285070644121442547082850706441214425470828507064412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916ea015-1046-4b4c-acdb-4d27ff2a2036, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdfc2a8f-d0b9-4c22-a1a5-153a530ca2cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 666db2b4-fda2-4bed-b5c3-4a7ae6e79eac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80677b22-0dd1-4a9f-8705-fbb6cf0b511f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdfc2a8f-d0b9-4c22-a1a5-153a530ca2cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7728431354654998919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919772843135465499891977284313546549989197728431354654998919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80677b22-0dd1-4a9f-8705-fbb6cf0b511f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7041274670850076164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164704127467085007616470412746708500761647041274670850076164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdfc2a8f-d0b9-4c22-a1a5-153a530ca2cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c96bd016-a79c-487a-95c1-903c6e687cf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96bd016-a79c-487a-95c1-903c6e687cf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15370587510837312330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330153705875108373123301537058751083731233015370587510837312330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80677b22-0dd1-4a9f-8705-fbb6cf0b511f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 786aabd8-ad80-4308-81a4-b34a0f0c4a61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 786aabd8-ad80-4308-81a4-b34a0f0c4a61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2999252280402148589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589299925228040214858929992522804021485892999252280402148589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96bd016-a79c-487a-95c1-903c6e687cf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd2f0ec3-5b3f-43cc-a54e-5ee4e6b8533e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd2f0ec3-5b3f-43cc-a54e-5ee4e6b8533e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16833575344649528106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106168335753446495281061683357534464952810616833575344649528106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 786aabd8-ad80-4308-81a4-b34a0f0c4a61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3da4f281-a8e0-43e8-9be1-674f3b2fb08c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3da4f281-a8e0-43e8-9be1-674f3b2fb08c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16221142685204580984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984162211426852045809841622114268520458098416221142685204580984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd2f0ec3-5b3f-43cc-a54e-5ee4e6b8533e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08978320-9883-4e8a-9761-5df2bc390bad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08978320-9883-4e8a-9761-5df2bc390bad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2142046206650009568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568214204620665000956821420462066500095682142046206650009568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3da4f281-a8e0-43e8-9be1-674f3b2fb08c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b09ddcc9-15cf-43bf-ad27-ce9d1d2fdf63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09ddcc9-15cf-43bf-ad27-ce9d1d2fdf63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16749974693064309541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541167499746930643095411674997469306430954116749974693064309541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08978320-9883-4e8a-9761-5df2bc390bad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec4b2bf-3753-449c-a225-e243436cdefc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec4b2bf-3753-449c-a225-e243436cdefc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14071632973076495877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877140716329730764958771407163297307649587714071632973076495877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09ddcc9-15cf-43bf-ad27-ce9d1d2fdf63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9d2a974-eee2-4af0-8d5e-7664bf13da81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d2a974-eee2-4af0-8d5e-7664bf13da81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13275875648093142858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858132758756480931428581327587564809314285813275875648093142858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec4b2bf-3753-449c-a225-e243436cdefc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfe40878-947a-4ffc-b248-2abed3c8fa33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe40878-947a-4ffc-b248-2abed3c8fa33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16609454494224038932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932166094544942240389321660945449422403893216609454494224038932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d2a974-eee2-4af0-8d5e-7664bf13da81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc6b59ce-c76b-4c1c-b63e-cbb6bd8512c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe40878-947a-4ffc-b248-2abed3c8fa33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13dae10f-2a9e-44ff-a564-a8eea0ab21e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13dae10f-2a9e-44ff-a564-a8eea0ab21e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11438753611300290834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834114387536113002908341143875361130029083411438753611300290834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6b59ce-c76b-4c1c-b63e-cbb6bd8512c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12314499791056012627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627123144997910560126271231449979105601262712314499791056012627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13dae10f-2a9e-44ff-a564-a8eea0ab21e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f13d27b-ebe6-420b-a608-4997f6460a84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f13d27b-ebe6-420b-a608-4997f6460a84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6311580259334511563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563631158025933451156363115802593345115636311580259334511563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6b59ce-c76b-4c1c-b63e-cbb6bd8512c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88c03e95-56f6-4551-94df-28cf490e5ee1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f13d27b-ebe6-420b-a608-4997f6460a84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88c03e95-56f6-4551-94df-28cf490e5ee1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15749433191894715908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908157494331918947159081574943319189471590815749433191894715908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88c03e95-56f6-4551-94df-28cf490e5ee1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04264491-687d-4cb8-a415-beea25ee4981, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04264491-687d-4cb8-a415-beea25ee4981, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7773474981471788924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924777347498147178892477734749814717889247773474981471788924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b07e7676-f0db-4f01-a85b-9843e967fab9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b07e7676-f0db-4f01-a85b-9843e967fab9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7611218440000635755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755761121844000063575576112184400006357557611218440000635755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b07e7676-f0db-4f01-a85b-9843e967fab9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04264491-687d-4cb8-a415-beea25ee4981, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb5bfd42-3160-4000-b37e-d9197320c722, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5bfd42-3160-4000-b37e-d9197320c722, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2403260108244041423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423240326010824404142324032601082440414232403260108244041423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e314914-5584-43c0-9596-c392b7d5aa14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e314914-5584-43c0-9596-c392b7d5aa14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4523818047353626951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951452381804735362695145238180473536269514523818047353626951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5bfd42-3160-4000-b37e-d9197320c722, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28ff4570-d1bb-4bbf-bb04-80adcb6fa530, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ff4570-d1bb-4bbf-bb04-80adcb6fa530, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16487949288722382332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332164879492887223823321648794928872238233216487949288722382332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e314914-5584-43c0-9596-c392b7d5aa14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a02de20-8398-4788-9622-3121d1928a0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a02de20-8398-4788-9622-3121d1928a0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17018717004581427362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362170187170045814273621701871700458142736217018717004581427362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ff4570-d1bb-4bbf-bb04-80adcb6fa530, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03eb33a0-24c8-43a5-a07c-7f2e37b0e199, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03eb33a0-24c8-43a5-a07c-7f2e37b0e199, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6656542354472845378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378665654235447284537866565423544728453786656542354472845378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a02de20-8398-4788-9622-3121d1928a0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b6a22b7-3ed3-41cd-b841-940c83016fee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6a22b7-3ed3-41cd-b841-940c83016fee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13884254370571597311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311138842543705715973111388425437057159731113884254370571597311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03eb33a0-24c8-43a5-a07c-7f2e37b0e199, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43a1edf2-6aa5-42be-a684-4f997418551e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a1edf2-6aa5-42be-a684-4f997418551e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150828096585255527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527315082809658525552731508280965852555273150828096585255527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6a22b7-3ed3-41cd-b841-940c83016fee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 983de8e2-3d52-47dc-826a-d26df6b2c021, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983de8e2-3d52-47dc-826a-d26df6b2c021, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 637202045042024430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430637202045042024430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a1edf2-6aa5-42be-a684-4f997418551e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33279387-145f-416c-9d2a-ec663b5bb1fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33279387-145f-416c-9d2a-ec663b5bb1fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12446082732280764176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176124460827322807641761244608273228076417612446082732280764176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983de8e2-3d52-47dc-826a-d26df6b2c021, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19770d2b-ea26-47b8-b7a1-cc21f0976c06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19770d2b-ea26-47b8-b7a1-cc21f0976c06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14406711743898595891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891144067117438985958911440671174389859589114406711743898595891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33279387-145f-416c-9d2a-ec663b5bb1fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85d420dc-bae3-4d97-a3c0-79d08021d0b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85d420dc-bae3-4d97-a3c0-79d08021d0b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10124794758322093924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924101247947583220939241012479475832209392410124794758322093924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19770d2b-ea26-47b8-b7a1-cc21f0976c06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1be50d1-c415-436a-86ac-f6724ac7bee7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1be50d1-c415-436a-86ac-f6724ac7bee7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4476311490021875746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746447631149002187574644763114900218757464476311490021875746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85d420dc-bae3-4d97-a3c0-79d08021d0b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7171cf4e-197c-4797-b1f7-086b6f4fe1ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7171cf4e-197c-4797-b1f7-086b6f4fe1ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14368529481559431826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826143685294815594318261436852948155943182614368529481559431826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1be50d1-c415-436a-86ac-f6724ac7bee7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6837335f-6f9f-4ee6-a48c-397a760db1fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6837335f-6f9f-4ee6-a48c-397a760db1fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11348659424216219793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793113486594242162197931134865942421621979311348659424216219793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7171cf4e-197c-4797-b1f7-086b6f4fe1ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c5cc645-5479-40df-aa7b-6f6bf668f373, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5cc645-5479-40df-aa7b-6f6bf668f373, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18119098936868004817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817181190989368680048171811909893686800481718119098936868004817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6837335f-6f9f-4ee6-a48c-397a760db1fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90d9c02b-0fc0-491b-9cda-71ba3ca61e94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d9c02b-0fc0-491b-9cda-71ba3ca61e94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3331383050838543281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281333138305083854328133313830508385432813331383050838543281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5cc645-5479-40df-aa7b-6f6bf668f373, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7dc934a-5eea-4b31-a397-05c022550df9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d9c02b-0fc0-491b-9cda-71ba3ca61e94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d41c69f2-c405-46b1-a174-e410a5f44f17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d41c69f2-c405-46b1-a174-e410a5f44f17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8342304730029226738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738834230473002922673883423047300292267388342304730029226738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7dc934a-5eea-4b31-a397-05c022550df9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5207602406129787078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078520760240612978707852076024061297870785207602406129787078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d41c69f2-c405-46b1-a174-e410a5f44f17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e3c836a-6795-4c31-8cc0-aa4897a1c278, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e3c836a-6795-4c31-8cc0-aa4897a1c278, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16958025568993620832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832169580255689936208321695802556899362083216958025568993620832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7dc934a-5eea-4b31-a397-05c022550df9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f48feed7-83e8-45fe-a730-89aa9fc943e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48feed7-83e8-45fe-a730-89aa9fc943e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15868513445503496838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838158685134455034968381586851344550349683815868513445503496838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e3c836a-6795-4c31-8cc0-aa4897a1c278, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ed2d3b9-0f6c-4c1f-9116-51a1ad9a1d84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed2d3b9-0f6c-4c1f-9116-51a1ad9a1d84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10310291865899395518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518103102918658993955181031029186589939551810310291865899395518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48feed7-83e8-45fe-a730-89aa9fc943e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd1ce0bf-ece7-4b76-8030-a7b4de5da653, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd1ce0bf-ece7-4b76-8030-a7b4de5da653, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4494560045316877094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094449456004531687709444945600453168770944494560045316877094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed2d3b9-0f6c-4c1f-9116-51a1ad9a1d84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11de5a68-146b-4de9-a7ad-bc7ed4c6cb71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd1ce0bf-ece7-4b76-8030-a7b4de5da653, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11de5a68-146b-4de9-a7ad-bc7ed4c6cb71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4278899996654238560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560427889999665423856042788999966542385604278899996654238560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fa43496-7ea7-4ce9-b9b4-d6a2a8b95fbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fa43496-7ea7-4ce9-b9b4-d6a2a8b95fbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6817193115739704979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979681719311573970497968171931157397049796817193115739704979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11de5a68-146b-4de9-a7ad-bc7ed4c6cb71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f2405dd-c17d-4be3-9e75-e6bb4afb628b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2405dd-c17d-4be3-9e75-e6bb4afb628b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 192843473671102477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477192843473671102477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fa43496-7ea7-4ce9-b9b4-d6a2a8b95fbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 485327df-48b6-4090-bc7e-904493eaf730, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 485327df-48b6-4090-bc7e-904493eaf730, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9660429044782843991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991966042904478284399196604290447828439919660429044782843991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2405dd-c17d-4be3-9e75-e6bb4afb628b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf76cc60-b261-472b-b133-faba467093ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf76cc60-b261-472b-b133-faba467093ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1921532854423804070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070192153285442380407019215328544238040701921532854423804070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 485327df-48b6-4090-bc7e-904493eaf730, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5817527-4ffa-41c2-851d-21888a34cba7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5817527-4ffa-41c2-851d-21888a34cba7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8007842727105549695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695800784272710554969580078427271055496958007842727105549695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf76cc60-b261-472b-b133-faba467093ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2d99bdf-5cd9-47e0-8621-66a449d8a206, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d99bdf-5cd9-47e0-8621-66a449d8a206, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11262221140832941498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498112622211408329414981126222114083294149811262221140832941498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5817527-4ffa-41c2-851d-21888a34cba7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 062b02b8-b55d-4aba-8ec8-e0de7952577d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 062b02b8-b55d-4aba-8ec8-e0de7952577d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1092515688518442304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304109251568851844230410925156885184423041092515688518442304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d99bdf-5cd9-47e0-8621-66a449d8a206, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bf5be38-a035-4ada-8bbf-9c226833b19c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf5be38-a035-4ada-8bbf-9c226833b19c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8812036044875605815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815881203604487560581588120360448756058158812036044875605815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 062b02b8-b55d-4aba-8ec8-e0de7952577d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7287ecc5-06c3-4100-814d-bdc99af1e62e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7287ecc5-06c3-4100-814d-bdc99af1e62e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 278115889025886703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703278115889025886703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf5be38-a035-4ada-8bbf-9c226833b19c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5152a205-e9ad-45c9-97bd-0c7238ca38fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5152a205-e9ad-45c9-97bd-0c7238ca38fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11784704942948885738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738117847049429488857381178470494294888573811784704942948885738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5152a205-e9ad-45c9-97bd-0c7238ca38fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d766e8-8f11-4ef9-ab23-886bc6a35e02, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d766e8-8f11-4ef9-ab23-886bc6a35e02, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12295832928975576460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460122958329289755764601229583292897557646012295832928975576460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7287ecc5-06c3-4100-814d-bdc99af1e62e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6577c6b-e01f-4bdf-892a-5dfb6c7b3a98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6577c6b-e01f-4bdf-892a-5dfb6c7b3a98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12891520805292923011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011128915208052929230111289152080529292301112891520805292923011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d766e8-8f11-4ef9-ab23-886bc6a35e02, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aae9f760-1aa1-47bf-ab5d-0e0e5584462e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aae9f760-1aa1-47bf-ab5d-0e0e5584462e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4733163478877377395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395473316347887737739547331634788773773954733163478877377395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6577c6b-e01f-4bdf-892a-5dfb6c7b3a98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65406a5b-6318-45d6-8c51-5d38af10f47c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65406a5b-6318-45d6-8c51-5d38af10f47c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5659170845110069018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018565917084511006901856591708451100690185659170845110069018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aae9f760-1aa1-47bf-ab5d-0e0e5584462e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7931d9b9-8eed-4992-8943-631481258f4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7931d9b9-8eed-4992-8943-631481258f4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6431443186424520815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815643144318642452081564314431864245208156431443186424520815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65406a5b-6318-45d6-8c51-5d38af10f47c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c22ef4bc-a5a9-4c39-afd5-153c2aa3e763, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22ef4bc-a5a9-4c39-afd5-153c2aa3e763, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14592174980919326623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623145921749809193266231459217498091932662314592174980919326623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7931d9b9-8eed-4992-8943-631481258f4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15b53491-3699-40b3-b691-1621c602ee8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15b53491-3699-40b3-b691-1621c602ee8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12785027143012025609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609127850271430120256091278502714301202560912785027143012025609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22ef4bc-a5a9-4c39-afd5-153c2aa3e763, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c62fb13-5e94-422f-932a-ae857e058e16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15b53491-3699-40b3-b691-1621c602ee8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c62fb13-5e94-422f-932a-ae857e058e16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10029659734314506794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794100296597343145067941002965973431450679410029659734314506794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a46d1a2-73b1-45c6-a749-04cf011a0c89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a46d1a2-73b1-45c6-a749-04cf011a0c89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2698084079748322957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957269808407974832295726980840797483229572698084079748322957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c62fb13-5e94-422f-932a-ae857e058e16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf23c933-9b09-4e2c-99be-6c2dc609119e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf23c933-9b09-4e2c-99be-6c2dc609119e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18331302728594825120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120183313027285948251201833130272859482512018331302728594825120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a46d1a2-73b1-45c6-a749-04cf011a0c89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 156f66a5-20cf-4880-aff9-6785c3cc219a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 156f66a5-20cf-4880-aff9-6785c3cc219a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5279406708144054905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905527940670814405490552794067081440549055279406708144054905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf23c933-9b09-4e2c-99be-6c2dc609119e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38a2abe7-359d-4a1f-9c22-74ed6f358c20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38a2abe7-359d-4a1f-9c22-74ed6f358c20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7507633126736928765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765750763312673692876575076331267369287657507633126736928765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 156f66a5-20cf-4880-aff9-6785c3cc219a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c27643bd-adb0-4ecf-bc28-612ba0b18db8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27643bd-adb0-4ecf-bc28-612ba0b18db8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12307967360275285023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023123079673602752850231230796736027528502312307967360275285023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38a2abe7-359d-4a1f-9c22-74ed6f358c20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 036e8723-152d-4ff9-a66b-a8cba17c348f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036e8723-152d-4ff9-a66b-a8cba17c348f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16645706933794693587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587166457069337946935871664570693379469358716645706933794693587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27643bd-adb0-4ecf-bc28-612ba0b18db8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f036c434-b801-41d0-8737-5680af382a2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f036c434-b801-41d0-8737-5680af382a2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12496467484503271498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498124964674845032714981249646748450327149812496467484503271498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036e8723-152d-4ff9-a66b-a8cba17c348f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c51eb24-5b3e-41a7-8240-4a78a08988eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c51eb24-5b3e-41a7-8240-4a78a08988eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4325816157501425606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606432581615750142560643258161575014256064325816157501425606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f036c434-b801-41d0-8737-5680af382a2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f90deb85-a87e-42d5-8091-86f020fda0de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c51eb24-5b3e-41a7-8240-4a78a08988eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90deb85-a87e-42d5-8091-86f020fda0de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 985452662111785488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488985452662111785488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db471504-ccfa-4275-ad3b-337d3d23cadd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db471504-ccfa-4275-ad3b-337d3d23cadd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4700871360571561559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559470087136057156155947008713605715615594700871360571561559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90deb85-a87e-42d5-8091-86f020fda0de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1d19252-c52c-4268-8129-c8ae8d4b0269, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db471504-ccfa-4275-ad3b-337d3d23cadd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1d19252-c52c-4268-8129-c8ae8d4b0269, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16199263084154726053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053161992630841547260531619926308415472605316199263084154726053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38153eb7-d487-4123-8fd7-e0dbaceef27d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38153eb7-d487-4123-8fd7-e0dbaceef27d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1175701310232458100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100117570131023245810011757013102324581001175701310232458100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1d19252-c52c-4268-8129-c8ae8d4b0269, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a311436b-ea86-4154-a6c9-19bf0b201d2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a311436b-ea86-4154-a6c9-19bf0b201d2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3044794824636887790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790304479482463688779030447948246368877903044794824636887790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38153eb7-d487-4123-8fd7-e0dbaceef27d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41623808-7779-4746-b747-7bfdbbda421a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41623808-7779-4746-b747-7bfdbbda421a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7010249246411576872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872701024924641157687270102492464115768727010249246411576872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a311436b-ea86-4154-a6c9-19bf0b201d2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e8ffa45-d11b-4788-b599-e29c62caf082, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8ffa45-d11b-4788-b599-e29c62caf082, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3013457525242833898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898301345752524283389830134575252428338983013457525242833898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41623808-7779-4746-b747-7bfdbbda421a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9ec937a-774a-400c-9edf-4980092dd596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ec937a-774a-400c-9edf-4980092dd596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12445731594847861903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903124457315948478619031244573159484786190312445731594847861903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8ffa45-d11b-4788-b599-e29c62caf082, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6529c41-c9f4-4db2-81b3-81a6961e629b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6529c41-c9f4-4db2-81b3-81a6961e629b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8864055766216452502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502886405576621645250288640557662164525028864055766216452502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ec937a-774a-400c-9edf-4980092dd596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 226d73b2-c888-4094-907d-8fac177102bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226d73b2-c888-4094-907d-8fac177102bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18038367695252794451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451180383676952527944511803836769525279445118038367695252794451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6529c41-c9f4-4db2-81b3-81a6961e629b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74698564-759c-4d68-8d5f-f9962a123b45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74698564-759c-4d68-8d5f-f9962a123b45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14438426589830370729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729144384265898303707291443842658983037072914438426589830370729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226d73b2-c888-4094-907d-8fac177102bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca9a768e-c361-4805-b3cf-ec9fd3aaf158, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca9a768e-c361-4805-b3cf-ec9fd3aaf158, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16134020522987587810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810161340205229875878101613402052298758781016134020522987587810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74698564-759c-4d68-8d5f-f9962a123b45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 090da3d9-efef-41d6-add3-085c1fe57c23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 090da3d9-efef-41d6-add3-085c1fe57c23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5698193273925139682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682569819327392513968256981932739251396825698193273925139682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca9a768e-c361-4805-b3cf-ec9fd3aaf158, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e074bb-5899-46e1-8941-997b93b26035, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e074bb-5899-46e1-8941-997b93b26035, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5977586279367247495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495597758627936724749559775862793672474955977586279367247495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 090da3d9-efef-41d6-add3-085c1fe57c23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80eb53bf-2f83-4248-8db2-8ac5f9ef2ec6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80eb53bf-2f83-4248-8db2-8ac5f9ef2ec6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12368778300709630620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620123687783007096306201236877830070963062012368778300709630620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e074bb-5899-46e1-8941-997b93b26035, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c0de82e-e050-403f-819f-033dd41d0479, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c0de82e-e050-403f-819f-033dd41d0479, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10397165319145243041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041103971653191452430411039716531914524304110397165319145243041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80eb53bf-2f83-4248-8db2-8ac5f9ef2ec6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 386768d9-5653-4eae-95ad-80b6a8ef34ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 386768d9-5653-4eae-95ad-80b6a8ef34ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16809507328573391782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782168095073285733917821680950732857339178216809507328573391782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c0de82e-e050-403f-819f-033dd41d0479, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d76c2f-7640-49f6-8cb3-b47208d065ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 386768d9-5653-4eae-95ad-80b6a8ef34ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d76c2f-7640-49f6-8cb3-b47208d065ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2271500913434248594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594227150091343424859422715009134342485942271500913434248594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 516854a2-3444-4cbd-8017-3f058031fd8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516854a2-3444-4cbd-8017-3f058031fd8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7555687846883415217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217755568784688341521775556878468834152177555687846883415217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d76c2f-7640-49f6-8cb3-b47208d065ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516854a2-3444-4cbd-8017-3f058031fd8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83dd7ee5-ab02-40ab-86a6-34bcbe4d4ade, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83dd7ee5-ab02-40ab-86a6-34bcbe4d4ade, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565613663316489706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706145656136633164897061456561366331648970614565613663316489706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 174f5a21-43b7-486d-9923-a612c6026e94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 174f5a21-43b7-486d-9923-a612c6026e94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9583411822284206620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620958341182228420662095834118222842066209583411822284206620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83dd7ee5-ab02-40ab-86a6-34bcbe4d4ade, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9179978-958b-4e20-8985-0e025b0ed1f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9179978-958b-4e20-8985-0e025b0ed1f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2960643069524583968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968296064306952458396829606430695245839682960643069524583968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 174f5a21-43b7-486d-9923-a612c6026e94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83f6bc5e-c5f7-48e5-8662-1deafb9b6a91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f6bc5e-c5f7-48e5-8662-1deafb9b6a91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 40515944184374511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4051594418437451140515944184374511405159441843745114051594418437451140515944184374511405159441843745114051594418437451140515944184374511405159441843745114051594418437451140515944184374511405159441843745114051594418437451140515944184374511405159441843745114051594418437451140515944184374511405159441843745114051594418437451140515944184374511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9179978-958b-4e20-8985-0e025b0ed1f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b0b37c8-e155-4fbe-a5ae-3e53ffc80c76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0b37c8-e155-4fbe-a5ae-3e53ffc80c76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8806286678596366217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217880628667859636621788062866785963662178806286678596366217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f6bc5e-c5f7-48e5-8662-1deafb9b6a91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 683c563f-fbab-4d89-943a-8681002272b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 683c563f-fbab-4d89-943a-8681002272b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1927191626057968427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427192719162605796842719271916260579684271927191626057968427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0b37c8-e155-4fbe-a5ae-3e53ffc80c76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ca1e4c0-bff0-4bc6-86d1-bcc755b23791, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca1e4c0-bff0-4bc6-86d1-bcc755b23791, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 474769102069694557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557474769102069694557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca1e4c0-bff0-4bc6-86d1-bcc755b23791, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21582a86-5575-4464-889e-71764ee68ef0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21582a86-5575-4464-889e-71764ee68ef0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382917494539749966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966382917494539749966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 683c563f-fbab-4d89-943a-8681002272b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cd5cf3b-ae61-4f27-a511-2b4e4104c071, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cd5cf3b-ae61-4f27-a511-2b4e4104c071, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8670871496613702087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087867087149661370208786708714966137020878670871496613702087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21582a86-5575-4464-889e-71764ee68ef0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32941130-6cca-4947-96c8-d7af6ba25cca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32941130-6cca-4947-96c8-d7af6ba25cca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17213355027636582583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583172133550276365825831721335502763658258317213355027636582583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cd5cf3b-ae61-4f27-a511-2b4e4104c071, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d36612a-9c6f-4e55-a0db-6b116772719d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d36612a-9c6f-4e55-a0db-6b116772719d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8045709312946300544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544804570931294630054480457093129463005448045709312946300544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d36612a-9c6f-4e55-a0db-6b116772719d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76ec0eb1-5c91-4dd1-b6a5-f779629118b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76ec0eb1-5c91-4dd1-b6a5-f779629118b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11326944943313744591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591113269449433137445911132694494331374459111326944943313744591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32941130-6cca-4947-96c8-d7af6ba25cca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d70a0eae-193c-496f-8127-d406652dcb98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d70a0eae-193c-496f-8127-d406652dcb98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15707570669962614728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728157075706699626147281570757066996261472815707570669962614728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76ec0eb1-5c91-4dd1-b6a5-f779629118b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f029f05-c3d5-4078-874d-2e49e288d40b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f029f05-c3d5-4078-874d-2e49e288d40b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11310080024925777482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482113100800249257774821131008002492577748211310080024925777482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d70a0eae-193c-496f-8127-d406652dcb98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 036ec9c1-0f25-4f1e-8f08-87ef5fb846ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036ec9c1-0f25-4f1e-8f08-87ef5fb846ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137646153324198484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484161376461533241984841613764615332419848416137646153324198484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f029f05-c3d5-4078-874d-2e49e288d40b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c757a7cb-1aa4-4af7-8c4e-e5ceecc65bea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c757a7cb-1aa4-4af7-8c4e-e5ceecc65bea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12658473301734377858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858126584733017343778581265847330173437785812658473301734377858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036ec9c1-0f25-4f1e-8f08-87ef5fb846ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19019c43-a2c3-420a-a6c3-250fdb6980ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19019c43-a2c3-420a-a6c3-250fdb6980ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10257885716845879322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322102578857168458793221025788571684587932210257885716845879322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c757a7cb-1aa4-4af7-8c4e-e5ceecc65bea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d25d3b9d-779e-4692-a3f3-e200608f6bd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d25d3b9d-779e-4692-a3f3-e200608f6bd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17805889549734078516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516178058895497340785161780588954973407851617805889549734078516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19019c43-a2c3-420a-a6c3-250fdb6980ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 202fce80-ed3e-49c9-84d2-cf9ff2ebd9c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 202fce80-ed3e-49c9-84d2-cf9ff2ebd9c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7759155650575397512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512775915565057539751277591556505753975127759155650575397512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d25d3b9d-779e-4692-a3f3-e200608f6bd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5cd6e79-0588-42d5-a374-295be239f985, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5cd6e79-0588-42d5-a374-295be239f985, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10497603306289026228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228104976033062890262281049760330628902622810497603306289026228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 202fce80-ed3e-49c9-84d2-cf9ff2ebd9c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bfa9f60-e702-49f2-94c2-721bcbb5a4e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bfa9f60-e702-49f2-94c2-721bcbb5a4e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6926215264626902609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609692621526462690260969262152646269026096926215264626902609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5cd6e79-0588-42d5-a374-295be239f985, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba0540b9-854f-453a-afad-fb7e216b568a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba0540b9-854f-453a-afad-fb7e216b568a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8192097465481986640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640819209746548198664081920974654819866408192097465481986640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bfa9f60-e702-49f2-94c2-721bcbb5a4e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5434a3a8-3606-4053-8e1b-f986a7bf7816, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5434a3a8-3606-4053-8e1b-f986a7bf7816, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6393538841681372693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693639353884168137269363935388416813726936393538841681372693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba0540b9-854f-453a-afad-fb7e216b568a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec3b669-a2b0-46fb-a60e-15102b35bf62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec3b669-a2b0-46fb-a60e-15102b35bf62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8146819701624971150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150814681970162497115081468197016249711508146819701624971150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5434a3a8-3606-4053-8e1b-f986a7bf7816, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 132da9f9-6a7c-4827-9aa3-7eb4c50a5cc8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132da9f9-6a7c-4827-9aa3-7eb4c50a5cc8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7904579659688246281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281790457965968824628179045796596882462817904579659688246281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec3b669-a2b0-46fb-a60e-15102b35bf62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee56496-1864-4a5e-93df-a3d69687391f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee56496-1864-4a5e-93df-a3d69687391f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5940444959844845437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437594044495984484543759404449598448454375940444959844845437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132da9f9-6a7c-4827-9aa3-7eb4c50a5cc8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3f68de6-2d5f-4d50-98cd-a80a4a3e6469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3f68de6-2d5f-4d50-98cd-a80a4a3e6469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8272848146364631787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787827284814636463178782728481463646317878272848146364631787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee56496-1864-4a5e-93df-a3d69687391f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48280aa4-c97c-482e-8fec-4bab74bafb26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48280aa4-c97c-482e-8fec-4bab74bafb26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18434756494706585709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709184347564947065857091843475649470658570918434756494706585709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3f68de6-2d5f-4d50-98cd-a80a4a3e6469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93bb36f5-41b8-487b-b9ab-68da1ae5b723, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93bb36f5-41b8-487b-b9ab-68da1ae5b723, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13670848417966677438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438136708484179666774381367084841796667743813670848417966677438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48280aa4-c97c-482e-8fec-4bab74bafb26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b9676c3-4409-443a-bf53-c1400936b7a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b9676c3-4409-443a-bf53-c1400936b7a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14955463861340313162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162149554638613403131621495546386134031316214955463861340313162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b9676c3-4409-443a-bf53-c1400936b7a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93bb36f5-41b8-487b-b9ab-68da1ae5b723, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30b2598d-18dd-42a4-8f44-219680be6f61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30b2598d-18dd-42a4-8f44-219680be6f61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3045077582332839662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662304507758233283966230450775823328396623045077582332839662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c543c9e-ef6e-4e93-bad6-bf5d0d6c3e1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c543c9e-ef6e-4e93-bad6-bf5d0d6c3e1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10298476790782225158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158102984767907822251581029847679078222515810298476790782225158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30b2598d-18dd-42a4-8f44-219680be6f61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34741bb4-3473-4608-abc4-b94e3a4f8aa2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c543c9e-ef6e-4e93-bad6-bf5d0d6c3e1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34741bb4-3473-4608-abc4-b94e3a4f8aa2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7358647114519476129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129735864711451947612973586471145194761297358647114519476129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47ecdb5f-b058-47e6-9e51-ce211652498d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ecdb5f-b058-47e6-9e51-ce211652498d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13196029703964996236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236131960297039649962361319602970396499623613196029703964996236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34741bb4-3473-4608-abc4-b94e3a4f8aa2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a50c693-139a-4b11-ae08-d66ca44311fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a50c693-139a-4b11-ae08-d66ca44311fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11975616957730747767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767119756169577307477671197561695773074776711975616957730747767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ecdb5f-b058-47e6-9e51-ce211652498d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e6278cd-ad66-407b-a9e4-dcc069ef18ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e6278cd-ad66-407b-a9e4-dcc069ef18ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13451973222606533507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507134519732226065335071345197322260653350713451973222606533507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a50c693-139a-4b11-ae08-d66ca44311fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33060c27-529b-414f-ac2f-e59723926fe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33060c27-529b-414f-ac2f-e59723926fe4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14293699775692190119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119142936997756921901191429369977569219011914293699775692190119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e6278cd-ad66-407b-a9e4-dcc069ef18ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4cc7aa5-b467-4ac3-8782-b2d7bdd2745c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cc7aa5-b467-4ac3-8782-b2d7bdd2745c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202097636284037861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861172020976362840378611720209763628403786117202097636284037861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33060c27-529b-414f-ac2f-e59723926fe4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258031c5-8685-4e4b-af08-433a8b690525, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cc7aa5-b467-4ac3-8782-b2d7bdd2745c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258031c5-8685-4e4b-af08-433a8b690525, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4274100201020016846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846427410020102001684642741002010200168464274100201020016846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e50efb76-6261-47db-a536-37d9e6fdbd79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e50efb76-6261-47db-a536-37d9e6fdbd79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11907585696745013914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914119075856967450139141190758569674501391411907585696745013914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258031c5-8685-4e4b-af08-433a8b690525, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac3cffe8-c885-415b-a6cc-ef647ff1c126, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac3cffe8-c885-415b-a6cc-ef647ff1c126, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9339897085147419478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478933989708514741947893398970851474194789339897085147419478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e50efb76-6261-47db-a536-37d9e6fdbd79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7baebbd3-fdbb-42e2-8a92-c38e906e2e1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7baebbd3-fdbb-42e2-8a92-c38e906e2e1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7478397096888509560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560747839709688850956074783970968885095607478397096888509560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac3cffe8-c885-415b-a6cc-ef647ff1c126, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6446ce1f-88ca-4ae4-a53c-e2a38ce2a627, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6446ce1f-88ca-4ae4-a53c-e2a38ce2a627, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 990998403374158797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797990998403374158797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7baebbd3-fdbb-42e2-8a92-c38e906e2e1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0f8ad05-30cf-42d6-9503-dda7ba07da31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0f8ad05-30cf-42d6-9503-dda7ba07da31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3679172201555278581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581367917220155527858136791722015552785813679172201555278581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6446ce1f-88ca-4ae4-a53c-e2a38ce2a627, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52e93ac0-985b-426e-a748-33efbc5d1db7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e93ac0-985b-426e-a748-33efbc5d1db7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2917483842524550332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332291748384252455033229174838425245503322917483842524550332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0f8ad05-30cf-42d6-9503-dda7ba07da31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 897e6bb5-6ecd-4a46-abb2-9c2a2b17fe3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897e6bb5-6ecd-4a46-abb2-9c2a2b17fe3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 403319865697075037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037403319865697075037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e93ac0-985b-426e-a748-33efbc5d1db7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897e6bb5-6ecd-4a46-abb2-9c2a2b17fe3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8f58bc8-6b20-429d-8fb1-590305566c14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e13a952c-fa79-4ca9-bff0-2cebf507768b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13a952c-fa79-4ca9-bff0-2cebf507768b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12513776696720343350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350125137766967203433501251377669672034335012513776696720343350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f58bc8-6b20-429d-8fb1-590305566c14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18075043630137430182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182180750436301374301821807504363013743018218075043630137430182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13a952c-fa79-4ca9-bff0-2cebf507768b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 467ed044-f4b0-4b88-823f-168bdcc37953, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467ed044-f4b0-4b88-823f-168bdcc37953, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15951801463784729299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299159518014637847292991595180146378472929915951801463784729299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f58bc8-6b20-429d-8fb1-590305566c14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 849a800b-f159-4a5c-8608-d9b2de9d2b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 849a800b-f159-4a5c-8608-d9b2de9d2b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3475567224447734682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682347556722444773468234755672244477346823475567224447734682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 849a800b-f159-4a5c-8608-d9b2de9d2b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e15f283-e3ec-422b-a7e2-c16301a72488, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e15f283-e3ec-422b-a7e2-c16301a72488, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11975928925579353317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317119759289255793533171197592892557935331711975928925579353317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467ed044-f4b0-4b88-823f-168bdcc37953, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95464739-a5de-4683-b4e8-4501406b4de3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95464739-a5de-4683-b4e8-4501406b4de3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13775202808338219313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313137752028083382193131377520280833821931313775202808338219313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e15f283-e3ec-422b-a7e2-c16301a72488, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 332da354-eb23-423e-848a-9164677e2cb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 332da354-eb23-423e-848a-9164677e2cb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8487959887397033279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279848795988739703327984879598873970332798487959887397033279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95464739-a5de-4683-b4e8-4501406b4de3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3095bf31-bd23-4022-bed2-daac0e2456cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3095bf31-bd23-4022-bed2-daac0e2456cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9056315760086613802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802905631576008661380290563157600866138029056315760086613802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 332da354-eb23-423e-848a-9164677e2cb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de392971-16cd-4dac-843f-9145cbd26608, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de392971-16cd-4dac-843f-9145cbd26608, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13074723938916459260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260130747239389164592601307472393891645926013074723938916459260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3095bf31-bd23-4022-bed2-daac0e2456cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdb42f3f-7e7e-4d13-81b7-2bcf3521a147, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb42f3f-7e7e-4d13-81b7-2bcf3521a147, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8313228884674058437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437831322888467405843783132288846740584378313228884674058437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de392971-16cd-4dac-843f-9145cbd26608, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3811789f-6ccc-4884-b903-65a3ae18177d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3811789f-6ccc-4884-b903-65a3ae18177d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6674162949795621014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014667416294979562101466741629497956210146674162949795621014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb42f3f-7e7e-4d13-81b7-2bcf3521a147, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d178f46-4101-431c-8e5c-3d8c1cc7e4bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d178f46-4101-431c-8e5c-3d8c1cc7e4bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12146164502757548605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605121461645027575486051214616450275754860512146164502757548605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3811789f-6ccc-4884-b903-65a3ae18177d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b52d6f43-1853-4bab-8218-27976b148afa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52d6f43-1853-4bab-8218-27976b148afa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12872249672693008969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969128722496726930089691287224967269300896912872249672693008969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d178f46-4101-431c-8e5c-3d8c1cc7e4bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76a3a6ee-287b-4638-9515-8c4120a768fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a3a6ee-287b-4638-9515-8c4120a768fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6596967086512380755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755659696708651238075565969670865123807556596967086512380755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52d6f43-1853-4bab-8218-27976b148afa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a368959-b32f-4822-aa1d-4503212159f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a368959-b32f-4822-aa1d-4503212159f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 746998418711725253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253746998418711725253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a3a6ee-287b-4638-9515-8c4120a768fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07ca2318-0c2d-43c5-9621-775686b32cb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07ca2318-0c2d-43c5-9621-775686b32cb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5349923100344757840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840534992310034475784053499231003447578405349923100344757840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07ca2318-0c2d-43c5-9621-775686b32cb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfccf8b8-2184-414c-8d8b-751aa19daf11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfccf8b8-2184-414c-8d8b-751aa19daf11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7900183989901784261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261790018398990178426179001839899017842617900183989901784261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a368959-b32f-4822-aa1d-4503212159f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6f5f6d8-b601-47e5-b01b-6af7d050479a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f5f6d8-b601-47e5-b01b-6af7d050479a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3824204155484127906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906382420415548412790638242041554841279063824204155484127906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfccf8b8-2184-414c-8d8b-751aa19daf11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a9bfd08-8065-41a6-9e5b-77cdd2f026ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9bfd08-8065-41a6-9e5b-77cdd2f026ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11513548643905308163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163115135486439053081631151354864390530816311513548643905308163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f5f6d8-b601-47e5-b01b-6af7d050479a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2ff1004-ef5e-4a27-8b66-c07589d8fc19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2ff1004-ef5e-4a27-8b66-c07589d8fc19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3756732388721999644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644375673238872199964437567323887219996443756732388721999644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9bfd08-8065-41a6-9e5b-77cdd2f026ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 328edfb2-e7e5-45da-bf68-bf47cad46250, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2ff1004-ef5e-4a27-8b66-c07589d8fc19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 328edfb2-e7e5-45da-bf68-bf47cad46250, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 734435484948677619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619734435484948677619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d410448-beba-42df-a149-0f92e30a3218, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d410448-beba-42df-a149-0f92e30a3218, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18181992502038364503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503181819925020383645031818199250203836450318181992502038364503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d410448-beba-42df-a149-0f92e30a3218, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02ded2e6-9793-45a8-ae5d-ca4f4fe90713, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ded2e6-9793-45a8-ae5d-ca4f4fe90713, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7833870142037946086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086783387014203794608678338701420379460867833870142037946086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 328edfb2-e7e5-45da-bf68-bf47cad46250, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d807d4d-cb5e-4758-9d5d-7efbbe50f453, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d807d4d-cb5e-4758-9d5d-7efbbe50f453, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2461349320712015722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722246134932071201572224613493207120157222461349320712015722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ded2e6-9793-45a8-ae5d-ca4f4fe90713, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc3f857f-acb2-45b1-9cbd-98c6874b660c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc3f857f-acb2-45b1-9cbd-98c6874b660c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1293881896149681106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106129388189614968110612938818961496811061293881896149681106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d807d4d-cb5e-4758-9d5d-7efbbe50f453, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52d8acb5-c2d9-4be4-8281-0785753f6bd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d8acb5-c2d9-4be4-8281-0785753f6bd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13134881255626030418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418131348812556260304181313488125562603041813134881255626030418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc3f857f-acb2-45b1-9cbd-98c6874b660c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1b7b4ec-3c77-49dc-92a8-8d0eaeb1aade, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b7b4ec-3c77-49dc-92a8-8d0eaeb1aade, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2116591686977655141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141211659168697765514121165916869776551412116591686977655141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d8acb5-c2d9-4be4-8281-0785753f6bd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa7caf1f-3d67-4258-aef7-6cc6cb88644c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7caf1f-3d67-4258-aef7-6cc6cb88644c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5863648740178371897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897586364874017837189758636487401783718975863648740178371897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b7b4ec-3c77-49dc-92a8-8d0eaeb1aade, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 090a421e-bb96-45b6-9f99-2eeeb87da3d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 090a421e-bb96-45b6-9f99-2eeeb87da3d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9202071033129179177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177920207103312917917792020710331291791779202071033129179177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7caf1f-3d67-4258-aef7-6cc6cb88644c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbda0eb3-9a9c-4992-a54d-a88a68866e8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 090a421e-bb96-45b6-9f99-2eeeb87da3d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64611406-461a-4e6e-8f5b-83d86cc4a1f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64611406-461a-4e6e-8f5b-83d86cc4a1f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12280138465026917065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065122801384650269170651228013846502691706512280138465026917065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbda0eb3-9a9c-4992-a54d-a88a68866e8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13094216355346065518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518130942163553460655181309421635534606551813094216355346065518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64611406-461a-4e6e-8f5b-83d86cc4a1f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e36cdab-77a4-4f9a-8fa0-0d2ed3a2d47e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e36cdab-77a4-4f9a-8fa0-0d2ed3a2d47e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4049387103138937779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779404938710313893777940493871031389377794049387103138937779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbda0eb3-9a9c-4992-a54d-a88a68866e8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aa590b0-3354-4fd5-a7e7-30674db05b0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa590b0-3354-4fd5-a7e7-30674db05b0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11931503105859709645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645119315031058597096451193150310585970964511931503105859709645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e36cdab-77a4-4f9a-8fa0-0d2ed3a2d47e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d112d475-5eb4-4eac-a4df-d4c209b0f009, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d112d475-5eb4-4eac-a4df-d4c209b0f009, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 419106236749012135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135419106236749012135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa590b0-3354-4fd5-a7e7-30674db05b0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b59f9e77-29f7-492c-bd2c-ed20c5be883d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59f9e77-29f7-492c-bd2c-ed20c5be883d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7884765388404066123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123788476538840406612378847653884040661237884765388404066123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d112d475-5eb4-4eac-a4df-d4c209b0f009, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 537f083d-42db-4637-8c83-02642d7f780b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537f083d-42db-4637-8c83-02642d7f780b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3826076374678226738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738382607637467822673838260763746782267383826076374678226738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59f9e77-29f7-492c-bd2c-ed20c5be883d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bc07ef6-3c49-43a4-bb5f-a88447b07b91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537f083d-42db-4637-8c83-02642d7f780b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc07ef6-3c49-43a4-bb5f-a88447b07b91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7880169702379821128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128788016970237982112878801697023798211287880169702379821128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c778d840-c556-4456-ad77-efb82ef9a075, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c778d840-c556-4456-ad77-efb82ef9a075, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9236752812405285520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520923675281240528552092367528124052855209236752812405285520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc07ef6-3c49-43a4-bb5f-a88447b07b91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c594c1c-c298-4297-b431-cd6063122c24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c594c1c-c298-4297-b431-cd6063122c24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9854734405856277473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473985473440585627747398547344058562774739854734405856277473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c778d840-c556-4456-ad77-efb82ef9a075, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbee28e9-31e9-4301-949b-989df7a1dd66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbee28e9-31e9-4301-949b-989df7a1dd66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457581298981399664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664445758129898139966444575812989813996644457581298981399664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c594c1c-c298-4297-b431-cd6063122c24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b22bd2d1-cb7c-412f-bc6d-7ac4961259e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22bd2d1-cb7c-412f-bc6d-7ac4961259e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16315283302443580744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744163152833024435807441631528330244358074416315283302443580744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbee28e9-31e9-4301-949b-989df7a1dd66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e0eb51b-4961-46a3-9787-e1de85234452, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e0eb51b-4961-46a3-9787-e1de85234452, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3098711959145469047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047309871195914546904730987119591454690473098711959145469047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22bd2d1-cb7c-412f-bc6d-7ac4961259e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b48aba82-0305-41b6-8e6f-5fa62b306757, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b48aba82-0305-41b6-8e6f-5fa62b306757, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1386732949689183008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008138673294968918300813867329496891830081386732949689183008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e0eb51b-4961-46a3-9787-e1de85234452, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43285ce9-1517-465b-a672-32b123d705c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43285ce9-1517-465b-a672-32b123d705c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228325255381313622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622102283252553813136221022832525538131362210228325255381313622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b48aba82-0305-41b6-8e6f-5fa62b306757, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e58443c0-8490-4b39-aa19-0275a7f7f6e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58443c0-8490-4b39-aa19-0275a7f7f6e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 920205685755595857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857920205685755595857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43285ce9-1517-465b-a672-32b123d705c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6db5c76-f549-4fc2-ac5b-a4a3f6ab4eda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6db5c76-f549-4fc2-ac5b-a4a3f6ab4eda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9678347687731729023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023967834768773172902396783476877317290239678347687731729023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58443c0-8490-4b39-aa19-0275a7f7f6e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc5f42c0-eb69-4c38-90a8-35215e5ab0af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc5f42c0-eb69-4c38-90a8-35215e5ab0af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10934587612399761908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908109345876123997619081093458761239976190810934587612399761908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6db5c76-f549-4fc2-ac5b-a4a3f6ab4eda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f08090a2-e48d-4a48-889d-61db302796de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08090a2-e48d-4a48-889d-61db302796de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11087950916826664863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863110879509168266648631108795091682666486311087950916826664863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc5f42c0-eb69-4c38-90a8-35215e5ab0af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4236c06-e0ca-472c-a884-e99590b54278, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4236c06-e0ca-472c-a884-e99590b54278, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14821401656510667845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845148214016565106678451482140165651066784514821401656510667845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4236c06-e0ca-472c-a884-e99590b54278, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98c0af43-b5ea-4ecd-8ef1-69d9af61398f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c0af43-b5ea-4ecd-8ef1-69d9af61398f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 489573488534895283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283489573488534895283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08090a2-e48d-4a48-889d-61db302796de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b0a23db-edec-4b29-9e58-07ff9f4c4c60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b0a23db-edec-4b29-9e58-07ff9f4c4c60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2148004518670742287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287214800451867074228721480045186707422872148004518670742287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c0af43-b5ea-4ecd-8ef1-69d9af61398f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f77c25f9-6bc1-427c-846e-0918445d8545, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f77c25f9-6bc1-427c-846e-0918445d8545, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17708384917608164958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958177083849176081649581770838491760816495817708384917608164958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b0a23db-edec-4b29-9e58-07ff9f4c4c60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4124be8-d59c-4e42-9ce0-f5e18d55c1f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4124be8-d59c-4e42-9ce0-f5e18d55c1f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15072435989923917846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846150724359899239178461507243598992391784615072435989923917846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f77c25f9-6bc1-427c-846e-0918445d8545, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45a5d4c1-7214-46e2-9408-e225221158a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a5d4c1-7214-46e2-9408-e225221158a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1815665584644676863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863181566558464467686318156655846446768631815665584644676863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4124be8-d59c-4e42-9ce0-f5e18d55c1f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 880ee5bd-f108-4de7-8592-79da1d22e7ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 880ee5bd-f108-4de7-8592-79da1d22e7ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18074059784068839728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728180740597840688397281807405978406883972818074059784068839728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a5d4c1-7214-46e2-9408-e225221158a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32e15b40-78b5-482f-a4a3-66eff6d11eb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e15b40-78b5-482f-a4a3-66eff6d11eb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10134831795873779399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399101348317958737793991013483179587377939910134831795873779399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 880ee5bd-f108-4de7-8592-79da1d22e7ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fc6e94-fd5a-401c-a4d3-9d792087d099, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fc6e94-fd5a-401c-a4d3-9d792087d099, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858694672621740085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085148586946726217400851485869467262174008514858694672621740085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e15b40-78b5-482f-a4a3-66eff6d11eb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bf30b97-357e-4efe-a5ff-263e19a57cb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf30b97-357e-4efe-a5ff-263e19a57cb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18331400716152644545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545183314007161526445451833140071615264454518331400716152644545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fc6e94-fd5a-401c-a4d3-9d792087d099, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9719e568-d23c-4ebc-b989-89fae5aac57f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9719e568-d23c-4ebc-b989-89fae5aac57f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1242933934145363811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811124293393414536381112429339341453638111242933934145363811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf30b97-357e-4efe-a5ff-263e19a57cb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32570b9c-7396-4fa3-be13-8d92d26d21f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32570b9c-7396-4fa3-be13-8d92d26d21f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11278992552886979036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036112789925528869790361127899255288697903611278992552886979036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9719e568-d23c-4ebc-b989-89fae5aac57f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d17d86-54a2-4706-95cd-eb304d5d2d5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d17d86-54a2-4706-95cd-eb304d5d2d5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7299971424842031506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506729997142484203150672999714248420315067299971424842031506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32570b9c-7396-4fa3-be13-8d92d26d21f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53e7ae77-ae87-404a-b5a7-8552493aceed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e7ae77-ae87-404a-b5a7-8552493aceed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1582878809284501535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535158287880928450153515828788092845015351582878809284501535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d17d86-54a2-4706-95cd-eb304d5d2d5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f3d71c3-83f3-47b5-b1bb-f55115660178, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f3d71c3-83f3-47b5-b1bb-f55115660178, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5155949464429099599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599515594946442909959951559494644290995995155949464429099599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e7ae77-ae87-404a-b5a7-8552493aceed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e42e2a7-f44c-4e04-b4ef-7ab2339f61a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e42e2a7-f44c-4e04-b4ef-7ab2339f61a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15355977874542058643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643153559778745420586431535597787454205864315355977874542058643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f3d71c3-83f3-47b5-b1bb-f55115660178, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, befe6c5a-64c5-443e-a4a4-f5f3c96ba845, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, befe6c5a-64c5-443e-a4a4-f5f3c96ba845, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16116730363445473569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569161167303634454735691611673036344547356916116730363445473569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e42e2a7-f44c-4e04-b4ef-7ab2339f61a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec84de61-be98-41d3-99ce-a84c98d62ec9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec84de61-be98-41d3-99ce-a84c98d62ec9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5079114663933387614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614507911466393338761450791146639333876145079114663933387614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, befe6c5a-64c5-443e-a4a4-f5f3c96ba845, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ec00698-54d2-4a05-9753-398a2da87e43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec00698-54d2-4a05-9753-398a2da87e43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16888810065030974457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457168888100650309744571688881006503097445716888810065030974457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec84de61-be98-41d3-99ce-a84c98d62ec9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b026a84-f99d-44e9-992a-164fea79b2d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b026a84-f99d-44e9-992a-164fea79b2d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5797774733711337979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979579777473371133797957977747337113379795797774733711337979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec00698-54d2-4a05-9753-398a2da87e43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d15d9d5-f402-4f12-bad2-2f81495c96ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d15d9d5-f402-4f12-bad2-2f81495c96ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6463626505481241955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955646362650548124195564636265054812419556463626505481241955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b026a84-f99d-44e9-992a-164fea79b2d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95ec5fae-b17d-4a59-8b27-77a932a13fee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ec5fae-b17d-4a59-8b27-77a932a13fee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1720614050328814867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867172061405032881486717206140503288148671720614050328814867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d15d9d5-f402-4f12-bad2-2f81495c96ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3a0d6e8-0ca1-4e44-8d87-3002a1ecc686, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a0d6e8-0ca1-4e44-8d87-3002a1ecc686, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18140830810537579899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899181408308105375798991814083081053757989918140830810537579899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ec5fae-b17d-4a59-8b27-77a932a13fee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87ed8178-d6b1-49e4-923e-8b25528df922, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ed8178-d6b1-49e4-923e-8b25528df922, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11351647353599811735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735113516473535998117351135164735359981173511351647353599811735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a0d6e8-0ca1-4e44-8d87-3002a1ecc686, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4c0c36a-d933-4b0c-a18c-2e48990d3c15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c0c36a-d933-4b0c-a18c-2e48990d3c15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10142176431163828202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202101421764311638282021014217643116382820210142176431163828202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ed8178-d6b1-49e4-923e-8b25528df922, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f95f829-c0fb-469c-a7a5-074adccb87ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f95f829-c0fb-469c-a7a5-074adccb87ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4760868868316801942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942476086886831680194247608688683168019424760868868316801942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c0c36a-d933-4b0c-a18c-2e48990d3c15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b12bbd75-b084-49de-b505-1a0225b44bd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b12bbd75-b084-49de-b505-1a0225b44bd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11175008190946039214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214111750081909460392141117500819094603921411175008190946039214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f95f829-c0fb-469c-a7a5-074adccb87ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f64ea35f-2575-4655-bf4f-cbb63e9d59bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64ea35f-2575-4655-bf4f-cbb63e9d59bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13306413891666820848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848133064138916668208481330641389166682084813306413891666820848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b12bbd75-b084-49de-b505-1a0225b44bd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d237e36-59ea-45b3-8541-252835a44ef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d237e36-59ea-45b3-8541-252835a44ef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17753732493662955422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422177537324936629554221775373249366295542217753732493662955422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64ea35f-2575-4655-bf4f-cbb63e9d59bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f77502-5e5f-4efa-a55a-44e1fcf952d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f77502-5e5f-4efa-a55a-44e1fcf952d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7060123656415567759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759706012365641556775970601236564155677597060123656415567759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d237e36-59ea-45b3-8541-252835a44ef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c117a1d-6dce-4624-a262-d7ae010cb90d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c117a1d-6dce-4624-a262-d7ae010cb90d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18181064597390066956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956181810645973900669561818106459739006695618181064597390066956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f77502-5e5f-4efa-a55a-44e1fcf952d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 276a52cb-fd8c-488d-893d-71c949ba03ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 276a52cb-fd8c-488d-893d-71c949ba03ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11496217751275193287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287114962177512751932871149621775127519328711496217751275193287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c117a1d-6dce-4624-a262-d7ae010cb90d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d6178c8-4b8b-4bd1-b9c9-db0feffc218b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d6178c8-4b8b-4bd1-b9c9-db0feffc218b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17989625985334536325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325179896259853345363251798962598533453632517989625985334536325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 276a52cb-fd8c-488d-893d-71c949ba03ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dfc162f-ab0b-4b59-aefc-6a302971c884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d6178c8-4b8b-4bd1-b9c9-db0feffc218b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d2d8ea4-4ee0-42b6-8982-d74d5373098e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d2d8ea4-4ee0-42b6-8982-d74d5373098e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7617273448232830504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504761727344823283050476172734482328305047617273448232830504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dfc162f-ab0b-4b59-aefc-6a302971c884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1466650240194878488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488146665024019487848814666502401948784881466650240194878488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dfc162f-ab0b-4b59-aefc-6a302971c884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de6b8f46-8fa7-4157-be93-10289c03c0f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6b8f46-8fa7-4157-be93-10289c03c0f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18271100066075094729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729182711000660750947291827110006607509472918271100066075094729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d2d8ea4-4ee0-42b6-8982-d74d5373098e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 731a6162-087f-4898-837d-0fdacdcaa573, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 731a6162-087f-4898-837d-0fdacdcaa573, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3000695803808979579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579300069580380897957930006958038089795793000695803808979579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 731a6162-087f-4898-837d-0fdacdcaa573, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5449d2d3-d70d-40ae-a606-3466a0386123, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5449d2d3-d70d-40ae-a606-3466a0386123, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2730881751657891212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212273088175165789121227308817516578912122730881751657891212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6b8f46-8fa7-4157-be93-10289c03c0f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec5f419e-42b0-416a-9c1a-31da18036613, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec5f419e-42b0-416a-9c1a-31da18036613, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17271113053813525333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333172711130538135253331727111305381352533317271113053813525333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5449d2d3-d70d-40ae-a606-3466a0386123, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7afa0e1-fa39-4240-8309-bd60e56b6f7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7afa0e1-fa39-4240-8309-bd60e56b6f7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17534798877808042833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833175347988778080428331753479887780804283317534798877808042833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec5f419e-42b0-416a-9c1a-31da18036613, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e7e134-b0f2-4fb8-8e5d-29ea4c591f58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e7e134-b0f2-4fb8-8e5d-29ea4c591f58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1841762786383898225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225184176278638389822518417627863838982251841762786383898225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7afa0e1-fa39-4240-8309-bd60e56b6f7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cfefe9d-5adb-4c97-8ca8-c0f0e8283b7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cfefe9d-5adb-4c97-8ca8-c0f0e8283b7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206400604207985283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283420640060420798528342064006042079852834206400604207985283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e7e134-b0f2-4fb8-8e5d-29ea4c591f58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfbd1e91-1c8e-4f51-8584-fc2c423c98ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfbd1e91-1c8e-4f51-8584-fc2c423c98ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11338205899552558151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151113382058995525581511133820589955255815111338205899552558151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cfefe9d-5adb-4c97-8ca8-c0f0e8283b7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e214e4a-8d43-4da5-b7bf-0dc3554424f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e214e4a-8d43-4da5-b7bf-0dc3554424f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17743614945487362379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379177436149454873623791774361494548736237917743614945487362379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfbd1e91-1c8e-4f51-8584-fc2c423c98ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e645bf37-0674-4d4a-b1dc-07d3d63faf47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e645bf37-0674-4d4a-b1dc-07d3d63faf47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14672948070661874643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643146729480706618746431467294807066187464314672948070661874643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e214e4a-8d43-4da5-b7bf-0dc3554424f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17cea826-427f-4401-8078-200ff57f6512, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17cea826-427f-4401-8078-200ff57f6512, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17385199848285576143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143173851998482855761431738519984828557614317385199848285576143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e645bf37-0674-4d4a-b1dc-07d3d63faf47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 797fbbdc-42e4-42c9-bb4e-0fae6bff1bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 797fbbdc-42e4-42c9-bb4e-0fae6bff1bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5336292297437336787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787533629229743733678753362922974373367875336292297437336787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17cea826-427f-4401-8078-200ff57f6512, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7fbb61c-db3a-496e-a0a2-1bf72167f54e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 797fbbdc-42e4-42c9-bb4e-0fae6bff1bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60254c62-10c2-4707-a2ff-e666c1f02994, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60254c62-10c2-4707-a2ff-e666c1f02994, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 981927616418895404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404981927616418895404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7fbb61c-db3a-496e-a0a2-1bf72167f54e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5678186431841330186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186567818643184133018656781864318413301865678186431841330186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60254c62-10c2-4707-a2ff-e666c1f02994, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce9a2540-7973-49dd-a17d-0c65a2ea3ba7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce9a2540-7973-49dd-a17d-0c65a2ea3ba7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2195576018633204396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396219557601863320439621955760186332043962195576018633204396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7fbb61c-db3a-496e-a0a2-1bf72167f54e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1bc56d5-2a30-464b-9ea9-f78d42d14eaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1bc56d5-2a30-464b-9ea9-f78d42d14eaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 790663564637848376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376790663564637848376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce9a2540-7973-49dd-a17d-0c65a2ea3ba7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fbdc3bd-4f96-4c87-8446-31151fd4cc25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fbdc3bd-4f96-4c87-8446-31151fd4cc25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14066055400843457372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372140660554008434573721406605540084345737214066055400843457372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1bc56d5-2a30-464b-9ea9-f78d42d14eaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b25f7871-9c12-485d-8f42-e12a53cfe2d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25f7871-9c12-485d-8f42-e12a53cfe2d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16192954671728884865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865161929546717288848651619295467172888486516192954671728884865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fbdc3bd-4f96-4c87-8446-31151fd4cc25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feac23ce-f88b-4242-af52-afbb0f907281, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25f7871-9c12-485d-8f42-e12a53cfe2d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b13531ed-fafb-4fd3-bc13-4556212be5e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13531ed-fafb-4fd3-bc13-4556212be5e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1191944794695918924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924119194479469591892411919447946959189241191944794695918924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feac23ce-f88b-4242-af52-afbb0f907281, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5337934563104137991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991533793456310413799153379345631041379915337934563104137991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13531ed-fafb-4fd3-bc13-4556212be5e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feac23ce-f88b-4242-af52-afbb0f907281, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e8e105b-6edb-48d6-b5e9-58a5579ff50f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6f07900-e74d-45d1-86a9-d96940dcd550, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f07900-e74d-45d1-86a9-d96940dcd550, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9218403797575942416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416921840379757594241692184037975759424169218403797575942416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8e105b-6edb-48d6-b5e9-58a5579ff50f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13563503571062330561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561135635035710623305611356350357106233056113563503571062330561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f07900-e74d-45d1-86a9-d96940dcd550, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8e105b-6edb-48d6-b5e9-58a5579ff50f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fd739a7-d003-4de1-bff4-264b8f135c40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd739a7-d003-4de1-bff4-264b8f135c40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13620323436069272193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193136203234360692721931362032343606927219313620323436069272193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b19d5f9d-7334-4360-b6cf-45489eeae218, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19d5f9d-7334-4360-b6cf-45489eeae218, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18210193678696101449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449182101936786961014491821019367869610144918210193678696101449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd739a7-d003-4de1-bff4-264b8f135c40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf31358-995e-4fd4-b5c3-4a1686e22952, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf31358-995e-4fd4-b5c3-4a1686e22952, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9372310976660312000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000937231097666031200093723109766603120009372310976660312000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19d5f9d-7334-4360-b6cf-45489eeae218, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b875d3a6-32ac-467c-bf9d-d932365d7d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b875d3a6-32ac-467c-bf9d-d932365d7d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18188198216735707120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120181881982167357071201818819821673570712018188198216735707120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf31358-995e-4fd4-b5c3-4a1686e22952, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 445cf45d-7416-480f-9b42-f9112f3ff6d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 445cf45d-7416-480f-9b42-f9112f3ff6d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12934948156353117465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465129349481563531174651293494815635311746512934948156353117465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b875d3a6-32ac-467c-bf9d-d932365d7d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc59b073-25a9-41a4-b051-cab77c36364c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc59b073-25a9-41a4-b051-cab77c36364c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4302583317955302937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937430258331795530293743025833179553029374302583317955302937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 445cf45d-7416-480f-9b42-f9112f3ff6d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66bf0a7e-791e-4418-ad95-94f4e06260c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66bf0a7e-791e-4418-ad95-94f4e06260c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12452463578648823388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388124524635786488233881245246357864882338812452463578648823388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc59b073-25a9-41a4-b051-cab77c36364c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1049924-1105-4487-8e68-f18861ec2d5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1049924-1105-4487-8e68-f18861ec2d5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9101281583089169620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620910128158308916962091012815830891696209101281583089169620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66bf0a7e-791e-4418-ad95-94f4e06260c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57be928e-7c33-4b8a-900d-5580d33b8434, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1049924-1105-4487-8e68-f18861ec2d5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57be928e-7c33-4b8a-900d-5580d33b8434, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11762630859351388197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197117626308593513881971176263085935138819711762630859351388197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85c951da-3bfd-40c4-8167-34491b7feb5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85c951da-3bfd-40c4-8167-34491b7feb5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1926885582085436980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980192688558208543698019268855820854369801926885582085436980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57be928e-7c33-4b8a-900d-5580d33b8434, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eeb1aec-4867-4bb9-ae6b-b67836fef021, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eeb1aec-4867-4bb9-ae6b-b67836fef021, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11281278393572672403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403112812783935726724031128127839357267240311281278393572672403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85c951da-3bfd-40c4-8167-34491b7feb5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e91deb8-97d8-4a5e-b01b-81a1b6d8cc19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e91deb8-97d8-4a5e-b01b-81a1b6d8cc19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11794233392070952486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486117942333920709524861179423339207095248611794233392070952486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eeb1aec-4867-4bb9-ae6b-b67836fef021, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e91deb8-97d8-4a5e-b01b-81a1b6d8cc19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33ba71b7-60e8-4cfb-8ff6-80ac4636b09d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33ba71b7-60e8-4cfb-8ff6-80ac4636b09d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3264239636013137224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224326423963601313722432642396360131372243264239636013137224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c217d306-3937-4f33-98fc-ec7e5a9d553c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c217d306-3937-4f33-98fc-ec7e5a9d553c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7954082528032113011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011795408252803211301179540825280321130117954082528032113011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33ba71b7-60e8-4cfb-8ff6-80ac4636b09d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eb74b1d-2c93-4ebc-bfa1-f07806a5e320, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c217d306-3937-4f33-98fc-ec7e5a9d553c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d2ee37a-3882-4a30-8b6e-812c3cc07487, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eb74b1d-2c93-4ebc-bfa1-f07806a5e320, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471055316468476483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483114710553164684764831147105531646847648311471055316468476483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2ee37a-3882-4a30-8b6e-812c3cc07487, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11803163060414337351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351118031630604143373511180316306041433735111803163060414337351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eb74b1d-2c93-4ebc-bfa1-f07806a5e320, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c58c2e0-297f-4d5c-ad2b-5952bac11217, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c58c2e0-297f-4d5c-ad2b-5952bac11217, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14971499132400146236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236149714991324001462361497149913240014623614971499132400146236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2ee37a-3882-4a30-8b6e-812c3cc07487, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea5540c8-30aa-4fd2-af85-995dfc69d877, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5540c8-30aa-4fd2-af85-995dfc69d877, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6731778941161911741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741673177894116191174167317789411619117416731778941161911741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c58c2e0-297f-4d5c-ad2b-5952bac11217, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e1a97aa-1ce1-469b-8223-03afb374adbc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e1a97aa-1ce1-469b-8223-03afb374adbc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16890849529206331819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819168908495292063318191689084952920633181916890849529206331819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5540c8-30aa-4fd2-af85-995dfc69d877, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03fc270e-afae-4833-9256-1a8d5a8a2798, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fc270e-afae-4833-9256-1a8d5a8a2798, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15050165715287228316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316150501657152872283161505016571528722831615050165715287228316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e1a97aa-1ce1-469b-8223-03afb374adbc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d847b756-bacf-4dea-b980-96c7e30fd565, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d847b756-bacf-4dea-b980-96c7e30fd565, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16745402717290652660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660167454027172906526601674540271729065266016745402717290652660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fc270e-afae-4833-9256-1a8d5a8a2798, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7b4cebe-5143-457b-8db8-093c0a5d90c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b4cebe-5143-457b-8db8-093c0a5d90c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18307722765524020536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536183077227655240205361830772276552402053618307722765524020536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d847b756-bacf-4dea-b980-96c7e30fd565, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907f6388-1716-4e7a-b2e9-daa7877baf60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907f6388-1716-4e7a-b2e9-daa7877baf60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10922067416060994110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110109220674160609941101092206741606099411010922067416060994110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b4cebe-5143-457b-8db8-093c0a5d90c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1571be4c-facc-4844-b926-d000df10fd9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1571be4c-facc-4844-b926-d000df10fd9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11310392035188673507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507113103920351886735071131039203518867350711310392035188673507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907f6388-1716-4e7a-b2e9-daa7877baf60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f60ca746-32fa-42df-8fbb-a0a72c8ec3aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f60ca746-32fa-42df-8fbb-a0a72c8ec3aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17395501782814564253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253173955017828145642531739550178281456425317395501782814564253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1571be4c-facc-4844-b926-d000df10fd9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1970d96d-9d17-4913-888c-1f17ccdefd90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1970d96d-9d17-4913-888c-1f17ccdefd90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 905476794321528298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298905476794321528298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f60ca746-32fa-42df-8fbb-a0a72c8ec3aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dbf0b52-5313-472f-82a0-b25b2a46e869, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dbf0b52-5313-472f-82a0-b25b2a46e869, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14021940376360137499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499140219403763601374991402194037636013749914021940376360137499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1970d96d-9d17-4913-888c-1f17ccdefd90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edfda3df-f46c-43a5-a661-54a4235293cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edfda3df-f46c-43a5-a661-54a4235293cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7038411387001383183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183703841138700138318370384113870013831837038411387001383183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dbf0b52-5313-472f-82a0-b25b2a46e869, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8778a8a-f221-4378-bda8-83365e06bb12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8778a8a-f221-4378-bda8-83365e06bb12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9329395998494217675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675932939599849421767593293959984942176759329395998494217675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edfda3df-f46c-43a5-a661-54a4235293cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c614961c-5556-4cfe-bac9-3ba37d3d85c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c614961c-5556-4cfe-bac9-3ba37d3d85c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15900404473746535917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917159004044737465359171590040447374653591715900404473746535917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8778a8a-f221-4378-bda8-83365e06bb12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf16af3-6985-4b0b-8b4d-ea80bc6273ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf16af3-6985-4b0b-8b4d-ea80bc6273ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17712198668406510408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408177121986684065104081771219866840651040817712198668406510408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf16af3-6985-4b0b-8b4d-ea80bc6273ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed25beff-0d65-4db8-b7c2-747d36cc27d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed25beff-0d65-4db8-b7c2-747d36cc27d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6594209115800231165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165659420911580023116565942091158002311656594209115800231165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c614961c-5556-4cfe-bac9-3ba37d3d85c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbdfaee8-8590-4b28-b58c-8a5e6874c31b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbdfaee8-8590-4b28-b58c-8a5e6874c31b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1620865523612933664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664162086552361293366416208655236129336641620865523612933664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed25beff-0d65-4db8-b7c2-747d36cc27d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577c1ccd-7212-40d3-a7af-1f87ebc3be36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577c1ccd-7212-40d3-a7af-1f87ebc3be36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11421724464956256504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504114217244649562565041142172446495625650411421724464956256504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbdfaee8-8590-4b28-b58c-8a5e6874c31b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec342bee-1200-4115-8914-a9d6030b9bbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec342bee-1200-4115-8914-a9d6030b9bbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4121270539848620743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743412127053984862074341212705398486207434121270539848620743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec342bee-1200-4115-8914-a9d6030b9bbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75199fa5-e0db-470e-822c-52378f409b14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75199fa5-e0db-470e-822c-52378f409b14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4966816752423506956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956496681675242350695649668167524235069564966816752423506956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577c1ccd-7212-40d3-a7af-1f87ebc3be36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d4999a-d8ad-4874-ada2-8f6ced991e39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75199fa5-e0db-470e-822c-52378f409b14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d4999a-d8ad-4874-ada2-8f6ced991e39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12635657069244622619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619126356570692446226191263565706924462261912635657069244622619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79ad5033-4a7b-4793-a458-e9d82a4ef974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79ad5033-4a7b-4793-a458-e9d82a4ef974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12260175164823504209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209122601751648235042091226017516482350420912260175164823504209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d4999a-d8ad-4874-ada2-8f6ced991e39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79ad5033-4a7b-4793-a458-e9d82a4ef974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b3fc163-9eff-4979-8e60-620d1353bdc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b3fc163-9eff-4979-8e60-620d1353bdc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13384028264642686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338402826464268613384028264642686133840282646426861338402826464268613384028264642686133840282646426861338402826464268613384028264642686133840282646426861338402826464268613384028264642686133840282646426861338402826464268613384028264642686133840282646426861338402826464268613384028264642686133840282646426861338402826464268613384028264642686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5bbe4cb-27c1-4cb0-a39b-68ac7a8394e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5bbe4cb-27c1-4cb0-a39b-68ac7a8394e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12521810817170254667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667125218108171702546671252181081717025466712521810817170254667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b3fc163-9eff-4979-8e60-620d1353bdc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0843fa4b-e722-4e99-91f4-024c4b4cc1a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0843fa4b-e722-4e99-91f4-024c4b4cc1a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3540659598465376798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798354065959846537679835406595984653767983540659598465376798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5bbe4cb-27c1-4cb0-a39b-68ac7a8394e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f81a26fe-a751-40f0-9c75-b8a69cfaaa4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f81a26fe-a751-40f0-9c75-b8a69cfaaa4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7331467541429855553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553733146754142985555373314675414298555537331467541429855553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0843fa4b-e722-4e99-91f4-024c4b4cc1a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc7ffe4c-11ec-4503-9865-6388baf04ffd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f81a26fe-a751-40f0-9c75-b8a69cfaaa4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9a8f0a3-37c5-450d-847d-bc514fe3ec4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a8f0a3-37c5-450d-847d-bc514fe3ec4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12879530934559669280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280128795309345596692801287953093455966928012879530934559669280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7ffe4c-11ec-4503-9865-6388baf04ffd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18170318104076268232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232181703181040762682321817031810407626823218170318104076268232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a8f0a3-37c5-450d-847d-bc514fe3ec4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c52e597-751a-4436-b39b-d255ca15afe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c52e597-751a-4436-b39b-d255ca15afe4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2098596931896290425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425209859693189629042520985969318962904252098596931896290425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7ffe4c-11ec-4503-9865-6388baf04ffd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4b61f02-a5c0-4b8b-b7aa-3adedfabe440, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4b61f02-a5c0-4b8b-b7aa-3adedfabe440, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11385049324542226394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394113850493245422263941138504932454222639411385049324542226394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c52e597-751a-4436-b39b-d255ca15afe4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06663d97-4654-456e-8a82-94c4e4dc8ee2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4b61f02-a5c0-4b8b-b7aa-3adedfabe440, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fed7eb5-9779-4fd9-bc7f-17df6a014d05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fed7eb5-9779-4fd9-bc7f-17df6a014d05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9773142593844516355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355977314259384451635597731425938445163559773142593844516355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06663d97-4654-456e-8a82-94c4e4dc8ee2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8950162602621605500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500895016260262160550089501626026216055008950162602621605500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fed7eb5-9779-4fd9-bc7f-17df6a014d05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e050ee7-80c5-440f-b672-82fbdf3d6fde, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e050ee7-80c5-440f-b672-82fbdf3d6fde, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7261104392320899760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760726110439232089976072611043923208997607261104392320899760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06663d97-4654-456e-8a82-94c4e4dc8ee2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf95232e-b5fc-41c5-8ae9-4fcd6ea874cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf95232e-b5fc-41c5-8ae9-4fcd6ea874cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15477204952509937067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067154772049525099370671547720495250993706715477204952509937067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e050ee7-80c5-440f-b672-82fbdf3d6fde, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9024dff-a332-45b0-957c-e250e82dd835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9024dff-a332-45b0-957c-e250e82dd835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6891628406961824355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355689162840696182435568916284069618243556891628406961824355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf95232e-b5fc-41c5-8ae9-4fcd6ea874cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 387c1dec-24ff-4665-b91f-fa38cfe820c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9024dff-a332-45b0-957c-e250e82dd835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387c1dec-24ff-4665-b91f-fa38cfe820c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4773223839400303374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374477322383940030337447732238394003033744773223839400303374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f553fd49-0c25-442f-a9fc-18afbf1bfbb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f553fd49-0c25-442f-a9fc-18afbf1bfbb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6009510458648624377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377600951045864862437760095104586486243776009510458648624377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387c1dec-24ff-4665-b91f-fa38cfe820c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7939955a-731a-498f-98ea-cfe53dc68a8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7939955a-731a-498f-98ea-cfe53dc68a8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13538358939406656047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047135383589394066560471353835893940665604713538358939406656047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f553fd49-0c25-442f-a9fc-18afbf1bfbb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7939955a-731a-498f-98ea-cfe53dc68a8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a04b4024-f138-4dc1-a91e-f613875191c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a04b4024-f138-4dc1-a91e-f613875191c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5752136299426254820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820575213629942625482057521362994262548205752136299426254820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ad69cdf-9d81-4e1c-bbcc-0cb023a96c4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ad69cdf-9d81-4e1c-bbcc-0cb023a96c4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2538925120817602261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261253892512081760226125389251208176022612538925120817602261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a04b4024-f138-4dc1-a91e-f613875191c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02ec0724-5f76-4f26-8e21-a3ad6b42472b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ec0724-5f76-4f26-8e21-a3ad6b42472b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4562967000828058247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247456296700082805824745629670008280582474562967000828058247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ad69cdf-9d81-4e1c-bbcc-0cb023a96c4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ec0724-5f76-4f26-8e21-a3ad6b42472b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb8e2018-c8b3-4477-ad22-9831dd49ae6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8e2018-c8b3-4477-ad22-9831dd49ae6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718582609263764787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787471858260926376478747185826092637647874718582609263764787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9edae746-0496-4155-aaac-80a3b010df8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9edae746-0496-4155-aaac-80a3b010df8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14556759997940885107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107145567599979408851071455675999794088510714556759997940885107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8e2018-c8b3-4477-ad22-9831dd49ae6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f525c7ba-760c-4481-b1ce-97c18862b690, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f525c7ba-760c-4481-b1ce-97c18862b690, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5938499158281514207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207593849915828151420759384991582815142075938499158281514207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9edae746-0496-4155-aaac-80a3b010df8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef12c776-5916-4fd8-af63-9bc359fee5ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef12c776-5916-4fd8-af63-9bc359fee5ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 344635068991328045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045344635068991328045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f525c7ba-760c-4481-b1ce-97c18862b690, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e77f9c-4d14-4749-860b-9b2899c9578e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e77f9c-4d14-4749-860b-9b2899c9578e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10725261036617683464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464107252610366176834641072526103661768346410725261036617683464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef12c776-5916-4fd8-af63-9bc359fee5ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03c1a766-cd40-4617-90bc-031cde74aaf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c1a766-cd40-4617-90bc-031cde74aaf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12727945352425283833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833127279453524252838331272794535242528383312727945352425283833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e77f9c-4d14-4749-860b-9b2899c9578e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcbd50bf-6512-4bf6-9c32-89afc5aba435, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcbd50bf-6512-4bf6-9c32-89afc5aba435, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12553851797778351849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849125538517977783518491255385179777835184912553851797778351849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c1a766-cd40-4617-90bc-031cde74aaf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f6964b6-aa81-4577-9384-da8c72368d27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f6964b6-aa81-4577-9384-da8c72368d27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5617721298214349489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489561772129821434948956177212982143494895617721298214349489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcbd50bf-6512-4bf6-9c32-89afc5aba435, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f11c9137-5f09-4bbf-a1e5-b827223640b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11c9137-5f09-4bbf-a1e5-b827223640b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1945578703071760686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686194557870307176068619455787030717606861945578703071760686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f6964b6-aa81-4577-9384-da8c72368d27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed835512-3c59-4991-90dd-5898ef11876b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11c9137-5f09-4bbf-a1e5-b827223640b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e805f2e6-2520-4a3b-91ab-418f13b77491, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e805f2e6-2520-4a3b-91ab-418f13b77491, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12575897062094722125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125125758970620947221251257589706209472212512575897062094722125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed835512-3c59-4991-90dd-5898ef11876b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14581974076509503472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472145819740765095034721458197407650950347214581974076509503472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e805f2e6-2520-4a3b-91ab-418f13b77491, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd9cb3a1-164a-4490-8dd8-883cf3252c5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd9cb3a1-164a-4490-8dd8-883cf3252c5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6492417451973257824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824649241745197325782464924174519732578246492417451973257824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed835512-3c59-4991-90dd-5898ef11876b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc467d0c-4a89-4dea-b46a-5abd5f148f5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc467d0c-4a89-4dea-b46a-5abd5f148f5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7690771365605534459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459769077136560553445976907713656055344597690771365605534459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd9cb3a1-164a-4490-8dd8-883cf3252c5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad0a4bc1-a735-4442-8c72-14fa6542df49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0a4bc1-a735-4442-8c72-14fa6542df49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582950164770220515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515558295016477022051555829501647702205155582950164770220515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc467d0c-4a89-4dea-b46a-5abd5f148f5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 040a88b9-036e-4a67-ac6a-677638a798d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 040a88b9-036e-4a67-ac6a-677638a798d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 421482668440361741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741421482668440361741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0a4bc1-a735-4442-8c72-14fa6542df49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79439e93-fef6-4009-a9b0-5b36e0982f82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79439e93-fef6-4009-a9b0-5b36e0982f82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4205340433353185955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955420534043335318595542053404333531859554205340433353185955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 040a88b9-036e-4a67-ac6a-677638a798d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdcbb3e6-bcb0-44d0-87d2-7be85b8e708e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdcbb3e6-bcb0-44d0-87d2-7be85b8e708e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10022213474835834521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521100222134748358345211002221347483583452110022213474835834521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79439e93-fef6-4009-a9b0-5b36e0982f82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb9eb685-868a-4e00-90b8-5959eb9e362e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdcbb3e6-bcb0-44d0-87d2-7be85b8e708e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cab9e098-7a2a-448a-89c6-e7bbadac3cf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab9e098-7a2a-448a-89c6-e7bbadac3cf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185489234147764624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624151854892341477646241518548923414776462415185489234147764624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb9eb685-868a-4e00-90b8-5959eb9e362e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5265494058620651684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684526549405862065168452654940586206516845265494058620651684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab9e098-7a2a-448a-89c6-e7bbadac3cf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33c9ed94-a816-4dce-9340-86bd9f855048, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c9ed94-a816-4dce-9340-86bd9f855048, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6006718272877712973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973600671827287771297360067182728777129736006718272877712973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb9eb685-868a-4e00-90b8-5959eb9e362e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7d7ba5-6b7f-4816-9da8-077453a837c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7d7ba5-6b7f-4816-9da8-077453a837c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17476245005979603264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264174762450059796032641747624500597960326417476245005979603264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c9ed94-a816-4dce-9340-86bd9f855048, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9948860c-172c-44aa-80e3-d8d85d187532, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9948860c-172c-44aa-80e3-d8d85d187532, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1585293058191257121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121158529305819125712115852930581912571211585293058191257121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7d7ba5-6b7f-4816-9da8-077453a837c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4e644ef-a398-4607-8496-4df4b3ef608e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e644ef-a398-4607-8496-4df4b3ef608e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12619448085889760213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213126194480858897602131261944808588976021312619448085889760213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9948860c-172c-44aa-80e3-d8d85d187532, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a98d850e-4bb7-446a-a9a5-8057edbbd50b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a98d850e-4bb7-446a-a9a5-8057edbbd50b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5520520064209119473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473552052006420911947355205200642091194735520520064209119473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e644ef-a398-4607-8496-4df4b3ef608e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e5c6227-ba0c-407c-86b2-e9428c9de3c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e5c6227-ba0c-407c-86b2-e9428c9de3c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10584987756154423366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366105849877561544233661058498775615442336610584987756154423366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a98d850e-4bb7-446a-a9a5-8057edbbd50b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b422ca8-597b-4d58-a64e-b1d6aa8ea5f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b422ca8-597b-4d58-a64e-b1d6aa8ea5f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12682572211957746134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134126825722119577461341268257221195774613412682572211957746134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e5c6227-ba0c-407c-86b2-e9428c9de3c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0020ca9-1f71-4710-959d-b3efc91c1d7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0020ca9-1f71-4710-959d-b3efc91c1d7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2017251289731757962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962201725128973175796220172512897317579622017251289731757962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b422ca8-597b-4d58-a64e-b1d6aa8ea5f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97b2fbbc-f230-4bc7-bcce-b3fee61e1aa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b2fbbc-f230-4bc7-bcce-b3fee61e1aa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17866084400531049099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099178660844005310490991786608440053104909917866084400531049099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0020ca9-1f71-4710-959d-b3efc91c1d7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29da7691-224b-429d-9b4b-dcca223e8688, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29da7691-224b-429d-9b4b-dcca223e8688, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5621239812087061893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893562123981208706189356212398120870618935621239812087061893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29da7691-224b-429d-9b4b-dcca223e8688, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d78c80d3-0442-45ec-b926-045a235e6c18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d78c80d3-0442-45ec-b926-045a235e6c18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7773451357478334453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453777345135747833445377734513574783344537773451357478334453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b2fbbc-f230-4bc7-bcce-b3fee61e1aa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c45f55d-7651-436f-9e78-afcc341464e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c45f55d-7651-436f-9e78-afcc341464e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7757740784958193240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240775774078495819324077577407849581932407757740784958193240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d78c80d3-0442-45ec-b926-045a235e6c18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d927482-2233-439c-97fb-6fd0a89b9fd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d927482-2233-439c-97fb-6fd0a89b9fd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17193653318776212535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535171936533187762125351719365331877621253517193653318776212535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c45f55d-7651-436f-9e78-afcc341464e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eccc3022-be27-4c5c-ac55-eb4b072da31c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eccc3022-be27-4c5c-ac55-eb4b072da31c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13006930570788310890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890130069305707883108901300693057078831089013006930570788310890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d927482-2233-439c-97fb-6fd0a89b9fd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e0bd918-8bd3-4716-ae35-07ad5b5a5739, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e0bd918-8bd3-4716-ae35-07ad5b5a5739, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17155157858195286972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972171551578581952869721715515785819528697217155157858195286972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eccc3022-be27-4c5c-ac55-eb4b072da31c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b5c6fb0-6771-431b-87d5-0e16d2615e3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b5c6fb0-6771-431b-87d5-0e16d2615e3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2023112076858114425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425202311207685811442520231120768581144252023112076858114425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e0bd918-8bd3-4716-ae35-07ad5b5a5739, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 899ba176-530d-441b-9d60-cf38b40f89c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 899ba176-530d-441b-9d60-cf38b40f89c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5473276480470412128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128547327648047041212854732764804704121285473276480470412128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b5c6fb0-6771-431b-87d5-0e16d2615e3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8f0864b-2af0-47ef-b238-15a0f7de663c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f0864b-2af0-47ef-b238-15a0f7de663c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2607935749728661682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682260793574972866168226079357497286616822607935749728661682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 899ba176-530d-441b-9d60-cf38b40f89c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81f4f7e4-f4cb-4213-b08b-8cdc1cb9a1ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f4f7e4-f4cb-4213-b08b-8cdc1cb9a1ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 750478901264206685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685750478901264206685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f0864b-2af0-47ef-b238-15a0f7de663c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8c0d0c8-19e0-4fc5-83a5-86e60a4c23b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f4f7e4-f4cb-4213-b08b-8cdc1cb9a1ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2347d4af-aba3-4617-ae4c-cbc146b06606, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2347d4af-aba3-4617-ae4c-cbc146b06606, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7635368559271169979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979763536855927116997976353685592711699797635368559271169979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c0d0c8-19e0-4fc5-83a5-86e60a4c23b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15698505858835947542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542156985058588359475421569850585883594754215698505858835947542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2347d4af-aba3-4617-ae4c-cbc146b06606, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d24632a9-6ab6-4419-ae8d-bd0b0123fe97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c0d0c8-19e0-4fc5-83a5-86e60a4c23b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 938ddee8-8766-47cb-9486-80b9e1bcf3cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24632a9-6ab6-4419-ae8d-bd0b0123fe97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8632188915653264882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882863218891565326488286321889156532648828632188915653264882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 938ddee8-8766-47cb-9486-80b9e1bcf3cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11219251600202826012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012112192516002028260121121925160020282601211219251600202826012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24632a9-6ab6-4419-ae8d-bd0b0123fe97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb97a15-179e-4eff-83ad-bd4f23aba046, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb97a15-179e-4eff-83ad-bd4f23aba046, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4635302942780140196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196463530294278014019646353029427801401964635302942780140196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 938ddee8-8766-47cb-9486-80b9e1bcf3cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d66c09d1-dc01-4462-b868-e0a07404cf2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d66c09d1-dc01-4462-b868-e0a07404cf2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10779941930612529190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190107799419306125291901077994193061252919010779941930612529190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb97a15-179e-4eff-83ad-bd4f23aba046, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d620aa3-4073-4caf-9059-e2de2bf424a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d620aa3-4073-4caf-9059-e2de2bf424a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15812321458515839636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636158123214585158396361581232145851583963615812321458515839636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d66c09d1-dc01-4462-b868-e0a07404cf2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae406ed1-337f-4ca7-9b30-6e3af9ba8db4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae406ed1-337f-4ca7-9b30-6e3af9ba8db4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12487700470984058948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948124877004709840589481248770047098405894812487700470984058948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d620aa3-4073-4caf-9059-e2de2bf424a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a923c4b-5979-4a29-a550-6bdaabd0c19f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a923c4b-5979-4a29-a550-6bdaabd0c19f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3776123590031532630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630377612359003153263037761235900315326303776123590031532630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae406ed1-337f-4ca7-9b30-6e3af9ba8db4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93eacf82-a1c0-4887-a8d6-b26097d51a56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93eacf82-a1c0-4887-a8d6-b26097d51a56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16993536342666285796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796169935363426662857961699353634266628579616993536342666285796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a923c4b-5979-4a29-a550-6bdaabd0c19f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 744ac289-b9d4-482b-a8ea-920552597288, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 744ac289-b9d4-482b-a8ea-920552597288, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11233798635527804347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347112337986355278043471123379863552780434711233798635527804347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93eacf82-a1c0-4887-a8d6-b26097d51a56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0710935f-164d-40fd-86dc-9b96302c5cf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0710935f-164d-40fd-86dc-9b96302c5cf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862474161691830334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334178624741616918303341786247416169183033417862474161691830334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 744ac289-b9d4-482b-a8ea-920552597288, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1434b66-081a-4f11-bcdb-1ea4110fe6cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1434b66-081a-4f11-bcdb-1ea4110fe6cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12969782713099539524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524129697827130995395241296978271309953952412969782713099539524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0710935f-164d-40fd-86dc-9b96302c5cf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbafc765-b4f1-4bb7-b509-224098e5055d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbafc765-b4f1-4bb7-b509-224098e5055d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5296992716022433792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792529699271602243379252969927160224337925296992716022433792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1434b66-081a-4f11-bcdb-1ea4110fe6cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bf3f06c-c50b-4169-b6f5-f79da42c99a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bf3f06c-c50b-4169-b6f5-f79da42c99a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11842985821854236628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628118429858218542366281184298582185423662811842985821854236628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbafc765-b4f1-4bb7-b509-224098e5055d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ccafd39-c193-4b88-b617-3445b92c632d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ccafd39-c193-4b88-b617-3445b92c632d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16529842774692170742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742165298427746921707421652984277469217074216529842774692170742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bf3f06c-c50b-4169-b6f5-f79da42c99a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a60f39c-6f10-42a7-9934-e8495f051576, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a60f39c-6f10-42a7-9934-e8495f051576, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13124129326054197542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542131241293260541975421312412932605419754213124129326054197542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ccafd39-c193-4b88-b617-3445b92c632d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31b42940-395c-4dd7-bd78-adc12cc74dd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b42940-395c-4dd7-bd78-adc12cc74dd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1993466507928669025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025199346650792866902519934665079286690251993466507928669025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a60f39c-6f10-42a7-9934-e8495f051576, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5113e683-3acd-4561-a240-90f35bb1a9cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5113e683-3acd-4561-a240-90f35bb1a9cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17329386276124426536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536173293862761244265361732938627612442653617329386276124426536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5113e683-3acd-4561-a240-90f35bb1a9cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd02eaf-f008-40c8-b51f-76a8387b83bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd02eaf-f008-40c8-b51f-76a8387b83bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1212130314927156119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119121213031492715611912121303149271561191212130314927156119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b42940-395c-4dd7-bd78-adc12cc74dd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caf434b8-6784-4b7f-b22f-0eeafab242df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd02eaf-f008-40c8-b51f-76a8387b83bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0f1e07d-0004-4133-88e5-6407503ce381, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f1e07d-0004-4133-88e5-6407503ce381, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10285248092133646521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521102852480921336465211028524809213364652110285248092133646521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf434b8-6784-4b7f-b22f-0eeafab242df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14646392815379251927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927146463928153792519271464639281537925192714646392815379251927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f1e07d-0004-4133-88e5-6407503ce381, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50c0a9e-64fe-438b-b465-1968e982bef3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50c0a9e-64fe-438b-b465-1968e982bef3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8563470974802918945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945856347097480291894585634709748029189458563470974802918945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf434b8-6784-4b7f-b22f-0eeafab242df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efb2f85b-f06f-47f3-bb3d-88466ef730b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb2f85b-f06f-47f3-bb3d-88466ef730b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7564352424713865350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350756435242471386535075643524247138653507564352424713865350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50c0a9e-64fe-438b-b465-1968e982bef3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb2f85b-f06f-47f3-bb3d-88466ef730b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5ba1756-2537-4a07-98d6-c48a38846798, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5ba1756-2537-4a07-98d6-c48a38846798, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1114565948321092583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583111456594832109258311145659483210925831114565948321092583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc97fb19-c1fe-40be-a481-5b75ee0a08bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc97fb19-c1fe-40be-a481-5b75ee0a08bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6908399227613522891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891690839922761352289169083992276135228916908399227613522891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5ba1756-2537-4a07-98d6-c48a38846798, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8736b6c-ef3e-4b70-b129-aff979470516, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8736b6c-ef3e-4b70-b129-aff979470516, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6646695590459448554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554664669559045944855466466955904594485546646695590459448554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc97fb19-c1fe-40be-a481-5b75ee0a08bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dc5669e-3191-4d2b-94dc-c931d769d400, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc5669e-3191-4d2b-94dc-c931d769d400, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3722183991409912942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942372218399140991294237221839914099129423722183991409912942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8736b6c-ef3e-4b70-b129-aff979470516, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23b5634e-c92e-4a65-a384-e385a96e8e06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b5634e-c92e-4a65-a384-e385a96e8e06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11771457897703074108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108117714578977030741081177145789770307410811771457897703074108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc5669e-3191-4d2b-94dc-c931d769d400, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b5634e-c92e-4a65-a384-e385a96e8e06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2d614e0-64ca-40b7-90c3-634606d62f8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38d6d397-0996-460e-9735-d26cd9ba0493, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38d6d397-0996-460e-9735-d26cd9ba0493, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15404545108043526955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955154045451080435269551540454510804352695515404545108043526955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d614e0-64ca-40b7-90c3-634606d62f8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9403180091494292839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839940318009149429283994031800914942928399403180091494292839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38d6d397-0996-460e-9735-d26cd9ba0493, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b06a2df4-b93e-422e-9dce-264871165900, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b06a2df4-b93e-422e-9dce-264871165900, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11923115505035505206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206119231155050355052061192311550503550520611923115505035505206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d614e0-64ca-40b7-90c3-634606d62f8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f32fe64-3719-4879-a975-a1d3e95492fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f32fe64-3719-4879-a975-a1d3e95492fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8756680401845822556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556875668040184582255687566804018458225568756680401845822556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b06a2df4-b93e-422e-9dce-264871165900, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f32fe64-3719-4879-a975-a1d3e95492fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10a57b0b-ed28-4de4-93d5-1a9b9e234141, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ff55fc1-d001-439c-b967-780ccf45dd92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10a57b0b-ed28-4de4-93d5-1a9b9e234141, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1388716290752668071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071138871629075266807113887162907526680711388716290752668071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff55fc1-d001-439c-b967-780ccf45dd92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3566593268526119404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404356659326852611940435665932685261194043566593268526119404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10a57b0b-ed28-4de4-93d5-1a9b9e234141, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca9e57a-4717-403b-816f-5f9ad2242d28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca9e57a-4717-403b-816f-5f9ad2242d28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9347629657617905965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965934762965761790596593476296576179059659347629657617905965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff55fc1-d001-439c-b967-780ccf45dd92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edd78bf3-a742-44f5-8f08-008d32cd1596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd78bf3-a742-44f5-8f08-008d32cd1596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12144809480583685058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058121448094805836850581214480948058368505812144809480583685058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca9e57a-4717-403b-816f-5f9ad2242d28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae420b36-8238-4716-b9e6-8171ef311bf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae420b36-8238-4716-b9e6-8171ef311bf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11842000245293622972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972118420002452936229721184200024529362297211842000245293622972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd78bf3-a742-44f5-8f08-008d32cd1596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7354cfe-eecf-496b-9d36-d1758b68bfcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae420b36-8238-4716-b9e6-8171ef311bf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1307ae94-595e-44c6-8df9-930d75330884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7354cfe-eecf-496b-9d36-d1758b68bfcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1252720145758239809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809125272014575823980912527201457582398091252720145758239809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1307ae94-595e-44c6-8df9-930d75330884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15603964913043315886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886156039649130433158861560396491304331588615603964913043315886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7354cfe-eecf-496b-9d36-d1758b68bfcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1307ae94-595e-44c6-8df9-930d75330884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8419d26-84f1-40cc-8341-e5d208f6395c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8419d26-84f1-40cc-8341-e5d208f6395c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13435417390727193370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370134354173907271933701343541739072719337013435417390727193370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13508a8-3b05-458e-80a9-ab12ceb29ba0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13508a8-3b05-458e-80a9-ab12ceb29ba0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4133871942895546468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468413387194289554646841338719428955464684133871942895546468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8419d26-84f1-40cc-8341-e5d208f6395c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97edb2e4-6e7f-4f2a-b450-647716239e3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97edb2e4-6e7f-4f2a-b450-647716239e3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420190230451606115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115164201902304516061151642019023045160611516420190230451606115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13508a8-3b05-458e-80a9-ab12ceb29ba0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e1d6c44-5f92-4254-9057-6f385a2c6cb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e1d6c44-5f92-4254-9057-6f385a2c6cb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18080373463045935634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634180803734630459356341808037346304593563418080373463045935634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97edb2e4-6e7f-4f2a-b450-647716239e3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50849608-584a-48a8-b339-5b53e00eed2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50849608-584a-48a8-b339-5b53e00eed2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 749992942843140591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591749992942843140591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e1d6c44-5f92-4254-9057-6f385a2c6cb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 699b23ab-5c64-43f7-bb2c-f1fe3ec20745, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 699b23ab-5c64-43f7-bb2c-f1fe3ec20745, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7663377631559549779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779766337763155954977976633776315595497797663377631559549779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50849608-584a-48a8-b339-5b53e00eed2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 113e147b-c3f7-4f32-8f12-f92ccc6f86e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113e147b-c3f7-4f32-8f12-f92ccc6f86e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14254081252867010655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655142540812528670106551425408125286701065514254081252867010655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 699b23ab-5c64-43f7-bb2c-f1fe3ec20745, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9810120e-3e43-470b-9246-4d518cbe1a01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9810120e-3e43-470b-9246-4d518cbe1a01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11187753488945395216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216111877534889453952161118775348894539521611187753488945395216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113e147b-c3f7-4f32-8f12-f92ccc6f86e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f9cd219-e6e3-488a-8223-c89c988d36f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9cd219-e6e3-488a-8223-c89c988d36f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12132215083526509252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252121322150835265092521213221508352650925212132215083526509252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9810120e-3e43-470b-9246-4d518cbe1a01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f679270-48cd-4f0c-9147-5d2cf4e80f5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f679270-48cd-4f0c-9147-5d2cf4e80f5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16305628671418250898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898163056286714182508981630562867141825089816305628671418250898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9cd219-e6e3-488a-8223-c89c988d36f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02639428-6c0e-4132-9752-e2109857040b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02639428-6c0e-4132-9752-e2109857040b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4348730463354716729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729434873046335471672943487304633547167294348730463354716729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02639428-6c0e-4132-9752-e2109857040b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0ff7c66-0fd3-4596-8c51-88e6cb673b03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0ff7c66-0fd3-4596-8c51-88e6cb673b03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15477809957796573082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082154778099577965730821547780995779657308215477809957796573082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0ff7c66-0fd3-4596-8c51-88e6cb673b03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb8fe39c-6062-448a-a8e0-780c0d99f2f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb8fe39c-6062-448a-a8e0-780c0d99f2f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3051391481832763865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865305139148183276386530513914818327638653051391481832763865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f679270-48cd-4f0c-9147-5d2cf4e80f5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e3cc7a3-4dbe-4a39-a320-19c5a700bce5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e3cc7a3-4dbe-4a39-a320-19c5a700bce5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1143229283175287721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721114322928317528772111432292831752877211143229283175287721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb8fe39c-6062-448a-a8e0-780c0d99f2f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 055c5a95-3dc4-4a4e-af2c-b0f3efff4b69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 055c5a95-3dc4-4a4e-af2c-b0f3efff4b69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6889594821057785304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304688959482105778530468895948210577853046889594821057785304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e3cc7a3-4dbe-4a39-a320-19c5a700bce5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3643893d-581e-4676-ab0c-b8dbb7d87fa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3643893d-581e-4676-ab0c-b8dbb7d87fa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2983683374671343997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997298368337467134399729836833746713439972983683374671343997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 055c5a95-3dc4-4a4e-af2c-b0f3efff4b69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a382ee2-e215-44ae-a570-088cf5ad2e35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a382ee2-e215-44ae-a570-088cf5ad2e35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6757743450400140789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789675774345040014078967577434504001407896757743450400140789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3643893d-581e-4676-ab0c-b8dbb7d87fa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97a3ec60-d8c6-4c91-9dc0-d87148aeebc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a3ec60-d8c6-4c91-9dc0-d87148aeebc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3178714092705920194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194317871409270592019431787140927059201943178714092705920194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a382ee2-e215-44ae-a570-088cf5ad2e35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6f01e3b-854f-4508-9ce2-e0f407f52aca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f01e3b-854f-4508-9ce2-e0f407f52aca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9684914723095973733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733968491472309597373396849147230959737339684914723095973733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a3ec60-d8c6-4c91-9dc0-d87148aeebc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 756350da-3857-4eb5-8457-b4504cbbb231, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 756350da-3857-4eb5-8457-b4504cbbb231, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7533336131902495311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311753333613190249531175333361319024953117533336131902495311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f01e3b-854f-4508-9ce2-e0f407f52aca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a9f77f8-79f7-4c18-a8d4-09d83b5f8239, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a9f77f8-79f7-4c18-a8d4-09d83b5f8239, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11336304032037671985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985113363040320376719851133630403203767198511336304032037671985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 756350da-3857-4eb5-8457-b4504cbbb231, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69356fb7-9024-43b7-b0fe-4afe6c284908, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a9f77f8-79f7-4c18-a8d4-09d83b5f8239, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13014c27-5594-455b-b093-195ba4e34a5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13014c27-5594-455b-b093-195ba4e34a5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1809962014359386360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360180996201435938636018099620143593863601809962014359386360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69356fb7-9024-43b7-b0fe-4afe6c284908, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5610814435311378884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884561081443531137888456108144353113788845610814435311378884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13014c27-5594-455b-b093-195ba4e34a5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38ec0e75-b082-472c-b8a4-04b35111b5e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69356fb7-9024-43b7-b0fe-4afe6c284908, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ec0e75-b082-472c-b8a4-04b35111b5e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5319431078429943474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474531943107842994347453194310784299434745319431078429943474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89b404dd-039f-479a-b39d-058cda1f9f70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b404dd-039f-479a-b39d-058cda1f9f70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4479736976162583844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844447973697616258384444797369761625838444479736976162583844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ec0e75-b082-472c-b8a4-04b35111b5e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7010cde4-bfe7-44fd-b4c5-36f7e081b9e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7010cde4-bfe7-44fd-b4c5-36f7e081b9e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003544156038980112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112100354415603898011210035441560389801121003544156038980112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b404dd-039f-479a-b39d-058cda1f9f70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b85db2d8-7572-487a-b7d4-c7df34549657, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85db2d8-7572-487a-b7d4-c7df34549657, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11687932963779390877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877116879329637793908771168793296377939087711687932963779390877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7010cde4-bfe7-44fd-b4c5-36f7e081b9e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85db2d8-7572-487a-b7d4-c7df34549657, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd93dcc4-6767-43b2-a76f-060d8bc474f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd93dcc4-6767-43b2-a76f-060d8bc474f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 212046426473348887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887212046426473348887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e67abcb-2273-479f-91da-034814036a46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e67abcb-2273-479f-91da-034814036a46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137990717365323761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761161379907173653237611613799071736532376116137990717365323761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd93dcc4-6767-43b2-a76f-060d8bc474f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81a959b7-3222-40bd-ad0a-ade9fb3450fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81a959b7-3222-40bd-ad0a-ade9fb3450fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16018724201407317826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826160187242014073178261601872420140731782616018724201407317826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e67abcb-2273-479f-91da-034814036a46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d765d7c3-a673-43bf-803c-05775308c0a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d765d7c3-a673-43bf-803c-05775308c0a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12115662338415607650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650121156623384156076501211566233841560765012115662338415607650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81a959b7-3222-40bd-ad0a-ade9fb3450fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4301df14-ef17-45eb-9e7f-51c9349a2e98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4301df14-ef17-45eb-9e7f-51c9349a2e98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2695196723058384934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934269519672305838493426951967230583849342695196723058384934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d765d7c3-a673-43bf-803c-05775308c0a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b588007-f451-4e83-bde9-e384481b935e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b588007-f451-4e83-bde9-e384481b935e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7763230995005126799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799776323099500512679977632309950051267997763230995005126799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4301df14-ef17-45eb-9e7f-51c9349a2e98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab3b4ab5-799e-4543-ae8b-df76a5958a87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab3b4ab5-799e-4543-ae8b-df76a5958a87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4418147899217424848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848441814789921742484844181478992174248484418147899217424848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b588007-f451-4e83-bde9-e384481b935e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d110a852-979b-44f4-aa37-d32bbd904450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d110a852-979b-44f4-aa37-d32bbd904450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6074780800287914893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893607478080028791489360747808002879148936074780800287914893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab3b4ab5-799e-4543-ae8b-df76a5958a87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1df49b7-eab6-4285-b55c-80cc16c90806, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1df49b7-eab6-4285-b55c-80cc16c90806, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077951039957042701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701150779510399570427011507795103995704270115077951039957042701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d110a852-979b-44f4-aa37-d32bbd904450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a6765f1-0e65-4f26-a8e4-0d82f153da63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a6765f1-0e65-4f26-a8e4-0d82f153da63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1731956505132789255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255173195650513278925517319565051327892551731956505132789255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1df49b7-eab6-4285-b55c-80cc16c90806, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 966c7af7-5436-4970-932d-9ef2443a0c0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 966c7af7-5436-4970-932d-9ef2443a0c0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454027757923195013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013445402775792319501344540277579231950134454027757923195013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a6765f1-0e65-4f26-a8e4-0d82f153da63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79d2d282-a47d-4f17-9b82-bd7c2671d3cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79d2d282-a47d-4f17-9b82-bd7c2671d3cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823193821792851567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567168231938217928515671682319382179285156716823193821792851567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 966c7af7-5436-4970-932d-9ef2443a0c0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0320908-d0f2-456f-9e77-459424c07bf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0320908-d0f2-456f-9e77-459424c07bf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16621719038157703416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416166217190381577034161662171903815770341616621719038157703416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79d2d282-a47d-4f17-9b82-bd7c2671d3cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0320908-d0f2-456f-9e77-459424c07bf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d6414c-5bfd-4235-9a52-010264609633, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae04ce11-594f-4770-9f77-a246ac5a465d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae04ce11-594f-4770-9f77-a246ac5a465d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8059310878607302269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269805931087860730226980593108786073022698059310878607302269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d6414c-5bfd-4235-9a52-010264609633, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17388280108863010720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720173882801088630107201738828010886301072017388280108863010720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae04ce11-594f-4770-9f77-a246ac5a465d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d103e54f-cbb9-4294-8fe9-f18665dd818a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d6414c-5bfd-4235-9a52-010264609633, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d103e54f-cbb9-4294-8fe9-f18665dd818a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8208622285677179481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481820862228567717948182086222856771794818208622285677179481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daaefd14-cefc-4c05-a8f2-20bea8592b24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daaefd14-cefc-4c05-a8f2-20bea8592b24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2097689698629933390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390209768969862993339020976896986299333902097689698629933390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d103e54f-cbb9-4294-8fe9-f18665dd818a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8ca110c-7781-4e44-8cc2-ae236ad301fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8ca110c-7781-4e44-8cc2-ae236ad301fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2097566915948885378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378209756691594888537820975669159488853782097566915948885378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daaefd14-cefc-4c05-a8f2-20bea8592b24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ad35e25-d960-40a6-9b50-78e8133a4d76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad35e25-d960-40a6-9b50-78e8133a4d76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11251932855386024054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054112519328553860240541125193285538602405411251932855386024054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8ca110c-7781-4e44-8cc2-ae236ad301fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beac4aca-ac28-4a9d-9a6c-dd9f1f5ffd3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beac4aca-ac28-4a9d-9a6c-dd9f1f5ffd3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12602772878363564536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536126027728783635645361260277287836356453612602772878363564536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad35e25-d960-40a6-9b50-78e8133a4d76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36758c8e-41db-4034-b123-42fa45d25f4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36758c8e-41db-4034-b123-42fa45d25f4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17279538864832957374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374172795388648329573741727953886483295737417279538864832957374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beac4aca-ac28-4a9d-9a6c-dd9f1f5ffd3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4d80e91-74ad-4258-b56f-ad5a8b889470, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d80e91-74ad-4258-b56f-ad5a8b889470, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12673039156390809987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987126730391563908099871267303915639080998712673039156390809987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36758c8e-41db-4034-b123-42fa45d25f4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c08c9f6-b214-4d4e-9ae9-a686676e4cf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c08c9f6-b214-4d4e-9ae9-a686676e4cf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13804577453455152384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384138045774534551523841380457745345515238413804577453455152384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d80e91-74ad-4258-b56f-ad5a8b889470, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a1f657f-140b-490b-b144-66af12126279, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a1f657f-140b-490b-b144-66af12126279, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6646988177174917362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362664698817717491736266469881771749173626646988177174917362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c08c9f6-b214-4d4e-9ae9-a686676e4cf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f78f0846-5d76-47b4-9164-b0b9b6151452, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78f0846-5d76-47b4-9164-b0b9b6151452, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12357550938939992983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983123575509389399929831235755093893999298312357550938939992983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a1f657f-140b-490b-b144-66af12126279, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50d8b8ef-aae0-464c-8ade-507c11bcb143, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78f0846-5d76-47b4-9164-b0b9b6151452, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dd91918-2046-42f5-b178-2dc924fd148b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d8b8ef-aae0-464c-8ade-507c11bcb143, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9233571559871801874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874923357155987180187492335715598718018749233571559871801874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd91918-2046-42f5-b178-2dc924fd148b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10386337504696853251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251103863375046968532511038633750469685325110386337504696853251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d8b8ef-aae0-464c-8ade-507c11bcb143, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82daedb0-8710-4fda-a2b9-ef769cac23d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82daedb0-8710-4fda-a2b9-ef769cac23d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11288803498341340571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571112888034983413405711128880349834134057111288803498341340571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd91918-2046-42f5-b178-2dc924fd148b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03290e54-6acf-4ff5-b7b0-b129eb7bfbf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03290e54-6acf-4ff5-b7b0-b129eb7bfbf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17870813212824277170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170178708132128242771701787081321282427717017870813212824277170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82daedb0-8710-4fda-a2b9-ef769cac23d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 281ce8f2-6501-4902-ab37-c9297df04658, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 281ce8f2-6501-4902-ab37-c9297df04658, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15239825348151348125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125152398253481513481251523982534815134812515239825348151348125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03290e54-6acf-4ff5-b7b0-b129eb7bfbf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b065b85-43de-452e-a387-dbcfdf57b05a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 281ce8f2-6501-4902-ab37-c9297df04658, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf472647-e3c9-4154-ad47-2590cb299167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b065b85-43de-452e-a387-dbcfdf57b05a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9170962480453555787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787917096248045355578791709624804535557879170962480453555787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf472647-e3c9-4154-ad47-2590cb299167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9545959111868503720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720954595911186850372095459591118685037209545959111868503720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b065b85-43de-452e-a387-dbcfdf57b05a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe17312-3907-4f19-8f7d-9064e7428a25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe17312-3907-4f19-8f7d-9064e7428a25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3176636679609308340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340317663667960930834031766366796093083403176636679609308340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf472647-e3c9-4154-ad47-2590cb299167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe17312-3907-4f19-8f7d-9064e7428a25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44af4c8a-58b6-440f-8d2b-13dbc531c4a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a68cd66b-6c61-499f-a016-654fa79116dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44af4c8a-58b6-440f-8d2b-13dbc531c4a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1163443291023971009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009116344329102397100911634432910239710091163443291023971009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a68cd66b-6c61-499f-a016-654fa79116dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18037866011423684914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914180378660114236849141803786601142368491418037866011423684914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44af4c8a-58b6-440f-8d2b-13dbc531c4a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8623e4e4-d019-4294-9533-7272cc4ba1e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8623e4e4-d019-4294-9533-7272cc4ba1e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9664921839021731353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353966492183902173135396649218390217313539664921839021731353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a68cd66b-6c61-499f-a016-654fa79116dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10504428-51af-4d71-84ea-c51442673fe3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10504428-51af-4d71-84ea-c51442673fe3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10755664782573715581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581107556647825737155811075566478257371558110755664782573715581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8623e4e4-d019-4294-9533-7272cc4ba1e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 187b1192-b4e2-4312-a525-72f7ebf09a1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10504428-51af-4d71-84ea-c51442673fe3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af0c2ca7-cf0d-44a5-b530-0a75bf5a841c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af0c2ca7-cf0d-44a5-b530-0a75bf5a841c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11885054638132224462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462118850546381322244621188505463813222446211885054638132224462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 187b1192-b4e2-4312-a525-72f7ebf09a1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4082296068847635441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441408229606884763544140822960688476354414082296068847635441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 187b1192-b4e2-4312-a525-72f7ebf09a1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd997308-7578-4e22-bd43-6e4ae2454aa9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd997308-7578-4e22-bd43-6e4ae2454aa9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3129718542039097772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772312971854203909777231297185420390977723129718542039097772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af0c2ca7-cf0d-44a5-b530-0a75bf5a841c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c6c7ef-fffc-43af-8e09-a7390b2e2107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c6c7ef-fffc-43af-8e09-a7390b2e2107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 75680729829208366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7568072982920836675680729829208366756807298292083667568072982920836675680729829208366756807298292083667568072982920836675680729829208366756807298292083667568072982920836675680729829208366756807298292083667568072982920836675680729829208366756807298292083667568072982920836675680729829208366756807298292083667568072982920836675680729829208366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd997308-7578-4e22-bd43-6e4ae2454aa9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff1ffaa0-9f96-4684-a5da-1f33e13f1f34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff1ffaa0-9f96-4684-a5da-1f33e13f1f34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6629786336387093847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847662978633638709384766297863363870938476629786336387093847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c6c7ef-fffc-43af-8e09-a7390b2e2107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de84630-ddf5-4cf2-abd5-310243b09784, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de84630-ddf5-4cf2-abd5-310243b09784, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10876511761612656573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573108765117616126565731087651176161265657310876511761612656573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff1ffaa0-9f96-4684-a5da-1f33e13f1f34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e6c7688-9d4b-4232-b2cb-77799daa66a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de84630-ddf5-4cf2-abd5-310243b09784, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32fb0b1d-32e5-4e44-b7de-03c82a834617, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6c7688-9d4b-4232-b2cb-77799daa66a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13226072183376034425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425132260721833760344251322607218337603442513226072183376034425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6c7688-9d4b-4232-b2cb-77799daa66a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32fb0b1d-32e5-4e44-b7de-03c82a834617, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10261396921439265747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747102613969214392657471026139692143926574710261396921439265747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c378355e-9b69-4a19-9320-d25e808a5e6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c378355e-9b69-4a19-9320-d25e808a5e6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12417791582582790750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750124177915825827907501241779158258279075012417791582582790750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32fb0b1d-32e5-4e44-b7de-03c82a834617, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9375c81d-01a6-4df0-bace-927b05cbd6d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9375c81d-01a6-4df0-bace-927b05cbd6d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5177291266059223413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413517729126605922341351772912660592234135177291266059223413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c378355e-9b69-4a19-9320-d25e808a5e6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b60f0029-07e1-45df-b75e-62863c7fa559, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b60f0029-07e1-45df-b75e-62863c7fa559, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7857063985287689307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307785706398528768930778570639852876893077857063985287689307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9375c81d-01a6-4df0-bace-927b05cbd6d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b580ae88-735a-4f47-93c1-ac817a4523ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b580ae88-735a-4f47-93c1-ac817a4523ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17556537296042507486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486175565372960425074861755653729604250748617556537296042507486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b60f0029-07e1-45df-b75e-62863c7fa559, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b580ae88-735a-4f47-93c1-ac817a4523ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 222b2a2f-5d23-46ae-9aaf-e28d05f60b34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcb715f9-b639-4316-9431-54955139bec5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 222b2a2f-5d23-46ae-9aaf-e28d05f60b34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6945242227473380212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212694524222747338021269452422274733802126945242227473380212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcb715f9-b639-4316-9431-54955139bec5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17852800337693128420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420178528003376931284201785280033769312842017852800337693128420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 222b2a2f-5d23-46ae-9aaf-e28d05f60b34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b35629bc-a5d5-4d8d-a1f6-ca8677e01281, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b35629bc-a5d5-4d8d-a1f6-ca8677e01281, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3253136571383726526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526325313657138372652632531365713837265263253136571383726526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcb715f9-b639-4316-9431-54955139bec5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de6923f4-6786-4772-9a4d-b897b484c9c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6923f4-6786-4772-9a4d-b897b484c9c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13935201105482763388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388139352011054827633881393520110548276338813935201105482763388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b35629bc-a5d5-4d8d-a1f6-ca8677e01281, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f404eee5-0f03-4711-8430-d563180f9f38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f404eee5-0f03-4711-8430-d563180f9f38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15672846805802852264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264156728468058028522641567284680580285226415672846805802852264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6923f4-6786-4772-9a4d-b897b484c9c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6870282-281e-4921-a5fb-0f10fe9da5d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6870282-281e-4921-a5fb-0f10fe9da5d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5406019609791903412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412540601960979190341254060196097919034125406019609791903412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f404eee5-0f03-4711-8430-d563180f9f38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce5554f0-014e-43bf-8bc9-3c8897a91ef4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce5554f0-014e-43bf-8bc9-3c8897a91ef4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 228950721905569098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098228950721905569098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6870282-281e-4921-a5fb-0f10fe9da5d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce5554f0-014e-43bf-8bc9-3c8897a91ef4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed2b425e-befd-4b85-8ca5-abe0000a207d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed2b425e-befd-4b85-8ca5-abe0000a207d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1970166267534664387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387197016626753466438719701662675346643871970166267534664387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74d16192-b8cc-4918-b68c-fe684a25e1ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d16192-b8cc-4918-b68c-fe684a25e1ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4738182894896132093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093473818289489613209347381828948961320934738182894896132093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed2b425e-befd-4b85-8ca5-abe0000a207d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc167874-6c78-4025-8d70-5eded038d205, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc167874-6c78-4025-8d70-5eded038d205, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912062694594334232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232129120626945943342321291206269459433423212912062694594334232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d16192-b8cc-4918-b68c-fe684a25e1ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99ab1506-1d5a-4306-b32a-04f439303aaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ab1506-1d5a-4306-b32a-04f439303aaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14624170905792045164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164146241709057920451641462417090579204516414624170905792045164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc167874-6c78-4025-8d70-5eded038d205, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f0121d7-54ca-4aed-86d9-8983c0b79a45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0121d7-54ca-4aed-86d9-8983c0b79a45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16435078183716572256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256164350781837165722561643507818371657225616435078183716572256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ab1506-1d5a-4306-b32a-04f439303aaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bf74386-d1f7-4fa2-942f-4095505edb8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf74386-d1f7-4fa2-942f-4095505edb8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7698988441723644852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852769898844172364485276989884417236448527698988441723644852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0121d7-54ca-4aed-86d9-8983c0b79a45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94ef4a22-9bf2-4b9c-8f96-6f4d3bf18bcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf74386-d1f7-4fa2-942f-4095505edb8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b817f703-b4ef-4770-a60d-91a876aab99a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b817f703-b4ef-4770-a60d-91a876aab99a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17422740428415181522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522174227404284151815221742274042841518152217422740428415181522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94ef4a22-9bf2-4b9c-8f96-6f4d3bf18bcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914739842741956174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174129147398427419561741291473984274195617412914739842741956174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b817f703-b4ef-4770-a60d-91a876aab99a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd1e32cf-8679-4d0e-bd02-06a5e3485b33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd1e32cf-8679-4d0e-bd02-06a5e3485b33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4259760974215942824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824425976097421594282442597609742159428244259760974215942824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94ef4a22-9bf2-4b9c-8f96-6f4d3bf18bcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2cf6bee-37c7-4367-976d-ed7885119b46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2cf6bee-37c7-4367-976d-ed7885119b46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11387171335039624367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367113871713350396243671138717133503962436711387171335039624367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd1e32cf-8679-4d0e-bd02-06a5e3485b33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29f51262-31fc-446f-a60d-582c23f00bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2cf6bee-37c7-4367-976d-ed7885119b46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29f51262-31fc-446f-a60d-582c23f00bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8730750923375550384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384873075092337555038487307509233755503848730750923375550384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8079ced9-9088-4d79-9e54-98a984e602ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8079ced9-9088-4d79-9e54-98a984e602ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9130150321764959570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570913015032176495957091301503217649595709130150321764959570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29f51262-31fc-446f-a60d-582c23f00bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02dfe8a3-a653-4b72-94a8-c17ea4cd1b25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02dfe8a3-a653-4b72-94a8-c17ea4cd1b25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3874173357362756374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374387417335736275637438741733573627563743874173357362756374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8079ced9-9088-4d79-9e54-98a984e602ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4274710-f2ed-4e31-b101-9d7076f44208, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4274710-f2ed-4e31-b101-9d7076f44208, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1640414541016306826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826164041454101630682616404145410163068261640414541016306826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02dfe8a3-a653-4b72-94a8-c17ea4cd1b25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 249eed14-cf8f-429d-a791-93270cdeb329, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249eed14-cf8f-429d-a791-93270cdeb329, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7067817165519621438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438706781716551962143870678171655196214387067817165519621438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4274710-f2ed-4e31-b101-9d7076f44208, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da266736-dec4-47df-a7a2-61e5483ffaa1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da266736-dec4-47df-a7a2-61e5483ffaa1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16890555747895393938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938168905557478953939381689055574789539393816890555747895393938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249eed14-cf8f-429d-a791-93270cdeb329, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00a2ba05-e7e9-471d-8a80-35235c65a1d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00a2ba05-e7e9-471d-8a80-35235c65a1d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9961163845416534392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392996116384541653439299611638454165343929961163845416534392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da266736-dec4-47df-a7a2-61e5483ffaa1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73f91263-b594-403c-a6fc-fe3aac7076ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f91263-b594-403c-a6fc-fe3aac7076ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16542176540104495332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332165421765401044953321654217654010449533216542176540104495332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00a2ba05-e7e9-471d-8a80-35235c65a1d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ba5e8f7-f394-4817-8544-c046df382b37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba5e8f7-f394-4817-8544-c046df382b37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17948746594703780294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294179487465947037802941794874659470378029417948746594703780294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba5e8f7-f394-4817-8544-c046df382b37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27234e6c-d422-4a60-97c8-2b2a69e80d38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27234e6c-d422-4a60-97c8-2b2a69e80d38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9737902222554396967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967973790222255439696797379022225543969679737902222554396967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f91263-b594-403c-a6fc-fe3aac7076ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24509bb9-cff4-49c2-8d5d-f9d8be07f86a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24509bb9-cff4-49c2-8d5d-f9d8be07f86a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807814365831668950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950148078143658316689501480781436583166895014807814365831668950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27234e6c-d422-4a60-97c8-2b2a69e80d38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49ded767-d217-4289-938d-72442d6b69c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ded767-d217-4289-938d-72442d6b69c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17951795926239552648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648179517959262395526481795179592623955264817951795926239552648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24509bb9-cff4-49c2-8d5d-f9d8be07f86a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bec8b169-8c57-42da-adf8-8f907a178f71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bec8b169-8c57-42da-adf8-8f907a178f71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4012362148536190825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825401236214853619082540123621485361908254012362148536190825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ded767-d217-4289-938d-72442d6b69c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0301c42-90fc-4f98-b70a-f01561d02efc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0301c42-90fc-4f98-b70a-f01561d02efc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1670685988265516918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918167068598826551691816706859882655169181670685988265516918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bec8b169-8c57-42da-adf8-8f907a178f71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b34f20d-a13d-40bb-a732-e42ed0aa4b6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b34f20d-a13d-40bb-a732-e42ed0aa4b6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13326121387031405437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437133261213870314054371332612138703140543713326121387031405437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0301c42-90fc-4f98-b70a-f01561d02efc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1bcc020-ca99-4173-bb86-5a51d805813e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1bcc020-ca99-4173-bb86-5a51d805813e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137026655178575644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644161370266551785756441613702665517857564416137026655178575644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b34f20d-a13d-40bb-a732-e42ed0aa4b6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1bcc020-ca99-4173-bb86-5a51d805813e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f20a67ad-6f23-41fd-85d7-175cb5754d21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8af5e3ca-156e-434f-908d-b37b0cfdd6f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20a67ad-6f23-41fd-85d7-175cb5754d21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14671988957694913756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756146719889576949137561467198895769491375614671988957694913756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af5e3ca-156e-434f-908d-b37b0cfdd6f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 877997707328898982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982877997707328898982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20a67ad-6f23-41fd-85d7-175cb5754d21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79e158f2-e149-4d79-8f69-e99fd8aec9b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e158f2-e149-4d79-8f69-e99fd8aec9b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6238255002383838721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721623825500238383872162382550023838387216238255002383838721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af5e3ca-156e-434f-908d-b37b0cfdd6f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14640b1c-d5c5-48e5-b369-5138eec00df4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14640b1c-d5c5-48e5-b369-5138eec00df4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 392678226836559085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085392678226836559085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e158f2-e149-4d79-8f69-e99fd8aec9b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e13da5bc-eec5-4783-b511-4130b95ee092, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14640b1c-d5c5-48e5-b369-5138eec00df4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13da5bc-eec5-4783-b511-4130b95ee092, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1109293749459884802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802110929374945988480211092937494598848021109293749459884802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46a22362-772d-4081-8d9b-51c016582995, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a22362-772d-4081-8d9b-51c016582995, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16817634489215159652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652168176344892151596521681763448921515965216817634489215159652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13da5bc-eec5-4783-b511-4130b95ee092, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d9ccff-df58-4f64-9b6d-cb4e49ccc834, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d9ccff-df58-4f64-9b6d-cb4e49ccc834, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9254740201772545638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638925474020177254563892547402017725456389254740201772545638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a22362-772d-4081-8d9b-51c016582995, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d9ccff-df58-4f64-9b6d-cb4e49ccc834, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4502d4c7-748d-430f-8628-b4888b37a3af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4502d4c7-748d-430f-8628-b4888b37a3af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2536222205865195038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038253622220586519503825362222058651950382536222205865195038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 486fb77b-fe23-4d3b-b431-d681cc22f6b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 486fb77b-fe23-4d3b-b431-d681cc22f6b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3677611380026368919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919367761138002636891936776113800263689193677611380026368919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4502d4c7-748d-430f-8628-b4888b37a3af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f61476e-b75c-4853-9e56-c491a482fe98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f61476e-b75c-4853-9e56-c491a482fe98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8813364796112010041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041881336479611201004188133647961120100418813364796112010041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 486fb77b-fe23-4d3b-b431-d681cc22f6b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 700a83eb-9a2f-4c91-8ebc-d861b611543d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 700a83eb-9a2f-4c91-8ebc-d861b611543d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8055815427986745871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871805581542798674587180558154279867458718055815427986745871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f61476e-b75c-4853-9e56-c491a482fe98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 700a83eb-9a2f-4c91-8ebc-d861b611543d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91ec3c78-7977-43d8-8005-7f2e9bdeaeb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2213bef4-431f-4f49-84d6-b679b3c21bc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ec3c78-7977-43d8-8005-7f2e9bdeaeb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9665909971920651420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420966590997192065142096659099719206514209665909971920651420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2213bef4-431f-4f49-84d6-b679b3c21bc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4482121379263063471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471448212137926306347144821213792630634714482121379263063471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ec3c78-7977-43d8-8005-7f2e9bdeaeb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7901160d-4d6e-4d1b-90bc-cba58f9db830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7901160d-4d6e-4d1b-90bc-cba58f9db830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10926546212319667352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352109265462123196673521092654621231966735210926546212319667352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2213bef4-431f-4f49-84d6-b679b3c21bc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0372e646-d308-433b-8acd-720733d4f6b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0372e646-d308-433b-8acd-720733d4f6b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13467222390328301672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672134672223903283016721346722239032830167213467222390328301672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7901160d-4d6e-4d1b-90bc-cba58f9db830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08d748da-6757-439a-a186-ff9c53aff046, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d748da-6757-439a-a186-ff9c53aff046, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7479154943489633538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538747915494348963353874791549434896335387479154943489633538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0372e646-d308-433b-8acd-720733d4f6b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9070124e-c53a-463b-a843-6d6d1e6722ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9070124e-c53a-463b-a843-6d6d1e6722ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9714245858098919073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073971424585809891907397142458580989190739714245858098919073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d748da-6757-439a-a186-ff9c53aff046, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1261d80-9e5f-458f-97f0-69d473545865, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1261d80-9e5f-458f-97f0-69d473545865, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16009267924740666496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496160092679247406664961600926792474066649616009267924740666496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9070124e-c53a-463b-a843-6d6d1e6722ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1261d80-9e5f-458f-97f0-69d473545865, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 023fb868-3645-4a99-9699-36633d23e21e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023fb868-3645-4a99-9699-36633d23e21e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16328288720193756047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047163282887201937560471632828872019375604716328288720193756047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bb4b099-ee58-4e05-89f2-436e49b1b7e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bb4b099-ee58-4e05-89f2-436e49b1b7e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 41927996898533166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4192799689853316641927996898533166419279968985331664192799689853316641927996898533166419279968985331664192799689853316641927996898533166419279968985331664192799689853316641927996898533166419279968985331664192799689853316641927996898533166419279968985331664192799689853316641927996898533166419279968985331664192799689853316641927996898533166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023fb868-3645-4a99-9699-36633d23e21e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2acc383a-b0e8-484e-bb0f-a70d1ce8c92c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bb4b099-ee58-4e05-89f2-436e49b1b7e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2acc383a-b0e8-484e-bb0f-a70d1ce8c92c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880134409457795594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594388013440945779559438801344094577955943880134409457795594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecfee682-a074-4d3d-a0a7-f8486b7090cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecfee682-a074-4d3d-a0a7-f8486b7090cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8443712738077437430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430844371273807743743084437127380774374308443712738077437430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2acc383a-b0e8-484e-bb0f-a70d1ce8c92c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc9148b6-64f2-44b0-b18f-3b7665fa2658, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9148b6-64f2-44b0-b18f-3b7665fa2658, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8294521729871284904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904829452172987128490482945217298712849048294521729871284904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecfee682-a074-4d3d-a0a7-f8486b7090cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c22905e7-86dd-476d-bd22-b74e43e34835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22905e7-86dd-476d-bd22-b74e43e34835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776063234355862620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620177606323435586262017760632343558626201776063234355862620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9148b6-64f2-44b0-b18f-3b7665fa2658, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b435c3a-13eb-4ea3-ad16-2dd6fc98fbd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b435c3a-13eb-4ea3-ad16-2dd6fc98fbd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1818367988770817963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963181836798877081796318183679887708179631818367988770817963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22905e7-86dd-476d-bd22-b74e43e34835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f43ad424-a16d-49ba-aa10-79d8aac4fbe6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f43ad424-a16d-49ba-aa10-79d8aac4fbe6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10011749109790140298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298100117491097901402981001174910979014029810011749109790140298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b435c3a-13eb-4ea3-ad16-2dd6fc98fbd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3000439-00f8-4da9-a6d6-a013a1e3ec1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3000439-00f8-4da9-a6d6-a013a1e3ec1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8073802063115308562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562807380206311530856280738020631153085628073802063115308562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f43ad424-a16d-49ba-aa10-79d8aac4fbe6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9f37985-1d06-4c50-9a88-e9fcf0f15dff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3000439-00f8-4da9-a6d6-a013a1e3ec1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f37985-1d06-4c50-9a88-e9fcf0f15dff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11191836009625367620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620111918360096253676201119183600962536762011191836009625367620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e9f0ca1-e31a-48a9-a279-b4dec9df085f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e9f0ca1-e31a-48a9-a279-b4dec9df085f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17816295758380717478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478178162957583807174781781629575838071747817816295758380717478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9f37985-1d06-4c50-9a88-e9fcf0f15dff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b48560e3-ab9f-4462-b9b0-037951845594, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b48560e3-ab9f-4462-b9b0-037951845594, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11006320244591571314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314110063202445915713141100632024459157131411006320244591571314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e9f0ca1-e31a-48a9-a279-b4dec9df085f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a77784fe-6029-4e2b-9226-d79f3ec3e29c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a77784fe-6029-4e2b-9226-d79f3ec3e29c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9562528826167576177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177956252882616757617795625288261675761779562528826167576177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b48560e3-ab9f-4462-b9b0-037951845594, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 322db8c8-ea06-4b93-b4cd-da1ef40c671b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322db8c8-ea06-4b93-b4cd-da1ef40c671b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13712995762976479808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808137129957629764798081371299576297647980813712995762976479808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a77784fe-6029-4e2b-9226-d79f3ec3e29c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b96db837-dec6-4471-8cf3-509dbf9fcbb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96db837-dec6-4471-8cf3-509dbf9fcbb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7088929533499061214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214708892953349906121470889295334990612147088929533499061214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96db837-dec6-4471-8cf3-509dbf9fcbb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2b8481-41ab-4976-ab65-87e82cf5c9d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2b8481-41ab-4976-ab65-87e82cf5c9d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5284289085149483107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107528428908514948310752842890851494831075284289085149483107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322db8c8-ea06-4b93-b4cd-da1ef40c671b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17864718-7ccc-40cc-86d0-3534fc3ec46d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17864718-7ccc-40cc-86d0-3534fc3ec46d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 534308568490162040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040534308568490162040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2b8481-41ab-4976-ab65-87e82cf5c9d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a18f57ec-3b29-464e-8d7b-94b3027c3fb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18f57ec-3b29-464e-8d7b-94b3027c3fb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15800842938309540189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189158008429383095401891580084293830954018915800842938309540189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17864718-7ccc-40cc-86d0-3534fc3ec46d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 632aa635-9aad-46c8-ae92-b91d4768922b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 632aa635-9aad-46c8-ae92-b91d4768922b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16454184265990678924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924164541842659906789241645418426599067892416454184265990678924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18f57ec-3b29-464e-8d7b-94b3027c3fb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daa009f2-d295-448a-88a3-6bea2bc5d476, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daa009f2-d295-448a-88a3-6bea2bc5d476, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13697564872567451974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974136975648725674519741369756487256745197413697564872567451974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 632aa635-9aad-46c8-ae92-b91d4768922b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daa009f2-d295-448a-88a3-6bea2bc5d476, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04ce1be3-e796-4359-b3eb-c18bc00da79c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04ce1be3-e796-4359-b3eb-c18bc00da79c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4116927196738700678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678411692719673870067841169271967387006784116927196738700678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a812c7a9-1125-4226-aa4e-5429ec18ff93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a812c7a9-1125-4226-aa4e-5429ec18ff93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1409395094406182856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856140939509440618285614093950944061828561409395094406182856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04ce1be3-e796-4359-b3eb-c18bc00da79c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3946a9d9-1560-450d-8a47-5d9ef6c7e80a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3946a9d9-1560-450d-8a47-5d9ef6c7e80a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5667780374946678680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680566778037494667868056677803749466786805667780374946678680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a812c7a9-1125-4226-aa4e-5429ec18ff93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8639666a-57f0-4849-832a-9bca8659450c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8639666a-57f0-4849-832a-9bca8659450c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3909366257057579145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145390936625705757914539093662570575791453909366257057579145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3946a9d9-1560-450d-8a47-5d9ef6c7e80a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48931ae1-bdf1-4e2f-b4b7-915096cc982f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8639666a-57f0-4849-832a-9bca8659450c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b943c7aa-2f53-4f77-899c-5b669587ec9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48931ae1-bdf1-4e2f-b4b7-915096cc982f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11593645569832089715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715115936455698320897151159364556983208971511593645569832089715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b943c7aa-2f53-4f77-899c-5b669587ec9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12018683590015297976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976120186835900152979761201868359001529797612018683590015297976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48931ae1-bdf1-4e2f-b4b7-915096cc982f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d65dae8e-111a-42ed-8e72-0a0728a939b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d65dae8e-111a-42ed-8e72-0a0728a939b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10316032685705486013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013103160326857054860131031603268570548601310316032685705486013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b943c7aa-2f53-4f77-899c-5b669587ec9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f7d494f-c6e1-4d04-8d94-085c5e4857b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f7d494f-c6e1-4d04-8d94-085c5e4857b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2566294710742881887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887256629471074288188725662947107428818872566294710742881887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d65dae8e-111a-42ed-8e72-0a0728a939b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de2a88fa-3ca8-4914-9f40-ff01e7ce7102, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2a88fa-3ca8-4914-9f40-ff01e7ce7102, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12769317883430789905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905127693178834307899051276931788343078990512769317883430789905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f7d494f-c6e1-4d04-8d94-085c5e4857b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642f96c7-6a87-49e9-baf7-08846360b356, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642f96c7-6a87-49e9-baf7-08846360b356, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15324798811195978674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674153247988111959786741532479881119597867415324798811195978674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2a88fa-3ca8-4914-9f40-ff01e7ce7102, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 013fe215-990e-4c0e-a178-19159c747717, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 013fe215-990e-4c0e-a178-19159c747717, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6862460593024700107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107686246059302470010768624605930247001076862460593024700107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642f96c7-6a87-49e9-baf7-08846360b356, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8196c13d-597d-4e11-91c9-d081ccc6aeb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8196c13d-597d-4e11-91c9-d081ccc6aeb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18105023523256895727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727181050235232568957271810502352325689572718105023523256895727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 013fe215-990e-4c0e-a178-19159c747717, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 437c4702-309f-47bd-983b-cfda2047d320, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 437c4702-309f-47bd-983b-cfda2047d320, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16892533942858931630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630168925339428589316301689253394285893163016892533942858931630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8196c13d-597d-4e11-91c9-d081ccc6aeb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f6fc8c0-4faf-4fd5-8239-4b6c00b6061e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f6fc8c0-4faf-4fd5-8239-4b6c00b6061e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881551405069300235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235488155140506930023548815514050693002354881551405069300235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 437c4702-309f-47bd-983b-cfda2047d320, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d872a40-9514-404e-9fe8-92f52e293f6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d872a40-9514-404e-9fe8-92f52e293f6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9365040809274136629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629936504080927413662993650408092741366299365040809274136629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f6fc8c0-4faf-4fd5-8239-4b6c00b6061e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c39ac9d-1f36-49ce-8223-6e8216a97f1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c39ac9d-1f36-49ce-8223-6e8216a97f1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5742882567536263674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674574288256753626367457428825675362636745742882567536263674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d872a40-9514-404e-9fe8-92f52e293f6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f67a22d4-f1cd-46b4-bd9e-e4cb5eed9779, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f67a22d4-f1cd-46b4-bd9e-e4cb5eed9779, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925517237308965636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636179255172373089656361792551723730896563617925517237308965636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c39ac9d-1f36-49ce-8223-6e8216a97f1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f38ed9ba-07ad-490f-9b5c-a45e16aedb25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38ed9ba-07ad-490f-9b5c-a45e16aedb25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11796056946106170972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972117960569461061709721179605694610617097211796056946106170972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f67a22d4-f1cd-46b4-bd9e-e4cb5eed9779, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9c4b7f4-d8ef-417c-a7a4-37a7db3a17b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9c4b7f4-d8ef-417c-a7a4-37a7db3a17b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6828916524262637901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901682891652426263790168289165242626379016828916524262637901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38ed9ba-07ad-490f-9b5c-a45e16aedb25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b08d681e-bdf8-488d-82b8-56664aa0678e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b08d681e-bdf8-488d-82b8-56664aa0678e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7135602679910765630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630713560267991076563071356026799107656307135602679910765630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9c4b7f4-d8ef-417c-a7a4-37a7db3a17b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0801ebdb-2263-4e4b-80c3-85afd8cfd208, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0801ebdb-2263-4e4b-80c3-85afd8cfd208, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10854389558120566445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445108543895581205664451085438955812056644510854389558120566445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b08d681e-bdf8-488d-82b8-56664aa0678e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4b74f49-0cdf-47bf-aec3-d25ea3702cca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b74f49-0cdf-47bf-aec3-d25ea3702cca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7755909595502030555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555775590959550203055577559095955020305557755909595502030555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0801ebdb-2263-4e4b-80c3-85afd8cfd208, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13212ca-9892-4efc-89fd-a0c530f1dad2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13212ca-9892-4efc-89fd-a0c530f1dad2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7548303738521682429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429754830373852168242975483037385216824297548303738521682429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b74f49-0cdf-47bf-aec3-d25ea3702cca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76c99b55-79cf-4aae-acbe-a67ed6c2a2bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c99b55-79cf-4aae-acbe-a67ed6c2a2bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4089522381999704716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716408952238199970471640895223819997047164089522381999704716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13212ca-9892-4efc-89fd-a0c530f1dad2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeae4965-b503-4e1a-b439-e796e7c68cea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeae4965-b503-4e1a-b439-e796e7c68cea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2885702818595517066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066288570281859551706628857028185955170662885702818595517066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c99b55-79cf-4aae-acbe-a67ed6c2a2bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e8da39c-7012-4a2e-9172-80777497c3a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e8da39c-7012-4a2e-9172-80777497c3a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10899586174168236753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753108995861741682367531089958617416823675310899586174168236753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e8da39c-7012-4a2e-9172-80777497c3a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e438fedf-5ac3-4e62-9443-b3b4071c8631, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e438fedf-5ac3-4e62-9443-b3b4071c8631, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2745235581836876496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496274523558183687649627452355818368764962745235581836876496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeae4965-b503-4e1a-b439-e796e7c68cea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a31e2f3-ab1b-455a-b3a7-c4b80a655014, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a31e2f3-ab1b-455a-b3a7-c4b80a655014, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17726170420816557422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422177261704208165574221772617042081655742217726170420816557422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e438fedf-5ac3-4e62-9443-b3b4071c8631, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df34af30-d566-44a7-b1ed-607c058879cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df34af30-d566-44a7-b1ed-607c058879cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428230950513784448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448942823095051378444894282309505137844489428230950513784448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a31e2f3-ab1b-455a-b3a7-c4b80a655014, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 902db661-c044-4192-a67f-4b402e1743d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 902db661-c044-4192-a67f-4b402e1743d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5969513099267971780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780596951309926797178059695130992679717805969513099267971780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df34af30-d566-44a7-b1ed-607c058879cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 396f6121-38c2-4a05-b8ea-1cfa5b984154, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 396f6121-38c2-4a05-b8ea-1cfa5b984154, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16240510025425539574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574162405100254255395741624051002542553957416240510025425539574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 902db661-c044-4192-a67f-4b402e1743d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c710afe9-71a7-41d4-8828-2987e48cf478, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c710afe9-71a7-41d4-8828-2987e48cf478, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15062842580508416677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677150628425805084166771506284258050841667715062842580508416677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 396f6121-38c2-4a05-b8ea-1cfa5b984154, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea00da2-e7df-408b-9da3-4ffe67c66568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea00da2-e7df-408b-9da3-4ffe67c66568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17833090282090649908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908178330902820906499081783309028209064990817833090282090649908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c710afe9-71a7-41d4-8828-2987e48cf478, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b48d829-1d48-4837-9e94-3b42b799d014, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b48d829-1d48-4837-9e94-3b42b799d014, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11823007638353144605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605118230076383531446051182300763835314460511823007638353144605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea00da2-e7df-408b-9da3-4ffe67c66568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b48d829-1d48-4837-9e94-3b42b799d014, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed477b01-5165-40c9-9dbc-0540728c56b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed477b01-5165-40c9-9dbc-0540728c56b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12174771132571482103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103121747711325714821031217477113257148210312174771132571482103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80b9730e-e85d-465b-bc47-79c45fdf3efd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b9730e-e85d-465b-bc47-79c45fdf3efd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4233284768125383643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643423328476812538364342332847681253836434233284768125383643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed477b01-5165-40c9-9dbc-0540728c56b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a2f45c0-099f-45b3-ad6e-eea46e812225, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2f45c0-099f-45b3-ad6e-eea46e812225, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12675291015357103683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683126752910153571036831267529101535710368312675291015357103683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b9730e-e85d-465b-bc47-79c45fdf3efd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60a8f030-1a70-4bd0-981b-06d3aa471886, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60a8f030-1a70-4bd0-981b-06d3aa471886, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8975192484475465635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635897519248447546563589751924844754656358975192484475465635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2f45c0-099f-45b3-ad6e-eea46e812225, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad12380d-60aa-4ef7-9939-ac42865bb16a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad12380d-60aa-4ef7-9939-ac42865bb16a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12794626294133369779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779127946262941333697791279462629413336977912794626294133369779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60a8f030-1a70-4bd0-981b-06d3aa471886, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57005ae-bc6d-4c02-84a1-6b09f1158eba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad12380d-60aa-4ef7-9939-ac42865bb16a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57005ae-bc6d-4c02-84a1-6b09f1158eba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10122744494415390319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319101227444944153903191012274449441539031910122744494415390319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e28e3619-59e7-4fe7-af84-4d34960b8a44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e28e3619-59e7-4fe7-af84-4d34960b8a44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10952373288149889513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513109523732881498895131095237328814988951310952373288149889513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57005ae-bc6d-4c02-84a1-6b09f1158eba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec296abc-dd02-4a44-90c0-bbb50a9b11f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec296abc-dd02-4a44-90c0-bbb50a9b11f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3718169235344835181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181371816923534483518137181692353448351813718169235344835181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e28e3619-59e7-4fe7-af84-4d34960b8a44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de92503-7105-4839-bec6-4c209b03dd3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de92503-7105-4839-bec6-4c209b03dd3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5039856988388624240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240503985698838862424050398569883886242405039856988388624240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec296abc-dd02-4a44-90c0-bbb50a9b11f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9492a95d-a206-477e-9677-eb6b443a3d20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9492a95d-a206-477e-9677-eb6b443a3d20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17468598779437391010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010174685987794373910101746859877943739101017468598779437391010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de92503-7105-4839-bec6-4c209b03dd3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11bea733-7736-4eac-9c5e-ed8ca3dc3225, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11bea733-7736-4eac-9c5e-ed8ca3dc3225, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17008639051168030256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256170086390511680302561700863905116803025617008639051168030256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9492a95d-a206-477e-9677-eb6b443a3d20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7735afb2-e82a-419a-bb7b-e6bd5ac340f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7735afb2-e82a-419a-bb7b-e6bd5ac340f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18423764223418820644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644184237642234188206441842376422341882064418423764223418820644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11bea733-7736-4eac-9c5e-ed8ca3dc3225, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea7d3cbc-a3a6-4d12-8b8e-edb2a5dd992a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea7d3cbc-a3a6-4d12-8b8e-edb2a5dd992a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 684779227438307360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360684779227438307360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7735afb2-e82a-419a-bb7b-e6bd5ac340f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14651851-16b0-4d20-af5b-48d463cda782, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea7d3cbc-a3a6-4d12-8b8e-edb2a5dd992a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bdf165a-5911-4704-80c5-95703859971e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bdf165a-5911-4704-80c5-95703859971e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382842408817321791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791382842408817321791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14651851-16b0-4d20-af5b-48d463cda782, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13070074320583898809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809130700743205838988091307007432058389880913070074320583898809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bdf165a-5911-4704-80c5-95703859971e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 475bb053-37b1-4f1f-9c06-b7855bfe4b06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 475bb053-37b1-4f1f-9c06-b7855bfe4b06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14032038821166484999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999140320388211664849991403203882116648499914032038821166484999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14651851-16b0-4d20-af5b-48d463cda782, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c69a7d3-5c57-4439-b2ed-2bc9cacba217, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c69a7d3-5c57-4439-b2ed-2bc9cacba217, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6125639996967805280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280612563999696780528061256399969678052806125639996967805280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 475bb053-37b1-4f1f-9c06-b7855bfe4b06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6bffce6-881e-4cb6-99e1-0c4c1ec4835e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6bffce6-881e-4cb6-99e1-0c4c1ec4835e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8547041495628262614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614854704149562826261485470414956282626148547041495628262614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c69a7d3-5c57-4439-b2ed-2bc9cacba217, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6b673dd-906b-479d-b812-e0685b8697a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b673dd-906b-479d-b812-e0685b8697a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17886657656402412379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379178866576564024123791788665765640241237917886657656402412379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6bffce6-881e-4cb6-99e1-0c4c1ec4835e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f99eedd2-e8ab-446f-9907-358211fe4beb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f99eedd2-e8ab-446f-9907-358211fe4beb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7291958853521560974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974729195885352156097472919588535215609747291958853521560974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6b673dd-906b-479d-b812-e0685b8697a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f5b02ce-cc4e-4081-b0c1-1265afe8d5a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5b02ce-cc4e-4081-b0c1-1265afe8d5a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13953126966679526809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809139531269666795268091395312696667952680913953126966679526809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5b02ce-cc4e-4081-b0c1-1265afe8d5a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f99eedd2-e8ab-446f-9907-358211fe4beb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1eafd864-9891-4c7f-b78d-289503e519f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eafd864-9891-4c7f-b78d-289503e519f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6407600077546722547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547640760007754672254764076000775467225476407600077546722547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fc66131-0f20-4ccc-887a-6fa79810083e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc66131-0f20-4ccc-887a-6fa79810083e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8814187566723788355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355881418756672378835588141875667237883558814187566723788355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc66131-0f20-4ccc-887a-6fa79810083e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8b7d08c-cfd0-4204-8f8a-5e0e5d734e57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b7d08c-cfd0-4204-8f8a-5e0e5d734e57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16344339072998486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634433907299848616344339072998486163443390729984861634433907299848616344339072998486163443390729984861634433907299848616344339072998486163443390729984861634433907299848616344339072998486163443390729984861634433907299848616344339072998486163443390729984861634433907299848616344339072998486163443390729984861634433907299848616344339072998486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eafd864-9891-4c7f-b78d-289503e519f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14dac44d-9b6a-4b5a-a770-c6242c0dae64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14dac44d-9b6a-4b5a-a770-c6242c0dae64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13368331038281744348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348133683310382817443481336833103828174434813368331038281744348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b7d08c-cfd0-4204-8f8a-5e0e5d734e57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c5f8961-9e4c-4f6a-b85c-3f16a1046679, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5f8961-9e4c-4f6a-b85c-3f16a1046679, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15662538466508178393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393156625384665081783931566253846650817839315662538466508178393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14dac44d-9b6a-4b5a-a770-c6242c0dae64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b61dd8c7-22f5-4a4e-9ef4-a18dba97e620, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b61dd8c7-22f5-4a4e-9ef4-a18dba97e620, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10509526885337758628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628105095268853377586281050952688533775862810509526885337758628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5f8961-9e4c-4f6a-b85c-3f16a1046679, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08db3e47-6ab0-4bd0-9e86-1afba46f44fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08db3e47-6ab0-4bd0-9e86-1afba46f44fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 170019342613183937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937170019342613183937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b61dd8c7-22f5-4a4e-9ef4-a18dba97e620, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64a85092-9f41-468d-bdfa-1f3045530674, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a85092-9f41-468d-bdfa-1f3045530674, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1667730186203807071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071166773018620380707116677301862038070711667730186203807071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08db3e47-6ab0-4bd0-9e86-1afba46f44fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adfc23b2-5654-4599-84fa-c04fa8fd5352, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adfc23b2-5654-4599-84fa-c04fa8fd5352, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2209785375658249445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445220978537565824944522097853756582494452209785375658249445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a85092-9f41-468d-bdfa-1f3045530674, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db8fc7fa-4ef4-4276-964b-0cf64df16f55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db8fc7fa-4ef4-4276-964b-0cf64df16f55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9764308606950052035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035976430860695005203597643086069500520359764308606950052035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adfc23b2-5654-4599-84fa-c04fa8fd5352, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8e727df-ad7b-4253-8ff4-0fc372432e55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e727df-ad7b-4253-8ff4-0fc372432e55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3128748211729258503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503312874821172925850331287482117292585033128748211729258503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db8fc7fa-4ef4-4276-964b-0cf64df16f55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c05778d9-4387-4024-9481-2544e366111a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c05778d9-4387-4024-9481-2544e366111a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9089405614726939471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471908940561472693947190894056147269394719089405614726939471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e727df-ad7b-4253-8ff4-0fc372432e55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c3aefe-ba80-40f5-ab36-fa5f245e2b10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c3aefe-ba80-40f5-ab36-fa5f245e2b10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1200447555587840720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720120044755558784072012004475555878407201200447555587840720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c05778d9-4387-4024-9481-2544e366111a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba2254e7-b765-486a-b69a-3c638ce258ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba2254e7-b765-486a-b69a-3c638ce258ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10725316545049285170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170107253165450492851701072531654504928517010725316545049285170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c3aefe-ba80-40f5-ab36-fa5f245e2b10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67b2f821-11fa-4f03-b6c1-4b126e89dbad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba2254e7-b765-486a-b69a-3c638ce258ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3991d8b-d303-4a84-ab0e-5af2510799f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67b2f821-11fa-4f03-b6c1-4b126e89dbad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5562625508467186137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137556262550846718613755626255084671861375562625508467186137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3991d8b-d303-4a84-ab0e-5af2510799f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11905315631294356131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131119053156312943561311190531563129435613111905315631294356131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67b2f821-11fa-4f03-b6c1-4b126e89dbad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bed7c2d5-387c-4f7e-8a89-b6d915d78bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed7c2d5-387c-4f7e-8a89-b6d915d78bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10612039270415754381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381106120392704157543811061203927041575438110612039270415754381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3991d8b-d303-4a84-ab0e-5af2510799f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0449747-72e8-499e-ba42-b7e585d284f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed7c2d5-387c-4f7e-8a89-b6d915d78bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d158417-77a4-45da-9f8f-c16bde81ba45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d158417-77a4-45da-9f8f-c16bde81ba45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17280662967425638744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744172806629674256387441728066296742563874417280662967425638744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0449747-72e8-499e-ba42-b7e585d284f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15773674660141017051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051157736746601410170511577367466014101705115773674660141017051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d158417-77a4-45da-9f8f-c16bde81ba45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8e7c3d9-32ba-4d04-a44c-3789c58b3bca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e7c3d9-32ba-4d04-a44c-3789c58b3bca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11392284377336567477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477113922843773365674771139228437733656747711392284377336567477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0449747-72e8-499e-ba42-b7e585d284f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6df0588c-6d6d-4fc5-84c1-a9df4ef1d2e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df0588c-6d6d-4fc5-84c1-a9df4ef1d2e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18026336030589163118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118180263360305891631181802633603058916311818026336030589163118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e7c3d9-32ba-4d04-a44c-3789c58b3bca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df3281f2-1eac-489b-ab76-0c2c43986105, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3281f2-1eac-489b-ab76-0c2c43986105, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7339060118641746545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545733906011864174654573390601186417465457339060118641746545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df0588c-6d6d-4fc5-84c1-a9df4ef1d2e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b5d6fef-75cc-4c1f-bdfc-e29edb388b66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5d6fef-75cc-4c1f-bdfc-e29edb388b66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 829157268236820426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426829157268236820426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3281f2-1eac-489b-ab76-0c2c43986105, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5d6fef-75cc-4c1f-bdfc-e29edb388b66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1891525-d1b2-484b-8fc7-7fbdffa505ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd6df79-a26a-44de-89a0-48712e811e4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd6df79-a26a-44de-89a0-48712e811e4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7118172405813489432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432711817240581348943271181724058134894327118172405813489432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1891525-d1b2-484b-8fc7-7fbdffa505ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1224338616154767715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715122433861615476771512243386161547677151224338616154767715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd6df79-a26a-44de-89a0-48712e811e4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f89ecf3-522f-40be-a5e4-b622830d6905, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f89ecf3-522f-40be-a5e4-b622830d6905, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12078138253052795787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787120781382530527957871207813825305279578712078138253052795787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1891525-d1b2-484b-8fc7-7fbdffa505ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05fbfb6a-d341-4b9d-b752-abaad09e7c96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05fbfb6a-d341-4b9d-b752-abaad09e7c96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11067714146063998500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500110677141460639985001106771414606399850011067714146063998500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05fbfb6a-d341-4b9d-b752-abaad09e7c96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0554bd61-067d-4987-b0a1-8d9a56f2eea4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0554bd61-067d-4987-b0a1-8d9a56f2eea4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6140904034189293853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853614090403418929385361409040341892938536140904034189293853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f89ecf3-522f-40be-a5e4-b622830d6905, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d8bd701-2e15-492a-9e3d-7b37ba0652ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d8bd701-2e15-492a-9e3d-7b37ba0652ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16645409165031022627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627166454091650310226271664540916503102262716645409165031022627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0554bd61-067d-4987-b0a1-8d9a56f2eea4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbb17817-486e-4d3a-a106-bdcf8bfd4697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbb17817-486e-4d3a-a106-bdcf8bfd4697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9058598079729945744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744905859807972994574490585980797299457449058598079729945744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d8bd701-2e15-492a-9e3d-7b37ba0652ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 600f9e50-2a5c-4cc0-a47c-e71efad58afc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 600f9e50-2a5c-4cc0-a47c-e71efad58afc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7977265692669634511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511797726569266963451179772656926696345117977265692669634511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbb17817-486e-4d3a-a106-bdcf8bfd4697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15883e31-fc29-45e8-92d3-f68ff0ecad26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15883e31-fc29-45e8-92d3-f68ff0ecad26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14988009054615484802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802149880090546154848021498800905461548480214988009054615484802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 600f9e50-2a5c-4cc0-a47c-e71efad58afc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ded8cc-80db-4dd5-8f46-3596c4efc94d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ded8cc-80db-4dd5-8f46-3596c4efc94d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18429264808795786192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192184292648087957861921842926480879578619218429264808795786192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15883e31-fc29-45e8-92d3-f68ff0ecad26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dc0255b-54e8-4a9f-a6dd-4d1696703ea5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc0255b-54e8-4a9f-a6dd-4d1696703ea5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6486065696043492728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728648606569604349272864860656960434927286486065696043492728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ded8cc-80db-4dd5-8f46-3596c4efc94d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc0255b-54e8-4a9f-a6dd-4d1696703ea5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e32120a7-3017-4de7-bbfe-99c733197ed7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32120a7-3017-4de7-bbfe-99c733197ed7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14334968784855459890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890143349687848554598901433496878485545989014334968784855459890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfd25ab6-6d73-40f5-95b9-85ef6c4a92af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd25ab6-6d73-40f5-95b9-85ef6c4a92af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10239223095979885877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877102392230959798858771023922309597988587710239223095979885877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32120a7-3017-4de7-bbfe-99c733197ed7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd25ab6-6d73-40f5-95b9-85ef6c4a92af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e94b98e7-7391-4bfc-b1b1-a8c15c662a13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10c5c9e1-cc42-4169-a1ab-0933f483673e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c5c9e1-cc42-4169-a1ab-0933f483673e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7538478069627804679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679753847806962780467975384780696278046797538478069627804679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e94b98e7-7391-4bfc-b1b1-a8c15c662a13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12873867425992880818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818128738674259928808181287386742599288081812873867425992880818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c5c9e1-cc42-4169-a1ab-0933f483673e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e94b98e7-7391-4bfc-b1b1-a8c15c662a13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5915da28-734d-44ef-b761-4ae199c24007, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f97246cd-72ce-45e3-8036-8d959d9e16c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5915da28-734d-44ef-b761-4ae199c24007, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15793850948588067082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082157938509485880670821579385094858806708215793850948588067082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f97246cd-72ce-45e3-8036-8d959d9e16c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10564040087678560720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720105640400876785607201056404008767856072010564040087678560720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5915da28-734d-44ef-b761-4ae199c24007, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f97246cd-72ce-45e3-8036-8d959d9e16c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f5933c5-cc2a-4cf4-bbd1-966d34815347, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5933c5-cc2a-4cf4-bbd1-966d34815347, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5177880119314785613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613517788011931478561351778801193147856135177880119314785613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30d3e4e1-89a0-4779-a8b6-90f14e43194f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d3e4e1-89a0-4779-a8b6-90f14e43194f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8942121154516025732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732894212115451602573289421211545160257328942121154516025732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5933c5-cc2a-4cf4-bbd1-966d34815347, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d3e4e1-89a0-4779-a8b6-90f14e43194f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41953032-974b-4d18-b273-20e7cbdb84ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f9fe142-03db-4298-8d62-4d19c86a8668, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41953032-974b-4d18-b273-20e7cbdb84ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3135718143874963786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786313571814387496378631357181438749637863135718143874963786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f9fe142-03db-4298-8d62-4d19c86a8668, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14223358775656533352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352142233587756565333521422335877565653335214223358775656533352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41953032-974b-4d18-b273-20e7cbdb84ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7a475bf-6cf2-4cb2-b54c-bae3bc30a788, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a475bf-6cf2-4cb2-b54c-bae3bc30a788, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1891005267627457094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094189100526762745709418910052676274570941891005267627457094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a475bf-6cf2-4cb2-b54c-bae3bc30a788, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a2ac6a8-0f96-4172-b736-849ed135cfed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a2ac6a8-0f96-4172-b736-849ed135cfed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 23250087643108750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2325008764310875023250087643108750232500876431087502325008764310875023250087643108750232500876431087502325008764310875023250087643108750232500876431087502325008764310875023250087643108750232500876431087502325008764310875023250087643108750232500876431087502325008764310875023250087643108750232500876431087502325008764310875023250087643108750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f9fe142-03db-4298-8d62-4d19c86a8668, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aad73e6e-a03c-4e1d-a75c-204528921380, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aad73e6e-a03c-4e1d-a75c-204528921380, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11177124166005784852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852111771241660057848521117712416600578485211177124166005784852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a2ac6a8-0f96-4172-b736-849ed135cfed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebe21a0d-ccfd-40cb-9a1a-c166cd740fd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe21a0d-ccfd-40cb-9a1a-c166cd740fd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13374313294399120148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148133743132943991201481337431329439912014813374313294399120148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aad73e6e-a03c-4e1d-a75c-204528921380, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab66264f-9298-48f5-b128-9be393c30497, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe21a0d-ccfd-40cb-9a1a-c166cd740fd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe01d457-c685-49e7-901c-18d572386028, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe01d457-c685-49e7-901c-18d572386028, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4320728738786873912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912432072873878687391243207287387868739124320728738786873912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab66264f-9298-48f5-b128-9be393c30497, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16283386401519248091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091162833864015192480911628338640151924809116283386401519248091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe01d457-c685-49e7-901c-18d572386028, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1a3f211-8d9e-46fb-bea7-ce4d58b2ef6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a3f211-8d9e-46fb-bea7-ce4d58b2ef6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1142662927191578290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290114266292719157829011426629271915782901142662927191578290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab66264f-9298-48f5-b128-9be393c30497, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6e9f99-8c0b-4150-ac8e-06413ec0f697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6e9f99-8c0b-4150-ac8e-06413ec0f697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2340157271126996079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079234015727112699607923401572711269960792340157271126996079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a3f211-8d9e-46fb-bea7-ce4d58b2ef6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6e9f99-8c0b-4150-ac8e-06413ec0f697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3383ca5d-52f2-40cf-b637-f8be11ff48bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3383ca5d-52f2-40cf-b637-f8be11ff48bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15320657464099727566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566153206574640997275661532065746409972756615320657464099727566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a7b3f6d-060f-4221-94c5-d0a2378dafbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a7b3f6d-060f-4221-94c5-d0a2378dafbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5193855149286192332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332519385514928619233251938551492861923325193855149286192332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a7b3f6d-060f-4221-94c5-d0a2378dafbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3383ca5d-52f2-40cf-b637-f8be11ff48bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27cbd446-d265-483e-ad51-0e65cf8ca771, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27cbd446-d265-483e-ad51-0e65cf8ca771, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5235069537242753190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190523506953724275319052350695372427531905235069537242753190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b49e420-89d5-4806-a4f4-609e0d07bbc1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b49e420-89d5-4806-a4f4-609e0d07bbc1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920060780092366946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946192006078009236694619200607800923669461920060780092366946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27cbd446-d265-483e-ad51-0e65cf8ca771, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b31a2c2-924a-41de-8644-f66a85dbafd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b31a2c2-924a-41de-8644-f66a85dbafd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3165952058053709636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636316595205805370963631659520580537096363165952058053709636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b49e420-89d5-4806-a4f4-609e0d07bbc1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dc304bf-5f22-4811-8f68-60719255b3b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc304bf-5f22-4811-8f68-60719255b3b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10404062724016652006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006104040627240166520061040406272401665200610404062724016652006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b31a2c2-924a-41de-8644-f66a85dbafd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9adc4f7-2f44-432a-aa6c-c006695a4a0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9adc4f7-2f44-432a-aa6c-c006695a4a0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11938261253267513912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912119382612532675139121193826125326751391211938261253267513912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc304bf-5f22-4811-8f68-60719255b3b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1be7783a-e2b2-4a0d-987f-ec84109e53a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be7783a-e2b2-4a0d-987f-ec84109e53a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10566952208432160789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789105669522084321607891056695220843216078910566952208432160789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9adc4f7-2f44-432a-aa6c-c006695a4a0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f930567-d232-4580-8595-7fa12317c769, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f930567-d232-4580-8595-7fa12317c769, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9372375693197028864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864937237569319702886493723756931970288649372375693197028864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be7783a-e2b2-4a0d-987f-ec84109e53a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b965453a-812f-4919-8961-3b91049c8906, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b965453a-812f-4919-8961-3b91049c8906, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13295245796661056210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210132952457966610562101329524579666105621013295245796661056210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f930567-d232-4580-8595-7fa12317c769, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab478c1b-5be0-40ef-bf04-aa640a262261, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab478c1b-5be0-40ef-bf04-aa640a262261, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9397325962497776795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795939732596249777679593973259624977767959397325962497776795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b965453a-812f-4919-8961-3b91049c8906, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bd52d25-1432-40b6-a813-a3c9eb6127a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd52d25-1432-40b6-a813-a3c9eb6127a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7191034341222043142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142719103434122204314271910343412220431427191034341222043142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab478c1b-5be0-40ef-bf04-aa640a262261, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0acea6e1-4450-4664-b3ed-1120f800f0b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0acea6e1-4450-4664-b3ed-1120f800f0b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11289166052101592975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975112891660521015929751128916605210159297511289166052101592975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd52d25-1432-40b6-a813-a3c9eb6127a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4036f656-7de5-497c-9217-94e670210f00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4036f656-7de5-497c-9217-94e670210f00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18315259297714503823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823183152592977145038231831525929771450382318315259297714503823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0acea6e1-4450-4664-b3ed-1120f800f0b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e54c3b05-80b9-40cf-a595-bb6dc0c76095, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e54c3b05-80b9-40cf-a595-bb6dc0c76095, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 386214619088209712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712386214619088209712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4036f656-7de5-497c-9217-94e670210f00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e54c3b05-80b9-40cf-a595-bb6dc0c76095, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dda8170-73be-41ec-8dd4-ae531312bf8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dda8170-73be-41ec-8dd4-ae531312bf8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7546234966426269375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375754623496642626937575462349664262693757546234966426269375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e5fffa4-3096-4741-b9b0-3c9f180b06e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5fffa4-3096-4741-b9b0-3c9f180b06e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7437781882646084692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692743778188264608469274377818826460846927437781882646084692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dda8170-73be-41ec-8dd4-ae531312bf8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2109be36-bc60-400f-a679-337bd3bce033, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5fffa4-3096-4741-b9b0-3c9f180b06e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82144815-e716-47c8-83d7-4d592260dbfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82144815-e716-47c8-83d7-4d592260dbfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13971485981222570294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294139714859812225702941397148598122257029413971485981222570294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2109be36-bc60-400f-a679-337bd3bce033, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14712340458989014635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635147123404589890146351471234045898901463514712340458989014635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82144815-e716-47c8-83d7-4d592260dbfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc8dc787-8138-42e3-89a7-b3029bdaa596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc8dc787-8138-42e3-89a7-b3029bdaa596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12899829511075163574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574128998295110751635741289982951107516357412899829511075163574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc8dc787-8138-42e3-89a7-b3029bdaa596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d34d6c-98e7-44f2-a950-54d1341108ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2109be36-bc60-400f-a679-337bd3bce033, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb8605c3-2e8d-4635-9340-d792601f94ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d34d6c-98e7-44f2-a950-54d1341108ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10583645976649525055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055105836459766495250551058364597664952505510583645976649525055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb8605c3-2e8d-4635-9340-d792601f94ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 524990118801981131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131524990118801981131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d34d6c-98e7-44f2-a950-54d1341108ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07d0eedb-e4c5-4ebf-8f5a-44992ded1f94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d0eedb-e4c5-4ebf-8f5a-44992ded1f94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9389562395304283232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232938956239530428323293895623953042832329389562395304283232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb8605c3-2e8d-4635-9340-d792601f94ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 663fe5cd-d105-48c8-bcfe-b003c1d04127, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 663fe5cd-d105-48c8-bcfe-b003c1d04127, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12811186413730206798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798128111864137302067981281118641373020679812811186413730206798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d0eedb-e4c5-4ebf-8f5a-44992ded1f94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 663fe5cd-d105-48c8-bcfe-b003c1d04127, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6452e910-6741-4187-a438-80173b8c6e16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6452e910-6741-4187-a438-80173b8c6e16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10216596771207002851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851102165967712070028511021659677120700285110216596771207002851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0920b796-7bc6-4626-939c-4f7dcedd8431, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0920b796-7bc6-4626-939c-4f7dcedd8431, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14102761507579950865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865141027615075799508651410276150757995086514102761507579950865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6452e910-6741-4187-a438-80173b8c6e16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0920b796-7bc6-4626-939c-4f7dcedd8431, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71bd9665-fd1c-4cfa-a588-b8d59d3b4692, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71bd9665-fd1c-4cfa-a588-b8d59d3b4692, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3612387194409252413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413361238719440925241336123871944092524133612387194409252413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92dc2349-b2d4-40d8-8b22-02030965357a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92dc2349-b2d4-40d8-8b22-02030965357a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17616322803022031351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351176163228030220313511761632280302203135117616322803022031351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71bd9665-fd1c-4cfa-a588-b8d59d3b4692, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55df233b-0853-45d4-ba6e-3aa9505219c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55df233b-0853-45d4-ba6e-3aa9505219c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2177355418418180249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249217735541841818024921773554184181802492177355418418180249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92dc2349-b2d4-40d8-8b22-02030965357a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58fdfa0d-be52-497d-924b-9c1b0bdb8539, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58fdfa0d-be52-497d-924b-9c1b0bdb8539, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3919069510455389516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516391906951045538951639190695104553895163919069510455389516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55df233b-0853-45d4-ba6e-3aa9505219c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f11a8ad3-ee1f-4ba7-8a00-608763420556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11a8ad3-ee1f-4ba7-8a00-608763420556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10318104228483548813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813103181042284835488131031810422848354881310318104228483548813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58fdfa0d-be52-497d-924b-9c1b0bdb8539, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32948fcb-56c9-4ac9-b8b7-a3d1ab1622e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32948fcb-56c9-4ac9-b8b7-a3d1ab1622e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12447010458629083916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916124470104586290839161244701045862908391612447010458629083916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11a8ad3-ee1f-4ba7-8a00-608763420556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a7db73-4d14-4ce9-b2ae-daa7ce6bc759, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a7db73-4d14-4ce9-b2ae-daa7ce6bc759, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16607908425824161332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332166079084258241613321660790842582416133216607908425824161332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32948fcb-56c9-4ac9-b8b7-a3d1ab1622e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7ada27a-0620-4756-877a-22aff3741026, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ada27a-0620-4756-877a-22aff3741026, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6621198515434303147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147662119851543430314766211985154343031476621198515434303147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a7db73-4d14-4ce9-b2ae-daa7ce6bc759, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0827908-0c36-4dfb-bc12-006e796b7135, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0827908-0c36-4dfb-bc12-006e796b7135, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10255830513650412304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304102558305136504123041025583051365041230410255830513650412304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ada27a-0620-4756-877a-22aff3741026, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dba1b661-bf6e-4ea0-a1f7-cab83a286e6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba1b661-bf6e-4ea0-a1f7-cab83a286e6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16918222690928831974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974169182226909288319741691822269092883197416918222690928831974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0827908-0c36-4dfb-bc12-006e796b7135, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba1b661-bf6e-4ea0-a1f7-cab83a286e6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ef362e9-68a4-42cd-8ad8-f996f9a64d09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef362e9-68a4-42cd-8ad8-f996f9a64d09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10117654061233217837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837101176540612332178371011765406123321783710117654061233217837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ffa4b95-70fe-4fb1-b6e1-7187a4097694, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ffa4b95-70fe-4fb1-b6e1-7187a4097694, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15726927232797397806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806157269272327973978061572692723279739780615726927232797397806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef362e9-68a4-42cd-8ad8-f996f9a64d09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c127bc0-2616-49c0-889c-0acb1dce413c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c127bc0-2616-49c0-889c-0acb1dce413c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8554222584462646999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999855422258446264699985542225844626469998554222584462646999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ffa4b95-70fe-4fb1-b6e1-7187a4097694, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f327c623-f4bc-428b-9f07-c9442d2bbc2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f327c623-f4bc-428b-9f07-c9442d2bbc2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11183460420307160939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939111834604203071609391118346042030716093911183460420307160939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c127bc0-2616-49c0-889c-0acb1dce413c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c348f69-862f-4379-a0cd-ff9f142cb1f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c348f69-862f-4379-a0cd-ff9f142cb1f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10033228877041882180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180100332288770418821801003322887704188218010033228877041882180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f327c623-f4bc-428b-9f07-c9442d2bbc2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36e84767-64c5-41a8-94b4-9848d640555c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e84767-64c5-41a8-94b4-9848d640555c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9284521062425085602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602928452106242508560292845210624250856029284521062425085602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c348f69-862f-4379-a0cd-ff9f142cb1f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 313624fa-e04a-44ef-aa9f-df2ed3235ef7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 313624fa-e04a-44ef-aa9f-df2ed3235ef7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 646937656797737322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322646937656797737322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e84767-64c5-41a8-94b4-9848d640555c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36e8063c-32da-4c90-a94a-b6bcab412692, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e8063c-32da-4c90-a94a-b6bcab412692, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8758027057535081528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528875802705753508152887580270575350815288758027057535081528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 313624fa-e04a-44ef-aa9f-df2ed3235ef7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd4857c-7c52-456b-8a16-caa9fe241abc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd4857c-7c52-456b-8a16-caa9fe241abc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5588525885256378057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057558852588525637805755885258852563780575588525885256378057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e8063c-32da-4c90-a94a-b6bcab412692, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd4857c-7c52-456b-8a16-caa9fe241abc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c22007bf-8152-45e5-98e3-3b5a3f9b5989, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22007bf-8152-45e5-98e3-3b5a3f9b5989, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5511822104442891549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549551182210444289154955118221044428915495511822104442891549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 145f505c-626e-4905-bb20-3ca97ac44978, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 145f505c-626e-4905-bb20-3ca97ac44978, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1213791107970656191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191121379110797065619112137911079706561911213791107970656191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22007bf-8152-45e5-98e3-3b5a3f9b5989, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e67f2461-7539-4ce6-8f00-dbd24061c1fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67f2461-7539-4ce6-8f00-dbd24061c1fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15555547133771057742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742155555471337710577421555554713377105774215555547133771057742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 145f505c-626e-4905-bb20-3ca97ac44978, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3973175a-3338-4668-b6c5-46715b4c5878, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3973175a-3338-4668-b6c5-46715b4c5878, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 118945822711679907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907118945822711679907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67f2461-7539-4ce6-8f00-dbd24061c1fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab0b7f4d-4ca0-43ad-b5df-541de049b121, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0b7f4d-4ca0-43ad-b5df-541de049b121, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 437982074310063070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070437982074310063070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3973175a-3338-4668-b6c5-46715b4c5878, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d454ff4f-23e8-4800-a9a1-262be8c84ca3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d454ff4f-23e8-4800-a9a1-262be8c84ca3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8175002563989922779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779817500256398992277981750025639899227798175002563989922779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0b7f4d-4ca0-43ad-b5df-541de049b121, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db451a6f-84fa-4f5f-b2a0-10bb42c2be19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db451a6f-84fa-4f5f-b2a0-10bb42c2be19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7567240287334529998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998756724028733452999875672402873345299987567240287334529998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d454ff4f-23e8-4800-a9a1-262be8c84ca3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f45a9c39-60bb-48b3-b5ac-599fa69c34b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45a9c39-60bb-48b3-b5ac-599fa69c34b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16687513398701495879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879166875133987014958791668751339870149587916687513398701495879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db451a6f-84fa-4f5f-b2a0-10bb42c2be19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc236812-6964-4967-86b1-0672062894d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc236812-6964-4967-86b1-0672062894d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2830599221984020346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346283059922198402034628305992219840203462830599221984020346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45a9c39-60bb-48b3-b5ac-599fa69c34b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6287c62f-a5ab-471a-b76b-08a81e9256b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6287c62f-a5ab-471a-b76b-08a81e9256b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18152447841817045091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091181524478418170450911815244784181704509118152447841817045091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc236812-6964-4967-86b1-0672062894d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 127730ac-779b-4ff5-8243-50bafb599cbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127730ac-779b-4ff5-8243-50bafb599cbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12566596153353540733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733125665961533535407331256659615335354073312566596153353540733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6287c62f-a5ab-471a-b76b-08a81e9256b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aff6ab44-ac43-4767-aa98-deb754e0f9b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aff6ab44-ac43-4767-aa98-deb754e0f9b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6142910873385282500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500614291087338528250061429108733852825006142910873385282500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127730ac-779b-4ff5-8243-50bafb599cbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aca3e12a-f95f-42bc-9f84-79e9bb224483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca3e12a-f95f-42bc-9f84-79e9bb224483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8813604461761916774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774881360446176191677488136044617619167748813604461761916774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aff6ab44-ac43-4767-aa98-deb754e0f9b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35289047-74bc-4ac0-8b0b-92804dac8236, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35289047-74bc-4ac0-8b0b-92804dac8236, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7567452472474792219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219756745247247479221975674524724747922197567452472474792219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca3e12a-f95f-42bc-9f84-79e9bb224483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6debb39-a5e5-4c02-99e6-18206efe85dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35289047-74bc-4ac0-8b0b-92804dac8236, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c6238e0-f821-4492-804a-4850fe59869a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6238e0-f821-4492-804a-4850fe59869a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15683893864051419732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732156838938640514197321568389386405141973215683893864051419732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6debb39-a5e5-4c02-99e6-18206efe85dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9372070115107581552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552937207011510758155293720701151075815529372070115107581552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6238e0-f821-4492-804a-4850fe59869a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 333f92e9-cc74-461d-93e3-24db3084d230, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6debb39-a5e5-4c02-99e6-18206efe85dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 333f92e9-cc74-461d-93e3-24db3084d230, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8158148544678089902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902815814854467808990281581485446780899028158148544678089902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0085f1f6-f414-4353-98db-cafd56b61810, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0085f1f6-f414-4353-98db-cafd56b61810, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9489810332652619173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173948981033265261917394898103326526191739489810332652619173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 333f92e9-cc74-461d-93e3-24db3084d230, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0085f1f6-f414-4353-98db-cafd56b61810, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53f67f56-d293-41a2-ad98-7010cafe0e49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f67f56-d293-41a2-ad98-7010cafe0e49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14828692186385407187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187148286921863854071871482869218638540718714828692186385407187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5229268-9fca-43d4-9b7a-d03cf65518ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5229268-9fca-43d4-9b7a-d03cf65518ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8549569089790493841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841854956908979049384185495690897904938418549569089790493841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f67f56-d293-41a2-ad98-7010cafe0e49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 542695a2-5edc-408e-aebd-28b7d7defff6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 542695a2-5edc-408e-aebd-28b7d7defff6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5049444731548042141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141504944473154804214150494447315480421415049444731548042141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5229268-9fca-43d4-9b7a-d03cf65518ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f3047e4-27f9-4586-b712-22bc4b84ca75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f3047e4-27f9-4586-b712-22bc4b84ca75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7682199071929538983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983768219907192953898376821990719295389837682199071929538983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 542695a2-5edc-408e-aebd-28b7d7defff6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f3047e4-27f9-4586-b712-22bc4b84ca75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eda5fb7b-d624-4c1b-ba0f-2aef83cdcd06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda5fb7b-d624-4c1b-ba0f-2aef83cdcd06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14645440623881403826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826146454406238814038261464544062388140382614645440623881403826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0b8d980-6e9a-4ccb-a30d-a6adb0bd5fe2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b8d980-6e9a-4ccb-a30d-a6adb0bd5fe2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13459618617582469274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274134596186175824692741345961861758246927413459618617582469274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda5fb7b-d624-4c1b-ba0f-2aef83cdcd06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dc872b6-5b41-40ae-b3e0-cb6fd7136347, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dc872b6-5b41-40ae-b3e0-cb6fd7136347, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16663248808062294412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412166632488080622944121666324880806229441216663248808062294412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b8d980-6e9a-4ccb-a30d-a6adb0bd5fe2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfd7e94c-1d33-4b48-8df6-d6d6633d9ac9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd7e94c-1d33-4b48-8df6-d6d6633d9ac9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17309320101567738585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585173093201015677385851730932010156773858517309320101567738585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dc872b6-5b41-40ae-b3e0-cb6fd7136347, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01d8d499-bdd5-4720-8e3f-5571a29bc930, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d8d499-bdd5-4720-8e3f-5571a29bc930, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13510463631421988205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205135104636314219882051351046363142198820513510463631421988205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd7e94c-1d33-4b48-8df6-d6d6633d9ac9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06e69f5-4384-4662-8dbb-826e0cb2ab62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06e69f5-4384-4662-8dbb-826e0cb2ab62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10353676257938188038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038103536762579381880381035367625793818803810353676257938188038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d8d499-bdd5-4720-8e3f-5571a29bc930, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8408c9d9-7b31-486f-8e93-64fa6cc81eb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8408c9d9-7b31-486f-8e93-64fa6cc81eb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3679547276350414077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077367954727635041407736795472763504140773679547276350414077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06e69f5-4384-4662-8dbb-826e0cb2ab62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ded9f6a-6c4e-4b37-a5cc-ad17dae8be0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ded9f6a-6c4e-4b37-a5cc-ad17dae8be0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16804365800547802227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227168043658005478022271680436580054780222716804365800547802227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8408c9d9-7b31-486f-8e93-64fa6cc81eb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98705f3e-0afa-41c2-bfde-71c6117b480e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98705f3e-0afa-41c2-bfde-71c6117b480e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5604416588937680805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805560441658893768080556044165889376808055604416588937680805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ded9f6a-6c4e-4b37-a5cc-ad17dae8be0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 358ef478-1033-4c3e-ae8c-18bfd89863b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 358ef478-1033-4c3e-ae8c-18bfd89863b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11347922962602687277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277113479229626026872771134792296260268727711347922962602687277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98705f3e-0afa-41c2-bfde-71c6117b480e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0231d264-fa4d-4bb1-a5cf-9e2ba9c89385, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358ef478-1033-4c3e-ae8c-18bfd89863b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0231d264-fa4d-4bb1-a5cf-9e2ba9c89385, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4912124092513402422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422491212409251340242249121240925134024224912124092513402422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11b8cf1c-d48a-440f-b130-066aafad3880, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b8cf1c-d48a-440f-b130-066aafad3880, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14764944034620421375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375147649440346204213751476494403462042137514764944034620421375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0231d264-fa4d-4bb1-a5cf-9e2ba9c89385, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a3e0c7c-90c1-4f5f-a774-bbde801a7ccc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a3e0c7c-90c1-4f5f-a774-bbde801a7ccc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3606592383428862843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843360659238342886284336065923834288628433606592383428862843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b8cf1c-d48a-440f-b130-066aafad3880, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc457b10-ecc7-45ef-b152-72eaa655a66f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc457b10-ecc7-45ef-b152-72eaa655a66f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17733205344634646275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275177332053446346462751773320534463464627517733205344634646275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a3e0c7c-90c1-4f5f-a774-bbde801a7ccc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09b7a17b-2a26-4f03-b25a-a4a98846a5ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b7a17b-2a26-4f03-b25a-a4a98846a5ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18373326489726094069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069183733264897260940691837332648972609406918373326489726094069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc457b10-ecc7-45ef-b152-72eaa655a66f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b00bf784-a3ed-494e-afbc-b885107ffa1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b00bf784-a3ed-494e-afbc-b885107ffa1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4383504659724409595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595438350465972440959543835046597244095954383504659724409595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b7a17b-2a26-4f03-b25a-a4a98846a5ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5013e505-e0e1-42c9-92f7-377de6f67823, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5013e505-e0e1-42c9-92f7-377de6f67823, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6277505127363068201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201627750512736306820162775051273630682016277505127363068201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b00bf784-a3ed-494e-afbc-b885107ffa1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5013e505-e0e1-42c9-92f7-377de6f67823, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c7659c0-66fa-4561-bd57-6acbafa2eacb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b76a1552-e8ef-426a-b386-57964c4a97b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c7659c0-66fa-4561-bd57-6acbafa2eacb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1308320705621342936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936130832070562134293613083207056213429361308320705621342936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76a1552-e8ef-426a-b386-57964c4a97b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8847084894250205274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274884708489425020527488470848942502052748847084894250205274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c7659c0-66fa-4561-bd57-6acbafa2eacb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbd1281e-e24a-4c88-a380-676e83c84a72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76a1552-e8ef-426a-b386-57964c4a97b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5495752-e30b-440b-9750-2a2e002402f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5495752-e30b-440b-9750-2a2e002402f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13678084336460840847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847136780843364608408471367808433646084084713678084336460840847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd1281e-e24a-4c88-a380-676e83c84a72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8426588837257954272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272842658883725795427284265888372579542728426588837257954272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5495752-e30b-440b-9750-2a2e002402f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc674f1-fc6f-477d-be0c-4da0c817084a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc674f1-fc6f-477d-be0c-4da0c817084a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5095351386907930248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248509535138690793024850953513869079302485095351386907930248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd1281e-e24a-4c88-a380-676e83c84a72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae7c340-b84a-468e-a555-9e30795e5732, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae7c340-b84a-468e-a555-9e30795e5732, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16088232366158471381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381160882323661584713811608823236615847138116088232366158471381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc674f1-fc6f-477d-be0c-4da0c817084a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5573035-752f-461a-83d7-fbe1da9270e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5573035-752f-461a-83d7-fbe1da9270e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3538748893162739331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331353874889316273933135387488931627393313538748893162739331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5573035-752f-461a-83d7-fbe1da9270e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88cccb0b-b508-4ff6-ba67-6b694d8c0657, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae7c340-b84a-468e-a555-9e30795e5732, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5ff67db-8b77-4b19-91b3-f783632facae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ff67db-8b77-4b19-91b3-f783632facae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9676117608371282605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605967611760837128260596761176083712826059676117608371282605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88cccb0b-b508-4ff6-ba67-6b694d8c0657, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9701060117548334241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241970106011754833424197010601175483342419701060117548334241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ff67db-8b77-4b19-91b3-f783632facae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 883d812f-b9d0-4b5d-aa47-30affd5034a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883d812f-b9d0-4b5d-aa47-30affd5034a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2971656194007317248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248297165619400731724829716561940073172482971656194007317248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88cccb0b-b508-4ff6-ba67-6b694d8c0657, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4b5c980-f8a9-4668-b230-1930fb8a5369, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b5c980-f8a9-4668-b230-1930fb8a5369, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5400765796427411602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602540076579642741160254007657964274116025400765796427411602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883d812f-b9d0-4b5d-aa47-30affd5034a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 594e1727-2e33-4cb3-84d3-dec5d95f8886, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b5c980-f8a9-4668-b230-1930fb8a5369, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53307f65-1ff9-4737-ad83-589aa30a6d41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53307f65-1ff9-4737-ad83-589aa30a6d41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4617320035800818747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747461732003580081874746173200358008187474617320035800818747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 594e1727-2e33-4cb3-84d3-dec5d95f8886, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4456020515629841243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243445602051562984124344560205156298412434456020515629841243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53307f65-1ff9-4737-ad83-589aa30a6d41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3f5ed1d-6fd8-4b7c-8656-00cada20a4a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3f5ed1d-6fd8-4b7c-8656-00cada20a4a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12272552647499265755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755122725526474992657551227255264749926575512272552647499265755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 594e1727-2e33-4cb3-84d3-dec5d95f8886, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 481f6b50-96b1-4662-b8b8-77e4bbed4045, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 481f6b50-96b1-4662-b8b8-77e4bbed4045, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1167681635314349876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876116768163531434987611676816353143498761167681635314349876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3f5ed1d-6fd8-4b7c-8656-00cada20a4a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fd54be7-aeda-4541-8fa7-c9e6b095b1d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fd54be7-aeda-4541-8fa7-c9e6b095b1d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16059253912973503103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103160592539129735031031605925391297350310316059253912973503103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 481f6b50-96b1-4662-b8b8-77e4bbed4045, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 578d54da-9dd5-48f1-8a0f-13d401db3b39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 578d54da-9dd5-48f1-8a0f-13d401db3b39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15090228187899404027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027150902281878994040271509022818789940402715090228187899404027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fd54be7-aeda-4541-8fa7-c9e6b095b1d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434fef79-4d24-4768-9325-041cf86bb405, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434fef79-4d24-4768-9325-041cf86bb405, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074070584626568601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601107407058462656860110740705846265686011074070584626568601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 578d54da-9dd5-48f1-8a0f-13d401db3b39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc31bf2a-22e3-4947-a21c-b6e2630a38fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc31bf2a-22e3-4947-a21c-b6e2630a38fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1317121440239144906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906131712144023914490613171214402391449061317121440239144906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434fef79-4d24-4768-9325-041cf86bb405, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5707f3f-3284-460d-9164-74c37b4c8a90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5707f3f-3284-460d-9164-74c37b4c8a90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047271331335737212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212804727133133573721280472713313357372128047271331335737212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc31bf2a-22e3-4947-a21c-b6e2630a38fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fd53ac5-e434-442e-9fed-249e58a185c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fd53ac5-e434-442e-9fed-249e58a185c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11378219993255999958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958113782199932559999581137821999325599995811378219993255999958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5707f3f-3284-460d-9164-74c37b4c8a90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f594a3bc-a22b-4368-be77-202e7a7b4f29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f594a3bc-a22b-4368-be77-202e7a7b4f29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1428824535675153837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837142882453567515383714288245356751538371428824535675153837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fd53ac5-e434-442e-9fed-249e58a185c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f594a3bc-a22b-4368-be77-202e7a7b4f29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc54cea9-92c0-4766-9666-ed8131e68803, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc54cea9-92c0-4766-9666-ed8131e68803, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2832613994847958654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654283261399484795865428326139948479586542832613994847958654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71326b73-de4c-482b-930a-7d7147a5d458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71326b73-de4c-482b-930a-7d7147a5d458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13970389648621396530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530139703896486213965301397038964862139653013970389648621396530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc54cea9-92c0-4766-9666-ed8131e68803, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acfa4ad7-29f3-4056-bc8f-c23f47611efb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acfa4ad7-29f3-4056-bc8f-c23f47611efb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1522768147074446771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771152276814707444677115227681470744467711522768147074446771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71326b73-de4c-482b-930a-7d7147a5d458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c553441-05ca-470e-93fb-b38cd12d10a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c553441-05ca-470e-93fb-b38cd12d10a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13865683754969344680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680138656837549693446801386568375496934468013865683754969344680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acfa4ad7-29f3-4056-bc8f-c23f47611efb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ae9069a-ac08-4d9b-bdd6-be7c248a5589, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ae9069a-ac08-4d9b-bdd6-be7c248a5589, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4377002247108115868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868437700224710811586843770022471081158684377002247108115868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c553441-05ca-470e-93fb-b38cd12d10a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c046dea-b132-43ad-a153-c7c08841f4b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c046dea-b132-43ad-a153-c7c08841f4b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7966471496480575146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146796647149648057514679664714964805751467966471496480575146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ae9069a-ac08-4d9b-bdd6-be7c248a5589, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79042e79-8e4c-4f49-b994-0af19916fef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79042e79-8e4c-4f49-b994-0af19916fef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13904865378465536872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872139048653784655368721390486537846553687213904865378465536872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c046dea-b132-43ad-a153-c7c08841f4b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c15a0586-00de-4a0c-aeac-5bab043a5985, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c15a0586-00de-4a0c-aeac-5bab043a5985, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7863995037857303216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216786399503785730321678639950378573032167863995037857303216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79042e79-8e4c-4f49-b994-0af19916fef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ee82da2-58ae-4350-9f49-e5fc2f629403, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ee82da2-58ae-4350-9f49-e5fc2f629403, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12027360220772861360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360120273602207728613601202736022077286136012027360220772861360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c15a0586-00de-4a0c-aeac-5bab043a5985, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7d8726f-5253-4d82-95ee-012f4b553df8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7d8726f-5253-4d82-95ee-012f4b553df8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16421549204252594062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062164215492042525940621642154920425259406216421549204252594062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ee82da2-58ae-4350-9f49-e5fc2f629403, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cc9d5c3-6496-44b6-9ea0-1eddc40fa829, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc9d5c3-6496-44b6-9ea0-1eddc40fa829, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16448923329883871832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832164489233298838718321644892332988387183216448923329883871832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7d8726f-5253-4d82-95ee-012f4b553df8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77bd54cc-ddac-4c91-b451-a20b025385dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77bd54cc-ddac-4c91-b451-a20b025385dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12587710577797460835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835125877105777974608351258771057779746083512587710577797460835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc9d5c3-6496-44b6-9ea0-1eddc40fa829, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a82873e-f865-4c59-ac3a-8c096a2b3387, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a82873e-f865-4c59-ac3a-8c096a2b3387, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718867497606193263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263471886749760619326347188674976061932634718867497606193263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77bd54cc-ddac-4c91-b451-a20b025385dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84616ac8-1282-4e86-b6d4-cba0e657deb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84616ac8-1282-4e86-b6d4-cba0e657deb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7322386241591687115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115732238624159168711573223862415916871157322386241591687115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a82873e-f865-4c59-ac3a-8c096a2b3387, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6634052e-ebde-4643-916e-6f85285cc28c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6634052e-ebde-4643-916e-6f85285cc28c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15290345286862156457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457152903452868621564571529034528686215645715290345286862156457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84616ac8-1282-4e86-b6d4-cba0e657deb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6edd732a-8502-4e9c-acbf-dbf73f7c4711, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6edd732a-8502-4e9c-acbf-dbf73f7c4711, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2001507639870803822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822200150763987080382220015076398708038222001507639870803822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6634052e-ebde-4643-916e-6f85285cc28c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90321e52-5a2c-449e-befc-9d36de2ce5b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90321e52-5a2c-449e-befc-9d36de2ce5b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12902203375580657620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620129022033755806576201290220337558065762012902203375580657620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6edd732a-8502-4e9c-acbf-dbf73f7c4711, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62acad94-5dd2-4566-b634-12d5172b80c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62acad94-5dd2-4566-b634-12d5172b80c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285219107535555285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285122852191075355552851228521910753555528512285219107535555285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90321e52-5a2c-449e-befc-9d36de2ce5b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 561adf19-83e0-4151-a538-75747f6528e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 561adf19-83e0-4151-a538-75747f6528e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2905349567999176148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148290534956799917614829053495679991761482905349567999176148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62acad94-5dd2-4566-b634-12d5172b80c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ed092c9-d117-4714-9dd3-2f92a7ab8b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed092c9-d117-4714-9dd3-2f92a7ab8b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8940270692058352354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354894027069205835235489402706920583523548940270692058352354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 561adf19-83e0-4151-a538-75747f6528e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9418bbb9-044c-4b03-ae14-38d2e9d24574, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9418bbb9-044c-4b03-ae14-38d2e9d24574, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17112331546573151286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286171123315465731512861711233154657315128617112331546573151286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed092c9-d117-4714-9dd3-2f92a7ab8b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9418bbb9-044c-4b03-ae14-38d2e9d24574, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72292d97-6609-4a57-8a95-ce29a8ad776e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bf089ba-a027-418d-a3fd-6f7f87e7a025, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf089ba-a027-418d-a3fd-6f7f87e7a025, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14350294326861065541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541143502943268610655411435029432686106554114350294326861065541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72292d97-6609-4a57-8a95-ce29a8ad776e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2802934740986855928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928280293474098685592828029347409868559282802934740986855928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf089ba-a027-418d-a3fd-6f7f87e7a025, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6f807c6-c193-4e44-9b9d-6cb10b5b3a7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f807c6-c193-4e44-9b9d-6cb10b5b3a7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15253998916106720922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922152539989161067209221525399891610672092215253998916106720922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72292d97-6609-4a57-8a95-ce29a8ad776e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74822f5a-a3be-4204-a2a6-791d0038fb95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74822f5a-a3be-4204-a2a6-791d0038fb95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3859272066642891078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078385927206664289107838592720666428910783859272066642891078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f807c6-c193-4e44-9b9d-6cb10b5b3a7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87ac451c-a5a8-4180-9920-39abad03fdc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ac451c-a5a8-4180-9920-39abad03fdc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2632708851497655577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577263270885149765557726327088514976555772632708851497655577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74822f5a-a3be-4204-a2a6-791d0038fb95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 428939d6-85e3-47fb-855f-763ed1cbae47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 428939d6-85e3-47fb-855f-763ed1cbae47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11414527929850233468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468114145279298502334681141452792985023346811414527929850233468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ac451c-a5a8-4180-9920-39abad03fdc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96e3acdf-00a0-49cd-be2a-147e31dfb2d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e3acdf-00a0-49cd-be2a-147e31dfb2d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16647059197127571687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687166470591971275716871664705919712757168716647059197127571687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 428939d6-85e3-47fb-855f-763ed1cbae47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26b6396c-a0a2-42b4-baea-bb4d1bb0dfc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b6396c-a0a2-42b4-baea-bb4d1bb0dfc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4837979702919399663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663483797970291939966348379797029193996634837979702919399663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e3acdf-00a0-49cd-be2a-147e31dfb2d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a0afe1e-2d0b-4b66-b1ba-86864d08cb02, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a0afe1e-2d0b-4b66-b1ba-86864d08cb02, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9679894783251214990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990967989478325121499096798947832512149909679894783251214990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b6396c-a0a2-42b4-baea-bb4d1bb0dfc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db304e48-3355-4558-89d4-3656c5505561, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db304e48-3355-4558-89d4-3656c5505561, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10940950817471930946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946109409508174719309461094095081747193094610940950817471930946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a0afe1e-2d0b-4b66-b1ba-86864d08cb02, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f10facec-07fe-42be-bfda-7ce544281d20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db304e48-3355-4558-89d4-3656c5505561, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c2485d0-de40-4f7d-85fb-a8b294a1ec42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c2485d0-de40-4f7d-85fb-a8b294a1ec42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3649147711062206816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816364914771106220681636491477110622068163649147711062206816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f10facec-07fe-42be-bfda-7ce544281d20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12561770571647135471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471125617705716471354711256177057164713547112561770571647135471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c2485d0-de40-4f7d-85fb-a8b294a1ec42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ea929ad-ff72-40fe-b522-6d1ae27e210a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea929ad-ff72-40fe-b522-6d1ae27e210a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8200716049279766275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275820071604927976627582007160492797662758200716049279766275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f10facec-07fe-42be-bfda-7ce544281d20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a17f161c-91dd-44fb-8e2e-b5e67ff654bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a17f161c-91dd-44fb-8e2e-b5e67ff654bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7584599606736560510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510758459960673656051075845996067365605107584599606736560510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea929ad-ff72-40fe-b522-6d1ae27e210a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1d102f6-1e7e-4ee5-9162-80afcfc91a3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d102f6-1e7e-4ee5-9162-80afcfc91a3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14710704395698142429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429147107043956981424291471070439569814242914710704395698142429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a17f161c-91dd-44fb-8e2e-b5e67ff654bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20f5004c-5e29-4cba-88da-5b64b431925a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f5004c-5e29-4cba-88da-5b64b431925a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16511935777144849391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391165119357771448493911651193577714484939116511935777144849391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d102f6-1e7e-4ee5-9162-80afcfc91a3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2378e530-be35-4af8-b642-2c8f7be4991f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2378e530-be35-4af8-b642-2c8f7be4991f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11695250919439650740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740116952509194396507401169525091943965074011695250919439650740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f5004c-5e29-4cba-88da-5b64b431925a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1a60373-aef9-4fb4-8888-4e91720e76da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a60373-aef9-4fb4-8888-4e91720e76da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1372102614558902173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173137210261455890217313721026145589021731372102614558902173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2378e530-be35-4af8-b642-2c8f7be4991f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53406b5f-f9f2-4bd6-a389-71d4f8100034, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53406b5f-f9f2-4bd6-a389-71d4f8100034, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11780336138009167312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312117803361380091673121178033613800916731211780336138009167312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a60373-aef9-4fb4-8888-4e91720e76da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c304e397-45c9-4760-bf5b-60ce2a3f0294, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c304e397-45c9-4760-bf5b-60ce2a3f0294, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 433836722581841073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073433836722581841073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53406b5f-f9f2-4bd6-a389-71d4f8100034, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff2441f9-edc5-4218-be2f-4d144db14cf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff2441f9-edc5-4218-be2f-4d144db14cf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3283134666665513956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956328313466666551395632831346666655139563283134666665513956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c304e397-45c9-4760-bf5b-60ce2a3f0294, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df676a63-ae86-4a4f-b11b-6773a7b59869, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df676a63-ae86-4a4f-b11b-6773a7b59869, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1124182992921473797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797112418299292147379711241829929214737971124182992921473797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff2441f9-edc5-4218-be2f-4d144db14cf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95f0999e-2b1d-4e9b-86e7-ad55b27acf47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f0999e-2b1d-4e9b-86e7-ad55b27acf47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15339573204509074454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454153395732045090744541533957320450907445415339573204509074454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df676a63-ae86-4a4f-b11b-6773a7b59869, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c8e7bb-ce3d-429c-8e14-884f99d0d626, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c8e7bb-ce3d-429c-8e14-884f99d0d626, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11864938151299247199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199118649381512992471991186493815129924719911864938151299247199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f0999e-2b1d-4e9b-86e7-ad55b27acf47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe83ccc-f8e7-4f91-bb75-558dc72b0a65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe83ccc-f8e7-4f91-bb75-558dc72b0a65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9790298769226139040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040979029876922613904097902987692261390409790298769226139040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c8e7bb-ce3d-429c-8e14-884f99d0d626, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37b0dfb4-a72b-4ea2-a23a-a32b60d1d9c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b0dfb4-a72b-4ea2-a23a-a32b60d1d9c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2552179213423179162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162255217921342317916225521792134231791622552179213423179162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe83ccc-f8e7-4f91-bb75-558dc72b0a65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b39ccb0-4dc9-4baa-b618-359264d9cc0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b39ccb0-4dc9-4baa-b618-359264d9cc0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7000637844729104112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112700063784472910411270006378447291041127000637844729104112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b0dfb4-a72b-4ea2-a23a-a32b60d1d9c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b39ccb0-4dc9-4baa-b618-359264d9cc0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67351826-a85c-41f2-bfd9-0c1848354cb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67351826-a85c-41f2-bfd9-0c1848354cb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11560000502177889577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577115600005021778895771156000050217788957711560000502177889577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c62b50e-d374-4954-baad-4a014de5744b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c62b50e-d374-4954-baad-4a014de5744b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15471511866860864740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740154715118668608647401547151186686086474015471511866860864740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67351826-a85c-41f2-bfd9-0c1848354cb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a830f9d4-30ef-439c-8dfa-8dee4fa1a606, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a830f9d4-30ef-439c-8dfa-8dee4fa1a606, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10029909953532830065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065100299099535328300651002990995353283006510029909953532830065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c62b50e-d374-4954-baad-4a014de5744b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6467595-6ff8-4ba0-b56f-5b47d6a10f34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6467595-6ff8-4ba0-b56f-5b47d6a10f34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11049886864556531634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634110498868645565316341104988686455653163411049886864556531634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a830f9d4-30ef-439c-8dfa-8dee4fa1a606, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6467595-6ff8-4ba0-b56f-5b47d6a10f34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4633563f-381c-4cac-b487-c22370388baa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4633563f-381c-4cac-b487-c22370388baa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17349717429963387106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106173497174299633871061734971742996338710617349717429963387106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bdd9c31-d624-4e12-8018-851eca796b10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bdd9c31-d624-4e12-8018-851eca796b10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16798341069681455955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955167983410696814559551679834106968145595516798341069681455955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4633563f-381c-4cac-b487-c22370388baa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c009784-92bc-425c-bbf5-5cd726989d53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c009784-92bc-425c-bbf5-5cd726989d53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14498815363606448230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230144988153636064482301449881536360644823014498815363606448230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bdd9c31-d624-4e12-8018-851eca796b10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8293aa0c-bb67-4ec6-b938-21d4290d0481, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8293aa0c-bb67-4ec6-b938-21d4290d0481, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11593967271471554569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569115939672714715545691159396727147155456911593967271471554569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c009784-92bc-425c-bbf5-5cd726989d53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f9bd731-8032-4974-a759-bec2fe11342d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9bd731-8032-4974-a759-bec2fe11342d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15856380713564571258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258158563807135645712581585638071356457125815856380713564571258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8293aa0c-bb67-4ec6-b938-21d4290d0481, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b35019d2-191e-44ce-ae05-7dec32fbe5fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b35019d2-191e-44ce-ae05-7dec32fbe5fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459291374102450493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493104592913741024504931045929137410245049310459291374102450493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9bd731-8032-4974-a759-bec2fe11342d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d892a9ea-d155-4377-828f-1a9913f49b9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b35019d2-191e-44ce-ae05-7dec32fbe5fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d892a9ea-d155-4377-828f-1a9913f49b9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2506136665831702997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997250613666583170299725061366658317029972506136665831702997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 069212bf-6f4c-4754-b03f-d12457d82b06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 069212bf-6f4c-4754-b03f-d12457d82b06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6793232216138285735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735679323221613828573567932322161382857356793232216138285735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d892a9ea-d155-4377-828f-1a9913f49b9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23a38808-4a52-4b6b-b2bd-7d6e44f649d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a38808-4a52-4b6b-b2bd-7d6e44f649d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16026176570786304120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120160261765707863041201602617657078630412016026176570786304120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 069212bf-6f4c-4754-b03f-d12457d82b06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 709f86fe-822d-4880-b0ef-f70cebfb498e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 709f86fe-822d-4880-b0ef-f70cebfb498e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10577157076181053030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030105771570761810530301057715707618105303010577157076181053030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a38808-4a52-4b6b-b2bd-7d6e44f649d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd434aab-8dfb-472d-98ad-9693d65aaf65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd434aab-8dfb-472d-98ad-9693d65aaf65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17774539103859608047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047177745391038596080471777453910385960804717774539103859608047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 709f86fe-822d-4880-b0ef-f70cebfb498e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b68358f4-b603-4175-bb79-f8a3b9ac7814, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd434aab-8dfb-472d-98ad-9693d65aaf65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b22346b2-112e-4113-ba6a-888291ed5e41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68358f4-b603-4175-bb79-f8a3b9ac7814, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1989437149638406538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538198943714963840653819894371496384065381989437149638406538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22346b2-112e-4113-ba6a-888291ed5e41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7591768405596515657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657759176840559651565775917684055965156577591768405596515657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68358f4-b603-4175-bb79-f8a3b9ac7814, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92bb82ef-5884-48d6-a8ab-35161724a50b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92bb82ef-5884-48d6-a8ab-35161724a50b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9922731984819437161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161992273198481943716199227319848194371619922731984819437161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22346b2-112e-4113-ba6a-888291ed5e41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21f6fe6e-ed9a-4471-b4c2-f2740bbe15e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f6fe6e-ed9a-4471-b4c2-f2740bbe15e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15971278497447316204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204159712784974473162041597127849744731620415971278497447316204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92bb82ef-5884-48d6-a8ab-35161724a50b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4aa9946c-bd91-4dca-b94e-7d3f16a26d26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa9946c-bd91-4dca-b94e-7d3f16a26d26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4550750842032497041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041455075084203249704145507508420324970414550750842032497041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f6fe6e-ed9a-4471-b4c2-f2740bbe15e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74fc3937-e56d-4e45-b57f-f67da62d67c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa9946c-bd91-4dca-b94e-7d3f16a26d26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d61863b-290e-44fd-810e-667cbdc3b44c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d61863b-290e-44fd-810e-667cbdc3b44c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14298905936411180102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102142989059364111801021429890593641118010214298905936411180102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74fc3937-e56d-4e45-b57f-f67da62d67c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7967126867867650364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364796712686786765036479671268678676503647967126867867650364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d61863b-290e-44fd-810e-667cbdc3b44c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74fc3937-e56d-4e45-b57f-f67da62d67c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99c3360b-3431-41a2-87d8-5beb4bdf42f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c3360b-3431-41a2-87d8-5beb4bdf42f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4644923811642543092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092464492381164254309246449238116425430924644923811642543092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93926ebc-12b3-4c39-9916-40d47e3544f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93926ebc-12b3-4c39-9916-40d47e3544f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12941567612186636660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660129415676121866366601294156761218663666012941567612186636660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c3360b-3431-41a2-87d8-5beb4bdf42f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93926ebc-12b3-4c39-9916-40d47e3544f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f05e8142-3f2c-4d87-8b56-3716d3d88d04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05e8142-3f2c-4d87-8b56-3716d3d88d04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2259171524933033485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485225917152493303348522591715249330334852259171524933033485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18f0424a-6c11-4746-a363-3019bcf2b941, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f0424a-6c11-4746-a363-3019bcf2b941, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5059765871648050394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394505976587164805039450597658716480503945059765871648050394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05e8142-3f2c-4d87-8b56-3716d3d88d04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e34913d-54b8-491f-98a5-2e92d78e356d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e34913d-54b8-491f-98a5-2e92d78e356d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5985627293261996026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026598562729326199602659856272932619960265985627293261996026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f0424a-6c11-4746-a363-3019bcf2b941, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32bc2a36-9367-4ff3-9b83-1bc1740a5770, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32bc2a36-9367-4ff3-9b83-1bc1740a5770, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17975336640819483707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707179753366408194837071797533664081948370717975336640819483707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e34913d-54b8-491f-98a5-2e92d78e356d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff80462d-083b-4e9c-8c1b-fd5002d0b31b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff80462d-083b-4e9c-8c1b-fd5002d0b31b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3103546321572301048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048310354632157230104831035463215723010483103546321572301048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32bc2a36-9367-4ff3-9b83-1bc1740a5770, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45cc7ace-f356-4b57-b5dd-62c3875a86ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45cc7ace-f356-4b57-b5dd-62c3875a86ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7084394776133411513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513708439477613341151370843947761334115137084394776133411513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff80462d-083b-4e9c-8c1b-fd5002d0b31b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6956052-3265-4911-9c4a-0be1dc7a7d74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6956052-3265-4911-9c4a-0be1dc7a7d74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14697995419655509122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122146979954196555091221469799541965550912214697995419655509122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45cc7ace-f356-4b57-b5dd-62c3875a86ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d99b551-b949-4311-af77-ce2e2ff76f9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6956052-3265-4911-9c4a-0be1dc7a7d74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52052919-c47b-4959-ade8-84570b1bcf90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52052919-c47b-4959-ade8-84570b1bcf90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3625986289739021094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094362598628973902109436259862897390210943625986289739021094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d99b551-b949-4311-af77-ce2e2ff76f9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10818181084073665252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252108181810840736652521081818108407366525210818181084073665252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52052919-c47b-4959-ade8-84570b1bcf90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a5e7fa6-b5a6-4413-aee5-5ae7a6abc2c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a5e7fa6-b5a6-4413-aee5-5ae7a6abc2c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15030124232691881441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441150301242326918814411503012423269188144115030124232691881441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d99b551-b949-4311-af77-ce2e2ff76f9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f8666f-8f18-486a-b5ee-d921b84d6cf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f8666f-8f18-486a-b5ee-d921b84d6cf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1401854707408470541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541140185470740847054114018547074084705411401854707408470541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a5e7fa6-b5a6-4413-aee5-5ae7a6abc2c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df29bd23-2c0d-4094-aa62-7d2c538784cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df29bd23-2c0d-4094-aa62-7d2c538784cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15533511172113159505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505155335111721131595051553351117211315950515533511172113159505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f8666f-8f18-486a-b5ee-d921b84d6cf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 581e839c-c465-4f4c-aaeb-071790f89ba6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 581e839c-c465-4f4c-aaeb-071790f89ba6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12558615865758798108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108125586158657587981081255861586575879810812558615865758798108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df29bd23-2c0d-4094-aa62-7d2c538784cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fba888d-e432-424b-a913-f7093ac3c332, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fba888d-e432-424b-a913-f7093ac3c332, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9787003476450992864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864978700347645099286497870034764509928649787003476450992864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 581e839c-c465-4f4c-aaeb-071790f89ba6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff662706-c4f1-4dff-97b1-697e4a15b756, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff662706-c4f1-4dff-97b1-697e4a15b756, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9985873149692730667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667998587314969273066799858731496927306679985873149692730667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fba888d-e432-424b-a913-f7093ac3c332, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fcc9eb7-a515-4590-8666-2e2f94a52032, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff662706-c4f1-4dff-97b1-697e4a15b756, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60655fef-b12b-4363-a99e-aa5a2c582126, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60655fef-b12b-4363-a99e-aa5a2c582126, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3720740237397168510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510372074023739716851037207402373971685103720740237397168510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fcc9eb7-a515-4590-8666-2e2f94a52032, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9545477849892999786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786954547784989299978695454778498929997869545477849892999786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60655fef-b12b-4363-a99e-aa5a2c582126, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fcc9eb7-a515-4590-8666-2e2f94a52032, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8473ce9d-5440-416c-8bba-897b6e3daa0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8473ce9d-5440-416c-8bba-897b6e3daa0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4553852431758764904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904455385243175876490445538524317587649044553852431758764904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e23efe6-2627-4c53-a2c5-71769325d0c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e23efe6-2627-4c53-a2c5-71769325d0c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1690402533752074645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645169040253375207464516904025337520746451690402533752074645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e23efe6-2627-4c53-a2c5-71769325d0c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef156be5-c160-4964-a1fa-991eaca1ecce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8473ce9d-5440-416c-8bba-897b6e3daa0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef156be5-c160-4964-a1fa-991eaca1ecce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5941007457181597580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580594100745718159758059410074571815975805941007457181597580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 095f0bc8-15ba-4ba4-8fba-d6862dd7852d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 095f0bc8-15ba-4ba4-8fba-d6862dd7852d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8964177906265555762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762896417790626555576289641779062655557628964177906265555762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef156be5-c160-4964-a1fa-991eaca1ecce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69fcb955-5e41-4258-a2c2-732617299543, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 095f0bc8-15ba-4ba4-8fba-d6862dd7852d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69fcb955-5e41-4258-a2c2-732617299543, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3740003937562932956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956374000393756293295637400039375629329563740003937562932956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ed026fb-dd26-4a00-b43e-1ca12debbf42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed026fb-dd26-4a00-b43e-1ca12debbf42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10501715318244124738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738105017153182441247381050171531824412473810501715318244124738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69fcb955-5e41-4258-a2c2-732617299543, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56004351-8eab-472d-a8b9-3ce50da8450c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56004351-8eab-472d-a8b9-3ce50da8450c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9656378853733722100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100965637885373372210096563788537337221009656378853733722100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed026fb-dd26-4a00-b43e-1ca12debbf42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cf1c25f-8ca6-4452-b011-9f6daeb30763, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cf1c25f-8ca6-4452-b011-9f6daeb30763, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7396061664648382696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696739606166464838269673960616646483826967396061664648382696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56004351-8eab-472d-a8b9-3ce50da8450c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab079a0b-e9b0-463d-851b-1c65a230dfe3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab079a0b-e9b0-463d-851b-1c65a230dfe3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3259820288905008937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937325982028890500893732598202889050089373259820288905008937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cf1c25f-8ca6-4452-b011-9f6daeb30763, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7de885e-185b-40e5-8549-9ec5b4ee045a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7de885e-185b-40e5-8549-9ec5b4ee045a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1112025847259134016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016111202584725913401611120258472591340161112025847259134016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab079a0b-e9b0-463d-851b-1c65a230dfe3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29726530-8d03-4479-915f-d66f920e7613, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29726530-8d03-4479-915f-d66f920e7613, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5029119028187662742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742502911902818766274250291190281876627425029119028187662742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7de885e-185b-40e5-8549-9ec5b4ee045a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d36025-42a5-4ed1-9287-fb1048e9b92c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29726530-8d03-4479-915f-d66f920e7613, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6f1700d-14fd-4b87-b295-8dccbcf90dfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6f1700d-14fd-4b87-b295-8dccbcf90dfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12235115100535612167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167122351151005356121671223511510053561216712235115100535612167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d36025-42a5-4ed1-9287-fb1048e9b92c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5089920583744181215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215508992058374418121550899205837441812155089920583744181215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6f1700d-14fd-4b87-b295-8dccbcf90dfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd7fda9-3f77-4044-9e97-d91414f77b2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd7fda9-3f77-4044-9e97-d91414f77b2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14581803770074477691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691145818037700744776911458180377007447769114581803770074477691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d36025-42a5-4ed1-9287-fb1048e9b92c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8097e881-827d-4664-ae1e-474c0d7cb3f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8097e881-827d-4664-ae1e-474c0d7cb3f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6989428087031010779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779698942808703101077969894280870310107796989428087031010779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd7fda9-3f77-4044-9e97-d91414f77b2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5f7a653-9069-4f79-9e69-c7b9dcabd2c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5f7a653-9069-4f79-9e69-c7b9dcabd2c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 236765852787613757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757236765852787613757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8097e881-827d-4664-ae1e-474c0d7cb3f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 170e63e5-fe75-4a0e-84b3-b8bc34b68712, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 170e63e5-fe75-4a0e-84b3-b8bc34b68712, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17055282153607818170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170170552821536078181701705528215360781817017055282153607818170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5f7a653-9069-4f79-9e69-c7b9dcabd2c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f67737c-f3b5-40d3-b4c9-7e4c95cac24d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f67737c-f3b5-40d3-b4c9-7e4c95cac24d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9152420394694563954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954915242039469456395491524203946945639549152420394694563954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 170e63e5-fe75-4a0e-84b3-b8bc34b68712, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f42e5efa-cef1-4a9c-82e6-807690d85875, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f67737c-f3b5-40d3-b4c9-7e4c95cac24d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f42e5efa-cef1-4a9c-82e6-807690d85875, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14175755735734691341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341141757557357346913411417575573573469134114175755735734691341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d88328b-212a-47fc-843a-b3cf73afefa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d88328b-212a-47fc-843a-b3cf73afefa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11833970055662769374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374118339700556627693741183397005566276937411833970055662769374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f42e5efa-cef1-4a9c-82e6-807690d85875, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e63cefc8-4acb-479f-b8ea-3355210c6026, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63cefc8-4acb-479f-b8ea-3355210c6026, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15358927036662012237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237153589270366620122371535892703666201223715358927036662012237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d88328b-212a-47fc-843a-b3cf73afefa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da86633b-eebc-49d2-b856-53b5a731d617, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da86633b-eebc-49d2-b856-53b5a731d617, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14219108824924226238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238142191088249242262381421910882492422623814219108824924226238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63cefc8-4acb-479f-b8ea-3355210c6026, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68076cef-aaf5-4863-b1f7-f7c7d9c462a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68076cef-aaf5-4863-b1f7-f7c7d9c462a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7649849062866859122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122764984906286685912276498490628668591227649849062866859122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da86633b-eebc-49d2-b856-53b5a731d617, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b62b66f-6216-4ef9-a501-eb691ceafb15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b62b66f-6216-4ef9-a501-eb691ceafb15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732325703402285511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511732325703402285511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68076cef-aaf5-4863-b1f7-f7c7d9c462a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33e4abbb-e171-4a18-923a-02fc01aae20a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e4abbb-e171-4a18-923a-02fc01aae20a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16521502321187478711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711165215023211874787111652150232118747871116521502321187478711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b62b66f-6216-4ef9-a501-eb691ceafb15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eb8e72a-02af-4b87-b7d5-b1d3b974eaec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eb8e72a-02af-4b87-b7d5-b1d3b974eaec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15823548631298667892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892158235486312986678921582354863129866789215823548631298667892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e4abbb-e171-4a18-923a-02fc01aae20a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee9aea64-2323-4a59-a043-f2b7a6da75e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9aea64-2323-4a59-a043-f2b7a6da75e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1996304186866392973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973199630418686639297319963041868663929731996304186866392973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eb8e72a-02af-4b87-b7d5-b1d3b974eaec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db30c086-dfe2-4727-8283-b829d61ba261, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db30c086-dfe2-4727-8283-b829d61ba261, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13945723860060763119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119139457238600607631191394572386006076311913945723860060763119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9aea64-2323-4a59-a043-f2b7a6da75e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4e02e5e-c62a-474d-abb5-5bacd37a3b62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e02e5e-c62a-474d-abb5-5bacd37a3b62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4829456225521313544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544482945622552131354448294562255213135444829456225521313544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e02e5e-c62a-474d-abb5-5bacd37a3b62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0beee185-4933-4d06-9ba5-88ca65e4d00f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0beee185-4933-4d06-9ba5-88ca65e4d00f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9003143541888379374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374900314354188837937490031435418883793749003143541888379374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db30c086-dfe2-4727-8283-b829d61ba261, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfed0e54-7f73-4243-bc0e-1cf19a6ce7ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfed0e54-7f73-4243-bc0e-1cf19a6ce7ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757587123174087883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883167575871231740878831675758712317408788316757587123174087883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0beee185-4933-4d06-9ba5-88ca65e4d00f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d58179-de8f-40d0-bfa4-d4863daf3fb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d58179-de8f-40d0-bfa4-d4863daf3fb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2960782924936103551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551296078292493610355129607829249361035512960782924936103551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfed0e54-7f73-4243-bc0e-1cf19a6ce7ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ae8aa64-d6a4-44e4-8aac-4424de5562e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d58179-de8f-40d0-bfa4-d4863daf3fb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae8aa64-d6a4-44e4-8aac-4424de5562e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15316683302218472335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335153166833022184723351531668330221847233515316683302218472335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10589ed8-4b55-4524-b8c2-484fceed9475, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10589ed8-4b55-4524-b8c2-484fceed9475, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7240738247921712663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663724073824792171266372407382479217126637240738247921712663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae8aa64-d6a4-44e4-8aac-4424de5562e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b165bf77-7297-458f-be65-b7dccc6a5aa3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b165bf77-7297-458f-be65-b7dccc6a5aa3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6486067659354128328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328648606765935412832864860676593541283286486067659354128328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10589ed8-4b55-4524-b8c2-484fceed9475, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0c58855-2331-4638-8b0e-36b451e36022, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c58855-2331-4638-8b0e-36b451e36022, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11888019315160641652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652118880193151606416521188801931516064165211888019315160641652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b165bf77-7297-458f-be65-b7dccc6a5aa3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65843522-abf2-42cb-9d6c-59cba5c7a961, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65843522-abf2-42cb-9d6c-59cba5c7a961, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6084518169448037634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634608451816944803763460845181694480376346084518169448037634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c58855-2331-4638-8b0e-36b451e36022, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79ae11f0-9130-45cf-9a24-6e325e0cc861, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79ae11f0-9130-45cf-9a24-6e325e0cc861, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8140823069371781652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652814082306937178165281408230693717816528140823069371781652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79ae11f0-9130-45cf-9a24-6e325e0cc861, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d7b7e09-7607-4d2e-913b-c54f19448c2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d7b7e09-7607-4d2e-913b-c54f19448c2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7403672489458893490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490740367248945889349074036724894588934907403672489458893490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65843522-abf2-42cb-9d6c-59cba5c7a961, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4316dd07-9175-471d-9b93-6a7160354367, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4316dd07-9175-471d-9b93-6a7160354367, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12724638159779105349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349127246381597791053491272463815977910534912724638159779105349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d7b7e09-7607-4d2e-913b-c54f19448c2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52e42270-bbdc-46f7-a3a2-89ad8172bd8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e42270-bbdc-46f7-a3a2-89ad8172bd8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11444229130476472588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588114442291304764725881144422913047647258811444229130476472588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4316dd07-9175-471d-9b93-6a7160354367, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f59eba45-040b-4539-ba75-e81398a20a3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f59eba45-040b-4539-ba75-e81398a20a3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8816668036296129007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007881666803629612900788166680362961290078816668036296129007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e42270-bbdc-46f7-a3a2-89ad8172bd8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ad8ef0b-6340-4f4c-beee-8bdb11a0b6c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f59eba45-040b-4539-ba75-e81398a20a3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05526b2c-6e5f-4b8d-810d-d01bdfcdb619, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05526b2c-6e5f-4b8d-810d-d01bdfcdb619, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9443835877951929082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082944383587795192908294438358779519290829443835877951929082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad8ef0b-6340-4f4c-beee-8bdb11a0b6c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17069254178843243617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617170692541788432436171706925417884324361717069254178843243617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05526b2c-6e5f-4b8d-810d-d01bdfcdb619, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8367b58-98af-48fb-8a26-1492b78177b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8367b58-98af-48fb-8a26-1492b78177b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4852344332965970842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842485234433296597084248523443329659708424852344332965970842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad8ef0b-6340-4f4c-beee-8bdb11a0b6c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, babb573e-ca28-412d-b39d-8cc87de73962, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, babb573e-ca28-412d-b39d-8cc87de73962, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12433558803533401554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554124335588035334015541243355880353340155412433558803533401554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8367b58-98af-48fb-8a26-1492b78177b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a680737-16d2-41d6-bf12-1ef845966f32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a680737-16d2-41d6-bf12-1ef845966f32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16371617801751863175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175163716178017518631751637161780175186317516371617801751863175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, babb573e-ca28-412d-b39d-8cc87de73962, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b530e382-c97a-4e97-b4f7-f30103b68064, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b530e382-c97a-4e97-b4f7-f30103b68064, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11888282528751151601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601118882825287511516011188828252875115160111888282528751151601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b530e382-c97a-4e97-b4f7-f30103b68064, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed4afe4-a143-4e8b-b980-695678a564fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed4afe4-a143-4e8b-b980-695678a564fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12706768569130218382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382127067685691302183821270676856913021838212706768569130218382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a680737-16d2-41d6-bf12-1ef845966f32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41e1ad55-e88b-4719-810a-59a7b8938b21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41e1ad55-e88b-4719-810a-59a7b8938b21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1482491625843886019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019148249162584388601914824916258438860191482491625843886019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed4afe4-a143-4e8b-b980-695678a564fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59488c65-e7cb-427f-816d-e5289d145e87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59488c65-e7cb-427f-816d-e5289d145e87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16680460275387383994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994166804602753873839941668046027538738399416680460275387383994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41e1ad55-e88b-4719-810a-59a7b8938b21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4faa54c-ba82-4c9f-bce9-5e9164cb1ed1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4faa54c-ba82-4c9f-bce9-5e9164cb1ed1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12208683055313403942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942122086830553134039421220868305531340394212208683055313403942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59488c65-e7cb-427f-816d-e5289d145e87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12ff5af9-f1aa-4b21-a002-a137aef5f45b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ff5af9-f1aa-4b21-a002-a137aef5f45b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9120156536358461554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554912015653635846155491201565363584615549120156536358461554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4faa54c-ba82-4c9f-bce9-5e9164cb1ed1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b787ec55-0872-4e26-b653-f001ab8fc98c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b787ec55-0872-4e26-b653-f001ab8fc98c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8275721312860259786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786827572131286025978682757213128602597868275721312860259786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ff5af9-f1aa-4b21-a002-a137aef5f45b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a65c552a-f0b6-47fa-8596-cb4c6245a9f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a65c552a-f0b6-47fa-8596-cb4c6245a9f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16485724656602759475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475164857246566027594751648572465660275947516485724656602759475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b787ec55-0872-4e26-b653-f001ab8fc98c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e2dcc0e-a380-4a0d-a944-40d40b3461db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e2dcc0e-a380-4a0d-a944-40d40b3461db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12091786145429960658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658120917861454299606581209178614542996065812091786145429960658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a65c552a-f0b6-47fa-8596-cb4c6245a9f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f0e1211-bb0b-4da2-8743-19b689fd2b63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0e1211-bb0b-4da2-8743-19b689fd2b63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12126085740623170897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897121260857406231708971212608574062317089712126085740623170897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e2dcc0e-a380-4a0d-a944-40d40b3461db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fb04026-d19f-4bd9-ae11-554af81d00a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb04026-d19f-4bd9-ae11-554af81d00a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4944859414665079805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805494485941466507980549448594146650798054944859414665079805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0e1211-bb0b-4da2-8743-19b689fd2b63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 075f29ce-20b7-4f56-8a72-8bf12ea6194a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 075f29ce-20b7-4f56-8a72-8bf12ea6194a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274281184728007203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203182742811847280072031827428118472800720318274281184728007203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb04026-d19f-4bd9-ae11-554af81d00a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e46f8d92-76e1-49b4-b1c8-803e5dac0f21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e46f8d92-76e1-49b4-b1c8-803e5dac0f21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14536772200731980626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626145367722007319806261453677220073198062614536772200731980626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 075f29ce-20b7-4f56-8a72-8bf12ea6194a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fe60c07-a8d5-4a3c-961a-06c1763dd684, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe60c07-a8d5-4a3c-961a-06c1763dd684, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8194353202092723987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987819435320209272398781943532020927239878194353202092723987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e46f8d92-76e1-49b4-b1c8-803e5dac0f21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cf53e48-1d7d-48d8-9142-9d5f080e2ef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe60c07-a8d5-4a3c-961a-06c1763dd684, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1f80a55-d0ac-4171-bfdb-bfe083bc8ff1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f80a55-d0ac-4171-bfdb-bfe083bc8ff1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15794811675268011693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693157948116752680116931579481167526801169315794811675268011693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf53e48-1d7d-48d8-9142-9d5f080e2ef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8476463111928820426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426847646311192882042684764631119288204268476463111928820426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f80a55-d0ac-4171-bfdb-bfe083bc8ff1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23c5607e-af0a-4eff-9d61-2abe3c5ac2c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c5607e-af0a-4eff-9d61-2abe3c5ac2c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12195525846669824320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320121955258466698243201219552584666982432012195525846669824320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf53e48-1d7d-48d8-9142-9d5f080e2ef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bacd0b1f-219e-4499-b6d6-79a3da41c164, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bacd0b1f-219e-4499-b6d6-79a3da41c164, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1168417520442594483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483116841752044259448311684175204425944831168417520442594483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c5607e-af0a-4eff-9d61-2abe3c5ac2c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c07695b-7b44-4906-8e76-a2a8e0ead4a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c07695b-7b44-4906-8e76-a2a8e0ead4a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12068231269867899118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118120682312698678991181206823126986789911812068231269867899118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bacd0b1f-219e-4499-b6d6-79a3da41c164, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68458d65-1654-4196-982c-429ad464f8d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68458d65-1654-4196-982c-429ad464f8d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5336414782746648330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330533641478274664833053364147827466483305336414782746648330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c07695b-7b44-4906-8e76-a2a8e0ead4a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b19f611c-7449-4df1-a7cb-6f93f784d94f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19f611c-7449-4df1-a7cb-6f93f784d94f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15526186949442357951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951155261869494423579511552618694944235795115526186949442357951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68458d65-1654-4196-982c-429ad464f8d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c13b893f-0992-4b19-8eb9-2e16bc59031a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13b893f-0992-4b19-8eb9-2e16bc59031a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13074178814412437023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023130741788144124370231307417881441243702313074178814412437023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19f611c-7449-4df1-a7cb-6f93f784d94f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6c2e92d-ca8a-4c49-bdf2-345f95078715, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6c2e92d-ca8a-4c49-bdf2-345f95078715, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8375692950654626828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828837569295065462682883756929506546268288375692950654626828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13b893f-0992-4b19-8eb9-2e16bc59031a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d14bfda2-1daa-4dd7-9815-22e79eb91d0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d14bfda2-1daa-4dd7-9815-22e79eb91d0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6222090890863089958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958622209089086308995862220908908630899586222090890863089958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6c2e92d-ca8a-4c49-bdf2-345f95078715, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d14bfda2-1daa-4dd7-9815-22e79eb91d0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e87608e-9140-44f2-b6fc-c5920fa1fe90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e87608e-9140-44f2-b6fc-c5920fa1fe90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1285126023415695041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041128512602341569504112851260234156950411285126023415695041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4def4c14-7c2a-4f43-af42-c98b3cf3fa10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4def4c14-7c2a-4f43-af42-c98b3cf3fa10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7055468592515982549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549705546859251598254970554685925159825497055468592515982549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e87608e-9140-44f2-b6fc-c5920fa1fe90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 754dd396-1883-43fa-8ac0-727e30386166, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754dd396-1883-43fa-8ac0-727e30386166, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8557035537904363532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532855703553790436353285570355379043635328557035537904363532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4def4c14-7c2a-4f43-af42-c98b3cf3fa10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb45cb3-b45a-4f03-b97b-19d3820a6be0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb45cb3-b45a-4f03-b97b-19d3820a6be0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16247692260654776602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602162476922606547766021624769226065477660216247692260654776602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754dd396-1883-43fa-8ac0-727e30386166, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 861284cc-8154-401f-bc9e-8dc33c409ce2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861284cc-8154-401f-bc9e-8dc33c409ce2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2447184932249122975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975244718493224912297524471849322491229752447184932249122975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb45cb3-b45a-4f03-b97b-19d3820a6be0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 048bcb35-e210-4d9d-b3ae-76d81c0f4878, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 048bcb35-e210-4d9d-b3ae-76d81c0f4878, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11164439998161503448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448111644399981615034481116443999816150344811164439998161503448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861284cc-8154-401f-bc9e-8dc33c409ce2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b553ed-f8cb-4393-b2cd-0ef0b5de05c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b553ed-f8cb-4393-b2cd-0ef0b5de05c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14189069128921412819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819141890691289214128191418906912892141281914189069128921412819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 048bcb35-e210-4d9d-b3ae-76d81c0f4878, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfeb71b7-0031-4a5c-8b77-131155d7dc2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfeb71b7-0031-4a5c-8b77-131155d7dc2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6629091283474632465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465662909128347463246566290912834746324656629091283474632465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b553ed-f8cb-4393-b2cd-0ef0b5de05c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a9bf7db-1044-45f2-a3f0-7a7101471215, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a9bf7db-1044-45f2-a3f0-7a7101471215, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7124912804278190810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810712491280427819081071249128042781908107124912804278190810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfeb71b7-0031-4a5c-8b77-131155d7dc2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9af0b5a-956e-48d5-b689-d866f6899712, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9af0b5a-956e-48d5-b689-d866f6899712, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14592653483861289876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876145926534838612898761459265348386128987614592653483861289876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a9bf7db-1044-45f2-a3f0-7a7101471215, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfc5cb29-26ee-4176-8a42-f0ade4e2603c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc5cb29-26ee-4176-8a42-f0ade4e2603c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16254453107740344591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591162544531077403445911625445310774034459116254453107740344591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9af0b5a-956e-48d5-b689-d866f6899712, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b38de755-b5a6-47b9-86c6-e3db4ff4fb6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b38de755-b5a6-47b9-86c6-e3db4ff4fb6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2488193683832794245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245248819368383279424524881936838327942452488193683832794245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc5cb29-26ee-4176-8a42-f0ade4e2603c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dd08fd1-62e0-4d41-83c1-82f7c82a43e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd08fd1-62e0-4d41-83c1-82f7c82a43e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9063814238649293228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228906381423864929322890638142386492932289063814238649293228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b38de755-b5a6-47b9-86c6-e3db4ff4fb6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7cb6820-e4f0-435a-8fc1-51ed76463eb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7cb6820-e4f0-435a-8fc1-51ed76463eb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12915116048873724597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597129151160488737245971291511604887372459712915116048873724597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd08fd1-62e0-4d41-83c1-82f7c82a43e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f09a7777-4dc5-4843-b761-e0043cbe1c0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f09a7777-4dc5-4843-b761-e0043cbe1c0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5777022388599898058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058577702238859989805857770223885998980585777022388599898058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7cb6820-e4f0-435a-8fc1-51ed76463eb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c322763-fb4b-4c74-ae0e-b509063e8a1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c322763-fb4b-4c74-ae0e-b509063e8a1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13313176776546443120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120133131767765464431201331317677654644312013313176776546443120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f09a7777-4dc5-4843-b761-e0043cbe1c0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c322763-fb4b-4c74-ae0e-b509063e8a1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 649c83b5-6bb6-438c-b089-13e2759d93bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 649c83b5-6bb6-438c-b089-13e2759d93bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14463166494207402052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052144631664942074020521446316649420740205214463166494207402052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dcc5e8b-ef6c-4b17-9958-d756e2f14f96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dcc5e8b-ef6c-4b17-9958-d756e2f14f96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3476933731284636498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498347693373128463649834769337312846364983476933731284636498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 649c83b5-6bb6-438c-b089-13e2759d93bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13afa771-3c22-4583-813f-3d6f2b005acf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13afa771-3c22-4583-813f-3d6f2b005acf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3767866450490947200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200376786645049094720037678664504909472003767866450490947200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dcc5e8b-ef6c-4b17-9958-d756e2f14f96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c1e129f-a00d-46f6-8ed2-46064b632bb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1e129f-a00d-46f6-8ed2-46064b632bb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10435680755097215798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798104356807550972157981043568075509721579810435680755097215798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13afa771-3c22-4583-813f-3d6f2b005acf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2154a48-a727-4d55-a8c8-93ca0d32f59f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2154a48-a727-4d55-a8c8-93ca0d32f59f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 409361084187852691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691409361084187852691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1e129f-a00d-46f6-8ed2-46064b632bb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4a21e13-8133-41cc-a07d-4fb7603761f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4a21e13-8133-41cc-a07d-4fb7603761f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14683451101484368600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600146834511014843686001468345110148436860014683451101484368600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2154a48-a727-4d55-a8c8-93ca0d32f59f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bfe8331-ac8f-46c9-8fec-cea677e38278, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bfe8331-ac8f-46c9-8fec-cea677e38278, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17696829772565793989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989176968297725657939891769682977256579398917696829772565793989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4a21e13-8133-41cc-a07d-4fb7603761f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dce91425-b46d-4269-8d00-160167fda7b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dce91425-b46d-4269-8d00-160167fda7b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17019369082181507148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148170193690821815071481701936908218150714817019369082181507148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bfe8331-ac8f-46c9-8fec-cea677e38278, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c633568a-1558-461f-be3e-a6e846f86615, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c633568a-1558-461f-be3e-a6e846f86615, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11365900556771833238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238113659005567718332381136590055677183323811365900556771833238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dce91425-b46d-4269-8d00-160167fda7b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75dcc5a9-6b27-49d2-a4f7-0308331cd627, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75dcc5a9-6b27-49d2-a4f7-0308331cd627, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2812826769946020862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862281282676994602086228128267699460208622812826769946020862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c633568a-1558-461f-be3e-a6e846f86615, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ab0d3f6-d998-4738-b89b-2bba2b102f58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75dcc5a9-6b27-49d2-a4f7-0308331cd627, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01ba0633-6871-4f4d-a554-009ea0a105c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab0d3f6-d998-4738-b89b-2bba2b102f58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1663368498640327417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417166336849864032741716633684986403274171663368498640327417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ba0633-6871-4f4d-a554-009ea0a105c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1534988707188491046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046153498870718849104615349887071884910461534988707188491046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab0d3f6-d998-4738-b89b-2bba2b102f58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ba0633-6871-4f4d-a554-009ea0a105c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef47f513-217c-4686-a4ae-e7cdc023b284, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef47f513-217c-4686-a4ae-e7cdc023b284, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3227443748678795875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875322744374867879587532274437486787958753227443748678795875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3fc8c12-1e43-4c38-a77f-11f6ff8327fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3fc8c12-1e43-4c38-a77f-11f6ff8327fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5291127059361287181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181529112705936128718152911270593612871815291127059361287181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef47f513-217c-4686-a4ae-e7cdc023b284, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158fce71-3afe-4e95-b2cb-5194b46cd53f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158fce71-3afe-4e95-b2cb-5194b46cd53f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4569014018177773484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484456901401817777348445690140181777734844569014018177773484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3fc8c12-1e43-4c38-a77f-11f6ff8327fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ed7302e-9674-441d-8d1e-4635ed0fbd11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158fce71-3afe-4e95-b2cb-5194b46cd53f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2c02fa1-2440-424f-91b0-d09d0bb672a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2c02fa1-2440-424f-91b0-d09d0bb672a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1888429786776327782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782188842978677632778218884297867763277821888429786776327782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed7302e-9674-441d-8d1e-4635ed0fbd11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4176478479425641332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332417647847942564133241764784794256413324176478479425641332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2c02fa1-2440-424f-91b0-d09d0bb672a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed7302e-9674-441d-8d1e-4635ed0fbd11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a7e8148-0122-43e2-9724-d6de3251f5d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a7e8148-0122-43e2-9724-d6de3251f5d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1659385037044810050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050165938503704481005016593850370448100501659385037044810050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfdcf056-ba2f-4442-8394-1cdf46ac33bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfdcf056-ba2f-4442-8394-1cdf46ac33bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9001056340615508021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021900105634061550802190010563406155080219001056340615508021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a7e8148-0122-43e2-9724-d6de3251f5d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 335aefa1-42d3-4c39-9cbd-f237bc8366eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 335aefa1-42d3-4c39-9cbd-f237bc8366eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13170632093049682062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062131706320930496820621317063209304968206213170632093049682062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfdcf056-ba2f-4442-8394-1cdf46ac33bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88efc7de-96e1-42d0-8712-57eeb81505f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88efc7de-96e1-42d0-8712-57eeb81505f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15708669436352109712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712157086694363521097121570866943635210971215708669436352109712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 335aefa1-42d3-4c39-9cbd-f237bc8366eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 492d70b2-7b63-4d94-ab51-ec86215324b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492d70b2-7b63-4d94-ab51-ec86215324b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4498267247735281572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572449826724773528157244982672477352815724498267247735281572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88efc7de-96e1-42d0-8712-57eeb81505f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5361d87-cbd5-4ba0-8875-76cb1b4b76a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5361d87-cbd5-4ba0-8875-76cb1b4b76a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1485225979961417748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748148522597996141774814852259799614177481485225979961417748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492d70b2-7b63-4d94-ab51-ec86215324b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed53a9c6-0eef-4bd6-9089-3e24ca35baa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed53a9c6-0eef-4bd6-9089-3e24ca35baa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15850044931929947682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682158500449319299476821585004493192994768215850044931929947682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5361d87-cbd5-4ba0-8875-76cb1b4b76a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91dfb279-e13c-4332-b7f6-d40e6985812f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91dfb279-e13c-4332-b7f6-d40e6985812f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16489402448559701727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727164894024485597017271648940244855970172716489402448559701727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed53a9c6-0eef-4bd6-9089-3e24ca35baa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cfe61ca-b222-4867-b5c7-71103b23d697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cfe61ca-b222-4867-b5c7-71103b23d697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1721669596095944658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658172166959609594465817216695960959446581721669596095944658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91dfb279-e13c-4332-b7f6-d40e6985812f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3d61533-d0c5-4294-b5f9-111ad86f9d96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cfe61ca-b222-4867-b5c7-71103b23d697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c3e5e8-2e12-4eda-a6eb-ffaaa8460085, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c3e5e8-2e12-4eda-a6eb-ffaaa8460085, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16968679688367448992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992169686796883674489921696867968836744899216968679688367448992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3d61533-d0c5-4294-b5f9-111ad86f9d96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11564125548979221986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986115641255489792219861156412554897922198611564125548979221986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c3e5e8-2e12-4eda-a6eb-ffaaa8460085, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef370178-57fc-44c8-8b5e-06354924cd22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef370178-57fc-44c8-8b5e-06354924cd22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17583127719315047486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486175831277193150474861758312771931504748617583127719315047486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3d61533-d0c5-4294-b5f9-111ad86f9d96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fec12c84-8c08-40b5-ad78-731539f33fb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec12c84-8c08-40b5-ad78-731539f33fb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16804057217892529509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509168040572178925295091680405721789252950916804057217892529509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef370178-57fc-44c8-8b5e-06354924cd22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57b1d28-dc7f-43db-9b3d-663f3905c7f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57b1d28-dc7f-43db-9b3d-663f3905c7f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16569317129860936035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035165693171298609360351656931712986093603516569317129860936035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec12c84-8c08-40b5-ad78-731539f33fb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9384bd47-5d0a-4b77-98c8-65e3b04691e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9384bd47-5d0a-4b77-98c8-65e3b04691e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 267981111649736719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719267981111649736719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57b1d28-dc7f-43db-9b3d-663f3905c7f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b59d3d6a-8efa-4296-a222-f8df883f0bbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59d3d6a-8efa-4296-a222-f8df883f0bbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3839655263106013953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953383965526310601395338396552631060139533839655263106013953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9384bd47-5d0a-4b77-98c8-65e3b04691e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf7ac556-8035-481f-82e4-4134077ec579, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7ac556-8035-481f-82e4-4134077ec579, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13521338399407565162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162135213383994075651621352133839940756516213521338399407565162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59d3d6a-8efa-4296-a222-f8df883f0bbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d1451d1-ed07-45e3-a089-974699f6b086, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d1451d1-ed07-45e3-a089-974699f6b086, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14164245523147528011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011141642455231475280111416424552314752801114164245523147528011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7ac556-8035-481f-82e4-4134077ec579, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67afa256-130b-4c70-8a98-b1cda0acb974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d1451d1-ed07-45e3-a089-974699f6b086, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 098a7c8c-c206-4935-ab60-cc4e7ecb0369, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67afa256-130b-4c70-8a98-b1cda0acb974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165663110797540673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673131656631107975406731316566311079754067313165663110797540673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 098a7c8c-c206-4935-ab60-cc4e7ecb0369, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036081529628291767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767403608152962829176740360815296282917674036081529628291767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67afa256-130b-4c70-8a98-b1cda0acb974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49bd3f56-d504-40cb-b899-569f94fc8ef9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49bd3f56-d504-40cb-b899-569f94fc8ef9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7861121672820404596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596786112167282040459678611216728204045967861121672820404596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 098a7c8c-c206-4935-ab60-cc4e7ecb0369, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b7fba4e-e243-4923-8245-fa19e5dea1f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b7fba4e-e243-4923-8245-fa19e5dea1f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8480825892465289126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126848082589246528912684808258924652891268480825892465289126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49bd3f56-d504-40cb-b899-569f94fc8ef9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c4e7630-f11f-48d0-ab69-279ff45d38d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c4e7630-f11f-48d0-ab69-279ff45d38d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4423164755248132186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186442316475524813218644231647552481321864423164755248132186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b7fba4e-e243-4923-8245-fa19e5dea1f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4affdd42-10e9-43e9-ac5c-5aee666243aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4affdd42-10e9-43e9-ac5c-5aee666243aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3608868739317652753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753360886873931765275336088687393176527533608868739317652753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c4e7630-f11f-48d0-ab69-279ff45d38d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00458e7c-7846-44ea-a06d-4a50fedb624a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00458e7c-7846-44ea-a06d-4a50fedb624a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4065595418396140338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338406559541839614033840655954183961403384065595418396140338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4affdd42-10e9-43e9-ac5c-5aee666243aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd664306-cba6-40c6-9457-cb0228929a36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd664306-cba6-40c6-9457-cb0228929a36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 222813294103362084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084222813294103362084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00458e7c-7846-44ea-a06d-4a50fedb624a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c99b9875-528a-4a67-bcf1-df50c775fb57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd664306-cba6-40c6-9457-cb0228929a36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c99b9875-528a-4a67-bcf1-df50c775fb57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18117927985895733591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591181179279858957335911811792798589573359118117927985895733591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdf5ee69-a69a-47f1-b62f-14e22b15e2bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf5ee69-a69a-47f1-b62f-14e22b15e2bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13114895035706609311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311131148950357066093111311489503570660931113114895035706609311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c99b9875-528a-4a67-bcf1-df50c775fb57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5742d1ec-a14e-4758-aeda-b35f7e058a7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5742d1ec-a14e-4758-aeda-b35f7e058a7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12791293212130310482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482127912932121303104821279129321213031048212791293212130310482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf5ee69-a69a-47f1-b62f-14e22b15e2bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bfd71ea-42da-40e3-a740-faa21e8660a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bfd71ea-42da-40e3-a740-faa21e8660a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 21257469931225477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2125746993122547721257469931225477212574699312254772125746993122547721257469931225477212574699312254772125746993122547721257469931225477212574699312254772125746993122547721257469931225477212574699312254772125746993122547721257469931225477212574699312254772125746993122547721257469931225477212574699312254772125746993122547721257469931225477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5742d1ec-a14e-4758-aeda-b35f7e058a7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ddf7b6f-d41f-429b-8f72-f3094d368d0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ddf7b6f-d41f-429b-8f72-f3094d368d0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10714913827474935322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322107149138274749353221071491382747493532210714913827474935322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bfd71ea-42da-40e3-a740-faa21e8660a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bf7993a-7e37-4725-aa9f-567a562169d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bf7993a-7e37-4725-aa9f-567a562169d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10302158353346090762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762103021583533460907621030215835334609076210302158353346090762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ddf7b6f-d41f-429b-8f72-f3094d368d0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f448324-2636-48f2-b8b6-328024802430, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f448324-2636-48f2-b8b6-328024802430, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5980359014919186874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874598035901491918687459803590149191868745980359014919186874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bf7993a-7e37-4725-aa9f-567a562169d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b6bc09-83b0-45b5-9ff8-b39dd4b9587b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f448324-2636-48f2-b8b6-328024802430, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b6bc09-83b0-45b5-9ff8-b39dd4b9587b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9517687858635844912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912951768785863584491295176878586358449129517687858635844912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 412a03bf-14d8-41e2-b1ba-f23b78ca7bee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412a03bf-14d8-41e2-b1ba-f23b78ca7bee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994626654767826421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421499462665476782642149946266547678264214994626654767826421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b6bc09-83b0-45b5-9ff8-b39dd4b9587b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfd6842f-c4eb-48cb-b655-eb6e22d2bbf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd6842f-c4eb-48cb-b655-eb6e22d2bbf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1463828566686363463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463146382856668636346314638285666863634631463828566686363463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412a03bf-14d8-41e2-b1ba-f23b78ca7bee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e27c5790-3c0e-49d7-b0b9-67b674479e2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27c5790-3c0e-49d7-b0b9-67b674479e2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1571561692782039007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007157156169278203900715715616927820390071571561692782039007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd6842f-c4eb-48cb-b655-eb6e22d2bbf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4781268-6052-46a3-97c3-12896f8afd54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4781268-6052-46a3-97c3-12896f8afd54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14105298992687807677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677141052989926878076771410529899268780767714105298992687807677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27c5790-3c0e-49d7-b0b9-67b674479e2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f232ed4-4dd2-4301-8cbd-3472e3dac838, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f232ed4-4dd2-4301-8cbd-3472e3dac838, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7775821635990775311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311777582163599077531177758216359907753117775821635990775311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4781268-6052-46a3-97c3-12896f8afd54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7d473a0-d892-4330-ab2e-b43a0349ee39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f232ed4-4dd2-4301-8cbd-3472e3dac838, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0bd594c-5a75-4cec-a5c4-79d8108efdc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0bd594c-5a75-4cec-a5c4-79d8108efdc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2840404427055623200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200284040442705562320028404044270556232002840404427055623200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7d473a0-d892-4330-ab2e-b43a0349ee39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8492489242419795812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812849248924241979581284924892424197958128492489242419795812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0bd594c-5a75-4cec-a5c4-79d8108efdc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a1ecce0-0cda-4dba-8c72-e1aefbfea326, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1ecce0-0cda-4dba-8c72-e1aefbfea326, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4923205427526929999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999492320542752692999949232054275269299994923205427526929999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7d473a0-d892-4330-ab2e-b43a0349ee39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa54c347-50a2-4c90-8062-c5dfd64e33f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa54c347-50a2-4c90-8062-c5dfd64e33f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10284770228245751457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457102847702282457514571028477022824575145710284770228245751457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1ecce0-0cda-4dba-8c72-e1aefbfea326, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f555443d-d403-489a-82b1-92061eba7022, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f555443d-d403-489a-82b1-92061eba7022, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8838264502563929061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061883826450256392906188382645025639290618838264502563929061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa54c347-50a2-4c90-8062-c5dfd64e33f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61f61ca-e7c6-4223-9218-e579f00b1f11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61f61ca-e7c6-4223-9218-e579f00b1f11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2205174194190132012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012220517419419013201222051741941901320122205174194190132012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f555443d-d403-489a-82b1-92061eba7022, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61f61ca-e7c6-4223-9218-e579f00b1f11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da75cf25-6711-441b-bdba-19df949fe8ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da75cf25-6711-441b-bdba-19df949fe8ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8142351929018320833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833814235192901832083381423519290183208338142351929018320833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f8b3f35-02e8-43bd-9c14-762301cc7c94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8b3f35-02e8-43bd-9c14-762301cc7c94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17702990135189570636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636177029901351895706361770299013518957063617702990135189570636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da75cf25-6711-441b-bdba-19df949fe8ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aed6cf77-9645-4b97-aa39-5599a59be757, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed6cf77-9645-4b97-aa39-5599a59be757, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5752578735836860609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609575257873583686060957525787358368606095752578735836860609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8b3f35-02e8-43bd-9c14-762301cc7c94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba049dad-f06e-4a9c-a028-0cf213095a6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba049dad-f06e-4a9c-a028-0cf213095a6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 577385743344378412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412577385743344378412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed6cf77-9645-4b97-aa39-5599a59be757, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 237cdf37-5c8f-4b66-8814-34d6a8aa8d72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 237cdf37-5c8f-4b66-8814-34d6a8aa8d72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11288029793416849978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978112880297934168499781128802979341684997811288029793416849978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba049dad-f06e-4a9c-a028-0cf213095a6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b38705-2963-47a5-8ef9-86c92997ac6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b38705-2963-47a5-8ef9-86c92997ac6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10399653523364105630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630103996535233641056301039965352336410563010399653523364105630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 237cdf37-5c8f-4b66-8814-34d6a8aa8d72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fa58ed1-8321-45f9-ba00-852cf9e14e23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fa58ed1-8321-45f9-ba00-852cf9e14e23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14118884512007355150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150141188845120073551501411888451200735515014118884512007355150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b38705-2963-47a5-8ef9-86c92997ac6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4478e7-1be7-4a3c-acbb-1ccee4fa786a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4478e7-1be7-4a3c-acbb-1ccee4fa786a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14291524371526897243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243142915243715268972431429152437152689724314291524371526897243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fa58ed1-8321-45f9-ba00-852cf9e14e23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7a749de-8322-49d7-b034-fcd561d2c1ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7a749de-8322-49d7-b034-fcd561d2c1ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9157091223337751324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324915709122333775132491570912233377513249157091223337751324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4478e7-1be7-4a3c-acbb-1ccee4fa786a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 050e7ada-60fe-47d9-b9f3-d228525d66cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050e7ada-60fe-47d9-b9f3-d228525d66cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 42818465469916039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4281846546991603942818465469916039428184654699160394281846546991603942818465469916039428184654699160394281846546991603942818465469916039428184654699160394281846546991603942818465469916039428184654699160394281846546991603942818465469916039428184654699160394281846546991603942818465469916039428184654699160394281846546991603942818465469916039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7a749de-8322-49d7-b034-fcd561d2c1ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf12dca3-402e-4ad2-9f0e-3c7959f6b39f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf12dca3-402e-4ad2-9f0e-3c7959f6b39f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3685580462695664197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197368558046269566419736855804626956641973685580462695664197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050e7ada-60fe-47d9-b9f3-d228525d66cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62307fb1-8e52-4d32-9c98-f1080b9d6f9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62307fb1-8e52-4d32-9c98-f1080b9d6f9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16682319523211456281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281166823195232114562811668231952321145628116682319523211456281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf12dca3-402e-4ad2-9f0e-3c7959f6b39f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fdefc7b-dc78-455f-bc1c-b63f9f32e34d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fdefc7b-dc78-455f-bc1c-b63f9f32e34d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4551745980941366947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947455174598094136694745517459809413669474551745980941366947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62307fb1-8e52-4d32-9c98-f1080b9d6f9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 795373f9-d278-4409-8da9-66f77a614966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 795373f9-d278-4409-8da9-66f77a614966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6435259659414136761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761643525965941413676164352596594141367616435259659414136761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fdefc7b-dc78-455f-bc1c-b63f9f32e34d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c113c01e-ec63-4ee8-82b7-94d59a58b30a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c113c01e-ec63-4ee8-82b7-94d59a58b30a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867718364347864535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535128677183643478645351286771836434786453512867718364347864535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 795373f9-d278-4409-8da9-66f77a614966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9caf00b-66d2-44e2-946e-519ffdf4ca46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9caf00b-66d2-44e2-946e-519ffdf4ca46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17619294788781055182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182176192947887810551821761929478878105518217619294788781055182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c113c01e-ec63-4ee8-82b7-94d59a58b30a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5fb5c1-e113-4c81-b8c0-2b36ec4e8024, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5fb5c1-e113-4c81-b8c0-2b36ec4e8024, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7309916596845490307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307730991659684549030773099165968454903077309916596845490307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9caf00b-66d2-44e2-946e-519ffdf4ca46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 201541cc-3ed3-4851-a4d7-29024696c827, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 201541cc-3ed3-4851-a4d7-29024696c827, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3686126855383702445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445368612685538370244536861268553837024453686126855383702445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5fb5c1-e113-4c81-b8c0-2b36ec4e8024, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ecd546c-7f58-465f-ac47-d343e9d80261, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ecd546c-7f58-465f-ac47-d343e9d80261, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9702763768455394375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375970276376845539437597027637684553943759702763768455394375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 201541cc-3ed3-4851-a4d7-29024696c827, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed70ab92-4a1e-42f2-94d5-42cc3ad5baae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed70ab92-4a1e-42f2-94d5-42cc3ad5baae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10487915174855431961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961104879151748554319611048791517485543196110487915174855431961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ecd546c-7f58-465f-ac47-d343e9d80261, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1671cfe-9d68-4d37-8c7a-585760f4f7d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1671cfe-9d68-4d37-8c7a-585760f4f7d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13477806131369646992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992134778061313696469921347780613136964699213477806131369646992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed70ab92-4a1e-42f2-94d5-42cc3ad5baae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e369f78-b72b-4e20-b9de-8707fe654c13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e369f78-b72b-4e20-b9de-8707fe654c13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15017717116412276900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900150177171164122769001501771711641227690015017717116412276900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1671cfe-9d68-4d37-8c7a-585760f4f7d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a22bd98-9cf7-4231-ab5d-0568d386dd93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a22bd98-9cf7-4231-ab5d-0568d386dd93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4843493994227010100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100484349399422701010048434939942270101004843493994227010100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e369f78-b72b-4e20-b9de-8707fe654c13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fec0d61-b0e7-41c4-ba83-1499144edc38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fec0d61-b0e7-41c4-ba83-1499144edc38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6371852362602625626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626637185236260262562663718523626026256266371852362602625626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a22bd98-9cf7-4231-ab5d-0568d386dd93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b417ed5f-bbca-4751-9ebe-422c7298d461, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b417ed5f-bbca-4751-9ebe-422c7298d461, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14127673828290277867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867141276738282902778671412767382829027786714127673828290277867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fec0d61-b0e7-41c4-ba83-1499144edc38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1174a65b-7503-427a-88c8-f43a1be343d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1174a65b-7503-427a-88c8-f43a1be343d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14863480256544964476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476148634802565449644761486348025654496447614863480256544964476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b417ed5f-bbca-4751-9ebe-422c7298d461, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dc630d7-4a95-4ed9-b46f-993cb76aa756, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dc630d7-4a95-4ed9-b46f-993cb76aa756, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1030862441411538202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202103086244141153820210308624414115382021030862441411538202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1174a65b-7503-427a-88c8-f43a1be343d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dc630d7-4a95-4ed9-b46f-993cb76aa756, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf54a784-fc73-41db-bbdc-e542fc58327f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf54a784-fc73-41db-bbdc-e542fc58327f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8212860272845720276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276821286027284572027682128602728457202768212860272845720276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc468239-356f-4624-9a24-d2071bbfd168, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc468239-356f-4624-9a24-d2071bbfd168, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17545830614472930672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672175458306144729306721754583061447293067217545830614472930672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf54a784-fc73-41db-bbdc-e542fc58327f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49639167-44aa-442f-b30e-f6ec042bb720, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49639167-44aa-442f-b30e-f6ec042bb720, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6802264924023099343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343680226492402309934368022649240230993436802264924023099343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc468239-356f-4624-9a24-d2071bbfd168, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a484d233-d51a-44a0-8870-bc24355172b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a484d233-d51a-44a0-8870-bc24355172b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8709457061947484477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477870945706194748447787094570619474844778709457061947484477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49639167-44aa-442f-b30e-f6ec042bb720, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70fad77b-5c31-42c4-816f-580e8721fc2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fad77b-5c31-42c4-816f-580e8721fc2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 861841009895961850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850861841009895961850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a484d233-d51a-44a0-8870-bc24355172b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49c21d8a-4470-4c5a-901d-ab67debac38c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c21d8a-4470-4c5a-901d-ab67debac38c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6700229517669448688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688670022951766944868867002295176694486886700229517669448688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fad77b-5c31-42c4-816f-580e8721fc2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90111029-d094-4dc8-adbe-2a82cf58e3a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90111029-d094-4dc8-adbe-2a82cf58e3a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7310881685446695407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407731088168544669540773108816854466954077310881685446695407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c21d8a-4470-4c5a-901d-ab67debac38c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3348434c-a8d4-4b72-85bc-0af4c128ca2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3348434c-a8d4-4b72-85bc-0af4c128ca2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7458133297187448312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312745813329718744831274581332971874483127458133297187448312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90111029-d094-4dc8-adbe-2a82cf58e3a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aaa34a8-816c-4279-b3f4-16df25fb676a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aaa34a8-816c-4279-b3f4-16df25fb676a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10700190658687868940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940107001906586878689401070019065868786894010700190658687868940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3348434c-a8d4-4b72-85bc-0af4c128ca2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aaa34a8-816c-4279-b3f4-16df25fb676a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8ae0e5e-cb7b-49e0-92a8-d5fd6b67a403, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f878252-14cb-42d7-ab73-fd9675a94295, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f878252-14cb-42d7-ab73-fd9675a94295, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5153158887930919507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507515315888793091950751531588879309195075153158887930919507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ae0e5e-cb7b-49e0-92a8-d5fd6b67a403, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6974191493567850036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036697419149356785003669741914935678500366974191493567850036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f878252-14cb-42d7-ab73-fd9675a94295, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9f65bf4-9158-4817-8495-3827d91cb0ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9f65bf4-9158-4817-8495-3827d91cb0ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16120237815443486089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089161202378154434860891612023781544348608916120237815443486089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ae0e5e-cb7b-49e0-92a8-d5fd6b67a403, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4efaee53-732c-4bc4-bc5a-ac9f65737525, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4efaee53-732c-4bc4-bc5a-ac9f65737525, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13344041727432296909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909133440417274322969091334404172743229690913344041727432296909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9f65bf4-9158-4817-8495-3827d91cb0ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7089d27e-4652-4dea-a76d-c44e358ce7fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7089d27e-4652-4dea-a76d-c44e358ce7fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3537062531200100339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339353706253120010033935370625312001003393537062531200100339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4efaee53-732c-4bc4-bc5a-ac9f65737525, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94e6e150-ba9d-4b10-990d-c5b5551f1527, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e6e150-ba9d-4b10-990d-c5b5551f1527, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12457034805557991767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767124570348055579917671245703480555799176712457034805557991767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7089d27e-4652-4dea-a76d-c44e358ce7fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89442acd-72db-4dad-8326-3d419dd84081, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e6e150-ba9d-4b10-990d-c5b5551f1527, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8b49db8-5b9c-4453-8a27-6b02f6e78fa9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b49db8-5b9c-4453-8a27-6b02f6e78fa9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2059362760811493411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411205936276081149341120593627608114934112059362760811493411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89442acd-72db-4dad-8326-3d419dd84081, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9175848259523844931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931917584825952384493191758482595238449319175848259523844931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b49db8-5b9c-4453-8a27-6b02f6e78fa9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f84143be-514d-408c-9b0c-8c1553d16cdd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f84143be-514d-408c-9b0c-8c1553d16cdd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5421423822961618429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429542142382296161842954214238229616184295421423822961618429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89442acd-72db-4dad-8326-3d419dd84081, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea57a67b-f449-4352-8185-093f15c520b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea57a67b-f449-4352-8185-093f15c520b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 559441981467805896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896559441981467805896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f84143be-514d-408c-9b0c-8c1553d16cdd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b77d57e-ea6d-438b-91f7-020956d303d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b77d57e-ea6d-438b-91f7-020956d303d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3582417788058682108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108358241778805868210835824177880586821083582417788058682108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea57a67b-f449-4352-8185-093f15c520b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fc6d970-949d-4d19-a280-5fb724a538b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc6d970-949d-4d19-a280-5fb724a538b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 643705743339029548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548643705743339029548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b77d57e-ea6d-438b-91f7-020956d303d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc6d970-949d-4d19-a280-5fb724a538b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca14ccba-155c-47b1-8b77-ec6591e1a813, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca14ccba-155c-47b1-8b77-ec6591e1a813, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4839790858539940415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415483979085853994041548397908585399404154839790858539940415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65c7dc50-41e6-4812-aabb-d58a33e8557e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c7dc50-41e6-4812-aabb-d58a33e8557e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6545462055842214328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328654546205584221432865454620558422143286545462055842214328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca14ccba-155c-47b1-8b77-ec6591e1a813, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a6b5dfe-f20b-406a-9bc6-8454a222ec7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a6b5dfe-f20b-406a-9bc6-8454a222ec7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3660199569972036393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393366019956997203639336601995699720363933660199569972036393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c7dc50-41e6-4812-aabb-d58a33e8557e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09176ef0-0904-4dde-b73f-a8ea9d40c122, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09176ef0-0904-4dde-b73f-a8ea9d40c122, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6442728812920670895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895644272881292067089564427288129206708956442728812920670895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a6b5dfe-f20b-406a-9bc6-8454a222ec7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a54dc3c8-adf0-4bef-8840-56adfb0a4beb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54dc3c8-adf0-4bef-8840-56adfb0a4beb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509399408889616537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537165093994088896165371650939940888961653716509399408889616537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09176ef0-0904-4dde-b73f-a8ea9d40c122, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b10de92-8348-4139-aa0a-487146bb24ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b10de92-8348-4139-aa0a-487146bb24ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15022992808920946177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177150229928089209461771502299280892094617715022992808920946177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54dc3c8-adf0-4bef-8840-56adfb0a4beb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c3de79-be28-41bc-b6ff-d63ff479c346, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c3de79-be28-41bc-b6ff-d63ff479c346, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12152261092104651178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178121522610921046511781215226109210465117812152261092104651178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b10de92-8348-4139-aa0a-487146bb24ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d6f2837-fd0c-427e-a700-3e4499a33207, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d6f2837-fd0c-427e-a700-3e4499a33207, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12483760019108957151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151124837600191089571511248376001910895715112483760019108957151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c3de79-be28-41bc-b6ff-d63ff479c346, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b517a8c-977c-4b21-8c33-d8d6a7604a7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b517a8c-977c-4b21-8c33-d8d6a7604a7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10980454306780779528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528109804543067807795281098045430678077952810980454306780779528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d6f2837-fd0c-427e-a700-3e4499a33207, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3eaeed95-5629-4dca-a279-d2221a7761a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eaeed95-5629-4dca-a279-d2221a7761a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16827958133936034655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655168279581339360346551682795813393603465516827958133936034655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b517a8c-977c-4b21-8c33-d8d6a7604a7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67646d0f-ccbe-431a-8c73-c4173e3ff40b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67646d0f-ccbe-431a-8c73-c4173e3ff40b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6269570610345152560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560626957061034515256062695706103451525606269570610345152560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eaeed95-5629-4dca-a279-d2221a7761a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3961ff0b-67e5-47f8-86c9-a64f1b744505, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3961ff0b-67e5-47f8-86c9-a64f1b744505, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13663854757975468972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972136638547579754689721366385475797546897213663854757975468972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67646d0f-ccbe-431a-8c73-c4173e3ff40b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddd3e551-5266-48a1-a082-3273204b43b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddd3e551-5266-48a1-a082-3273204b43b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 82933145659467082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8293314565946708282933145659467082829331456594670828293314565946708282933145659467082829331456594670828293314565946708282933145659467082829331456594670828293314565946708282933145659467082829331456594670828293314565946708282933145659467082829331456594670828293314565946708282933145659467082829331456594670828293314565946708282933145659467082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3961ff0b-67e5-47f8-86c9-a64f1b744505, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d43e5748-85df-4972-abf5-03522f62333e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d43e5748-85df-4972-abf5-03522f62333e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9644332671201490964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964964433267120149096496443326712014909649644332671201490964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddd3e551-5266-48a1-a082-3273204b43b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed220e51-6766-437b-8e75-9263a6f8a0b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed220e51-6766-437b-8e75-9263a6f8a0b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6996099425781103248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248699609942578110324869960994257811032486996099425781103248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d43e5748-85df-4972-abf5-03522f62333e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd5cf121-6d08-440a-b542-8505194fe1ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5cf121-6d08-440a-b542-8505194fe1ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10194825653411554461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461101948256534115544611019482565341155446110194825653411554461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed220e51-6766-437b-8e75-9263a6f8a0b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f4c95cf-aca3-4a4a-93f7-9bed2a085b3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4c95cf-aca3-4a4a-93f7-9bed2a085b3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4380731076107024013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013438073107610702401343807310761070240134380731076107024013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5cf121-6d08-440a-b542-8505194fe1ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41f13504-5622-41f4-8962-8db5ca03295c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41f13504-5622-41f4-8962-8db5ca03295c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12268082809446617409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409122680828094466174091226808280944661740912268082809446617409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4c95cf-aca3-4a4a-93f7-9bed2a085b3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a768f65-c9f9-404b-a37a-f140908d90df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a768f65-c9f9-404b-a37a-f140908d90df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1613138699872239869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869161313869987223986916131386998722398691613138699872239869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41f13504-5622-41f4-8962-8db5ca03295c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a768f65-c9f9-404b-a37a-f140908d90df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61428f56-06a8-4326-b234-3f86e3ced5fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 574a58a2-6e9f-4aed-b726-76236da5df26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574a58a2-6e9f-4aed-b726-76236da5df26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11761327102635271809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809117613271026352718091176132710263527180911761327102635271809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61428f56-06a8-4326-b234-3f86e3ced5fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3612620658188152942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942361262065818815294236126206581881529423612620658188152942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574a58a2-6e9f-4aed-b726-76236da5df26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50dd34cb-8891-4db4-9458-54ea898af38c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50dd34cb-8891-4db4-9458-54ea898af38c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8348444410682174012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012834844441068217401283484444106821740128348444410682174012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61428f56-06a8-4326-b234-3f86e3ced5fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9884200a-f146-4ce0-83f5-8a33e529ded1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9884200a-f146-4ce0-83f5-8a33e529ded1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4670819778911268701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701467081977891126870146708197789112687014670819778911268701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50dd34cb-8891-4db4-9458-54ea898af38c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b50ab5-5b98-41d2-9655-5750e675225f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b50ab5-5b98-41d2-9655-5750e675225f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6779670445356055070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070677967044535605507067796704453560550706779670445356055070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9884200a-f146-4ce0-83f5-8a33e529ded1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa4b2a06-9072-4646-8fb0-6ca846bf0d99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa4b2a06-9072-4646-8fb0-6ca846bf0d99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 704103575398115874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874704103575398115874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b50ab5-5b98-41d2-9655-5750e675225f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2436c497-1e0b-4441-923e-1e7e04f743e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2436c497-1e0b-4441-923e-1e7e04f743e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 485371460187878130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130485371460187878130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa4b2a06-9072-4646-8fb0-6ca846bf0d99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21eff8ec-8490-491e-b974-2a103f225d1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21eff8ec-8490-491e-b974-2a103f225d1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17576865380818171033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033175768653808181710331757686538081817103317576865380818171033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2436c497-1e0b-4441-923e-1e7e04f743e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88aa2251-2dd5-4729-9aab-749d728a5b92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88aa2251-2dd5-4729-9aab-749d728a5b92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13621298177337664701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701136212981773376647011362129817733766470113621298177337664701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21eff8ec-8490-491e-b974-2a103f225d1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb1a13c-260d-4a97-ae0d-53a68a31feab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb1a13c-260d-4a97-ae0d-53a68a31feab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13785399372619258512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512137853993726192585121378539937261925851213785399372619258512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88aa2251-2dd5-4729-9aab-749d728a5b92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb1a13c-260d-4a97-ae0d-53a68a31feab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1f1429a-5b88-4b9b-a5f1-c02cf66dd304, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1f1429a-5b88-4b9b-a5f1-c02cf66dd304, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3997506017102584499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499399750601710258449939975060171025844993997506017102584499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08f99ce0-77d8-4b24-99db-8d0f4e3bcdbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f99ce0-77d8-4b24-99db-8d0f4e3bcdbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7488298488976738323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323748829848897673832374882984889767383237488298488976738323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1f1429a-5b88-4b9b-a5f1-c02cf66dd304, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 696b1134-f458-46b7-b914-18cefdff26bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696b1134-f458-46b7-b914-18cefdff26bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 894372270292205484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484894372270292205484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f99ce0-77d8-4b24-99db-8d0f4e3bcdbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82666d1e-120c-46b1-a8c4-39c31ffe504a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82666d1e-120c-46b1-a8c4-39c31ffe504a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11377206459493219048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048113772064594932190481137720645949321904811377206459493219048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696b1134-f458-46b7-b914-18cefdff26bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7635ad87-9738-4e03-b0c7-da300824f391, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7635ad87-9738-4e03-b0c7-da300824f391, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2404827380511437929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929240482738051143792924048273805114379292404827380511437929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82666d1e-120c-46b1-a8c4-39c31ffe504a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d778569e-c544-49ba-a748-2adfd879598a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d778569e-c544-49ba-a748-2adfd879598a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 298821332785499757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757298821332785499757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7635ad87-9738-4e03-b0c7-da300824f391, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3687ede4-1ae0-475d-9a17-6fdfc1e8cf64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d778569e-c544-49ba-a748-2adfd879598a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a9d931d-808f-484d-981f-39e0af624d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3687ede4-1ae0-475d-9a17-6fdfc1e8cf64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3924215282567547543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543392421528256754754339242152825675475433924215282567547543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a9d931d-808f-484d-981f-39e0af624d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18278916865551999154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154182789168655519991541827891686555199915418278916865551999154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3687ede4-1ae0-475d-9a17-6fdfc1e8cf64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29e065a9-c65d-44fb-82ea-69a96de8d612, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a9d931d-808f-484d-981f-39e0af624d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af7f6e4-605f-4378-8955-13d83a13a51b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af7f6e4-605f-4378-8955-13d83a13a51b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15388043638484774518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518153880436384847745181538804363848477451815388043638484774518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e065a9-c65d-44fb-82ea-69a96de8d612, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2996405406055580656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656299640540605558065629964054060555806562996405406055580656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af7f6e4-605f-4378-8955-13d83a13a51b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d90b97fd-1c05-42f8-9bab-8122fa326e6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e065a9-c65d-44fb-82ea-69a96de8d612, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbe974b4-105d-4556-b61f-5e04856649d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90b97fd-1c05-42f8-9bab-8122fa326e6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13755443367102381056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056137554433671023810561375544336710238105613755443367102381056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe974b4-105d-4556-b61f-5e04856649d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6751095761535346053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053675109576153534605367510957615353460536751095761535346053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90b97fd-1c05-42f8-9bab-8122fa326e6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 539e67eb-28c3-4707-a3a5-4167272ae9e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 539e67eb-28c3-4707-a3a5-4167272ae9e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14637159538064845520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520146371595380648455201463715953806484552014637159538064845520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe974b4-105d-4556-b61f-5e04856649d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ab8a135-c077-469d-8eb7-852963a1e867, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ab8a135-c077-469d-8eb7-852963a1e867, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3124115017735464299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299312411501773546429931241150177354642993124115017735464299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 539e67eb-28c3-4707-a3a5-4167272ae9e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d2a88f0-7560-447d-a218-091205cca309, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2a88f0-7560-447d-a218-091205cca309, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17242239983938226167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167172422399839382261671724223998393822616717242239983938226167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ab8a135-c077-469d-8eb7-852963a1e867, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5676a033-d81f-4745-a32f-6a44f728455a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5676a033-d81f-4745-a32f-6a44f728455a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8683799988283567886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886868379998828356788686837999882835678868683799988283567886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2a88f0-7560-447d-a218-091205cca309, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95713cbb-09fe-4dce-87c2-d825e2e98e15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5676a033-d81f-4745-a32f-6a44f728455a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf73338d-8a76-4f01-b45f-ce108de62082, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95713cbb-09fe-4dce-87c2-d825e2e98e15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10799789537144512912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912107997895371445129121079978953714451291210799789537144512912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf73338d-8a76-4f01-b45f-ce108de62082, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7033992068004179712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712703399206800417971270339920680041797127033992068004179712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf73338d-8a76-4f01-b45f-ce108de62082, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b09f2c6-03a6-45c8-8c59-806f4bf6abf7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95713cbb-09fe-4dce-87c2-d825e2e98e15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22afb1ad-1ebf-4826-9ad9-02b6afa209b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22afb1ad-1ebf-4826-9ad9-02b6afa209b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9095453857902164748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748909545385790216474890954538579021647489095453857902164748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b09f2c6-03a6-45c8-8c59-806f4bf6abf7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10355876666427602830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830103558766664276028301035587666642760283010355876666427602830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22afb1ad-1ebf-4826-9ad9-02b6afa209b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 661f2326-1493-4ab4-85b3-4cec181bbaa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661f2326-1493-4ab4-85b3-4cec181bbaa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9358992043767642301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301935899204376764230193589920437676423019358992043767642301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b09f2c6-03a6-45c8-8c59-806f4bf6abf7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6812293d-2187-49c2-9c0b-ac463952d598, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6812293d-2187-49c2-9c0b-ac463952d598, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 637547854884627970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970637547854884627970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661f2326-1493-4ab4-85b3-4cec181bbaa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff2edc8f-a83c-4763-adee-a4cb087e542b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff2edc8f-a83c-4763-adee-a4cb087e542b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18044784101773609892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892180447841017736098921804478410177360989218044784101773609892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6812293d-2187-49c2-9c0b-ac463952d598, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d24a8588-7570-4b11-ba47-52fed326cff1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff2edc8f-a83c-4763-adee-a4cb087e542b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6143011-61a7-4ab7-a71e-5b1c469c0b9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6143011-61a7-4ab7-a71e-5b1c469c0b9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3603578563466809202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202360357856346680920236035785634668092023603578563466809202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24a8588-7570-4b11-ba47-52fed326cff1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3056138171650743483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483305613817165074348330561381716507434833056138171650743483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6143011-61a7-4ab7-a71e-5b1c469c0b9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24a8588-7570-4b11-ba47-52fed326cff1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fee62467-bf87-40dc-81ac-8889cdea51d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fee62467-bf87-40dc-81ac-8889cdea51d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16810780613759418050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050168107806137594180501681078061375941805016810780613759418050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 273362a4-e8e5-4841-acd6-c922190db314, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 273362a4-e8e5-4841-acd6-c922190db314, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13690120748508362847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847136901207485083628471369012074850836284713690120748508362847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fee62467-bf87-40dc-81ac-8889cdea51d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd52af3b-24bd-44d9-8f90-2989b795636f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 273362a4-e8e5-4841-acd6-c922190db314, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd52af3b-24bd-44d9-8f90-2989b795636f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10660028741701491905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905106600287417014919051066002874170149190510660028741701491905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75ad2706-4520-4b6b-9b03-2b6a30352019, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ad2706-4520-4b6b-9b03-2b6a30352019, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12082945635594452489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489120829456355944524891208294563559445248912082945635594452489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd52af3b-24bd-44d9-8f90-2989b795636f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5432d9b-0156-4d48-8c0b-cea4022bb09c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5432d9b-0156-4d48-8c0b-cea4022bb09c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274244533233771987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987152742445332337719871527424453323377198715274244533233771987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ad2706-4520-4b6b-9b03-2b6a30352019, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a8ebde-65d1-47eb-8b1b-4281aaca73d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a8ebde-65d1-47eb-8b1b-4281aaca73d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 808708031174676381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381808708031174676381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5432d9b-0156-4d48-8c0b-cea4022bb09c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a8ebde-65d1-47eb-8b1b-4281aaca73d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9432336-98fb-4c6a-8763-90f8a7d8df7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9432336-98fb-4c6a-8763-90f8a7d8df7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16573558644548481003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003165735586445484810031657355864454848100316573558644548481003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c6af80e-10e3-43e6-b068-b413fa0df843, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c6af80e-10e3-43e6-b068-b413fa0df843, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 324019869380412321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321324019869380412321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9432336-98fb-4c6a-8763-90f8a7d8df7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c6af80e-10e3-43e6-b068-b413fa0df843, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc6176e2-827c-4489-af9c-0476e3ff50e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e619660a-70b9-4193-a1a6-6d162dc46d79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6176e2-827c-4489-af9c-0476e3ff50e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8621203924270829246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246862120392427082924686212039242708292468621203924270829246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e619660a-70b9-4193-a1a6-6d162dc46d79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8133378240744332037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037813337824074433203781333782407443320378133378240744332037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e619660a-70b9-4193-a1a6-6d162dc46d79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5a9d2a5-ddf2-489c-b139-403364dc7944, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a9d2a5-ddf2-489c-b139-403364dc7944, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14842314038231367583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583148423140382313675831484231403823136758314842314038231367583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6176e2-827c-4489-af9c-0476e3ff50e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a9d2a5-ddf2-489c-b139-403364dc7944, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb441ab0-d495-492f-82d9-b797dbc7f9e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb441ab0-d495-492f-82d9-b797dbc7f9e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 852726301899557744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744852726301899557744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df1e9f73-9b22-4d11-bf68-7fa7a3c179b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df1e9f73-9b22-4d11-bf68-7fa7a3c179b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10295049812252591914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914102950498122525919141029504981225259191410295049812252591914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb441ab0-d495-492f-82d9-b797dbc7f9e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2ac3355-4aca-460b-96bb-c6dac8835d43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2ac3355-4aca-460b-96bb-c6dac8835d43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9760397357201152381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381976039735720115238197603973572011523819760397357201152381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df1e9f73-9b22-4d11-bf68-7fa7a3c179b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8824b85-f0ab-49ca-937a-f75138564dfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8824b85-f0ab-49ca-937a-f75138564dfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 426666169927808891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891426666169927808891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2ac3355-4aca-460b-96bb-c6dac8835d43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9011b456-386e-498d-8243-fb27d5d5ebab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8824b85-f0ab-49ca-937a-f75138564dfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a0fd9f5-d825-442c-8e0a-1d444ac0b2e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a0fd9f5-d825-442c-8e0a-1d444ac0b2e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8188211117004967249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249818821111700496724981882111170049672498188211117004967249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9011b456-386e-498d-8243-fb27d5d5ebab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3037002741240387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30370027412403873037002741240387303700274124038730370027412403873037002741240387303700274124038730370027412403873037002741240387303700274124038730370027412403873037002741240387303700274124038730370027412403873037002741240387303700274124038730370027412403873037002741240387303700274124038730370027412403873037002741240387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9011b456-386e-498d-8243-fb27d5d5ebab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0287a03a-9da6-41eb-86aa-ecf938e430cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0287a03a-9da6-41eb-86aa-ecf938e430cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1252729084014922847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847125272908401492284712527290840149228471252729084014922847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a0fd9f5-d825-442c-8e0a-1d444ac0b2e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a749071-fd58-45f0-8a38-dcbaaa5fe31b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a749071-fd58-45f0-8a38-dcbaaa5fe31b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6326686466075800074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074632668646607580007463266864660758000746326686466075800074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0287a03a-9da6-41eb-86aa-ecf938e430cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc190747-5f0a-4a33-b6e6-491b4de7313c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc190747-5f0a-4a33-b6e6-491b4de7313c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1045852846336203228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228104585284633620322810458528463362032281045852846336203228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a749071-fd58-45f0-8a38-dcbaaa5fe31b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f323ee1-d923-46e3-8ed0-38be0b08da10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f323ee1-d923-46e3-8ed0-38be0b08da10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1930710306103866779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779193071030610386677919307103061038667791930710306103866779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc190747-5f0a-4a33-b6e6-491b4de7313c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51dee757-1356-4222-b1b4-475eca1daaf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dee757-1356-4222-b1b4-475eca1daaf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15499258628285203529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529154992586282852035291549925862828520352915499258628285203529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f323ee1-d923-46e3-8ed0-38be0b08da10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4ecf170-d563-4e29-8473-723d7e953973, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4ecf170-d563-4e29-8473-723d7e953973, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13227051434438611348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348132270514344386113481322705143443861134813227051434438611348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dee757-1356-4222-b1b4-475eca1daaf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9312870-094c-4433-89db-aae154f1e3f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9312870-094c-4433-89db-aae154f1e3f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11470038155868363051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051114700381558683630511147003815586836305111470038155868363051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4ecf170-d563-4e29-8473-723d7e953973, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e5abf3a-9327-4e6c-9f49-58e1a2e6e42a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e5abf3a-9327-4e6c-9f49-58e1a2e6e42a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16253512362220624742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742162535123622206247421625351236222062474216253512362220624742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9312870-094c-4433-89db-aae154f1e3f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ed011fe-ac66-4376-ba4f-6f689feb2f28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed011fe-ac66-4376-ba4f-6f689feb2f28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13360715366362090954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954133607153663620909541336071536636209095413360715366362090954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e5abf3a-9327-4e6c-9f49-58e1a2e6e42a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3e50880-1c31-4f4e-bcf2-e4221d636213, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e50880-1c31-4f4e-bcf2-e4221d636213, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12009258818038027576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576120092588180380275761200925881803802757612009258818038027576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed011fe-ac66-4376-ba4f-6f689feb2f28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 011d40c3-aca9-40f1-a723-3aba1c7e85e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011d40c3-aca9-40f1-a723-3aba1c7e85e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4594304920711844493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493459430492071184449345943049207118444934594304920711844493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e50880-1c31-4f4e-bcf2-e4221d636213, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bbd8754-97b8-49b6-80ae-6e716e603b46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bbd8754-97b8-49b6-80ae-6e716e603b46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17984923995302455177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177179849239953024551771798492399530245517717984923995302455177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011d40c3-aca9-40f1-a723-3aba1c7e85e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d021b979-8e34-4a51-b126-f5402f882e92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d021b979-8e34-4a51-b126-f5402f882e92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8022909687092634214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214802290968709263421480229096870926342148022909687092634214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bbd8754-97b8-49b6-80ae-6e716e603b46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3138f8eb-17fb-41d0-b813-94ff56069d76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3138f8eb-17fb-41d0-b813-94ff56069d76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14033261931769076593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593140332619317690765931403326193176907659314033261931769076593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d021b979-8e34-4a51-b126-f5402f882e92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 193e7001-5375-43d8-b7f4-c95b1e499fdc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 193e7001-5375-43d8-b7f4-c95b1e499fdc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13109391104089773788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788131093911040897737881310939110408977378813109391104089773788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3138f8eb-17fb-41d0-b813-94ff56069d76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c7b1b0f-9120-44eb-9d0a-8b4d10496129, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c7b1b0f-9120-44eb-9d0a-8b4d10496129, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7811429478586218518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518781142947858621851878114294785862185187811429478586218518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 193e7001-5375-43d8-b7f4-c95b1e499fdc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9808e88b-8288-4e5b-8817-9b629829b9a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9808e88b-8288-4e5b-8817-9b629829b9a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10024133223668318585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585100241332236683185851002413322366831858510024133223668318585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c7b1b0f-9120-44eb-9d0a-8b4d10496129, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e70c0b0e-fa32-4820-bef4-210edb80d01a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70c0b0e-fa32-4820-bef4-210edb80d01a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9980956492023777364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364998095649202377736499809564920237773649980956492023777364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9808e88b-8288-4e5b-8817-9b629829b9a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdf42d37-8c94-4cb0-ae4c-abe0532850d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdf42d37-8c94-4cb0-ae4c-abe0532850d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14736594088625031658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658147365940886250316581473659408862503165814736594088625031658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70c0b0e-fa32-4820-bef4-210edb80d01a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ef2c096-c8f0-4534-8c7e-1dd911d31fb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ef2c096-c8f0-4534-8c7e-1dd911d31fb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4411930837104872698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698441193083710487269844119308371048726984411930837104872698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdf42d37-8c94-4cb0-ae4c-abe0532850d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e71cc64-9869-47b1-b538-adc72760697f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e71cc64-9869-47b1-b538-adc72760697f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7159397232868831849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849715939723286883184971593972328688318497159397232868831849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ef2c096-c8f0-4534-8c7e-1dd911d31fb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fad88b6-f36f-459c-a282-f5c489d3ce00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fad88b6-f36f-459c-a282-f5c489d3ce00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2281420743502979559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559228142074350297955922814207435029795592281420743502979559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e71cc64-9869-47b1-b538-adc72760697f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2747a3a-8f74-48d1-a0ec-700b7e8a4101, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fad88b6-f36f-459c-a282-f5c489d3ce00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dec58c2d-7076-46ad-99de-6c437f00a73f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2747a3a-8f74-48d1-a0ec-700b7e8a4101, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 751517541735938275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275751517541735938275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec58c2d-7076-46ad-99de-6c437f00a73f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390541177356360822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822939054117735636082293905411773563608229390541177356360822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2747a3a-8f74-48d1-a0ec-700b7e8a4101, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9877f6e-e54f-48c3-8d98-2773c3dba479, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9877f6e-e54f-48c3-8d98-2773c3dba479, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5136620762277064167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167513662076227706416751366207622770641675136620762277064167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec58c2d-7076-46ad-99de-6c437f00a73f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 968d9007-1c16-4f80-ab5a-bac760b370ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968d9007-1c16-4f80-ab5a-bac760b370ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17730463809640968748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748177304638096409687481773046380964096874817730463809640968748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9877f6e-e54f-48c3-8d98-2773c3dba479, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1eb5b8e-6ac5-47d1-89b1-64575cb5fd55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1eb5b8e-6ac5-47d1-89b1-64575cb5fd55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8234827009654045565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565823482700965404556582348270096540455658234827009654045565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968d9007-1c16-4f80-ab5a-bac760b370ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb8f8090-9a45-4f79-97b3-97adc3b5740c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb8f8090-9a45-4f79-97b3-97adc3b5740c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3710169832777016586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586371016983277701658637101698327770165863710169832777016586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1eb5b8e-6ac5-47d1-89b1-64575cb5fd55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2445e8a3-f1b7-4d95-bb18-a5c2b0f8d9fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2445e8a3-f1b7-4d95-bb18-a5c2b0f8d9fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2710572902628095139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139271057290262809513927105729026280951392710572902628095139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb8f8090-9a45-4f79-97b3-97adc3b5740c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72f43b0-fe88-4c9a-81db-c98c44aec212, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72f43b0-fe88-4c9a-81db-c98c44aec212, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12645038143548497525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525126450381435484975251264503814354849752512645038143548497525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2445e8a3-f1b7-4d95-bb18-a5c2b0f8d9fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b081078-5b1b-4728-b911-a8fdb067f248, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b081078-5b1b-4728-b911-a8fdb067f248, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6513757516756999546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546651375751675699954665137575167569995466513757516756999546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72f43b0-fe88-4c9a-81db-c98c44aec212, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f22a877-3793-4af7-9c51-f1fe0cd63aee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f22a877-3793-4af7-9c51-f1fe0cd63aee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11918726033326890085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085119187260333268900851191872603332689008511918726033326890085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b081078-5b1b-4728-b911-a8fdb067f248, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d90e805a-e1fc-47a0-adf1-eb5fb47f8764, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f22a877-3793-4af7-9c51-f1fe0cd63aee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90e805a-e1fc-47a0-adf1-eb5fb47f8764, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706002478892364887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887107060024788923648871070600247889236488710706002478892364887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8a8f6db-fda7-4098-b3bc-dac73435ae7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a8f6db-fda7-4098-b3bc-dac73435ae7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12002946790727455936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936120029467907274559361200294679072745593612002946790727455936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90e805a-e1fc-47a0-adf1-eb5fb47f8764, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e16b1a0-9768-42b5-8b12-630595eb9ecc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a8f6db-fda7-4098-b3bc-dac73435ae7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e16b1a0-9768-42b5-8b12-630595eb9ecc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13771022318591791745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745137710223185917917451377102231859179174513771022318591791745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c828ab32-5b3d-4468-b096-6392e52f7099, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c828ab32-5b3d-4468-b096-6392e52f7099, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4684477188248013238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238468447718824801323846844771882480132384684477188248013238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e16b1a0-9768-42b5-8b12-630595eb9ecc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 854bf590-537a-48cb-a8ac-d904d6e7d52f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 854bf590-537a-48cb-a8ac-d904d6e7d52f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1601007448047824183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183160100744804782418316010074480478241831601007448047824183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c828ab32-5b3d-4468-b096-6392e52f7099, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a20ef9-1658-45ce-8357-4930e4e08c5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a20ef9-1658-45ce-8357-4930e4e08c5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3579940467705968517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517357994046770596851735799404677059685173579940467705968517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 854bf590-537a-48cb-a8ac-d904d6e7d52f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa952cd4-c493-40cf-806b-36d2dde1793e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa952cd4-c493-40cf-806b-36d2dde1793e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9790639336369343298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298979063933636934329897906393363693432989790639336369343298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a20ef9-1658-45ce-8357-4930e4e08c5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 329c749e-157e-4ee5-9eea-27e07eb4eadf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 329c749e-157e-4ee5-9eea-27e07eb4eadf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12303586865716738584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584123035868657167385841230358686571673858412303586865716738584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa952cd4-c493-40cf-806b-36d2dde1793e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a2db06-7092-46ba-989b-65e433388a4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a2db06-7092-46ba-989b-65e433388a4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 748750461334160191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191748750461334160191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 329c749e-157e-4ee5-9eea-27e07eb4eadf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14e60664-cc22-4e10-8ecc-18dced3b8d80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e60664-cc22-4e10-8ecc-18dced3b8d80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14418443346314205014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014144184433463142050141441844334631420501414418443346314205014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a2db06-7092-46ba-989b-65e433388a4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5fcf64-f9d8-4c58-8f2f-c906447f965e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5fcf64-f9d8-4c58-8f2f-c906447f965e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7056774022899790945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945705677402289979094570567740228997909457056774022899790945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e60664-cc22-4e10-8ecc-18dced3b8d80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 396b3ebb-2e62-430f-aa56-a9068b59eac5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 396b3ebb-2e62-430f-aa56-a9068b59eac5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5647034399663102052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052564703439966310205256470343996631020525647034399663102052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5fcf64-f9d8-4c58-8f2f-c906447f965e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c78b219-d8b3-443e-9dfa-20ab0d07dc7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c78b219-d8b3-443e-9dfa-20ab0d07dc7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10033586980725135357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357100335869807251353571003358698072513535710033586980725135357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 396b3ebb-2e62-430f-aa56-a9068b59eac5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fd445c1-9af2-4ff2-9650-a7b1d3712885, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd445c1-9af2-4ff2-9650-a7b1d3712885, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14197423135500797300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300141974231355007973001419742313550079730014197423135500797300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c78b219-d8b3-443e-9dfa-20ab0d07dc7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9667052a-75de-4399-bc19-2d6e624b9ffc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9667052a-75de-4399-bc19-2d6e624b9ffc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 623533872230348401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401623533872230348401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd445c1-9af2-4ff2-9650-a7b1d3712885, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6724085e-4189-460d-aba7-1ade7eae7e8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9667052a-75de-4399-bc19-2d6e624b9ffc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45fcba9b-2ef0-4df6-aa1f-4bdede9a5b0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45fcba9b-2ef0-4df6-aa1f-4bdede9a5b0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3146965243983253338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338314696524398325333831469652439832533383146965243983253338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6724085e-4189-460d-aba7-1ade7eae7e8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611542998955195598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598166115429989551955981661154299895519559816611542998955195598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45fcba9b-2ef0-4df6-aa1f-4bdede9a5b0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6724085e-4189-460d-aba7-1ade7eae7e8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 336a2077-b07b-43df-80d6-5f87230554c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ff1f4e4-a398-40ad-af0f-dc130b1c1999, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff1f4e4-a398-40ad-af0f-dc130b1c1999, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8078396174918057184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184807839617491805718480783961749180571848078396174918057184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 336a2077-b07b-43df-80d6-5f87230554c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8450925027705393255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255845092502770539325584509250277053932558450925027705393255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff1f4e4-a398-40ad-af0f-dc130b1c1999, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 336a2077-b07b-43df-80d6-5f87230554c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e1db667-4df3-4390-93ad-07f8cc4dbd10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e1db667-4df3-4390-93ad-07f8cc4dbd10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14430950664971090019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019144309506649710900191443095066497109001914430950664971090019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f39953b6-b7d9-4d4a-baac-e911c6b1a805, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f39953b6-b7d9-4d4a-baac-e911c6b1a805, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15635884134615758667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667156358841346157586671563588413461575866715635884134615758667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e1db667-4df3-4390-93ad-07f8cc4dbd10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df694d60-0db5-451f-b6c2-cfc13835e195, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df694d60-0db5-451f-b6c2-cfc13835e195, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390354145527168985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985339035414552716898533903541455271689853390354145527168985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f39953b6-b7d9-4d4a-baac-e911c6b1a805, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63603440-3f99-4e4f-8ed6-a058beb0f804, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df694d60-0db5-451f-b6c2-cfc13835e195, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 053dbbac-f7dd-4513-9aa5-e26092141ffe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63603440-3f99-4e4f-8ed6-a058beb0f804, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13587411978380163238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238135874119783801632381358741197838016323813587411978380163238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 053dbbac-f7dd-4513-9aa5-e26092141ffe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14039907320394482436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436140399073203944824361403990732039448243614039907320394482436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63603440-3f99-4e4f-8ed6-a058beb0f804, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8cdb495-a1ca-444a-ba5a-3bb463aa33c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8cdb495-a1ca-444a-ba5a-3bb463aa33c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7119690107847168499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499711969010784716849971196901078471684997119690107847168499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 053dbbac-f7dd-4513-9aa5-e26092141ffe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51947759-5ae5-4e5c-9307-c8b57ad84ab2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51947759-5ae5-4e5c-9307-c8b57ad84ab2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5218100076858969662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662521810007685896966252181000768589696625218100076858969662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8cdb495-a1ca-444a-ba5a-3bb463aa33c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 222a9614-65a3-4d80-840d-7ab32ede443c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 222a9614-65a3-4d80-840d-7ab32ede443c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1961199220112055161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161196119922011205516119611992201120551611961199220112055161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51947759-5ae5-4e5c-9307-c8b57ad84ab2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 169ca742-2731-4ca7-8254-09e4472eb5d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169ca742-2731-4ca7-8254-09e4472eb5d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318151533386186657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657331815153338618665733181515333861866573318151533386186657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 222a9614-65a3-4d80-840d-7ab32ede443c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbda9d34-1195-4a0e-9b32-6a2f3ec335b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbda9d34-1195-4a0e-9b32-6a2f3ec335b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17631398705383221827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827176313987053832218271763139870538322182717631398705383221827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169ca742-2731-4ca7-8254-09e4472eb5d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4565a646-2f8d-41b0-a403-92886f268742, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4565a646-2f8d-41b0-a403-92886f268742, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18316803400692349955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955183168034006923499551831680340069234995518316803400692349955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbda9d34-1195-4a0e-9b32-6a2f3ec335b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 511d475b-fc70-4492-a45c-87cbefb5f375, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4565a646-2f8d-41b0-a403-92886f268742, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29d6a229-bac0-428d-aa05-3eeaa9f0a924, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d6a229-bac0-428d-aa05-3eeaa9f0a924, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13812170507940103089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089138121705079401030891381217050794010308913812170507940103089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 511d475b-fc70-4492-a45c-87cbefb5f375, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17628596791709748807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807176285967917097488071762859679170974880717628596791709748807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d6a229-bac0-428d-aa05-3eeaa9f0a924, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d3de7cf-a7d4-4cd1-a167-72c1c9017dee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 511d475b-fc70-4492-a45c-87cbefb5f375, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b0f3e2a-9da9-4ff3-b20e-1a37ff4eb066, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b0f3e2a-9da9-4ff3-b20e-1a37ff4eb066, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444537925792046893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893844453792579204689384445379257920468938444537925792046893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3de7cf-a7d4-4cd1-a167-72c1c9017dee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15917521084085992663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663159175210840859926631591752108408599266315917521084085992663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3de7cf-a7d4-4cd1-a167-72c1c9017dee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fbe466c-fa87-4305-b8ca-d188bd29836f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b0f3e2a-9da9-4ff3-b20e-1a37ff4eb066, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fbe466c-fa87-4305-b8ca-d188bd29836f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13200028804764279619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619132000288047642796191320002880476427961913200028804764279619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 150dfdc4-031e-4175-bdec-12af8bfcc3a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 150dfdc4-031e-4175-bdec-12af8bfcc3a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6759701502227990965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965675970150222799096567597015022279909656759701502227990965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fbe466c-fa87-4305-b8ca-d188bd29836f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a60ee87a-772c-4060-b968-e048b76ed75c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60ee87a-772c-4060-b968-e048b76ed75c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15873233452867176174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174158732334528671761741587323345286717617415873233452867176174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 150dfdc4-031e-4175-bdec-12af8bfcc3a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60bada63-ee1b-4d98-8ebb-62017074c6d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60bada63-ee1b-4d98-8ebb-62017074c6d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 284477582847803238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238284477582847803238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60ee87a-772c-4060-b968-e048b76ed75c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 565ddce3-02ee-473d-b6c4-1231d4b4dc69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565ddce3-02ee-473d-b6c4-1231d4b4dc69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12590017506021442031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031125900175060214420311259001750602144203112590017506021442031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60bada63-ee1b-4d98-8ebb-62017074c6d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b37461f-e1c8-4b70-a8c9-b67a0e747e79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b37461f-e1c8-4b70-a8c9-b67a0e747e79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5767003071786412823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823576700307178641282357670030717864128235767003071786412823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565ddce3-02ee-473d-b6c4-1231d4b4dc69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8280cfcb-68c5-4035-8ab3-bbcba5a39415, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8280cfcb-68c5-4035-8ab3-bbcba5a39415, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14411765348383502678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678144117653483835026781441176534838350267814411765348383502678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b37461f-e1c8-4b70-a8c9-b67a0e747e79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 931e4661-62c3-430b-b7af-20ef54a614b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931e4661-62c3-430b-b7af-20ef54a614b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2310861851265119349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349231086185126511934923108618512651193492310861851265119349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8280cfcb-68c5-4035-8ab3-bbcba5a39415, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43e5e05f-4e65-42ec-877c-c85b229cc8ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43e5e05f-4e65-42ec-877c-c85b229cc8ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16132904697617505950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950161329046976175059501613290469761750595016132904697617505950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931e4661-62c3-430b-b7af-20ef54a614b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 821cc0aa-4acf-4f05-8d11-4561bb01a0ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43e5e05f-4e65-42ec-877c-c85b229cc8ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e6cefce-bd8d-4fb1-b47c-e68dfbb5c6b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e6cefce-bd8d-4fb1-b47c-e68dfbb5c6b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695572790134482226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226969557279013448222696955727901344822269695572790134482226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 821cc0aa-4acf-4f05-8d11-4561bb01a0ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9821424550173168736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736982142455017316873698214245501731687369821424550173168736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e6cefce-bd8d-4fb1-b47c-e68dfbb5c6b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24b6a744-50be-4299-a0a5-51055d3e010a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24b6a744-50be-4299-a0a5-51055d3e010a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6806754702232635941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941680675470223263594168067547022326359416806754702232635941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 821cc0aa-4acf-4f05-8d11-4561bb01a0ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82a7efef-a825-48e3-bd3c-6e9d765b9a89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82a7efef-a825-48e3-bd3c-6e9d765b9a89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12369828047482124459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459123698280474821244591236982804748212445912369828047482124459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24b6a744-50be-4299-a0a5-51055d3e010a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5d8fd83-91db-430b-8d94-cb929f613a0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5d8fd83-91db-430b-8d94-cb929f613a0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7778957834781375376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376777895783478137537677789578347813753767778957834781375376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82a7efef-a825-48e3-bd3c-6e9d765b9a89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00445ed0-1d23-439b-a3cd-b0d0d2873279, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00445ed0-1d23-439b-a3cd-b0d0d2873279, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13928402815108240547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547139284028151082405471392840281510824054713928402815108240547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00445ed0-1d23-439b-a3cd-b0d0d2873279, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 021a6884-993b-4b03-ab6a-464020a923d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5d8fd83-91db-430b-8d94-cb929f613a0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021a6884-993b-4b03-ab6a-464020a923d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1657384278490058313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313165738427849005831316573842784900583131657384278490058313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47bbc776-8909-4ddb-886c-67a0fe200ef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021a6884-993b-4b03-ab6a-464020a923d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdfec821-deea-4afd-8eb5-1e88685f80b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdfec821-deea-4afd-8eb5-1e88685f80b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16063645944878891062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062160636459448788910621606364594487889106216063645944878891062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47bbc776-8909-4ddb-886c-67a0fe200ef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14953444099255006122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122149534440992550061221495344409925500612214953444099255006122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdfec821-deea-4afd-8eb5-1e88685f80b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47bbc776-8909-4ddb-886c-67a0fe200ef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dd80feb-09cb-45bf-a6ce-a6f4cf074040, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f027e4b0-db84-4f6d-84ff-69e6512d57af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f027e4b0-db84-4f6d-84ff-69e6512d57af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16544909708036101836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836165449097080361018361654490970803610183616544909708036101836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd80feb-09cb-45bf-a6ce-a6f4cf074040, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 597074976643885116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116597074976643885116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f027e4b0-db84-4f6d-84ff-69e6512d57af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d83ef7ec-15b9-4198-bc13-0b191434215b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d83ef7ec-15b9-4198-bc13-0b191434215b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 740737241682527110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110740737241682527110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd80feb-09cb-45bf-a6ce-a6f4cf074040, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e940ddb-5dcf-4938-bac5-859592775c39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e940ddb-5dcf-4938-bac5-859592775c39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2293551810894020078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078229355181089402007822935518108940200782293551810894020078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d83ef7ec-15b9-4198-bc13-0b191434215b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e85b8ff3-bdc4-4081-9a44-4dd08d1a7db6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85b8ff3-bdc4-4081-9a44-4dd08d1a7db6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5839379252071436641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641583937925207143664158393792520714366415839379252071436641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e940ddb-5dcf-4938-bac5-859592775c39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffa9bfad-a201-4e9a-987b-b359f06ca51c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffa9bfad-a201-4e9a-987b-b359f06ca51c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6570249000042513458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458657024900004251345865702490000425134586570249000042513458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85b8ff3-bdc4-4081-9a44-4dd08d1a7db6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ddfd507-af08-4792-b8db-168f0e05ccef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ddfd507-af08-4792-b8db-168f0e05ccef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10051406872592277068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068100514068725922770681005140687259227706810051406872592277068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffa9bfad-a201-4e9a-987b-b359f06ca51c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c77fd5a1-b6d7-4633-b06c-8895b0dbeb88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77fd5a1-b6d7-4633-b06c-8895b0dbeb88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8218192452716020180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180821819245271602018082181924527160201808218192452716020180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ddfd507-af08-4792-b8db-168f0e05ccef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d03b4564-da63-432c-a198-c42eb029ab32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d03b4564-da63-432c-a198-c42eb029ab32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11092341647289397297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297110923416472893972971109234164728939729711092341647289397297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77fd5a1-b6d7-4633-b06c-8895b0dbeb88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 127ea062-557e-40cf-9ee2-f92ea2813d5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127ea062-557e-40cf-9ee2-f92ea2813d5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1046878823211666441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441104687882321166644110468788232116664411046878823211666441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d03b4564-da63-432c-a198-c42eb029ab32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 548c5670-e48c-49a9-b910-b3fde371d1df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548c5670-e48c-49a9-b910-b3fde371d1df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13016478797115560668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668130164787971155606681301647879711556066813016478797115560668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127ea062-557e-40cf-9ee2-f92ea2813d5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18639aed-62c4-45c3-a81d-bd3685efc262, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18639aed-62c4-45c3-a81d-bd3685efc262, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8483440756883849511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511848344075688384951184834407568838495118483440756883849511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548c5670-e48c-49a9-b910-b3fde371d1df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddee7cc5-d582-43a6-bf8f-43900867fdbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddee7cc5-d582-43a6-bf8f-43900867fdbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15452238273838223226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226154522382738382232261545223827383822322615452238273838223226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18639aed-62c4-45c3-a81d-bd3685efc262, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c5fc62a-9ff4-4ae0-87d1-149a8f76cfdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5fc62a-9ff4-4ae0-87d1-149a8f76cfdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5669327517864715265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265566932751786471526556693275178647152655669327517864715265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddee7cc5-d582-43a6-bf8f-43900867fdbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a528015c-9cef-4d1e-8673-9374f57310f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a528015c-9cef-4d1e-8673-9374f57310f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12356931216542053612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612123569312165420536121235693121654205361212356931216542053612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5fc62a-9ff4-4ae0-87d1-149a8f76cfdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9783c7a8-ef01-4e25-a424-f49035804053, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9783c7a8-ef01-4e25-a424-f49035804053, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17446073503162287808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808174460735031622878081744607350316228780817446073503162287808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a528015c-9cef-4d1e-8673-9374f57310f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a80785-0122-4fc6-88fa-582f02b1f37d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a80785-0122-4fc6-88fa-582f02b1f37d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11828352416293050173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173118283524162930501731182835241629305017311828352416293050173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9783c7a8-ef01-4e25-a424-f49035804053, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d17b67d2-d718-4b00-b30f-ab394d22de23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d17b67d2-d718-4b00-b30f-ab394d22de23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9909999648861475816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816990999964886147581699099996488614758169909999648861475816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a80785-0122-4fc6-88fa-582f02b1f37d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd65313-2677-48a2-a492-b2075ef9756e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd65313-2677-48a2-a492-b2075ef9756e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13860051863488779533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533138600518634887795331386005186348877953313860051863488779533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd65313-2677-48a2-a492-b2075ef9756e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aa3cb79-5d82-43a2-b544-99f65038bdc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa3cb79-5d82-43a2-b544-99f65038bdc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5263510807003546676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676526351080700354667652635108070035466765263510807003546676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d17b67d2-d718-4b00-b30f-ab394d22de23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f53b61e-9951-49b0-8dfb-8dad4080d41d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f53b61e-9951-49b0-8dfb-8dad4080d41d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2344777788682678534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534234477778868267853423447777886826785342344777788682678534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa3cb79-5d82-43a2-b544-99f65038bdc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13b5ebf4-952d-4617-85b5-45d1564817b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b5ebf4-952d-4617-85b5-45d1564817b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1678303041234135608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608167830304123413560816783030412341356081678303041234135608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f53b61e-9951-49b0-8dfb-8dad4080d41d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0f0be7c-22ce-4efc-9c2c-5bec1c59e464, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f0be7c-22ce-4efc-9c2c-5bec1c59e464, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9781718233728050433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433978171823372805043397817182337280504339781718233728050433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b5ebf4-952d-4617-85b5-45d1564817b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b89b87a-a427-4d81-87f2-d2a5159f1aaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b89b87a-a427-4d81-87f2-d2a5159f1aaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4675544205711354219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219467554420571135421946755442057113542194675544205711354219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f0be7c-22ce-4efc-9c2c-5bec1c59e464, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5d43db-d4c1-4115-8325-0b1510a27605, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5d43db-d4c1-4115-8325-0b1510a27605, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9797487418245785582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582979748741824578558297974874182457855829797487418245785582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b89b87a-a427-4d81-87f2-d2a5159f1aaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c74f47c-54dd-4bef-810f-76e9008f32ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c74f47c-54dd-4bef-810f-76e9008f32ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11374818748541714731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731113748187485417147311137481874854171473111374818748541714731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5d43db-d4c1-4115-8325-0b1510a27605, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b915d60c-4e9b-48b0-a852-cc7bbf7b2e38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b915d60c-4e9b-48b0-a852-cc7bbf7b2e38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17818357974410811313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313178183579744108113131781835797441081131317818357974410811313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c74f47c-54dd-4bef-810f-76e9008f32ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa15e1c0-0852-4124-93f2-2ebef5185196, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa15e1c0-0852-4124-93f2-2ebef5185196, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15049428299880153200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200150494282998801532001504942829988015320015049428299880153200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b915d60c-4e9b-48b0-a852-cc7bbf7b2e38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b322122-89fe-4ab0-aee8-306ed4ccf04e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa15e1c0-0852-4124-93f2-2ebef5185196, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 710afd62-2194-44d7-9a54-5a095595a54c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710afd62-2194-44d7-9a54-5a095595a54c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9773689796944285301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301977368979694428530197736897969442853019773689796944285301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b322122-89fe-4ab0-aee8-306ed4ccf04e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6721136367359788812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812672113636735978881267211363673597888126721136367359788812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710afd62-2194-44d7-9a54-5a095595a54c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a61a7be0-b80e-41a3-8166-9f00826d56a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a61a7be0-b80e-41a3-8166-9f00826d56a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1328956471606487333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333132895647160648733313289564716064873331328956471606487333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b322122-89fe-4ab0-aee8-306ed4ccf04e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f620b7-7050-404e-ae80-2513c3f6c947, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f620b7-7050-404e-ae80-2513c3f6c947, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2484764819293257508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508248476481929325750824847648192932575082484764819293257508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a61a7be0-b80e-41a3-8166-9f00826d56a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f037ed28-6182-4306-a1ef-16a62d833a0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f620b7-7050-404e-ae80-2513c3f6c947, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f037ed28-6182-4306-a1ef-16a62d833a0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14304073847232653672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672143040738472326536721430407384723265367214304073847232653672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c045f7e-c6e7-4067-b9f0-e8ec32de4bad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c045f7e-c6e7-4067-b9f0-e8ec32de4bad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10392721483944054132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132103927214839440541321039272148394405413210392721483944054132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f037ed28-6182-4306-a1ef-16a62d833a0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63fc737a-1501-4dad-951e-622acd4efe4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63fc737a-1501-4dad-951e-622acd4efe4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8123276557454559211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211812327655745455921181232765574545592118123276557454559211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c045f7e-c6e7-4067-b9f0-e8ec32de4bad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 956760b9-a9a8-4373-bbc6-7736009b9f7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956760b9-a9a8-4373-bbc6-7736009b9f7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3118037589973226713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713311803758997322671331180375899732267133118037589973226713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63fc737a-1501-4dad-951e-622acd4efe4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2cb81be-55c0-4c9d-9ef4-ab1baa2c71ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2cb81be-55c0-4c9d-9ef4-ab1baa2c71ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10793616771498760865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865107936167714987608651079361677149876086510793616771498760865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956760b9-a9a8-4373-bbc6-7736009b9f7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e72e6c-a26d-43d4-b0ca-1cc520cfadf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e72e6c-a26d-43d4-b0ca-1cc520cfadf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 509886580746850415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415509886580746850415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2cb81be-55c0-4c9d-9ef4-ab1baa2c71ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2fc4b18-e39d-46eb-84a5-33ef3a487425, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2fc4b18-e39d-46eb-84a5-33ef3a487425, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8944928614481266653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653894492861448126665389449286144812666538944928614481266653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e72e6c-a26d-43d4-b0ca-1cc520cfadf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36630622-63d9-4ba4-b243-b7a3c1a022c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36630622-63d9-4ba4-b243-b7a3c1a022c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3247826649857253289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289324782664985725328932478266498572532893247826649857253289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2fc4b18-e39d-46eb-84a5-33ef3a487425, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a4e4305-0672-45fa-94a9-4dd6e085d166, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4e4305-0672-45fa-94a9-4dd6e085d166, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6119403923250248737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737611940392325024873761194039232502487376119403923250248737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36630622-63d9-4ba4-b243-b7a3c1a022c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d32bc3e2-66a9-4662-8e0c-b3372f950de6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d32bc3e2-66a9-4662-8e0c-b3372f950de6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 790207544348993687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687790207544348993687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4e4305-0672-45fa-94a9-4dd6e085d166, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9121709-d6e8-4b35-88b4-60777d90f5e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9121709-d6e8-4b35-88b4-60777d90f5e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10735331979126109575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575107353319791261095751073533197912610957510735331979126109575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d32bc3e2-66a9-4662-8e0c-b3372f950de6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b7a122e-63c2-48f2-b2e7-cb1883da0e7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b7a122e-63c2-48f2-b2e7-cb1883da0e7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12538815988569446507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507125388159885694465071253881598856944650712538815988569446507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9121709-d6e8-4b35-88b4-60777d90f5e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71b95f17-208c-4c34-850b-a598a92222d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71b95f17-208c-4c34-850b-a598a92222d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1333889701839646083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083133388970183964608313338897018396460831333889701839646083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b7a122e-63c2-48f2-b2e7-cb1883da0e7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9835f01b-1a77-442f-bb99-9b80bb689a0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9835f01b-1a77-442f-bb99-9b80bb689a0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14879430653616557091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091148794306536165570911487943065361655709114879430653616557091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71b95f17-208c-4c34-850b-a598a92222d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25620517-32ec-430d-ab78-9a6d132f9c87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25620517-32ec-430d-ab78-9a6d132f9c87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16359661849246295348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348163596618492462953481635966184924629534816359661849246295348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9835f01b-1a77-442f-bb99-9b80bb689a0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 183d0fb0-b98d-43c9-91ea-9ad78eb3307b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 183d0fb0-b98d-43c9-91ea-9ad78eb3307b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1916326723783382411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411191632672378338241119163267237833824111916326723783382411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25620517-32ec-430d-ab78-9a6d132f9c87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9bdb9bb-ae85-4da7-b856-8945d9debba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9bdb9bb-ae85-4da7-b856-8945d9debba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16434842019808174197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197164348420198081741971643484201980817419716434842019808174197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 183d0fb0-b98d-43c9-91ea-9ad78eb3307b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eae23f3-191f-46a7-9296-7ccf7264307b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eae23f3-191f-46a7-9296-7ccf7264307b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13110883786199289242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242131108837861992892421311088378619928924213110883786199289242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9bdb9bb-ae85-4da7-b856-8945d9debba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25072ad7-ee56-4040-98a7-3bd18771b325, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25072ad7-ee56-4040-98a7-3bd18771b325, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15092048303060207378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378150920483030602073781509204830306020737815092048303060207378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eae23f3-191f-46a7-9296-7ccf7264307b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62f88070-20c4-4397-a8f1-a64937f7a473, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f88070-20c4-4397-a8f1-a64937f7a473, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8909321374583711544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544890932137458371154489093213745837115448909321374583711544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25072ad7-ee56-4040-98a7-3bd18771b325, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51c0eba2-922b-460d-8ba9-233fbc538abc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51c0eba2-922b-460d-8ba9-233fbc538abc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 452467706322193825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825452467706322193825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f88070-20c4-4397-a8f1-a64937f7a473, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d68740c-a4e4-4e14-9c73-0367851a3ed6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d68740c-a4e4-4e14-9c73-0367851a3ed6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 91289243872892384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9128924387289238491289243872892384912892438728923849128924387289238491289243872892384912892438728923849128924387289238491289243872892384912892438728923849128924387289238491289243872892384912892438728923849128924387289238491289243872892384912892438728923849128924387289238491289243872892384912892438728923849128924387289238491289243872892384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51c0eba2-922b-460d-8ba9-233fbc538abc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e675f726-e354-4113-b6a7-ecf61f559ef7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e675f726-e354-4113-b6a7-ecf61f559ef7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10731843740273133236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236107318437402731332361073184374027313323610731843740273133236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d68740c-a4e4-4e14-9c73-0367851a3ed6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d07276b2-33c2-42b5-8298-9a419d8f69e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07276b2-33c2-42b5-8298-9a419d8f69e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5503500312725616601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601550350031272561660155035003127256166015503500312725616601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e675f726-e354-4113-b6a7-ecf61f559ef7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a35596-7f00-48ca-93d9-37fd5e4d92b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a35596-7f00-48ca-93d9-37fd5e4d92b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16000550118787123792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792160005501187871237921600055011878712379216000550118787123792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07276b2-33c2-42b5-8298-9a419d8f69e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 504e624d-24db-42b3-a82a-2f12c93ece6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 504e624d-24db-42b3-a82a-2f12c93ece6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1876385854090915967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967187638585409091596718763858540909159671876385854090915967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 504e624d-24db-42b3-a82a-2f12c93ece6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bb3d7a1-6af5-4d5d-a614-f4adb334bc7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb3d7a1-6af5-4d5d-a614-f4adb334bc7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17819139797273805108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108178191397972738051081781913979727380510817819139797273805108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a35596-7f00-48ca-93d9-37fd5e4d92b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b40aadf5-f2f1-481a-9fae-8b5562e002dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b40aadf5-f2f1-481a-9fae-8b5562e002dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6304711412353416959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959630471141235341695963047114123534169596304711412353416959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb3d7a1-6af5-4d5d-a614-f4adb334bc7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 905f9fa2-3db5-4aa0-9cf2-edb6e5a5dd12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 905f9fa2-3db5-4aa0-9cf2-edb6e5a5dd12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10896100432671697960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960108961004326716979601089610043267169796010896100432671697960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b40aadf5-f2f1-481a-9fae-8b5562e002dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ea6357a-9d1c-45f7-b12a-cb2fc87255b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ea6357a-9d1c-45f7-b12a-cb2fc87255b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1090421008950836199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199109042100895083619910904210089508361991090421008950836199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 905f9fa2-3db5-4aa0-9cf2-edb6e5a5dd12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cfbafca-e50e-4eda-87ff-405a5508105f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cfbafca-e50e-4eda-87ff-405a5508105f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7723106946723424813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813772310694672342481377231069467234248137723106946723424813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ea6357a-9d1c-45f7-b12a-cb2fc87255b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 162d48aa-fb28-4911-ade4-abbf02ad644e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162d48aa-fb28-4911-ade4-abbf02ad644e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11412609911139079171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171114126099111390791711141260991113907917111412609911139079171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cfbafca-e50e-4eda-87ff-405a5508105f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8afa75-dc8d-4c0c-9e25-c62a9afd82e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8afa75-dc8d-4c0c-9e25-c62a9afd82e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17364247491786321853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853173642474917863218531736424749178632185317364247491786321853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162d48aa-fb28-4911-ade4-abbf02ad644e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94942dc7-abde-48db-a5c4-3eb361e8f7a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94942dc7-abde-48db-a5c4-3eb361e8f7a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777991106185104936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936147779911061851049361477799110618510493614777991106185104936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8afa75-dc8d-4c0c-9e25-c62a9afd82e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 447457c8-70b7-4fd9-b40d-fee42a7b5098, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 447457c8-70b7-4fd9-b40d-fee42a7b5098, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5524963703874712114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114552496370387471211455249637038747121145524963703874712114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94942dc7-abde-48db-a5c4-3eb361e8f7a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4acdfb9-5715-43a8-bda5-3463aab61948, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4acdfb9-5715-43a8-bda5-3463aab61948, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10007799936548612403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403100077999365486124031000779993654861240310007799936548612403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 447457c8-70b7-4fd9-b40d-fee42a7b5098, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f471bad1-421b-4214-a2b5-c939f4ad32a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f471bad1-421b-4214-a2b5-c939f4ad32a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4570663995551127712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712457066399555112771245706639955511277124570663995551127712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4acdfb9-5715-43a8-bda5-3463aab61948, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f449db0-3c11-4a1f-8737-ddad616c5ea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f449db0-3c11-4a1f-8737-ddad616c5ea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5009884724423340908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908500988472442334090850098847244233409085009884724423340908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f471bad1-421b-4214-a2b5-c939f4ad32a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08320d0a-6bce-4428-b120-93d806edaeda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08320d0a-6bce-4428-b120-93d806edaeda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9943072503087840096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096994307250308784009699430725030878400969943072503087840096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f449db0-3c11-4a1f-8737-ddad616c5ea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8733eb52-d6fa-46d4-b6ab-12218c7e66f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8733eb52-d6fa-46d4-b6ab-12218c7e66f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5066008877845565179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179506600887784556517950660088778455651795066008877845565179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08320d0a-6bce-4428-b120-93d806edaeda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 839cb9ac-7138-4ff5-bbfa-603cbd902f4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 839cb9ac-7138-4ff5-bbfa-603cbd902f4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7320009611341890123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123732000961134189012373200096113418901237320009611341890123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8733eb52-d6fa-46d4-b6ab-12218c7e66f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0e171ca-8864-46cd-9e99-86c8fb19da82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e171ca-8864-46cd-9e99-86c8fb19da82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12454311947473671682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682124543119474736716821245431194747367168212454311947473671682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 839cb9ac-7138-4ff5-bbfa-603cbd902f4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 823d7093-51c1-47f0-944b-2e24e760bc81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823d7093-51c1-47f0-944b-2e24e760bc81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 614269273944375236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236614269273944375236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e171ca-8864-46cd-9e99-86c8fb19da82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca266cd1-8233-4db7-8429-187daed20684, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca266cd1-8233-4db7-8429-187daed20684, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783077736406853693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693157830777364068536931578307773640685369315783077736406853693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823d7093-51c1-47f0-944b-2e24e760bc81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72546684-c5cd-4397-84be-9c47c14873b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72546684-c5cd-4397-84be-9c47c14873b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874225886072314029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029148742258860723140291487422588607231402914874225886072314029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca266cd1-8233-4db7-8429-187daed20684, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae019e2a-a22e-4e96-bfa8-ff24eee98839, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae019e2a-a22e-4e96-bfa8-ff24eee98839, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14951551830956730773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773149515518309567307731495155183095673077314951551830956730773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72546684-c5cd-4397-84be-9c47c14873b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1b4a9e4-e6ee-4b97-9dde-0b347d95d52f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b4a9e4-e6ee-4b97-9dde-0b347d95d52f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10976559620610364555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555109765596206103645551097655962061036455510976559620610364555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae019e2a-a22e-4e96-bfa8-ff24eee98839, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe1d8aeb-ec0b-4c70-a287-2a1b24d8abeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe1d8aeb-ec0b-4c70-a287-2a1b24d8abeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5919448851190097720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720591944885119009772059194488511900977205919448851190097720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b4a9e4-e6ee-4b97-9dde-0b347d95d52f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec1f5dbd-97a3-43d4-9432-a97d7484af77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec1f5dbd-97a3-43d4-9432-a97d7484af77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3556255658137905888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888355625565813790588835562556581379058883556255658137905888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe1d8aeb-ec0b-4c70-a287-2a1b24d8abeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43a9a818-180b-462a-9169-9cb958f15ff4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a9a818-180b-462a-9169-9cb958f15ff4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4725236090310961572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572472523609031096157247252360903109615724725236090310961572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec1f5dbd-97a3-43d4-9432-a97d7484af77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32c86bfb-e727-48a0-8d0a-f7f73569ab4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c86bfb-e727-48a0-8d0a-f7f73569ab4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4574187069438396639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639457418706943839663945741870694383966394574187069438396639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a9a818-180b-462a-9169-9cb958f15ff4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c86bfb-e727-48a0-8d0a-f7f73569ab4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5448a1-67b0-4d29-abf5-dbb33d83df64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5448a1-67b0-4d29-abf5-dbb33d83df64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6721018271086702627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627672101827108670262767210182710867026276721018271086702627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71081d14-efed-4df0-bda9-a3db6bfa2fc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71081d14-efed-4df0-bda9-a3db6bfa2fc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17425009153996828258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258174250091539968282581742500915399682825817425009153996828258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5448a1-67b0-4d29-abf5-dbb33d83df64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83ba6c8f-9f2c-4edc-914d-a4d47e4b4f7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83ba6c8f-9f2c-4edc-914d-a4d47e4b4f7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12227187710109947091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091122271877101099470911222718771010994709112227187710109947091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71081d14-efed-4df0-bda9-a3db6bfa2fc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83ba6c8f-9f2c-4edc-914d-a4d47e4b4f7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bfea8fb-c6c4-47f7-962e-49f3fb26633a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfb1ac1f-5ef2-4dcf-89ab-0013b8c95c9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb1ac1f-5ef2-4dcf-89ab-0013b8c95c9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4780046575666258931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931478004657566625893147800465756662589314780046575666258931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bfea8fb-c6c4-47f7-962e-49f3fb26633a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3368060991515022012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012336806099151502201233680609915150220123368060991515022012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb1ac1f-5ef2-4dcf-89ab-0013b8c95c9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f4ccdc3-a313-41f0-ba82-5ecfa905241b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f4ccdc3-a313-41f0-ba82-5ecfa905241b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11875738500180449168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168118757385001804491681187573850018044916811875738500180449168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bfea8fb-c6c4-47f7-962e-49f3fb26633a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d965dd0e-3ad9-472f-89d2-cb5ec1ef3aed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d965dd0e-3ad9-472f-89d2-cb5ec1ef3aed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17038883352077373742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742170388833520773737421703888335207737374217038883352077373742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f4ccdc3-a313-41f0-ba82-5ecfa905241b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c37fbb7-c40a-4444-b14f-c3bcefda9568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c37fbb7-c40a-4444-b14f-c3bcefda9568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5689722743509191863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863568972274350919186356897227435091918635689722743509191863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d965dd0e-3ad9-472f-89d2-cb5ec1ef3aed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbb5e997-8b55-4281-980b-93de5516210a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbb5e997-8b55-4281-980b-93de5516210a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12310770952746272400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400123107709527462724001231077095274627240012310770952746272400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c37fbb7-c40a-4444-b14f-c3bcefda9568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d62205-87c3-4438-adec-4bd1feb6cac2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d62205-87c3-4438-adec-4bd1feb6cac2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 727801015011583328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328727801015011583328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbb5e997-8b55-4281-980b-93de5516210a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd35f0bb-05d1-4cf3-8c52-4d01c6b82201, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd35f0bb-05d1-4cf3-8c52-4d01c6b82201, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9371072263773560350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350937107226377356035093710722637735603509371072263773560350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d62205-87c3-4438-adec-4bd1feb6cac2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9721935f-da10-4d4f-9229-a560c76b98d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9721935f-da10-4d4f-9229-a560c76b98d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4510410380838770635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635451041038083877063545104103808387706354510410380838770635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd35f0bb-05d1-4cf3-8c52-4d01c6b82201, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da39c228-78b6-4012-bd09-ec003539966f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da39c228-78b6-4012-bd09-ec003539966f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6167372784846148522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522616737278484614852261673727848461485226167372784846148522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9721935f-da10-4d4f-9229-a560c76b98d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75994e16-5f39-4bd1-a0c6-5b22c487b818, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75994e16-5f39-4bd1-a0c6-5b22c487b818, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18218241951712698382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382182182419517126983821821824195171269838218218241951712698382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da39c228-78b6-4012-bd09-ec003539966f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 432996fb-cac7-4298-8149-514a9774dbb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432996fb-cac7-4298-8149-514a9774dbb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2467194275552574037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037246719427555257403724671942755525740372467194275552574037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75994e16-5f39-4bd1-a0c6-5b22c487b818, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432996fb-cac7-4298-8149-514a9774dbb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7429aa80-345e-4536-a77a-bc54635c1cde, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7429aa80-345e-4536-a77a-bc54635c1cde, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8703406054110352284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284870340605411035228487034060541103522848703406054110352284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee0143c-8969-463d-8e40-8bde277f2e22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee0143c-8969-463d-8e40-8bde277f2e22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256553219889971125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125725655321988997112572565532198899711257256553219889971125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7429aa80-345e-4536-a77a-bc54635c1cde, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bab55e4-f0b3-4b5e-91cb-315cf0ca76a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bab55e4-f0b3-4b5e-91cb-315cf0ca76a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13375582429016690546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546133755824290166905461337558242901669054613375582429016690546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee0143c-8969-463d-8e40-8bde277f2e22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fadfeb33-f7f1-42a9-a7ff-f3dd6e883a16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fadfeb33-f7f1-42a9-a7ff-f3dd6e883a16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16956945754513964781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781169569457545139647811695694575451396478116956945754513964781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bab55e4-f0b3-4b5e-91cb-315cf0ca76a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dd0e56c-fb75-439d-a216-03b9e20c6771, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd0e56c-fb75-439d-a216-03b9e20c6771, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7735846302760886547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547773584630276088654777358463027608865477735846302760886547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fadfeb33-f7f1-42a9-a7ff-f3dd6e883a16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a95425f-27a7-467e-aff3-712be86aa1ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a95425f-27a7-467e-aff3-712be86aa1ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12424297169994827737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737124242971699948277371242429716999482773712424297169994827737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd0e56c-fb75-439d-a216-03b9e20c6771, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbd38b1b-62b7-4c9e-9748-749a58d7d428, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbd38b1b-62b7-4c9e-9748-749a58d7d428, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9395527427126302046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046939552742712630204693955274271263020469395527427126302046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a95425f-27a7-467e-aff3-712be86aa1ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ddf4183-6eab-466c-a2aa-ec33e8b2e165, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddf4183-6eab-466c-a2aa-ec33e8b2e165, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10658002023654058595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595106580020236540585951065800202365405859510658002023654058595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbd38b1b-62b7-4c9e-9748-749a58d7d428, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddf4183-6eab-466c-a2aa-ec33e8b2e165, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caaf0e58-9787-42c5-9882-ad3787926ab7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f89aad2f-c6e2-4954-8c4f-b4cc1a6c5230, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f89aad2f-c6e2-4954-8c4f-b4cc1a6c5230, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11633238616638725612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612116332386166387256121163323861663872561211633238616638725612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caaf0e58-9787-42c5-9882-ad3787926ab7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12500972062136129045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045125009720621361290451250097206213612904512500972062136129045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f89aad2f-c6e2-4954-8c4f-b4cc1a6c5230, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc697c70-0857-427f-aa72-e353edf80c9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc697c70-0857-427f-aa72-e353edf80c9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4864119601592473160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160486411960159247316048641196015924731604864119601592473160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caaf0e58-9787-42c5-9882-ad3787926ab7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebe35261-b6bd-4858-8991-7405ec0af299, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe35261-b6bd-4858-8991-7405ec0af299, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3211556034168823516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516321155603416882351632115560341688235163211556034168823516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc697c70-0857-427f-aa72-e353edf80c9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52fc7020-30a5-4b7f-8933-af254edeceab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fc7020-30a5-4b7f-8933-af254edeceab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11111063932062627320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320111110639320626273201111106393206262732011111063932062627320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe35261-b6bd-4858-8991-7405ec0af299, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e4eb5f5-1753-4434-b4ae-4fba902c9bb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e4eb5f5-1753-4434-b4ae-4fba902c9bb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1255531411485606408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408125553141148560640812555314114856064081255531411485606408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fc7020-30a5-4b7f-8933-af254edeceab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5d7e2b5-e0b0-4937-89f6-c4f8d00b3240, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5d7e2b5-e0b0-4937-89f6-c4f8d00b3240, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14881502373337405904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904148815023733374059041488150237333740590414881502373337405904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e4eb5f5-1753-4434-b4ae-4fba902c9bb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b538c4-2653-4972-82cf-fc5a44e2fde4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b538c4-2653-4972-82cf-fc5a44e2fde4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17645081695302929190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190176450816953029291901764508169530292919017645081695302929190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5d7e2b5-e0b0-4937-89f6-c4f8d00b3240, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a488f027-431b-466d-bc2c-b4397e581956, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a488f027-431b-466d-bc2c-b4397e581956, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2745608955825924478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478274560895582592447827456089558259244782745608955825924478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b538c4-2653-4972-82cf-fc5a44e2fde4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b80993a0-3991-4cbc-ba34-c3de08d60c58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a488f027-431b-466d-bc2c-b4397e581956, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6281959d-03b5-4ad4-9a68-dba1daf1e432, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b80993a0-3991-4cbc-ba34-c3de08d60c58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17673384586049151557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557176733845860491515571767338458604915155717673384586049151557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6281959d-03b5-4ad4-9a68-dba1daf1e432, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1178180782422612190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190117818078242261219011781807824226121901178180782422612190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b80993a0-3991-4cbc-ba34-c3de08d60c58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4327573f-f584-46c1-8b57-2f9329dad727, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6281959d-03b5-4ad4-9a68-dba1daf1e432, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ed4badb-4965-4deb-8451-91081d97f5b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ed4badb-4965-4deb-8451-91081d97f5b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10540756536324238083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083105407565363242380831054075653632423808310540756536324238083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4327573f-f584-46c1-8b57-2f9329dad727, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 942701993419928800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800942701993419928800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4327573f-f584-46c1-8b57-2f9329dad727, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b710acf-414e-4ac1-84d0-c6927e3b404d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b710acf-414e-4ac1-84d0-c6927e3b404d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5738461449321304660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660573846144932130466057384614493213046605738461449321304660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ed4badb-4965-4deb-8451-91081d97f5b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d7e2a9b-3334-4baf-bbb6-c9b86018fb1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d7e2a9b-3334-4baf-bbb6-c9b86018fb1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6910591112368379840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840691059111236837984069105911123683798406910591112368379840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b710acf-414e-4ac1-84d0-c6927e3b404d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9297034b-fea2-4a6c-a340-72f9d021974f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d7e2a9b-3334-4baf-bbb6-c9b86018fb1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0c00e84-168d-4b6f-9ea9-71648a2f1794, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9297034b-fea2-4a6c-a340-72f9d021974f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4548741988720951933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933454874198872095193345487419887209519334548741988720951933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c00e84-168d-4b6f-9ea9-71648a2f1794, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1828517650830177116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116182851765083017711618285176508301771161828517650830177116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9297034b-fea2-4a6c-a340-72f9d021974f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c00e84-168d-4b6f-9ea9-71648a2f1794, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adbad0d6-1448-4213-8345-7e2178941415, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e71b9ca2-ff77-4ac5-b001-d7e8efcc9e83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e71b9ca2-ff77-4ac5-b001-d7e8efcc9e83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8493567260058138382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382849356726005813838284935672600581383828493567260058138382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adbad0d6-1448-4213-8345-7e2178941415, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10916782504460012308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308109167825044600123081091678250446001230810916782504460012308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adbad0d6-1448-4213-8345-7e2178941415, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42fd5ad0-4694-4fa1-b222-1ecc097068b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42fd5ad0-4694-4fa1-b222-1ecc097068b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7418397072493751202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202741839707249375120274183970724937512027418397072493751202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e71b9ca2-ff77-4ac5-b001-d7e8efcc9e83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d5ebac3-a745-4adc-aaf7-f02abead63b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5ebac3-a745-4adc-aaf7-f02abead63b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16415225780921318882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882164152257809213188821641522578092131888216415225780921318882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42fd5ad0-4694-4fa1-b222-1ecc097068b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 341c5553-ca2f-4a76-8f06-a9274dc2e933, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341c5553-ca2f-4a76-8f06-a9274dc2e933, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2853324455049818670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670285332445504981867028533244550498186702853324455049818670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5ebac3-a745-4adc-aaf7-f02abead63b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e3243d6-1ec2-413c-8b8f-bb41f7051953, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e3243d6-1ec2-413c-8b8f-bb41f7051953, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7483184721323945995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995748318472132394599574831847213239459957483184721323945995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341c5553-ca2f-4a76-8f06-a9274dc2e933, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3576f59c-2b30-4e41-8307-62927712cd18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3576f59c-2b30-4e41-8307-62927712cd18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3573829150446568084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084357382915044656808435738291504465680843573829150446568084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e3243d6-1ec2-413c-8b8f-bb41f7051953, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f737bbc6-a576-4270-8130-c2ee15a03439, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f737bbc6-a576-4270-8130-c2ee15a03439, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16918270707372833302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302169182707073728333021691827070737283330216918270707372833302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3576f59c-2b30-4e41-8307-62927712cd18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9c935e8-4b10-4890-a88d-f4e803430b97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f737bbc6-a576-4270-8130-c2ee15a03439, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fa9ece3-30b5-467c-a50f-2f6c4ac75535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fa9ece3-30b5-467c-a50f-2f6c4ac75535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150951910090668647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647171509519100906686471715095191009066864717150951910090668647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c935e8-4b10-4890-a88d-f4e803430b97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13905110689512968970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970139051106895129689701390511068951296897013905110689512968970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fa9ece3-30b5-467c-a50f-2f6c4ac75535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91444b43-1b7e-4a51-be7b-9cd01d5e15e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91444b43-1b7e-4a51-be7b-9cd01d5e15e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1041713417948851795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795104171341794885179510417134179488517951041713417948851795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c935e8-4b10-4890-a88d-f4e803430b97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ec0886d-aa77-449e-b2b0-90fa9964740c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec0886d-aa77-449e-b2b0-90fa9964740c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6660687373495838484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484666068737349583848466606873734958384846660687373495838484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec0886d-aa77-449e-b2b0-90fa9964740c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76992e45-6c34-48d0-b7a8-9bd75770da35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91444b43-1b7e-4a51-be7b-9cd01d5e15e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76992e45-6c34-48d0-b7a8-9bd75770da35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15941424631287397683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683159414246312873976831594142463128739768315941424631287397683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7e8ef8d-05c3-4158-b592-2c84b12d834e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7e8ef8d-05c3-4158-b592-2c84b12d834e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8007638646023781862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862800763864602378186280076386460237818628007638646023781862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76992e45-6c34-48d0-b7a8-9bd75770da35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f7886f4-1d3e-4cf6-9d5e-87a86b7b4540, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f7886f4-1d3e-4cf6-9d5e-87a86b7b4540, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10652028598605500889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889106520285986055008891065202859860550088910652028598605500889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7e8ef8d-05c3-4158-b592-2c84b12d834e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 725ac821-d560-441f-982c-f3e63635e2f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725ac821-d560-441f-982c-f3e63635e2f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111697980594555020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020111697980594555020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f7886f4-1d3e-4cf6-9d5e-87a86b7b4540, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc2ed0c6-414b-40c7-afb0-b490b6a76978, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc2ed0c6-414b-40c7-afb0-b490b6a76978, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 289513823859697086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086289513823859697086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725ac821-d560-441f-982c-f3e63635e2f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 029ca548-597a-43f1-aa76-aa7d36a7dc8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 029ca548-597a-43f1-aa76-aa7d36a7dc8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2141232475649830670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670214123247564983067021412324756498306702141232475649830670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc2ed0c6-414b-40c7-afb0-b490b6a76978, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c97a68f-29ad-4352-a43d-dfde3caa970c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c97a68f-29ad-4352-a43d-dfde3caa970c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17878872642645452532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532178788726426454525321787887264264545253217878872642645452532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 029ca548-597a-43f1-aa76-aa7d36a7dc8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e58aa725-06ce-44ea-a294-6a826a837723, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58aa725-06ce-44ea-a294-6a826a837723, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9098216366382297417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417909821636638229741790982163663822974179098216366382297417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c97a68f-29ad-4352-a43d-dfde3caa970c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ebf0be7-d15a-4d61-8e36-2d1e5bf5f51e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ebf0be7-d15a-4d61-8e36-2d1e5bf5f51e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10156316835539447729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729101563168355394477291015631683553944772910156316835539447729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58aa725-06ce-44ea-a294-6a826a837723, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50dd4aa3-69bf-4f2f-908a-0b9ac4654057, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50dd4aa3-69bf-4f2f-908a-0b9ac4654057, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6039636402079526921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921603963640207952692160396364020795269216039636402079526921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ebf0be7-d15a-4d61-8e36-2d1e5bf5f51e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 961c5c6a-e0db-4a14-b376-df63e6045790, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50dd4aa3-69bf-4f2f-908a-0b9ac4654057, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 544956e6-ca75-402e-8f6e-61df7018f9fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 544956e6-ca75-402e-8f6e-61df7018f9fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2544083077659750371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371254408307765975037125440830776597503712544083077659750371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961c5c6a-e0db-4a14-b376-df63e6045790, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15724536538398454307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307157245365383984543071572453653839845430715724536538398454307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 544956e6-ca75-402e-8f6e-61df7018f9fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b4f42a9-7a51-46a4-8c52-e248ce69c823, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b4f42a9-7a51-46a4-8c52-e248ce69c823, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1399857923403309378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378139985792340330937813998579234033093781399857923403309378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961c5c6a-e0db-4a14-b376-df63e6045790, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a90e962-a30b-43be-a8a2-a505eb5861c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a90e962-a30b-43be-a8a2-a505eb5861c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11941208897932077337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337119412088979320773371194120889793207733711941208897932077337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b4f42a9-7a51-46a4-8c52-e248ce69c823, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 113b9765-e287-4b70-936a-e59a5451301f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113b9765-e287-4b70-936a-e59a5451301f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2715394536258006213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213271539453625800621327153945362580062132715394536258006213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a90e962-a30b-43be-a8a2-a505eb5861c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aaff7f8-6f01-4dc1-b578-964324069f1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aaff7f8-6f01-4dc1-b578-964324069f1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 364133836943203460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460364133836943203460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113b9765-e287-4b70-936a-e59a5451301f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac1e8f8-0d48-4afc-a138-1e59b5e12415, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac1e8f8-0d48-4afc-a138-1e59b5e12415, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8738958581404826531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531873895858140482653187389585814048265318738958581404826531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aaff7f8-6f01-4dc1-b578-964324069f1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b89ae69b-217e-4ab5-85b8-e6b9ecc0b0d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b89ae69b-217e-4ab5-85b8-e6b9ecc0b0d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12043411049328440117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117120434110493284401171204341104932844011712043411049328440117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac1e8f8-0d48-4afc-a138-1e59b5e12415, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57060226-1d62-41d9-b693-9e0944dbabb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57060226-1d62-41d9-b693-9e0944dbabb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12575093174187761797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797125750931741877617971257509317418776179712575093174187761797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b89ae69b-217e-4ab5-85b8-e6b9ecc0b0d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6959c20-cb88-49c7-80c4-435a71226192, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6959c20-cb88-49c7-80c4-435a71226192, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6584140959704008840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840658414095970400884065841409597040088406584140959704008840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57060226-1d62-41d9-b693-9e0944dbabb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7bdb07f-66f2-4d59-9692-1341f0a34fc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7bdb07f-66f2-4d59-9692-1341f0a34fc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17916629986694765972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972179166299866947659721791662998669476597217916629986694765972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6959c20-cb88-49c7-80c4-435a71226192, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a995a3e9-63bc-461e-86c7-86f5f2b440ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a995a3e9-63bc-461e-86c7-86f5f2b440ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15084517932389205013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013150845179323892050131508451793238920501315084517932389205013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7bdb07f-66f2-4d59-9692-1341f0a34fc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0678d6e3-a97f-46c1-b590-1ed4e4c6f178, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0678d6e3-a97f-46c1-b590-1ed4e4c6f178, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3555116548582168392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392355511654858216839235551165485821683923555116548582168392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a995a3e9-63bc-461e-86c7-86f5f2b440ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 186732fb-67f6-45df-8f59-3d57c6756f4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186732fb-67f6-45df-8f59-3d57c6756f4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5130034245541269086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086513003424554126908651300342455412690865130034245541269086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0678d6e3-a97f-46c1-b590-1ed4e4c6f178, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 792f4ddd-165d-48dc-8b4e-abefffc06104, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792f4ddd-165d-48dc-8b4e-abefffc06104, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6689719855059233309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309668971985505923330966897198550592333096689719855059233309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186732fb-67f6-45df-8f59-3d57c6756f4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84034f92-a223-46b6-8bd5-b6d241bb6a95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84034f92-a223-46b6-8bd5-b6d241bb6a95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1137980381495690551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551113798038149569055111379803814956905511137980381495690551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792f4ddd-165d-48dc-8b4e-abefffc06104, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60de79ec-e564-4b0f-b5fd-779e26ca838d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60de79ec-e564-4b0f-b5fd-779e26ca838d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16385067786589865985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985163850677865898659851638506778658986598516385067786589865985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84034f92-a223-46b6-8bd5-b6d241bb6a95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 563328af-de08-4f6d-87b2-5db42c67a0bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563328af-de08-4f6d-87b2-5db42c67a0bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10500133405040215254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254105001334050402152541050013340504021525410500133405040215254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60de79ec-e564-4b0f-b5fd-779e26ca838d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a93f819-77af-4342-9f4a-73a6fbf333e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a93f819-77af-4342-9f4a-73a6fbf333e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6135132255708136327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327613513225570813632761351322557081363276135132255708136327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563328af-de08-4f6d-87b2-5db42c67a0bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5290e46-e324-4676-8db2-1f6fbfa7087e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5290e46-e324-4676-8db2-1f6fbfa7087e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11250037780334308687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687112500377803343086871125003778033430868711250037780334308687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a93f819-77af-4342-9f4a-73a6fbf333e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13463f02-92ba-4f4d-8b70-674fdca8e949, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13463f02-92ba-4f4d-8b70-674fdca8e949, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5304400480439507659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659530440048043950765953044004804395076595304400480439507659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5290e46-e324-4676-8db2-1f6fbfa7087e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 409b49b3-a5f6-495f-bc25-6d332eaf48ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 409b49b3-a5f6-495f-bc25-6d332eaf48ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10330711922229073761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761103307119222290737611033071192222907376110330711922229073761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13463f02-92ba-4f4d-8b70-674fdca8e949, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2a7df25-3609-44b9-85b2-86722010d537, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 409b49b3-a5f6-495f-bc25-6d332eaf48ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a7df25-3609-44b9-85b2-86722010d537, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2400793805242548901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901240079380524254890124007938052425489012400793805242548901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c174b7b3-f70e-483f-9456-b2bac0a70f6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c174b7b3-f70e-483f-9456-b2bac0a70f6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14525490170983845988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988145254901709838459881452549017098384598814525490170983845988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a7df25-3609-44b9-85b2-86722010d537, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c032d61-4239-4f4a-a610-0458b4e1c835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c032d61-4239-4f4a-a610-0458b4e1c835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699842637138710205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205269984263713871020526998426371387102052699842637138710205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c174b7b3-f70e-483f-9456-b2bac0a70f6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8999f4-cc83-4bdc-a355-17b626127ccc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8999f4-cc83-4bdc-a355-17b626127ccc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3288166895834939442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442328816689583493944232881668958349394423288166895834939442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c032d61-4239-4f4a-a610-0458b4e1c835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79e50333-6760-4f73-a4f9-e0f38901ac6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e50333-6760-4f73-a4f9-e0f38901ac6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11391197767567554167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167113911977675675541671139119776756755416711391197767567554167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8999f4-cc83-4bdc-a355-17b626127ccc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8d6dc7c-0cf1-41f0-a214-faa750c4cc36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d6dc7c-0cf1-41f0-a214-faa750c4cc36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2277498266520019403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403227749826652001940322774982665200194032277498266520019403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e50333-6760-4f73-a4f9-e0f38901ac6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e2d3e97-69ea-45ad-857f-e336a0521cd3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e2d3e97-69ea-45ad-857f-e336a0521cd3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3706517104458583530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530370651710445858353037065171044585835303706517104458583530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d6dc7c-0cf1-41f0-a214-faa750c4cc36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c86af1d-3eb2-40c3-a5a7-be8f505544eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c86af1d-3eb2-40c3-a5a7-be8f505544eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11002487411359417845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845110024874113594178451100248741135941784511002487411359417845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e2d3e97-69ea-45ad-857f-e336a0521cd3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b01af141-ccb6-493f-b93e-591903fa7ece, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b01af141-ccb6-493f-b93e-591903fa7ece, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13523879069683557703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703135238790696835577031352387906968355770313523879069683557703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c86af1d-3eb2-40c3-a5a7-be8f505544eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc24db7a-5500-4724-bcdd-78d0c3c275f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc24db7a-5500-4724-bcdd-78d0c3c275f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2438971989926180386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386243897198992618038624389719899261803862438971989926180386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b01af141-ccb6-493f-b93e-591903fa7ece, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9acc3f38-0bb3-4793-9fe3-cb62cfd682ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9acc3f38-0bb3-4793-9fe3-cb62cfd682ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3297533289140153055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055329753328914015305532975332891401530553297533289140153055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc24db7a-5500-4724-bcdd-78d0c3c275f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1baff4e5-e1e6-49f7-971e-d34acd86df98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1baff4e5-e1e6-49f7-971e-d34acd86df98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9436515924668121023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023943651592466812102394365159246681210239436515924668121023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1baff4e5-e1e6-49f7-971e-d34acd86df98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59c2ee12-98ed-42f6-bbf2-6b766e3c4c9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c2ee12-98ed-42f6-bbf2-6b766e3c4c9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13984939521574714058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058139849395215747140581398493952157471405813984939521574714058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9acc3f38-0bb3-4793-9fe3-cb62cfd682ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305e2663-0172-407e-8c46-1da3a69e3fc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305e2663-0172-407e-8c46-1da3a69e3fc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17503457437998807590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590175034574379988075901750345743799880759017503457437998807590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c2ee12-98ed-42f6-bbf2-6b766e3c4c9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd95adfd-04c8-4eee-8d99-dc1379c1f40e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd95adfd-04c8-4eee-8d99-dc1379c1f40e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5072779576116041125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125507277957611604112550727795761160411255072779576116041125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305e2663-0172-407e-8c46-1da3a69e3fc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6541bac2-c5ab-4dc1-86cf-15ab91fa3a90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6541bac2-c5ab-4dc1-86cf-15ab91fa3a90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11396277913459046850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850113962779134590468501139627791345904685011396277913459046850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd95adfd-04c8-4eee-8d99-dc1379c1f40e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77568670-b1be-49b6-9474-21436c441ee9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77568670-b1be-49b6-9474-21436c441ee9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7736505591064961984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984773650559106496198477365055910649619847736505591064961984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6541bac2-c5ab-4dc1-86cf-15ab91fa3a90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63691cfe-dbb3-497f-8dba-c8423f5b5902, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63691cfe-dbb3-497f-8dba-c8423f5b5902, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6791834208325955132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132679183420832595513267918342083259551326791834208325955132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77568670-b1be-49b6-9474-21436c441ee9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5aa31ca-f77b-43fb-9dd4-86566dc23c30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5aa31ca-f77b-43fb-9dd4-86566dc23c30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10068219056368250675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675100682190563682506751006821905636825067510068219056368250675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63691cfe-dbb3-497f-8dba-c8423f5b5902, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2e1643-e7cd-440d-a279-29d6d9d3b0fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2e1643-e7cd-440d-a279-29d6d9d3b0fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9269651729700954346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346926965172970095434692696517297009543469269651729700954346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5aa31ca-f77b-43fb-9dd4-86566dc23c30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f8db09-de83-42a2-b989-13d25dcab743, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f8db09-de83-42a2-b989-13d25dcab743, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14988751658094310924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924149887516580943109241498875165809431092414988751658094310924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2e1643-e7cd-440d-a279-29d6d9d3b0fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4938dc59-e846-44cc-913d-937df44c4d8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4938dc59-e846-44cc-913d-937df44c4d8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1664807179488310952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952166480717948831095216648071794883109521664807179488310952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f8db09-de83-42a2-b989-13d25dcab743, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a05ea6d-805a-4b85-b09c-4aff34fd5556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a05ea6d-805a-4b85-b09c-4aff34fd5556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16108623273447677538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538161086232734476775381610862327344767753816108623273447677538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4938dc59-e846-44cc-913d-937df44c4d8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89acc15b-90e9-43f1-ac61-46d6ef5aa0b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89acc15b-90e9-43f1-ac61-46d6ef5aa0b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 168373049562756012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012168373049562756012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a05ea6d-805a-4b85-b09c-4aff34fd5556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f30016c-7aca-4f7d-8ff0-d5d2db1f22ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f30016c-7aca-4f7d-8ff0-d5d2db1f22ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302187837891882208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208130218783789188220813021878378918822081302187837891882208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89acc15b-90e9-43f1-ac61-46d6ef5aa0b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e19ba6ef-a260-4328-9bea-661f25e5f3a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e19ba6ef-a260-4328-9bea-661f25e5f3a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12215040320096982673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673122150403200969826731221504032009698267312215040320096982673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f30016c-7aca-4f7d-8ff0-d5d2db1f22ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13ac1f66-8c6c-4b09-a255-1e8d65826dbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ac1f66-8c6c-4b09-a255-1e8d65826dbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9296625803428322811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811929662580342832281192966258034283228119296625803428322811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e19ba6ef-a260-4328-9bea-661f25e5f3a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 180d8b7a-651b-4530-9c70-aed3ed8074ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 180d8b7a-651b-4530-9c70-aed3ed8074ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208662682137159627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627620866268213715962762086626821371596276208662682137159627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ac1f66-8c6c-4b09-a255-1e8d65826dbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8cf7b19-56ee-4b13-abfd-b718988725ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cf7b19-56ee-4b13-abfd-b718988725ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13005947177380442351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351130059471773804423511300594717738044235113005947177380442351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 180d8b7a-651b-4530-9c70-aed3ed8074ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c1771a4-eb8a-4881-8bbb-ddec97ed361d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c1771a4-eb8a-4881-8bbb-ddec97ed361d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15603997887683282289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289156039978876832822891560399788768328228915603997887683282289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cf7b19-56ee-4b13-abfd-b718988725ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c1771a4-eb8a-4881-8bbb-ddec97ed361d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13d1f454-8c79-4f24-b435-cb84c96a6cc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13d1f454-8c79-4f24-b435-cb84c96a6cc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14747685367182825569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569147476853671828255691474768536718282556914747685367182825569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9a2d8cb-5089-4e1d-bec2-40986a01a4b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9a2d8cb-5089-4e1d-bec2-40986a01a4b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5388480082753443685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685538848008275344368553884800827534436855388480082753443685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13d1f454-8c79-4f24-b435-cb84c96a6cc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 848f144e-ed7e-45cc-b038-70358baa7be9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848f144e-ed7e-45cc-b038-70358baa7be9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9010471063518716551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551901047106351871655190104710635187165519010471063518716551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9a2d8cb-5089-4e1d-bec2-40986a01a4b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd0d00c7-0254-40c0-8689-9c6a2f25048c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0d00c7-0254-40c0-8689-9c6a2f25048c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9021468789942302393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393902146878994230239390214687899423023939021468789942302393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0d00c7-0254-40c0-8689-9c6a2f25048c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae19c406-9947-4271-8d2d-f85f3d0576d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae19c406-9947-4271-8d2d-f85f3d0576d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6597794463727519255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255659779446372751925565977944637275192556597794463727519255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848f144e-ed7e-45cc-b038-70358baa7be9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09ae9e0a-bf3b-471f-aa47-51c06df7c582, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ae9e0a-bf3b-471f-aa47-51c06df7c582, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802787046724607571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571168027870467246075711680278704672460757116802787046724607571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ae9e0a-bf3b-471f-aa47-51c06df7c582, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e6bd03d-ba02-4c50-8628-b5d4249e7c2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e6bd03d-ba02-4c50-8628-b5d4249e7c2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6430180312616483790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790643018031261648379064301803126164837906430180312616483790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae19c406-9947-4271-8d2d-f85f3d0576d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb9b36e3-d7ed-420b-bf54-396b8dfa23ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb9b36e3-d7ed-420b-bf54-396b8dfa23ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5418558341507570310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310541855834150757031054185583415075703105418558341507570310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e6bd03d-ba02-4c50-8628-b5d4249e7c2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4abe6be6-a0e3-44ec-82a5-489ce4e72512, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4abe6be6-a0e3-44ec-82a5-489ce4e72512, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7910125377747244298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298791012537774724429879101253777472442987910125377747244298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb9b36e3-d7ed-420b-bf54-396b8dfa23ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc00ba9-6054-45eb-ac61-7dfa52fd9a71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc00ba9-6054-45eb-ac61-7dfa52fd9a71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2712467849438079600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600271246784943807960027124678494380796002712467849438079600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4abe6be6-a0e3-44ec-82a5-489ce4e72512, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97389b5e-39f2-4ab8-925f-3864a9c9a07d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97389b5e-39f2-4ab8-925f-3864a9c9a07d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5121342358690751898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898512134235869075189851213423586907518985121342358690751898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc00ba9-6054-45eb-ac61-7dfa52fd9a71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1c506f2-e037-4d31-9425-180984adc510, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1c506f2-e037-4d31-9425-180984adc510, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2261976027614824222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222226197602761482422222619760276148242222261976027614824222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97389b5e-39f2-4ab8-925f-3864a9c9a07d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c7d2d2b-c2e6-440e-9e99-04e0eda7f047, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c7d2d2b-c2e6-440e-9e99-04e0eda7f047, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10049880232757541600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600100498802327575416001004988023275754160010049880232757541600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1c506f2-e037-4d31-9425-180984adc510, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 468c08db-452e-4935-83ac-f86d4844e35e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468c08db-452e-4935-83ac-f86d4844e35e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8788207668215785587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587878820766821578558787882076682157855878788207668215785587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c7d2d2b-c2e6-440e-9e99-04e0eda7f047, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c08c9aa8-52ff-46b6-a14e-155c8ff9ad1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08c9aa8-52ff-46b6-a14e-155c8ff9ad1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6901281285195330915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915690128128519533091569012812851953309156901281285195330915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468c08db-452e-4935-83ac-f86d4844e35e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3c1e7d-222a-4ec7-923a-a55624a3211e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3c1e7d-222a-4ec7-923a-a55624a3211e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2855808889492764882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882285580888949276488228558088894927648822855808889492764882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08c9aa8-52ff-46b6-a14e-155c8ff9ad1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc285f10-92dc-469c-bc8f-8dca9459f7c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc285f10-92dc-469c-bc8f-8dca9459f7c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4688255918402474367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367468825591840247436746882559184024743674688255918402474367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3c1e7d-222a-4ec7-923a-a55624a3211e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94f0f579-f600-4b61-8d48-ddfa26ac7d1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94f0f579-f600-4b61-8d48-ddfa26ac7d1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7884938450478369214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214788493845047836921478849384504783692147884938450478369214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc285f10-92dc-469c-bc8f-8dca9459f7c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af8b16a5-858e-412e-82f5-709d685b6d8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af8b16a5-858e-412e-82f5-709d685b6d8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2839242172531153940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940283924217253115394028392421725311539402839242172531153940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94f0f579-f600-4b61-8d48-ddfa26ac7d1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe2b637-372f-4534-992b-e5052075b00f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe2b637-372f-4534-992b-e5052075b00f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10681416592831707002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002106814165928317070021068141659283170700210681416592831707002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af8b16a5-858e-412e-82f5-709d685b6d8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f383585-b5bd-40ac-a7dd-a5dd3e8e9cd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f383585-b5bd-40ac-a7dd-a5dd3e8e9cd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14964051974548682477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477149640519745486824771496405197454868247714964051974548682477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe2b637-372f-4534-992b-e5052075b00f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 383e98d8-5899-4694-b2e3-31f5449ef83e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 383e98d8-5899-4694-b2e3-31f5449ef83e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3903855164927736112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112390385516492773611239038551649277361123903855164927736112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f383585-b5bd-40ac-a7dd-a5dd3e8e9cd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f03e7eb-225f-4791-a2a8-3076ca3e5504, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f03e7eb-225f-4791-a2a8-3076ca3e5504, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12567403679507530489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489125674036795075304891256740367950753048912567403679507530489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 383e98d8-5899-4694-b2e3-31f5449ef83e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b140925-6c57-4b14-a126-156a07aa2013, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b140925-6c57-4b14-a126-156a07aa2013, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10304340907425657659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659103043409074256576591030434090742565765910304340907425657659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f03e7eb-225f-4791-a2a8-3076ca3e5504, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2932b521-7cec-4453-b449-445b4fda605d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2932b521-7cec-4453-b449-445b4fda605d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3942748605591563010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010394274860559156301039427486055915630103942748605591563010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b140925-6c57-4b14-a126-156a07aa2013, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85ae17cd-cc65-4d1d-a31b-e0e415f035c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ae17cd-cc65-4d1d-a31b-e0e415f035c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2613641062276378812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812261364106227637881226136410622763788122613641062276378812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2932b521-7cec-4453-b449-445b4fda605d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b942096-5b0a-4a76-9e7a-ae5bb1f26e38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b942096-5b0a-4a76-9e7a-ae5bb1f26e38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16938471371955520999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999169384713719555209991693847137195552099916938471371955520999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ae17cd-cc65-4d1d-a31b-e0e415f035c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16c44329-7b51-4626-a4aa-be3b8808b017, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16c44329-7b51-4626-a4aa-be3b8808b017, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6520490552867302658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658652049055286730265865204905528673026586520490552867302658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b942096-5b0a-4a76-9e7a-ae5bb1f26e38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16c44329-7b51-4626-a4aa-be3b8808b017, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fef2c9de-62a2-49fa-9cc9-ace8a3dc11ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e207962e-80db-4a8c-8c3e-eea7d5556958, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef2c9de-62a2-49fa-9cc9-ace8a3dc11ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4087499682997616534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534408749968299761653440874996829976165344087499682997616534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e207962e-80db-4a8c-8c3e-eea7d5556958, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16615238853155631165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165166152388531556311651661523885315563116516615238853155631165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef2c9de-62a2-49fa-9cc9-ace8a3dc11ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e9c767c-04a1-46f4-87e0-820195419246, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e9c767c-04a1-46f4-87e0-820195419246, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12505041208632755413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413125050412086327554131250504120863275541312505041208632755413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e207962e-80db-4a8c-8c3e-eea7d5556958, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed9f3e3d-db34-40a8-a90a-355586cbeb67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9f3e3d-db34-40a8-a90a-355586cbeb67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11421866455234730382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382114218664552347303821142186645523473038211421866455234730382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e9c767c-04a1-46f4-87e0-820195419246, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d343cdb-36bf-4ffb-9412-99455461b827, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d343cdb-36bf-4ffb-9412-99455461b827, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16299709404926029147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147162997094049260291471629970940492602914716299709404926029147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9f3e3d-db34-40a8-a90a-355586cbeb67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a8dc306-83e3-4090-8993-c8f6e253d4ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a8dc306-83e3-4090-8993-c8f6e253d4ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4734697196442964952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952473469719644296495247346971964429649524734697196442964952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d343cdb-36bf-4ffb-9412-99455461b827, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4eed31-c418-465b-8256-b6f0555fe2fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4eed31-c418-465b-8256-b6f0555fe2fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14387648540564013778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778143876485405640137781438764854056401377814387648540564013778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4eed31-c418-465b-8256-b6f0555fe2fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a8dc306-83e3-4090-8993-c8f6e253d4ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b201da6-c8fc-4d62-a6ef-0e8d7a0e2287, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b201da6-c8fc-4d62-a6ef-0e8d7a0e2287, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2753841200205710529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529275384120020571052927538412002057105292753841200205710529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca23aa8b-c6a1-4613-add0-2d0af3b90f81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca23aa8b-c6a1-4613-add0-2d0af3b90f81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4505819089753708957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957450581908975370895745058190897537089574505819089753708957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b201da6-c8fc-4d62-a6ef-0e8d7a0e2287, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb89873-2e9f-49b3-b2e3-f2d05abd1663, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca23aa8b-c6a1-4613-add0-2d0af3b90f81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2b0fcf3-4e49-4538-aabc-5682b3b1f7a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb89873-2e9f-49b3-b2e3-f2d05abd1663, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14552189407678132242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242145521894076781322421455218940767813224214552189407678132242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2b0fcf3-4e49-4538-aabc-5682b3b1f7a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3047119936657176073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073304711993665717607330471199366571760733047119936657176073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb89873-2e9f-49b3-b2e3-f2d05abd1663, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa9f2194-b988-460f-90f4-72b8093e0706, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa9f2194-b988-460f-90f4-72b8093e0706, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14526837597488896848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848145268375974888968481452683759748889684814526837597488896848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2b0fcf3-4e49-4538-aabc-5682b3b1f7a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7851d8bf-3f01-4c99-abaa-98f776e90c39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7851d8bf-3f01-4c99-abaa-98f776e90c39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14679897712183242196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196146798977121832421961467989771218324219614679897712183242196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa9f2194-b988-460f-90f4-72b8093e0706, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbc77724-44b0-445b-bc30-ee9bad93d075, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc77724-44b0-445b-bc30-ee9bad93d075, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3896918445607451827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827389691844560745182738969184456074518273896918445607451827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7851d8bf-3f01-4c99-abaa-98f776e90c39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be87cc6e-78fc-4f77-8c8f-08fbf75751a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be87cc6e-78fc-4f77-8c8f-08fbf75751a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7362342450068502077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077736234245006850207773623424500685020777362342450068502077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc77724-44b0-445b-bc30-ee9bad93d075, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23fdaf56-460c-4cc9-9be3-14259eee1805, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23fdaf56-460c-4cc9-9be3-14259eee1805, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8356689760424749867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867835668976042474986783566897604247498678356689760424749867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be87cc6e-78fc-4f77-8c8f-08fbf75751a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36acaa3f-cf99-44aa-8808-b973e4888e14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36acaa3f-cf99-44aa-8808-b973e4888e14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3036627523629029531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531303662752362902953130366275236290295313036627523629029531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23fdaf56-460c-4cc9-9be3-14259eee1805, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c45d0cc-d150-48e9-b2f1-08beb01741aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c45d0cc-d150-48e9-b2f1-08beb01741aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1320703223467890585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585132070322346789058513207032234678905851320703223467890585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36acaa3f-cf99-44aa-8808-b973e4888e14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c45d0cc-d150-48e9-b2f1-08beb01741aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a931095-e815-4046-ac52-485831e56f0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdef3b59-f61e-4fb1-98ce-64a04a2fb9c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdef3b59-f61e-4fb1-98ce-64a04a2fb9c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16504436865061967078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078165044368650619670781650443686506196707816504436865061967078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a931095-e815-4046-ac52-485831e56f0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9766302586759943861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861976630258675994386197663025867599438619766302586759943861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdef3b59-f61e-4fb1-98ce-64a04a2fb9c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c8f88e5-177a-4569-8764-f9f0cf26ffb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c8f88e5-177a-4569-8764-f9f0cf26ffb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 631763268296154235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235631763268296154235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a931095-e815-4046-ac52-485831e56f0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 205826d1-9390-4b86-ac9f-f323d4a17095, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 205826d1-9390-4b86-ac9f-f323d4a17095, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4472982105885361508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508447298210588536150844729821058853615084472982105885361508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c8f88e5-177a-4569-8764-f9f0cf26ffb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8c2650f-133d-4bf3-90c6-a32b3abe26f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c2650f-133d-4bf3-90c6-a32b3abe26f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12779064764147546395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395127790647641475463951277906476414754639512779064764147546395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 205826d1-9390-4b86-ac9f-f323d4a17095, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f0ca89-ec56-4613-92fe-8c6aa0b0524b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f0ca89-ec56-4613-92fe-8c6aa0b0524b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14989350043590011509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509149893500435900115091498935004359001150914989350043590011509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c2650f-133d-4bf3-90c6-a32b3abe26f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f90979be-9c42-4342-a962-475d67ca40ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90979be-9c42-4342-a962-475d67ca40ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4826109030212905282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282482610903021290528248261090302129052824826109030212905282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f0ca89-ec56-4613-92fe-8c6aa0b0524b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4c1950-be56-4710-956d-c8a670312821, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4c1950-be56-4710-956d-c8a670312821, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4978543837424721516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516497854383742472151649785438374247215164978543837424721516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4c1950-be56-4710-956d-c8a670312821, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90979be-9c42-4342-a962-475d67ca40ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a79c697-80e5-4f80-82ee-56a7a7302254, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a79c697-80e5-4f80-82ee-56a7a7302254, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15116712493585222139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139151167124935852221391511671249358522213915116712493585222139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afdaf0d8-70b0-41ee-a503-fcda78a8fc31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afdaf0d8-70b0-41ee-a503-fcda78a8fc31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11927380283037138749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749119273802830371387491192738028303713874911927380283037138749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a79c697-80e5-4f80-82ee-56a7a7302254, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1e92990-dd1a-49ba-837c-69a7bcd591e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e92990-dd1a-49ba-837c-69a7bcd591e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13663171298258354446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446136631712982583544461366317129825835444613663171298258354446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afdaf0d8-70b0-41ee-a503-fcda78a8fc31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61078f1f-1fda-450b-8fc1-92ebac41e304, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61078f1f-1fda-450b-8fc1-92ebac41e304, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6878318190651393270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270687831819065139327068783181906513932706878318190651393270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e92990-dd1a-49ba-837c-69a7bcd591e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2792f3e7-8d9c-4c26-a63f-92da72632b52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2792f3e7-8d9c-4c26-a63f-92da72632b52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1716122413312871778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778171612241331287177817161224133128717781716122413312871778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61078f1f-1fda-450b-8fc1-92ebac41e304, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, decaff7d-59a7-4141-9728-a34630ef37e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, decaff7d-59a7-4141-9728-a34630ef37e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 481452159204678352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352481452159204678352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2792f3e7-8d9c-4c26-a63f-92da72632b52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5158ca58-b4d3-48d7-b389-08f88e99f097, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5158ca58-b4d3-48d7-b389-08f88e99f097, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3748176575406700670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670374817657540670067037481765754067006703748176575406700670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, decaff7d-59a7-4141-9728-a34630ef37e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7507471-69d4-46e1-80aa-4ce6216832e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7507471-69d4-46e1-80aa-4ce6216832e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9488945395579156204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204948894539557915620494889453955791562049488945395579156204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5158ca58-b4d3-48d7-b389-08f88e99f097, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 637dfed9-f31b-4fa5-a28b-320de76021da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637dfed9-f31b-4fa5-a28b-320de76021da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10987427844754773564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564109874278447547735641098742784475477356410987427844754773564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7507471-69d4-46e1-80aa-4ce6216832e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13605669-6bdf-4ecd-909d-b9181286175e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13605669-6bdf-4ecd-909d-b9181286175e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6401808351077173721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721640180835107717372164018083510771737216401808351077173721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637dfed9-f31b-4fa5-a28b-320de76021da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fab8fc33-6c06-4dc3-9383-87b25784bbfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab8fc33-6c06-4dc3-9383-87b25784bbfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 691542259503404916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916691542259503404916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13605669-6bdf-4ecd-909d-b9181286175e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 176d167e-780d-4b5d-bd7e-7f28da94578f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 176d167e-780d-4b5d-bd7e-7f28da94578f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4527352923931423833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833452735292393142383345273529239314238334527352923931423833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab8fc33-6c06-4dc3-9383-87b25784bbfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a4342aa-698b-4c57-b01b-ff88b5fdc513, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a4342aa-698b-4c57-b01b-ff88b5fdc513, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6936398010783130481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481693639801078313048169363980107831304816936398010783130481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 176d167e-780d-4b5d-bd7e-7f28da94578f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb2893a7-4649-4340-9b45-e1e05e1dfd89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2893a7-4649-4340-9b45-e1e05e1dfd89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10971098054697499393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393109710980546974993931097109805469749939310971098054697499393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a4342aa-698b-4c57-b01b-ff88b5fdc513, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8d89b61-9b1f-495b-b449-8f6e62acf032, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d89b61-9b1f-495b-b449-8f6e62acf032, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15119951039497890588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588151199510394978905881511995103949789058815119951039497890588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2893a7-4649-4340-9b45-e1e05e1dfd89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29a5226f-8743-477e-a60f-33c74f854edc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a5226f-8743-477e-a60f-33c74f854edc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6878492623606773274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274687849262360677327468784926236067732746878492623606773274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d89b61-9b1f-495b-b449-8f6e62acf032, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32832421-ebec-4548-8a0b-a0e129f61855, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32832421-ebec-4548-8a0b-a0e129f61855, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11664951328415379518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518116649513284153795181166495132841537951811664951328415379518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a5226f-8743-477e-a60f-33c74f854edc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab8420ee-5b36-407a-acd6-f92188059574, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32832421-ebec-4548-8a0b-a0e129f61855, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab8420ee-5b36-407a-acd6-f92188059574, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2467414412845330662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662246741441284533066224674144128453306622467414412845330662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 651791b4-34a5-4be9-a155-99139f7266fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 651791b4-34a5-4be9-a155-99139f7266fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7112120768990696602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602711212076899069660271121207689906966027112120768990696602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab8420ee-5b36-407a-acd6-f92188059574, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05d61720-4286-4149-bed1-38a76581537a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d61720-4286-4149-bed1-38a76581537a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6261065403218799222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222626106540321879922262610654032187992226261065403218799222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 651791b4-34a5-4be9-a155-99139f7266fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29a7d24c-3ed8-497d-b634-3b18c085ae0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a7d24c-3ed8-497d-b634-3b18c085ae0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16911763131190776640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640169117631311907766401691176313119077664016911763131190776640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d61720-4286-4149-bed1-38a76581537a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dbb2a9d-6066-486a-be65-d87f2a5befc8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a7d24c-3ed8-497d-b634-3b18c085ae0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dbb2a9d-6066-486a-be65-d87f2a5befc8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498984672842243793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793349898467284224379334989846728422437933498984672842243793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0c158ce-5cb0-42d7-97f7-f692302fe611, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c158ce-5cb0-42d7-97f7-f692302fe611, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2827907714236795790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790282790771423679579028279077142367957902827907714236795790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dbb2a9d-6066-486a-be65-d87f2a5befc8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edd4e790-5df3-40d5-841d-2ddd00ee43e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd4e790-5df3-40d5-841d-2ddd00ee43e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4021490581195807774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774402149058119580777440214905811958077744021490581195807774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c158ce-5cb0-42d7-97f7-f692302fe611, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c98c5f3-aeef-47c0-be1e-1facf9f03d30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c98c5f3-aeef-47c0-be1e-1facf9f03d30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13337989818876109536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536133379898188761095361333798981887610953613337989818876109536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd4e790-5df3-40d5-841d-2ddd00ee43e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0316799-ef3b-49fa-a27c-f5d143416ac7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0316799-ef3b-49fa-a27c-f5d143416ac7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5858316551870899949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949585831655187089994958583165518708999495858316551870899949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c98c5f3-aeef-47c0-be1e-1facf9f03d30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2024745f-110f-47fe-90f5-cd4aa8d0a2ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2024745f-110f-47fe-90f5-cd4aa8d0a2ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12352982860914185350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350123529828609141853501235298286091418535012352982860914185350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2024745f-110f-47fe-90f5-cd4aa8d0a2ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0316799-ef3b-49fa-a27c-f5d143416ac7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b096c518-af30-48dd-9762-9cd79067d5c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b096c518-af30-48dd-9762-9cd79067d5c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11184708527602087125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125111847085276020871251118470852760208712511184708527602087125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 263e24ec-6eef-43cc-bddb-3521d63b977f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 263e24ec-6eef-43cc-bddb-3521d63b977f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16608862081900101316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316166088620819001013161660886208190010131616608862081900101316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b096c518-af30-48dd-9762-9cd79067d5c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 404f335f-54ea-4b3e-a6a5-fba2676290ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404f335f-54ea-4b3e-a6a5-fba2676290ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14907404433328221966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966149074044333282219661490740443332822196614907404433328221966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 263e24ec-6eef-43cc-bddb-3521d63b977f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf92bf23-537e-48b4-8ccc-f8ad8b273c70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf92bf23-537e-48b4-8ccc-f8ad8b273c70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 134572266866592811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811134572266866592811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404f335f-54ea-4b3e-a6a5-fba2676290ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe0f6785-8010-4a07-9e31-820ee2a173d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0f6785-8010-4a07-9e31-820ee2a173d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7252523016850478129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129725252301685047812972525230168504781297252523016850478129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf92bf23-537e-48b4-8ccc-f8ad8b273c70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb3b10c2-1128-443d-adda-c3d429bb02ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3b10c2-1128-443d-adda-c3d429bb02ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4656409861416539906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906465640986141653990646564098614165399064656409861416539906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0f6785-8010-4a07-9e31-820ee2a173d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f663d324-565d-41fb-8fe9-aaad57ccf55a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f663d324-565d-41fb-8fe9-aaad57ccf55a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8184194263239431083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083818419426323943108381841942632394310838184194263239431083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3b10c2-1128-443d-adda-c3d429bb02ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbb525bc-a6b0-49e3-8635-0d1b3e581eec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbb525bc-a6b0-49e3-8635-0d1b3e581eec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5792588543510958100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100579258854351095810057925885435109581005792588543510958100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f663d324-565d-41fb-8fe9-aaad57ccf55a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f71852e6-e561-44f4-9d51-648525bfdf5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71852e6-e561-44f4-9d51-648525bfdf5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6736767752601163469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469673676775260116346967367677526011634696736767752601163469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbb525bc-a6b0-49e3-8635-0d1b3e581eec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91d50ed2-ac58-475d-9d8d-93ca137ea54d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d50ed2-ac58-475d-9d8d-93ca137ea54d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5357434131891552193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193535743413189155219353574341318915521935357434131891552193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71852e6-e561-44f4-9d51-648525bfdf5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72928f1b-7cd2-4363-9667-6b691f05a0e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72928f1b-7cd2-4363-9667-6b691f05a0e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4511452655946010025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025451145265594601002545114526559460100254511452655946010025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d50ed2-ac58-475d-9d8d-93ca137ea54d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 195e5aec-6ad1-431a-a300-51896c8380c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72928f1b-7cd2-4363-9667-6b691f05a0e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 334cd513-0706-47e0-9e4b-b67a384cf0bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334cd513-0706-47e0-9e4b-b67a384cf0bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15065332063372236502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502150653320633722365021506533206337223650215065332063372236502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 195e5aec-6ad1-431a-a300-51896c8380c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444762626622494427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427844476262662249442784447626266224944278444762626622494427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334cd513-0706-47e0-9e4b-b67a384cf0bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b519913-f93a-409d-9809-222040e46284, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b519913-f93a-409d-9809-222040e46284, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12591043864074847755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755125910438640748477551259104386407484775512591043864074847755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 195e5aec-6ad1-431a-a300-51896c8380c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70f6bae9-3268-4b21-80fc-56f51c698508, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f6bae9-3268-4b21-80fc-56f51c698508, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7238924900794053548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548723892490079405354872389249007940535487238924900794053548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b519913-f93a-409d-9809-222040e46284, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0170b242-3c4b-4841-988e-67e969f43d28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0170b242-3c4b-4841-988e-67e969f43d28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11733490526897836221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221117334905268978362211173349052689783622111733490526897836221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f6bae9-3268-4b21-80fc-56f51c698508, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f8f4ca5-c877-4d7e-b668-492ed99af82d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8f4ca5-c877-4d7e-b668-492ed99af82d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17897572796338737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789757279633873717897572796338737178975727963387371789757279633873717897572796338737178975727963387371789757279633873717897572796338737178975727963387371789757279633873717897572796338737178975727963387371789757279633873717897572796338737178975727963387371789757279633873717897572796338737178975727963387371789757279633873717897572796338737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0170b242-3c4b-4841-988e-67e969f43d28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 447e1242-476e-40e1-9c47-f0cf01150773, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 447e1242-476e-40e1-9c47-f0cf01150773, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12142537429695775778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778121425374296957757781214253742969577577812142537429695775778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8f4ca5-c877-4d7e-b668-492ed99af82d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7d6265c-f99a-4d14-a6f4-c3688b95f74c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7d6265c-f99a-4d14-a6f4-c3688b95f74c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2160594504729391245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245216059450472939124521605945047293912452160594504729391245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 447e1242-476e-40e1-9c47-f0cf01150773, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c145140-d4b0-4597-aa9e-8e2656f87858, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c145140-d4b0-4597-aa9e-8e2656f87858, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9771867191537604799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799977186719153760479997718671915376047999771867191537604799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7d6265c-f99a-4d14-a6f4-c3688b95f74c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39558d47-9129-4473-a1e3-43323a8eb762, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39558d47-9129-4473-a1e3-43323a8eb762, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9384784745238971771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771938478474523897177193847847452389717719384784745238971771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39558d47-9129-4473-a1e3-43323a8eb762, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19bc52c5-2578-4512-999a-a2f87d1bc0d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19bc52c5-2578-4512-999a-a2f87d1bc0d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4309345470911648191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191430934547091164819143093454709116481914309345470911648191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c145140-d4b0-4597-aa9e-8e2656f87858, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75854b4c-5125-4400-919c-9e86212c9bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75854b4c-5125-4400-919c-9e86212c9bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7154896888566218405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405715489688856621840571548968885662184057154896888566218405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19bc52c5-2578-4512-999a-a2f87d1bc0d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ea2cef-7a93-4c1f-ae54-de56f40bbf10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ea2cef-7a93-4c1f-ae54-de56f40bbf10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3814254686535553968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968381425468653555396838142546865355539683814254686535553968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75854b4c-5125-4400-919c-9e86212c9bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05b5a4de-847d-4ef8-8273-701dd553d935, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05b5a4de-847d-4ef8-8273-701dd553d935, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15276369602349448951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951152763696023494489511527636960234944895115276369602349448951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ea2cef-7a93-4c1f-ae54-de56f40bbf10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb9bca99-0a08-4a50-b29c-cf3be8755cfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb9bca99-0a08-4a50-b29c-cf3be8755cfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7542253310612190392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392754225331061219039275422533106121903927542253310612190392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05b5a4de-847d-4ef8-8273-701dd553d935, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59a08a07-e316-4f14-8b8f-9e23fb283ab0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59a08a07-e316-4f14-8b8f-9e23fb283ab0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10179843401366846504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504101798434013668465041017984340136684650410179843401366846504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb9bca99-0a08-4a50-b29c-cf3be8755cfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 703c2858-c5c6-483a-9fb2-b406e8100205, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 703c2858-c5c6-483a-9fb2-b406e8100205, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8447830863630520699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699844783086363052069984478308636305206998447830863630520699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59a08a07-e316-4f14-8b8f-9e23fb283ab0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35e15baa-b58e-442e-8b5b-3af258d8ed5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e15baa-b58e-442e-8b5b-3af258d8ed5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13857816587265258441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441138578165872652584411385781658726525844113857816587265258441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 703c2858-c5c6-483a-9fb2-b406e8100205, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4537a980-5d68-48c0-8def-f1da990f533e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4537a980-5d68-48c0-8def-f1da990f533e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9780545649009933366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366978054564900993336697805456490099333669780545649009933366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e15baa-b58e-442e-8b5b-3af258d8ed5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d220062-d142-4da5-8fe4-79f4fc340b0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d220062-d142-4da5-8fe4-79f4fc340b0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6383997677641938261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261638399767764193826163839976776419382616383997677641938261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4537a980-5d68-48c0-8def-f1da990f533e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1886ea7-cef3-409a-ade5-f33b99e050c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1886ea7-cef3-409a-ade5-f33b99e050c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9197167599854744769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769919716759985474476991971675998547447699197167599854744769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d220062-d142-4da5-8fe4-79f4fc340b0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26149177-7ef2-433f-bb52-9f032121f495, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26149177-7ef2-433f-bb52-9f032121f495, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16257432329857838877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877162574323298578388771625743232985783887716257432329857838877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1886ea7-cef3-409a-ade5-f33b99e050c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20e0480c-77b7-4a70-9a28-9e9b43748e39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e0480c-77b7-4a70-9a28-9e9b43748e39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9204840803567209321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321920484080356720932192048408035672093219204840803567209321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26149177-7ef2-433f-bb52-9f032121f495, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e36ffd-9cb5-45ec-8f30-6e20f76a1783, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e36ffd-9cb5-45ec-8f30-6e20f76a1783, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17560343217653576207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207175603432176535762071756034321765357620717560343217653576207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e0480c-77b7-4a70-9a28-9e9b43748e39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae435c7c-dcb4-4f0d-b921-67fae5cb6293, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae435c7c-dcb4-4f0d-b921-67fae5cb6293, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8247637629690422864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864824763762969042286482476376296904228648247637629690422864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e36ffd-9cb5-45ec-8f30-6e20f76a1783, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d42c5fc-418d-4fc7-8603-63e472e7986d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d42c5fc-418d-4fc7-8603-63e472e7986d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1342234036662826014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014134223403666282601413422340366628260141342234036662826014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae435c7c-dcb4-4f0d-b921-67fae5cb6293, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d88a76c-6098-476a-b12a-9f698ea68914, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d88a76c-6098-476a-b12a-9f698ea68914, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15995788492390068430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430159957884923900684301599578849239006843015995788492390068430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d42c5fc-418d-4fc7-8603-63e472e7986d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ac74c13-f1aa-4b2b-93cc-8d3f1fb12620, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ac74c13-f1aa-4b2b-93cc-8d3f1fb12620, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2031965855551404105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105203196585555140410520319658555514041052031965855551404105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d88a76c-6098-476a-b12a-9f698ea68914, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 925165c7-a587-4abc-81cd-4b46dbd9089a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 925165c7-a587-4abc-81cd-4b46dbd9089a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6212419405248453159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159621241940524845315962124194052484531596212419405248453159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ac74c13-f1aa-4b2b-93cc-8d3f1fb12620, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daf7d942-8df5-4979-90f3-6b417099339c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daf7d942-8df5-4979-90f3-6b417099339c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10023420375531426663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663100234203755314266631002342037553142666310023420375531426663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 925165c7-a587-4abc-81cd-4b46dbd9089a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8919fd9-6ecd-4e96-89f2-423592d072a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8919fd9-6ecd-4e96-89f2-423592d072a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6996071538967871554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554699607153896787155469960715389678715546996071538967871554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daf7d942-8df5-4979-90f3-6b417099339c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd13c4e6-b8a8-462a-8b3c-d8d2b15cb3ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd13c4e6-b8a8-462a-8b3c-d8d2b15cb3ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11293061079611749499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499112930610796117494991129306107961174949911293061079611749499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8919fd9-6ecd-4e96-89f2-423592d072a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c2763d3-2281-492f-b9ff-6408e8dc7dda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c2763d3-2281-492f-b9ff-6408e8dc7dda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3105640595941322138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138310564059594132213831056405959413221383105640595941322138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd13c4e6-b8a8-462a-8b3c-d8d2b15cb3ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45691f83-4f1d-4dbc-af42-386fca6fcfd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45691f83-4f1d-4dbc-af42-386fca6fcfd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082797123378966048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048908279712337896604890827971233789660489082797123378966048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c2763d3-2281-492f-b9ff-6408e8dc7dda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e1e3b40-5e1a-4e65-b2b7-973587d61e90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1e3b40-5e1a-4e65-b2b7-973587d61e90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4469170058781071004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004446917005878107100444691700587810710044469170058781071004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45691f83-4f1d-4dbc-af42-386fca6fcfd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28b7b6c0-def5-45df-9ade-acd0de49d93d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28b7b6c0-def5-45df-9ade-acd0de49d93d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8914013653153668086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086891401365315366808689140136531536680868914013653153668086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1e3b40-5e1a-4e65-b2b7-973587d61e90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3eda8d79-fa05-4bd9-a811-d5d3d480d654, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eda8d79-fa05-4bd9-a811-d5d3d480d654, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5358374056521292286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286535837405652129228653583740565212922865358374056521292286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eda8d79-fa05-4bd9-a811-d5d3d480d654, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67fc24e4-8217-4108-bb07-bebd28be1365, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28b7b6c0-def5-45df-9ade-acd0de49d93d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67fc24e4-8217-4108-bb07-bebd28be1365, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1312328122662245168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168131232812266224516813123281226622451681312328122662245168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3cbc4d9-57c8-4fee-97ff-ac9534192966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3cbc4d9-57c8-4fee-97ff-ac9534192966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14350100751420754629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629143501007514207546291435010075142075462914350100751420754629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67fc24e4-8217-4108-bb07-bebd28be1365, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2dfd24-04c5-446c-b42d-013fa8f103e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2dfd24-04c5-446c-b42d-013fa8f103e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13405822397100999224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224134058223971009992241340582239710099922413405822397100999224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3cbc4d9-57c8-4fee-97ff-ac9534192966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8a54621-4b31-4338-954f-27f3af838b39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8a54621-4b31-4338-954f-27f3af838b39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947260866003336877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877179472608660033368771794726086600333687717947260866003336877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2dfd24-04c5-446c-b42d-013fa8f103e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f73ebf5-e38c-4715-ad40-23dcb8eaf402, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f73ebf5-e38c-4715-ad40-23dcb8eaf402, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12933462782154430479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479129334627821544304791293346278215443047912933462782154430479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8a54621-4b31-4338-954f-27f3af838b39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96f51d5d-e488-4764-b619-b3f6723703f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f51d5d-e488-4764-b619-b3f6723703f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4215423695491265590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590421542369549126559042154236954912655904215423695491265590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f51d5d-e488-4764-b619-b3f6723703f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ac752d5-fc3c-4de8-9d81-c011b0b1f67c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac752d5-fc3c-4de8-9d81-c011b0b1f67c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17725833989735899554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554177258339897358995541772583398973589955417725833989735899554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f73ebf5-e38c-4715-ad40-23dcb8eaf402, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ebf0699-c29d-4d67-8601-16ae16267507, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebf0699-c29d-4d67-8601-16ae16267507, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5707658642392466280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280570765864239246628057076586423924662805707658642392466280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac752d5-fc3c-4de8-9d81-c011b0b1f67c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38985c6b-3685-405d-98ae-71af289caa0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38985c6b-3685-405d-98ae-71af289caa0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13139665983650371460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460131396659836503714601313966598365037146013139665983650371460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebf0699-c29d-4d67-8601-16ae16267507, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f1a08fd-36f1-48ac-9a99-876f2f305742, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f1a08fd-36f1-48ac-9a99-876f2f305742, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10988393297717672011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011109883932977176720111098839329771767201110988393297717672011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38985c6b-3685-405d-98ae-71af289caa0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6be252d-0b4a-462c-a0c3-8bdef9781c6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6be252d-0b4a-462c-a0c3-8bdef9781c6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8104699310584588357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357810469931058458835781046993105845883578104699310584588357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f1a08fd-36f1-48ac-9a99-876f2f305742, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fd94440-8b25-4d97-b268-6161a45f0e54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd94440-8b25-4d97-b268-6161a45f0e54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15604887701753737915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915156048877017537379151560488770175373791515604887701753737915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6be252d-0b4a-462c-a0c3-8bdef9781c6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a438ba-05a3-4e4b-b80c-f3daab897f4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a438ba-05a3-4e4b-b80c-f3daab897f4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10616546153086792606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606106165461530867926061061654615308679260610616546153086792606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd94440-8b25-4d97-b268-6161a45f0e54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41a234b9-2f09-48f1-a67b-15c6d3d498e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41a234b9-2f09-48f1-a67b-15c6d3d498e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 762320897588741538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538762320897588741538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a438ba-05a3-4e4b-b80c-f3daab897f4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fef711d-d701-4bf3-9782-899c4a6eb43a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41a234b9-2f09-48f1-a67b-15c6d3d498e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fef711d-d701-4bf3-9782-899c4a6eb43a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6861350763387091845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845686135076338709184568613507633870918456861350763387091845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb51ee3b-d03c-431d-b61c-a5892e1b4e93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb51ee3b-d03c-431d-b61c-a5892e1b4e93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6464657324673896178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178646465732467389617864646573246738961786464657324673896178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fef711d-d701-4bf3-9782-899c4a6eb43a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ad564bc-b37f-4e27-8e4f-f9a24603ab71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad564bc-b37f-4e27-8e4f-f9a24603ab71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14330216335741361512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512143302163357413615121433021633574136151214330216335741361512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb51ee3b-d03c-431d-b61c-a5892e1b4e93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a91fde28-ef6f-4f1e-90d2-e7b90f487a42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a91fde28-ef6f-4f1e-90d2-e7b90f487a42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8965350585675995020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020896535058567599502089653505856759950208965350585675995020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad564bc-b37f-4e27-8e4f-f9a24603ab71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03468c87-0140-45fd-9a1a-edca9e6facec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03468c87-0140-45fd-9a1a-edca9e6facec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 399913220006918643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643399913220006918643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a91fde28-ef6f-4f1e-90d2-e7b90f487a42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffdb4b94-8bac-40de-af94-abb7d46feeb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffdb4b94-8bac-40de-af94-abb7d46feeb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15263640748842508335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335152636407488425083351526364074884250833515263640748842508335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03468c87-0140-45fd-9a1a-edca9e6facec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffdb4b94-8bac-40de-af94-abb7d46feeb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7715145-7e8c-4765-9b68-087b127a2acb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7715145-7e8c-4765-9b68-087b127a2acb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14754574876987574751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751147545748769875747511475457487698757475114754574876987574751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee69018c-c2da-4d9c-8505-e63cc6ccfc5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee69018c-c2da-4d9c-8505-e63cc6ccfc5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6173458326953960846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846617345832695396084661734583269539608466173458326953960846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7715145-7e8c-4765-9b68-087b127a2acb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87087f62-7854-4ce5-91c1-878dccd25687, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87087f62-7854-4ce5-91c1-878dccd25687, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6202134110117728272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272620213411011772827262021341101177282726202134110117728272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee69018c-c2da-4d9c-8505-e63cc6ccfc5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58949863-869f-41c6-9cd0-505f50280ba0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58949863-869f-41c6-9cd0-505f50280ba0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5858436459223285692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692585843645922328569258584364592232856925858436459223285692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87087f62-7854-4ce5-91c1-878dccd25687, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e13a415-3669-4e7d-9e72-4d9b2615de9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e13a415-3669-4e7d-9e72-4d9b2615de9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11880389959605033126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126118803899596050331261188038995960503312611880389959605033126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58949863-869f-41c6-9cd0-505f50280ba0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cb29827-4347-4063-bfc8-3647bbb7efd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cb29827-4347-4063-bfc8-3647bbb7efd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5429412559123704393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393542941255912370439354294125591237043935429412559123704393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e13a415-3669-4e7d-9e72-4d9b2615de9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56173efb-9222-425d-a862-c5d80b8e54c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56173efb-9222-425d-a862-c5d80b8e54c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565775297033668945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945145657752970336689451456577529703366894514565775297033668945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cb29827-4347-4063-bfc8-3647bbb7efd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5faac805-c3e6-4ba7-a00a-45429b64ea51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5faac805-c3e6-4ba7-a00a-45429b64ea51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1558485132436193159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159155848513243619315915584851324361931591558485132436193159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56173efb-9222-425d-a862-c5d80b8e54c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04cd5f6b-b4e2-4c37-aaaf-caf21ef5bf6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04cd5f6b-b4e2-4c37-aaaf-caf21ef5bf6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1280786222903379320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320128078622290337932012807862229033793201280786222903379320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5faac805-c3e6-4ba7-a00a-45429b64ea51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6476e3d7-b532-4c1e-98ae-984ec91f8c52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6476e3d7-b532-4c1e-98ae-984ec91f8c52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4362106906771886683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683436210690677188668343621069067718866834362106906771886683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04cd5f6b-b4e2-4c37-aaaf-caf21ef5bf6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb6fe967-4f9f-4052-8929-e39c0ccced33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb6fe967-4f9f-4052-8929-e39c0ccced33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2286830663834557229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229228683066383455722922868306638345572292286830663834557229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6476e3d7-b532-4c1e-98ae-984ec91f8c52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28c97a93-1766-405c-ad1e-b3aeccca9e1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28c97a93-1766-405c-ad1e-b3aeccca9e1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111922253506551671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671111922253506551671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb6fe967-4f9f-4052-8929-e39c0ccced33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f15f2a2-9386-482e-bafa-6a2740728d25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f15f2a2-9386-482e-bafa-6a2740728d25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17167461691306532802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802171674616913065328021716746169130653280217167461691306532802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28c97a93-1766-405c-ad1e-b3aeccca9e1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 715415e5-38ca-4eb5-b547-e74d3452384e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715415e5-38ca-4eb5-b547-e74d3452384e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17722364433034617612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612177223644330346176121772236443303461761217722364433034617612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f15f2a2-9386-482e-bafa-6a2740728d25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a36692e-96f6-4871-b0a6-4404486fc3f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a36692e-96f6-4871-b0a6-4404486fc3f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1856716079891299827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827185671607989129982718567160798912998271856716079891299827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715415e5-38ca-4eb5-b547-e74d3452384e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a36692e-96f6-4871-b0a6-4404486fc3f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ad750f2-b481-4d1b-a153-4f24e3a75b84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2469307-a3a4-4573-8781-0e18b0752b9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad750f2-b481-4d1b-a153-4f24e3a75b84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17684784384456943504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504176847843844569435041768478438445694350417684784384456943504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2469307-a3a4-4573-8781-0e18b0752b9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15339119594073267236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236153391195940732672361533911959407326723615339119594073267236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad750f2-b481-4d1b-a153-4f24e3a75b84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8173c04b-a741-4801-a68f-bb56daae0ab3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8173c04b-a741-4801-a68f-bb56daae0ab3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16223624530977761013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013162236245309777610131622362453097776101316223624530977761013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2469307-a3a4-4573-8781-0e18b0752b9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0834b4e-e984-4d7c-b454-36d88d106487, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0834b4e-e984-4d7c-b454-36d88d106487, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18008114400747542960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960180081144007475429601800811440074754296018008114400747542960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8173c04b-a741-4801-a68f-bb56daae0ab3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7076a02b-c796-4819-bb8d-e50aa06fc4fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7076a02b-c796-4819-bb8d-e50aa06fc4fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12619930221784421467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467126199302217844214671261993022178442146712619930221784421467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0834b4e-e984-4d7c-b454-36d88d106487, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c72eb3d3-8686-47dc-84b1-32caa8973121, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c72eb3d3-8686-47dc-84b1-32caa8973121, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14308588886946652865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865143085888869466528651430858888694665286514308588886946652865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7076a02b-c796-4819-bb8d-e50aa06fc4fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c72eb3d3-8686-47dc-84b1-32caa8973121, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76db453f-22d4-46fa-82f9-5b8a839a7bc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76db453f-22d4-46fa-82f9-5b8a839a7bc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4779063248924229842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842477906324892422984247790632489242298424779063248924229842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de6a086c-109a-4286-8456-46da61af19cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6a086c-109a-4286-8456-46da61af19cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14496918925761218789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789144969189257612187891449691892576121878914496918925761218789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76db453f-22d4-46fa-82f9-5b8a839a7bc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 280fef66-fb89-49ae-982d-44a57dd724fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280fef66-fb89-49ae-982d-44a57dd724fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9716844907041046823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823971684490704104682397168449070410468239716844907041046823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6a086c-109a-4286-8456-46da61af19cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f19a3c8-41c4-47e7-888f-fb644503cb3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f19a3c8-41c4-47e7-888f-fb644503cb3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6009250529947712095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095600925052994771209560092505299477120956009250529947712095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280fef66-fb89-49ae-982d-44a57dd724fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f19a3c8-41c4-47e7-888f-fb644503cb3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c672fbc-37a7-4a61-9aa8-8161e9de7c3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b56d23e1-d0a1-4207-b294-c4175d6a1c96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b56d23e1-d0a1-4207-b294-c4175d6a1c96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12913371817652966333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333129133718176529663331291337181765296633312913371817652966333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c672fbc-37a7-4a61-9aa8-8161e9de7c3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8958401302844864121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121895840130284486412189584013028448641218958401302844864121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c672fbc-37a7-4a61-9aa8-8161e9de7c3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59b617d8-189b-435d-982f-11a05082fb40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b617d8-189b-435d-982f-11a05082fb40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13933651552659114905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905139336515526591149051393365155265911490513933651552659114905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b56d23e1-d0a1-4207-b294-c4175d6a1c96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c41b4edd-cbfe-4c5f-8144-d61188bfe61c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c41b4edd-cbfe-4c5f-8144-d61188bfe61c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14142207910488525687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687141422079104885256871414220791048852568714142207910488525687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b617d8-189b-435d-982f-11a05082fb40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16a777aa-64db-4efa-a5c8-0934d6673ae5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a777aa-64db-4efa-a5c8-0934d6673ae5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16047646857608527005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005160476468576085270051604764685760852700516047646857608527005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c41b4edd-cbfe-4c5f-8144-d61188bfe61c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc214a5-74af-43d3-b7f0-5b31c8e3c09e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc214a5-74af-43d3-b7f0-5b31c8e3c09e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17173134225271105903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903171731342252711059031717313422527110590317173134225271105903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a777aa-64db-4efa-a5c8-0934d6673ae5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 706da445-d9d2-4ee4-93a7-3a97576168f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 706da445-d9d2-4ee4-93a7-3a97576168f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4977768955647821822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822497776895564782182249777689556478218224977768955647821822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc214a5-74af-43d3-b7f0-5b31c8e3c09e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ca7f0eb-b487-42b5-93dd-bddd7c06c899, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ca7f0eb-b487-42b5-93dd-bddd7c06c899, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049469957546727473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473704946995754672747370494699575467274737049469957546727473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 706da445-d9d2-4ee4-93a7-3a97576168f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3744d8bb-1dc5-45ac-85a5-aeafa4aff519, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3744d8bb-1dc5-45ac-85a5-aeafa4aff519, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1704741064928173529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529170474106492817352917047410649281735291704741064928173529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ca7f0eb-b487-42b5-93dd-bddd7c06c899, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79339b4b-70e0-4067-88a1-8968ec5c239d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79339b4b-70e0-4067-88a1-8968ec5c239d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14234357778852506391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391142343577788525063911423435777885250639114234357778852506391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3744d8bb-1dc5-45ac-85a5-aeafa4aff519, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 610c0a25-4883-4292-bafd-9716e3e6909d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610c0a25-4883-4292-bafd-9716e3e6909d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17297252261845595530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530172972522618455955301729725226184559553017297252261845595530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79339b4b-70e0-4067-88a1-8968ec5c239d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d5f067-feff-41b0-8c6b-2858c6fd76b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610c0a25-4883-4292-bafd-9716e3e6909d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d5f067-feff-41b0-8c6b-2858c6fd76b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150226635476867021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021171502266354768670211715022663547686702117150226635476867021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b627d9d0-71ca-4cae-8d19-0fe0238a47a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b627d9d0-71ca-4cae-8d19-0fe0238a47a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 917248744596329362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362917248744596329362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d5f067-feff-41b0-8c6b-2858c6fd76b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c9c39c5-ac3c-4041-b5b2-173313896ff6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c9c39c5-ac3c-4041-b5b2-173313896ff6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2074508017793752394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394207450801779375239420745080177937523942074508017793752394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b627d9d0-71ca-4cae-8d19-0fe0238a47a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea481a0-5edf-4c94-9e67-b2ccb895d06a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea481a0-5edf-4c94-9e67-b2ccb895d06a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12757530595092767757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757127575305950927677571275753059509276775712757530595092767757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c9c39c5-ac3c-4041-b5b2-173313896ff6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6e14504-3956-422d-8b08-6578508cbabb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6e14504-3956-422d-8b08-6578508cbabb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2600541238812748795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795260054123881274879526005412388127487952600541238812748795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea481a0-5edf-4c94-9e67-b2ccb895d06a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0833e1f-e7f0-43a4-9a61-b21ef0c697b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0833e1f-e7f0-43a4-9a61-b21ef0c697b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4326009514281432301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301432600951428143230143260095142814323014326009514281432301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6e14504-3956-422d-8b08-6578508cbabb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3ec049d-a72e-43ec-af62-3c8bc62a1e03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0833e1f-e7f0-43a4-9a61-b21ef0c697b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3ec049d-a72e-43ec-af62-3c8bc62a1e03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5489733206177412743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743548973320617741274354897332061774127435489733206177412743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0558d728-7693-4dc7-8b2d-a78149205b5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0558d728-7693-4dc7-8b2d-a78149205b5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 358395209189078165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165358395209189078165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3ec049d-a72e-43ec-af62-3c8bc62a1e03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1024207-ac2b-4300-ab96-5b8bea0fb294, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0558d728-7693-4dc7-8b2d-a78149205b5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1024207-ac2b-4300-ab96-5b8bea0fb294, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3750288279142031125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125375028827914203112537502882791420311253750288279142031125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13b69009-6289-4bbc-b840-2cc94147fea2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b69009-6289-4bbc-b840-2cc94147fea2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7571978350013071207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207757197835001307120775719783500130712077571978350013071207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1024207-ac2b-4300-ab96-5b8bea0fb294, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 632c936f-6eed-4665-8e51-92839d52cce2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 632c936f-6eed-4665-8e51-92839d52cce2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8419281982369973369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369841928198236997336984192819823699733698419281982369973369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b69009-6289-4bbc-b840-2cc94147fea2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f4c1944-0934-4075-8650-59d49e02addd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f4c1944-0934-4075-8650-59d49e02addd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16487723494198472599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599164877234941984725991648772349419847259916487723494198472599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 632c936f-6eed-4665-8e51-92839d52cce2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef7f7f8f-98bc-49e2-b4fa-a856ba47110c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef7f7f8f-98bc-49e2-b4fa-a856ba47110c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2345809605130453425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425234580960513045342523458096051304534252345809605130453425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f4c1944-0934-4075-8650-59d49e02addd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cef71da-1984-4664-9ee2-f0c0e005400f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cef71da-1984-4664-9ee2-f0c0e005400f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2389335803804862828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828238933580380486282823893358038048628282389335803804862828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef7f7f8f-98bc-49e2-b4fa-a856ba47110c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be7ea77f-9e04-4276-9318-82cfa6731b2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be7ea77f-9e04-4276-9318-82cfa6731b2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15845308987129816174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174158453089871298161741584530898712981617415845308987129816174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cef71da-1984-4664-9ee2-f0c0e005400f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2b9ad7c-14fa-4eaf-9350-7d9b1e11542c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b9ad7c-14fa-4eaf-9350-7d9b1e11542c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3049479373570466986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986304947937357046698630494793735704669863049479373570466986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be7ea77f-9e04-4276-9318-82cfa6731b2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf67758a-7ba5-49e8-9d58-2190334fe7f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf67758a-7ba5-49e8-9d58-2190334fe7f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14730551380936323535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535147305513809363235351473055138093632353514730551380936323535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b9ad7c-14fa-4eaf-9350-7d9b1e11542c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c865ad6-074b-4b37-ac0e-c26c8621269d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c865ad6-074b-4b37-ac0e-c26c8621269d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15698768058676776771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771156987680586767767711569876805867677677115698768058676776771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf67758a-7ba5-49e8-9d58-2190334fe7f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 987fea19-f6fe-4110-ae6d-a5e6b1f4a523, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 987fea19-f6fe-4110-ae6d-a5e6b1f4a523, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6048109353036516608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608604810935303651660860481093530365166086048109353036516608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c865ad6-074b-4b37-ac0e-c26c8621269d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 987fea19-f6fe-4110-ae6d-a5e6b1f4a523, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a4f63ea-02f6-40c9-8240-b9ddfe11b1cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a4f63ea-02f6-40c9-8240-b9ddfe11b1cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7829062048177395175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175782906204817739517578290620481773951757829062048177395175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6493f93-c2dd-4547-9f64-9da284faa375, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6493f93-c2dd-4547-9f64-9da284faa375, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14363952268670775844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844143639522686707758441436395226867077584414363952268670775844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a4f63ea-02f6-40c9-8240-b9ddfe11b1cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a78a69f-f248-492e-af44-28b262a88594, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a78a69f-f248-492e-af44-28b262a88594, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10093360246848721261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261100933602468487212611009336024684872126110093360246848721261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6493f93-c2dd-4547-9f64-9da284faa375, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd702584-9733-4130-8871-ddd37f2c7ce2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd702584-9733-4130-8871-ddd37f2c7ce2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17831767774258679034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034178317677742586790341783176777425867903417831767774258679034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a78a69f-f248-492e-af44-28b262a88594, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f60fa56-b181-4a5c-9d2d-14d6c3ea4dd9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f60fa56-b181-4a5c-9d2d-14d6c3ea4dd9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6867487200022109329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329686748720002210932968674872000221093296867487200022109329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd702584-9733-4130-8871-ddd37f2c7ce2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79ee17de-a2a7-492e-8027-1c35306bdd51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79ee17de-a2a7-492e-8027-1c35306bdd51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13623847292227733345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345136238472922277333451362384729222773334513623847292227733345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f60fa56-b181-4a5c-9d2d-14d6c3ea4dd9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, deb0d3c1-7536-4847-a934-90fc0873bad0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deb0d3c1-7536-4847-a934-90fc0873bad0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15307040179453475522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522153070401794534755221530704017945347552215307040179453475522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79ee17de-a2a7-492e-8027-1c35306bdd51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5480c058-efe4-4e1d-9ea3-7dd66778ef23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5480c058-efe4-4e1d-9ea3-7dd66778ef23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 243104066138695553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553243104066138695553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deb0d3c1-7536-4847-a934-90fc0873bad0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59470f02-32fb-4e6d-b2ca-880d7343149f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59470f02-32fb-4e6d-b2ca-880d7343149f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11999263214827667543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543119992632148276675431199926321482766754311999263214827667543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5480c058-efe4-4e1d-9ea3-7dd66778ef23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b1c20f0-2503-470d-b533-4e061d3b156a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b1c20f0-2503-470d-b533-4e061d3b156a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12080457447157800323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323120804574471578003231208045744715780032312080457447157800323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59470f02-32fb-4e6d-b2ca-880d7343149f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 265d8c2b-f32d-48e3-b87f-e990f5cd7664, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265d8c2b-f32d-48e3-b87f-e990f5cd7664, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9084600973261117979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979908460097326111797990846009732611179799084600973261117979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b1c20f0-2503-470d-b533-4e061d3b156a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288d7e4f-51f3-4494-b878-4a40b1bbd080, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265d8c2b-f32d-48e3-b87f-e990f5cd7664, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288d7e4f-51f3-4494-b878-4a40b1bbd080, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5528063467991804114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114552806346799180411455280634679918041145528063467991804114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 309fe10c-a3ef-40a8-9436-9962bb96974a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 309fe10c-a3ef-40a8-9436-9962bb96974a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3751563614101192118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118375156361410119211837515636141011921183751563614101192118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288d7e4f-51f3-4494-b878-4a40b1bbd080, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1361fb65-bcd7-4076-a40b-aed124da00b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1361fb65-bcd7-4076-a40b-aed124da00b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3848316928794859700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700384831692879485970038483169287948597003848316928794859700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 309fe10c-a3ef-40a8-9436-9962bb96974a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db9e5efa-df52-4397-9d80-9e69cc6e74bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9e5efa-df52-4397-9d80-9e69cc6e74bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8912655082390493118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118891265508239049311889126550823904931188912655082390493118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1361fb65-bcd7-4076-a40b-aed124da00b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91c995ab-646d-442d-b836-3b859c28e318, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9e5efa-df52-4397-9d80-9e69cc6e74bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62d53f23-84b0-4578-8f00-9b3ab8b22269, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91c995ab-646d-442d-b836-3b859c28e318, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16882587638427857956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956168825876384278579561688258763842785795616882587638427857956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62d53f23-84b0-4578-8f00-9b3ab8b22269, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6697627703449519950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950669762770344951995066976277034495199506697627703449519950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62d53f23-84b0-4578-8f00-9b3ab8b22269, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec855c30-be09-495f-83fd-0d1376f627bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec855c30-be09-495f-83fd-0d1376f627bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12503034390535622209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209125030343905356222091250303439053562220912503034390535622209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91c995ab-646d-442d-b836-3b859c28e318, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5e324af-0d37-47d1-9f2b-f469f84d60d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5e324af-0d37-47d1-9f2b-f469f84d60d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 525465269689506018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018525465269689506018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec855c30-be09-495f-83fd-0d1376f627bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03fdba7a-a9a6-4bcc-a90e-9c8d4c9e1012, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fdba7a-a9a6-4bcc-a90e-9c8d4c9e1012, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5707232693905140537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537570723269390514053757072326939051405375707232693905140537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5e324af-0d37-47d1-9f2b-f469f84d60d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e9fe56-457a-4314-be12-510a140738ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e9fe56-457a-4314-be12-510a140738ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3540051971020798204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204354005197102079820435400519710207982043540051971020798204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fdba7a-a9a6-4bcc-a90e-9c8d4c9e1012, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e2d70d8-f471-4fe9-b5a4-a5a7c3789428, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2d70d8-f471-4fe9-b5a4-a5a7c3789428, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5983752424663483233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233598375242466348323359837524246634832335983752424663483233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e9fe56-457a-4314-be12-510a140738ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb645e42-3bf9-4ece-b582-d47e35d1ceb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb645e42-3bf9-4ece-b582-d47e35d1ceb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1441075188295313444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444144107518829531344414410751882953134441441075188295313444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2d70d8-f471-4fe9-b5a4-a5a7c3789428, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9512f1f5-046b-4812-b35d-8d60a9e5d40f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9512f1f5-046b-4812-b35d-8d60a9e5d40f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6446101637026683587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587644610163702668358764461016370266835876446101637026683587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb645e42-3bf9-4ece-b582-d47e35d1ceb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa4ec4bc-732a-424b-b8a9-9192b6f1f3fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa4ec4bc-732a-424b-b8a9-9192b6f1f3fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661248781321545181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181466124878132154518146612487813215451814661248781321545181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9512f1f5-046b-4812-b35d-8d60a9e5d40f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2751c34a-f3c8-4422-baf2-8cc952f2d9a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2751c34a-f3c8-4422-baf2-8cc952f2d9a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5106343681399038364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364510634368139903836451063436813990383645106343681399038364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa4ec4bc-732a-424b-b8a9-9192b6f1f3fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb127082-0ab7-4083-b62a-fd2ce7c5766d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb127082-0ab7-4083-b62a-fd2ce7c5766d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10031788844648348528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528100317888446483485281003178884464834852810031788844648348528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2751c34a-f3c8-4422-baf2-8cc952f2d9a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 386e8b2f-07f5-4aa3-8fe3-7e67ed88057d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 386e8b2f-07f5-4aa3-8fe3-7e67ed88057d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16112974405992848417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417161129744059928484171611297440599284841716112974405992848417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb127082-0ab7-4083-b62a-fd2ce7c5766d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb51dbdc-85e3-4741-bb34-c4dbd7762974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb51dbdc-85e3-4741-bb34-c4dbd7762974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4474497830057453065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065447449783005745306544744978300574530654474497830057453065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 386e8b2f-07f5-4aa3-8fe3-7e67ed88057d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfd81e9d-f69a-4781-80c6-17366cfb1f6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd81e9d-f69a-4781-80c6-17366cfb1f6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2506692511835553221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221250669251183555322125066925118355532212506692511835553221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb51dbdc-85e3-4741-bb34-c4dbd7762974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd81e9d-f69a-4781-80c6-17366cfb1f6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa0bcc99-0da8-4b21-8dff-bd2dc9f22c64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa0bcc99-0da8-4b21-8dff-bd2dc9f22c64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2104918743952508763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763210491874395250876321049187439525087632104918743952508763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23636fea-5e3e-4416-894f-ef307015e2fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23636fea-5e3e-4416-894f-ef307015e2fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9876558911917609610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610987655891191760961098765589119176096109876558911917609610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa0bcc99-0da8-4b21-8dff-bd2dc9f22c64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be681642-817b-408e-bb20-ccc6a6aaa9af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be681642-817b-408e-bb20-ccc6a6aaa9af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12939468817179236583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583129394688171792365831293946881717923658312939468817179236583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23636fea-5e3e-4416-894f-ef307015e2fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc2c935d-35da-4f78-9c58-5b40f2d79fb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2c935d-35da-4f78-9c58-5b40f2d79fb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1058130698343182179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179105813069834318217910581306983431821791058130698343182179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be681642-817b-408e-bb20-ccc6a6aaa9af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2c935d-35da-4f78-9c58-5b40f2d79fb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9f90b3a-83b6-4c0d-a489-3a400f33546a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f90b3a-83b6-4c0d-a489-3a400f33546a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7132726755037208900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900713272675503720890071327267550372089007132726755037208900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b90579ff-6a6c-464b-bd08-ea01011276dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b90579ff-6a6c-464b-bd08-ea01011276dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14554249695226565920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920145542496952265659201455424969522656592014554249695226565920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f90b3a-83b6-4c0d-a489-3a400f33546a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdafac0a-502e-404c-bdc3-e66df744806f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdafac0a-502e-404c-bdc3-e66df744806f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11959856515645021749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749119598565156450217491195985651564502174911959856515645021749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b90579ff-6a6c-464b-bd08-ea01011276dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004c25fe-eda7-42db-a1ee-ad524a4905a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdafac0a-502e-404c-bdc3-e66df744806f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1797fd6d-ebe2-47e5-b6a2-c392c117350f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1797fd6d-ebe2-47e5-b6a2-c392c117350f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10565306792815068207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207105653067928150682071056530679281506820710565306792815068207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004c25fe-eda7-42db-a1ee-ad524a4905a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13261274714307543757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757132612747143075437571326127471430754375713261274714307543757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1797fd6d-ebe2-47e5-b6a2-c392c117350f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243dbc74-ce93-42e6-b35e-78b1aa47955d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243dbc74-ce93-42e6-b35e-78b1aa47955d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8696235199107808432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432869623519910780843286962351991078084328696235199107808432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004c25fe-eda7-42db-a1ee-ad524a4905a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9a0dd58-3747-4c24-b9da-40bf70769ffa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a0dd58-3747-4c24-b9da-40bf70769ffa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5060349148502004903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903506034914850200490350603491485020049035060349148502004903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243dbc74-ce93-42e6-b35e-78b1aa47955d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b978c9c7-b41e-422c-ab05-6c5f7b436991, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b978c9c7-b41e-422c-ab05-6c5f7b436991, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5466329775560657561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561546632977556065756154663297755606575615466329775560657561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a0dd58-3747-4c24-b9da-40bf70769ffa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7457351a-1e35-483e-9596-beeebc880a89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7457351a-1e35-483e-9596-beeebc880a89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11709353441789076504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504117093534417890765041170935344178907650411709353441789076504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b978c9c7-b41e-422c-ab05-6c5f7b436991, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39c79875-b651-492e-81cd-115461276249, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c79875-b651-492e-81cd-115461276249, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10780884211873741056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056107808842118737410561078088421187374105610780884211873741056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7457351a-1e35-483e-9596-beeebc880a89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f52daa1-8306-4c90-b72a-b011efb2c6d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f52daa1-8306-4c90-b72a-b011efb2c6d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7298755417405437331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331729875541740543733172987554174054373317298755417405437331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c79875-b651-492e-81cd-115461276249, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55dfe08e-4b8c-4bfe-8038-70fce2665e05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55dfe08e-4b8c-4bfe-8038-70fce2665e05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4052945578623678640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640405294557862367864040529455786236786404052945578623678640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f52daa1-8306-4c90-b72a-b011efb2c6d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2e475cd-8ee0-4ad7-a7ef-ffcd942e472c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e475cd-8ee0-4ad7-a7ef-ffcd942e472c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5721647126692608207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207572164712669260820757216471266926082075721647126692608207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55dfe08e-4b8c-4bfe-8038-70fce2665e05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e1de119-3b7e-42f0-a488-9e585afcc498, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1de119-3b7e-42f0-a488-9e585afcc498, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987732423314702459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459398773242331470245939877324233147024593987732423314702459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e475cd-8ee0-4ad7-a7ef-ffcd942e472c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87e9a5c9-31b2-40d3-9875-be984cc92630, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e9a5c9-31b2-40d3-9875-be984cc92630, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15565170327060413818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818155651703270604138181556517032706041381815565170327060413818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1de119-3b7e-42f0-a488-9e585afcc498, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75c360d8-9901-4fa6-ad58-a08ce029ab28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c360d8-9901-4fa6-ad58-a08ce029ab28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2671886447351424537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537267188644735142453726718864473514245372671886447351424537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e9a5c9-31b2-40d3-9875-be984cc92630, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ade8763f-75f5-467a-9d07-4ca2366f86cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ade8763f-75f5-467a-9d07-4ca2366f86cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6895872368343454935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935689587236834345493568958723683434549356895872368343454935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c360d8-9901-4fa6-ad58-a08ce029ab28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25d5e0fc-1bf1-42e3-a17b-59a46f14d033, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d5e0fc-1bf1-42e3-a17b-59a46f14d033, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5264683879273572236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236526468387927357223652646838792735722365264683879273572236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ade8763f-75f5-467a-9d07-4ca2366f86cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42435ce9-0337-447b-b67f-c96d254e0e77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42435ce9-0337-447b-b67f-c96d254e0e77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17187696184176544401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401171876961841765444011718769618417654440117187696184176544401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d5e0fc-1bf1-42e3-a17b-59a46f14d033, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 165e58a8-9bbf-47a3-b882-254ff692614c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 165e58a8-9bbf-47a3-b882-254ff692614c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8079220885166019594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594807922088516601959480792208851660195948079220885166019594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42435ce9-0337-447b-b67f-c96d254e0e77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3c69742-6820-4b61-a595-a9d0d1b689b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3c69742-6820-4b61-a595-a9d0d1b689b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12715997894023684025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025127159978940236840251271599789402368402512715997894023684025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 165e58a8-9bbf-47a3-b882-254ff692614c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f91a474f-72fc-427c-9658-00215d65cf9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f91a474f-72fc-427c-9658-00215d65cf9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1885056015661891296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296188505601566189129618850560156618912961885056015661891296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3c69742-6820-4b61-a595-a9d0d1b689b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0db405a3-34f9-4f5e-be14-a6f9b6f8da26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db405a3-34f9-4f5e-be14-a6f9b6f8da26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8121487702626514054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054812148770262651405481214877026265140548121487702626514054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f91a474f-72fc-427c-9658-00215d65cf9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1df1c11d-84dc-4d07-a09e-79aee43bad38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1df1c11d-84dc-4d07-a09e-79aee43bad38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2673755310773416511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511267375531077341651126737553107734165112673755310773416511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db405a3-34f9-4f5e-be14-a6f9b6f8da26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 627b0ead-2d11-4d39-a62f-a3e68cb4468e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 627b0ead-2d11-4d39-a62f-a3e68cb4468e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4643074521158749703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703464307452115874970346430745211587497034643074521158749703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1df1c11d-84dc-4d07-a09e-79aee43bad38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d46254-b624-4208-a482-3e9846c7fd83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d46254-b624-4208-a482-3e9846c7fd83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14352256426240749927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927143522564262407499271435225642624074992714352256426240749927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 627b0ead-2d11-4d39-a62f-a3e68cb4468e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6dd8a87-1256-46ee-b8d0-e752475cb113, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6dd8a87-1256-46ee-b8d0-e752475cb113, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12508258179335404842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842125082581793354048421250825817933540484212508258179335404842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6dd8a87-1256-46ee-b8d0-e752475cb113, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ccbd797-0b6a-49fd-8828-6c1732072f9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ccbd797-0b6a-49fd-8828-6c1732072f9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9013460674100586001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001901346067410058600190134606741005860019013460674100586001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d46254-b624-4208-a482-3e9846c7fd83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21f99e70-6cc1-4055-89c6-ae088ed16be5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f99e70-6cc1-4055-89c6-ae088ed16be5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12444143671117734560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560124441436711177345601244414367111773456012444143671117734560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ccbd797-0b6a-49fd-8828-6c1732072f9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d6b522-b5cb-4bf2-a685-bbfe7b7da5a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d6b522-b5cb-4bf2-a685-bbfe7b7da5a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7423069497407697391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391742306949740769739174230694974076973917423069497407697391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f99e70-6cc1-4055-89c6-ae088ed16be5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73d15788-9a56-4cc2-838d-6dab897033c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73d15788-9a56-4cc2-838d-6dab897033c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16283668517719453263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263162836685177194532631628366851771945326316283668517719453263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73d15788-9a56-4cc2-838d-6dab897033c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2e14e3d-d35c-4d2a-a7c9-733a45702ac3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2e14e3d-d35c-4d2a-a7c9-733a45702ac3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4752738688668064434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434475273868866806443447527386886680644344752738688668064434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2e14e3d-d35c-4d2a-a7c9-733a45702ac3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31cb4cab-2451-4b6b-94fa-cb622d9b2a6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31cb4cab-2451-4b6b-94fa-cb622d9b2a6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17881317788983159943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943178813177889831599431788131778898315994317881317788983159943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d6b522-b5cb-4bf2-a685-bbfe7b7da5a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d1285e-dbcc-403a-b265-643e31cfa1f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d1285e-dbcc-403a-b265-643e31cfa1f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141184462196827498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498181411844621968274981814118446219682749818141184462196827498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31cb4cab-2451-4b6b-94fa-cb622d9b2a6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edd29841-d640-4a7f-b94e-0d203c4fffc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d1285e-dbcc-403a-b265-643e31cfa1f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd29841-d640-4a7f-b94e-0d203c4fffc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16541101774630246337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337165411017746302463371654110177463024633716541101774630246337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9552b38-5adf-4659-bc85-fc0675416935, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9552b38-5adf-4659-bc85-fc0675416935, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1289894670135550587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587128989467013555058712898946701355505871289894670135550587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd29841-d640-4a7f-b94e-0d203c4fffc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d98dfa-8843-4219-82b3-ab10fb986e78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d98dfa-8843-4219-82b3-ab10fb986e78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17537357718844669349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349175373577188446693491753735771884466934917537357718844669349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9552b38-5adf-4659-bc85-fc0675416935, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76202bc6-906a-4006-b87a-bcc6814c3d49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76202bc6-906a-4006-b87a-bcc6814c3d49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11001550961471719783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783110015509614717197831100155096147171978311001550961471719783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d98dfa-8843-4219-82b3-ab10fb986e78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e63571-edff-426a-ab15-635656dd4698, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e63571-edff-426a-ab15-635656dd4698, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3485472399408823502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502348547239940882350234854723994088235023485472399408823502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76202bc6-906a-4006-b87a-bcc6814c3d49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be717146-fe4a-4875-ba93-4c855676e8b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be717146-fe4a-4875-ba93-4c855676e8b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 737663530264096647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647737663530264096647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e63571-edff-426a-ab15-635656dd4698, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e134ed39-6cc5-4b66-9127-0b070e413186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e134ed39-6cc5-4b66-9127-0b070e413186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305301418248558684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684123053014182485586841230530141824855868412305301418248558684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e134ed39-6cc5-4b66-9127-0b070e413186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be717146-fe4a-4875-ba93-4c855676e8b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c01c67-a934-4b74-94ad-adbb43707635, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 762f5d2f-f01b-42ed-83b8-2d64aa61398c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c01c67-a934-4b74-94ad-adbb43707635, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13368320331773650357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357133683203317736503571336832033177365035713368320331773650357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 762f5d2f-f01b-42ed-83b8-2d64aa61398c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11886069307416231409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409118860693074162314091188606930741623140911886069307416231409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c01c67-a934-4b74-94ad-adbb43707635, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 762f5d2f-f01b-42ed-83b8-2d64aa61398c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d72e2a3-4c5d-48d2-9adb-24d9e532bc71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d72e2a3-4c5d-48d2-9adb-24d9e532bc71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9156969313231071698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698915696931323107169891569693132310716989156969313231071698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e6f1ee-06fe-4076-b13d-08f6b0e41c09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e6f1ee-06fe-4076-b13d-08f6b0e41c09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6972681699179580981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981697268169917958098169726816991795809816972681699179580981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d72e2a3-4c5d-48d2-9adb-24d9e532bc71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac2dce9d-ce5a-4ecb-b772-02d58023801d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2dce9d-ce5a-4ecb-b772-02d58023801d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13194270843717318961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961131942708437173189611319427084371731896113194270843717318961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e6f1ee-06fe-4076-b13d-08f6b0e41c09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4999ee9f-074c-488b-8514-3044cdb95ec1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4999ee9f-074c-488b-8514-3044cdb95ec1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17132980289303200234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234171329802893032002341713298028930320023417132980289303200234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4999ee9f-074c-488b-8514-3044cdb95ec1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0e7a6b4-4776-4d2c-ba39-b2ef913f50cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0e7a6b4-4776-4d2c-ba39-b2ef913f50cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8990967582847894238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238899096758284789423889909675828478942388990967582847894238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2dce9d-ce5a-4ecb-b772-02d58023801d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13c481dd-17d2-4e20-bdf9-4c05c6248b28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13c481dd-17d2-4e20-bdf9-4c05c6248b28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17522804286555075340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340175228042865550753401752280428655507534017522804286555075340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0e7a6b4-4776-4d2c-ba39-b2ef913f50cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc2d68b2-2eea-4b18-adfa-a9aff839985c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13c481dd-17d2-4e20-bdf9-4c05c6248b28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 418eeef9-0b95-471b-a5b5-7f459a975bfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 418eeef9-0b95-471b-a5b5-7f459a975bfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12878406415515150688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688128784064155151506881287840641551515068812878406415515150688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc2d68b2-2eea-4b18-adfa-a9aff839985c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10962919948900662899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899109629199489006628991096291994890066289910962919948900662899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 418eeef9-0b95-471b-a5b5-7f459a975bfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc2d68b2-2eea-4b18-adfa-a9aff839985c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de142db2-184e-4ac3-9ab9-0f1b601cf77d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de142db2-184e-4ac3-9ab9-0f1b601cf77d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6526973108870498222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222652697310887049822265269731088704982226526973108870498222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 515f7522-8496-4779-a510-89d425cbbb95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515f7522-8496-4779-a510-89d425cbbb95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1915764850509981448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448191576485050998144819157648505099814481915764850509981448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de142db2-184e-4ac3-9ab9-0f1b601cf77d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff5e606e-a6e6-4db1-b55a-50f7a6d71d27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff5e606e-a6e6-4db1-b55a-50f7a6d71d27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6403890545650830869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869640389054565083086964038905456508308696403890545650830869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515f7522-8496-4779-a510-89d425cbbb95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1cc79e2-5388-4664-9c39-a57e8faa7509, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1cc79e2-5388-4664-9c39-a57e8faa7509, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3387448868658514848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848338744886865851484833874488686585148483387448868658514848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff5e606e-a6e6-4db1-b55a-50f7a6d71d27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc60843b-4340-4147-bc6d-39f79a3ea5a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc60843b-4340-4147-bc6d-39f79a3ea5a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17772888681623632784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784177728886816236327841777288868162363278417772888681623632784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1cc79e2-5388-4664-9c39-a57e8faa7509, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 693e2b10-b339-4c9c-a540-caa966d9ba9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 693e2b10-b339-4c9c-a540-caa966d9ba9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13556337479462063474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474135563374794620634741355633747946206347413556337479462063474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc60843b-4340-4147-bc6d-39f79a3ea5a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016d709d-5e38-423f-8377-516e541613f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016d709d-5e38-423f-8377-516e541613f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6832069723254489321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321683206972325448932168320697232544893216832069723254489321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 693e2b10-b339-4c9c-a540-caa966d9ba9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3943ca7b-caae-47ad-b403-54432bb053e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3943ca7b-caae-47ad-b403-54432bb053e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7605806009436403724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724760580600943640372476058060094364037247605806009436403724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016d709d-5e38-423f-8377-516e541613f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61ada65c-870b-477c-b175-1d4de2a45182, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ada65c-870b-477c-b175-1d4de2a45182, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16265931656293314313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313162659316562933143131626593165629331431316265931656293314313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3943ca7b-caae-47ad-b403-54432bb053e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd5b996d-7277-43a8-8d45-24e279db39e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5b996d-7277-43a8-8d45-24e279db39e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1174307084097879006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006117430708409787900611743070840978790061174307084097879006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5b996d-7277-43a8-8d45-24e279db39e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f7e618-da70-4e16-af96-f3eb556fd41f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ada65c-870b-477c-b175-1d4de2a45182, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d0d0b2-0499-4312-8875-ad84f1b82f0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d0d0b2-0499-4312-8875-ad84f1b82f0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15949380764895588558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558159493807648955885581594938076489558855815949380764895588558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f7e618-da70-4e16-af96-f3eb556fd41f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14298805922635781035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035142988059226357810351429880592263578103514298805922635781035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d0d0b2-0499-4312-8875-ad84f1b82f0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f766fbf4-07f4-43cd-90f7-f99422e90167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f766fbf4-07f4-43cd-90f7-f99422e90167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14051859657907232955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955140518596579072329551405185965790723295514051859657907232955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f7e618-da70-4e16-af96-f3eb556fd41f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f766fbf4-07f4-43cd-90f7-f99422e90167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bcd348e-5f37-4797-b6ba-ccdea998e3a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bcd348e-5f37-4797-b6ba-ccdea998e3a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4386752002473412325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325438675200247341232543867520024734123254386752002473412325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 34ce46b4-1440-4458-a67f-10cf5de98082, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 34ce46b4-1440-4458-a67f-10cf5de98082, localhost:62007): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dde2370f-33d8-47c6-82fb-83f3ff36af3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dde2370f-33d8-47c6-82fb-83f3ff36af3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10905640206042870284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284109056402060428702841090564020604287028410905640206042870284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bcd348e-5f37-4797-b6ba-ccdea998e3a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 34ce46b4-1440-4458-a67f-10cf5de98082, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 23411 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-riky6msjhe.auto.internal" port: 8661 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-riky6msjhe.auto.internal:8661, location , ssl: False>, <Endpoint ghrun-riky6msjhe.auto.internal:23411, 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:379 RpcState(ExecuteDataQuery, 99019504-bfce-432b-ba54-3158e850fa34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99019504-bfce-432b-ba54-3158e850fa34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4230708082662080834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834423070808266208083442307080826620808344230708082662080834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dde2370f-33d8-47c6-82fb-83f3ff36af3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b699313d-f8e5-4040-b76f-7ee3c3c1de89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b699313d-f8e5-4040-b76f-7ee3c3c1de89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6922225761045137464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464692222576104513746469222257610451374646922225761045137464" } } } 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:62007
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99019504-bfce-432b-ba54-3158e850fa34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf877c67-d6d9-4d9c-aab0-f4d09b234308, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf877c67-d6d9-4d9c-aab0-f4d09b234308, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5201788718100120049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049520178871810012004952017887181001200495201788718100120049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b699313d-f8e5-4040-b76f-7ee3c3c1de89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d659b3-3a01-4414-8527-6dbdaa347790, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d659b3-3a01-4414-8527-6dbdaa347790, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3992214011924541237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237399221401192454123739922140119245412373992214011924541237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d659b3-3a01-4414-8527-6dbdaa347790, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8304af7-181f-4011-9173-3ff8d87f7961, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8304af7-181f-4011-9173-3ff8d87f7961, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7810660965459529368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368781066096545952936878106609654595293687810660965459529368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf877c67-d6d9-4d9c-aab0-f4d09b234308, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26f7b4f2-61cf-43d5-8bee-570f774a1165, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f7b4f2-61cf-43d5-8bee-570f774a1165, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374265883003413849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849737426588300341384973742658830034138497374265883003413849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8304af7-181f-4011-9173-3ff8d87f7961, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30567489-80b1-4883-8c40-38aeec747e1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f7b4f2-61cf-43d5-8bee-570f774a1165, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30567489-80b1-4883-8c40-38aeec747e1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12117369358889943033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033121173693588899430331211736935888994303312117369358889943033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c997c9ab-3172-4be6-b91f-9ec1b8adab21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c997c9ab-3172-4be6-b91f-9ec1b8adab21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3731481084356689710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710373148108435668971037314810843566897103731481084356689710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30567489-80b1-4883-8c40-38aeec747e1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29f04f97-0eb8-4696-9bf0-c7400901193e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29f04f97-0eb8-4696-9bf0-c7400901193e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12345276297153964374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374123452762971539643741234527629715396437412345276297153964374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c997c9ab-3172-4be6-b91f-9ec1b8adab21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dce3b0a6-630c-43a1-9aa6-540e487e096c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dce3b0a6-630c-43a1-9aa6-540e487e096c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2731330570370909185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185273133057037090918527313305703709091852731330570370909185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29f04f97-0eb8-4696-9bf0-c7400901193e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33d79c1e-f3fb-41ca-910c-f6d44e29b6eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d79c1e-f3fb-41ca-910c-f6d44e29b6eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16671560606396861754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754166715606063968617541667156060639686175416671560606396861754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dce3b0a6-630c-43a1-9aa6-540e487e096c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da86eb25-5ce0-48bc-a055-fd1e3a79aef2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da86eb25-5ce0-48bc-a055-fd1e3a79aef2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4865605498204229201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201486560549820422920148656054982042292014865605498204229201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d79c1e-f3fb-41ca-910c-f6d44e29b6eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3f575aa-1e2d-4217-ae59-70ad7bf000c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3f575aa-1e2d-4217-ae59-70ad7bf000c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9769876591551619551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551976987659155161955197698765915516195519769876591551619551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da86eb25-5ce0-48bc-a055-fd1e3a79aef2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1239a15d-62b8-43e4-ba2b-9170c6bcfa6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1239a15d-62b8-43e4-ba2b-9170c6bcfa6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6979813647010234409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409697981364701023440969798136470102344096979813647010234409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3f575aa-1e2d-4217-ae59-70ad7bf000c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffdbdfe0-28c0-488a-bd22-7cf01db743b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffdbdfe0-28c0-488a-bd22-7cf01db743b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18131007343117709952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952181310073431177099521813100734311770995218131007343117709952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffdbdfe0-28c0-488a-bd22-7cf01db743b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c686b1a-b6ce-49ec-a2b3-d4646b34b303, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c686b1a-b6ce-49ec-a2b3-d4646b34b303, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10958943618801064386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386109589436188010643861095894361880106438610958943618801064386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1239a15d-62b8-43e4-ba2b-9170c6bcfa6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c686b1a-b6ce-49ec-a2b3-d4646b34b303, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fc4e2b4-8672-457b-8974-f11ee5ca9782, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fc4e2b4-8672-457b-8974-f11ee5ca9782, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1014073365392910770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770101407336539291077010140733653929107701014073365392910770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4382681d-a851-4fd0-b467-64a0c7fc4922, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fc4e2b4-8672-457b-8974-f11ee5ca9782, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15645ad3-efc1-4f26-ac3c-ac22866edf6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15645ad3-efc1-4f26-ac3c-ac22866edf6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6314682634276100020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020631468263427610002063146826342761000206314682634276100020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4382681d-a851-4fd0-b467-64a0c7fc4922, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14756180788533712667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667147561807885337126671475618078853371266714756180788533712667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15645ad3-efc1-4f26-ac3c-ac22866edf6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ba9213-01cf-4a86-9113-a67dcca193d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ba9213-01cf-4a86-9113-a67dcca193d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10454544810821553964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964104545448108215539641045454481082155396410454544810821553964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4382681d-a851-4fd0-b467-64a0c7fc4922, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddfdfee7-8fa1-4c9d-a0d0-5d39dc3fdfcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddfdfee7-8fa1-4c9d-a0d0-5d39dc3fdfcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3567670067628672089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089356767006762867208935676700676286720893567670067628672089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ba9213-01cf-4a86-9113-a67dcca193d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efed2716-870f-4eaf-9f13-edb99bde8aa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efed2716-870f-4eaf-9f13-edb99bde8aa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6206888805510890049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049620688880551089004962068888055108900496206888805510890049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddfdfee7-8fa1-4c9d-a0d0-5d39dc3fdfcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccb462be-625c-4db2-9464-74026d13c095, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb462be-625c-4db2-9464-74026d13c095, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10346141275636437358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358103461412756364373581034614127563643735810346141275636437358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efed2716-870f-4eaf-9f13-edb99bde8aa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba7afb2f-6ea5-41a0-9fb4-3621145557d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba7afb2f-6ea5-41a0-9fb4-3621145557d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4275374002166279434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434427537400216627943442753740021662794344275374002166279434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb462be-625c-4db2-9464-74026d13c095, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4daeea2f-78ce-44f3-a69c-fb4508d8f932, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daeea2f-78ce-44f3-a69c-fb4508d8f932, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2281045791594654923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923228104579159465492322810457915946549232281045791594654923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba7afb2f-6ea5-41a0-9fb4-3621145557d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bf92242-f6cd-46f4-a02f-ecb75e25034d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf92242-f6cd-46f4-a02f-ecb75e25034d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15010957264003309290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290150109572640033092901501095726400330929015010957264003309290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daeea2f-78ce-44f3-a69c-fb4508d8f932, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ece1fb4-ebbb-4a25-a89c-536ae1e73c07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ece1fb4-ebbb-4a25-a89c-536ae1e73c07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17898453164771781261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261178984531647717812611789845316477178126117898453164771781261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf92242-f6cd-46f4-a02f-ecb75e25034d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8491619-82a5-4321-a943-2e108edeca6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8491619-82a5-4321-a943-2e108edeca6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7750231855506614247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247775023185550661424777502318555066142477750231855506614247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ece1fb4-ebbb-4a25-a89c-536ae1e73c07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5689f9a-0a9e-4f9f-b3e7-ea1df2a29754, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 223d5ffd-d7d8-4b53-9aab-6e535fa47ea9, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8491619-82a5-4321-a943-2e108edeca6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a15f020-94c4-4a47-86fb-0921bc9fb973, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a15f020-94c4-4a47-86fb-0921bc9fb973, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15667786518231403173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173156677865182314031731566778651823140317315667786518231403173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 223d5ffd-d7d8-4b53-9aab-6e535fa47ea9, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5689f9a-0a9e-4f9f-b3e7-ea1df2a29754, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6118167697116128391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391611816769711612839161181676971161283916118167697116128391" } } } 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, 223d5ffd-d7d8-4b53-9aab-6e535fa47ea9, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 28913 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-riky6msjhe.auto.internal:28913, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a15f020-94c4-4a47-86fb-0921bc9fb973, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f61758a3-4a1c-4607-a446-f5709226ec9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f61758a3-4a1c-4607-a446-f5709226ec9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6849124453485387026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026684912445348538702668491244534853870266849124453485387026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5689f9a-0a9e-4f9f-b3e7-ea1df2a29754, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94aef62a-b994-452b-878e-29cf2c68cc85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94aef62a-b994-452b-878e-29cf2c68cc85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16662356284593985139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139166623562845939851391666235628459398513916662356284593985139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f61758a3-4a1c-4607-a446-f5709226ec9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 813ca2e5-0ab1-4a4c-b7da-1aac892eb2c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 813ca2e5-0ab1-4a4c-b7da-1aac892eb2c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1698439387969268906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906169843938796926890616984393879692689061698439387969268906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94aef62a-b994-452b-878e-29cf2c68cc85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efda37fd-fb49-4d8d-ba00-b927cb3bc719, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efda37fd-fb49-4d8d-ba00-b927cb3bc719, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9708686042114625610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610970868604211462561097086860421146256109708686042114625610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 813ca2e5-0ab1-4a4c-b7da-1aac892eb2c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df0c9fcd-593f-4f59-a005-e3830618cb9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df0c9fcd-593f-4f59-a005-e3830618cb9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2597647798830474552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552259764779883047455225976477988304745522597647798830474552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efda37fd-fb49-4d8d-ba00-b927cb3bc719, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0894e1e5-7a33-4943-a621-956fef800748, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0894e1e5-7a33-4943-a621-956fef800748, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11970563933312117687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687119705639333121176871197056393331211768711970563933312117687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df0c9fcd-593f-4f59-a005-e3830618cb9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ad852ea-5bb0-4548-a493-6315f3a5a9c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ad852ea-5bb0-4548-a493-6315f3a5a9c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16869786324525021340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340168697863245250213401686978632452502134016869786324525021340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0894e1e5-7a33-4943-a621-956fef800748, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1d8bffd-2c6d-4e22-b83e-7ddf95bcba91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d8bffd-2c6d-4e22-b83e-7ddf95bcba91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5098805886569381316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316509880588656938131650988058865693813165098805886569381316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ad852ea-5bb0-4548-a493-6315f3a5a9c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f3f7d18-2e70-4af8-b887-801de109045a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f3f7d18-2e70-4af8-b887-801de109045a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5030119892991052295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295503011989299105229550301198929910522955030119892991052295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d8bffd-2c6d-4e22-b83e-7ddf95bcba91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eeede3a-9eec-4ff3-a671-4c1dfde97677, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eeede3a-9eec-4ff3-a671-4c1dfde97677, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14051706387996226250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250140517063879962262501405170638799622625014051706387996226250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f3f7d18-2e70-4af8-b887-801de109045a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15e18330-cc91-460a-bb7a-e51b0d91f906, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15e18330-cc91-460a-bb7a-e51b0d91f906, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11730492686324307567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567117304926863243075671173049268632430756711730492686324307567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eeede3a-9eec-4ff3-a671-4c1dfde97677, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed5eaae0-a89c-4371-b78d-441cb54a5697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5eaae0-a89c-4371-b78d-441cb54a5697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10561518920758539696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696105615189207585396961056151892075853969610561518920758539696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15e18330-cc91-460a-bb7a-e51b0d91f906, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f23f6891-de14-492e-b109-1365969e41d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f23f6891-de14-492e-b109-1365969e41d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10558774971907766613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613105587749719077666131055877497190776661310558774971907766613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5eaae0-a89c-4371-b78d-441cb54a5697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 325b3c6b-07d7-46c4-a3e2-36d71f7add21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325b3c6b-07d7-46c4-a3e2-36d71f7add21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2938441423121906988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988293844142312190698829384414231219069882938441423121906988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f23f6891-de14-492e-b109-1365969e41d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09a9b925-447d-4dda-95d8-ea473be3f4f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09a9b925-447d-4dda-95d8-ea473be3f4f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14865215537768814223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223148652155377688142231486521553776881422314865215537768814223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325b3c6b-07d7-46c4-a3e2-36d71f7add21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21d03323-89ac-4478-90fe-3cb0d423a628, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d03323-89ac-4478-90fe-3cb0d423a628, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10728923814984568489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489107289238149845684891072892381498456848910728923814984568489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09a9b925-447d-4dda-95d8-ea473be3f4f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad889c39-7d18-4c06-a262-a3d8668c2564, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad889c39-7d18-4c06-a262-a3d8668c2564, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005623779406277550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550110056237794062775501100562377940627755011005623779406277550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d03323-89ac-4478-90fe-3cb0d423a628, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 432884a7-75de-4aae-b459-956206a7f22a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432884a7-75de-4aae-b459-956206a7f22a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7870384641200101134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134787038464120010113478703846412001011347870384641200101134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad889c39-7d18-4c06-a262-a3d8668c2564, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f90fde-7d48-402b-a80a-510b3f374699, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f90fde-7d48-402b-a80a-510b3f374699, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8694045230170607147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147869404523017060714786940452301706071478694045230170607147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432884a7-75de-4aae-b459-956206a7f22a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f90fde-7d48-402b-a80a-510b3f374699, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b25ceca3-9a2b-40d8-ac47-d8bad0f2af48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25ceca3-9a2b-40d8-ac47-d8bad0f2af48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9612579930551054478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478961257993055105447896125799305510544789612579930551054478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f020de9-f35e-4de3-97d1-bc2d89d2f779, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f020de9-f35e-4de3-97d1-bc2d89d2f779, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2644242733412127721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721264424273341212772126442427334121277212644242733412127721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25ceca3-9a2b-40d8-ac47-d8bad0f2af48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff7e33b5-0151-41bf-84dd-67332324733d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff7e33b5-0151-41bf-84dd-67332324733d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12347883226881689499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499123478832268816894991234788322688168949912347883226881689499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f020de9-f35e-4de3-97d1-bc2d89d2f779, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e22ac563-c922-4128-b9b6-2c5a4a08154b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22ac563-c922-4128-b9b6-2c5a4a08154b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11865553083086625710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710118655530830866257101186555308308662571011865553083086625710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22ac563-c922-4128-b9b6-2c5a4a08154b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 177a8282-eb5d-4dc1-a393-35cee5950186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 177a8282-eb5d-4dc1-a393-35cee5950186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3294403570059381981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981329440357005938198132944035700593819813294403570059381981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff7e33b5-0151-41bf-84dd-67332324733d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 737fd826-ad6c-47ba-bdf3-da7e97388355, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 737fd826-ad6c-47ba-bdf3-da7e97388355, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4224006932337812830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830422400693233781283042240069323378128304224006932337812830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 177a8282-eb5d-4dc1-a393-35cee5950186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bc06603-f81c-4b0c-8256-741ee89dc6c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bc06603-f81c-4b0c-8256-741ee89dc6c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 785022720864516442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442785022720864516442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 737fd826-ad6c-47ba-bdf3-da7e97388355, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6c4129b-0921-4d96-bf0a-ea069d4d7473, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c4129b-0921-4d96-bf0a-ea069d4d7473, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313151838162388014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014183131518381623880141831315183816238801418313151838162388014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bc06603-f81c-4b0c-8256-741ee89dc6c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee7c147b-9fa7-4e4b-9ca2-f4b9dc760909, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee7c147b-9fa7-4e4b-9ca2-f4b9dc760909, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12343590961750677470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470123435909617506774701234359096175067747012343590961750677470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c4129b-0921-4d96-bf0a-ea069d4d7473, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ee28c2d-9f4e-4974-8832-ff9cf3908332, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee28c2d-9f4e-4974-8832-ff9cf3908332, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4482649016497405664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664448264901649740566444826490164974056644482649016497405664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee28c2d-9f4e-4974-8832-ff9cf3908332, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edbeb84d-01b0-4124-8404-e12a2d59ed30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee7c147b-9fa7-4e4b-9ca2-f4b9dc760909, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5083e9b0-64ad-4b9b-8261-d2e7c3f433b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edbeb84d-01b0-4124-8404-e12a2d59ed30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2981201334833913432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432298120133483391343229812013348339134322981201334833913432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5083e9b0-64ad-4b9b-8261-d2e7c3f433b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11462809970928209429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429114628099709282094291146280997092820942911462809970928209429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edbeb84d-01b0-4124-8404-e12a2d59ed30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1e77fb4-3a7b-43e3-8221-16fc3e7c996c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5083e9b0-64ad-4b9b-8261-d2e7c3f433b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e2521b7-380e-45b0-8424-e8232144cde5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e2521b7-380e-45b0-8424-e8232144cde5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3993855972738553824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824399385597273855382439938559727385538243993855972738553824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e77fb4-3a7b-43e3-8221-16fc3e7c996c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3221428254379177396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396322142825437917739632214282543791773963221428254379177396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e77fb4-3a7b-43e3-8221-16fc3e7c996c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c079836-5003-429d-8e1b-741dac9c64c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c079836-5003-429d-8e1b-741dac9c64c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1473517035319622112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112147351703531962211214735170353196221121473517035319622112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e2521b7-380e-45b0-8424-e8232144cde5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60b0965a-a243-4588-9666-e180046d5cb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60b0965a-a243-4588-9666-e180046d5cb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6065075932898986547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547606507593289898654760650759328989865476065075932898986547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c079836-5003-429d-8e1b-741dac9c64c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb19f7cd-1b4d-47cb-bc71-448f46929f82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb19f7cd-1b4d-47cb-bc71-448f46929f82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11338585234847762152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152113385852348477621521133858523484776215211338585234847762152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60b0965a-a243-4588-9666-e180046d5cb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bf181cf-6889-450f-8397-6b4a37fa6584, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bf181cf-6889-450f-8397-6b4a37fa6584, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10370880323972176061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061103708803239721760611037088032397217606110370880323972176061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb19f7cd-1b4d-47cb-bc71-448f46929f82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a3bfc1e-515d-4557-a6e1-0042b7b2b897, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a3bfc1e-515d-4557-a6e1-0042b7b2b897, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7166208727959426152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152716620872795942615271662087279594261527166208727959426152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bf181cf-6889-450f-8397-6b4a37fa6584, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8910082f-cbee-467a-81f6-ee1f9bc59f9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8910082f-cbee-467a-81f6-ee1f9bc59f9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1215292561315697485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485121529256131569748512152925613156974851215292561315697485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a3bfc1e-515d-4557-a6e1-0042b7b2b897, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddea0445-78be-4a3d-8591-58d7d8e18881, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddea0445-78be-4a3d-8591-58d7d8e18881, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16341027706000922921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921163410277060009229211634102770600092292116341027706000922921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8910082f-cbee-467a-81f6-ee1f9bc59f9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddea0445-78be-4a3d-8591-58d7d8e18881, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ef9f6d6-b2e5-4dbe-ae2d-b05206f2a8f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ef9f6d6-b2e5-4dbe-ae2d-b05206f2a8f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503374688955203258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258950337468895520325895033746889552032589503374688955203258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1634c790-2e67-4b0f-a715-551e36440632, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1634c790-2e67-4b0f-a715-551e36440632, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17489660238231278857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857174896602382312788571748966023823127885717489660238231278857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ef9f6d6-b2e5-4dbe-ae2d-b05206f2a8f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1de54c4-02af-469d-815d-4495f60c1d00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1de54c4-02af-469d-815d-4495f60c1d00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17668976200930096967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967176689762009300969671766897620093009696717668976200930096967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1634c790-2e67-4b0f-a715-551e36440632, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a29bd88-9538-41fb-9632-43e0b5303045, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a29bd88-9538-41fb-9632-43e0b5303045, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7663326674197191002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002766332667419719100276633266741971910027663326674197191002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1de54c4-02af-469d-815d-4495f60c1d00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 294150c9-a400-4714-bb65-c2e85a0e7429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 294150c9-a400-4714-bb65-c2e85a0e7429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16762823159484700865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865167628231594847008651676282315948470086516762823159484700865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a29bd88-9538-41fb-9632-43e0b5303045, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ceb63e9-c041-4eae-a5c3-2215eb15f13f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ceb63e9-c041-4eae-a5c3-2215eb15f13f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12418788829929809056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056124187888299298090561241878882992980905612418788829929809056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 294150c9-a400-4714-bb65-c2e85a0e7429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90e18101-aacb-478f-8627-580a72b8e7dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e18101-aacb-478f-8627-580a72b8e7dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4693697306380562326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326469369730638056232646936973063805623264693697306380562326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ceb63e9-c041-4eae-a5c3-2215eb15f13f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88d48c7c-3f71-40ad-8576-14fb3b4daa0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d48c7c-3f71-40ad-8576-14fb3b4daa0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3358416935186981530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530335841693518698153033584169351869815303358416935186981530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e18101-aacb-478f-8627-580a72b8e7dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1d59ec5-7f30-4b5a-bc22-0eb6ccf5d0fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1d59ec5-7f30-4b5a-bc22-0eb6ccf5d0fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 578666599094971659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659578666599094971659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d48c7c-3f71-40ad-8576-14fb3b4daa0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f01fe1ad-3b1c-431a-8e53-87ce355e95dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1d59ec5-7f30-4b5a-bc22-0eb6ccf5d0fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01fe1ad-3b1c-431a-8e53-87ce355e95dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8670146703894967940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940867014670389496794086701467038949679408670146703894967940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51e10dfe-41f1-4052-b13e-f02a4edd7360, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e10dfe-41f1-4052-b13e-f02a4edd7360, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7769157060737243602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602776915706073724360277691570607372436027769157060737243602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01fe1ad-3b1c-431a-8e53-87ce355e95dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 408a8213-c83e-4471-90dc-b29a672e24be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 408a8213-c83e-4471-90dc-b29a672e24be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10151011241099627437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437101510112410996274371015101124109962743710151011241099627437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e10dfe-41f1-4052-b13e-f02a4edd7360, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e03d8b1c-5af7-43b7-ac69-6916444b64b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e03d8b1c-5af7-43b7-ac69-6916444b64b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14251572820274084938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938142515728202740849381425157282027408493814251572820274084938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 408a8213-c83e-4471-90dc-b29a672e24be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2787ac4c-6af3-4308-8906-af244fae0421, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2787ac4c-6af3-4308-8906-af244fae0421, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3892270685488369727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727389227068548836972738922706854883697273892270685488369727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e03d8b1c-5af7-43b7-ac69-6916444b64b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2747040c-5aa7-410e-8586-f472ec56c9d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2747040c-5aa7-410e-8586-f472ec56c9d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8438634919328776068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068843863491932877606884386349193287760688438634919328776068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2787ac4c-6af3-4308-8906-af244fae0421, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e233aae-03eb-464c-a74b-d3a16806a5d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e233aae-03eb-464c-a74b-d3a16806a5d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11974803946750532149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149119748039467505321491197480394675053214911974803946750532149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2747040c-5aa7-410e-8586-f472ec56c9d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d92177d-05ed-4bae-b1e9-cbe153084e5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d92177d-05ed-4bae-b1e9-cbe153084e5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11356937315004427579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579113569373150044275791135693731500442757911356937315004427579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e233aae-03eb-464c-a74b-d3a16806a5d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fdadc76-c754-4164-8966-3fdc6de924ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fdadc76-c754-4164-8966-3fdc6de924ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18424372462100192647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647184243724621001926471842437246210019264718424372462100192647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d92177d-05ed-4bae-b1e9-cbe153084e5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d32812bb-1f1c-4bf2-aea5-b64aa8ac0850, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d32812bb-1f1c-4bf2-aea5-b64aa8ac0850, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4376291055229726611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611437629105522972661143762910552297266114376291055229726611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fdadc76-c754-4164-8966-3fdc6de924ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e580c590-09c0-4954-9ff8-dd5a3edb9a80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e580c590-09c0-4954-9ff8-dd5a3edb9a80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14135884318870626667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667141358843188706266671413588431887062666714135884318870626667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d32812bb-1f1c-4bf2-aea5-b64aa8ac0850, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d72bff6-5b92-4200-a89e-74064c60984c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d72bff6-5b92-4200-a89e-74064c60984c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12942036045081320506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506129420360450813205061294203604508132050612942036045081320506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e580c590-09c0-4954-9ff8-dd5a3edb9a80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffc9554d-0c1e-4421-b253-480d860685c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc9554d-0c1e-4421-b253-480d860685c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 509388337649834663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663509388337649834663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d72bff6-5b92-4200-a89e-74064c60984c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4702f006-1d1b-48ae-aa4e-9b95df2f3a13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4702f006-1d1b-48ae-aa4e-9b95df2f3a13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2277241203953072676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676227724120395307267622772412039530726762277241203953072676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc9554d-0c1e-4421-b253-480d860685c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6afa68d-9627-45d8-9482-11dcf1ba9b4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6afa68d-9627-45d8-9482-11dcf1ba9b4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5596718343303273770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770559671834330327377055967183433032737705596718343303273770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4702f006-1d1b-48ae-aa4e-9b95df2f3a13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d77cf7c-c1ac-489c-9633-9454cd3f010a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6afa68d-9627-45d8-9482-11dcf1ba9b4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c784fc6a-46c5-45ff-bc88-12a30207e3c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c784fc6a-46c5-45ff-bc88-12a30207e3c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7587542950565498039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039758754295056549803975875429505654980397587542950565498039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d77cf7c-c1ac-489c-9633-9454cd3f010a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4626055843855430596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596462605584385543059646260558438554305964626055843855430596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c784fc6a-46c5-45ff-bc88-12a30207e3c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d0e1476-7f83-487a-b42e-cdf5b39a21ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0e1476-7f83-487a-b42e-cdf5b39a21ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16360036838899712902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902163600368388997129021636003683889971290216360036838899712902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d77cf7c-c1ac-489c-9633-9454cd3f010a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b95b1709-e38a-4f81-a502-2b39ea8d85bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b95b1709-e38a-4f81-a502-2b39ea8d85bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18115377589545628928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928181153775895456289281811537758954562892818115377589545628928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0e1476-7f83-487a-b42e-cdf5b39a21ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b95b1709-e38a-4f81-a502-2b39ea8d85bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3569313e-f8d5-4698-8166-987b25f13ea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3569313e-f8d5-4698-8166-987b25f13ea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874080503431486516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516148740805034314865161487408050343148651614874080503431486516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec6d72f3-dbcd-4963-97c4-c8751b5ca590, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec6d72f3-dbcd-4963-97c4-c8751b5ca590, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5478011154767168792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792547801115476716879254780111547671687925478011154767168792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3569313e-f8d5-4698-8166-987b25f13ea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a5de4eb-7f2e-49a6-883c-03e4c229c8cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a5de4eb-7f2e-49a6-883c-03e4c229c8cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15511423001562730876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876155114230015627308761551142300156273087615511423001562730876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec6d72f3-dbcd-4963-97c4-c8751b5ca590, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddb83e8e-376e-4d16-9e17-8ee6157b1d24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb83e8e-376e-4d16-9e17-8ee6157b1d24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14548440808962589155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155145484408089625891551454844080896258915514548440808962589155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a5de4eb-7f2e-49a6-883c-03e4c229c8cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 209d849f-0b6f-4ca3-adb8-2bf77ccee84b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 209d849f-0b6f-4ca3-adb8-2bf77ccee84b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16723836696731671984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984167238366967316719841672383669673167198416723836696731671984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb83e8e-376e-4d16-9e17-8ee6157b1d24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 394972c7-c582-4486-a341-82b6c1401e84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 394972c7-c582-4486-a341-82b6c1401e84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1857003547185668681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681185700354718566868118570035471856686811857003547185668681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 209d849f-0b6f-4ca3-adb8-2bf77ccee84b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1318305-7259-4872-b943-23a3e3163302, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1318305-7259-4872-b943-23a3e3163302, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10290670754826282225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225102906707548262822251029067075482628222510290670754826282225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 394972c7-c582-4486-a341-82b6c1401e84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5197f71-6c07-4fa8-bf63-9bec7b7bf4ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5197f71-6c07-4fa8-bf63-9bec7b7bf4ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3362048205247218474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474336204820524721847433620482052472184743362048205247218474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1318305-7259-4872-b943-23a3e3163302, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, debab99c-e92c-4eb3-901b-233c74fc964b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, debab99c-e92c-4eb3-901b-233c74fc964b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18367242984865411131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131183672429848654111311836724298486541113118367242984865411131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5197f71-6c07-4fa8-bf63-9bec7b7bf4ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24a09d77-b1a3-40fb-b179-63b8dc8b862c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, debab99c-e92c-4eb3-901b-233c74fc964b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2342bb7d-0140-4f4e-89be-e33590f78789, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2342bb7d-0140-4f4e-89be-e33590f78789, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4538855545679250759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759453885554567925075945388555456792507594538855545679250759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a09d77-b1a3-40fb-b179-63b8dc8b862c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13423928706036154692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692134239287060361546921342392870603615469213423928706036154692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a09d77-b1a3-40fb-b179-63b8dc8b862c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae78ecb-688f-46f4-ba2a-3c5f7ff9f279, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2342bb7d-0140-4f4e-89be-e33590f78789, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae78ecb-688f-46f4-ba2a-3c5f7ff9f279, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16360563011246636069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069163605630112466360691636056301124663606916360563011246636069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6ccbe01-151c-444a-ac66-0f556fa68e79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ccbe01-151c-444a-ac66-0f556fa68e79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1501189391609889216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216150118939160988921615011893916098892161501189391609889216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ccbe01-151c-444a-ac66-0f556fa68e79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ae30917-7746-441a-b346-75d86c6b2a84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae30917-7746-441a-b346-75d86c6b2a84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 31143116270629048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3114311627062904831143116270629048311431162706290483114311627062904831143116270629048311431162706290483114311627062904831143116270629048311431162706290483114311627062904831143116270629048311431162706290483114311627062904831143116270629048311431162706290483114311627062904831143116270629048311431162706290483114311627062904831143116270629048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae78ecb-688f-46f4-ba2a-3c5f7ff9f279, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66d6fea6-8f9b-4a67-8e37-66caa1442280, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d6fea6-8f9b-4a67-8e37-66caa1442280, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7930268599241645113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113793026859924164511379302685992416451137930268599241645113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae30917-7746-441a-b346-75d86c6b2a84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 421cd3c6-ba7d-4060-b82c-b78f951c0689, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421cd3c6-ba7d-4060-b82c-b78f951c0689, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7089269823948683289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289708926982394868328970892698239486832897089269823948683289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66d6fea6-8f9b-4a67-8e37-66caa1442280, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d829b30a-b57c-4860-9c97-3ea7ba1ccc1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d829b30a-b57c-4860-9c97-3ea7ba1ccc1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7118740461144240131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131711874046114424013171187404611442401317118740461144240131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421cd3c6-ba7d-4060-b82c-b78f951c0689, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdfb343b-0227-4886-b82b-a409e5394407, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdfb343b-0227-4886-b82b-a409e5394407, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8970880325822774727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727897088032582277472789708803258227747278970880325822774727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d829b30a-b57c-4860-9c97-3ea7ba1ccc1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a2384a5-8497-4e41-b2c1-7143fe9e27b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a2384a5-8497-4e41-b2c1-7143fe9e27b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12336668301044638367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367123366683010446383671233666830104463836712336668301044638367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdfb343b-0227-4886-b82b-a409e5394407, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b1b15b3-0b04-41f0-829e-522527037f1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b1b15b3-0b04-41f0-829e-522527037f1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4079492355831007883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883407949235583100788340794923558310078834079492355831007883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a2384a5-8497-4e41-b2c1-7143fe9e27b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a6dfa8-90d5-4567-82d6-5f0ec46c3ce0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a6dfa8-90d5-4567-82d6-5f0ec46c3ce0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11633516256213556088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088116335162562135560881163351625621355608811633516256213556088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b1b15b3-0b04-41f0-829e-522527037f1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3b6afcf-7081-4998-b798-5fd095606a55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b6afcf-7081-4998-b798-5fd095606a55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1025364255749236736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736102536425574923673610253642557492367361025364255749236736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a6dfa8-90d5-4567-82d6-5f0ec46c3ce0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5076714a-5e6f-4077-b635-34eda7f6e58f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5076714a-5e6f-4077-b635-34eda7f6e58f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6180728070209520681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681618072807020952068161807280702095206816180728070209520681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b6afcf-7081-4998-b798-5fd095606a55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfc16adc-a7df-42d4-ac38-e34c93e40502, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc16adc-a7df-42d4-ac38-e34c93e40502, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12123180640811425919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919121231806408114259191212318064081142591912123180640811425919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5076714a-5e6f-4077-b635-34eda7f6e58f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc16adc-a7df-42d4-ac38-e34c93e40502, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc64f9d4-011e-4d91-9f7d-e8f689b92dfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc64f9d4-011e-4d91-9f7d-e8f689b92dfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6636130452974891274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274663613045297489127466361304529748912746636130452974891274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 626eb50f-f38f-4b93-93ea-da23566ee6a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 626eb50f-f38f-4b93-93ea-da23566ee6a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13898295313626307307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307138982953136263073071389829531362630730713898295313626307307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc64f9d4-011e-4d91-9f7d-e8f689b92dfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61924389-1b93-4e1e-999e-4c6cd1d6b6cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61924389-1b93-4e1e-999e-4c6cd1d6b6cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15232085383217491782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782152320853832174917821523208538321749178215232085383217491782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 626eb50f-f38f-4b93-93ea-da23566ee6a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 542db43b-e883-426e-a1ec-29d999ba9ae0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 542db43b-e883-426e-a1ec-29d999ba9ae0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3984420750910767350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350398442075091076735039844207509107673503984420750910767350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61924389-1b93-4e1e-999e-4c6cd1d6b6cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d58e5dfd-38a9-4eb1-912a-0a17e8b8ac64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d58e5dfd-38a9-4eb1-912a-0a17e8b8ac64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 774708220923418050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050774708220923418050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 542db43b-e883-426e-a1ec-29d999ba9ae0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d60652-39c7-458e-86ca-3216697f31cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d60652-39c7-458e-86ca-3216697f31cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8691745787752169033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033869174578775216903386917457877521690338691745787752169033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d58e5dfd-38a9-4eb1-912a-0a17e8b8ac64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0da84f2-7436-45b9-ae02-379b94c7643f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0da84f2-7436-45b9-ae02-379b94c7643f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14380207312902466548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548143802073129024665481438020731290246654814380207312902466548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d60652-39c7-458e-86ca-3216697f31cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0bb18a9-ad86-48dc-83db-9f7b95e28b36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0bb18a9-ad86-48dc-83db-9f7b95e28b36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4801046635970345118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118480104663597034511848010466359703451184801046635970345118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0da84f2-7436-45b9-ae02-379b94c7643f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed61d35b-0532-4b50-97ad-6e9e2d4a76de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed61d35b-0532-4b50-97ad-6e9e2d4a76de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2296715054132466490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490229671505413246649022967150541324664902296715054132466490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0bb18a9-ad86-48dc-83db-9f7b95e28b36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70f2db0a-5d6d-4035-8e43-3bed3777bdfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed61d35b-0532-4b50-97ad-6e9e2d4a76de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f2db0a-5d6d-4035-8e43-3bed3777bdfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7965165560509621479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479796516556050962147979651655605096214797965165560509621479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10227739-6581-46cc-b8ab-a326b074f42e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10227739-6581-46cc-b8ab-a326b074f42e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12612641615902240962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962126126416159022409621261264161590224096212612641615902240962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f2db0a-5d6d-4035-8e43-3bed3777bdfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10227739-6581-46cc-b8ab-a326b074f42e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee3b3ea6-c2b9-4a7c-8da6-7ac6fab38628, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee3b3ea6-c2b9-4a7c-8da6-7ac6fab38628, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12817701836900323940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940128177018369003239401281770183690032394012817701836900323940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa2b4b93-90a8-4336-b576-53428a60282d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa2b4b93-90a8-4336-b576-53428a60282d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2130026351076743270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270213002635107674327021300263510767432702130026351076743270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee3b3ea6-c2b9-4a7c-8da6-7ac6fab38628, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e24fbb5-a8d4-4c82-818e-ab72408de880, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e24fbb5-a8d4-4c82-818e-ab72408de880, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18220228318352187943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943182202283183521879431822022831835218794318220228318352187943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa2b4b93-90a8-4336-b576-53428a60282d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85014f4d-ef18-479e-b28f-eabee91511b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85014f4d-ef18-479e-b28f-eabee91511b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1648122059967169419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419164812205996716941916481220599671694191648122059967169419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e24fbb5-a8d4-4c82-818e-ab72408de880, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85014f4d-ef18-479e-b28f-eabee91511b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a7ad111-5730-41e9-b68e-e2314ae7313c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a7ad111-5730-41e9-b68e-e2314ae7313c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7214298306563608422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422721429830656360842272142983065636084227214298306563608422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41df260c-13bc-4b40-9018-e4052bd083fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41df260c-13bc-4b40-9018-e4052bd083fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12799409880945006918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918127994098809450069181279940988094500691812799409880945006918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a7ad111-5730-41e9-b68e-e2314ae7313c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cc9fafa-de1c-490d-a9df-0da8376eeed1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc9fafa-de1c-490d-a9df-0da8376eeed1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6465822910996485062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062646582291099648506264658229109964850626465822910996485062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41df260c-13bc-4b40-9018-e4052bd083fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08265aae-c821-4655-a346-08e22f47af1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08265aae-c821-4655-a346-08e22f47af1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13223549127749261548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548132235491277492615481322354912774926154813223549127749261548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc9fafa-de1c-490d-a9df-0da8376eeed1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cd8f4d4-fb04-47a3-924c-1af963c61a63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd8f4d4-fb04-47a3-924c-1af963c61a63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386716103144269616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616838671610314426961683867161031442696168386716103144269616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08265aae-c821-4655-a346-08e22f47af1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 793302cd-fbe2-486d-8a1f-f0ac6346fba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 793302cd-fbe2-486d-8a1f-f0ac6346fba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987885534722551484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484398788553472255148439878855347225514843987885534722551484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd8f4d4-fb04-47a3-924c-1af963c61a63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f2835d8-44de-467e-95f8-f4bd7f2ae016, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2835d8-44de-467e-95f8-f4bd7f2ae016, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10855280595696840287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287108552805956968402871085528059569684028710855280595696840287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 793302cd-fbe2-486d-8a1f-f0ac6346fba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72d5954f-48ce-48e2-89e2-918bc55e0d79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d5954f-48ce-48e2-89e2-918bc55e0d79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925329933633371246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246179253299336333712461792532993363337124617925329933633371246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2835d8-44de-467e-95f8-f4bd7f2ae016, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 210269b0-4c71-4b47-8024-bba7adf47553, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 210269b0-4c71-4b47-8024-bba7adf47553, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1214183828472226648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648121418382847222664812141838284722266481214183828472226648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d5954f-48ce-48e2-89e2-918bc55e0d79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 210269b0-4c71-4b47-8024-bba7adf47553, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9cadf61-63d5-441e-9848-dab97defe226, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cadf61-63d5-441e-9848-dab97defe226, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13804233112772607037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037138042331127726070371380423311277260703713804233112772607037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd08aa80-35f1-44b4-bfaf-e2c580d32a3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd08aa80-35f1-44b4-bfaf-e2c580d32a3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5371213051377459120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120537121305137745912053712130513774591205371213051377459120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd08aa80-35f1-44b4-bfaf-e2c580d32a3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cadf61-63d5-441e-9848-dab97defe226, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ccab6c-c527-46f9-a7e3-a49992ab7a4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1677949-3bbc-43ff-84d5-6c8e0a51c13f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ccab6c-c527-46f9-a7e3-a49992ab7a4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 251201346693925853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853251201346693925853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1677949-3bbc-43ff-84d5-6c8e0a51c13f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5439990548808947046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046543999054880894704654399905488089470465439990548808947046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ccab6c-c527-46f9-a7e3-a49992ab7a4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26f130a0-e235-445b-af9a-0159061741c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26f130a0-e235-445b-af9a-0159061741c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774141917649537428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428117741419176495374281177414191764953742811774141917649537428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1677949-3bbc-43ff-84d5-6c8e0a51c13f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c62a415-18f7-4ad2-baaf-a20f3d753e5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26f130a0-e235-445b-af9a-0159061741c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c62a415-18f7-4ad2-baaf-a20f3d753e5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7205697581419921619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619720569758141992161972056975814199216197205697581419921619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef62d5a6-830b-454f-941c-cbc20c92cf66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef62d5a6-830b-454f-941c-cbc20c92cf66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13531783923701323919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919135317839237013239191353178392370132391913531783923701323919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c62a415-18f7-4ad2-baaf-a20f3d753e5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e51cf14e-8a3f-4b39-bcd7-e111a4d1f034, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e51cf14e-8a3f-4b39-bcd7-e111a4d1f034, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10891716770470851345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345108917167704708513451089171677047085134510891716770470851345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef62d5a6-830b-454f-941c-cbc20c92cf66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af42e55-a345-4db0-b680-8cdd26ae52f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af42e55-a345-4db0-b680-8cdd26ae52f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13253295925249226906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906132532959252492269061325329592524922690613253295925249226906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e51cf14e-8a3f-4b39-bcd7-e111a4d1f034, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1de34c74-a0e5-4e29-87f2-0fa67c554cdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de34c74-a0e5-4e29-87f2-0fa67c554cdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1643081927452377274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274164308192745237727416430819274523772741643081927452377274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af42e55-a345-4db0-b680-8cdd26ae52f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3da5a7dc-a961-4f44-b2c3-64d3378f8994, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3da5a7dc-a961-4f44-b2c3-64d3378f8994, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12890350459432843345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345128903504594328433451289035045943284334512890350459432843345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de34c74-a0e5-4e29-87f2-0fa67c554cdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bad7929-b80e-4249-98c2-cbdb51cab7d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bad7929-b80e-4249-98c2-cbdb51cab7d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15400299015884189952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952154002990158841899521540029901588418995215400299015884189952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3da5a7dc-a961-4f44-b2c3-64d3378f8994, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63a47451-d901-447e-a09f-22741b2c34f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a47451-d901-447e-a09f-22741b2c34f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12680634685413136530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530126806346854131365301268063468541313653012680634685413136530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bad7929-b80e-4249-98c2-cbdb51cab7d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c4d521-d758-47ec-b3d2-ba53949cb0c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c4d521-d758-47ec-b3d2-ba53949cb0c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18078038116595235827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827180780381165952358271807803811659523582718078038116595235827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a47451-d901-447e-a09f-22741b2c34f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72014207-db5e-430b-b0f5-0b276c1684b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72014207-db5e-430b-b0f5-0b276c1684b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14445375726157329231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231144453757261573292311444537572615732923114445375726157329231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c4d521-d758-47ec-b3d2-ba53949cb0c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c8c8c6f-0e12-4c74-bce2-86032b57282f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c8c8c6f-0e12-4c74-bce2-86032b57282f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4587981015748916548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548458798101574891654845879810157489165484587981015748916548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72014207-db5e-430b-b0f5-0b276c1684b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9958090-1b50-4576-b2b5-25d0f5a2db8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9958090-1b50-4576-b2b5-25d0f5a2db8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1158353180253189417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417115835318025318941711583531802531894171158353180253189417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c8c8c6f-0e12-4c74-bce2-86032b57282f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00298977-47a6-4e34-b826-21d423723eee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00298977-47a6-4e34-b826-21d423723eee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14239051180895738999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999142390511808957389991423905118089573899914239051180895738999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9958090-1b50-4576-b2b5-25d0f5a2db8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d63cb761-54e3-4430-81f9-3464b8980d11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d63cb761-54e3-4430-81f9-3464b8980d11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2323941012352325778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778232394101235232577823239410123523257782323941012352325778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00298977-47a6-4e34-b826-21d423723eee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c555822-3c4b-46c8-a725-c51ae87bba77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c555822-3c4b-46c8-a725-c51ae87bba77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5548427038355693915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915554842703835569391555484270383556939155548427038355693915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d63cb761-54e3-4430-81f9-3464b8980d11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbe903eb-9070-4c65-af5c-a57e2714f380, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe903eb-9070-4c65-af5c-a57e2714f380, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6329918242069295201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201632991824206929520163299182420692952016329918242069295201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c555822-3c4b-46c8-a725-c51ae87bba77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e67b68f2-24c6-44a0-b294-72cbde9685a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67b68f2-24c6-44a0-b294-72cbde9685a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14720049817570949755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755147200498175709497551472004981757094975514720049817570949755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe903eb-9070-4c65-af5c-a57e2714f380, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20d266d1-a238-4bda-b734-0b6c34434f55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d266d1-a238-4bda-b734-0b6c34434f55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17812825225317811116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116178128252253178111161781282522531781111617812825225317811116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67b68f2-24c6-44a0-b294-72cbde9685a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e9eb5e-c052-4241-8a19-a5dc2574011f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e9eb5e-c052-4241-8a19-a5dc2574011f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10636914405880476928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928106369144058804769281063691440588047692810636914405880476928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d266d1-a238-4bda-b734-0b6c34434f55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9117d2f2-3907-43c0-ad20-c3286134420c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9117d2f2-3907-43c0-ad20-c3286134420c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17017719377745921829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829170177193777459218291701771937774592182917017719377745921829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e9eb5e-c052-4241-8a19-a5dc2574011f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 171a7257-5c38-4f46-ab71-99ef9e4be22f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 171a7257-5c38-4f46-ab71-99ef9e4be22f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4746746638274564652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652474674663827456465247467466382745646524746746638274564652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9117d2f2-3907-43c0-ad20-c3286134420c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 171a7257-5c38-4f46-ab71-99ef9e4be22f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09fbb1e7-6270-4fc0-8dfb-f730be7d6ffb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09fbb1e7-6270-4fc0-8dfb-f730be7d6ffb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2782631898841236683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683278263189884123668327826318988412366832782631898841236683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea05e94-f31d-480a-a971-a4c7f19291fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea05e94-f31d-480a-a971-a4c7f19291fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8160284020020445337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337816028402002044533781602840200204453378160284020020445337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea05e94-f31d-480a-a971-a4c7f19291fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62b51848-5af6-4f2e-991d-a203ff660ea8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09fbb1e7-6270-4fc0-8dfb-f730be7d6ffb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b51848-5af6-4f2e-991d-a203ff660ea8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13702567968567976122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122137025679685679761221370256796856797612213702567968567976122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7314c34d-017b-4666-8e88-6629cb54bd59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7314c34d-017b-4666-8e88-6629cb54bd59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1188952824850827031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031118895282485082703111889528248508270311188952824850827031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b51848-5af6-4f2e-991d-a203ff660ea8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53a52dd4-a8e7-4f1d-85c2-9b2661e61fb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53a52dd4-a8e7-4f1d-85c2-9b2661e61fb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2328912527414988548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548232891252741498854823289125274149885482328912527414988548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7314c34d-017b-4666-8e88-6629cb54bd59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1486523e-32bf-463e-aff9-d0c973ccbdb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1486523e-32bf-463e-aff9-d0c973ccbdb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8044603820539076556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556804460382053907655680446038205390765568044603820539076556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1486523e-32bf-463e-aff9-d0c973ccbdb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1f9a496-b071-40db-8776-4aa18091985e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a52dd4-a8e7-4f1d-85c2-9b2661e61fb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f9a496-b071-40db-8776-4aa18091985e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3577046985465923873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873357704698546592387335770469854659238733577046985465923873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c59a115-39f4-4c63-910b-14dc319bb7a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c59a115-39f4-4c63-910b-14dc319bb7a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5948028014997904802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802594802801499790480259480280149979048025948028014997904802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f9a496-b071-40db-8776-4aa18091985e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a0f6a56-964e-4664-9db9-082ad9eb4695, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a0f6a56-964e-4664-9db9-082ad9eb4695, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14877783848734794131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131148777838487347941311487778384873479413114877783848734794131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c59a115-39f4-4c63-910b-14dc319bb7a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7add154-c2ce-46c1-b054-393cb4b94c9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7add154-c2ce-46c1-b054-393cb4b94c9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11945103032343455502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502119451030323434555021194510303234345550211945103032343455502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a0f6a56-964e-4664-9db9-082ad9eb4695, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eac31114-1cd2-4543-a97b-79697446f67c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac31114-1cd2-4543-a97b-79697446f67c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12258762565904539018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018122587625659045390181225876256590453901812258762565904539018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7add154-c2ce-46c1-b054-393cb4b94c9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac31114-1cd2-4543-a97b-79697446f67c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3519dc2b-e756-47fe-bfe7-4f9ab7bae905, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3519dc2b-e756-47fe-bfe7-4f9ab7bae905, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7000573164910821995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995700057316491082199570005731649108219957000573164910821995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232210a2-dfa1-4a30-ab23-90e4ad5e9522, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232210a2-dfa1-4a30-ab23-90e4ad5e9522, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10909979473651890535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535109099794736518905351090997947365189053510909979473651890535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3519dc2b-e756-47fe-bfe7-4f9ab7bae905, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232210a2-dfa1-4a30-ab23-90e4ad5e9522, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76d7dec5-43b9-4cad-b508-97bd114e3796, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d7dec5-43b9-4cad-b508-97bd114e3796, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 834570989219770553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553834570989219770553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5edecee1-4ae4-4f93-8bb8-0b1a952a0553, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5edecee1-4ae4-4f93-8bb8-0b1a952a0553, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5798775622355678973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973579877562235567897357987756223556789735798775622355678973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d7dec5-43b9-4cad-b508-97bd114e3796, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7171960b-0a0b-4f73-9415-d2c0951cb7db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7171960b-0a0b-4f73-9415-d2c0951cb7db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14186865814233467196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196141868658142334671961418686581423346719614186865814233467196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5edecee1-4ae4-4f93-8bb8-0b1a952a0553, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7a0b930-1497-4150-a750-37d6ae9dc588, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7a0b930-1497-4150-a750-37d6ae9dc588, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11157034402663331572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572111570344026633315721115703440266333157211157034402663331572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7a0b930-1497-4150-a750-37d6ae9dc588, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a92daf79-5ae0-48d5-93d2-77c18de2410d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a92daf79-5ae0-48d5-93d2-77c18de2410d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782828784530604118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118578282878453060411857828287845306041185782828784530604118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7171960b-0a0b-4f73-9415-d2c0951cb7db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a1cce05-9443-4160-898b-2d739b3781e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a1cce05-9443-4160-898b-2d739b3781e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5866808153413150796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796586680815341315079658668081534131507965866808153413150796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a92daf79-5ae0-48d5-93d2-77c18de2410d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acc20e04-9633-408d-9e50-002b83902d66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acc20e04-9633-408d-9e50-002b83902d66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3982821645343766310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310398282164534376631039828216453437663103982821645343766310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a1cce05-9443-4160-898b-2d739b3781e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e9a6479-40b4-44b1-aceb-f208fbd254af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9a6479-40b4-44b1-aceb-f208fbd254af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11673365684411377468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468116733656844113774681167336568441137746811673365684411377468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acc20e04-9633-408d-9e50-002b83902d66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2da1652e-bed2-49e7-9584-54b064f13592, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da1652e-bed2-49e7-9584-54b064f13592, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15513543662153728482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482155135436621537284821551354366215372848215513543662153728482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9a6479-40b4-44b1-aceb-f208fbd254af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdbeb830-85f1-42ee-910c-306f68e26cee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdbeb830-85f1-42ee-910c-306f68e26cee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3990345859396393621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621399034585939639362139903458593963936213990345859396393621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da1652e-bed2-49e7-9584-54b064f13592, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdbeb830-85f1-42ee-910c-306f68e26cee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83dfe903-2bd7-4ca6-b4af-d94e0f98aaa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83dfe903-2bd7-4ca6-b4af-d94e0f98aaa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 901684808329675260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260901684808329675260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccb0eed3-157b-45b7-8118-9c0a3a64e821, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb0eed3-157b-45b7-8118-9c0a3a64e821, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14232097271437672996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996142320972714376729961423209727143767299614232097271437672996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83dfe903-2bd7-4ca6-b4af-d94e0f98aaa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e63b0eb-79f5-4326-869c-381ee499a04f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e63b0eb-79f5-4326-869c-381ee499a04f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17070605041391987666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666170706050413919876661707060504139198766617070605041391987666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb0eed3-157b-45b7-8118-9c0a3a64e821, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f101e34-4cc8-4404-9281-e2e0c84a1be8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f101e34-4cc8-4404-9281-e2e0c84a1be8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 951769682651249417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417951769682651249417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e63b0eb-79f5-4326-869c-381ee499a04f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f101e34-4cc8-4404-9281-e2e0c84a1be8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a3371a3-d7c1-4a28-b4b1-e679f53a7e59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a3371a3-d7c1-4a28-b4b1-e679f53a7e59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6619094939308262648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648661909493930826264866190949393082626486619094939308262648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e88d6bfd-8143-414e-81ee-3000b4fe3661, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88d6bfd-8143-414e-81ee-3000b4fe3661, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11418069901572492579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579114180699015724925791141806990157249257911418069901572492579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a3371a3-d7c1-4a28-b4b1-e679f53a7e59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e1f2ab7-ff03-4512-9fd8-c04a06386e23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e1f2ab7-ff03-4512-9fd8-c04a06386e23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16085546903838087442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442160855469038380874421608554690383808744216085546903838087442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88d6bfd-8143-414e-81ee-3000b4fe3661, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d727f0-663b-4175-b06a-339e10499f84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d727f0-663b-4175-b06a-339e10499f84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12199882545094086519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519121998825450940865191219988254509408651912199882545094086519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e1f2ab7-ff03-4512-9fd8-c04a06386e23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34d76493-9797-43c4-8661-65c252c96dec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d76493-9797-43c4-8661-65c252c96dec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6578942088664402270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270657894208866440227065789420886644022706578942088664402270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d727f0-663b-4175-b06a-339e10499f84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59664d3a-9e4a-4a86-91d6-5ebceb385ad8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59664d3a-9e4a-4a86-91d6-5ebceb385ad8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5286413483580507848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848528641348358050784852864134835805078485286413483580507848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d76493-9797-43c4-8661-65c252c96dec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9b31cab-54fc-4e37-9ced-126d7d20d79d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9b31cab-54fc-4e37-9ced-126d7d20d79d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11178227210770742686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686111782272107707426861117822721077074268611178227210770742686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59664d3a-9e4a-4a86-91d6-5ebceb385ad8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f822f9fb-3527-4d38-8eef-c2b9a39d5ff0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f822f9fb-3527-4d38-8eef-c2b9a39d5ff0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13236068592028448382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382132360685920284483821323606859202844838213236068592028448382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9b31cab-54fc-4e37-9ced-126d7d20d79d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ae64322-d29b-4299-97e6-6f0389af4263, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ae64322-d29b-4299-97e6-6f0389af4263, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5026934352479625752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752502693435247962575250269343524796257525026934352479625752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f822f9fb-3527-4d38-8eef-c2b9a39d5ff0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 818172a6-5c6e-46a5-b7f7-fcb9cee4770b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818172a6-5c6e-46a5-b7f7-fcb9cee4770b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4920732277274818492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492492073227727481849249207322772748184924920732277274818492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ae64322-d29b-4299-97e6-6f0389af4263, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ddc58a-17ab-4b44-ada0-df46f24fa879, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ddc58a-17ab-4b44-ada0-df46f24fa879, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12111472907235056128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128121114729072350561281211147290723505612812111472907235056128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818172a6-5c6e-46a5-b7f7-fcb9cee4770b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0a9cc41-62f4-4ae1-8d23-7f9b444ad458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a9cc41-62f4-4ae1-8d23-7f9b444ad458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16095133644042826051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051160951336440428260511609513364404282605116095133644042826051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ddc58a-17ab-4b44-ada0-df46f24fa879, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce3a6b1d-b9a2-4add-88e1-2fb0df5ff212, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce3a6b1d-b9a2-4add-88e1-2fb0df5ff212, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9757959125011081068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068975795912501108106897579591250110810689757959125011081068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a9cc41-62f4-4ae1-8d23-7f9b444ad458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88aee895-e3cd-45db-8961-620cb1b7d997, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88aee895-e3cd-45db-8961-620cb1b7d997, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 644496614881743496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496644496614881743496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce3a6b1d-b9a2-4add-88e1-2fb0df5ff212, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88aee895-e3cd-45db-8961-620cb1b7d997, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1cec9ff-8234-49cf-b746-8cefe79489eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1cec9ff-8234-49cf-b746-8cefe79489eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8114682929143429353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353811468292914342935381146829291434293538114682929143429353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29720beb-7025-4728-9e0d-da8778e41c8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29720beb-7025-4728-9e0d-da8778e41c8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8395710998976275864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864839571099897627586483957109989762758648395710998976275864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1cec9ff-8234-49cf-b746-8cefe79489eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b02307b-cb0c-4903-a72b-2254977cffea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b02307b-cb0c-4903-a72b-2254977cffea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6316624152193212445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445631662415219321244563166241521932124456316624152193212445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29720beb-7025-4728-9e0d-da8778e41c8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bc87b1c-1162-438b-9afb-bae81e99c39e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bc87b1c-1162-438b-9afb-bae81e99c39e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15278457513360328180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180152784575133603281801527845751336032818015278457513360328180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b02307b-cb0c-4903-a72b-2254977cffea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5052c074-5220-4f7c-a492-4926002a9ff7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5052c074-5220-4f7c-a492-4926002a9ff7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 506658514699199379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379506658514699199379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bc87b1c-1162-438b-9afb-bae81e99c39e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64dd7d9a-a5c8-4015-af6e-60ef7df9b89e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64dd7d9a-a5c8-4015-af6e-60ef7df9b89e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3869237424004928291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291386923742400492829138692374240049282913869237424004928291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5052c074-5220-4f7c-a492-4926002a9ff7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10abca9b-7f9d-4821-87ad-3c16da525de0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10abca9b-7f9d-4821-87ad-3c16da525de0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1808239713650354352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352180823971365035435218082397136503543521808239713650354352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64dd7d9a-a5c8-4015-af6e-60ef7df9b89e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 942065a9-1d15-4b39-8fdc-76aa5174c37e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 942065a9-1d15-4b39-8fdc-76aa5174c37e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8005822476063722538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538800582247606372253880058224760637225388005822476063722538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10abca9b-7f9d-4821-87ad-3c16da525de0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17f8fa12-69d5-45f9-b889-dab9ad2ac984, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f8fa12-69d5-45f9-b889-dab9ad2ac984, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4266905101691398236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236426690510169139823642669051016913982364266905101691398236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 942065a9-1d15-4b39-8fdc-76aa5174c37e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8983efbe-65ad-4a76-a857-d63cb9dbbaf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8983efbe-65ad-4a76-a857-d63cb9dbbaf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9479747915661573270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270947974791566157327094797479156615732709479747915661573270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f8fa12-69d5-45f9-b889-dab9ad2ac984, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0455ea1-24d9-45b6-ad53-bb4ae794d2b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0455ea1-24d9-45b6-ad53-bb4ae794d2b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8143245361920748974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974814324536192074897481432453619207489748143245361920748974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0455ea1-24d9-45b6-ad53-bb4ae794d2b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d90edf4-a47f-4bfe-8bec-4cbc90bf963b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d90edf4-a47f-4bfe-8bec-4cbc90bf963b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9799905806373364656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656979990580637336465697999058063733646569799905806373364656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8983efbe-65ad-4a76-a857-d63cb9dbbaf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a55f4130-ef93-4839-a12d-034e025423d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a55f4130-ef93-4839-a12d-034e025423d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2172762600379239149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149217276260037923914921727626003792391492172762600379239149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d90edf4-a47f-4bfe-8bec-4cbc90bf963b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af49fef7-dcd3-4e9e-ae7c-d4ee8a141d5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af49fef7-dcd3-4e9e-ae7c-d4ee8a141d5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3665750259609075999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999366575025960907599936657502596090759993665750259609075999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a55f4130-ef93-4839-a12d-034e025423d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed03f498-f6a4-4f6f-bc3f-d742a97e54f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed03f498-f6a4-4f6f-bc3f-d742a97e54f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8059996521777924511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511805999652177792451180599965217779245118059996521777924511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af49fef7-dcd3-4e9e-ae7c-d4ee8a141d5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d409b7-792b-4aa9-88f9-5d1fd65753d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d409b7-792b-4aa9-88f9-5d1fd65753d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3826965389433307601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601382696538943330760138269653894333076013826965389433307601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed03f498-f6a4-4f6f-bc3f-d742a97e54f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7715fbfb-44a2-474e-ae02-5104212ec7b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7715fbfb-44a2-474e-ae02-5104212ec7b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2599688289824073157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157259968828982407315725996882898240731572599688289824073157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7715fbfb-44a2-474e-ae02-5104212ec7b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dc784f6-b0dd-45a3-be3a-a32bf1763585, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc784f6-b0dd-45a3-be3a-a32bf1763585, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16619665720574566102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102166196657205745661021661966572057456610216619665720574566102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d409b7-792b-4aa9-88f9-5d1fd65753d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e76d7145-cc16-467e-b605-b2f21d5192e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e76d7145-cc16-467e-b605-b2f21d5192e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16982058231953602363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363169820582319536023631698205823195360236316982058231953602363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc784f6-b0dd-45a3-be3a-a32bf1763585, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebb67de5-fac0-4f76-a7e6-bf2ee6664e22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebb67de5-fac0-4f76-a7e6-bf2ee6664e22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15340284541999826964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964153402845419998269641534028454199982696415340284541999826964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e76d7145-cc16-467e-b605-b2f21d5192e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebb67de5-fac0-4f76-a7e6-bf2ee6664e22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7139d468-276b-42e1-bac4-5351e6c71478, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7139d468-276b-42e1-bac4-5351e6c71478, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15351953400628517373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373153519534006285173731535195340062851737315351953400628517373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5018edcf-2a4f-460b-b83e-d7b73b274910, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5018edcf-2a4f-460b-b83e-d7b73b274910, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 258267440342830308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308258267440342830308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7139d468-276b-42e1-bac4-5351e6c71478, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76e30826-cf13-43f4-9b00-059a86e6c474, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e30826-cf13-43f4-9b00-059a86e6c474, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14836598200386738386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386148365982003867383861483659820038673838614836598200386738386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5018edcf-2a4f-460b-b83e-d7b73b274910, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 735c29e9-c79a-464f-af17-ba8857447a39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e30826-cf13-43f4-9b00-059a86e6c474, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 735c29e9-c79a-464f-af17-ba8857447a39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11944192111804552266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266119441921118045522661194419211180455226611944192111804552266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20ba930e-09b3-4c5a-a30a-f657903f604c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ba930e-09b3-4c5a-a30a-f657903f604c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2377561590707304949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949237756159070730494923775615907073049492377561590707304949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 735c29e9-c79a-464f-af17-ba8857447a39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 448d24a6-3b1b-445a-8841-56d6213ca79f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448d24a6-3b1b-445a-8841-56d6213ca79f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7153093939762812694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694715309393976281269471530939397628126947153093939762812694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ba930e-09b3-4c5a-a30a-f657903f604c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23813344-5f86-4cf7-919a-ee71977f09e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23813344-5f86-4cf7-919a-ee71977f09e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6788624722726547066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066678862472272654706667886247227265470666788624722726547066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448d24a6-3b1b-445a-8841-56d6213ca79f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7eeab38a-e777-4943-8d66-9b5ecb7cf38b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eeab38a-e777-4943-8d66-9b5ecb7cf38b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16712303466966598935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935167123034669665989351671230346696659893516712303466966598935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23813344-5f86-4cf7-919a-ee71977f09e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9c8e1f1-a0f3-4e20-a869-b1225cd2a920, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c8e1f1-a0f3-4e20-a869-b1225cd2a920, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4282629264422646638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638428262926442264663842826292644226466384282629264422646638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eeab38a-e777-4943-8d66-9b5ecb7cf38b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dcf7394-8f65-4381-a6e2-efbc5a16c5a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dcf7394-8f65-4381-a6e2-efbc5a16c5a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7259649051303757379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379725964905130375737972596490513037573797259649051303757379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dcf7394-8f65-4381-a6e2-efbc5a16c5a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0336f02-4b5b-4a82-969b-a8c74692e097, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0336f02-4b5b-4a82-969b-a8c74692e097, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 809749730302035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035809749730302035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c8e1f1-a0f3-4e20-a869-b1225cd2a920, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39f3b973-67d2-49e4-86f3-7b560aabc92e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f3b973-67d2-49e4-86f3-7b560aabc92e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14080151253366470302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302140801512533664703021408015125336647030214080151253366470302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0336f02-4b5b-4a82-969b-a8c74692e097, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61fa3796-32d5-42f7-a366-6927a15431aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61fa3796-32d5-42f7-a366-6927a15431aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15705818030580817527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527157058180305808175271570581803058081752715705818030580817527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f3b973-67d2-49e4-86f3-7b560aabc92e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57f19441-a348-4ed1-8fae-554a488e5516, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f19441-a348-4ed1-8fae-554a488e5516, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8373943021890614571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571837394302189061457183739430218906145718373943021890614571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61fa3796-32d5-42f7-a366-6927a15431aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c43750f-f2d8-4de0-b1d5-3c8dbb74d892, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c43750f-f2d8-4de0-b1d5-3c8dbb74d892, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8584162722896438965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965858416272289643896585841627228964389658584162722896438965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f19441-a348-4ed1-8fae-554a488e5516, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36e65f65-6c10-48c2-817d-16ded24da4f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e65f65-6c10-48c2-817d-16ded24da4f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12881317385917231557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557128813173859172315571288131738591723155712881317385917231557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c43750f-f2d8-4de0-b1d5-3c8dbb74d892, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e84c5d1-0e60-4df8-a240-8f4ed5102702, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e84c5d1-0e60-4df8-a240-8f4ed5102702, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10405145013635491779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779104051450136354917791040514501363549177910405145013635491779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e65f65-6c10-48c2-817d-16ded24da4f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5bcf5d8-af33-4263-9c49-8b0d38e2adc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5bcf5d8-af33-4263-9c49-8b0d38e2adc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13460380208043799011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011134603802080437990111346038020804379901113460380208043799011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e84c5d1-0e60-4df8-a240-8f4ed5102702, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 239e468d-dfb2-4a14-b761-1ffe28e4ec8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 239e468d-dfb2-4a14-b761-1ffe28e4ec8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372077279718762954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954437207727971876295443720772797187629544372077279718762954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5bcf5d8-af33-4263-9c49-8b0d38e2adc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61c05476-896e-4cd2-90ee-f941324fc42e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 239e468d-dfb2-4a14-b761-1ffe28e4ec8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25adc4e7-87c4-4879-bbb8-929dd0b8a2e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61c05476-896e-4cd2-90ee-f941324fc42e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1818202150363894878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878181820215036389487818182021503638948781818202150363894878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25adc4e7-87c4-4879-bbb8-929dd0b8a2e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4538215423514946186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186453821542351494618645382154235149461864538215423514946186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61c05476-896e-4cd2-90ee-f941324fc42e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd0fe269-6c31-42b9-998a-e4eff8c1001a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0fe269-6c31-42b9-998a-e4eff8c1001a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15520946316423797809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809155209463164237978091552094631642379780915520946316423797809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25adc4e7-87c4-4879-bbb8-929dd0b8a2e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de19c71-67ee-4844-9f38-528da81b40eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de19c71-67ee-4844-9f38-528da81b40eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5888037374622754756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756588803737462275475658880373746227547565888037374622754756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0fe269-6c31-42b9-998a-e4eff8c1001a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82af609c-89c4-4c4e-8477-4a248fa174c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82af609c-89c4-4c4e-8477-4a248fa174c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5524243015187654150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150552424301518765415055242430151876541505524243015187654150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de19c71-67ee-4844-9f38-528da81b40eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4be6332a-754e-4840-9558-d235fd6d9331, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be6332a-754e-4840-9558-d235fd6d9331, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15576582397777881187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187155765823977778811871557658239777788118715576582397777881187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82af609c-89c4-4c4e-8477-4a248fa174c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22f612fe-635d-47c0-bf83-6e0a364178ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f612fe-635d-47c0-bf83-6e0a364178ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17561037846319738592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592175610378463197385921756103784631973859217561037846319738592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4be6332a-754e-4840-9558-d235fd6d9331, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4105a7c-64ab-4ac9-9bab-859895a40750, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4105a7c-64ab-4ac9-9bab-859895a40750, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8034714022154521280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280803471402215452128080347140221545212808034714022154521280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f612fe-635d-47c0-bf83-6e0a364178ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98aa8fa5-d838-4ead-899f-1fa86dc6ce46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98aa8fa5-d838-4ead-899f-1fa86dc6ce46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16964126015853998018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018169641260158539980181696412601585399801816964126015853998018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4105a7c-64ab-4ac9-9bab-859895a40750, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dcd20cf-3582-48e7-8498-cdd7a24d0675, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dcd20cf-3582-48e7-8498-cdd7a24d0675, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 104259010008018736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736104259010008018736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98aa8fa5-d838-4ead-899f-1fa86dc6ce46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 444ee588-218c-488e-b5d9-f1447e858f4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 444ee588-218c-488e-b5d9-f1447e858f4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15223413017340584057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057152234130173405840571522341301734058405715223413017340584057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dcd20cf-3582-48e7-8498-cdd7a24d0675, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdacc2b8-8b80-43d0-8165-fb9130fb8b24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdacc2b8-8b80-43d0-8165-fb9130fb8b24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16296003116766147656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656162960031167661476561629600311676614765616296003116766147656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 444ee588-218c-488e-b5d9-f1447e858f4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d3d8852-1f24-4839-b1a2-ab398a2627e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3d8852-1f24-4839-b1a2-ab398a2627e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4698368983406249194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194469836898340624919446983689834062491944698368983406249194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdacc2b8-8b80-43d0-8165-fb9130fb8b24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3d8852-1f24-4839-b1a2-ab398a2627e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba0dd47c-82e1-4d64-9542-c41e8fd79d6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba0dd47c-82e1-4d64-9542-c41e8fd79d6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8385771890960400773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773838577189096040077383857718909604007738385771890960400773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f749810-c736-4718-8b44-b896a3f9612b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f749810-c736-4718-8b44-b896a3f9612b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16990382422152336179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179169903824221523361791699038242215233617916990382422152336179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba0dd47c-82e1-4d64-9542-c41e8fd79d6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21f91737-0a8f-47e6-892a-b8736f8d3bb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f749810-c736-4718-8b44-b896a3f9612b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 661248eb-f8f3-4090-96f2-1af5e30e7a5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661248eb-f8f3-4090-96f2-1af5e30e7a5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12941085064883622011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011129410850648836220111294108506488362201112941085064883622011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f91737-0a8f-47e6-892a-b8736f8d3bb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12830812730767512532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532128308127307675125321283081273076751253212830812730767512532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661248eb-f8f3-4090-96f2-1af5e30e7a5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cde0c6c-eb4b-4428-bd79-18b1bea19df1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cde0c6c-eb4b-4428-bd79-18b1bea19df1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4323306934402163482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482432330693440216348243233069344021634824323306934402163482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f91737-0a8f-47e6-892a-b8736f8d3bb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cae3c6f-d5b6-4c78-820f-aeefa40f6a66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cae3c6f-d5b6-4c78-820f-aeefa40f6a66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1094008547010159872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872109400854701015987210940085470101598721094008547010159872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cde0c6c-eb4b-4428-bd79-18b1bea19df1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e1ed4c-cabe-4f1b-94f3-01971d781da3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e1ed4c-cabe-4f1b-94f3-01971d781da3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 972568605035091961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961972568605035091961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cae3c6f-d5b6-4c78-820f-aeefa40f6a66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e56ab5ac-fb3c-42d1-bd49-0526851eeddd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e56ab5ac-fb3c-42d1-bd49-0526851eeddd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13303657765075181375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375133036577650751813751330365776507518137513303657765075181375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e1ed4c-cabe-4f1b-94f3-01971d781da3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13380cc4-23e4-4cc5-b88f-971f97288e4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13380cc4-23e4-4cc5-b88f-971f97288e4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7474649170730012452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452747464917073001245274746491707300124527474649170730012452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e56ab5ac-fb3c-42d1-bd49-0526851eeddd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39eeb1ee-9221-4751-b9f1-78917a9fce7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39eeb1ee-9221-4751-b9f1-78917a9fce7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 928475225391954305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305928475225391954305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13380cc4-23e4-4cc5-b88f-971f97288e4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecaf4e7e-ae6c-4f55-a631-7d602d54efbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecaf4e7e-ae6c-4f55-a631-7d602d54efbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7148266859953495648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648714826685995349564871482668599534956487148266859953495648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39eeb1ee-9221-4751-b9f1-78917a9fce7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94bb7c5a-aa6f-42ab-8b1a-ea325d5053f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94bb7c5a-aa6f-42ab-8b1a-ea325d5053f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6838461117376319983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983683846111737631998368384611173763199836838461117376319983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecaf4e7e-ae6c-4f55-a631-7d602d54efbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94bb7c5a-aa6f-42ab-8b1a-ea325d5053f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e3d029d-245d-4341-b7cc-fe8c723228da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3d029d-245d-4341-b7cc-fe8c723228da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15969966878857137745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745159699668788571377451596996687885713774515969966878857137745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3540b6b-e2c5-4e24-8ad1-63062ef9b041, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3540b6b-e2c5-4e24-8ad1-63062ef9b041, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17878181891273783703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703178781818912737837031787818189127378370317878181891273783703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3d029d-245d-4341-b7cc-fe8c723228da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dbb397b-e7a7-4f86-b10e-6e97997c75e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dbb397b-e7a7-4f86-b10e-6e97997c75e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1859075902031486232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232185907590203148623218590759020314862321859075902031486232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3540b6b-e2c5-4e24-8ad1-63062ef9b041, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d38abc3-2818-416e-b1e0-685ff3718ded, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d38abc3-2818-416e-b1e0-685ff3718ded, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3113468101200380867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867311346810120038086731134681012003808673113468101200380867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dbb397b-e7a7-4f86-b10e-6e97997c75e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5f86d7a-e648-4483-b4eb-2cd430e81fd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5f86d7a-e648-4483-b4eb-2cd430e81fd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7223348493708889455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455722334849370888945572233484937088894557223348493708889455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d38abc3-2818-416e-b1e0-685ff3718ded, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe762e4-9f28-479b-b1ff-2995dafbf77f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe762e4-9f28-479b-b1ff-2995dafbf77f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1744219276652527563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563174421927665252756317442192766525275631744219276652527563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5f86d7a-e648-4483-b4eb-2cd430e81fd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe762e4-9f28-479b-b1ff-2995dafbf77f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7af27a4e-a663-4c55-99e0-19503b16c981, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1595ddf-488a-465d-aa39-a254083a48b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af27a4e-a663-4c55-99e0-19503b16c981, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11115990657763540930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930111159906577635409301111599065776354093011115990657763540930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1595ddf-488a-465d-aa39-a254083a48b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 706269434979862103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103706269434979862103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1595ddf-488a-465d-aa39-a254083a48b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ab08eb4-5945-44d8-bbde-f06e453672b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ab08eb4-5945-44d8-bbde-f06e453672b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12127846796642037198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198121278467966420371981212784679664203719812127846796642037198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af27a4e-a663-4c55-99e0-19503b16c981, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eaeac01-c7d9-4918-bede-e67ddedd44e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eaeac01-c7d9-4918-bede-e67ddedd44e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16073892664085359163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163160738926640853591631607389266408535916316073892664085359163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ab08eb4-5945-44d8-bbde-f06e453672b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff827786-2af8-47da-b6fa-a7079fcca138, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff827786-2af8-47da-b6fa-a7079fcca138, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 434237072975445539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539434237072975445539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eaeac01-c7d9-4918-bede-e67ddedd44e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff827786-2af8-47da-b6fa-a7079fcca138, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6ed198a-e644-457a-9ef0-03b72dfdbc22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6ed198a-e644-457a-9ef0-03b72dfdbc22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13753389964583872148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148137533899645838721481375338996458387214813753389964583872148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f7b8d27-2c27-4b4f-bcda-580eb607a9a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f7b8d27-2c27-4b4f-bcda-580eb607a9a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14605589267789512169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169146055892677895121691460558926778951216914605589267789512169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6ed198a-e644-457a-9ef0-03b72dfdbc22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a165ebb-50a2-41c9-acff-fd8ab056da64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a165ebb-50a2-41c9-acff-fd8ab056da64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1959204112740396050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050195920411274039605019592041127403960501959204112740396050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f7b8d27-2c27-4b4f-bcda-580eb607a9a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 486c18f7-f62b-4399-ad70-0cf31fed6260, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 486c18f7-f62b-4399-ad70-0cf31fed6260, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7578772300182017555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555757877230018201755575787723001820175557578772300182017555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a165ebb-50a2-41c9-acff-fd8ab056da64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c94b1d38-dd66-4ef3-a2f6-c3d9793cdb47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c94b1d38-dd66-4ef3-a2f6-c3d9793cdb47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17138873521148136931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931171388735211481369311713887352114813693117138873521148136931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 486c18f7-f62b-4399-ad70-0cf31fed6260, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 871e0c16-d767-4658-9ca4-cce370278294, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 871e0c16-d767-4658-9ca4-cce370278294, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11333173906663745880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880113331739066637458801133317390666374588011333173906663745880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c94b1d38-dd66-4ef3-a2f6-c3d9793cdb47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5523c7f-602e-48b7-8857-ae3af4c74b7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5523c7f-602e-48b7-8857-ae3af4c74b7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10337066940035143459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459103370669400351434591033706694003514345910337066940035143459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 871e0c16-d767-4658-9ca4-cce370278294, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15b151fa-9fc2-4942-b1e6-60e0abc50653, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15b151fa-9fc2-4942-b1e6-60e0abc50653, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3075371915378542280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280307537191537854228030753719153785422803075371915378542280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5523c7f-602e-48b7-8857-ae3af4c74b7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 489de65a-2d35-40bc-8d64-faed51007f52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489de65a-2d35-40bc-8d64-faed51007f52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7734438273686419851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851773443827368641985177344382736864198517734438273686419851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15b151fa-9fc2-4942-b1e6-60e0abc50653, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 879261db-a4b9-4252-ba41-0c557d6c8100, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489de65a-2d35-40bc-8d64-faed51007f52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7266611-cb63-4ca9-8c9c-7d4fbc44d6b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7266611-cb63-4ca9-8c9c-7d4fbc44d6b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14993143755331236798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798149931437553312367981499314375533123679814993143755331236798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 879261db-a4b9-4252-ba41-0c557d6c8100, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 174252967391037771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771174252967391037771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7266611-cb63-4ca9-8c9c-7d4fbc44d6b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0926381-1bce-471e-a644-e65353ee598f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0926381-1bce-471e-a644-e65353ee598f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12307132361495359023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023123071323614953590231230713236149535902312307132361495359023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 879261db-a4b9-4252-ba41-0c557d6c8100, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f42dc59a-a73b-43e9-bbee-94ddcfeb1c92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f42dc59a-a73b-43e9-bbee-94ddcfeb1c92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5280773606218424778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778528077360621842477852807736062184247785280773606218424778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0926381-1bce-471e-a644-e65353ee598f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71422bde-7a81-4933-b497-eb1f69886521, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71422bde-7a81-4933-b497-eb1f69886521, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 412228039134532500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500412228039134532500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f42dc59a-a73b-43e9-bbee-94ddcfeb1c92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12606a25-407a-41ff-8ec4-f1021ee7fbd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12606a25-407a-41ff-8ec4-f1021ee7fbd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6746370232056444321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321674637023205644432167463702320564443216746370232056444321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71422bde-7a81-4933-b497-eb1f69886521, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87b6a18-17ba-4759-9ed9-473287363ce8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87b6a18-17ba-4759-9ed9-473287363ce8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9357950365510961739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739935795036551096173993579503655109617399357950365510961739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12606a25-407a-41ff-8ec4-f1021ee7fbd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1ac2c8b-bde4-47c5-9289-59f19d2142d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1ac2c8b-bde4-47c5-9289-59f19d2142d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9400123031235813322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322940012303123581332294001230312358133229400123031235813322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87b6a18-17ba-4759-9ed9-473287363ce8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fa76854-ce06-402a-be28-5f49daad15f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa76854-ce06-402a-be28-5f49daad15f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10514034637679237162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162105140346376792371621051403463767923716210514034637679237162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1ac2c8b-bde4-47c5-9289-59f19d2142d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 841b36ba-d727-48b2-a960-bc5ff9efe88b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 841b36ba-d727-48b2-a960-bc5ff9efe88b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2589449621327900927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927258944962132790092725894496213279009272589449621327900927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa76854-ce06-402a-be28-5f49daad15f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 699f237e-b966-4787-a93b-ada178e2f418, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 699f237e-b966-4787-a93b-ada178e2f418, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1733316539274431236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236173331653927443123617333165392744312361733316539274431236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 841b36ba-d727-48b2-a960-bc5ff9efe88b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49e2ff6d-3145-425d-8e21-ce41b76551d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e2ff6d-3145-425d-8e21-ce41b76551d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18235885545166293991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991182358855451662939911823588554516629399118235885545166293991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 699f237e-b966-4787-a93b-ada178e2f418, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6306c1b6-31ae-483c-b13d-c2b0ff873f2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e2ff6d-3145-425d-8e21-ce41b76551d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d417d497-273f-494f-b37a-3d21d584d82d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6306c1b6-31ae-483c-b13d-c2b0ff873f2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5180176160952719913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913518017616095271991351801761609527199135180176160952719913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d417d497-273f-494f-b37a-3d21d584d82d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7564352887016884744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744756435288701688474475643528870168847447564352887016884744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d417d497-273f-494f-b37a-3d21d584d82d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b485995-5eb9-4ce8-b488-cbdcb60bb232, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b485995-5eb9-4ce8-b488-cbdcb60bb232, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3754456142056225061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061375445614205622506137544561420562250613754456142056225061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6306c1b6-31ae-483c-b13d-c2b0ff873f2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e02b1bc7-cf91-483c-b360-6d270908393c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02b1bc7-cf91-483c-b360-6d270908393c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7258230286706608602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602725823028670660860272582302867066086027258230286706608602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b485995-5eb9-4ce8-b488-cbdcb60bb232, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be75eb30-c3ae-4f24-bab0-624073be122d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be75eb30-c3ae-4f24-bab0-624073be122d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13053304223987827729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729130533042239878277291305330422398782772913053304223987827729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02b1bc7-cf91-483c-b360-6d270908393c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f295e59e-3006-4e6b-b79a-a9def1171437, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f295e59e-3006-4e6b-b79a-a9def1171437, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16221122265711845526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526162211222657118455261622112226571184552616221122265711845526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be75eb30-c3ae-4f24-bab0-624073be122d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40540300-9436-4eca-be2a-84d7d540b33e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40540300-9436-4eca-be2a-84d7d540b33e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185704888889930332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332151857048888899303321518570488888993033215185704888889930332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f295e59e-3006-4e6b-b79a-a9def1171437, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b60892c7-b7fb-4edd-97ac-aeffa63e34b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b60892c7-b7fb-4edd-97ac-aeffa63e34b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17888003654986286025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025178880036549862860251788800365498628602517888003654986286025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40540300-9436-4eca-be2a-84d7d540b33e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d9c4b44-0ae6-49bb-a7ed-9959d66463de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9c4b44-0ae6-49bb-a7ed-9959d66463de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15258753932115337874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874152587539321153378741525875393211533787415258753932115337874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b60892c7-b7fb-4edd-97ac-aeffa63e34b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f97c3ca3-4bfb-4cfa-8401-9bf856655924, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f97c3ca3-4bfb-4cfa-8401-9bf856655924, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11190226648200563683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683111902266482005636831119022664820056368311190226648200563683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9c4b44-0ae6-49bb-a7ed-9959d66463de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bd64fe9-9b89-4f04-921b-b0014aa789a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bd64fe9-9b89-4f04-921b-b0014aa789a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 647198937582387282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282647198937582387282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f97c3ca3-4bfb-4cfa-8401-9bf856655924, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e4d6fcb-95de-48a2-a9b3-a83fa1e9cd97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4d6fcb-95de-48a2-a9b3-a83fa1e9cd97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947612827628913193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193179476128276289131931794761282762891319317947612827628913193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bd64fe9-9b89-4f04-921b-b0014aa789a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3e08f0b-d340-4156-ae4b-9dbd36a70c11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e08f0b-d340-4156-ae4b-9dbd36a70c11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4617518805570535213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213461751880557053521346175188055705352134617518805570535213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4d6fcb-95de-48a2-a9b3-a83fa1e9cd97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5010a684-8fb0-44f1-992e-ab8e89882eb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5010a684-8fb0-44f1-992e-ab8e89882eb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13618653963848991719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719136186539638489917191361865396384899171913618653963848991719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e08f0b-d340-4156-ae4b-9dbd36a70c11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7815945-3d20-4082-bb5c-3a70ae01c063, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7815945-3d20-4082-bb5c-3a70ae01c063, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5012429231964870247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247501242923196487024750124292319648702475012429231964870247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5010a684-8fb0-44f1-992e-ab8e89882eb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe36dcb9-b236-4fb4-9ff7-f8a6f6bb2963, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7815945-3d20-4082-bb5c-3a70ae01c063, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe36dcb9-b236-4fb4-9ff7-f8a6f6bb2963, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4408448733143480806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806440844873314348080644084487331434808064408448733143480806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f952e1-522b-409e-b872-d7ca9da429a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f952e1-522b-409e-b872-d7ca9da429a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7176459423636051595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595717645942363605159571764594236360515957176459423636051595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe36dcb9-b236-4fb4-9ff7-f8a6f6bb2963, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b26176e-13a0-45f5-a51a-020e85e27868, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b26176e-13a0-45f5-a51a-020e85e27868, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5857429127407697226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226585742912740769722658574291274076972265857429127407697226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f952e1-522b-409e-b872-d7ca9da429a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dcda86f-b4d6-4399-9e5a-d68f29099f7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dcda86f-b4d6-4399-9e5a-d68f29099f7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6446259555902362420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420644625955590236242064462595559023624206446259555902362420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b26176e-13a0-45f5-a51a-020e85e27868, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1316e7d0-b907-4d37-a887-c4781ef814d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1316e7d0-b907-4d37-a887-c4781ef814d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889476349229247011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011588947634922924701158894763492292470115889476349229247011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dcda86f-b4d6-4399-9e5a-d68f29099f7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32869a94-47ab-4880-bdff-b143978f0bb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32869a94-47ab-4880-bdff-b143978f0bb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 670462588634468432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432670462588634468432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1316e7d0-b907-4d37-a887-c4781ef814d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4ebe32-836b-4eb6-8d21-9adc1e4f47ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4ebe32-836b-4eb6-8d21-9adc1e4f47ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6434303156003139385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385643430315600313938564343031560031393856434303156003139385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32869a94-47ab-4880-bdff-b143978f0bb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54466c41-438f-4712-a812-a58b99f2dded, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54466c41-438f-4712-a812-a58b99f2dded, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317328036309703429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429331732803630970342933173280363097034293317328036309703429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4ebe32-836b-4eb6-8d21-9adc1e4f47ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54466c41-438f-4712-a812-a58b99f2dded, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07668bcb-2fae-4c5c-ae50-134ef3230968, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07668bcb-2fae-4c5c-ae50-134ef3230968, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9818862550172372541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541981886255017237254198188625501723725419818862550172372541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b436d28-c2d7-4019-bc7f-37ca84d4fd7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b436d28-c2d7-4019-bc7f-37ca84d4fd7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15078396556573995696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696150783965565739956961507839655657399569615078396556573995696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07668bcb-2fae-4c5c-ae50-134ef3230968, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a68c580e-9956-4d10-bf9d-60b61d869429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a68c580e-9956-4d10-bf9d-60b61d869429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17699142251054484012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012176991422510544840121769914225105448401217699142251054484012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b436d28-c2d7-4019-bc7f-37ca84d4fd7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc94be0f-e0f5-4161-a56d-f9e5fb7c63bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc94be0f-e0f5-4161-a56d-f9e5fb7c63bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14234100488088180356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356142341004880881803561423410048808818035614234100488088180356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a68c580e-9956-4d10-bf9d-60b61d869429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d35e8d1f-ab7c-4b24-8b72-7cbcf105046b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d35e8d1f-ab7c-4b24-8b72-7cbcf105046b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3870922504394251412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412387092250439425141238709225043942514123870922504394251412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc94be0f-e0f5-4161-a56d-f9e5fb7c63bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75a5d15-3d96-4bb6-ad0e-7c8abb162d21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75a5d15-3d96-4bb6-ad0e-7c8abb162d21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7737047567438387683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683773704756743838768377370475674383876837737047567438387683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d35e8d1f-ab7c-4b24-8b72-7cbcf105046b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aee14d45-6599-45ba-be65-94a9c6fc3aca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aee14d45-6599-45ba-be65-94a9c6fc3aca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4468726876992392649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649446872687699239264944687268769923926494468726876992392649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75a5d15-3d96-4bb6-ad0e-7c8abb162d21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b995486-7358-4517-bd4c-77743a94fdfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b995486-7358-4517-bd4c-77743a94fdfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14041755604610316601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601140417556046103166011404175560461031660114041755604610316601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aee14d45-6599-45ba-be65-94a9c6fc3aca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7caa37-7b63-4bc1-9f73-0c7b8868483e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7caa37-7b63-4bc1-9f73-0c7b8868483e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18201538410180111289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289182015384101801112891820153841018011128918201538410180111289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b995486-7358-4517-bd4c-77743a94fdfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa4e9914-d3d8-48bf-b12f-17ea7c68650f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa4e9914-d3d8-48bf-b12f-17ea7c68650f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5758557851654102643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643575855785165410264357585578516541026435758557851654102643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7caa37-7b63-4bc1-9f73-0c7b8868483e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69e5506a-8783-477d-a68a-cfc1bf367920, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69e5506a-8783-477d-a68a-cfc1bf367920, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029582221018471208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208140295822210184712081402958222101847120814029582221018471208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69e5506a-8783-477d-a68a-cfc1bf367920, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b503e68b-9907-46c6-86de-12a67b9f09a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b503e68b-9907-46c6-86de-12a67b9f09a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9236262100047604050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050923626210004760405092362621000476040509236262100047604050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b503e68b-9907-46c6-86de-12a67b9f09a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea3dd299-bd7f-4c63-87fc-e7c0d8524cb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea3dd299-bd7f-4c63-87fc-e7c0d8524cb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18384120808099353938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938183841208080993539381838412080809935393818384120808099353938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa4e9914-d3d8-48bf-b12f-17ea7c68650f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 685e1bd0-3b61-4b37-aa23-afa6ffd3beb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 685e1bd0-3b61-4b37-aa23-afa6ffd3beb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5354501766403551777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777535450176640355177753545017664035517775354501766403551777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea3dd299-bd7f-4c63-87fc-e7c0d8524cb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd5fe3a5-fd8f-4da5-8ce2-2fab487c0527, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5fe3a5-fd8f-4da5-8ce2-2fab487c0527, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8132500658675136596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596813250065867513659681325006586751365968132500658675136596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 685e1bd0-3b61-4b37-aa23-afa6ffd3beb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 484a792c-8c1a-4e46-a77a-9cdaa38495b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484a792c-8c1a-4e46-a77a-9cdaa38495b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13421644845631957126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126134216448456319571261342164484563195712613421644845631957126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5fe3a5-fd8f-4da5-8ce2-2fab487c0527, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484a792c-8c1a-4e46-a77a-9cdaa38495b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1790e5f2-8b0f-41d7-a798-af4bd1c46b3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 217c83cb-bf0c-4d12-b5fe-4a0c7438f64b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 217c83cb-bf0c-4d12-b5fe-4a0c7438f64b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3235685090087347534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534323568509008734753432356850900873475343235685090087347534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1790e5f2-8b0f-41d7-a798-af4bd1c46b3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1400109387773484510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510140010938777348451014001093877734845101400109387773484510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 217c83cb-bf0c-4d12-b5fe-4a0c7438f64b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ed2d360-8825-47d9-8fab-fce775b66526, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed2d360-8825-47d9-8fab-fce775b66526, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13259003739840558504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504132590037398405585041325900373984055850413259003739840558504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1790e5f2-8b0f-41d7-a798-af4bd1c46b3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11c42d46-bb2e-42f5-af67-455b25567d2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c42d46-bb2e-42f5-af67-455b25567d2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15063156865107034567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567150631568651070345671506315686510703456715063156865107034567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed2d360-8825-47d9-8fab-fce775b66526, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de1be45-aff5-4296-a579-35a204509866, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de1be45-aff5-4296-a579-35a204509866, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15147005675763929485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485151470056757639294851514700567576392948515147005675763929485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c42d46-bb2e-42f5-af67-455b25567d2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 012a6514-9dc7-44d6-91de-92010836736e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012a6514-9dc7-44d6-91de-92010836736e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4888697798470682167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167488869779847068216748886977984706821674888697798470682167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de1be45-aff5-4296-a579-35a204509866, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a8a93ba-2fc1-49ea-b47e-6247b922289e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a8a93ba-2fc1-49ea-b47e-6247b922289e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16374681980168080462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462163746819801680804621637468198016808046216374681980168080462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012a6514-9dc7-44d6-91de-92010836736e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4025a58-a22d-4ba4-8248-5b900042cdbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4025a58-a22d-4ba4-8248-5b900042cdbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6311599571576765851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851631159957157676585163115995715767658516311599571576765851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a8a93ba-2fc1-49ea-b47e-6247b922289e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af206bd2-a91d-4a2d-9a79-b34fe13192db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af206bd2-a91d-4a2d-9a79-b34fe13192db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9536806260963448028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028953680626096344802895368062609634480289536806260963448028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4025a58-a22d-4ba4-8248-5b900042cdbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84c4dd92-d9bb-44e8-bf01-ddcdbfb52ab1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af206bd2-a91d-4a2d-9a79-b34fe13192db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c4dd92-d9bb-44e8-bf01-ddcdbfb52ab1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7185807293338074566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566718580729333807456671858072933380745667185807293338074566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9d451a1-c260-4aac-8357-bd069112eac2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d451a1-c260-4aac-8357-bd069112eac2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12219488385745835186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186122194883857458351861221948838574583518612219488385745835186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c4dd92-d9bb-44e8-bf01-ddcdbfb52ab1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d451a1-c260-4aac-8357-bd069112eac2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20f9781f-28a3-4b9b-8ec0-44395870a37d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f9781f-28a3-4b9b-8ec0-44395870a37d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8764918314000705312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312876491831400070531287649183140007053128764918314000705312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 557e6d5d-a32f-4a10-a33b-aad50ee60ca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 557e6d5d-a32f-4a10-a33b-aad50ee60ca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 461588435731391127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127461588435731391127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f9781f-28a3-4b9b-8ec0-44395870a37d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61716183-5adf-4e2d-bf62-b74754e4323f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61716183-5adf-4e2d-bf62-b74754e4323f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9453468927281531145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145945346892728153114594534689272815311459453468927281531145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 557e6d5d-a32f-4a10-a33b-aad50ee60ca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf39bd1-220b-4008-b56e-dd03abbd114f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf39bd1-220b-4008-b56e-dd03abbd114f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8939148827154410985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985893914882715441098589391488271544109858939148827154410985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61716183-5adf-4e2d-bf62-b74754e4323f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2c710c7-f709-490c-ad41-b7355e62baf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf39bd1-220b-4008-b56e-dd03abbd114f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2c710c7-f709-490c-ad41-b7355e62baf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5161932723659180367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367516193272365918036751619327236591803675161932723659180367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14f6d930-5c90-4903-8b7b-ccab6cefaae9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f6d930-5c90-4903-8b7b-ccab6cefaae9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11589626157730820143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143115896261577308201431158962615773082014311589626157730820143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2c710c7-f709-490c-ad41-b7355e62baf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ad58424-fc23-416e-b4ff-a471981c681a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad58424-fc23-416e-b4ff-a471981c681a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9365735674550898541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541936573567455089854193657356745508985419365735674550898541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f6d930-5c90-4903-8b7b-ccab6cefaae9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad58424-fc23-416e-b4ff-a471981c681a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1109ce41-6a2c-4c2b-9a2b-076eed517c49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5bb4993-e2e0-46d2-b0e2-08050c97bfa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5bb4993-e2e0-46d2-b0e2-08050c97bfa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 467901058638695934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934467901058638695934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1109ce41-6a2c-4c2b-9a2b-076eed517c49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9991148424453509985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985999114842445350998599911484244535099859991148424453509985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5bb4993-e2e0-46d2-b0e2-08050c97bfa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70889c24-5f7b-4d30-81d8-c03147b8a1a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70889c24-5f7b-4d30-81d8-c03147b8a1a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3081057543343663235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235308105754334366323530810575433436632353081057543343663235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1109ce41-6a2c-4c2b-9a2b-076eed517c49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f9ced0b-dae6-4689-9d7f-fc45fe8b9cbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9ced0b-dae6-4689-9d7f-fc45fe8b9cbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16040123093208378306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306160401230932083783061604012309320837830616040123093208378306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70889c24-5f7b-4d30-81d8-c03147b8a1a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3790468f-6003-4375-ad42-a32c699991b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3790468f-6003-4375-ad42-a32c699991b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2123227537914753078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078212322753791475307821232275379147530782123227537914753078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9ced0b-dae6-4689-9d7f-fc45fe8b9cbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7acace89-0fe9-4efb-86bf-44da5bf92b2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7acace89-0fe9-4efb-86bf-44da5bf92b2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18404005854434573474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474184040058544345734741840400585443457347418404005854434573474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3790468f-6003-4375-ad42-a32c699991b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df798436-f353-49ac-bfe3-2c2c41f86bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df798436-f353-49ac-bfe3-2c2c41f86bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3327225054584439821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821332722505458443982133272250545844398213327225054584439821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7acace89-0fe9-4efb-86bf-44da5bf92b2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8828aa25-0cb6-4dcc-ae1b-8694db1875cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8828aa25-0cb6-4dcc-ae1b-8694db1875cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8766677388298112605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605876667738829811260587666773882981126058766677388298112605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df798436-f353-49ac-bfe3-2c2c41f86bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c18f7bf-9754-4ff4-b6c2-0d3fcae68755, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c18f7bf-9754-4ff4-b6c2-0d3fcae68755, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1046126568175495699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699104612656817549569910461265681754956991046126568175495699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8828aa25-0cb6-4dcc-ae1b-8694db1875cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f2ad12-0b0a-4205-99a2-451f0ad035d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c18f7bf-9754-4ff4-b6c2-0d3fcae68755, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a4b08ca-6e68-4e44-8737-e1c3fad2289e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4b08ca-6e68-4e44-8737-e1c3fad2289e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7348612982690540834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834734861298269054083473486129826905408347348612982690540834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f2ad12-0b0a-4205-99a2-451f0ad035d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2438508613942120478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478243850861394212047824385086139421204782438508613942120478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4b08ca-6e68-4e44-8737-e1c3fad2289e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f2de4b6-91ae-441a-9e44-75def1b53b86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f2de4b6-91ae-441a-9e44-75def1b53b86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2494599234650328969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969249459923465032896924945992346503289692494599234650328969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f2ad12-0b0a-4205-99a2-451f0ad035d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b863b3c7-745f-49da-b5a5-e87e0dc34bd4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b863b3c7-745f-49da-b5a5-e87e0dc34bd4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4292709974304382576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576429270997430438257642927099743043825764292709974304382576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f2de4b6-91ae-441a-9e44-75def1b53b86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3211260c-e194-414e-9c57-e30d74ec1677, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3211260c-e194-414e-9c57-e30d74ec1677, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8170071375378237876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876817007137537823787681700713753782378768170071375378237876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b863b3c7-745f-49da-b5a5-e87e0dc34bd4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, defc1892-85e5-4e60-ac37-f1ad84775438, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, defc1892-85e5-4e60-ac37-f1ad84775438, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12503322796009286035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035125033227960092860351250332279600928603512503322796009286035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3211260c-e194-414e-9c57-e30d74ec1677, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c76b6568-4084-4b38-9f73-907323427d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c76b6568-4084-4b38-9f73-907323427d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16500641406145141273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273165006414061451412731650064140614514127316500641406145141273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, defc1892-85e5-4e60-ac37-f1ad84775438, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c76b6568-4084-4b38-9f73-907323427d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2762d10-7ae1-4dab-bb30-757ab3e9d04b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2762d10-7ae1-4dab-bb30-757ab3e9d04b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16303799082684781014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014163037990826847810141630379908268478101416303799082684781014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f496f1-55f7-4fe9-972b-cdfbb099f362, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f496f1-55f7-4fe9-972b-cdfbb099f362, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2573132781902969185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185257313278190296918525731327819029691852573132781902969185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2762d10-7ae1-4dab-bb30-757ab3e9d04b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca9e5d52-7328-4823-aad1-c78329939ed5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca9e5d52-7328-4823-aad1-c78329939ed5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9474380729934234156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156947438072993423415694743807299342341569474380729934234156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f496f1-55f7-4fe9-972b-cdfbb099f362, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df7de2ad-77d7-489e-9f82-da2e764e81bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df7de2ad-77d7-489e-9f82-da2e764e81bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6107224586853002256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256610722458685300225661072245868530022566107224586853002256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca9e5d52-7328-4823-aad1-c78329939ed5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d8e08af-3371-4e8d-9a8a-a642b0b43506, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df7de2ad-77d7-489e-9f82-da2e764e81bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8e08af-3371-4e8d-9a8a-a642b0b43506, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1194497114199725162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162119449711419972516211944971141997251621194497114199725162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b876d1a-dc30-4024-b366-3734f6fa245e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b876d1a-dc30-4024-b366-3734f6fa245e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1001427170732449719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719100142717073244971910014271707324497191001427170732449719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b876d1a-dc30-4024-b366-3734f6fa245e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df716ce0-61fc-41cd-8bca-1787b64f256f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df716ce0-61fc-41cd-8bca-1787b64f256f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10910097136670179507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507109100971366701795071091009713667017950710910097136670179507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8e08af-3371-4e8d-9a8a-a642b0b43506, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efca4331-4ca0-4ad7-9c5d-fb80a894d7a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efca4331-4ca0-4ad7-9c5d-fb80a894d7a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13055696375257253172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172130556963752572531721305569637525725317213055696375257253172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df716ce0-61fc-41cd-8bca-1787b64f256f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f9c2bf6-1caa-492d-992b-155c6d6dfaed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f9c2bf6-1caa-492d-992b-155c6d6dfaed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12738552573586043447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447127385525735860434471273855257358604344712738552573586043447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efca4331-4ca0-4ad7-9c5d-fb80a894d7a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f242159-8fb7-4b76-90cf-eb53969d2966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f242159-8fb7-4b76-90cf-eb53969d2966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 308633535489209185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185308633535489209185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f9c2bf6-1caa-492d-992b-155c6d6dfaed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f242159-8fb7-4b76-90cf-eb53969d2966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c2acea3-5511-48dc-8527-8dabb4d5db09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cacd9ffa-675a-4351-957e-3b7cb9732caa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2acea3-5511-48dc-8527-8dabb4d5db09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8746405774839031703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703874640577483903170387464057748390317038746405774839031703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cacd9ffa-675a-4351-957e-3b7cb9732caa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2069905215913811416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416206990521591381141620699052159138114162069905215913811416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2acea3-5511-48dc-8527-8dabb4d5db09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14d423b2-d9f6-4dab-ba89-33a7fb1ea5b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14d423b2-d9f6-4dab-ba89-33a7fb1ea5b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7068091467817632289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289706809146781763228970680914678176322897068091467817632289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cacd9ffa-675a-4351-957e-3b7cb9732caa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 010dc8f6-5bfe-462e-931c-3c993f6ae253, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 010dc8f6-5bfe-462e-931c-3c993f6ae253, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 528359004367049365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365528359004367049365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14d423b2-d9f6-4dab-ba89-33a7fb1ea5b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a50adb82-bcbb-40e3-838c-7c145546bc45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a50adb82-bcbb-40e3-838c-7c145546bc45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10956162459108539678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678109561624591085396781095616245910853967810956162459108539678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 010dc8f6-5bfe-462e-931c-3c993f6ae253, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37819ba3-8e9d-4f11-887e-6aa53a0cb912, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37819ba3-8e9d-4f11-887e-6aa53a0cb912, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867735425043155660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660128677354250431556601286773542504315566012867735425043155660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a50adb82-bcbb-40e3-838c-7c145546bc45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37819ba3-8e9d-4f11-887e-6aa53a0cb912, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 078f087c-5336-49bb-b717-32f1d2b04c42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 078f087c-5336-49bb-b717-32f1d2b04c42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3814443274076880151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151381444327407688015138144432740768801513814443274076880151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37ea1023-f59a-4b4a-b51d-ee66fd226f44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37ea1023-f59a-4b4a-b51d-ee66fd226f44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12302415232774021183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183123024152327740211831230241523277402118312302415232774021183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 078f087c-5336-49bb-b717-32f1d2b04c42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37ea1023-f59a-4b4a-b51d-ee66fd226f44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5026b91e-ee95-4921-bf77-c7003f9188f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05a088dc-c2d9-45c6-87da-c471d68a1e3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a088dc-c2d9-45c6-87da-c471d68a1e3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7242988430084138009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009724298843008413800972429884300841380097242988430084138009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5026b91e-ee95-4921-bf77-c7003f9188f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5667721007709427017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017566772100770942701756677210077094270175667721007709427017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a088dc-c2d9-45c6-87da-c471d68a1e3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11c0d2cf-6a39-4d69-a97d-5caa1da8e14e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c0d2cf-6a39-4d69-a97d-5caa1da8e14e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17601573577687238964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964176015735776872389641760157357768723896417601573577687238964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5026b91e-ee95-4921-bf77-c7003f9188f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c9fa70a-76b2-4ace-b254-6b0ebf16a3a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c9fa70a-76b2-4ace-b254-6b0ebf16a3a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7694841411927922729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729769484141192792272976948414119279227297694841411927922729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c0d2cf-6a39-4d69-a97d-5caa1da8e14e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e72f849f-4b99-45b3-a640-1512dc26a2e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c9fa70a-76b2-4ace-b254-6b0ebf16a3a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e72f849f-4b99-45b3-a640-1512dc26a2e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3760499849371472707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707376049984937147270737604998493714727073760499849371472707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 180925b0-ca66-4185-a48a-7b57d8fb51d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e72f849f-4b99-45b3-a640-1512dc26a2e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10e1a6a2-2212-44f3-9e14-70de21817f28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 180925b0-ca66-4185-a48a-7b57d8fb51d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16754881918834676844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844167548819188346768441675488191883467684416754881918834676844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e1a6a2-2212-44f3-9e14-70de21817f28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9456411146907257422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422945641114690725742294564111469072574229456411146907257422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 180925b0-ca66-4185-a48a-7b57d8fb51d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c25753e-6c6e-40b5-90b8-baf66a2a9f66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c25753e-6c6e-40b5-90b8-baf66a2a9f66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3525079817072080969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969352507981707208096935250798170720809693525079817072080969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e1a6a2-2212-44f3-9e14-70de21817f28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 846aac33-f331-4488-be47-008c1872ae2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846aac33-f331-4488-be47-008c1872ae2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7411388804108794722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722741138880410879472274113888041087947227411388804108794722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c25753e-6c6e-40b5-90b8-baf66a2a9f66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d678aa-ee11-4cf0-a290-fd499966e7e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d678aa-ee11-4cf0-a290-fd499966e7e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17000017904978615974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974170000179049786159741700001790497861597417000017904978615974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846aac33-f331-4488-be47-008c1872ae2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d689aeb-949b-4fe1-b25f-d2f30a29bed2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d689aeb-949b-4fe1-b25f-d2f30a29bed2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9963078535746543220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220996307853574654322099630785357465432209963078535746543220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d678aa-ee11-4cf0-a290-fd499966e7e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf8804a-2649-4182-b253-9156240de14f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d689aeb-949b-4fe1-b25f-d2f30a29bed2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf8804a-2649-4182-b253-9156240de14f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11820935652294706669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669118209356522947066691182093565229470666911820935652294706669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67c1e379-ca86-4034-8790-c175dbdc3043, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67c1e379-ca86-4034-8790-c175dbdc3043, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9135972737990845885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885913597273799084588591359727379908458859135972737990845885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf8804a-2649-4182-b253-9156240de14f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b523fd9-cd7a-44df-8ce9-5af20536c7cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b523fd9-cd7a-44df-8ce9-5af20536c7cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15648638586920676780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780156486385869206767801564863858692067678015648638586920676780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67c1e379-ca86-4034-8790-c175dbdc3043, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6aee870-0efe-4b09-8633-f1db3d9d1f9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6aee870-0efe-4b09-8633-f1db3d9d1f9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9024304256817313766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766902430425681731376690243042568173137669024304256817313766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b523fd9-cd7a-44df-8ce9-5af20536c7cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6aee870-0efe-4b09-8633-f1db3d9d1f9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c579d87c-cff3-4d55-81f4-5889f2eac5dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c579d87c-cff3-4d55-81f4-5889f2eac5dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12623959331010154152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152126239593310101541521262395933101015415212623959331010154152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8415ead2-48b1-4b13-bf49-3c88cf029c85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8415ead2-48b1-4b13-bf49-3c88cf029c85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10855250202967571159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159108552502029675711591085525020296757115910855250202967571159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c579d87c-cff3-4d55-81f4-5889f2eac5dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f2000cc-a263-4bb8-913b-80612ba4aa66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8415ead2-48b1-4b13-bf49-3c88cf029c85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2000cc-a263-4bb8-913b-80612ba4aa66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13490716931820300258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258134907169318203002581349071693182030025813490716931820300258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34ae289c-6e68-4b33-93dc-d681ffda1e74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34ae289c-6e68-4b33-93dc-d681ffda1e74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12317007690681149299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299123170076906811492991231700769068114929912317007690681149299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2000cc-a263-4bb8-913b-80612ba4aa66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30376d52-5a94-421b-9d96-26135e7cd092, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30376d52-5a94-421b-9d96-26135e7cd092, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18102930883953160645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645181029308839531606451810293088395316064518102930883953160645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34ae289c-6e68-4b33-93dc-d681ffda1e74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33fad894-10bd-4b6f-a9d3-828c53d6c267, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30376d52-5a94-421b-9d96-26135e7cd092, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e62cb36-c564-4bdd-bf2b-3488c98d8e39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e62cb36-c564-4bdd-bf2b-3488c98d8e39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9633684051577158276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276963368405157715827696336840515771582769633684051577158276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33fad894-10bd-4b6f-a9d3-828c53d6c267, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129432209318879291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291112943220931887929111294322093188792911129432209318879291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e62cb36-c564-4bdd-bf2b-3488c98d8e39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5728dfa5-5251-41be-90dc-ccb9bf60f862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5728dfa5-5251-41be-90dc-ccb9bf60f862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6091216707649240176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176609121670764924017660912167076492401766091216707649240176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33fad894-10bd-4b6f-a9d3-828c53d6c267, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 914c29c7-70d4-4b71-8642-16170e5e3d9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 914c29c7-70d4-4b71-8642-16170e5e3d9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4133058659140257092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092413305865914025709241330586591402570924133058659140257092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5728dfa5-5251-41be-90dc-ccb9bf60f862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13710fc2-a757-48a0-9324-b4125192dfb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13710fc2-a757-48a0-9324-b4125192dfb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6158998435017511274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274615899843501751127461589984350175112746158998435017511274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 914c29c7-70d4-4b71-8642-16170e5e3d9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 690a77ce-ffe6-4b18-a156-d646ee61225a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 690a77ce-ffe6-4b18-a156-d646ee61225a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15579383425874815375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375155793834258748153751557938342587481537515579383425874815375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13710fc2-a757-48a0-9324-b4125192dfb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da19004c-a904-4d3f-93eb-b1361566ca19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 690a77ce-ffe6-4b18-a156-d646ee61225a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12ea4e65-e1ce-431b-83f6-0b240d469e4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ea4e65-e1ce-431b-83f6-0b240d469e4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8682128312826219857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857868212831282621985786821283128262198578682128312826219857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da19004c-a904-4d3f-93eb-b1361566ca19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17441538732317229461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461174415387323172294611744153873231722946117441538732317229461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ea4e65-e1ce-431b-83f6-0b240d469e4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79c43d40-cdda-4eb3-9362-b18b47abafb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da19004c-a904-4d3f-93eb-b1361566ca19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0834c525-8750-44c0-ad7b-8697b475d552, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0834c525-8750-44c0-ad7b-8697b475d552, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13628724100296224135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135136287241002962241351362872410029622413513628724100296224135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c43d40-cdda-4eb3-9362-b18b47abafb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12415928027705393653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653124159280277053936531241592802770539365312415928027705393653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0834c525-8750-44c0-ad7b-8697b475d552, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66fd3b6f-909b-4f43-b764-550096517a8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c43d40-cdda-4eb3-9362-b18b47abafb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66fd3b6f-909b-4f43-b764-550096517a8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1572624632349651074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074157262463234965107415726246323496510741572624632349651074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c433ddc-a224-408b-be98-e41267233042, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c433ddc-a224-408b-be98-e41267233042, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18082961476966830437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437180829614769668304371808296147696683043718082961476966830437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66fd3b6f-909b-4f43-b764-550096517a8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cecff8c-e2b6-4cb2-9914-04e89d0e977d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cecff8c-e2b6-4cb2-9914-04e89d0e977d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13638244500285095378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378136382445002850953781363824450028509537813638244500285095378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c433ddc-a224-408b-be98-e41267233042, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13fbe6fe-04ec-4153-8721-d39700b7f858, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13fbe6fe-04ec-4153-8721-d39700b7f858, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3558634649656763151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151355863464965676315135586346496567631513558634649656763151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cecff8c-e2b6-4cb2-9914-04e89d0e977d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a92f432-8cd8-4764-b305-e387df9e529e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a92f432-8cd8-4764-b305-e387df9e529e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17107765601533759386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386171077656015337593861710776560153375938617107765601533759386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13fbe6fe-04ec-4153-8721-d39700b7f858, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5c7105-fe8a-4561-9d93-045a26b70782, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a92f432-8cd8-4764-b305-e387df9e529e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f160fd5d-19eb-45f0-b04b-9f53ad242581, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5c7105-fe8a-4561-9d93-045a26b70782, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6162857200355677776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776616285720035567777661628572003556777766162857200355677776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f160fd5d-19eb-45f0-b04b-9f53ad242581, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7669972565305871684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684766997256530587168476699725653058716847669972565305871684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5c7105-fe8a-4561-9d93-045a26b70782, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 063b5a91-5f22-4ee6-97b7-b4df47ce1bcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 063b5a91-5f22-4ee6-97b7-b4df47ce1bcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11290989606735617128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128112909896067356171281129098960673561712811290989606735617128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f160fd5d-19eb-45f0-b04b-9f53ad242581, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 182449b3-5dab-4ce5-a89e-47dfffba1578, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 182449b3-5dab-4ce5-a89e-47dfffba1578, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17248544294029571131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131172485442940295711311724854429402957113117248544294029571131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 063b5a91-5f22-4ee6-97b7-b4df47ce1bcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3397d1e0-f27e-4c15-9a0b-e20293b28002, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3397d1e0-f27e-4c15-9a0b-e20293b28002, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14466721590292654210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210144667215902926542101446672159029265421014466721590292654210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 182449b3-5dab-4ce5-a89e-47dfffba1578, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b26e4e5c-62dd-4fd2-a372-c75ceb032fe9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26e4e5c-62dd-4fd2-a372-c75ceb032fe9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16203300089518613532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532162033000895186135321620330008951861353216203300089518613532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3397d1e0-f27e-4c15-9a0b-e20293b28002, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64ee068a-0883-4477-8c82-c634618d52e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ee068a-0883-4477-8c82-c634618d52e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11824361146076073084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084118243611460760730841182436114607607308411824361146076073084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26e4e5c-62dd-4fd2-a372-c75ceb032fe9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89b29443-a6ce-48fb-8a56-1da7a928ed89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b29443-a6ce-48fb-8a56-1da7a928ed89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8225377596642349994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994822537759664234999482253775966423499948225377596642349994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ee068a-0883-4477-8c82-c634618d52e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46315c27-df9a-4ce8-a134-79d88540ac5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46315c27-df9a-4ce8-a134-79d88540ac5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18268324562161510207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207182683245621615102071826832456216151020718268324562161510207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46315c27-df9a-4ce8-a134-79d88540ac5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b29443-a6ce-48fb-8a56-1da7a928ed89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bca717c-c75d-4a6b-8d5d-ee0bc6aa1bbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bca717c-c75d-4a6b-8d5d-ee0bc6aa1bbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14106728975557911115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115141067289755579111151410672897555791111514106728975557911115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5d2c2e-eb93-48be-ae6d-d5054b5a4651, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5d2c2e-eb93-48be-ae6d-d5054b5a4651, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8073833103159802029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029807383310315980202980738331031598020298073833103159802029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bca717c-c75d-4a6b-8d5d-ee0bc6aa1bbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7501719-f3ac-48a7-a6c4-aef8286fe98a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7501719-f3ac-48a7-a6c4-aef8286fe98a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12422817970282180649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649124228179702821806491242281797028218064912422817970282180649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5d2c2e-eb93-48be-ae6d-d5054b5a4651, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36ad1592-c1e0-412d-a8d1-f4b7d093d882, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36ad1592-c1e0-412d-a8d1-f4b7d093d882, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12846224328742591361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361128462243287425913611284622432874259136112846224328742591361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7501719-f3ac-48a7-a6c4-aef8286fe98a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42289fb8-97ec-4748-ac57-7a458795fc81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42289fb8-97ec-4748-ac57-7a458795fc81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13265072686976274381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381132650726869762743811326507268697627438113265072686976274381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36ad1592-c1e0-412d-a8d1-f4b7d093d882, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 574fefbb-2e37-4243-8c27-16a3000d26ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574fefbb-2e37-4243-8c27-16a3000d26ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750569356359621793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793147505693563596217931475056935635962179314750569356359621793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42289fb8-97ec-4748-ac57-7a458795fc81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11b97297-d876-4179-aac0-b8378241491b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b97297-d876-4179-aac0-b8378241491b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1731645897621644036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036173164589762164403617316458976216440361731645897621644036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574fefbb-2e37-4243-8c27-16a3000d26ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65cd3994-5ff0-41e7-95d6-1fbed7b62e1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65cd3994-5ff0-41e7-95d6-1fbed7b62e1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4986630295288243243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243498663029528824324349866302952882432434986630295288243243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b97297-d876-4179-aac0-b8378241491b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7964c1f-e302-4a01-9fa7-5ad763e2d733, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7964c1f-e302-4a01-9fa7-5ad763e2d733, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13326195787026824959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959133261957870268249591332619578702682495913326195787026824959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65cd3994-5ff0-41e7-95d6-1fbed7b62e1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7964c1f-e302-4a01-9fa7-5ad763e2d733, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6d9e6b2-843a-47cc-9c40-58543da102ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b5a5d52-88f5-48c5-9680-808c102fd768, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5a5d52-88f5-48c5-9680-808c102fd768, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319400857010513569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569153194008570105135691531940085701051356915319400857010513569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d9e6b2-843a-47cc-9c40-58543da102ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3019185727958793885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885301918572795879388530191857279587938853019185727958793885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5a5d52-88f5-48c5-9680-808c102fd768, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8e6349e-f1ce-4652-96e8-44cf68c7ebff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e6349e-f1ce-4652-96e8-44cf68c7ebff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15705064391336482379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379157050643913364823791570506439133648237915705064391336482379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d9e6b2-843a-47cc-9c40-58543da102ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60a86855-f9d5-47ec-b690-48659b7230bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60a86855-f9d5-47ec-b690-48659b7230bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10675059042510249335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335106750590425102493351067505904251024933510675059042510249335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e6349e-f1ce-4652-96e8-44cf68c7ebff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ed81328-9f9f-41be-869b-6d87a3f9909a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed81328-9f9f-41be-869b-6d87a3f9909a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4304722060540823426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426430472206054082342643047220605408234264304722060540823426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60a86855-f9d5-47ec-b690-48659b7230bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d64b626d-60b6-48bd-ad12-f8fc51fe4294, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d64b626d-60b6-48bd-ad12-f8fc51fe4294, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12176903861992887027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027121769038619928870271217690386199288702712176903861992887027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed81328-9f9f-41be-869b-6d87a3f9909a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 976a20e5-0906-4b49-ac8f-42312cec499f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976a20e5-0906-4b49-ac8f-42312cec499f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8140714004467765289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289814071400446776528981407140044677652898140714004467765289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d64b626d-60b6-48bd-ad12-f8fc51fe4294, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed65a329-c95f-4dd8-a73c-ed997e28358a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed65a329-c95f-4dd8-a73c-ed997e28358a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2317232915464630108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108231723291546463010823172329154646301082317232915464630108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976a20e5-0906-4b49-ac8f-42312cec499f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 042314e0-fb78-41bb-ae21-fc9657ccddee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042314e0-fb78-41bb-ae21-fc9657ccddee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8897664777562009038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038889766477756200903888976647775620090388897664777562009038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed65a329-c95f-4dd8-a73c-ed997e28358a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7ef2766-3709-49ae-ac0b-ac14551660fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ef2766-3709-49ae-ac0b-ac14551660fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16603537709014981980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980166035377090149819801660353770901498198016603537709014981980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042314e0-fb78-41bb-ae21-fc9657ccddee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66e54dfc-dcbe-4ec0-b4c8-4bab19f06d96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e54dfc-dcbe-4ec0-b4c8-4bab19f06d96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2723673763811706681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681272367376381170668127236737638117066812723673763811706681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ef2766-3709-49ae-ac0b-ac14551660fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8af39d9-b9f4-44cd-baef-4e2de2bdd47b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8af39d9-b9f4-44cd-baef-4e2de2bdd47b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12023833648386292779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779120238336483862927791202383364838629277912023833648386292779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e54dfc-dcbe-4ec0-b4c8-4bab19f06d96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 065aca17-cfb1-4f3d-8fd2-9a38e4b044f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065aca17-cfb1-4f3d-8fd2-9a38e4b044f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13389843714836747576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576133898437148367475761338984371483674757613389843714836747576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8af39d9-b9f4-44cd-baef-4e2de2bdd47b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d4801e-30d4-46bd-a38e-43f31605af2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d4801e-30d4-46bd-a38e-43f31605af2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11125046610588882423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423111250466105888824231112504661058888242311125046610588882423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065aca17-cfb1-4f3d-8fd2-9a38e4b044f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2b6bc81-208f-4b38-9fbd-c42591b956fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b6bc81-208f-4b38-9fbd-c42591b956fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13823233778549187443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443138232337785491874431382323377854918744313823233778549187443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d4801e-30d4-46bd-a38e-43f31605af2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ea15870-3728-408b-a28a-792f17cab718, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea15870-3728-408b-a28a-792f17cab718, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10026362657673739648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648100263626576737396481002636265767373964810026362657673739648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b6bc81-208f-4b38-9fbd-c42591b956fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99d05708-5ac9-4e64-bd54-8b5f99f5e91a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99d05708-5ac9-4e64-bd54-8b5f99f5e91a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12747613136799112024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024127476131367991120241274761313679911202412747613136799112024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea15870-3728-408b-a28a-792f17cab718, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0883065e-5800-4e04-a680-08c66dfac8a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0883065e-5800-4e04-a680-08c66dfac8a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6188169303492889985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985618816930349288998561881693034928899856188169303492889985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99d05708-5ac9-4e64-bd54-8b5f99f5e91a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2c5dbea-2267-4824-bf4e-0391a499dcb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2c5dbea-2267-4824-bf4e-0391a499dcb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9746495273513522322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322974649527351352232297464952735135223229746495273513522322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0883065e-5800-4e04-a680-08c66dfac8a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 482a5f74-a57b-4d79-9361-fc2c39af1979, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 482a5f74-a57b-4d79-9361-fc2c39af1979, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10988587336051629915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915109885873360516299151098858733605162991510988587336051629915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2c5dbea-2267-4824-bf4e-0391a499dcb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 843d71bc-af89-4268-afc6-cf39fc67e209, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843d71bc-af89-4268-afc6-cf39fc67e209, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9341924407371916597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597934192440737191659793419244073719165979341924407371916597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 482a5f74-a57b-4d79-9361-fc2c39af1979, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f36074e0-77c3-4bde-9f39-cc7154826c01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f36074e0-77c3-4bde-9f39-cc7154826c01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10445858457460905626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626104458584574609056261044585845746090562610445858457460905626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843d71bc-af89-4268-afc6-cf39fc67e209, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907a53d4-9bce-43b4-9e2c-a265e468c474, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907a53d4-9bce-43b4-9e2c-a265e468c474, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14508055224653754730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730145080552246537547301450805522465375473014508055224653754730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f36074e0-77c3-4bde-9f39-cc7154826c01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907a53d4-9bce-43b4-9e2c-a265e468c474, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45d131d2-bab0-444d-a1d8-869a3db3a410, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 227e8406-592e-4095-a10d-d40e31b1cea1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 227e8406-592e-4095-a10d-d40e31b1cea1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8501878451872841939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939850187845187284193985018784518728419398501878451872841939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45d131d2-bab0-444d-a1d8-869a3db3a410, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16181996087104119229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229161819960871041192291618199608710411922916181996087104119229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 227e8406-592e-4095-a10d-d40e31b1cea1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90ec9859-a213-412a-a447-376347b373e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45d131d2-bab0-444d-a1d8-869a3db3a410, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aaa8190-2ef9-4f1f-a13a-283c7aa676f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aaa8190-2ef9-4f1f-a13a-283c7aa676f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9091340893112773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90913408931127739091340893112773909134089311277390913408931127739091340893112773909134089311277390913408931127739091340893112773909134089311277390913408931127739091340893112773909134089311277390913408931127739091340893112773909134089311277390913408931127739091340893112773909134089311277390913408931127739091340893112773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90ec9859-a213-412a-a447-376347b373e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6759887204709948985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985675988720470994898567598872047099489856759887204709948985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aaa8190-2ef9-4f1f-a13a-283c7aa676f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd041a1e-3063-495b-8cab-732c9451b97b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd041a1e-3063-495b-8cab-732c9451b97b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16467703836876195129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129164677038368761951291646770383687619512916467703836876195129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90ec9859-a213-412a-a447-376347b373e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36f4c1db-6778-4b70-9bc9-836d38a1a534, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36f4c1db-6778-4b70-9bc9-836d38a1a534, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10673656910650080300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300106736569106500803001067365691065008030010673656910650080300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd041a1e-3063-495b-8cab-732c9451b97b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df11d9fa-57da-4936-8c15-1e2e18ef286a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36f4c1db-6778-4b70-9bc9-836d38a1a534, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df11d9fa-57da-4936-8c15-1e2e18ef286a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7878271905844744574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574787827190584474457478782719058447445747878271905844744574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa090dd6-7610-4e53-a0f6-54bb15acf086, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa090dd6-7610-4e53-a0f6-54bb15acf086, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3864929167964092491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491386492916796409249138649291679640924913864929167964092491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df11d9fa-57da-4936-8c15-1e2e18ef286a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bf624f6-b3ff-48eb-9c03-86786e8bde3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf624f6-b3ff-48eb-9c03-86786e8bde3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11569894765074914217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217115698947650749142171156989476507491421711569894765074914217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa090dd6-7610-4e53-a0f6-54bb15acf086, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8255299a-97b1-4954-82bb-d97d2a11bb95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8255299a-97b1-4954-82bb-d97d2a11bb95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16323615565018980703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703163236155650189807031632361556501898070316323615565018980703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf624f6-b3ff-48eb-9c03-86786e8bde3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae7ec2d6-f8a0-4216-b81b-80b38e5ed089, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8255299a-97b1-4954-82bb-d97d2a11bb95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba86a1f7-d995-4d33-9032-1e181115c53f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae7ec2d6-f8a0-4216-b81b-80b38e5ed089, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10955611781768657080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080109556117817686570801095561178176865708010955611781768657080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba86a1f7-d995-4d33-9032-1e181115c53f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10757749767729377598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598107577497677293775981075774976772937759810757749767729377598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae7ec2d6-f8a0-4216-b81b-80b38e5ed089, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c305088a-21e1-46ec-8bb6-2a1224f6ebe7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c305088a-21e1-46ec-8bb6-2a1224f6ebe7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1424975829989034782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782142497582998903478214249758299890347821424975829989034782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba86a1f7-d995-4d33-9032-1e181115c53f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d89238eb-7b8b-443e-a940-327924005918, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d89238eb-7b8b-443e-a940-327924005918, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6484397095548179022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022648439709554817902264843970955481790226484397095548179022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c305088a-21e1-46ec-8bb6-2a1224f6ebe7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de18110d-7ac9-4db6-ba54-e0197e680f4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de18110d-7ac9-4db6-ba54-e0197e680f4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 775170491482105695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695775170491482105695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d89238eb-7b8b-443e-a940-327924005918, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b598cdef-64ef-4417-bccf-541939a15ad0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b598cdef-64ef-4417-bccf-541939a15ad0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1011274556934930017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017101127455693493001710112745569349300171011274556934930017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de18110d-7ac9-4db6-ba54-e0197e680f4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c03f20d-23c1-4373-a1dc-960190e70be7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c03f20d-23c1-4373-a1dc-960190e70be7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3429744458609925772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772342974445860992577234297444586099257723429744458609925772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b598cdef-64ef-4417-bccf-541939a15ad0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f0764a3-2a05-4570-be6f-9831b94828c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c03f20d-23c1-4373-a1dc-960190e70be7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f0764a3-2a05-4570-be6f-9831b94828c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5706139148397301656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656570613914839730165657061391483973016565706139148397301656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76eff925-f317-4e8e-b00f-624d962d6167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76eff925-f317-4e8e-b00f-624d962d6167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17996562824042840725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725179965628240428407251799656282404284072517996562824042840725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f0764a3-2a05-4570-be6f-9831b94828c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 773bde9d-0728-446c-9895-636ca1f78ff0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76eff925-f317-4e8e-b00f-624d962d6167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773bde9d-0728-446c-9895-636ca1f78ff0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13036010722326965526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526130360107223269655261303601072232696552613036010722326965526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff809549-9c1f-4786-87f7-1611c806e16f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff809549-9c1f-4786-87f7-1611c806e16f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8267241258493621197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197826724125849362119782672412584936211978267241258493621197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773bde9d-0728-446c-9895-636ca1f78ff0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39b513fd-a59b-4160-ae00-ed40923804aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39b513fd-a59b-4160-ae00-ed40923804aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11339653959674501536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536113396539596745015361133965395967450153611339653959674501536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff809549-9c1f-4786-87f7-1611c806e16f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14eebce4-c8a8-49a8-8ee8-af4b11f03735, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14eebce4-c8a8-49a8-8ee8-af4b11f03735, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9214804031764215409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409921480403176421540992148040317642154099214804031764215409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39b513fd-a59b-4160-ae00-ed40923804aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 837fb7a0-3d9d-462d-8e98-9a0268ebde76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 837fb7a0-3d9d-462d-8e98-9a0268ebde76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15210493661071239322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322152104936610712393221521049366107123932215210493661071239322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14eebce4-c8a8-49a8-8ee8-af4b11f03735, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f95b33aa-8d16-4744-80e0-decab306e6d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95b33aa-8d16-4744-80e0-decab306e6d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635131229074904048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048106351312290749040481063513122907490404810635131229074904048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 837fb7a0-3d9d-462d-8e98-9a0268ebde76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed0590fb-5d45-420c-8d79-fd9d2d27ab36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed0590fb-5d45-420c-8d79-fd9d2d27ab36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1436925739469224566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566143692573946922456614369257394692245661436925739469224566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95b33aa-8d16-4744-80e0-decab306e6d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21311069-b4a7-40e1-aa23-e362a5574c22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21311069-b4a7-40e1-aa23-e362a5574c22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15823678614418553526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526158236786144185535261582367861441855352615823678614418553526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed0590fb-5d45-420c-8d79-fd9d2d27ab36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ecab7a7-3cb2-4970-b3d8-b0210ed313f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ecab7a7-3cb2-4970-b3d8-b0210ed313f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 903685668660597532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532903685668660597532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21311069-b4a7-40e1-aa23-e362a5574c22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 761dee3d-429b-49ee-a900-6d49aca492f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 761dee3d-429b-49ee-a900-6d49aca492f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12207169296800477226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226122071692968004772261220716929680047722612207169296800477226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ecab7a7-3cb2-4970-b3d8-b0210ed313f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7b9164a-4fbb-404f-81bf-408dd425c981, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7b9164a-4fbb-404f-81bf-408dd425c981, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16797011972817864743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743167970119728178647431679701197281786474316797011972817864743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 761dee3d-429b-49ee-a900-6d49aca492f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa48bf00-c001-4727-81eb-3167393785e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa48bf00-c001-4727-81eb-3167393785e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18330560123353844515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515183305601233538445151833056012335384451518330560123353844515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7b9164a-4fbb-404f-81bf-408dd425c981, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbfaf54a-75cf-4072-83d0-7053160f00e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbfaf54a-75cf-4072-83d0-7053160f00e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11195043010784307043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043111950430107843070431119504301078430704311195043010784307043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa48bf00-c001-4727-81eb-3167393785e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f9f1c1-b257-4b15-a783-3d848493ff39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f9f1c1-b257-4b15-a783-3d848493ff39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18298732235395170865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865182987322353951708651829873223539517086518298732235395170865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbfaf54a-75cf-4072-83d0-7053160f00e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f9f1c1-b257-4b15-a783-3d848493ff39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9d360d1-c088-462d-918c-7d5997038701, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0bb001e-5bf0-4fd9-acf0-21d3ca373fbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9d360d1-c088-462d-918c-7d5997038701, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3257468284058805075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075325746828405880507532574682840588050753257468284058805075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0bb001e-5bf0-4fd9-acf0-21d3ca373fbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8995946906306648677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677899594690630664867789959469063066486778995946906306648677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9d360d1-c088-462d-918c-7d5997038701, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a2df822-1f69-4268-aa74-655bf62d8481, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0bb001e-5bf0-4fd9-acf0-21d3ca373fbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a2df822-1f69-4268-aa74-655bf62d8481, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6998541709854298541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541699854170985429854169985417098542985416998541709854298541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b97e56c-17b5-46bc-be5d-0bba960d5c36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b97e56c-17b5-46bc-be5d-0bba960d5c36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2576853529398065741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741257685352939806574125768535293980657412576853529398065741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a2df822-1f69-4268-aa74-655bf62d8481, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2c6607c-5b81-4be3-b10c-c36480aea6d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c6607c-5b81-4be3-b10c-c36480aea6d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1543538258601078646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646154353825860107864615435382586010786461543538258601078646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b97e56c-17b5-46bc-be5d-0bba960d5c36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9ff34ca-74d4-4679-ab29-b024c1b80862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ff34ca-74d4-4679-ab29-b024c1b80862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6004088086489576690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690600408808648957669060040880864895766906004088086489576690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c6607c-5b81-4be3-b10c-c36480aea6d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae629e8a-891f-4f7b-bbae-29b862d6ae70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae629e8a-891f-4f7b-bbae-29b862d6ae70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4431062975752680408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408443106297575268040844310629757526804084431062975752680408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ff34ca-74d4-4679-ab29-b024c1b80862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1454336-5b8f-417a-8808-a09d64d1555d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1454336-5b8f-417a-8808-a09d64d1555d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16004421455472820650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650160044214554728206501600442145547282065016004421455472820650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae629e8a-891f-4f7b-bbae-29b862d6ae70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 197cd079-56bb-4ae6-b259-80d56cfa3b72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 197cd079-56bb-4ae6-b259-80d56cfa3b72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6249039505753672392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392624903950575367239262490395057536723926249039505753672392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1454336-5b8f-417a-8808-a09d64d1555d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd8d22b2-c4d8-428d-bef7-b1c0490ff10e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd8d22b2-c4d8-428d-bef7-b1c0490ff10e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3043603906111171782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782304360390611117178230436039061111717823043603906111171782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 197cd079-56bb-4ae6-b259-80d56cfa3b72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6805984-775e-4956-9be6-a8c05173c933, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6805984-775e-4956-9be6-a8c05173c933, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17301885125782724578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578173018851257827245781730188512578272457817301885125782724578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd8d22b2-c4d8-428d-bef7-b1c0490ff10e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dda7d678-382f-41a1-9f99-4f61e669cb24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda7d678-382f-41a1-9f99-4f61e669cb24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13900257790609161451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451139002577906091614511390025779060916145113900257790609161451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6805984-775e-4956-9be6-a8c05173c933, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47df3bb5-2b87-4ace-99fd-fd3d32d15335, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47df3bb5-2b87-4ace-99fd-fd3d32d15335, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13555748581685099267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267135557485816850992671355574858168509926713555748581685099267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda7d678-382f-41a1-9f99-4f61e669cb24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98edb2df-d4e2-419b-8d06-6580021e5778, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47df3bb5-2b87-4ace-99fd-fd3d32d15335, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98edb2df-d4e2-419b-8d06-6580021e5778, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6970950524027794027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027697095052402779402769709505240277940276970950524027794027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34e9e053-e7ee-4f69-bcf7-3e94e5e45e22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98edb2df-d4e2-419b-8d06-6580021e5778, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e9e053-e7ee-4f69-bcf7-3e94e5e45e22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13602134769263457542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542136021347692634575421360213476926345754213602134769263457542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f51726-f9a2-419a-96a4-7b6fc5601eb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e9e053-e7ee-4f69-bcf7-3e94e5e45e22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf39c08-ed83-4f8a-9485-0b265ae57012, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf39c08-ed83-4f8a-9485-0b265ae57012, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13134169864548419245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245131341698645484192451313416986454841924513134169864548419245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f51726-f9a2-419a-96a4-7b6fc5601eb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13045583554907242859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859130455835549072428591304558355490724285913045583554907242859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf39c08-ed83-4f8a-9485-0b265ae57012, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f51726-f9a2-419a-96a4-7b6fc5601eb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a688f304-d7ce-4ca8-9932-91fd4fa93c2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8617495-66b0-41ea-a85b-7d955cbf5a66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a688f304-d7ce-4ca8-9932-91fd4fa93c2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12722821390871985287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287127228213908719852871272282139087198528712722821390871985287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8617495-66b0-41ea-a85b-7d955cbf5a66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10819494629359619964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964108194946293596199641081949462935961996410819494629359619964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a688f304-d7ce-4ca8-9932-91fd4fa93c2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d084feae-6975-4794-b6e8-7caabd6e9e4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8617495-66b0-41ea-a85b-7d955cbf5a66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d80a0b-0b99-49a7-9137-b8c9d51afcff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d084feae-6975-4794-b6e8-7caabd6e9e4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14733408754028429425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425147334087540284294251473340875402842942514733408754028429425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d80a0b-0b99-49a7-9137-b8c9d51afcff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2640373464185789080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080264037346418578908026403734641857890802640373464185789080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d084feae-6975-4794-b6e8-7caabd6e9e4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d80a0b-0b99-49a7-9137-b8c9d51afcff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88afe501-4285-452f-833e-7eb65a9ddbcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c55d57e-81e4-41f2-a207-437f671f4163, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88afe501-4285-452f-833e-7eb65a9ddbcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885360892006746330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330888536089200674633088853608920067463308885360892006746330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c55d57e-81e4-41f2-a207-437f671f4163, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11967521138308352333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333119675211383083523331196752113830835233311967521138308352333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88afe501-4285-452f-833e-7eb65a9ddbcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b7c1bda-cc3a-4ede-a82f-d698183e7cc1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c55d57e-81e4-41f2-a207-437f671f4163, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b7c1bda-cc3a-4ede-a82f-d698183e7cc1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4327356478425950348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348432735647842595034843273564784259503484327356478425950348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d9c171-b2d4-4cc6-98b9-e0425bbd99a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d9c171-b2d4-4cc6-98b9-e0425bbd99a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9999998766505003412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412999999876650500341299999987665050034129999998766505003412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b7c1bda-cc3a-4ede-a82f-d698183e7cc1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d9c171-b2d4-4cc6-98b9-e0425bbd99a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 748f45ba-358c-4568-9a5c-9a0456830a58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748f45ba-358c-4568-9a5c-9a0456830a58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6957117767429887714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714695711776742988771469571177674298877146957117767429887714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748f45ba-358c-4568-9a5c-9a0456830a58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c467e8d1-cc12-4ebb-8eeb-ac8b8d863183, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c02a7bf8-e9b9-480e-9ac3-c488bc6dfc05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c02a7bf8-e9b9-480e-9ac3-c488bc6dfc05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8411861711007760838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838841186171100776083884118617110077608388411861711007760838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c467e8d1-cc12-4ebb-8eeb-ac8b8d863183, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 621190202837820133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133621190202837820133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c02a7bf8-e9b9-480e-9ac3-c488bc6dfc05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c47fa9bd-e3e3-41d6-acb7-9931bbfc1c03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c467e8d1-cc12-4ebb-8eeb-ac8b8d863183, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e411b89-57c9-4648-9c36-5b6c134523e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e411b89-57c9-4648-9c36-5b6c134523e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 79220518572110744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7922051857211074479220518572110744792205185721107447922051857211074479220518572110744792205185721107447922051857211074479220518572110744792205185721107447922051857211074479220518572110744792205185721107447922051857211074479220518572110744792205185721107447922051857211074479220518572110744792205185721107447922051857211074479220518572110744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c47fa9bd-e3e3-41d6-acb7-9931bbfc1c03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4349752880238051377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377434975288023805137743497528802380513774349752880238051377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e411b89-57c9-4648-9c36-5b6c134523e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c47fa9bd-e3e3-41d6-acb7-9931bbfc1c03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d9bdef1-4c38-43e7-ac08-5e970e8a2693, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d9bdef1-4c38-43e7-ac08-5e970e8a2693, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6901958332748134366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366690195833274813436669019583327481343666901958332748134366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d2c83f7-7819-4b62-ba6c-a0d2b54631f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2c83f7-7819-4b62-ba6c-a0d2b54631f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5264869093610718961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961526486909361071896152648690936107189615264869093610718961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d9bdef1-4c38-43e7-ac08-5e970e8a2693, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10e0e494-67a8-4ddc-b0a9-9860c53ef45d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e0e494-67a8-4ddc-b0a9-9860c53ef45d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17016149895983277885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885170161498959832778851701614989598327788517016149895983277885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2c83f7-7819-4b62-ba6c-a0d2b54631f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f88c110-90bd-4575-a7ea-1999508b681e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f88c110-90bd-4575-a7ea-1999508b681e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6739554340939771846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846673955434093977184667395543409397718466739554340939771846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e0e494-67a8-4ddc-b0a9-9860c53ef45d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42dfc1d8-1feb-491e-bc54-df1b53cb1d1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f88c110-90bd-4575-a7ea-1999508b681e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42dfc1d8-1feb-491e-bc54-df1b53cb1d1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17975427080482004813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813179754270804820048131797542708048200481317975427080482004813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de32079-2729-4ac1-909c-70f9372fd975, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de32079-2729-4ac1-909c-70f9372fd975, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4589398163459857275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275458939816345985727545893981634598572754589398163459857275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42dfc1d8-1feb-491e-bc54-df1b53cb1d1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 182a63ba-da74-4d1b-af73-8f5bdb5f3c7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de32079-2729-4ac1-909c-70f9372fd975, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 618b3dd2-dd62-4449-86ac-f2e8a49733e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618b3dd2-dd62-4449-86ac-f2e8a49733e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15510378465496331592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592155103784654963315921551037846549633159215510378465496331592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 182a63ba-da74-4d1b-af73-8f5bdb5f3c7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17821473454047771495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495178214734540477714951782147345404777149517821473454047771495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618b3dd2-dd62-4449-86ac-f2e8a49733e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6189ffe7-5731-4bd8-8f31-9b54147c7fa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6189ffe7-5731-4bd8-8f31-9b54147c7fa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6387806020241221822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822638780602024122182263878060202412218226387806020241221822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6189ffe7-5731-4bd8-8f31-9b54147c7fa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97a039f5-2398-4317-b0a3-24d73ffbb53a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a039f5-2398-4317-b0a3-24d73ffbb53a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18396906729474356576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576183969067294743565761839690672947435657618396906729474356576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 182a63ba-da74-4d1b-af73-8f5bdb5f3c7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ad9cda2-0cb4-4442-8710-682974b48603, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a039f5-2398-4317-b0a3-24d73ffbb53a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad9cda2-0cb4-4442-8710-682974b48603, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 340303703181470878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878340303703181470878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a21f60-3b0a-42d0-83b1-190fe1278553, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a21f60-3b0a-42d0-83b1-190fe1278553, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8287350427023214272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272828735042702321427282873504270232142728287350427023214272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad9cda2-0cb4-4442-8710-682974b48603, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bc0482a-ac65-4fa9-8992-da8d94e67651, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc0482a-ac65-4fa9-8992-da8d94e67651, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2598265808639986648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648259826580863998664825982658086399866482598265808639986648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a21f60-3b0a-42d0-83b1-190fe1278553, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e4552d-0709-4e4a-9830-3f0e28e5b123, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e4552d-0709-4e4a-9830-3f0e28e5b123, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12816579178597214898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898128165791785972148981281657917859721489812816579178597214898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc0482a-ac65-4fa9-8992-da8d94e67651, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1170b895-0b9c-4d47-aeb7-cfeeb48dee38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1170b895-0b9c-4d47-aeb7-cfeeb48dee38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12218749835678072717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717122187498356780727171221874983567807271712218749835678072717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e4552d-0709-4e4a-9830-3f0e28e5b123, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e76dbc02-9e92-4a69-a121-411473a51973, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e76dbc02-9e92-4a69-a121-411473a51973, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5273938126114480113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113527393812611448011352739381261144801135273938126114480113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1170b895-0b9c-4d47-aeb7-cfeeb48dee38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e76dbc02-9e92-4a69-a121-411473a51973, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe85dbf9-da6b-41de-aa24-5b9051516cec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7be97db3-157e-4f91-a65b-bede98fe5608, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe85dbf9-da6b-41de-aa24-5b9051516cec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13082571706226900722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722130825717062269007221308257170622690072213082571706226900722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7be97db3-157e-4f91-a65b-bede98fe5608, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11572608578012027452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452115726085780120274521157260857801202745211572608578012027452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe85dbf9-da6b-41de-aa24-5b9051516cec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26d19a8-0110-4f98-a878-454240f5fbb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26d19a8-0110-4f98-a878-454240f5fbb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3404823628074181309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309340482362807418130934048236280741813093404823628074181309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7be97db3-157e-4f91-a65b-bede98fe5608, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a620a0df-35f8-48bb-8498-f0afa9308d91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a620a0df-35f8-48bb-8498-f0afa9308d91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5354655210301291609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609535465521030129160953546552103012916095354655210301291609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26d19a8-0110-4f98-a878-454240f5fbb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a466f9fc-0d58-4113-aa00-e9de84777300, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a466f9fc-0d58-4113-aa00-e9de84777300, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5351148401678485327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327535114840167848532753511484016784853275351148401678485327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a620a0df-35f8-48bb-8498-f0afa9308d91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31fae41e-0544-4618-8ff3-f98ec1c7f7c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31fae41e-0544-4618-8ff3-f98ec1c7f7c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322109946170529139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139632210994617052913963221099461705291396322109946170529139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a466f9fc-0d58-4113-aa00-e9de84777300, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31fae41e-0544-4618-8ff3-f98ec1c7f7c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e258693d-a898-45fe-86f6-32b16b2c1272, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6ff6567-4942-4c6a-be9b-57920f0b6d1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e258693d-a898-45fe-86f6-32b16b2c1272, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10908573777086385675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675109085737770863856751090857377708638567510908573777086385675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ff6567-4942-4c6a-be9b-57920f0b6d1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14828728009545933906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906148287280095459339061482872800954593390614828728009545933906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ff6567-4942-4c6a-be9b-57920f0b6d1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c8dc9c0-3fd5-4d76-9c14-49dbe9580e8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c8dc9c0-3fd5-4d76-9c14-49dbe9580e8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16423945244524721008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008164239452445247210081642394524452472100816423945244524721008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e258693d-a898-45fe-86f6-32b16b2c1272, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 803f662e-ec88-4816-9f95-b93fc737bacf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 803f662e-ec88-4816-9f95-b93fc737bacf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18308738678192591616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616183087386781925916161830873867819259161618308738678192591616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c8dc9c0-3fd5-4d76-9c14-49dbe9580e8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a62854f0-f704-420b-abed-bf95a560557b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62854f0-f704-420b-abed-bf95a560557b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 774821335626146288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288774821335626146288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 803f662e-ec88-4816-9f95-b93fc737bacf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62854f0-f704-420b-abed-bf95a560557b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de39ec5-c547-4ab6-abb9-f41192f2abb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de39ec5-c547-4ab6-abb9-f41192f2abb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5891252284793875231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231589125228479387523158912522847938752315891252284793875231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9efdda17-ca5f-4d4a-8cc2-cf3a5e6cb1bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9efdda17-ca5f-4d4a-8cc2-cf3a5e6cb1bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820277198831178402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402482027719883117840248202771988311784024820277198831178402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9efdda17-ca5f-4d4a-8cc2-cf3a5e6cb1bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed9c7f1d-1ed3-49cb-a6d5-fe8c1b7b9e53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9c7f1d-1ed3-49cb-a6d5-fe8c1b7b9e53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4091117793350256395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395409111779335025639540911177933502563954091117793350256395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de39ec5-c547-4ab6-abb9-f41192f2abb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 073c5ef1-4afe-4fda-a3a2-02a4dd85c525, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 073c5ef1-4afe-4fda-a3a2-02a4dd85c525, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120215093010628998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998512021509301062899851202150930106289985120215093010628998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9c7f1d-1ed3-49cb-a6d5-fe8c1b7b9e53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ac84ced-9087-4232-9449-c3564185814b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ac84ced-9087-4232-9449-c3564185814b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7870951261623340426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426787095126162334042678709512616233404267870951261623340426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 073c5ef1-4afe-4fda-a3a2-02a4dd85c525, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbe30922-4fa4-4e2b-9e3f-5a96101d603d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ac84ced-9087-4232-9449-c3564185814b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 861f7327-3fc2-4617-911f-ededc1390bbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861f7327-3fc2-4617-911f-ededc1390bbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9330933795571871598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598933093379557187159893309337955718715989330933795571871598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe30922-4fa4-4e2b-9e3f-5a96101d603d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11237765665508620093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093112377656655086200931123776566550862009311237765665508620093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe30922-4fa4-4e2b-9e3f-5a96101d603d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51fc80bf-dc21-4f71-b567-18593c880605, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51fc80bf-dc21-4f71-b567-18593c880605, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6430261513606318670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670643026151360631867064302615136063186706430261513606318670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861f7327-3fc2-4617-911f-ededc1390bbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e149f956-7ca7-46ce-9d0b-590fbda1dfdc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e149f956-7ca7-46ce-9d0b-590fbda1dfdc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16521052662757678967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967165210526627576789671652105266275767896716521052662757678967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51fc80bf-dc21-4f71-b567-18593c880605, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85442af2-de3e-4aa4-9bc8-05437ee77f41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85442af2-de3e-4aa4-9bc8-05437ee77f41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18186315207492307256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256181863152074923072561818631520749230725618186315207492307256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e149f956-7ca7-46ce-9d0b-590fbda1dfdc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577206c0-d1fd-4de7-98ee-55a019b9fe19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577206c0-d1fd-4de7-98ee-55a019b9fe19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13511864956985343419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419135118649569853434191351186495698534341913511864956985343419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85442af2-de3e-4aa4-9bc8-05437ee77f41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55f0ac9f-85d2-4705-9909-4f6284985143, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55f0ac9f-85d2-4705-9909-4f6284985143, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6443028395259944750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750644302839525994475064430283952599447506443028395259944750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577206c0-d1fd-4de7-98ee-55a019b9fe19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 552c5df0-4934-4175-807c-01bf2058d20e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 552c5df0-4934-4175-807c-01bf2058d20e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8571740268326292881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881857174026832629288185717402683262928818571740268326292881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 552c5df0-4934-4175-807c-01bf2058d20e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06092565-6b3a-4410-8caa-905715f919d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06092565-6b3a-4410-8caa-905715f919d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1512880767756130692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692151288076775613069215128807677561306921512880767756130692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55f0ac9f-85d2-4705-9909-4f6284985143, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6185657-42e0-4a66-a86c-43b1a2976536, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6185657-42e0-4a66-a86c-43b1a2976536, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15354834020238936500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500153548340202389365001535483402023893650015354834020238936500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06092565-6b3a-4410-8caa-905715f919d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea401c94-2f63-4298-9747-dfd3e1ac6678, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea401c94-2f63-4298-9747-dfd3e1ac6678, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13617911658861959127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127136179116588619591271361791165886195912713617911658861959127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea401c94-2f63-4298-9747-dfd3e1ac6678, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdc4bd8b-24ef-4357-a32d-8f9620ab9fa6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc4bd8b-24ef-4357-a32d-8f9620ab9fa6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 694600188223439065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065694600188223439065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6185657-42e0-4a66-a86c-43b1a2976536, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a26bd310-0a01-4ece-b156-e49bbabfa436, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a26bd310-0a01-4ece-b156-e49bbabfa436, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13441521549081452474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474134415215490814524741344152154908145247413441521549081452474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc4bd8b-24ef-4357-a32d-8f9620ab9fa6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68adfd64-89dd-413e-a975-87b12608977c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68adfd64-89dd-413e-a975-87b12608977c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3084604475787634759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759308460447578763475930846044757876347593084604475787634759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a26bd310-0a01-4ece-b156-e49bbabfa436, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb9e482a-7837-4ff8-9900-bf934c1a833c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb9e482a-7837-4ff8-9900-bf934c1a833c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17863167778303295905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905178631677783032959051786316777830329590517863167778303295905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68adfd64-89dd-413e-a975-87b12608977c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9d0affa-2d82-4f91-b381-e9a6ccd0ab66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9d0affa-2d82-4f91-b381-e9a6ccd0ab66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11895435944884192984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984118954359448841929841189543594488419298411895435944884192984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb9e482a-7837-4ff8-9900-bf934c1a833c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d047c6-15ef-44fa-91ca-7df96ba82bf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d047c6-15ef-44fa-91ca-7df96ba82bf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7169955668076975477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477716995566807697547771699556680769754777169955668076975477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9d0affa-2d82-4f91-b381-e9a6ccd0ab66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3d374a2-69ed-4f14-a755-847c0cbcf63b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d374a2-69ed-4f14-a755-847c0cbcf63b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6182266129549507804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804618226612954950780461822661295495078046182266129549507804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d047c6-15ef-44fa-91ca-7df96ba82bf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b13c3905-db6a-466f-8976-43e0f21752ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13c3905-db6a-466f-8976-43e0f21752ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9687595274457402045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045968759527445740204596875952744574020459687595274457402045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d374a2-69ed-4f14-a755-847c0cbcf63b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cf5a8f7-308f-4510-a0e5-c8f281d13913, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf5a8f7-308f-4510-a0e5-c8f281d13913, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3313634131327591552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552331363413132759155233136341313275915523313634131327591552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13c3905-db6a-466f-8976-43e0f21752ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe9a9d82-6a4d-4a35-b45c-3701b508e3d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9a9d82-6a4d-4a35-b45c-3701b508e3d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17785100368513515639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639177851003685135156391778510036851351563917785100368513515639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf5a8f7-308f-4510-a0e5-c8f281d13913, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1331ec13-b2ec-4e5e-babf-8a560cc8fb2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1331ec13-b2ec-4e5e-babf-8a560cc8fb2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9157103694318163824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824915710369431816382491571036943181638249157103694318163824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9a9d82-6a4d-4a35-b45c-3701b508e3d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6e5f4a7-3ca9-4565-a8e6-5930a347ab28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6e5f4a7-3ca9-4565-a8e6-5930a347ab28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1571833165557423425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425157183316555742342515718331655574234251571833165557423425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1331ec13-b2ec-4e5e-babf-8a560cc8fb2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ff4b292-e4c8-4488-8167-017fd9b34b1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff4b292-e4c8-4488-8167-017fd9b34b1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9242140395205648381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381924214039520564838192421403952056483819242140395205648381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6e5f4a7-3ca9-4565-a8e6-5930a347ab28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1ff2395-cd05-44c4-82b7-f9146e195bd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ff2395-cd05-44c4-82b7-f9146e195bd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12276480737170739157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157122764807371707391571227648073717073915712276480737170739157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff4b292-e4c8-4488-8167-017fd9b34b1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0404a9df-652f-415a-9b39-f00d83efa4de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0404a9df-652f-415a-9b39-f00d83efa4de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17497546236406570381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381174975462364065703811749754623640657038117497546236406570381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ff2395-cd05-44c4-82b7-f9146e195bd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c1bb97a-c064-4f5c-8a1e-dca3b40fcb98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c1bb97a-c064-4f5c-8a1e-dca3b40fcb98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13102568135870791272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272131025681358707912721310256813587079127213102568135870791272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0404a9df-652f-415a-9b39-f00d83efa4de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9f7dbfa-f87c-444b-b194-a824b85e47d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9f7dbfa-f87c-444b-b194-a824b85e47d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206849580207219148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148420684958020721914842068495802072191484206849580207219148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c1bb97a-c064-4f5c-8a1e-dca3b40fcb98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d288cce-56f5-40bb-8f76-ff019edb3220, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d288cce-56f5-40bb-8f76-ff019edb3220, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14093395669330805091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091140933956693308050911409339566933080509114093395669330805091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9f7dbfa-f87c-444b-b194-a824b85e47d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceaf9181-af50-4793-9e8f-8932bb1d4eb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceaf9181-af50-4793-9e8f-8932bb1d4eb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10529847016480610770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770105298470164806107701052984701648061077010529847016480610770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceaf9181-af50-4793-9e8f-8932bb1d4eb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52e8416c-b2b4-49df-8310-3b1a9e2d5ccd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d288cce-56f5-40bb-8f76-ff019edb3220, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 220e1b8a-364a-4d59-a0ed-ccb21daaac2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 220e1b8a-364a-4d59-a0ed-ccb21daaac2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5951099530072784129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129595109953007278412959510995300727841295951099530072784129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e8416c-b2b4-49df-8310-3b1a9e2d5ccd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12053234091797557279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279120532340917975572791205323409179755727912053234091797557279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e8416c-b2b4-49df-8310-3b1a9e2d5ccd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77209bf4-e3a0-427a-9653-8a240ee18cf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77209bf4-e3a0-427a-9653-8a240ee18cf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 100992195400302633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633100992195400302633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 220e1b8a-364a-4d59-a0ed-ccb21daaac2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6324e0b-d792-4c2a-88fa-ba945ef17bad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6324e0b-d792-4c2a-88fa-ba945ef17bad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10842603526789353636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636108426035267893536361084260352678935363610842603526789353636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77209bf4-e3a0-427a-9653-8a240ee18cf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c447e2d7-663a-495b-8be2-c896aabd731a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c447e2d7-663a-495b-8be2-c896aabd731a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14587618196620526953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953145876181966205269531458761819662052695314587618196620526953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6324e0b-d792-4c2a-88fa-ba945ef17bad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15eed735-57b6-45c8-a30e-9fd708d778ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15eed735-57b6-45c8-a30e-9fd708d778ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 572091608672768595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595572091608672768595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c447e2d7-663a-495b-8be2-c896aabd731a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f0d8ed1-b0c9-48b5-ab84-64a393800924, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f0d8ed1-b0c9-48b5-ab84-64a393800924, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12288238054826259247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247122882380548262592471228823805482625924712288238054826259247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15eed735-57b6-45c8-a30e-9fd708d778ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 638b4482-ef02-484d-9c78-0460f983135d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 638b4482-ef02-484d-9c78-0460f983135d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8984276373438913027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027898427637343891302789842763734389130278984276373438913027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f0d8ed1-b0c9-48b5-ab84-64a393800924, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b6fd871-4b2f-4eb2-8ec0-1a8ed965501d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b6fd871-4b2f-4eb2-8ec0-1a8ed965501d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10134792344570390860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860101347923445703908601013479234457039086010134792344570390860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 638b4482-ef02-484d-9c78-0460f983135d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e77e72b4-1faf-46a4-92b2-8ade2095fe15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e77e72b4-1faf-46a4-92b2-8ade2095fe15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15614550399394681883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883156145503993946818831561455039939468188315614550399394681883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b6fd871-4b2f-4eb2-8ec0-1a8ed965501d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aa7c613-8adb-42c8-93ff-7cdcef7226a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aa7c613-8adb-42c8-93ff-7cdcef7226a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16136522416374757718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718161365224163747577181613652241637475771816136522416374757718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e77e72b4-1faf-46a4-92b2-8ade2095fe15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 552c871a-817f-4236-b00d-b3cbf8b5e1d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 552c871a-817f-4236-b00d-b3cbf8b5e1d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 288559054729199461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461288559054729199461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aa7c613-8adb-42c8-93ff-7cdcef7226a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40caa32b-74d2-405f-b69b-e3ff8a2abf1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40caa32b-74d2-405f-b69b-e3ff8a2abf1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11418911716680289874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874114189117166802898741141891171668028987411418911716680289874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 552c871a-817f-4236-b00d-b3cbf8b5e1d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e539b981-5884-49a4-a2c0-a69200cb5b00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e539b981-5884-49a4-a2c0-a69200cb5b00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3340140055100182207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207334014005510018220733401400551001822073340140055100182207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40caa32b-74d2-405f-b69b-e3ff8a2abf1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7106d9ff-942a-4ca4-9ed5-3f829e1acea0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7106d9ff-942a-4ca4-9ed5-3f829e1acea0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15418794105579252792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792154187941055792527921541879410557925279215418794105579252792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e539b981-5884-49a4-a2c0-a69200cb5b00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fc97a2e-bddf-4d1e-80ce-80fa88759c78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fc97a2e-bddf-4d1e-80ce-80fa88759c78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7002279090268552085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085700227909026855208570022790902685520857002279090268552085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7106d9ff-942a-4ca4-9ed5-3f829e1acea0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84f0f96b-ee76-4a57-b229-8b73ca6cde2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f0f96b-ee76-4a57-b229-8b73ca6cde2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4379718420926958079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079437971842092695807943797184209269580794379718420926958079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fc97a2e-bddf-4d1e-80ce-80fa88759c78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7bda702-79a1-4782-b937-953d29a530de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7bda702-79a1-4782-b937-953d29a530de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14607921848442853467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467146079218484428534671460792184844285346714607921848442853467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f0f96b-ee76-4a57-b229-8b73ca6cde2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8db049de-9137-48e4-a5fa-04dadd3b96ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db049de-9137-48e4-a5fa-04dadd3b96ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7755116297831122136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136775511629783112213677551162978311221367755116297831122136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7bda702-79a1-4782-b937-953d29a530de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a33cf34d-1c10-4580-b427-9efd0fa726a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a33cf34d-1c10-4580-b427-9efd0fa726a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13132510362386288564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564131325103623862885641313251036238628856413132510362386288564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db049de-9137-48e4-a5fa-04dadd3b96ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cf14374-4941-4873-9196-07b33b184079, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cf14374-4941-4873-9196-07b33b184079, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6581853740239689719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719658185374023968971965818537402396897196581853740239689719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a33cf34d-1c10-4580-b427-9efd0fa726a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf9997f-dd3e-4ca0-aebd-bd6846fcf5b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf9997f-dd3e-4ca0-aebd-bd6846fcf5b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17718108409381406544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544177181084093814065441771810840938140654417718108409381406544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cf14374-4941-4873-9196-07b33b184079, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa661f75-62be-4397-9768-90df1a893995, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa661f75-62be-4397-9768-90df1a893995, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15919747654226015222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222159197476542260152221591974765422601522215919747654226015222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf9997f-dd3e-4ca0-aebd-bd6846fcf5b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 650aaddb-2460-4e0e-a2b8-c19f21a52d55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650aaddb-2460-4e0e-a2b8-c19f21a52d55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14593418572390231788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788145934185723902317881459341857239023178814593418572390231788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa661f75-62be-4397-9768-90df1a893995, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63a4298d-2ff3-4d4e-99b4-cedc1d76c096, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a4298d-2ff3-4d4e-99b4-cedc1d76c096, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6679525785260822589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589667952578526082258966795257852608225896679525785260822589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650aaddb-2460-4e0e-a2b8-c19f21a52d55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddc9c323-c146-4b26-bff2-552de6779c23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc9c323-c146-4b26-bff2-552de6779c23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4815057519405625836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836481505751940562583648150575194056258364815057519405625836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a4298d-2ff3-4d4e-99b4-cedc1d76c096, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1eba07d8-eb59-44de-baca-e03abf38c4ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eba07d8-eb59-44de-baca-e03abf38c4ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17831066809229176342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342178310668092291763421783106680922917634217831066809229176342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc9c323-c146-4b26-bff2-552de6779c23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eea9d60-6123-4f66-b4c4-c5e084c4dc20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eea9d60-6123-4f66-b4c4-c5e084c4dc20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6406145427469492391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391640614542746949239164061454274694923916406145427469492391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eba07d8-eb59-44de-baca-e03abf38c4ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 049e1208-e1ad-4ae6-820b-8456e295a2c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049e1208-e1ad-4ae6-820b-8456e295a2c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1187396691535132073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073118739669153513207311873966915351320731187396691535132073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eea9d60-6123-4f66-b4c4-c5e084c4dc20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4796f2a9-e196-47fb-ad7e-2d78ec970f7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4796f2a9-e196-47fb-ad7e-2d78ec970f7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3230079185616655571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571323007918561665557132300791856166555713230079185616655571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049e1208-e1ad-4ae6-820b-8456e295a2c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a178011-8f2a-4afc-9df0-e0049e29d95e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a178011-8f2a-4afc-9df0-e0049e29d95e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9227912882891796473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473922791288289179647392279128828917964739227912882891796473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4796f2a9-e196-47fb-ad7e-2d78ec970f7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d355d296-154f-4413-9f9b-fc256f8063af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a178011-8f2a-4afc-9df0-e0049e29d95e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d355d296-154f-4413-9f9b-fc256f8063af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7947602157194614754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754794760215719461475479476021571946147547947602157194614754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97d0356c-1dd3-4ffc-b34d-5ff0d7b48745, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d0356c-1dd3-4ffc-b34d-5ff0d7b48745, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1710093700303327544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544171009370030332754417100937003033275441710093700303327544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d355d296-154f-4413-9f9b-fc256f8063af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47956e80-a6db-4c05-9b95-0b6804e6c3a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47956e80-a6db-4c05-9b95-0b6804e6c3a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11056614404572677328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328110566144045726773281105661440457267732811056614404572677328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d0356c-1dd3-4ffc-b34d-5ff0d7b48745, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f3d2d43-30ad-4fbe-8bf1-5800ed8100e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f3d2d43-30ad-4fbe-8bf1-5800ed8100e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7705801056217295995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995770580105621729599577058010562172959957705801056217295995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47956e80-a6db-4c05-9b95-0b6804e6c3a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8076cde8-fc2c-4339-bbd6-b865b08ae996, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8076cde8-fc2c-4339-bbd6-b865b08ae996, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16339813142936974780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780163398131429369747801633981314293697478016339813142936974780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f3d2d43-30ad-4fbe-8bf1-5800ed8100e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3faa0e64-0a71-4137-b436-ffa84e34b277, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3faa0e64-0a71-4137-b436-ffa84e34b277, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 215570101137709897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897215570101137709897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8076cde8-fc2c-4339-bbd6-b865b08ae996, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14150945-38aa-4497-956a-8fb5a6722f9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14150945-38aa-4497-956a-8fb5a6722f9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3947635890182665039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039394763589018266503939476358901826650393947635890182665039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3faa0e64-0a71-4137-b436-ffa84e34b277, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab6b7a4b-40ec-4464-be06-d92fb31229a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14150945-38aa-4497-956a-8fb5a6722f9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab6b7a4b-40ec-4464-be06-d92fb31229a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10837179445160982369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369108371794451609823691083717944516098236910837179445160982369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8edeef5-ad1b-469c-ad1b-6fad0fe41633, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8edeef5-ad1b-469c-ad1b-6fad0fe41633, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5765021984977790938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938576502198497779093857650219849777909385765021984977790938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab6b7a4b-40ec-4464-be06-d92fb31229a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c951f1-3b17-4869-89cc-920be0c805f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c951f1-3b17-4869-89cc-920be0c805f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9440052620294790945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945944005262029479094594400526202947909459440052620294790945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8edeef5-ad1b-469c-ad1b-6fad0fe41633, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc29f8b1-8225-4d72-8ca6-7fb2a460f75c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c951f1-3b17-4869-89cc-920be0c805f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdfdbd62-6258-4bca-90bc-751240901734, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc29f8b1-8225-4d72-8ca6-7fb2a460f75c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7657784674995969512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512765778467499596951276577846749959695127657784674995969512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdfdbd62-6258-4bca-90bc-751240901734, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5579162752406008517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517557916275240600851755791627524060085175579162752406008517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdfdbd62-6258-4bca-90bc-751240901734, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc29f8b1-8225-4d72-8ca6-7fb2a460f75c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43f59aaf-68a4-42a1-9214-773794c8a6e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05a835df-f923-476d-a66a-f2efa27ef99e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a835df-f923-476d-a66a-f2efa27ef99e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15434501855273003696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696154345018552730036961543450185527300369615434501855273003696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f59aaf-68a4-42a1-9214-773794c8a6e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808654496963057070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070168086544969630570701680865449696305707016808654496963057070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a835df-f923-476d-a66a-f2efa27ef99e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05beb123-6750-4d92-9b76-a0628c3fb0cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05beb123-6750-4d92-9b76-a0628c3fb0cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14755738893443332588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588147557388934433325881475573889344333258814755738893443332588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f59aaf-68a4-42a1-9214-773794c8a6e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ff32621-ba3a-4382-9b65-e148d012afb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff32621-ba3a-4382-9b65-e148d012afb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11249366098957428672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672112493660989574286721124936609895742867211249366098957428672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05beb123-6750-4d92-9b76-a0628c3fb0cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67460b08-f34c-4bfb-83c9-ac29ebefe2d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff32621-ba3a-4382-9b65-e148d012afb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67460b08-f34c-4bfb-83c9-ac29ebefe2d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020723627129643038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038110207236271296430381102072362712964303811020723627129643038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7930b0bc-22ea-47d5-8374-ed6c123c3c3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7930b0bc-22ea-47d5-8374-ed6c123c3c3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7836702761512934363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363783670276151293436378367027615129343637836702761512934363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67460b08-f34c-4bfb-83c9-ac29ebefe2d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2baba41-349b-4bc5-a0ad-cefa6afa51c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2baba41-349b-4bc5-a0ad-cefa6afa51c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14576275925483343699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699145762759254833436991457627592548334369914576275925483343699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7930b0bc-22ea-47d5-8374-ed6c123c3c3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0f438db-2f12-45c9-9e29-20dbbf8f6003, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0f438db-2f12-45c9-9e29-20dbbf8f6003, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10877432209613895938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938108774322096138959381087743220961389593810877432209613895938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0f438db-2f12-45c9-9e29-20dbbf8f6003, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25673eb8-07a5-4cd1-9053-a9dace2f22cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25673eb8-07a5-4cd1-9053-a9dace2f22cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8593768639235040164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164859376863923504016485937686392350401648593768639235040164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2baba41-349b-4bc5-a0ad-cefa6afa51c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8905376c-dbad-47cd-845b-1abdd097415d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8905376c-dbad-47cd-845b-1abdd097415d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14195366357854221783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783141953663578542217831419536635785422178314195366357854221783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25673eb8-07a5-4cd1-9053-a9dace2f22cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83cf7b78-2dc0-4a3a-b4cd-e9f32fc32f38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83cf7b78-2dc0-4a3a-b4cd-e9f32fc32f38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5263213591941174097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097526321359194117409752632135919411740975263213591941174097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8905376c-dbad-47cd-845b-1abdd097415d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50b7cce-52af-4b28-827e-96588d15352c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50b7cce-52af-4b28-827e-96588d15352c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14624199175702478896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896146241991757024788961462419917570247889614624199175702478896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83cf7b78-2dc0-4a3a-b4cd-e9f32fc32f38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77b246b4-640a-4985-979a-e4a4181f0ef0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b246b4-640a-4985-979a-e4a4181f0ef0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12367566469486108356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356123675664694861083561236756646948610835612367566469486108356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50b7cce-52af-4b28-827e-96588d15352c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77a5871e-c8ee-40a6-8a86-6ac54f2d2eb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a5871e-c8ee-40a6-8a86-6ac54f2d2eb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14020351535901945449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449140203515359019454491402035153590194544914020351535901945449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a5871e-c8ee-40a6-8a86-6ac54f2d2eb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a167642-46b0-4b9c-b219-da4e13b198df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a167642-46b0-4b9c-b219-da4e13b198df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11822573713646779773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773118225737136467797731182257371364677977311822573713646779773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b246b4-640a-4985-979a-e4a4181f0ef0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceeb539d-88cc-47fb-af2a-bf0d51693c33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceeb539d-88cc-47fb-af2a-bf0d51693c33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6639070230360224449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449663907023036022444966390702303602244496639070230360224449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a167642-46b0-4b9c-b219-da4e13b198df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d4abc6a-da09-43ca-9e6f-3699072cd7a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d4abc6a-da09-43ca-9e6f-3699072cd7a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12996326491724707719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719129963264917247077191299632649172470771912996326491724707719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceeb539d-88cc-47fb-af2a-bf0d51693c33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11d1c346-03f3-4a24-b8bd-283875d0760d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d4abc6a-da09-43ca-9e6f-3699072cd7a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11d1c346-03f3-4a24-b8bd-283875d0760d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 929649290706089346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346929649290706089346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 980e29b1-3cec-4dd3-8834-c3113dccf60b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 980e29b1-3cec-4dd3-8834-c3113dccf60b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2554217389555966073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073255421738955596607325542173895559660732554217389555966073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11d1c346-03f3-4a24-b8bd-283875d0760d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b9174e-0d40-463f-988e-6322aa4861b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b9174e-0d40-463f-988e-6322aa4861b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12233473724129680595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595122334737241296805951223347372412968059512233473724129680595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 980e29b1-3cec-4dd3-8834-c3113dccf60b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e7941e-4c66-4105-aaf2-9fffb1588df8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e7941e-4c66-4105-aaf2-9fffb1588df8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15780466772532813145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145157804667725328131451578046677253281314515780466772532813145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b9174e-0d40-463f-988e-6322aa4861b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4cc826c-3477-463c-aed5-7d664263cd7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4cc826c-3477-463c-aed5-7d664263cd7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2667472981133641326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326266747298113364132626674729811336413262667472981133641326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e7941e-4c66-4105-aaf2-9fffb1588df8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 964df9df-12ee-4886-8fd7-52318a88d272, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 964df9df-12ee-4886-8fd7-52318a88d272, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3093702585869051565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565309370258586905156530937025858690515653093702585869051565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 964df9df-12ee-4886-8fd7-52318a88d272, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da7b4374-2e1a-478e-91fb-267f8e78fe0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da7b4374-2e1a-478e-91fb-267f8e78fe0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13684916373686734128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128136849163736867341281368491637368673412813684916373686734128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4cc826c-3477-463c-aed5-7d664263cd7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d42c843e-a7fe-4aa9-a5e6-66989ba09289, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42c843e-a7fe-4aa9-a5e6-66989ba09289, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16006519766439442246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246160065197664394422461600651976643944224616006519766439442246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da7b4374-2e1a-478e-91fb-267f8e78fe0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a85c8f19-2db1-436d-bb22-066120706cdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a85c8f19-2db1-436d-bb22-066120706cdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3566899138790615246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246356689913879061524635668991387906152463566899138790615246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42c843e-a7fe-4aa9-a5e6-66989ba09289, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34d44c06-dc3f-4a26-9c3a-457454231928, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d44c06-dc3f-4a26-9c3a-457454231928, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16933995297146629880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880169339952971466298801693399529714662988016933995297146629880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a85c8f19-2db1-436d-bb22-066120706cdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16768e71-0776-4127-89a6-beb02ff09756, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16768e71-0776-4127-89a6-beb02ff09756, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12284150672881631711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711122841506728816317111228415067288163171112284150672881631711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d44c06-dc3f-4a26-9c3a-457454231928, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0187e286-91ab-4dcc-b362-4a379fa4af9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0187e286-91ab-4dcc-b362-4a379fa4af9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4169379906977719135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135416937990697771913541693799069777191354169379906977719135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16768e71-0776-4127-89a6-beb02ff09756, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89d25328-d705-41ff-a81e-4d51b55e66e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d25328-d705-41ff-a81e-4d51b55e66e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10055675177927341446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446100556751779273414461005567517792734144610055675177927341446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0187e286-91ab-4dcc-b362-4a379fa4af9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e31153e-5f98-4c42-9248-75bf9a710654, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e31153e-5f98-4c42-9248-75bf9a710654, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16522737102520747319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319165227371025207473191652273710252074731916522737102520747319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89d25328-d705-41ff-a81e-4d51b55e66e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfd95c4d-4d78-467f-8c5b-413868a5eba0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd95c4d-4d78-467f-8c5b-413868a5eba0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18058784395590905178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178180587843955909051781805878439559090517818058784395590905178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e31153e-5f98-4c42-9248-75bf9a710654, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b31d606f-01bb-40a9-87c7-9209da8b84b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b31d606f-01bb-40a9-87c7-9209da8b84b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14631302325264380114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114146313023252643801141463130232526438011414631302325264380114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd95c4d-4d78-467f-8c5b-413868a5eba0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f8cfb9a-6f96-47fb-b9b9-f248798e837a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8cfb9a-6f96-47fb-b9b9-f248798e837a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1785935813246758293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293178593581324675829317859358132467582931785935813246758293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b31d606f-01bb-40a9-87c7-9209da8b84b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f34a95d-2177-417f-b4e4-d0396da458fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f34a95d-2177-417f-b4e4-d0396da458fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8958183998478096678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678895818399847809667889581839984780966788958183998478096678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8cfb9a-6f96-47fb-b9b9-f248798e837a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 377732c4-6c6a-449d-a2a2-3e7c466fabfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 377732c4-6c6a-449d-a2a2-3e7c466fabfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9487632525676466779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779948763252567646677994876325256764667799487632525676466779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f34a95d-2177-417f-b4e4-d0396da458fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22f2221c-fc7c-4b2c-9f6f-e0ccbda73dc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f2221c-fc7c-4b2c-9f6f-e0ccbda73dc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859166252231182179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179108591662522311821791085916625223118217910859166252231182179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 377732c4-6c6a-449d-a2a2-3e7c466fabfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f2221c-fc7c-4b2c-9f6f-e0ccbda73dc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a000755c-3aa8-4e0b-99c1-d3a5810948eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23411513-7cec-4ccb-9068-c62b73899f64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a000755c-3aa8-4e0b-99c1-d3a5810948eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2888029370277396660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660288802937027739666028880293702773966602888029370277396660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23411513-7cec-4ccb-9068-c62b73899f64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18082107430494899626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626180821074304948996261808210743049489962618082107430494899626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a000755c-3aa8-4e0b-99c1-d3a5810948eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23411513-7cec-4ccb-9068-c62b73899f64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 893212c6-668a-4db6-9edb-3ca86e40f10b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 893212c6-668a-4db6-9edb-3ca86e40f10b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18445320149018005963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963184453201490180059631844532014901800596318445320149018005963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5e69c7e-6fd6-4a12-a784-ad0ebb7d4eb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5e69c7e-6fd6-4a12-a784-ad0ebb7d4eb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2112274278181994514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514211227427818199451421122742781819945142112274278181994514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 893212c6-668a-4db6-9edb-3ca86e40f10b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22fb67b9-d614-48f5-b7a4-da81e706cf16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22fb67b9-d614-48f5-b7a4-da81e706cf16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1545827872174735077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077154582787217473507715458278721747350771545827872174735077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5e69c7e-6fd6-4a12-a784-ad0ebb7d4eb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4c0ca47-527b-4586-8f59-5461038b4b30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c0ca47-527b-4586-8f59-5461038b4b30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7197434568812613029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029719743456881261302971974345688126130297197434568812613029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22fb67b9-d614-48f5-b7a4-da81e706cf16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed1c41c4-5202-4b96-8aac-2aa065a38e88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1c41c4-5202-4b96-8aac-2aa065a38e88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8380937608714880402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402838093760871488040283809376087148804028380937608714880402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c0ca47-527b-4586-8f59-5461038b4b30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1c41c4-5202-4b96-8aac-2aa065a38e88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3a31160-ccc0-4e73-beb3-2abaf7e53135, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a31160-ccc0-4e73-beb3-2abaf7e53135, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1264410267110376357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357126441026711037635712644102671103763571264410267110376357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eaf4408-98fc-4d6b-ac2b-d51067b2c311, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eaf4408-98fc-4d6b-ac2b-d51067b2c311, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16891155188221750752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752168911551882217507521689115518822175075216891155188221750752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a31160-ccc0-4e73-beb3-2abaf7e53135, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232c4ee2-9fcd-4e4d-909b-2d68790a4394, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232c4ee2-9fcd-4e4d-909b-2d68790a4394, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603285160692520797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797660328516069252079766032851606925207976603285160692520797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eaf4408-98fc-4d6b-ac2b-d51067b2c311, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99189dba-d659-403a-8792-969de563473a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99189dba-d659-403a-8792-969de563473a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7859120957429044405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405785912095742904440578591209574290444057859120957429044405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232c4ee2-9fcd-4e4d-909b-2d68790a4394, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04975ca9-6339-4b06-a01a-b24345f72f4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99189dba-d659-403a-8792-969de563473a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04975ca9-6339-4b06-a01a-b24345f72f4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17239181212420563024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024172391812124205630241723918121242056302417239181212420563024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6acd812-12dc-4985-9d5d-d962af08172f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6acd812-12dc-4985-9d5d-d962af08172f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7934609390465995425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425793460939046599542579346093904659954257934609390465995425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04975ca9-6339-4b06-a01a-b24345f72f4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc0b29b-7eb4-4a3e-b7b2-5d2c2468fae2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc0b29b-7eb4-4a3e-b7b2-5d2c2468fae2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8944257121263100292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292894425712126310029289442571212631002928944257121263100292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6acd812-12dc-4985-9d5d-d962af08172f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba75a0db-73c5-4c8a-a73b-e268ca95b8e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba75a0db-73c5-4c8a-a73b-e268ca95b8e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16322269822618106145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145163222698226181061451632226982261810614516322269822618106145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc0b29b-7eb4-4a3e-b7b2-5d2c2468fae2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5562e1d5-8cc1-4fa7-a130-41d58e5f339b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5562e1d5-8cc1-4fa7-a130-41d58e5f339b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2212901509434118036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036221290150943411803622129015094341180362212901509434118036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba75a0db-73c5-4c8a-a73b-e268ca95b8e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e220abe3-068b-45b9-b02b-a05f323fdfc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e220abe3-068b-45b9-b02b-a05f323fdfc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4164764304210401679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679416476430421040167941647643042104016794164764304210401679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5562e1d5-8cc1-4fa7-a130-41d58e5f339b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c936fa49-7396-4013-ac1e-ec7446de1aed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c936fa49-7396-4013-ac1e-ec7446de1aed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2092128887005269315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315209212888700526931520921288870052693152092128887005269315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e220abe3-068b-45b9-b02b-a05f323fdfc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e241fd29-3b62-4e42-a34d-275a17ed3a73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e241fd29-3b62-4e42-a34d-275a17ed3a73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1723228400547526351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351172322840054752635117232284005475263511723228400547526351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c936fa49-7396-4013-ac1e-ec7446de1aed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e422a025-5836-4842-9c5d-89db6a27fb3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e241fd29-3b62-4e42-a34d-275a17ed3a73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 505ac2c7-4377-4c6c-8ca3-1ead05044ca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 505ac2c7-4377-4c6c-8ca3-1ead05044ca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4156276793818754541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541415627679381875454141562767938187545414156276793818754541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e422a025-5836-4842-9c5d-89db6a27fb3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11244477077893172500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500112444770778931725001124447707789317250011244477077893172500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e422a025-5836-4842-9c5d-89db6a27fb3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 505ac2c7-4377-4c6c-8ca3-1ead05044ca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47754dbc-1f4b-4c67-8550-6af17efe5e01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47754dbc-1f4b-4c67-8550-6af17efe5e01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6166747850907705174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174616674785090770517461667478509077051746166747850907705174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82ab82a0-9b09-4b3c-8760-e802bca8d269, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ab82a0-9b09-4b3c-8760-e802bca8d269, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15049232534918300303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303150492325349183003031504923253491830030315049232534918300303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47754dbc-1f4b-4c67-8550-6af17efe5e01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ab82a0-9b09-4b3c-8760-e802bca8d269, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad781378-285f-4ec5-80f6-ee6bb22b825d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad781378-285f-4ec5-80f6-ee6bb22b825d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6964017901774214771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771696401790177421477169640179017742147716964017901774214771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85312e5f-b80a-464c-bc2d-27746cb5292b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85312e5f-b80a-464c-bc2d-27746cb5292b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11348477056504994240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240113484770565049942401134847705650499424011348477056504994240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad781378-285f-4ec5-80f6-ee6bb22b825d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77a18c11-3507-42d1-9106-197d2a728e5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a18c11-3507-42d1-9106-197d2a728e5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7120611561948406431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431712061156194840643171206115619484064317120611561948406431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85312e5f-b80a-464c-bc2d-27746cb5292b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7931b1c-4215-4fa9-8e19-983a59817765, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7931b1c-4215-4fa9-8e19-983a59817765, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13795937141282810734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734137959371412828107341379593714128281073413795937141282810734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a18c11-3507-42d1-9106-197d2a728e5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aac1c2ee-f127-4bfd-93ff-4de1295ea4a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aac1c2ee-f127-4bfd-93ff-4de1295ea4a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11908970023363037859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859119089700233630378591190897002336303785911908970023363037859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7931b1c-4215-4fa9-8e19-983a59817765, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b3ecb03-3899-47a7-9ca4-1a665f628350, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b3ecb03-3899-47a7-9ca4-1a665f628350, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3926998755791099065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065392699875579109906539269987557910990653926998755791099065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aac1c2ee-f127-4bfd-93ff-4de1295ea4a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 318c8712-8f74-45c1-84c9-d3ad05fdc38b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318c8712-8f74-45c1-84c9-d3ad05fdc38b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11313248301621989755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755113132483016219897551131324830162198975511313248301621989755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b3ecb03-3899-47a7-9ca4-1a665f628350, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ac0142d-2ac9-4be7-8cca-2da4357b7622, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac0142d-2ac9-4be7-8cca-2da4357b7622, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1067732844739712980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980106773284473971298010677328447397129801067732844739712980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318c8712-8f74-45c1-84c9-d3ad05fdc38b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac0142d-2ac9-4be7-8cca-2da4357b7622, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60479916-98f3-4f47-8ade-e0715b682968, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60479916-98f3-4f47-8ade-e0715b682968, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9595600962034544816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816959560096203454481695956009620345448169595600962034544816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad188256-f7bf-441b-b688-81421a9393a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad188256-f7bf-441b-b688-81421a9393a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13184324113907169252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252131843241139071692521318432411390716925213184324113907169252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60479916-98f3-4f47-8ade-e0715b682968, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c5051fe-848d-48a8-baf7-10674103a629, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5051fe-848d-48a8-baf7-10674103a629, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17962715630287458671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671179627156302874586711796271563028745867117962715630287458671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad188256-f7bf-441b-b688-81421a9393a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b583b00-a7b3-4c92-8900-bc90eea95e91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b583b00-a7b3-4c92-8900-bc90eea95e91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5174710218818500576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576517471021881850057651747102188185005765174710218818500576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5051fe-848d-48a8-baf7-10674103a629, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecd0f216-11ea-4e6b-b4e6-32778e948599, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecd0f216-11ea-4e6b-b4e6-32778e948599, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12784870423867465961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961127848704238674659611278487042386746596112784870423867465961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b583b00-a7b3-4c92-8900-bc90eea95e91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d380f039-b92f-4a31-9deb-c97475547184, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d380f039-b92f-4a31-9deb-c97475547184, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5226776285536610743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743522677628553661074352267762855366107435226776285536610743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecd0f216-11ea-4e6b-b4e6-32778e948599, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93331e78-c80a-4791-959f-29f15b7b51bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93331e78-c80a-4791-959f-29f15b7b51bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5464866903759749779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779546486690375974977954648669037597497795464866903759749779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d380f039-b92f-4a31-9deb-c97475547184, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 229f94ff-a595-4ade-9275-caa086d34874, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229f94ff-a595-4ade-9275-caa086d34874, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7668454800963140334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334766845480096314033476684548009631403347668454800963140334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93331e78-c80a-4791-959f-29f15b7b51bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04234a8c-f550-4b8b-a3ce-dca923e87d94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04234a8c-f550-4b8b-a3ce-dca923e87d94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1049978094946509456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456104997809494650945610499780949465094561049978094946509456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229f94ff-a595-4ade-9275-caa086d34874, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c050fab-b6ff-4720-bc57-476d876a2a6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c050fab-b6ff-4720-bc57-476d876a2a6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6077141120603844342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342607714112060384434260771411206038443426077141120603844342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04234a8c-f550-4b8b-a3ce-dca923e87d94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29156ae3-a040-435f-8a91-7c89b068bd7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29156ae3-a040-435f-8a91-7c89b068bd7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11845221675946245618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618118452216759462456181184522167594624561811845221675946245618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c050fab-b6ff-4720-bc57-476d876a2a6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45b1571f-ec04-4bdc-8e76-19374e12ea3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45b1571f-ec04-4bdc-8e76-19374e12ea3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14252917053133051679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679142529170531330516791425291705313305167914252917053133051679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29156ae3-a040-435f-8a91-7c89b068bd7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eec8c792-9729-4a59-af3c-4c1c5ee33299, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec8c792-9729-4a59-af3c-4c1c5ee33299, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11153384948048987067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067111533849480489870671115338494804898706711153384948048987067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45b1571f-ec04-4bdc-8e76-19374e12ea3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7502792e-5caf-4aef-a625-8c0246e7ef03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7502792e-5caf-4aef-a625-8c0246e7ef03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17744688419314268805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805177446884193142688051774468841931426880517744688419314268805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec8c792-9729-4a59-af3c-4c1c5ee33299, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6680de2-1e56-49ad-a2b2-5955a9675e3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6680de2-1e56-49ad-a2b2-5955a9675e3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9297821345991453488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488929782134599145348892978213459914534889297821345991453488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7502792e-5caf-4aef-a625-8c0246e7ef03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31eee85d-34a7-4dfd-bb2c-8e8eec6456f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31eee85d-34a7-4dfd-bb2c-8e8eec6456f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9016058333118443497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497901605833311844349790160583331184434979016058333118443497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6680de2-1e56-49ad-a2b2-5955a9675e3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11824609-6bb8-48d5-86cf-2fa371e4e787, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11824609-6bb8-48d5-86cf-2fa371e4e787, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8216364625887893697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697821636462588789369782163646258878936978216364625887893697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31eee85d-34a7-4dfd-bb2c-8e8eec6456f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50d5281b-d7ea-4b18-8a64-906bb2f86b40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d5281b-d7ea-4b18-8a64-906bb2f86b40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4901827494677635345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345490182749467763534549018274946776353454901827494677635345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11824609-6bb8-48d5-86cf-2fa371e4e787, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72d51fef-dec3-4be8-816a-28e0f619ed38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d51fef-dec3-4be8-816a-28e0f619ed38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8219318885726442282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282821931888572644228282193188857264422828219318885726442282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d5281b-d7ea-4b18-8a64-906bb2f86b40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d51d2f4f-9b80-4871-b464-e7960cefcda7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d51fef-dec3-4be8-816a-28e0f619ed38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51d2f4f-9b80-4871-b464-e7960cefcda7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3877828951695712596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596387782895169571259638778289516957125963877828951695712596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4666cc8c-4550-48bf-a6c7-51577b2b0bf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4666cc8c-4550-48bf-a6c7-51577b2b0bf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16844702575041831742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742168447025750418317421684470257504183174216844702575041831742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51d2f4f-9b80-4871-b464-e7960cefcda7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de2d478-7f84-4c0e-a4e7-044674df57dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de2d478-7f84-4c0e-a4e7-044674df57dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9785108943286636730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730978510894328663673097851089432866367309785108943286636730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4666cc8c-4550-48bf-a6c7-51577b2b0bf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 838a4844-62d2-4bcb-875e-a24e472f9053, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 838a4844-62d2-4bcb-875e-a24e472f9053, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1481671452602915598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598148167145260291559814816714526029155981481671452602915598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de2d478-7f84-4c0e-a4e7-044674df57dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c98dd80-a45a-469b-b792-4f56e797a300, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 838a4844-62d2-4bcb-875e-a24e472f9053, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c98dd80-a45a-469b-b792-4f56e797a300, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3703266488670150296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296370326648867015029637032664886701502963703266488670150296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95066304-652b-438c-ac85-c8e24ea8167f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95066304-652b-438c-ac85-c8e24ea8167f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17266365271264189537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537172663652712641895371726636527126418953717266365271264189537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c98dd80-a45a-469b-b792-4f56e797a300, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2122a742-09af-4f82-a187-33236eb30731, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2122a742-09af-4f82-a187-33236eb30731, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5420833581410936082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082542083358141093608254208335814109360825420833581410936082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95066304-652b-438c-ac85-c8e24ea8167f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 092e4815-4bd7-4c58-821d-55565d86de68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 092e4815-4bd7-4c58-821d-55565d86de68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5492006425006829896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896549200642500682989654920064250068298965492006425006829896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2122a742-09af-4f82-a187-33236eb30731, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8408f11-984a-4e94-b248-9c030fb57dd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8408f11-984a-4e94-b248-9c030fb57dd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10535166364736689518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518105351663647366895181053516636473668951810535166364736689518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 092e4815-4bd7-4c58-821d-55565d86de68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a57d3b2e-7387-40cf-80d6-9a5b5e1539b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57d3b2e-7387-40cf-80d6-9a5b5e1539b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 202668358567204821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821202668358567204821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8408f11-984a-4e94-b248-9c030fb57dd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9a28e45-a8d3-4112-9181-65eec5f39f56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9a28e45-a8d3-4112-9181-65eec5f39f56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17179626165084868772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772171796261650848687721717962616508486877217179626165084868772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57d3b2e-7387-40cf-80d6-9a5b5e1539b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c9cb96f-efc4-49fa-995e-3e6c60647a72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9cb96f-efc4-49fa-995e-3e6c60647a72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9007509886555062319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319900750988655506231990075098865550623199007509886555062319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9cb96f-efc4-49fa-995e-3e6c60647a72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ae5a294-6b71-4fd3-8e1d-90953f6d27ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae5a294-6b71-4fd3-8e1d-90953f6d27ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2080951163251800722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722208095116325180072220809511632518007222080951163251800722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9a28e45-a8d3-4112-9181-65eec5f39f56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d817c0d-4af5-43dc-8bf2-8403abf6800b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d817c0d-4af5-43dc-8bf2-8403abf6800b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7224968921647815416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416722496892164781541672249689216478154167224968921647815416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae5a294-6b71-4fd3-8e1d-90953f6d27ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c03f6051-224e-4696-beb9-8dd4920a0536, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03f6051-224e-4696-beb9-8dd4920a0536, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12312106945375846445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445123121069453758464451231210694537584644512312106945375846445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d817c0d-4af5-43dc-8bf2-8403abf6800b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cce1177-dd45-415e-85c5-50e49e8d874d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cce1177-dd45-415e-85c5-50e49e8d874d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16707721410674686072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072167077214106746860721670772141067468607216707721410674686072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03f6051-224e-4696-beb9-8dd4920a0536, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f35a14d8-cab5-445d-a6be-fa66518570d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f35a14d8-cab5-445d-a6be-fa66518570d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7783913491583922561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561778391349158392256177839134915839225617783913491583922561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cce1177-dd45-415e-85c5-50e49e8d874d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2917b8d0-1b06-4740-b2f4-4dd14fb87004, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2917b8d0-1b06-4740-b2f4-4dd14fb87004, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8564910308030928349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349856491030803092834985649103080309283498564910308030928349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f35a14d8-cab5-445d-a6be-fa66518570d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 356c1806-4be8-471d-ac10-f3535dcb88ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 356c1806-4be8-471d-ac10-f3535dcb88ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 933194927544641797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797933194927544641797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2917b8d0-1b06-4740-b2f4-4dd14fb87004, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 034781aa-774b-4d1a-b315-0af76d8a1d3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 034781aa-774b-4d1a-b315-0af76d8a1d3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 742876282625654756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756742876282625654756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 356c1806-4be8-471d-ac10-f3535dcb88ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c89a9fa7-52b7-484a-9285-021ff243b41f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c89a9fa7-52b7-484a-9285-021ff243b41f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10768971094488218896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896107689710944882188961076897109448821889610768971094488218896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 034781aa-774b-4d1a-b315-0af76d8a1d3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7438cd84-775f-4586-9973-cd608369b604, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7438cd84-775f-4586-9973-cd608369b604, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17213739622610707879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879172137396226107078791721373962261070787917213739622610707879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c89a9fa7-52b7-484a-9285-021ff243b41f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7438cd84-775f-4586-9973-cd608369b604, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13d88e0-b9f8-4a1b-bbf3-557608b2ce75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13d88e0-b9f8-4a1b-bbf3-557608b2ce75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14210155617199806207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207142101556171998062071421015561719980620714210155617199806207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa6124cb-e816-4b1b-8c44-d31830edb457, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa6124cb-e816-4b1b-8c44-d31830edb457, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5443874582986415732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732544387458298641573254438745829864157325443874582986415732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13d88e0-b9f8-4a1b-bbf3-557608b2ce75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21d611ba-2c31-42e7-b644-53526c89f702, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d611ba-2c31-42e7-b644-53526c89f702, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9991041511822045907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907999104151182204590799910415118220459079991041511822045907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa6124cb-e816-4b1b-8c44-d31830edb457, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5acfa967-77fc-453d-9e59-169c5237d46f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d611ba-2c31-42e7-b644-53526c89f702, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5acfa967-77fc-453d-9e59-169c5237d46f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12718553973879316700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700127185539738793167001271855397387931670012718553973879316700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d7d388c-5b07-4ab8-9444-17cc1e873e00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7d388c-5b07-4ab8-9444-17cc1e873e00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16641926852485882326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326166419268524858823261664192685248588232616641926852485882326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7d388c-5b07-4ab8-9444-17cc1e873e00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 778ab674-4f1a-407f-aae2-ab1855d9f6b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 778ab674-4f1a-407f-aae2-ab1855d9f6b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16946573615765870079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079169465736157658700791694657361576587007916946573615765870079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5acfa967-77fc-453d-9e59-169c5237d46f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccffef7b-e4a4-4cda-8f90-d20c443be36f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccffef7b-e4a4-4cda-8f90-d20c443be36f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5458339833156469617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617545833983315646961754583398331564696175458339833156469617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 778ab674-4f1a-407f-aae2-ab1855d9f6b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9ffe446-0cb1-4a09-ad1b-ddcce2270bdd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ffe446-0cb1-4a09-ad1b-ddcce2270bdd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11112136475388016738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738111121364753880167381111213647538801673811112136475388016738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccffef7b-e4a4-4cda-8f90-d20c443be36f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff788be7-5c4d-4a96-9c99-833346e3c20c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff788be7-5c4d-4a96-9c99-833346e3c20c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12962278351439321163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163129622783514393211631296227835143932116312962278351439321163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ffe446-0cb1-4a09-ad1b-ddcce2270bdd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38a67066-2405-4fb8-a633-6b137e6d031a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38a67066-2405-4fb8-a633-6b137e6d031a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4856239893041745607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607485623989304174560748562398930417456074856239893041745607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff788be7-5c4d-4a96-9c99-833346e3c20c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8668989b-0a3d-4f35-b6ca-1b54d54e946b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8668989b-0a3d-4f35-b6ca-1b54d54e946b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2691076110895969944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944269107611089596994426910761108959699442691076110895969944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38a67066-2405-4fb8-a633-6b137e6d031a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e05b32d-95ac-419c-a59d-07eda5f507ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e05b32d-95ac-419c-a59d-07eda5f507ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14090752192868038368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368140907521928680383681409075219286803836814090752192868038368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8668989b-0a3d-4f35-b6ca-1b54d54e946b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24e94098-910a-4e57-add3-228b32616739, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e94098-910a-4e57-add3-228b32616739, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14945543597431440543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543149455435974314405431494554359743144054314945543597431440543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e05b32d-95ac-419c-a59d-07eda5f507ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ea10cfc-17b9-48ab-8a97-a5cd310782f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea10cfc-17b9-48ab-8a97-a5cd310782f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14773637384633006044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044147736373846330060441477363738463300604414773637384633006044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e94098-910a-4e57-add3-228b32616739, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f1956f8-fbf2-491b-84ed-960bded35568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f1956f8-fbf2-491b-84ed-960bded35568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17895047751217307777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777178950477512173077771789504775121730777717895047751217307777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f1956f8-fbf2-491b-84ed-960bded35568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ef61e4b-574a-487f-bbf0-b0b588188856, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ef61e4b-574a-487f-bbf0-b0b588188856, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16134739480008216307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307161347394800082163071613473948000821630716134739480008216307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea10cfc-17b9-48ab-8a97-a5cd310782f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59cae234-cd14-441d-aee4-7eef572c9567, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59cae234-cd14-441d-aee4-7eef572c9567, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6799866820651314146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146679986682065131414667998668206513141466799866820651314146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59cae234-cd14-441d-aee4-7eef572c9567, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ef61e4b-574a-487f-bbf0-b0b588188856, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd64b9a3-5a6a-429b-b6f6-2b8869fd962e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd64b9a3-5a6a-429b-b6f6-2b8869fd962e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1460900092254820519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519146090009225482051914609000922548205191460900092254820519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df8ad70f-f6c5-4583-ab48-1e30968caffc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8ad70f-f6c5-4583-ab48-1e30968caffc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17324203384364348463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463173242033843643484631732420338436434846317324203384364348463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd64b9a3-5a6a-429b-b6f6-2b8869fd962e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e769cbe-89cf-4770-be41-040be8d4cd33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e769cbe-89cf-4770-be41-040be8d4cd33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5402799202760989606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606540279920276098960654027992027609896065402799202760989606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8ad70f-f6c5-4583-ab48-1e30968caffc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e44c6cea-0594-4514-a162-32ca18f820ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e44c6cea-0594-4514-a162-32ca18f820ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16290300799592370054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054162903007995923700541629030079959237005416290300799592370054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e769cbe-89cf-4770-be41-040be8d4cd33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c20e16fd-a802-4db8-9df9-e162d0cd9703, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c20e16fd-a802-4db8-9df9-e162d0cd9703, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13742303340188594082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082137423033401885940821374230334018859408213742303340188594082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e44c6cea-0594-4514-a162-32ca18f820ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b6ea8a2-8a38-4b47-b6d3-9d38a005ba04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6ea8a2-8a38-4b47-b6d3-9d38a005ba04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13935121625185838980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980139351216251858389801393512162518583898013935121625185838980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c20e16fd-a802-4db8-9df9-e162d0cd9703, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c13e8f7-5f75-4468-bba8-f1ed50941192, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c13e8f7-5f75-4468-bba8-f1ed50941192, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15470757398407945981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981154707573984079459811547075739840794598115470757398407945981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6ea8a2-8a38-4b47-b6d3-9d38a005ba04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 589e4a4b-1d6e-4521-9531-32d041cb0dad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 589e4a4b-1d6e-4521-9531-32d041cb0dad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2146466496452117681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681214646649645211768121464664964521176812146466496452117681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c13e8f7-5f75-4468-bba8-f1ed50941192, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3e4bcb8-e835-42b3-8192-558ad17af247, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e4bcb8-e835-42b3-8192-558ad17af247, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9569016791598570757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757956901679159857075795690167915985707579569016791598570757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 589e4a4b-1d6e-4521-9531-32d041cb0dad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 049f911e-9d9a-46b5-a4d2-3e21c503a109, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e4bcb8-e835-42b3-8192-558ad17af247, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049f911e-9d9a-46b5-a4d2-3e21c503a109, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 361725799894401293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293361725799894401293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 996168d6-bf9a-42a0-aa63-c666ffecf835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 996168d6-bf9a-42a0-aa63-c666ffecf835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16273745140174699157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157162737451401746991571627374514017469915716273745140174699157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049f911e-9d9a-46b5-a4d2-3e21c503a109, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d1b283e-4f5b-4127-a9c7-b45d807a0dfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d1b283e-4f5b-4127-a9c7-b45d807a0dfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13140739671891839033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033131407396718918390331314073967189183903313140739671891839033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 996168d6-bf9a-42a0-aa63-c666ffecf835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a60ce2da-3fde-4482-b511-dd8b927bc116, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60ce2da-3fde-4482-b511-dd8b927bc116, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8959467036296132231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231895946703629613223189594670362961322318959467036296132231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d1b283e-4f5b-4127-a9c7-b45d807a0dfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 032f9af7-be66-4b21-af85-85d9f635d463, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032f9af7-be66-4b21-af85-85d9f635d463, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13888174371891793193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193138881743718917931931388817437189179319313888174371891793193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60ce2da-3fde-4482-b511-dd8b927bc116, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 916aa72c-ea90-4ffd-9171-7217a6695f85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916aa72c-ea90-4ffd-9171-7217a6695f85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10481605503303071248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248104816055033030712481048160550330307124810481605503303071248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032f9af7-be66-4b21-af85-85d9f635d463, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c09f508e-b673-40e9-8163-c8dcfd812e11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09f508e-b673-40e9-8163-c8dcfd812e11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7368354396007041102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102736835439600704110273683543960070411027368354396007041102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916aa72c-ea90-4ffd-9171-7217a6695f85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33040474-cad3-4a8b-9462-e2f4bf390d8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33040474-cad3-4a8b-9462-e2f4bf390d8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4354011160146344590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590435401116014634459043540111601463445904354011160146344590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33040474-cad3-4a8b-9462-e2f4bf390d8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc6d365b-3f75-436c-9551-adbf81a9a3a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc6d365b-3f75-436c-9551-adbf81a9a3a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3620307195653642115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115362030719565364211536203071956536421153620307195653642115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09f508e-b673-40e9-8163-c8dcfd812e11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc6d365b-3f75-436c-9551-adbf81a9a3a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 397cf140-f270-4605-bdfa-042a4d65e201, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 397cf140-f270-4605-bdfa-042a4d65e201, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206320095237069055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055420632009523706905542063200952370690554206320095237069055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 397cf140-f270-4605-bdfa-042a4d65e201, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 485c604a-298a-43db-91ac-11f357aaad99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 485c604a-298a-43db-91ac-11f357aaad99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3805842487017900986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986380584248701790098638058424870179009863805842487017900986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5ee873-5a8c-49a5-aa20-c87abf542a05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5ee873-5a8c-49a5-aa20-c87abf542a05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15554606645411786270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270155546066454117862701555460664541178627015554606645411786270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 485c604a-298a-43db-91ac-11f357aaad99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8d65c25-97c6-4ae5-a6f1-4ed782867457, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8d65c25-97c6-4ae5-a6f1-4ed782867457, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 72094201187564177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7209420118756417772094201187564177720942011875641777209420118756417772094201187564177720942011875641777209420118756417772094201187564177720942011875641777209420118756417772094201187564177720942011875641777209420118756417772094201187564177720942011875641777209420118756417772094201187564177720942011875641777209420118756417772094201187564177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5ee873-5a8c-49a5-aa20-c87abf542a05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d627368-9760-49ab-b5d9-dd00b3d47687, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d627368-9760-49ab-b5d9-dd00b3d47687, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2695605015954089130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130269560501595408913026956050159540891302695605015954089130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8d65c25-97c6-4ae5-a6f1-4ed782867457, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b8edd1d-0bf1-45ad-8d3b-2dc65f8360c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b8edd1d-0bf1-45ad-8d3b-2dc65f8360c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4187473175106353325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325418747317510635332541874731751063533254187473175106353325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d627368-9760-49ab-b5d9-dd00b3d47687, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d2dd714-f547-42c2-a9e7-159bda9cdb52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2dd714-f547-42c2-a9e7-159bda9cdb52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10539894477084269601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601105398944770842696011053989447708426960110539894477084269601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b8edd1d-0bf1-45ad-8d3b-2dc65f8360c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb6d42ed-a677-4236-82b6-154900598ca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb6d42ed-a677-4236-82b6-154900598ca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12646190848904191145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145126461908489041911451264619084890419114512646190848904191145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb6d42ed-a677-4236-82b6-154900598ca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 612d09f6-1759-45a1-bfe6-10ee38a9f96e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612d09f6-1759-45a1-bfe6-10ee38a9f96e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8270935910769451498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498827093591076945149882709359107694514988270935910769451498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2dd714-f547-42c2-a9e7-159bda9cdb52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed7bfc8e-ca64-4133-a430-af80597f7920, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7bfc8e-ca64-4133-a430-af80597f7920, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6556899193427830047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047655689919342783004765568991934278300476556899193427830047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612d09f6-1759-45a1-bfe6-10ee38a9f96e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e628bfe9-d0e0-4350-b3f2-74dd42fc243c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e628bfe9-d0e0-4350-b3f2-74dd42fc243c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3914569347874169314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314391456934787416931439145693478741693143914569347874169314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7bfc8e-ca64-4133-a430-af80597f7920, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc546053-1858-4369-8cae-3618f52def73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc546053-1858-4369-8cae-3618f52def73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318410780255485134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134331841078025548513433184107802554851343318410780255485134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e628bfe9-d0e0-4350-b3f2-74dd42fc243c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 359a7d3c-27cb-4b3c-9a5f-f449be53bd07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 359a7d3c-27cb-4b3c-9a5f-f449be53bd07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15585101470035458718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718155851014700354587181558510147003545871815585101470035458718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc546053-1858-4369-8cae-3618f52def73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 096c1a25-781d-4bc3-979d-980174bde1a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 096c1a25-781d-4bc3-979d-980174bde1a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8761199696144777744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744876119969614477774487611996961447777448761199696144777744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 359a7d3c-27cb-4b3c-9a5f-f449be53bd07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22b9755d-1119-43e2-925a-ed093b588324, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b9755d-1119-43e2-925a-ed093b588324, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15038751831432854578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578150387518314328545781503875183143285457815038751831432854578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 096c1a25-781d-4bc3-979d-980174bde1a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 638fb08f-75bf-4936-9bde-19d015953b64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 638fb08f-75bf-4936-9bde-19d015953b64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11084521859339555221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221110845218593395552211108452185933955522111084521859339555221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b9755d-1119-43e2-925a-ed093b588324, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 638fb08f-75bf-4936-9bde-19d015953b64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 021c8966-6554-454d-a950-1d3912e61932, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021c8966-6554-454d-a950-1d3912e61932, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8348235053844406115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115834823505384440611583482350538444061158348235053844406115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03efe6f8-cfad-4512-88ea-515bdc627b71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03efe6f8-cfad-4512-88ea-515bdc627b71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12144700811371830600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600121447008113718306001214470081137183060012144700811371830600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021c8966-6554-454d-a950-1d3912e61932, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db6747c8-2efc-49b9-82fd-796d85bc2942, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6747c8-2efc-49b9-82fd-796d85bc2942, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13968108615714047087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087139681086157140470871396810861571404708713968108615714047087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03efe6f8-cfad-4512-88ea-515bdc627b71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddbf9b9e-0f7f-491b-ab3c-7bd8b2b7e8a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddbf9b9e-0f7f-491b-ab3c-7bd8b2b7e8a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10410877413430822617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617104108774134308226171041087741343082261710410877413430822617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6747c8-2efc-49b9-82fd-796d85bc2942, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 438b1548-f86d-4487-904e-8ecf6623d572, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 438b1548-f86d-4487-904e-8ecf6623d572, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15245723669887602436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436152457236698876024361524572366988760243615245723669887602436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddbf9b9e-0f7f-491b-ab3c-7bd8b2b7e8a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7b086a9-a680-4b05-89b7-e36ccd1cf7e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b086a9-a680-4b05-89b7-e36ccd1cf7e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16316488207223703001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001163164882072237030011631648820722370300116316488207223703001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 438b1548-f86d-4487-904e-8ecf6623d572, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97311c65-10b6-4964-bce5-8474637d9666, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97311c65-10b6-4964-bce5-8474637d9666, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7142038513604020235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235714203851360402023571420385136040202357142038513604020235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b086a9-a680-4b05-89b7-e36ccd1cf7e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a18250cd-8564-4d45-96d4-dc231f4d18e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18250cd-8564-4d45-96d4-dc231f4d18e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13573485940103325233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233135734859401033252331357348594010332523313573485940103325233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97311c65-10b6-4964-bce5-8474637d9666, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c34f1a2-6461-4011-9b97-0d7184a5a0a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c34f1a2-6461-4011-9b97-0d7184a5a0a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8639133848274487272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272863913384827448727286391338482744872728639133848274487272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18250cd-8564-4d45-96d4-dc231f4d18e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93ec02a7-f66c-491a-b512-cabbcf392fb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ec02a7-f66c-491a-b512-cabbcf392fb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4447417408298080795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795444741740829808079544474174082980807954447417408298080795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c34f1a2-6461-4011-9b97-0d7184a5a0a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d17b557b-a145-4373-9513-6cf29dce089c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d17b557b-a145-4373-9513-6cf29dce089c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16527575219635536929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929165275752196355369291652757521963553692916527575219635536929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ec02a7-f66c-491a-b512-cabbcf392fb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3d36e51-382e-489c-9edd-7cb001e80e68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d36e51-382e-489c-9edd-7cb001e80e68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12059785031939947797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797120597850319399477971205978503193994779712059785031939947797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d17b557b-a145-4373-9513-6cf29dce089c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d36e51-382e-489c-9edd-7cb001e80e68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c32b992e-a303-4dba-a786-06ea697074b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f1a124c-fe62-4c50-8433-fd2dcaa111fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32b992e-a303-4dba-a786-06ea697074b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5752876565338019817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817575287656533801981757528765653380198175752876565338019817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f1a124c-fe62-4c50-8433-fd2dcaa111fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13984806006420195098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098139848060064201950981398480600642019509813984806006420195098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32b992e-a303-4dba-a786-06ea697074b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e8178a2-f1d2-4f44-9c9d-52f66ec224e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e8178a2-f1d2-4f44-9c9d-52f66ec224e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9370332652733229304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304937033265273322930493703326527332293049370332652733229304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f1a124c-fe62-4c50-8433-fd2dcaa111fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e11f1762-9f8e-4e73-88d8-db2035ba481f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11f1762-9f8e-4e73-88d8-db2035ba481f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150730816838377671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671315073081683837767131507308168383776713150730816838377671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e8178a2-f1d2-4f44-9c9d-52f66ec224e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c70df25-2361-45a2-9851-360cd366dc2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11f1762-9f8e-4e73-88d8-db2035ba481f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c70df25-2361-45a2-9851-360cd366dc2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14008203036785403542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542140082030367854035421400820303678540354214008203036785403542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c26b6ed-f2ea-4495-8d22-35bd4a527fbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c26b6ed-f2ea-4495-8d22-35bd4a527fbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6566382877277299160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160656638287727729916065663828772772991606566382877277299160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c70df25-2361-45a2-9851-360cd366dc2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2302b972-90ad-4c64-9b2d-e4dbdf70aa38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2302b972-90ad-4c64-9b2d-e4dbdf70aa38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9886356898322224655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655988635689832222465598863568983222246559886356898322224655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c26b6ed-f2ea-4495-8d22-35bd4a527fbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ecedcd4-96f8-4305-b7b0-2ac5b6966951, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ecedcd4-96f8-4305-b7b0-2ac5b6966951, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3525713411666571656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656352571341166657165635257134116665716563525713411666571656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2302b972-90ad-4c64-9b2d-e4dbdf70aa38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ecedcd4-96f8-4305-b7b0-2ac5b6966951, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dffd08ed-1cf6-471c-97b6-f46bcc0ed8d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dffd08ed-1cf6-471c-97b6-f46bcc0ed8d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17235294158253229742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742172352941582532297421723529415825322974217235294158253229742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f23ecf8-6a19-4832-9323-f1645ac1621a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f23ecf8-6a19-4832-9323-f1645ac1621a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16351421599260653775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775163514215992606537751635142159926065377516351421599260653775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dffd08ed-1cf6-471c-97b6-f46bcc0ed8d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d113629b-676b-43ac-9d3f-8cef16c55ed8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d113629b-676b-43ac-9d3f-8cef16c55ed8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7787901621975291548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548778790162197529154877879016219752915487787901621975291548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f23ecf8-6a19-4832-9323-f1645ac1621a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c33cc80-66ca-40a3-8b88-8ddd9e6ba296, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c33cc80-66ca-40a3-8b88-8ddd9e6ba296, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10536251636555330828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828105362516365553308281053625163655533082810536251636555330828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d113629b-676b-43ac-9d3f-8cef16c55ed8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcbff7bc-954d-4640-b193-42de4c479660, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcbff7bc-954d-4640-b193-42de4c479660, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10545937499826690758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758105459374998266907581054593749982669075810545937499826690758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c33cc80-66ca-40a3-8b88-8ddd9e6ba296, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcbff7bc-954d-4640-b193-42de4c479660, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 164dda7d-251b-4a06-a97d-a8c6e2674a87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 164dda7d-251b-4a06-a97d-a8c6e2674a87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8147524704612921925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925814752470461292192581475247046129219258147524704612921925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 249057b8-c0df-47c9-90ee-4014651bf5b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249057b8-c0df-47c9-90ee-4014651bf5b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10095069083210116544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544100950690832101165441009506908321011654410095069083210116544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249057b8-c0df-47c9-90ee-4014651bf5b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e83ce6-8e3d-401d-bd6b-66547b1a7905, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e83ce6-8e3d-401d-bd6b-66547b1a7905, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8979687564252570566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566897968756425257056689796875642525705668979687564252570566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 164dda7d-251b-4a06-a97d-a8c6e2674a87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aa47582-3451-4de5-8c05-edb967ba4d28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa47582-3451-4de5-8c05-edb967ba4d28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6021595036747752287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287602159503674775228760215950367477522876021595036747752287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e83ce6-8e3d-401d-bd6b-66547b1a7905, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6023c38-117c-4a2d-80bb-542bb9fd1cbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6023c38-117c-4a2d-80bb-542bb9fd1cbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2525630401235979721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721252563040123597972125256304012359797212525630401235979721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa47582-3451-4de5-8c05-edb967ba4d28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1be987eb-06e7-4c63-923b-8543de7c5393, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be987eb-06e7-4c63-923b-8543de7c5393, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5708872989876150896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896570887298987615089657088729898761508965708872989876150896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6023c38-117c-4a2d-80bb-542bb9fd1cbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5940352-75bc-49af-bcab-df38eb26ef0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5940352-75bc-49af-bcab-df38eb26ef0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 379864578520471812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812379864578520471812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be987eb-06e7-4c63-923b-8543de7c5393, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1815ca65-a4f1-4c0c-86bb-b9164ff02d8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1815ca65-a4f1-4c0c-86bb-b9164ff02d8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4717600169386279343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343471760016938627934347176001693862793434717600169386279343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5940352-75bc-49af-bcab-df38eb26ef0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b76a6ecd-3ff8-457e-ba37-81fb09ae73f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76a6ecd-3ff8-457e-ba37-81fb09ae73f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1741218907825044095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095174121890782504409517412189078250440951741218907825044095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1815ca65-a4f1-4c0c-86bb-b9164ff02d8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7325d192-d8ea-4916-88aa-7dfd69d39eca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7325d192-d8ea-4916-88aa-7dfd69d39eca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4757381830657913375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375475738183065791337547573818306579133754757381830657913375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76a6ecd-3ff8-457e-ba37-81fb09ae73f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74da3932-52d6-4052-9648-5e789a8b6f13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74da3932-52d6-4052-9648-5e789a8b6f13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9910596298169031639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639991059629816903163999105962981690316399910596298169031639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7325d192-d8ea-4916-88aa-7dfd69d39eca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6463b179-ee88-4029-8334-d396aada6f8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6463b179-ee88-4029-8334-d396aada6f8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10922937493556831306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306109229374935568313061092293749355683130610922937493556831306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74da3932-52d6-4052-9648-5e789a8b6f13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0bc2eaf-4e3d-4e33-bca6-d4b79815adbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0bc2eaf-4e3d-4e33-bca6-d4b79815adbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129593749368174997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997412959374936817499741295937493681749974129593749368174997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6463b179-ee88-4029-8334-d396aada6f8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9ca88f9-e90e-4cf6-a0d0-ea923a62c117, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9ca88f9-e90e-4cf6-a0d0-ea923a62c117, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3912734829566336798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798391273482956633679839127348295663367983912734829566336798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0bc2eaf-4e3d-4e33-bca6-d4b79815adbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2413da42-fb0a-4c4e-9442-d27279e4acc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9ca88f9-e90e-4cf6-a0d0-ea923a62c117, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2413da42-fb0a-4c4e-9442-d27279e4acc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003569267248394689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689100356926724839468910035692672483946891003569267248394689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab83b2b0-cf78-4c9e-bb21-a9f8b13a6ccd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab83b2b0-cf78-4c9e-bb21-a9f8b13a6ccd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16740966682423120742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742167409666824231207421674096668242312074216740966682423120742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2413da42-fb0a-4c4e-9442-d27279e4acc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc4cb520-bcfe-443d-bb5d-67ffd76d81a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4cb520-bcfe-443d-bb5d-67ffd76d81a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13612410335124458631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631136124103351244586311361241033512445863113612410335124458631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab83b2b0-cf78-4c9e-bb21-a9f8b13a6ccd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50cdb9ab-f1f3-4799-a437-da93bb39b804, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50cdb9ab-f1f3-4799-a437-da93bb39b804, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15102235210726140050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050151022352107261400501510223521072614005015102235210726140050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4cb520-bcfe-443d-bb5d-67ffd76d81a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3ad434-983a-41cf-bc4d-f276a07455e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3ad434-983a-41cf-bc4d-f276a07455e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13096568699253443695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695130965686992534436951309656869925344369513096568699253443695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50cdb9ab-f1f3-4799-a437-da93bb39b804, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7927265b-1136-4cc8-8801-f41de7221f73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7927265b-1136-4cc8-8801-f41de7221f73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16337818053323617296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296163378180533236172961633781805332361729616337818053323617296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3ad434-983a-41cf-bc4d-f276a07455e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7927265b-1136-4cc8-8801-f41de7221f73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06eea6c9-e71d-4509-9fc2-989566b1f2cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06eea6c9-e71d-4509-9fc2-989566b1f2cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17698996797351518881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881176989967973515188811769899679735151888117698996797351518881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17a56292-dff4-4848-af21-3cd926a96d7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a56292-dff4-4848-af21-3cd926a96d7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17678329416704335158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158176783294167043351581767832941670433515817678329416704335158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06eea6c9-e71d-4509-9fc2-989566b1f2cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b93278df-1b76-4ac7-9199-fa65774cb69e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b93278df-1b76-4ac7-9199-fa65774cb69e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1116895105401524705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705111689510540152470511168951054015247051116895105401524705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a56292-dff4-4848-af21-3cd926a96d7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e543a35-28ea-4a6e-b168-b2636e545c35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e543a35-28ea-4a6e-b168-b2636e545c35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4231066569134955877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877423106656913495587742310665691349558774231066569134955877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b93278df-1b76-4ac7-9199-fa65774cb69e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0882343-d992-4cc3-880e-94d55bd5446b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0882343-d992-4cc3-880e-94d55bd5446b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3850114754037799569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569385011475403779956938501147540377995693850114754037799569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e543a35-28ea-4a6e-b168-b2636e545c35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a08b9553-f872-41e5-8dd5-3dfe3225f49a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08b9553-f872-41e5-8dd5-3dfe3225f49a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7452074555270800107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107745207455527080010774520745552708001077452074555270800107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0882343-d992-4cc3-880e-94d55bd5446b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80f6f7c1-acab-4551-a43f-41f3d58e7801, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80f6f7c1-acab-4551-a43f-41f3d58e7801, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7350983559439886381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381735098355943988638173509835594398863817350983559439886381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08b9553-f872-41e5-8dd5-3dfe3225f49a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db317756-024c-4749-8ca7-b56457b0de54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db317756-024c-4749-8ca7-b56457b0de54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3578920346104436120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120357892034610443612035789203461044361203578920346104436120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80f6f7c1-acab-4551-a43f-41f3d58e7801, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d29e463f-7b8b-43cb-920e-5df54af4d576, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d29e463f-7b8b-43cb-920e-5df54af4d576, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3854411188721537204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204385441118872153720438544111887215372043854411188721537204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db317756-024c-4749-8ca7-b56457b0de54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae364bae-a25d-4177-a891-0a8277b4a4b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae364bae-a25d-4177-a891-0a8277b4a4b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15741613086408750858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858157416130864087508581574161308640875085815741613086408750858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d29e463f-7b8b-43cb-920e-5df54af4d576, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 501b4fed-974e-45ec-8f90-bafd3b452e56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501b4fed-974e-45ec-8f90-bafd3b452e56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17104829000703864138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138171048290007038641381710482900070386413817104829000703864138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae364bae-a25d-4177-a891-0a8277b4a4b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96ed5a39-5558-48a7-9544-e6e1b0559c9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96ed5a39-5558-48a7-9544-e6e1b0559c9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2884405607190078578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578288440560719007857828844056071900785782884405607190078578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501b4fed-974e-45ec-8f90-bafd3b452e56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b5d5d00-73b5-406c-90ee-e059f15c2adc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5d5d00-73b5-406c-90ee-e059f15c2adc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14831066188295707418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418148310661882957074181483106618829570741814831066188295707418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96ed5a39-5558-48a7-9544-e6e1b0559c9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4873018f-b4cb-4707-b686-df546e35fbd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4873018f-b4cb-4707-b686-df546e35fbd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10418019856497529940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940104180198564975299401041801985649752994010418019856497529940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5d5d00-73b5-406c-90ee-e059f15c2adc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86683b01-5dc9-4771-8065-ed341b5db353, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86683b01-5dc9-4771-8065-ed341b5db353, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6702065922993733494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494670206592299373349467020659229937334946702065922993733494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4873018f-b4cb-4707-b686-df546e35fbd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 872971c6-5761-46de-b3c6-68590a0fd504, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 872971c6-5761-46de-b3c6-68590a0fd504, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5414055224329312405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405541405522432931240554140552243293124055414055224329312405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86683b01-5dc9-4771-8065-ed341b5db353, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3cf96fd-0123-4dab-a4b0-720de35dbe01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3cf96fd-0123-4dab-a4b0-720de35dbe01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3232307428976995953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953323230742897699595332323074289769959533232307428976995953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 872971c6-5761-46de-b3c6-68590a0fd504, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9eb4b7-5e73-42c9-b20b-fec2881f7b3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9eb4b7-5e73-42c9-b20b-fec2881f7b3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2742235057964179344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344274223505796417934427422350579641793442742235057964179344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3cf96fd-0123-4dab-a4b0-720de35dbe01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68e8a0a0-c6a5-4fde-996a-06872e21e1e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9eb4b7-5e73-42c9-b20b-fec2881f7b3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68e8a0a0-c6a5-4fde-996a-06872e21e1e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3860735167008427593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593386073516700842759338607351670084275933860735167008427593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e752c63-5a1d-4fdd-b9af-fb932beffef7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e752c63-5a1d-4fdd-b9af-fb932beffef7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16899620385862166542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542168996203858621665421689962038586216654216899620385862166542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68e8a0a0-c6a5-4fde-996a-06872e21e1e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69be1579-d18d-42f1-9007-93148e10a8f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69be1579-d18d-42f1-9007-93148e10a8f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3545792796477472062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062354579279647747206235457927964774720623545792796477472062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e752c63-5a1d-4fdd-b9af-fb932beffef7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f011517-ea7e-4a48-bf10-434f2ff18e39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f011517-ea7e-4a48-bf10-434f2ff18e39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17799293284537473497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497177992932845374734971779929328453747349717799293284537473497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69be1579-d18d-42f1-9007-93148e10a8f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57a2dd37-c653-4496-aca3-efaba95801e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57a2dd37-c653-4496-aca3-efaba95801e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15982970299059104249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249159829702990591042491598297029905910424915982970299059104249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f011517-ea7e-4a48-bf10-434f2ff18e39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49c61da3-6bcc-4d0b-958d-a123712ebe3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c61da3-6bcc-4d0b-958d-a123712ebe3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15608097772637855847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847156080977726378558471560809777263785584715608097772637855847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57a2dd37-c653-4496-aca3-efaba95801e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c61da3-6bcc-4d0b-958d-a123712ebe3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f32e70b2-59b5-43a7-b0ec-4593a0da0ec3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f32e70b2-59b5-43a7-b0ec-4593a0da0ec3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6467727393704306817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817646772739370430681764677273937043068176467727393704306817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 869bedd2-bbc7-45e5-a794-e091f5db8731, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 869bedd2-bbc7-45e5-a794-e091f5db8731, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13961620557094727182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182139616205570947271821396162055709472718213961620557094727182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f32e70b2-59b5-43a7-b0ec-4593a0da0ec3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 869bedd2-bbc7-45e5-a794-e091f5db8731, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3ff7f19-8c16-4642-9daf-62422b024091, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3ff7f19-8c16-4642-9daf-62422b024091, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14068973006408005044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044140689730064080050441406897300640800504414068973006408005044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be4b3192-c207-41a7-bfe5-bed6973e2b52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be4b3192-c207-41a7-bfe5-bed6973e2b52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5471340746888173348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348547134074688817334854713407468881733485471340746888173348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3ff7f19-8c16-4642-9daf-62422b024091, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b734d66f-db64-4091-b64e-5a646433d337, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be4b3192-c207-41a7-bfe5-bed6973e2b52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccc8fa4c-5648-457f-ac10-6e6ec2b82d05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc8fa4c-5648-457f-ac10-6e6ec2b82d05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18435718138663374114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114184357181386633741141843571813866337411418435718138663374114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b734d66f-db64-4091-b64e-5a646433d337, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7054863433138468958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958705486343313846895870548634331384689587054863433138468958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc8fa4c-5648-457f-ac10-6e6ec2b82d05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b9bfdaa-4906-4a65-9e58-f30093d8810d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9bfdaa-4906-4a65-9e58-f30093d8810d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12394906136778945461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461123949061367789454611239490613677894546112394906136778945461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9bfdaa-4906-4a65-9e58-f30093d8810d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 186088ef-946a-4c0c-bf80-24c3c97c540d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186088ef-946a-4c0c-bf80-24c3c97c540d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319849148729694211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211153198491487296942111531984914872969421115319849148729694211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b734d66f-db64-4091-b64e-5a646433d337, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a054757-fbe4-4551-8ee9-b0da34635fb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a054757-fbe4-4551-8ee9-b0da34635fb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2497181288070655692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692249718128807065569224971812880706556922497181288070655692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186088ef-946a-4c0c-bf80-24c3c97c540d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5113acf6-781a-483c-979a-edd5cebecf27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5113acf6-781a-483c-979a-edd5cebecf27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8852631994000209804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804885263199400020980488526319940002098048852631994000209804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a054757-fbe4-4551-8ee9-b0da34635fb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1d2eff8-a197-4749-946d-209265cf9ba4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1d2eff8-a197-4749-946d-209265cf9ba4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16663055542619531374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374166630555426195313741666305554261953137416663055542619531374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5113acf6-781a-483c-979a-edd5cebecf27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb17d1cf-01f1-4fd1-9481-e8b593060b64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb17d1cf-01f1-4fd1-9481-e8b593060b64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 89572462975386245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8957246297538624589572462975386245895724629753862458957246297538624589572462975386245895724629753862458957246297538624589572462975386245895724629753862458957246297538624589572462975386245895724629753862458957246297538624589572462975386245895724629753862458957246297538624589572462975386245895724629753862458957246297538624589572462975386245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1d2eff8-a197-4749-946d-209265cf9ba4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ecc1055-7851-414e-8c6c-9f3f796f4072, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ecc1055-7851-414e-8c6c-9f3f796f4072, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 654382313610690357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357654382313610690357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb17d1cf-01f1-4fd1-9481-e8b593060b64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26032adf-9be3-4b0f-b95b-25d430719c39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26032adf-9be3-4b0f-b95b-25d430719c39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16599883778527204139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139165998837785272041391659988377852720413916599883778527204139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ecc1055-7851-414e-8c6c-9f3f796f4072, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c3844d3-bc6f-4993-85aa-19e6dc03ffd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c3844d3-bc6f-4993-85aa-19e6dc03ffd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12218396647035401883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883122183966470354018831221839664703540188312218396647035401883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26032adf-9be3-4b0f-b95b-25d430719c39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 171f8485-4d3f-4422-aa89-168155e753a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 171f8485-4d3f-4422-aa89-168155e753a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15975534104655358168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168159755341046553581681597553410465535816815975534104655358168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c3844d3-bc6f-4993-85aa-19e6dc03ffd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74a6e13c-9281-45cf-9a25-1852ec32688d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a6e13c-9281-45cf-9a25-1852ec32688d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15257446971662314245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245152574469716623142451525744697166231424515257446971662314245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 171f8485-4d3f-4422-aa89-168155e753a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46e58e32-7365-4b57-83a3-2009f8262710, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e58e32-7365-4b57-83a3-2009f8262710, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15626896738398262653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653156268967383982626531562689673839826265315626896738398262653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a6e13c-9281-45cf-9a25-1852ec32688d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d83899f-3deb-49b1-90e6-f7143830f0eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d83899f-3deb-49b1-90e6-f7143830f0eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11797165123648196421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421117971651236481964211179716512364819642111797165123648196421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e58e32-7365-4b57-83a3-2009f8262710, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 796fbcf8-923c-4ec8-9d1c-5bcbe3dcf9b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 796fbcf8-923c-4ec8-9d1c-5bcbe3dcf9b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5311174178089670565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565531117417808967056553111741780896705655311174178089670565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d83899f-3deb-49b1-90e6-f7143830f0eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 226035ff-4c14-47fa-a83b-e247c314c606, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226035ff-4c14-47fa-a83b-e247c314c606, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6924449719213925688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688692444971921392568869244497192139256886924449719213925688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 796fbcf8-923c-4ec8-9d1c-5bcbe3dcf9b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 098daa94-b507-4e18-980b-3c8b6817269a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 098daa94-b507-4e18-980b-3c8b6817269a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13248120360769124016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016132481203607691240161324812036076912401613248120360769124016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226035ff-4c14-47fa-a83b-e247c314c606, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9dec544-92ce-4604-9bbd-5b60b20bcf51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9dec544-92ce-4604-9bbd-5b60b20bcf51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3543961737137581557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557354396173713758155735439617371375815573543961737137581557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 098daa94-b507-4e18-980b-3c8b6817269a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f105d53-1fc2-4ecf-ab63-18805216cf8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f105d53-1fc2-4ecf-ab63-18805216cf8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13881529919015173041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041138815299190151730411388152991901517304113881529919015173041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9dec544-92ce-4604-9bbd-5b60b20bcf51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6c8a51-c2a1-48fe-a6c0-dacf0bbf8e93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6c8a51-c2a1-48fe-a6c0-dacf0bbf8e93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8883798016164033885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885888379801616403388588837980161640338858883798016164033885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6c8a51-c2a1-48fe-a6c0-dacf0bbf8e93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d7e8f4a-c263-4bad-8d27-bb06dca9e380, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7e8f4a-c263-4bad-8d27-bb06dca9e380, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18070999619356123305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305180709996193561233051807099961935612330518070999619356123305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f105d53-1fc2-4ecf-ab63-18805216cf8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 668ac3c7-7611-4b28-92a1-3138d0c87b8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668ac3c7-7611-4b28-92a1-3138d0c87b8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5664948700812893635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635566494870081289363556649487008128936355664948700812893635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7e8f4a-c263-4bad-8d27-bb06dca9e380, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccb6bc5b-b2f5-470f-a78b-eb214dcbb561, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668ac3c7-7611-4b28-92a1-3138d0c87b8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d4350f-b69b-48c3-8d16-fe3c903dc8d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d4350f-b69b-48c3-8d16-fe3c903dc8d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4223691970468657970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970422369197046865797042236919704686579704223691970468657970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb6bc5b-b2f5-470f-a78b-eb214dcbb561, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3021363149015430149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149302136314901543014930213631490154301493021363149015430149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d4350f-b69b-48c3-8d16-fe3c903dc8d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f2ceb12-3629-4d44-b518-1526597f958d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f2ceb12-3629-4d44-b518-1526597f958d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4915774231390457906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906491577423139045790649157742313904579064915774231390457906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb6bc5b-b2f5-470f-a78b-eb214dcbb561, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d21341f0-db48-4d9a-ba89-b836ab041ae9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d21341f0-db48-4d9a-ba89-b836ab041ae9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14760170552156223389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389147601705521562233891476017055215622338914760170552156223389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f2ceb12-3629-4d44-b518-1526597f958d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8728a2cd-2f47-4c4e-a98e-e2ac038c7537, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8728a2cd-2f47-4c4e-a98e-e2ac038c7537, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9793679117492737526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526979367911749273752697936791174927375269793679117492737526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d21341f0-db48-4d9a-ba89-b836ab041ae9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14b23997-d01a-42e9-b27a-d772d58acf30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8728a2cd-2f47-4c4e-a98e-e2ac038c7537, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14b23997-d01a-42e9-b27a-d772d58acf30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14909251755971312546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546149092517559713125461490925175597131254614909251755971312546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54bd27b2-ee35-4b33-855e-79f6b67ef371, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bd27b2-ee35-4b33-855e-79f6b67ef371, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13416520189034321326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326134165201890343213261341652018903432132613416520189034321326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14b23997-d01a-42e9-b27a-d772d58acf30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 623523eb-de37-4a65-b078-a7d8619969a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 623523eb-de37-4a65-b078-a7d8619969a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9294116913059557467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467929411691305955746792941169130595574679294116913059557467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bd27b2-ee35-4b33-855e-79f6b67ef371, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeb53c58-7eaa-4405-9ecc-bdd50872322e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb53c58-7eaa-4405-9ecc-bdd50872322e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757271273328641608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608167572712733286416081675727127332864160816757271273328641608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 623523eb-de37-4a65-b078-a7d8619969a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df03490b-e45f-4a70-8fd6-184cdd89b6de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df03490b-e45f-4a70-8fd6-184cdd89b6de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2146552599902062588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588214655259990206258821465525999020625882146552599902062588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb53c58-7eaa-4405-9ecc-bdd50872322e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca93bf91-ff70-4ab1-a61f-ac1bc9242a04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca93bf91-ff70-4ab1-a61f-ac1bc9242a04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16955465086216123313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313169554650862161233131695546508621612331316955465086216123313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df03490b-e45f-4a70-8fd6-184cdd89b6de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c1007c6-274c-4f13-ab69-7d4e80fea07a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1007c6-274c-4f13-ab69-7d4e80fea07a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14368284401270712872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872143682844012707128721436828440127071287214368284401270712872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca93bf91-ff70-4ab1-a61f-ac1bc9242a04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67b4feb6-aab4-47c4-b67a-de365093b59d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67b4feb6-aab4-47c4-b67a-de365093b59d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17118837838438865199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199171188378384388651991711883783843886519917118837838438865199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1007c6-274c-4f13-ab69-7d4e80fea07a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a80a754-5010-42ef-8e62-e3b984ec853c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a80a754-5010-42ef-8e62-e3b984ec853c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11787442758968131944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944117874427589681319441178744275896813194411787442758968131944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67b4feb6-aab4-47c4-b67a-de365093b59d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 917565e7-83fd-4108-84d1-3c3a4c705fcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 917565e7-83fd-4108-84d1-3c3a4c705fcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9359041655529299320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320935904165552929932093590416555292993209359041655529299320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a80a754-5010-42ef-8e62-e3b984ec853c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97336957-561f-49aa-a53a-6fdc5de84962, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97336957-561f-49aa-a53a-6fdc5de84962, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6847366977624643101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101684736697762464310168473669776246431016847366977624643101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 917565e7-83fd-4108-84d1-3c3a4c705fcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42fb5324-0a64-4881-ad7d-15c56eb5b4a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42fb5324-0a64-4881-ad7d-15c56eb5b4a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1155921736028154191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191115592173602815419111559217360281541911155921736028154191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97336957-561f-49aa-a53a-6fdc5de84962, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98de2712-f18b-4b25-b412-a3be6f11571a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98de2712-f18b-4b25-b412-a3be6f11571a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680765152716156673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673268076515271615667326807651527161566732680765152716156673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42fb5324-0a64-4881-ad7d-15c56eb5b4a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a993bf7e-13c7-479c-8853-87465cfdebec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a993bf7e-13c7-479c-8853-87465cfdebec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10320730562691412151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151103207305626914121511032073056269141215110320730562691412151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98de2712-f18b-4b25-b412-a3be6f11571a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 641825da-f22b-47cc-8ec8-043db5887b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 641825da-f22b-47cc-8ec8-043db5887b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10016497989715906136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136100164979897159061361001649798971590613610016497989715906136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a993bf7e-13c7-479c-8853-87465cfdebec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 469b4dfd-8e86-4c4a-9960-edafaec2a615, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469b4dfd-8e86-4c4a-9960-edafaec2a615, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1286566973841602521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521128656697384160252112865669738416025211286566973841602521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 641825da-f22b-47cc-8ec8-043db5887b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a6253f3-fd2e-4b85-af40-75a1fe86045c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a6253f3-fd2e-4b85-af40-75a1fe86045c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7506028679528436424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424750602867952843642475060286795284364247506028679528436424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469b4dfd-8e86-4c4a-9960-edafaec2a615, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5daa338c-90ec-41e5-abd1-7b320b5f9517, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5daa338c-90ec-41e5-abd1-7b320b5f9517, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2631372981955544000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000263137298195554400026313729819555440002631372981955544000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a6253f3-fd2e-4b85-af40-75a1fe86045c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd79986f-d928-43a8-80d2-c702363903bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd79986f-d928-43a8-80d2-c702363903bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14801388416155516867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867148013884161555168671480138841615551686714801388416155516867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5daa338c-90ec-41e5-abd1-7b320b5f9517, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de397a50-be86-421a-afcf-91f5affb4eda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de397a50-be86-421a-afcf-91f5affb4eda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7112035185141316510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510711203518514131651071120351851413165107112035185141316510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd79986f-d928-43a8-80d2-c702363903bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0bb335a-32a6-4f0d-87f1-633fd831de32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0bb335a-32a6-4f0d-87f1-633fd831de32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14678121776992571555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555146781217769925715551467812177699257155514678121776992571555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de397a50-be86-421a-afcf-91f5affb4eda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ec5fd39-2669-4b6c-af34-157492a07bb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec5fd39-2669-4b6c-af34-157492a07bb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5911231454378899039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039591123145437889903959112314543788990395911231454378899039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0bb335a-32a6-4f0d-87f1-633fd831de32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bfb1b48-be5f-4c63-be0b-856f308eb1bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bfb1b48-be5f-4c63-be0b-856f308eb1bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 494173236101040704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704494173236101040704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec5fd39-2669-4b6c-af34-157492a07bb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bd38eae-9d2a-4a7e-a45c-fa83cd45a56d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd38eae-9d2a-4a7e-a45c-fa83cd45a56d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9120363258858640268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268912036325885864026891203632588586402689120363258858640268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bfb1b48-be5f-4c63-be0b-856f308eb1bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb10ccf6-229d-414b-8e9e-4f3ff84e7d60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb10ccf6-229d-414b-8e9e-4f3ff84e7d60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7997238438996575117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117799723843899657511779972384389965751177997238438996575117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd38eae-9d2a-4a7e-a45c-fa83cd45a56d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d4e5449-fa43-4dc2-a28c-bd871087ad14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d4e5449-fa43-4dc2-a28c-bd871087ad14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6426299097127064073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073642629909712706407364262990971270640736426299097127064073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb10ccf6-229d-414b-8e9e-4f3ff84e7d60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb7833f-06ef-44dc-9d81-8d2ce16bd7a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb7833f-06ef-44dc-9d81-8d2ce16bd7a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8420118715129772041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041842011871512977204184201187151297720418420118715129772041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d4e5449-fa43-4dc2-a28c-bd871087ad14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df19a264-3d66-4200-b57b-0b71dcd5d26b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df19a264-3d66-4200-b57b-0b71dcd5d26b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13367587214290505789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789133675872142905057891336758721429050578913367587214290505789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb7833f-06ef-44dc-9d81-8d2ce16bd7a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df19a264-3d66-4200-b57b-0b71dcd5d26b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305d0a57-20d8-44bd-9f78-16e840693e6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305d0a57-20d8-44bd-9f78-16e840693e6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14152514826717703717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717141525148267177037171415251482671770371714152514826717703717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a730fb-0781-4480-9253-e10f75acae4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a730fb-0781-4480-9253-e10f75acae4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838708250858718520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520158387082508587185201583870825085871852015838708250858718520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305d0a57-20d8-44bd-9f78-16e840693e6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c544202-2747-4621-ba81-aae9fab9d167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c544202-2747-4621-ba81-aae9fab9d167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11854443556916417646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646118544435569164176461185444355691641764611854443556916417646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a730fb-0781-4480-9253-e10f75acae4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e6f8944-f9da-4b2f-a851-24b80f3896eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6f8944-f9da-4b2f-a851-24b80f3896eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5626340080703304470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470562634008070330447056263400807033044705626340080703304470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c544202-2747-4621-ba81-aae9fab9d167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c1e534a-80ea-4838-9afe-ff88417047d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1e534a-80ea-4838-9afe-ff88417047d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15166809903415848456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456151668099034158484561516680990341584845615166809903415848456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6f8944-f9da-4b2f-a851-24b80f3896eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dde18a3-1bcc-4762-b390-1aac2cb4f55a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dde18a3-1bcc-4762-b390-1aac2cb4f55a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11657924907284617395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395116579249072846173951165792490728461739511657924907284617395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1e534a-80ea-4838-9afe-ff88417047d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9236bcea-8b60-4a5c-a522-20697c3c8817, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9236bcea-8b60-4a5c-a522-20697c3c8817, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13848257111932938735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735138482571119329387351384825711193293873513848257111932938735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dde18a3-1bcc-4762-b390-1aac2cb4f55a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3292ba4-ca7e-4d17-8c09-d44828f8cdde, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3292ba4-ca7e-4d17-8c09-d44828f8cdde, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5478396201307942404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404547839620130794240454783962013079424045478396201307942404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9236bcea-8b60-4a5c-a522-20697c3c8817, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d23fa313-1e35-451a-857c-a7f443998fbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d23fa313-1e35-451a-857c-a7f443998fbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7779013893618389881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881777901389361838988177790138936183898817779013893618389881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3292ba4-ca7e-4d17-8c09-d44828f8cdde, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1b4b708-5555-4bef-84ff-02e616c8d04b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b4b708-5555-4bef-84ff-02e616c8d04b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16177805383833124092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092161778053838331240921617780538383312409216177805383833124092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d23fa313-1e35-451a-857c-a7f443998fbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecca1999-e0ec-4da3-b5fc-087bfbc4e519, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecca1999-e0ec-4da3-b5fc-087bfbc4e519, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1262524368196890246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246126252436819689024612625243681968902461262524368196890246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b4b708-5555-4bef-84ff-02e616c8d04b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b9af6ad-1d2b-43a4-9614-7446182fb38e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b9af6ad-1d2b-43a4-9614-7446182fb38e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6579668770467672256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256657966877046767225665796687704676722566579668770467672256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecca1999-e0ec-4da3-b5fc-087bfbc4e519, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a6f4e9d-8f24-4f76-ba3b-4411e0e59819, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a6f4e9d-8f24-4f76-ba3b-4411e0e59819, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6980430718962267398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398698043071896226739869804307189622673986980430718962267398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b9af6ad-1d2b-43a4-9614-7446182fb38e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61e57cb8-123b-4035-b07c-15c83683f73b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e57cb8-123b-4035-b07c-15c83683f73b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17959771498828932749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749179597714988289327491795977149882893274917959771498828932749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a6f4e9d-8f24-4f76-ba3b-4411e0e59819, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 687d8f5f-8db2-46e2-9b7d-7f0577374f4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 687d8f5f-8db2-46e2-9b7d-7f0577374f4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 520911412239962868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868520911412239962868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e57cb8-123b-4035-b07c-15c83683f73b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e04d59a1-b70f-449b-b298-41953db3ff03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e04d59a1-b70f-449b-b298-41953db3ff03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6192168720453587220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220619216872045358722061921687204535872206192168720453587220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 687d8f5f-8db2-46e2-9b7d-7f0577374f4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3d17e63-fab9-40ae-8b82-4827b095f848, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d17e63-fab9-40ae-8b82-4827b095f848, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3464114947475062519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519346411494747506251934641149474750625193464114947475062519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e04d59a1-b70f-449b-b298-41953db3ff03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bead112f-2d94-45fb-b058-fbee94d5a2ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bead112f-2d94-45fb-b058-fbee94d5a2ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15426221170844544761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761154262211708445447611542622117084454476115426221170844544761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bead112f-2d94-45fb-b058-fbee94d5a2ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58a790de-fb68-46d1-846d-78b0832c0663, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a790de-fb68-46d1-846d-78b0832c0663, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3554987094583712618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618355498709458371261835549870945837126183554987094583712618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d17e63-fab9-40ae-8b82-4827b095f848, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfda70d2-2c8a-4785-bae9-0b2d1b603ec9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfda70d2-2c8a-4785-bae9-0b2d1b603ec9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10796046237116915636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636107960462371169156361079604623711691563610796046237116915636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a790de-fb68-46d1-846d-78b0832c0663, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61bcdff8-d63d-4967-b92e-46fafb8ded76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61bcdff8-d63d-4967-b92e-46fafb8ded76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3266889233215689779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779326688923321568977932668892332156897793266889233215689779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfda70d2-2c8a-4785-bae9-0b2d1b603ec9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38209073-9a3a-46b4-aee0-68b3ee9b7700, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38209073-9a3a-46b4-aee0-68b3ee9b7700, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1292314399942348612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612129231439994234861212923143999423486121292314399942348612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61bcdff8-d63d-4967-b92e-46fafb8ded76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38209073-9a3a-46b4-aee0-68b3ee9b7700, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 730de8e9-53ac-4eb4-bde0-aef5e065b8e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d85dcc-cd99-4545-91bb-6eba9d932b69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d85dcc-cd99-4545-91bb-6eba9d932b69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13268237981234566503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503132682379812345665031326823798123456650313268237981234566503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 730de8e9-53ac-4eb4-bde0-aef5e065b8e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4926329997225872154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154492632999722587215449263299972258721544926329997225872154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d85dcc-cd99-4545-91bb-6eba9d932b69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 730de8e9-53ac-4eb4-bde0-aef5e065b8e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f9e2a45-2aad-4902-80e8-4f41b4e67e67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f9e2a45-2aad-4902-80e8-4f41b4e67e67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8587882234326234647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647858788223432623464785878822343262346478587882234326234647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7abc00e9-fa1a-42d5-9f75-92eb99cce987, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7abc00e9-fa1a-42d5-9f75-92eb99cce987, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3647031491550230296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296364703149155023029636470314915502302963647031491550230296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f9e2a45-2aad-4902-80e8-4f41b4e67e67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9338b53d-c1c7-4020-bfa9-4dac575b8061, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9338b53d-c1c7-4020-bfa9-4dac575b8061, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13822278366803626076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076138222783668036260761382227836680362607613822278366803626076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7abc00e9-fa1a-42d5-9f75-92eb99cce987, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 282b8112-f723-47ba-8438-b3fa36efd8a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282b8112-f723-47ba-8438-b3fa36efd8a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13125032820851752641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641131250328208517526411312503282085175264113125032820851752641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9338b53d-c1c7-4020-bfa9-4dac575b8061, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d36dc58-a9ef-4a6d-a9d2-bd47d336852a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d36dc58-a9ef-4a6d-a9d2-bd47d336852a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17248275201249665511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511172482752012496655111724827520124966551117248275201249665511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282b8112-f723-47ba-8438-b3fa36efd8a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed97e012-50d2-451d-86af-bb92256fed0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed97e012-50d2-451d-86af-bb92256fed0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5150092723799259604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604515009272379925960451500927237992596045150092723799259604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d36dc58-a9ef-4a6d-a9d2-bd47d336852a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eaf0fae-57d1-427f-a855-6cb8222028a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eaf0fae-57d1-427f-a855-6cb8222028a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3103140662393065078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078310314066239306507831031406623930650783103140662393065078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed97e012-50d2-451d-86af-bb92256fed0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 763a0671-e7b3-4137-91c5-2324cfd39546, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 763a0671-e7b3-4137-91c5-2324cfd39546, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18065996423831320923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923180659964238313209231806599642383132092318065996423831320923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eaf0fae-57d1-427f-a855-6cb8222028a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d9cc445-6c22-4206-befe-71add7b3d57f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9cc445-6c22-4206-befe-71add7b3d57f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 717763611403683906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906717763611403683906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 763a0671-e7b3-4137-91c5-2324cfd39546, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6fa3c33-1f6e-4091-8b1f-94a78e533db7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6fa3c33-1f6e-4091-8b1f-94a78e533db7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15978600896203813473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473159786008962038134731597860089620381347315978600896203813473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9cc445-6c22-4206-befe-71add7b3d57f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2fe1117-c2df-4eb0-86bd-190c63260463, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2fe1117-c2df-4eb0-86bd-190c63260463, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5434304817087347221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221543430481708734722154343048170873472215434304817087347221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6fa3c33-1f6e-4091-8b1f-94a78e533db7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ef1bd4e-cba9-4399-97a9-ef4571185618, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ef1bd4e-cba9-4399-97a9-ef4571185618, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12930691975557592214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214129306919755575922141293069197555759221412930691975557592214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2fe1117-c2df-4eb0-86bd-190c63260463, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fadb567-c496-436b-ac3a-9b2a8aec7e15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fadb567-c496-436b-ac3a-9b2a8aec7e15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10959212090891547489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489109592120908915474891095921209089154748910959212090891547489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ef1bd4e-cba9-4399-97a9-ef4571185618, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40994593-6d3e-446c-aa12-b0dff0ade425, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40994593-6d3e-446c-aa12-b0dff0ade425, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8216014987581705852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852821601498758170585282160149875817058528216014987581705852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fadb567-c496-436b-ac3a-9b2a8aec7e15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a7149b-25c7-429c-a45c-13e520a1c460, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a7149b-25c7-429c-a45c-13e520a1c460, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6975957323540828751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751697595732354082875169759573235408287516975957323540828751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40994593-6d3e-446c-aa12-b0dff0ade425, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c4c903b-abf1-42b4-b07e-8296cbf2486e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4c903b-abf1-42b4-b07e-8296cbf2486e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10787081932188569807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807107870819321885698071078708193218856980710787081932188569807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a7149b-25c7-429c-a45c-13e520a1c460, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 478ceff9-10b9-4f32-a09a-1bb7195e13cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 478ceff9-10b9-4f32-a09a-1bb7195e13cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12799472333000594762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762127994723330005947621279947233300059476212799472333000594762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4c903b-abf1-42b4-b07e-8296cbf2486e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40bbde73-1f4d-45b3-a5c9-b205fd8016d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40bbde73-1f4d-45b3-a5c9-b205fd8016d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16447743621882850170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170164477436218828501701644774362188285017016447743621882850170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 478ceff9-10b9-4f32-a09a-1bb7195e13cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a74941-718d-4b7f-bdd7-74b462dc1ab6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40bbde73-1f4d-45b3-a5c9-b205fd8016d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a74941-718d-4b7f-bdd7-74b462dc1ab6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12697258893717967586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586126972588937179675861269725889371796758612697258893717967586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9573d4ab-0345-4e17-930b-0f1a504e468c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9573d4ab-0345-4e17-930b-0f1a504e468c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4824878457121534933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933482487845712153493348248784571215349334824878457121534933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a74941-718d-4b7f-bdd7-74b462dc1ab6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f970613f-5b84-4c42-89d7-aa01c6000990, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f970613f-5b84-4c42-89d7-aa01c6000990, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12950620269590764349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349129506202695907643491295062026959076434912950620269590764349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9573d4ab-0345-4e17-930b-0f1a504e468c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4ecde1b-869b-4ed9-b261-8d6c89b61c82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ecde1b-869b-4ed9-b261-8d6c89b61c82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3206404976859377039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039320640497685937703932064049768593770393206404976859377039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f970613f-5b84-4c42-89d7-aa01c6000990, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9510773-388f-43dc-a54e-07d2df56815e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9510773-388f-43dc-a54e-07d2df56815e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8179475970133968138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138817947597013396813881794759701339681388179475970133968138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ecde1b-869b-4ed9-b261-8d6c89b61c82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a3068cd-d44c-4794-ab1d-101c473287ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3068cd-d44c-4794-ab1d-101c473287ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4751199356006488995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995475119935600648899547511993560064889954751199356006488995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9510773-388f-43dc-a54e-07d2df56815e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ed5f4e9-88af-4578-8d4d-f50739f9d5d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed5f4e9-88af-4578-8d4d-f50739f9d5d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920340023913432191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191192034002391343219119203400239134321911920340023913432191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed5f4e9-88af-4578-8d4d-f50739f9d5d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92dec6fe-444d-4840-925f-ffb68786a2e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92dec6fe-444d-4840-925f-ffb68786a2e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16630278404652497739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739166302784046524977391663027840465249773916630278404652497739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3068cd-d44c-4794-ab1d-101c473287ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 296fa36c-a623-4d2f-97b3-fcdcf1ba60ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296fa36c-a623-4d2f-97b3-fcdcf1ba60ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17219824341091033902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902172198243410910339021721982434109103390217219824341091033902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92dec6fe-444d-4840-925f-ffb68786a2e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d347c7ca-1f2e-430f-95b5-96013c8ccac3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d347c7ca-1f2e-430f-95b5-96013c8ccac3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11929987957093283254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254119299879570932832541192998795709328325411929987957093283254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296fa36c-a623-4d2f-97b3-fcdcf1ba60ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e0dd7e5-aebe-4ab3-a7cc-dbc178351d7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e0dd7e5-aebe-4ab3-a7cc-dbc178351d7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361272297722711195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195636127229772271119563612722977227111956361272297722711195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d347c7ca-1f2e-430f-95b5-96013c8ccac3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f824e4fc-c862-4ba3-adee-9b9b34e842c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f824e4fc-c862-4ba3-adee-9b9b34e842c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11104197379187630202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202111041973791876302021110419737918763020211104197379187630202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e0dd7e5-aebe-4ab3-a7cc-dbc178351d7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6becd8b6-ad62-4bf0-b174-6a109026c4b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6becd8b6-ad62-4bf0-b174-6a109026c4b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6520582351569885016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016652058235156988501665205823515698850166520582351569885016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f824e4fc-c862-4ba3-adee-9b9b34e842c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab87ff08-c780-45e6-a82f-8add80c31efb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab87ff08-c780-45e6-a82f-8add80c31efb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639751864693539940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940166397518646935399401663975186469353994016639751864693539940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6becd8b6-ad62-4bf0-b174-6a109026c4b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 977934d4-b64f-40c8-bbf7-e9d799766670, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977934d4-b64f-40c8-bbf7-e9d799766670, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11867502738952511255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255118675027389525112551186750273895251125511867502738952511255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab87ff08-c780-45e6-a82f-8add80c31efb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb5e3e63-707c-4ff2-a07c-ce447b03fc43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb5e3e63-707c-4ff2-a07c-ce447b03fc43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2281066536683480195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195228106653668348019522810665366834801952281066536683480195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb5e3e63-707c-4ff2-a07c-ce447b03fc43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977934d4-b64f-40c8-bbf7-e9d799766670, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44d8ba06-e869-4a7c-a044-6d860d8a1b6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e27ee99b-b753-4ce7-91ef-fe3eba11b37c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d8ba06-e869-4a7c-a044-6d860d8a1b6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3953695557355848622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622395369555735584862239536955573558486223953695557355848622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27ee99b-b753-4ce7-91ef-fe3eba11b37c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305320556354877487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487123053205563548774871230532055635487748712305320556354877487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27ee99b-b753-4ce7-91ef-fe3eba11b37c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 714f738d-23fe-46b0-bd15-754236199179, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714f738d-23fe-46b0-bd15-754236199179, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4764200899314714273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273476420089931471427347642008993147142734764200899314714273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d8ba06-e869-4a7c-a044-6d860d8a1b6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27850d9b-d45a-4527-bdd7-6e36ee625a93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27850d9b-d45a-4527-bdd7-6e36ee625a93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17346827548018082850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850173468275480180828501734682754801808285017346827548018082850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714f738d-23fe-46b0-bd15-754236199179, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8538e82b-71c2-4b96-bce4-3233febcc99f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8538e82b-71c2-4b96-bce4-3233febcc99f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7401689761367487733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733740168976136748773374016897613674877337401689761367487733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27850d9b-d45a-4527-bdd7-6e36ee625a93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd399141-6bc5-4721-9f77-81ef6586f60e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8538e82b-71c2-4b96-bce4-3233febcc99f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd399141-6bc5-4721-9f77-81ef6586f60e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 973826648914790036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036973826648914790036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfec701c-2850-449f-8363-d6f179466d34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfec701c-2850-449f-8363-d6f179466d34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12269811937680512449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449122698119376805124491226981193768051244912269811937680512449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd399141-6bc5-4721-9f77-81ef6586f60e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 810f1340-d16e-429d-a9f8-555313e9fe9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfec701c-2850-449f-8363-d6f179466d34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 458f5bc7-abae-4f48-82f7-48c16cf5f1a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 810f1340-d16e-429d-a9f8-555313e9fe9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16258179142245174799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799162581791422451747991625817914224517479916258179142245174799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 458f5bc7-abae-4f48-82f7-48c16cf5f1a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4878932596536808870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870487893259653680887048789325965368088704878932596536808870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 810f1340-d16e-429d-a9f8-555313e9fe9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ab7ca1b-ddc6-48de-b08b-d1cba2d396e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ab7ca1b-ddc6-48de-b08b-d1cba2d396e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2806515060674126507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507280651506067412650728065150606741265072806515060674126507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 458f5bc7-abae-4f48-82f7-48c16cf5f1a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69505c77-f107-4a6b-88e4-a19819e683e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69505c77-f107-4a6b-88e4-a19819e683e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12940073819117695641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641129400738191176956411294007381911769564112940073819117695641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ab7ca1b-ddc6-48de-b08b-d1cba2d396e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2dffc03-79d5-461d-a886-133f090be2dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69505c77-f107-4a6b-88e4-a19819e683e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2dffc03-79d5-461d-a886-133f090be2dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9209058683030755402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402920905868303075540292090586830307554029209058683030755402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3aa549b8-7a15-40b2-9146-9ad697cf8e92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa549b8-7a15-40b2-9146-9ad697cf8e92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10097659971308140822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822100976599713081408221009765997130814082210097659971308140822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2dffc03-79d5-461d-a886-133f090be2dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d74b894-1104-4ddf-bfbb-90c0dbcd1a8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d74b894-1104-4ddf-bfbb-90c0dbcd1a8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2405612359255155443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443240561235925515544324056123592551554432405612359255155443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa549b8-7a15-40b2-9146-9ad697cf8e92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a2d6a8e-3515-409a-b79c-6b4fb8843b73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2d6a8e-3515-409a-b79c-6b4fb8843b73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5470213729794358254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254547021372979435825454702137297943582545470213729794358254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d74b894-1104-4ddf-bfbb-90c0dbcd1a8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b505830-446f-4b3c-a92f-e966d37fab1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b505830-446f-4b3c-a92f-e966d37fab1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9823072277519775145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145982307227751977514598230722775197751459823072277519775145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2d6a8e-3515-409a-b79c-6b4fb8843b73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52a5faa8-9593-49fd-b33d-bea3cb4a77eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52a5faa8-9593-49fd-b33d-bea3cb4a77eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3674999104019545669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669367499910401954566936749991040195456693674999104019545669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b505830-446f-4b3c-a92f-e966d37fab1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50763ede-2060-4862-a8b9-577aafeeca08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50763ede-2060-4862-a8b9-577aafeeca08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4363117050284766326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326436311705028476632643631170502847663264363117050284766326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52a5faa8-9593-49fd-b33d-bea3cb4a77eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50763ede-2060-4862-a8b9-577aafeeca08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4b94491-04c6-4ce4-aed5-63dcd5c188e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b94491-04c6-4ce4-aed5-63dcd5c188e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12321019749550905855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855123210197495509058551232101974955090585512321019749550905855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef3724e5-df02-4a6a-9e44-1e262a6e3784, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef3724e5-df02-4a6a-9e44-1e262a6e3784, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9376492670599713094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094937649267059971309493764926705997130949376492670599713094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b94491-04c6-4ce4-aed5-63dcd5c188e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cba0b03d-ea3b-4159-a59d-eff5b23ebf3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef3724e5-df02-4a6a-9e44-1e262a6e3784, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 588dfee7-72fc-4b68-b9f4-f845ae04398b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 588dfee7-72fc-4b68-b9f4-f845ae04398b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12290253344605625310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310122902533446056253101229025334460562531012290253344605625310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cba0b03d-ea3b-4159-a59d-eff5b23ebf3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14890643428389889891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891148906434283898898911489064342838988989114890643428389889891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 588dfee7-72fc-4b68-b9f4-f845ae04398b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec03b9be-4e7b-43bc-941f-5ced09535e41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec03b9be-4e7b-43bc-941f-5ced09535e41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16888983375319437354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354168889833753194373541688898337531943735416888983375319437354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cba0b03d-ea3b-4159-a59d-eff5b23ebf3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcdfc6bc-934f-4513-af25-e8cb8d964751, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcdfc6bc-934f-4513-af25-e8cb8d964751, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13483900014433468745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745134839000144334687451348390001443346874513483900014433468745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec03b9be-4e7b-43bc-941f-5ced09535e41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92c6be73-a61b-4cec-ae17-2af27cde1410, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92c6be73-a61b-4cec-ae17-2af27cde1410, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15625295981920358183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183156252959819203581831562529598192035818315625295981920358183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcdfc6bc-934f-4513-af25-e8cb8d964751, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b660b05e-bebb-4b2d-bf46-993268676288, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b660b05e-bebb-4b2d-bf46-993268676288, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11281922235527755246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246112819222355277552461128192223552775524611281922235527755246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92c6be73-a61b-4cec-ae17-2af27cde1410, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1473786b-c743-4bbd-ae4c-bbe4b53157ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1473786b-c743-4bbd-ae4c-bbe4b53157ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6695047950446198655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655669504795044619865566950479504461986556695047950446198655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b660b05e-bebb-4b2d-bf46-993268676288, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5adc9c6-dd71-4a2a-9cbc-1516b19ab9dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5adc9c6-dd71-4a2a-9cbc-1516b19ab9dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305777955594131107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107123057779555941311071230577795559413110712305777955594131107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1473786b-c743-4bbd-ae4c-bbe4b53157ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eec44c8-7e79-49e9-92e9-d094b869230b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eec44c8-7e79-49e9-92e9-d094b869230b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8375443815500051942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942837544381550005194283754438155000519428375443815500051942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5adc9c6-dd71-4a2a-9cbc-1516b19ab9dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eec44c8-7e79-49e9-92e9-d094b869230b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87cded3b-30d6-4112-bdcc-006540526853, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87cded3b-30d6-4112-bdcc-006540526853, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 80483865588649460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8048386558864946080483865588649460804838655886494608048386558864946080483865588649460804838655886494608048386558864946080483865588649460804838655886494608048386558864946080483865588649460804838655886494608048386558864946080483865588649460804838655886494608048386558864946080483865588649460804838655886494608048386558864946080483865588649460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c40225c7-0897-474e-9be0-33e3cc030e8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c40225c7-0897-474e-9be0-33e3cc030e8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13140449564145466126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126131404495641454661261314044956414546612613140449564145466126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87cded3b-30d6-4112-bdcc-006540526853, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c40225c7-0897-474e-9be0-33e3cc030e8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab490c37-249f-45b3-bb87-b6e2062c0358, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 296ae3ba-0244-4219-a5df-6ca906d68bf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab490c37-249f-45b3-bb87-b6e2062c0358, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17638274100615956218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218176382741006159562181763827410061595621817638274100615956218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296ae3ba-0244-4219-a5df-6ca906d68bf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4048771851045445875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875404877185104544587540487718510454458754048771851045445875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab490c37-249f-45b3-bb87-b6e2062c0358, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96041cf4-2a0b-404b-a31e-d53157ba1a3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96041cf4-2a0b-404b-a31e-d53157ba1a3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15501715054059697420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420155017150540596974201550171505405969742015501715054059697420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296ae3ba-0244-4219-a5df-6ca906d68bf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e3b855d-ac0a-4a4e-963f-f234ee5fdb38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e3b855d-ac0a-4a4e-963f-f234ee5fdb38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 510466850503766435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435510466850503766435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96041cf4-2a0b-404b-a31e-d53157ba1a3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2adcf1b3-fe3a-4eef-a63c-49add18a0265, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2adcf1b3-fe3a-4eef-a63c-49add18a0265, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16954721176077404246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246169547211760774042461695472117607740424616954721176077404246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e3b855d-ac0a-4a4e-963f-f234ee5fdb38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5f005b6-d2cb-42e4-a027-d34f35668e22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5f005b6-d2cb-42e4-a027-d34f35668e22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11298694856685325013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013112986948566853250131129869485668532501311298694856685325013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2adcf1b3-fe3a-4eef-a63c-49add18a0265, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac702851-02c6-4f9f-8c8f-0a5d480c75c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac702851-02c6-4f9f-8c8f-0a5d480c75c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10931248424381368294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294109312484243813682941093124842438136829410931248424381368294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5f005b6-d2cb-42e4-a027-d34f35668e22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c72fb21-348b-455c-8a3c-377edbfa714b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c72fb21-348b-455c-8a3c-377edbfa714b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13376153230334945006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006133761532303349450061337615323033494500613376153230334945006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac702851-02c6-4f9f-8c8f-0a5d480c75c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1440b63b-1f25-4c4e-bef4-48630d820d0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1440b63b-1f25-4c4e-bef4-48630d820d0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5916921462808151555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555591692146280815155559169214628081515555916921462808151555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c72fb21-348b-455c-8a3c-377edbfa714b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7509b2df-677b-4f29-878f-a6bd38cce52c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7509b2df-677b-4f29-878f-a6bd38cce52c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7487105977563299843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843748710597756329984374871059775632998437487105977563299843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1440b63b-1f25-4c4e-bef4-48630d820d0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78154816-a01f-45ec-9e5e-585f06281ef0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78154816-a01f-45ec-9e5e-585f06281ef0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7473133565266932192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192747313356526693219274731335652669321927473133565266932192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7509b2df-677b-4f29-878f-a6bd38cce52c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78154816-a01f-45ec-9e5e-585f06281ef0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b80a12a-610a-4dcb-913f-d8adddcb6ec5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b80a12a-610a-4dcb-913f-d8adddcb6ec5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17045228424243146807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807170452284242431468071704522842424314680717045228424243146807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 313d3b72-43fc-4ee9-9792-3fe199e188f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 313d3b72-43fc-4ee9-9792-3fe199e188f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2880058202618075426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426288005820261807542628800582026180754262880058202618075426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 313d3b72-43fc-4ee9-9792-3fe199e188f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8460abe7-06ce-4217-a2e8-8c77bea4e05e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8460abe7-06ce-4217-a2e8-8c77bea4e05e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906420714043291690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690390642071404329169039064207140432916903906420714043291690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b80a12a-610a-4dcb-913f-d8adddcb6ec5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa159f1c-d514-4584-99d5-1f0df666f2d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa159f1c-d514-4584-99d5-1f0df666f2d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6850313216403381888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888685031321640338188868503132164033818886850313216403381888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8460abe7-06ce-4217-a2e8-8c77bea4e05e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 708ccc59-6827-4e3c-8eee-cb494200239c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 708ccc59-6827-4e3c-8eee-cb494200239c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18048043611540786537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537180480436115407865371804804361154078653718048043611540786537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa159f1c-d514-4584-99d5-1f0df666f2d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdd6e2d6-a566-4fde-a7a6-89cfc9833489, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdd6e2d6-a566-4fde-a7a6-89cfc9833489, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11812428465471396008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008118124284654713960081181242846547139600811812428465471396008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 708ccc59-6827-4e3c-8eee-cb494200239c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 541bd5ed-e18a-45fb-82c5-801204b79409, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 541bd5ed-e18a-45fb-82c5-801204b79409, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1054790897192353229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229105479089719235322910547908971923532291054790897192353229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdd6e2d6-a566-4fde-a7a6-89cfc9833489, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a2d2fb6-8c7d-4fa7-a090-687874e58a64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2d2fb6-8c7d-4fa7-a090-687874e58a64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12876004842016575758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758128760048420165757581287600484201657575812876004842016575758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 541bd5ed-e18a-45fb-82c5-801204b79409, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9cb91f6-d27d-43ac-b245-67c4093736fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2d2fb6-8c7d-4fa7-a090-687874e58a64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cb91f6-d27d-43ac-b245-67c4093736fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11577331775184364147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147115773317751843641471157733177518436414711577331775184364147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5613c367-4683-4f56-b4f2-f135ea5a4832, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5613c367-4683-4f56-b4f2-f135ea5a4832, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11908311014768198887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887119083110147681988871190831101476819888711908311014768198887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5613c367-4683-4f56-b4f2-f135ea5a4832, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04002708-6bac-4a54-88ea-b023556cb90d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04002708-6bac-4a54-88ea-b023556cb90d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4649111344269531741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741464911134426953174146491113442695317414649111344269531741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cb91f6-d27d-43ac-b245-67c4093736fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75fcafef-f9cd-416c-b379-6e8cc935b780, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75fcafef-f9cd-416c-b379-6e8cc935b780, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4937851168136113378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378493785116813611337849378511681361133784937851168136113378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04002708-6bac-4a54-88ea-b023556cb90d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 589c429c-c04e-43c7-9534-ec565179c6a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 589c429c-c04e-43c7-9534-ec565179c6a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 467381520711562594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594467381520711562594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75fcafef-f9cd-416c-b379-6e8cc935b780, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61a66e74-b0de-4f8b-a78f-027621fa06be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a66e74-b0de-4f8b-a78f-027621fa06be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3903230612891059892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892390323061289105989239032306128910598923903230612891059892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 589c429c-c04e-43c7-9534-ec565179c6a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bc84a59-cbc7-4239-8a3c-051ef2090ce5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bc84a59-cbc7-4239-8a3c-051ef2090ce5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 19390220940343980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1939022094034398019390220940343980193902209403439801939022094034398019390220940343980193902209403439801939022094034398019390220940343980193902209403439801939022094034398019390220940343980193902209403439801939022094034398019390220940343980193902209403439801939022094034398019390220940343980193902209403439801939022094034398019390220940343980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a66e74-b0de-4f8b-a78f-027621fa06be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bc84a59-cbc7-4239-8a3c-051ef2090ce5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7e0ccc8-b021-4d0c-a4e5-2e00408cc5bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e0ccc8-b021-4d0c-a4e5-2e00408cc5bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13070192214851782999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999130701922148517829991307019221485178299913070192214851782999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0d6cc25-ce33-47a4-855f-16c09d3acc8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d6cc25-ce33-47a4-855f-16c09d3acc8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7840359780935792535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535784035978093579253578403597809357925357840359780935792535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e0ccc8-b021-4d0c-a4e5-2e00408cc5bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2bde850-7101-4bdb-865d-e3dfd3e9f01c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bde850-7101-4bdb-865d-e3dfd3e9f01c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7579702591605497586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586757970259160549758675797025916054975867579702591605497586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d6cc25-ce33-47a4-855f-16c09d3acc8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b5dce0-b6d6-4ab7-8bc5-3b5748df4d34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b5dce0-b6d6-4ab7-8bc5-3b5748df4d34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8679143854190716426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426867914385419071642686791438541907164268679143854190716426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bde850-7101-4bdb-865d-e3dfd3e9f01c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9878c2a-c810-405f-bf22-849f0d819985, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9878c2a-c810-405f-bf22-849f0d819985, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2580749280261635073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073258074928026163507325807492802616350732580749280261635073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b5dce0-b6d6-4ab7-8bc5-3b5748df4d34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50e5f120-a73f-4a63-81a9-38615acb0db3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e5f120-a73f-4a63-81a9-38615acb0db3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3507364921740752944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944350736492174075294435073649217407529443507364921740752944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9878c2a-c810-405f-bf22-849f0d819985, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4f32a1c-63ef-43d2-8147-0b23b3b98404, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e5f120-a73f-4a63-81a9-38615acb0db3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34456746-51be-4676-afc4-26be1f16cf77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34456746-51be-4676-afc4-26be1f16cf77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2573223459303905091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091257322345930390509125732234593039050912573223459303905091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4f32a1c-63ef-43d2-8147-0b23b3b98404, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3519874572072882981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981351987457207288298135198745720728829813519874572072882981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34456746-51be-4676-afc4-26be1f16cf77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4f32a1c-63ef-43d2-8147-0b23b3b98404, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71f75022-70d5-4bf0-a918-795b4a7465de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23e6acb0-e3f9-4f37-b304-70f20e007822, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71f75022-70d5-4bf0-a918-795b4a7465de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 929230792789778731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731929230792789778731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e6acb0-e3f9-4f37-b304-70f20e007822, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8729154995734438109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109872915499573443810987291549957344381098729154995734438109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71f75022-70d5-4bf0-a918-795b4a7465de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22b12021-106b-4fef-9307-a5310e9e198c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b12021-106b-4fef-9307-a5310e9e198c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8245981177076537750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750824598117707653775082459811770765377508245981177076537750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e6acb0-e3f9-4f37-b304-70f20e007822, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a667150-e02a-490c-99fd-fb6478691a1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a667150-e02a-490c-99fd-fb6478691a1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11407577306273948668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668114075773062739486681140757730627394866811407577306273948668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b12021-106b-4fef-9307-a5310e9e198c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91dc33ae-b225-4d0b-8c3e-26432c68ce47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91dc33ae-b225-4d0b-8c3e-26432c68ce47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12187319689462277202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202121873196894622772021218731968946227720212187319689462277202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a667150-e02a-490c-99fd-fb6478691a1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f91b52f-cec5-4f6f-b5e5-fef42c90160e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f91b52f-cec5-4f6f-b5e5-fef42c90160e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7090814327928527513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513709081432792852751370908143279285275137090814327928527513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91dc33ae-b225-4d0b-8c3e-26432c68ce47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b01d09f-6cb5-4311-b812-7c63b7628025, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b01d09f-6cb5-4311-b812-7c63b7628025, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17429019887893451498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498174290198878934514981742901988789345149817429019887893451498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f91b52f-cec5-4f6f-b5e5-fef42c90160e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14521348-11c3-428c-8ebc-2349f6639a7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14521348-11c3-428c-8ebc-2349f6639a7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4479829923844092752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752447982992384409275244798299238440927524479829923844092752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b01d09f-6cb5-4311-b812-7c63b7628025, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a2117a-c6a9-44c0-b9eb-2b198e31de0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a2117a-c6a9-44c0-b9eb-2b198e31de0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 896929565502118038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038896929565502118038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14521348-11c3-428c-8ebc-2349f6639a7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a2b78fd-7282-4feb-9108-122c64fd35b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2b78fd-7282-4feb-9108-122c64fd35b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 569546721496446434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434569546721496446434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a2117a-c6a9-44c0-b9eb-2b198e31de0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42645440-d41d-4a98-902f-eedf9d0eb600, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42645440-d41d-4a98-902f-eedf9d0eb600, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9116881601253528743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743911688160125352874391168816012535287439116881601253528743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2b78fd-7282-4feb-9108-122c64fd35b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be5cf469-2e59-41df-b93e-d06d5a40af08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be5cf469-2e59-41df-b93e-d06d5a40af08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4513318825489016453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453451331882548901645345133188254890164534513318825489016453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42645440-d41d-4a98-902f-eedf9d0eb600, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd0f7fb2-c697-406e-a38e-2087c8dab872, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd0f7fb2-c697-406e-a38e-2087c8dab872, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16674367543754056638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638166743675437540566381667436754375405663816674367543754056638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be5cf469-2e59-41df-b93e-d06d5a40af08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd0f7fb2-c697-406e-a38e-2087c8dab872, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f51348f-067f-4412-80e2-2a59272ef232, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f51348f-067f-4412-80e2-2a59272ef232, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11808777212448325415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415118087772124483254151180877721244832541511808777212448325415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90bba971-6cdc-4ae0-aba3-448ef65dd277, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bba971-6cdc-4ae0-aba3-448ef65dd277, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15050003425880191002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002150500034258801910021505000342588019100215050003425880191002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f51348f-067f-4412-80e2-2a59272ef232, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e69c167b-4744-4289-9184-f7dbf6df56bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e69c167b-4744-4289-9184-f7dbf6df56bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12816817205192311943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943128168172051923119431281681720519231194312816817205192311943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90bba971-6cdc-4ae0-aba3-448ef65dd277, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02223ae3-b3d4-4b21-a1a7-4fe678f921ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02223ae3-b3d4-4b21-a1a7-4fe678f921ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1367086814652472463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463136708681465247246313670868146524724631367086814652472463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e69c167b-4744-4289-9184-f7dbf6df56bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f11cc9-53c6-4fd6-abdf-38734e7b7b9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f11cc9-53c6-4fd6-abdf-38734e7b7b9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8707871999084119767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767870787199908411976787078719990841197678707871999084119767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02223ae3-b3d4-4b21-a1a7-4fe678f921ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f973e8b-298f-4e47-b629-4d987e858fb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f973e8b-298f-4e47-b629-4d987e858fb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12104348304028770998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998121043483040287709981210434830402877099812104348304028770998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f11cc9-53c6-4fd6-abdf-38734e7b7b9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f8fdd1d-40ee-4cd1-9b5c-1e040db35f9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8fdd1d-40ee-4cd1-9b5c-1e040db35f9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 347721187639311561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561347721187639311561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f973e8b-298f-4e47-b629-4d987e858fb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d909e6d6-4e67-490a-82ba-9627e13d6bb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d909e6d6-4e67-490a-82ba-9627e13d6bb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7881947938503009977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977788194793850300997778819479385030099777881947938503009977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8fdd1d-40ee-4cd1-9b5c-1e040db35f9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e496ad6-b677-4aca-b9d3-43029ff77289, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e496ad6-b677-4aca-b9d3-43029ff77289, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2179791957768609984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984217979195776860998421797919577686099842179791957768609984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d909e6d6-4e67-490a-82ba-9627e13d6bb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642df69c-1952-4384-9a5e-29d41fc9924c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e496ad6-b677-4aca-b9d3-43029ff77289, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09907767-21e9-4486-9634-740e38c52326, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642df69c-1952-4384-9a5e-29d41fc9924c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9967073895358191057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057996707389535819105799670738953581910579967073895358191057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09907767-21e9-4486-9634-740e38c52326, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 115810747970195211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211115810747970195211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642df69c-1952-4384-9a5e-29d41fc9924c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a0d3b34-8ab2-4739-929e-c3067137e957, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09907767-21e9-4486-9634-740e38c52326, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47312bf9-bdd9-4b8c-b879-2c2c10b90fbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0d3b34-8ab2-4739-929e-c3067137e957, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15597343080552202549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549155973430805522025491559734308055220254915597343080552202549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47312bf9-bdd9-4b8c-b879-2c2c10b90fbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3736735952410635741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741373673595241063574137367359524106357413736735952410635741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0d3b34-8ab2-4739-929e-c3067137e957, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea5f1254-bb4a-4724-8188-d37074eac85e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5f1254-bb4a-4724-8188-d37074eac85e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10226777040621198164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164102267770406211981641022677704062119816410226777040621198164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47312bf9-bdd9-4b8c-b879-2c2c10b90fbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9ebca4c-0cdc-4cae-afd1-7b9cc562f4fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9ebca4c-0cdc-4cae-afd1-7b9cc562f4fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7332187248994281064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064733218724899428106473321872489942810647332187248994281064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5f1254-bb4a-4724-8188-d37074eac85e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1058844a-ba18-453d-bdfe-e841841e3fa3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1058844a-ba18-453d-bdfe-e841841e3fa3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10694194057338147733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733106941940573381477331069419405733814773310694194057338147733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9ebca4c-0cdc-4cae-afd1-7b9cc562f4fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cfd4b04-83d0-421c-ae4d-a53f663a58ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cfd4b04-83d0-421c-ae4d-a53f663a58ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8052563480173715861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861805256348017371586180525634801737158618052563480173715861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1058844a-ba18-453d-bdfe-e841841e3fa3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7421e36-2583-4a8c-95d8-695ce39d07f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7421e36-2583-4a8c-95d8-695ce39d07f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11718046031800190414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414117180460318001904141171804603180019041411718046031800190414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cfd4b04-83d0-421c-ae4d-a53f663a58ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccfb4f9f-cb96-4a22-aae8-b5e686a2cca7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7421e36-2583-4a8c-95d8-695ce39d07f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7017a183-65d7-45e1-accf-bbd13c69271e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccfb4f9f-cb96-4a22-aae8-b5e686a2cca7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6638856290766577777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777663885629076657777766388562907665777776638856290766577777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7017a183-65d7-45e1-accf-bbd13c69271e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9868518834733197621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621986851883473319762198685188347331976219868518834733197621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccfb4f9f-cb96-4a22-aae8-b5e686a2cca7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 628d8852-0692-43a3-a707-1b7332575b1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 628d8852-0692-43a3-a707-1b7332575b1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4270231228776478290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290427023122877647829042702312287764782904270231228776478290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7017a183-65d7-45e1-accf-bbd13c69271e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 415eb359-e09a-4631-bb47-83949fe1d82c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 415eb359-e09a-4631-bb47-83949fe1d82c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10598439142722543492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492105984391427225434921059843914272254349210598439142722543492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 415eb359-e09a-4631-bb47-83949fe1d82c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f1589c9-fa08-49f8-af3c-1c4ad7ab42c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f1589c9-fa08-49f8-af3c-1c4ad7ab42c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14440097658966880391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391144400976589668803911444009765896688039114440097658966880391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 628d8852-0692-43a3-a707-1b7332575b1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91484a5d-e2e8-4e3c-bc49-7e25dab92c0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f1589c9-fa08-49f8-af3c-1c4ad7ab42c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b0ee2e9-dd11-4895-b006-4c732e349d22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0ee2e9-dd11-4895-b006-4c732e349d22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16847253294833179967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967168472532948331799671684725329483317996716847253294833179967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91484a5d-e2e8-4e3c-bc49-7e25dab92c0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10186148857421917869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869101861488574219178691018614885742191786910186148857421917869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91484a5d-e2e8-4e3c-bc49-7e25dab92c0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d65d0ce-24ab-413d-af08-ca7ca1aee20b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d65d0ce-24ab-413d-af08-ca7ca1aee20b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 512105669954820801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801512105669954820801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0ee2e9-dd11-4895-b006-4c732e349d22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf8c101-7c04-4fdb-83fc-61f876fbe4f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf8c101-7c04-4fdb-83fc-61f876fbe4f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4730201536896746360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360473020153689674636047302015368967463604730201536896746360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d65d0ce-24ab-413d-af08-ca7ca1aee20b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da8679a6-11e2-4f17-81bb-ef9d42919274, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf8c101-7c04-4fdb-83fc-61f876fbe4f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da8679a6-11e2-4f17-81bb-ef9d42919274, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3640832252505847239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239364083225250584723936408322525058472393640832252505847239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae3a62ae-6e7c-4c66-9eb7-b934d3c71d6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae3a62ae-6e7c-4c66-9eb7-b934d3c71d6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15694253964128164659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659156942539641281646591569425396412816465915694253964128164659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae3a62ae-6e7c-4c66-9eb7-b934d3c71d6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 867acf9b-c4bc-4389-92bf-dfc3a5129255, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da8679a6-11e2-4f17-81bb-ef9d42919274, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 867acf9b-c4bc-4389-92bf-dfc3a5129255, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603746438228290306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306176037464382282903061760374643822829030617603746438228290306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500425f8-87ae-4085-ad92-4fe219d9b6ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500425f8-87ae-4085-ad92-4fe219d9b6ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3143404312028747423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423314340431202874742331434043120287474233143404312028747423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 867acf9b-c4bc-4389-92bf-dfc3a5129255, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500425f8-87ae-4085-ad92-4fe219d9b6ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0aee1fe-c12c-461b-87a3-86e47774a66a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67425f5a-8907-45b3-83bb-950cac26bdda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67425f5a-8907-45b3-83bb-950cac26bdda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897860510830638129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129789786051083063812978978605108306381297897860510830638129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0aee1fe-c12c-461b-87a3-86e47774a66a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11336123317247722662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662113361233172477226621133612331724772266211336123317247722662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67425f5a-8907-45b3-83bb-950cac26bdda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 694121d9-0eaf-488b-af43-4b46a98d3d94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694121d9-0eaf-488b-af43-4b46a98d3d94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8285143525526206911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911828514352552620691182851435255262069118285143525526206911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0aee1fe-c12c-461b-87a3-86e47774a66a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e96de14c-219a-4c7c-8005-7d552ffe1d9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96de14c-219a-4c7c-8005-7d552ffe1d9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 704954086315531011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011704954086315531011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694121d9-0eaf-488b-af43-4b46a98d3d94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32422be4-7b22-466d-913a-b51a18bce87e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32422be4-7b22-466d-913a-b51a18bce87e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6874743398029261084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084687474339802926108468747433980292610846874743398029261084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96de14c-219a-4c7c-8005-7d552ffe1d9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90e47623-7de3-40b8-974a-86265ecfc32b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e47623-7de3-40b8-974a-86265ecfc32b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 543498231596162487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487543498231596162487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32422be4-7b22-466d-913a-b51a18bce87e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98bde866-8337-4d2d-9eff-a34ff9798ace, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98bde866-8337-4d2d-9eff-a34ff9798ace, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5880778935186632172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172588077893518663217258807789351866321725880778935186632172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e47623-7de3-40b8-974a-86265ecfc32b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 381b780b-dbd1-47d5-9bf9-0c1c4d6c6c34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381b780b-dbd1-47d5-9bf9-0c1c4d6c6c34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16172968357227340410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410161729683572273404101617296835722734041016172968357227340410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98bde866-8337-4d2d-9eff-a34ff9798ace, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3206adb-ac0d-44e4-bed1-18491ddd775e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3206adb-ac0d-44e4-bed1-18491ddd775e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3213129834608382707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707321312983460838270732131298346083827073213129834608382707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381b780b-dbd1-47d5-9bf9-0c1c4d6c6c34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03c8d142-c3e7-4206-b0ea-4de7672ee5dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c8d142-c3e7-4206-b0ea-4de7672ee5dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5624725090736610058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058562472509073661005856247250907366100585624725090736610058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3206adb-ac0d-44e4-bed1-18491ddd775e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f357bad-4563-4b1d-b613-40ad8bae2d21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f357bad-4563-4b1d-b613-40ad8bae2d21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10965598149328290270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270109655981493282902701096559814932829027010965598149328290270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c8d142-c3e7-4206-b0ea-4de7672ee5dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62774560-240e-4e31-8654-8688c099c6d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62774560-240e-4e31-8654-8688c099c6d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2176634290514369414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414217663429051436941421766342905143694142176634290514369414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f357bad-4563-4b1d-b613-40ad8bae2d21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6860556f-2e10-4dcc-b4c6-30ade885dc61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6860556f-2e10-4dcc-b4c6-30ade885dc61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7457706391539261452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452745770639153926145274577063915392614527457706391539261452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6860556f-2e10-4dcc-b4c6-30ade885dc61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62774560-240e-4e31-8654-8688c099c6d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e6b0d8c-80fe-4577-a56b-27bbc7cda01a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40d0eef3-aaf0-448a-b82f-6f3d9e8574c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40d0eef3-aaf0-448a-b82f-6f3d9e8574c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12576882091602919387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387125768820916029193871257688209160291938712576882091602919387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6b0d8c-80fe-4577-a56b-27bbc7cda01a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12921278325475294435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435129212783254752944351292127832547529443512921278325475294435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40d0eef3-aaf0-448a-b82f-6f3d9e8574c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aba666a-fd65-4574-875e-0f2cab40797b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aba666a-fd65-4574-875e-0f2cab40797b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14401468695484896110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110144014686954848961101440146869548489611014401468695484896110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6b0d8c-80fe-4577-a56b-27bbc7cda01a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b69ae002-ba52-49ef-aa6a-cf17748ed0af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b69ae002-ba52-49ef-aa6a-cf17748ed0af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3711631277639681187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187371163127763968118737116312776396811873711631277639681187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aba666a-fd65-4574-875e-0f2cab40797b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6f6aa9b-ccde-4836-a7ff-11763e59a32c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f6aa9b-ccde-4836-a7ff-11763e59a32c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15220268436309832341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341152202684363098323411522026843630983234115220268436309832341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b69ae002-ba52-49ef-aa6a-cf17748ed0af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fc725ff-0ea4-4f11-a893-9115d9bf3e94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc725ff-0ea4-4f11-a893-9115d9bf3e94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17806353732241148804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804178063537322411488041780635373224114880417806353732241148804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f6aa9b-ccde-4836-a7ff-11763e59a32c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc548f2a-a07c-49db-9ce6-5c09a0e2a17c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc548f2a-a07c-49db-9ce6-5c09a0e2a17c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4546934846011243661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661454693484601124366145469348460112436614546934846011243661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc725ff-0ea4-4f11-a893-9115d9bf3e94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccb2c1dc-d526-4ae7-a189-7c884ed9475f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb2c1dc-d526-4ae7-a189-7c884ed9475f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1744785445469503334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334174478544546950333417447854454695033341744785445469503334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc548f2a-a07c-49db-9ce6-5c09a0e2a17c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ecc7e4d-0249-4215-8434-f90c8c045207, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ecc7e4d-0249-4215-8434-f90c8c045207, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8908044183964162068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068890804418396416206889080441839641620688908044183964162068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb2c1dc-d526-4ae7-a189-7c884ed9475f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d0686bf-03eb-45a4-86c1-8342f0a40d2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ecc7e4d-0249-4215-8434-f90c8c045207, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d0686bf-03eb-45a4-86c1-8342f0a40d2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16723131947224288411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411167231319472242884111672313194722428841116723131947224288411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86ae078b-aa2c-4731-9633-e52139d3dfcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86ae078b-aa2c-4731-9633-e52139d3dfcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7572332336149784738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738757233233614978473875723323361497847387572332336149784738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d0686bf-03eb-45a4-86c1-8342f0a40d2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 612aa9cb-d219-4396-b244-9503000acdd9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612aa9cb-d219-4396-b244-9503000acdd9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7994458412621861679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679799445841262186167979944584126218616797994458412621861679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86ae078b-aa2c-4731-9633-e52139d3dfcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a266c49-d1ba-4d94-b72c-064576fa6ef3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a266c49-d1ba-4d94-b72c-064576fa6ef3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14243037185958448846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846142430371859584488461424303718595844884614243037185958448846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612aa9cb-d219-4396-b244-9503000acdd9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 564715bf-9a8a-4304-a541-136eeb56c9a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 564715bf-9a8a-4304-a541-136eeb56c9a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17195200880096976813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813171952008800969768131719520088009697681317195200880096976813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a266c49-d1ba-4d94-b72c-064576fa6ef3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4376644-33ab-4cb1-9dbf-2615cb2c17e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4376644-33ab-4cb1-9dbf-2615cb2c17e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10110150206671168874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874101101502066711688741011015020667116887410110150206671168874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 564715bf-9a8a-4304-a541-136eeb56c9a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2203205c-79b1-4ed1-ad71-17da83f5fbb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2203205c-79b1-4ed1-ad71-17da83f5fbb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7436497716243001039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039743649771624300103974364977162430010397436497716243001039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4376644-33ab-4cb1-9dbf-2615cb2c17e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb54e756-c72d-4cc9-a3cc-e0c5c18add5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb54e756-c72d-4cc9-a3cc-e0c5c18add5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2694002723317532818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818269400272331753281826940027233175328182694002723317532818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2203205c-79b1-4ed1-ad71-17da83f5fbb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c18d479b-6735-47f0-89d5-5687390c7ccc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c18d479b-6735-47f0-89d5-5687390c7ccc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11109954462204227934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934111099544622042279341110995446220422793411109954462204227934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb54e756-c72d-4cc9-a3cc-e0c5c18add5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b00287-1acf-4bfe-beb1-d01a50602275, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b00287-1acf-4bfe-beb1-d01a50602275, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15555591698015025355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355155555916980150253551555559169801502535515555591698015025355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c18d479b-6735-47f0-89d5-5687390c7ccc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56540252-86b3-4b63-9b7a-1caa123ecd4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56540252-86b3-4b63-9b7a-1caa123ecd4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5135734370052290165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165513573437005229016551357343700522901655135734370052290165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b00287-1acf-4bfe-beb1-d01a50602275, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef209886-9c7f-4632-8135-7cfe753e91d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef209886-9c7f-4632-8135-7cfe753e91d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16744380277210505758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758167443802772105057581674438027721050575816744380277210505758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56540252-86b3-4b63-9b7a-1caa123ecd4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 325b0f61-d196-4840-9930-feab7e28dd95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef209886-9c7f-4632-8135-7cfe753e91d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcae40ad-d01f-4ab1-ab6a-7fd356a758aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcae40ad-d01f-4ab1-ab6a-7fd356a758aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9519716740175157795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795951971674017515779595197167401751577959519716740175157795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325b0f61-d196-4840-9930-feab7e28dd95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3296286321656019759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759329628632165601975932962863216560197593296286321656019759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcae40ad-d01f-4ab1-ab6a-7fd356a758aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 363c6485-e411-493e-ada9-d1fd293f5884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363c6485-e411-493e-ada9-d1fd293f5884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4300285811681720955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955430028581168172095543002858116817209554300285811681720955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325b0f61-d196-4840-9930-feab7e28dd95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2d1280-65ad-4922-9d3c-ed35cc26ab49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2d1280-65ad-4922-9d3c-ed35cc26ab49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1844935859390823150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150184493585939082315018449358593908231501844935859390823150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363c6485-e411-493e-ada9-d1fd293f5884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2d1280-65ad-4922-9d3c-ed35cc26ab49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31f9cb19-4fb0-4306-90e9-9543a897a4f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d32d5f1b-4e27-4dbc-a58b-424ec1de4088, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d32d5f1b-4e27-4dbc-a58b-424ec1de4088, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12101228573752504405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405121012285737525044051210122857375250440512101228573752504405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31f9cb19-4fb0-4306-90e9-9543a897a4f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15045252446954548490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490150452524469545484901504525244695454849015045252446954548490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d32d5f1b-4e27-4dbc-a58b-424ec1de4088, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa8babd2-9b00-466b-8085-14e1ad075936, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8babd2-9b00-466b-8085-14e1ad075936, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4623527160001914171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171462352716000191417146235271600019141714623527160001914171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31f9cb19-4fb0-4306-90e9-9543a897a4f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08612580-9ff5-4fc0-8686-91a4cd899186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08612580-9ff5-4fc0-8686-91a4cd899186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4046108716948765120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120404610871694876512040461087169487651204046108716948765120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8babd2-9b00-466b-8085-14e1ad075936, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de30a8aa-2fb0-4473-927f-202f588018da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de30a8aa-2fb0-4473-927f-202f588018da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11921945093289307302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302119219450932893073021192194509328930730211921945093289307302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08612580-9ff5-4fc0-8686-91a4cd899186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 443a1747-fe9f-4f0b-a529-0844ba06442f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443a1747-fe9f-4f0b-a529-0844ba06442f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5409496581398593042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042540949658139859304254094965813985930425409496581398593042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de30a8aa-2fb0-4473-927f-202f588018da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12612fad-bdb5-44e8-a6e8-ef52e5132d7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12612fad-bdb5-44e8-a6e8-ef52e5132d7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6709203993668828737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737670920399366882873767092039936688287376709203993668828737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443a1747-fe9f-4f0b-a529-0844ba06442f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5059a8fc-7f3e-4653-896b-659f62456655, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5059a8fc-7f3e-4653-896b-659f62456655, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1455590898687798441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441145559089868779844114555908986877984411455590898687798441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12612fad-bdb5-44e8-a6e8-ef52e5132d7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87c6de72-3558-4129-ad98-030b3a7193a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87c6de72-3558-4129-ad98-030b3a7193a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14062312019859027532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532140623120198590275321406231201985902753214062312019859027532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5059a8fc-7f3e-4653-896b-659f62456655, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f2d18d6-26d7-44a3-a950-4ee3319e2698, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f2d18d6-26d7-44a3-a950-4ee3319e2698, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4123848713554131117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117412384871355413111741238487135541311174123848713554131117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87c6de72-3558-4129-ad98-030b3a7193a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a55caab-f751-4ffd-84f4-39d147eb1143, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a55caab-f751-4ffd-84f4-39d147eb1143, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922990950613609006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006492299095061360900649229909506136090064922990950613609006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f2d18d6-26d7-44a3-a950-4ee3319e2698, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500e0e83-211d-46c1-8a8c-6be3f935b0b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500e0e83-211d-46c1-8a8c-6be3f935b0b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1904043952478577572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572190404395247857757219040439524785775721904043952478577572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a55caab-f751-4ffd-84f4-39d147eb1143, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af672ea9-502e-4332-a2c0-cfa382530e66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af672ea9-502e-4332-a2c0-cfa382530e66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5168635234390100187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187516863523439010018751686352343901001875168635234390100187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500e0e83-211d-46c1-8a8c-6be3f935b0b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b970d72d-8f6e-49ec-ac8c-51557a818e64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af672ea9-502e-4332-a2c0-cfa382530e66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b970d72d-8f6e-49ec-ac8c-51557a818e64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732616234670093205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205732616234670093205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac69e5ed-318c-49b2-a0f2-3bdd4815c900, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac69e5ed-318c-49b2-a0f2-3bdd4815c900, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14030977604215381447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447140309776042153814471403097760421538144714030977604215381447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b970d72d-8f6e-49ec-ac8c-51557a818e64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac69e5ed-318c-49b2-a0f2-3bdd4815c900, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b3faba4-4b66-47ca-9960-8dffc3c66dbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b3faba4-4b66-47ca-9960-8dffc3c66dbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6496053811798769584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584649605381179876958464960538117987695846496053811798769584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3042504-2397-4487-9c76-5b07334c0966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3042504-2397-4487-9c76-5b07334c0966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 963796244117640609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609963796244117640609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b3faba4-4b66-47ca-9960-8dffc3c66dbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4c19819-c3a9-4a3c-84b9-3a01ec5b8ccd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4c19819-c3a9-4a3c-84b9-3a01ec5b8ccd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14854572891089140320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320148545728910891403201485457289108914032014854572891089140320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3042504-2397-4487-9c76-5b07334c0966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6c428d5-fd84-42a8-b38b-cddb520f90be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c428d5-fd84-42a8-b38b-cddb520f90be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17706952022919452282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282177069520229194522821770695202291945228217706952022919452282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4c19819-c3a9-4a3c-84b9-3a01ec5b8ccd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56375f0b-1fdb-47b4-b001-2928c258d25e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56375f0b-1fdb-47b4-b001-2928c258d25e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7366746188093934075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075736674618809393407573667461880939340757366746188093934075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c428d5-fd84-42a8-b38b-cddb520f90be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cb74a5a-56c0-40f8-9e01-01a6d3deb5ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb74a5a-56c0-40f8-9e01-01a6d3deb5ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6720880799868194259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259672088079986819425967208807998681942596720880799868194259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56375f0b-1fdb-47b4-b001-2928c258d25e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe55d2bd-49ff-45df-a663-20bad99ed3d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe55d2bd-49ff-45df-a663-20bad99ed3d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7344607807459232409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409734460780745923240973446078074592324097344607807459232409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb74a5a-56c0-40f8-9e01-01a6d3deb5ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b0d5611-2816-41ae-bf26-548b4f8a6331, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b0d5611-2816-41ae-bf26-548b4f8a6331, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12028258032918855027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027120282580329188550271202825803291885502712028258032918855027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe55d2bd-49ff-45df-a663-20bad99ed3d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3861f16a-719b-4b25-9dd7-4e93855ce585, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3861f16a-719b-4b25-9dd7-4e93855ce585, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10839141915284359139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139108391419152843591391083914191528435913910839141915284359139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b0d5611-2816-41ae-bf26-548b4f8a6331, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3861f16a-719b-4b25-9dd7-4e93855ce585, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 745e86e0-3067-4c8d-a9d7-3233b5cb03a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 745e86e0-3067-4c8d-a9d7-3233b5cb03a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9983514602329490894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894998351460232949089499835146023294908949983514602329490894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ff956d2-33a0-42ab-9a03-fdc09d6989a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ff956d2-33a0-42ab-9a03-fdc09d6989a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5652223437167329648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648565222343716732964856522234371673296485652223437167329648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 745e86e0-3067-4c8d-a9d7-3233b5cb03a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ed60d13-722d-48fd-9a51-e36ef58325e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ed60d13-722d-48fd-9a51-e36ef58325e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17025406665442584741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741170254066654425847411702540666544258474117025406665442584741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ff956d2-33a0-42ab-9a03-fdc09d6989a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b008fc78-a117-418d-80a2-7c77abd7eb5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b008fc78-a117-418d-80a2-7c77abd7eb5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12258462197221656651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651122584621972216566511225846219722165665112258462197221656651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b008fc78-a117-418d-80a2-7c77abd7eb5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22fab5e7-d4fb-49a6-ba3d-80a9dd15d4cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22fab5e7-d4fb-49a6-ba3d-80a9dd15d4cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15443285424354799496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496154432854243547994961544328542435479949615443285424354799496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ed60d13-722d-48fd-9a51-e36ef58325e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2faebcb2-0c67-4a52-8c29-c1b71b488e28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2faebcb2-0c67-4a52-8c29-c1b71b488e28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4237533846685322367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367423753384668532236742375338466853223674237533846685322367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22fab5e7-d4fb-49a6-ba3d-80a9dd15d4cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf7eda4f-ae75-4e29-8615-483b5896c767, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7eda4f-ae75-4e29-8615-483b5896c767, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13293614400803458292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292132936144008034582921329361440080345829213293614400803458292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2faebcb2-0c67-4a52-8c29-c1b71b488e28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018bb4af-5327-4e0d-8ef5-caa534cfa16c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018bb4af-5327-4e0d-8ef5-caa534cfa16c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10710584868021513331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331107105848680215133311071058486802151333110710584868021513331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7eda4f-ae75-4e29-8615-483b5896c767, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65f45c90-288c-4076-a90b-714e274fcc98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f45c90-288c-4076-a90b-714e274fcc98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6391546371969725269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269639154637196972526963915463719697252696391546371969725269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018bb4af-5327-4e0d-8ef5-caa534cfa16c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9cdce39-2323-4c70-b6c9-93a1d1ab5672, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cdce39-2323-4c70-b6c9-93a1d1ab5672, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11452766621822440928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928114527666218224409281145276662182244092811452766621822440928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cdce39-2323-4c70-b6c9-93a1d1ab5672, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f45c90-288c-4076-a90b-714e274fcc98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3c27886-3ec0-4ffb-b8d1-da0d25d29d3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f9cd731-8796-4ada-b4fb-ab31caf79bf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c27886-3ec0-4ffb-b8d1-da0d25d29d3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 702998644921442811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811702998644921442811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9cd731-8796-4ada-b4fb-ab31caf79bf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9852757197067994586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586985275719706799458698527571970679945869852757197067994586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c27886-3ec0-4ffb-b8d1-da0d25d29d3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3571aed8-be8c-4c0e-b111-c15cb128a7e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9cd731-8796-4ada-b4fb-ab31caf79bf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a53b62ea-efa5-4c6c-b510-6f2a27c0e1dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a53b62ea-efa5-4c6c-b510-6f2a27c0e1dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619557606598508579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579146195576065985085791461955760659850857914619557606598508579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3571aed8-be8c-4c0e-b111-c15cb128a7e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1081142905712192056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056108114290571219205610811429057121920561081142905712192056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a53b62ea-efa5-4c6c-b510-6f2a27c0e1dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3571aed8-be8c-4c0e-b111-c15cb128a7e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b24d002-ae32-475a-9e61-34572674a273, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b24d002-ae32-475a-9e61-34572674a273, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16772667289465340805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805167726672894653408051677266728946534080516772667289465340805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74b99a31-77bc-494a-8975-5d084067e96d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b99a31-77bc-494a-8975-5d084067e96d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15200236737465781100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100152002367374657811001520023673746578110015200236737465781100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b24d002-ae32-475a-9e61-34572674a273, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b99a31-77bc-494a-8975-5d084067e96d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d62cb121-4c4c-4df0-8b02-57bd5066fe9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f99d0da4-ecc8-4267-a713-06c7ea315e9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f99d0da4-ecc8-4267-a713-06c7ea315e9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1371138456127428188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188137113845612742818813711384561274281881371138456127428188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d62cb121-4c4c-4df0-8b02-57bd5066fe9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1034326898754577062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062103432689875457706210343268987545770621034326898754577062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d62cb121-4c4c-4df0-8b02-57bd5066fe9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7ad7ad0-9b25-468e-9c3d-d81cb7c08234, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ad7ad0-9b25-468e-9c3d-d81cb7c08234, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332115859978840296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296113321158599788402961133211585997884029611332115859978840296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f99d0da4-ecc8-4267-a713-06c7ea315e9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f378778-9f8e-4602-94de-9611d3a956d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f378778-9f8e-4602-94de-9611d3a956d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13512277662520688474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474135122776625206884741351227766252068847413512277662520688474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ad7ad0-9b25-468e-9c3d-d81cb7c08234, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f378778-9f8e-4602-94de-9611d3a956d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 738832bc-0e1f-4fd7-b355-a8cb15a7cec7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65183aea-8d4b-4d70-952b-e1b7137df527, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 738832bc-0e1f-4fd7-b355-a8cb15a7cec7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11651421008143709641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641116514210081437096411165142100814370964111651421008143709641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65183aea-8d4b-4d70-952b-e1b7137df527, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6255547890680708688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688625554789068070868862555478906807086886255547890680708688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 738832bc-0e1f-4fd7-b355-a8cb15a7cec7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65183aea-8d4b-4d70-952b-e1b7137df527, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a79d19f-91e6-469b-a97a-26e0a3efc4be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62132fc0-3aae-479c-98b3-9b154f642013, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a79d19f-91e6-469b-a97a-26e0a3efc4be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16031724105614519268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268160317241056145192681603172410561451926816031724105614519268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62132fc0-3aae-479c-98b3-9b154f642013, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 75350964266812620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7535096426681262075350964266812620753509642668126207535096426681262075350964266812620753509642668126207535096426681262075350964266812620753509642668126207535096426681262075350964266812620753509642668126207535096426681262075350964266812620753509642668126207535096426681262075350964266812620753509642668126207535096426681262075350964266812620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a79d19f-91e6-469b-a97a-26e0a3efc4be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c596090-c942-460f-bef6-0f2d8240e792, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c596090-c942-460f-bef6-0f2d8240e792, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2413558424359438569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569241355842435943856924135584243594385692413558424359438569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62132fc0-3aae-479c-98b3-9b154f642013, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa07761-a5f4-4638-b89d-4de1f7a60eef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa07761-a5f4-4638-b89d-4de1f7a60eef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1807228046058646275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275180722804605864627518072280460586462751807228046058646275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c596090-c942-460f-bef6-0f2d8240e792, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa07761-a5f4-4638-b89d-4de1f7a60eef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00eb166c-e0b6-480b-989b-2978bb930288, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00eb166c-e0b6-480b-989b-2978bb930288, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5906810509168922645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645590681050916892264559068105091689226455906810509168922645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6ecc8dc-1b7a-4203-9013-85d80f68a274, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ecc8dc-1b7a-4203-9013-85d80f68a274, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6539303235305461008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008653930323530546100865393032353054610086539303235305461008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00eb166c-e0b6-480b-989b-2978bb930288, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80d72abc-33d7-4ee3-8807-c3f962929c76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ecc8dc-1b7a-4203-9013-85d80f68a274, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d72abc-33d7-4ee3-8807-c3f962929c76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16598138214739472481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481165981382147394724811659813821473947248116598138214739472481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5cb6545-5d6a-4121-a45b-e508c9c86230, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5cb6545-5d6a-4121-a45b-e508c9c86230, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9515150301289235565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565951515030128923556595151503012892355659515150301289235565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d72abc-33d7-4ee3-8807-c3f962929c76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c0ce48b-e47b-4353-b63d-da012209c88c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c0ce48b-e47b-4353-b63d-da012209c88c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13795969597050958499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499137959695970509584991379596959705095849913795969597050958499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5cb6545-5d6a-4121-a45b-e508c9c86230, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2e70dfa-a97d-4a70-8fa9-aa8a0f53977a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2e70dfa-a97d-4a70-8fa9-aa8a0f53977a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11424328938014600221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221114243289380146002211142432893801460022111424328938014600221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c0ce48b-e47b-4353-b63d-da012209c88c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36527831-5a5c-4144-ba62-aaddb778f537, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36527831-5a5c-4144-ba62-aaddb778f537, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9241164451686253489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489924116445168625348992411644516862534899241164451686253489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2e70dfa-a97d-4a70-8fa9-aa8a0f53977a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81b09c39-f065-4338-80c8-695da4ecdaf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81b09c39-f065-4338-80c8-695da4ecdaf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6571927302599472315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315657192730259947231565719273025994723156571927302599472315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36527831-5a5c-4144-ba62-aaddb778f537, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d08acd0-b87a-4c51-9d0d-9cc3c50dc33d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d08acd0-b87a-4c51-9d0d-9cc3c50dc33d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 697457398238894602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602697457398238894602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81b09c39-f065-4338-80c8-695da4ecdaf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9df7ab-183e-48fc-ba34-a8083ba50df9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9df7ab-183e-48fc-ba34-a8083ba50df9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 202210965903278177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177202210965903278177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d08acd0-b87a-4c51-9d0d-9cc3c50dc33d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38998454-ddd7-4c27-98c5-c832270cb848, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38998454-ddd7-4c27-98c5-c832270cb848, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17768834088945996459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459177688340889459964591776883408894599645917768834088945996459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9df7ab-183e-48fc-ba34-a8083ba50df9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fbc3b2d-cf7f-448c-a30f-e353594b440d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fbc3b2d-cf7f-448c-a30f-e353594b440d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4227296282619932832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832422729628261993283242272962826199328324227296282619932832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38998454-ddd7-4c27-98c5-c832270cb848, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec6055ad-e770-4d09-b1ba-e0b9654ff2d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec6055ad-e770-4d09-b1ba-e0b9654ff2d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 950944631904656925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925950944631904656925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fbc3b2d-cf7f-448c-a30f-e353594b440d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3502cbe9-27ce-44eb-b7c0-a056cfe957f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3502cbe9-27ce-44eb-b7c0-a056cfe957f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2367335331867330330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330236733533186733033023673353318673303302367335331867330330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec6055ad-e770-4d09-b1ba-e0b9654ff2d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c05f8be-7d53-4490-a4fd-5aed55df75c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c05f8be-7d53-4490-a4fd-5aed55df75c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4222565877561471826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826422256587756147182642225658775614718264222565877561471826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3502cbe9-27ce-44eb-b7c0-a056cfe957f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30cbdfd7-0f82-4893-9e00-c1a5fe270f68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30cbdfd7-0f82-4893-9e00-c1a5fe270f68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10306839424594167572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572103068394245941675721030683942459416757210306839424594167572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c05f8be-7d53-4490-a4fd-5aed55df75c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8693f0d-ed8e-4099-affa-4cf173e5c5b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8693f0d-ed8e-4099-affa-4cf173e5c5b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 161311014810927842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842161311014810927842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30cbdfd7-0f82-4893-9e00-c1a5fe270f68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79b6f4fe-729e-4fa7-92b7-98e208c1f9ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b6f4fe-729e-4fa7-92b7-98e208c1f9ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12437975069317658286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286124379750693176582861243797506931765828612437975069317658286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8693f0d-ed8e-4099-affa-4cf173e5c5b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f13a69bc-3fd8-4fd7-a13f-08135fb8f1ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13a69bc-3fd8-4fd7-a13f-08135fb8f1ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9023802049937748972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972902380204993774897290238020499377489729023802049937748972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b6f4fe-729e-4fa7-92b7-98e208c1f9ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13a69bc-3fd8-4fd7-a13f-08135fb8f1ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a41b53-6d69-4b96-8959-8c057b000f16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a41b53-6d69-4b96-8959-8c057b000f16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6104347431900052678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678610434743190005267861043474319000526786104347431900052678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20a4c710-1aaf-4bde-8df6-2bc353990481, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20a4c710-1aaf-4bde-8df6-2bc353990481, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7286512854940561142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142728651285494056114272865128549405611427286512854940561142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a41b53-6d69-4b96-8959-8c057b000f16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c37a615c-af6a-4489-b08a-004a3deb8b83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37a615c-af6a-4489-b08a-004a3deb8b83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18297259704501310419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419182972597045013104191829725970450131041918297259704501310419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20a4c710-1aaf-4bde-8df6-2bc353990481, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28f91dbe-6a17-4dec-a167-355e0f77b1e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f91dbe-6a17-4dec-a167-355e0f77b1e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9031453626525989811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811903145362652598981190314536265259898119031453626525989811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37a615c-af6a-4489-b08a-004a3deb8b83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d87397f8-24a2-4a11-86c5-0f4da742adcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87397f8-24a2-4a11-86c5-0f4da742adcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217172266091678795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795122171722660916787951221717226609167879512217172266091678795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f91dbe-6a17-4dec-a167-355e0f77b1e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 672f00c0-a12c-48fb-9e62-e7aa97117212, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 672f00c0-a12c-48fb-9e62-e7aa97117212, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 316291565430220878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878316291565430220878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87397f8-24a2-4a11-86c5-0f4da742adcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f34e387-b786-4b15-8437-2a4053f3ae75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f34e387-b786-4b15-8437-2a4053f3ae75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4918154476506987037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037491815447650698703749181544765069870374918154476506987037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 672f00c0-a12c-48fb-9e62-e7aa97117212, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e79c1ff8-cf99-4de9-abc7-276ef476f6c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79c1ff8-cf99-4de9-abc7-276ef476f6c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10626703392190300371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371106267033921903003711062670339219030037110626703392190300371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f34e387-b786-4b15-8437-2a4053f3ae75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bf3ad37-77aa-402c-87be-8755ad8bc053, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf3ad37-77aa-402c-87be-8755ad8bc053, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17367968342023963771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771173679683420239637711736796834202396377117367968342023963771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79c1ff8-cf99-4de9-abc7-276ef476f6c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0999deb9-c2f7-4cf5-b924-40a6d27ad7f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0999deb9-c2f7-4cf5-b924-40a6d27ad7f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10772963332370896975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975107729633323708969751077296333237089697510772963332370896975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf3ad37-77aa-402c-87be-8755ad8bc053, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 300b69b1-b000-4b24-a2e5-514e0734cce5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 300b69b1-b000-4b24-a2e5-514e0734cce5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13803274750804853309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309138032747508048533091380327475080485330913803274750804853309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0999deb9-c2f7-4cf5-b924-40a6d27ad7f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d9ce58c-cefe-4dc2-8d2e-d345a15c8a3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9ce58c-cefe-4dc2-8d2e-d345a15c8a3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1938137122204561962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962193813712220456196219381371222045619621938137122204561962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 300b69b1-b000-4b24-a2e5-514e0734cce5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21638765-330d-4ee7-9d2f-4e826d4e9072, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21638765-330d-4ee7-9d2f-4e826d4e9072, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4312516662333418607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607431251666233341860743125166623334186074312516662333418607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9ce58c-cefe-4dc2-8d2e-d345a15c8a3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d7932e-cebf-488b-9de7-00d571acccf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d7932e-cebf-488b-9de7-00d571acccf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5104449564103035009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009510444956410303500951044495641030350095104449564103035009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21638765-330d-4ee7-9d2f-4e826d4e9072, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5237fb-b449-4ab7-89a6-74ea092db68e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5237fb-b449-4ab7-89a6-74ea092db68e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17500052966819093012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012175000529668190930121750005296681909301217500052966819093012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d7932e-cebf-488b-9de7-00d571acccf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03033ef9-053e-4417-9c9a-799ea6eee752, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03033ef9-053e-4417-9c9a-799ea6eee752, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14352939151478294067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067143529391514782940671435293915147829406714352939151478294067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5237fb-b449-4ab7-89a6-74ea092db68e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 333ad0b6-b80d-4b23-b2a2-d6741189db2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 333ad0b6-b80d-4b23-b2a2-d6741189db2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9333391628052985648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648933339162805298564893333916280529856489333391628052985648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03033ef9-053e-4417-9c9a-799ea6eee752, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 333ad0b6-b80d-4b23-b2a2-d6741189db2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a01049d7-b11d-4dd7-ae60-7351ca9ba23a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01049d7-b11d-4dd7-ae60-7351ca9ba23a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9403859989555032266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266940385998955503226694038599895550322669403859989555032266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50a3c551-c21e-45a3-8345-be99c53de953, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a3c551-c21e-45a3-8345-be99c53de953, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11385207505238335287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287113852075052383352871138520750523833528711385207505238335287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01049d7-b11d-4dd7-ae60-7351ca9ba23a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dd63c8d-f7bd-4650-9ded-95628a908ec0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a3c551-c21e-45a3-8345-be99c53de953, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd63c8d-f7bd-4650-9ded-95628a908ec0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1732014823785429292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292173201482378542929217320148237854292921732014823785429292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8b6a491-fc0f-4bd7-bae3-b43e0446b43b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b6a491-fc0f-4bd7-bae3-b43e0446b43b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11424938552416586684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684114249385524165866841142493855241658668411424938552416586684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd63c8d-f7bd-4650-9ded-95628a908ec0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a5064b0-cd0f-4088-ace2-91ee82b54171, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b6a491-fc0f-4bd7-bae3-b43e0446b43b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5064b0-cd0f-4088-ace2-91ee82b54171, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11877683182772051340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340118776831827720513401187768318277205134011877683182772051340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5064b0-cd0f-4088-ace2-91ee82b54171, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aed238ab-2106-4f70-9330-47646bc87c87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10630ec7-f55b-4262-8b77-035671389cbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10630ec7-f55b-4262-8b77-035671389cbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6520509216567953529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529652050921656795352965205092165679535296520509216567953529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed238ab-2106-4f70-9330-47646bc87c87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14419873853117212056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056144198738531172120561441987385311721205614419873853117212056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10630ec7-f55b-4262-8b77-035671389cbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed238ab-2106-4f70-9330-47646bc87c87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48e0d2bf-1c4c-431c-8901-c6affd8f770c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf6ce51-c9ae-4532-b507-fedd2bbf8c58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e0d2bf-1c4c-431c-8901-c6affd8f770c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17666919425317079037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037176669194253170790371766691942531707903717666919425317079037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf6ce51-c9ae-4532-b507-fedd2bbf8c58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1509509912831019011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011150950991283101901115095099128310190111509509912831019011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e0d2bf-1c4c-431c-8901-c6affd8f770c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5142a8d-6f43-400f-9dcf-a0f4697e2153, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5142a8d-6f43-400f-9dcf-a0f4697e2153, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11154357131510726445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445111543571315107264451115435713151072644511154357131510726445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf6ce51-c9ae-4532-b507-fedd2bbf8c58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac037172-d1af-4a4d-b926-5e1715617810, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac037172-d1af-4a4d-b926-5e1715617810, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14484816924589776051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051144848169245897760511448481692458977605114484816924589776051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5142a8d-6f43-400f-9dcf-a0f4697e2153, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e30acf1b-6546-4b32-b3d0-b46a408d461f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e30acf1b-6546-4b32-b3d0-b46a408d461f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15115497013916536204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204151154970139165362041511549701391653620415115497013916536204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac037172-d1af-4a4d-b926-5e1715617810, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d7ecdbb-293a-4643-8a50-6b8fe47dee45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7ecdbb-293a-4643-8a50-6b8fe47dee45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13349847233594555075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075133498472335945550751334984723359455507513349847233594555075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e30acf1b-6546-4b32-b3d0-b46a408d461f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7ecdbb-293a-4643-8a50-6b8fe47dee45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af66172b-ce19-44c3-a397-7fb30503f12a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af66172b-ce19-44c3-a397-7fb30503f12a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18280948872118488131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131182809488721184881311828094887211848813118280948872118488131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fb35f5c-9639-4d90-8402-9bdbb7df5078, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb35f5c-9639-4d90-8402-9bdbb7df5078, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13187318295900161690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690131873182959001616901318731829590016169013187318295900161690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af66172b-ce19-44c3-a397-7fb30503f12a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb35f5c-9639-4d90-8402-9bdbb7df5078, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78da7b8f-2610-4913-8879-e4b052c5688b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78da7b8f-2610-4913-8879-e4b052c5688b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1452086196316912408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408145208619631691240814520861963169124081452086196316912408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c0faba2-f4bb-4d54-b224-faf04d4b8cd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c0faba2-f4bb-4d54-b224-faf04d4b8cd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808046902908498926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926168080469029084989261680804690290849892616808046902908498926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78da7b8f-2610-4913-8879-e4b052c5688b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21e03823-7dca-4979-ac95-00acf5da8b12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21e03823-7dca-4979-ac95-00acf5da8b12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2669010114640415252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252266901011464041525226690101146404152522669010114640415252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c0faba2-f4bb-4d54-b224-faf04d4b8cd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c807577-526e-442b-b78a-2950f44abc47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21e03823-7dca-4979-ac95-00acf5da8b12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c807577-526e-442b-b78a-2950f44abc47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9345108278191033609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609934510827819103360993451082781910336099345108278191033609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4540a70e-36b0-46cf-8edd-456203b62a54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4540a70e-36b0-46cf-8edd-456203b62a54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14059150320793512653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653140591503207935126531405915032079351265314059150320793512653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c807577-526e-442b-b78a-2950f44abc47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdebd1aa-3ebb-4710-8332-4802b1c74218, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdebd1aa-3ebb-4710-8332-4802b1c74218, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9246498748210683715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715924649874821068371592464987482106837159246498748210683715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4540a70e-36b0-46cf-8edd-456203b62a54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc3178e7-09b4-4f74-b0ac-004e661c04e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3178e7-09b4-4f74-b0ac-004e661c04e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14209383797299425587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587142093837972994255871420938379729942558714209383797299425587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3178e7-09b4-4f74-b0ac-004e661c04e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cbbfc32-ced1-4128-8441-801334d955dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbbfc32-ced1-4128-8441-801334d955dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17496641061204302923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923174966410612043029231749664106120430292317496641061204302923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdebd1aa-3ebb-4710-8332-4802b1c74218, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a26f76-a979-4915-8ffb-a3d1c49de4b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a26f76-a979-4915-8ffb-a3d1c49de4b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3256979233593867865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865325697923359386786532569792335938678653256979233593867865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbbfc32-ced1-4128-8441-801334d955dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c84182-7afe-4d23-8ef2-008e81a0b0cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c84182-7afe-4d23-8ef2-008e81a0b0cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13778335656778539425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425137783356567785394251377833565677853942513778335656778539425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a26f76-a979-4915-8ffb-a3d1c49de4b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e53654a-8a6c-4860-b7d2-32de82ad2d2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e53654a-8a6c-4860-b7d2-32de82ad2d2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7179604775634235109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109717960477563423510971796047756342351097179604775634235109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c84182-7afe-4d23-8ef2-008e81a0b0cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 984b119f-4ce5-4cec-8d9e-92c768ccb830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984b119f-4ce5-4cec-8d9e-92c768ccb830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615440654151309714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714861544065415130971486154406541513097148615440654151309714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e53654a-8a6c-4860-b7d2-32de82ad2d2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93d62c43-12a6-4eaf-b548-f184b39e6ab8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d62c43-12a6-4eaf-b548-f184b39e6ab8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17033312902233627155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155170333129022336271551703331290223362715517033312902233627155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984b119f-4ce5-4cec-8d9e-92c768ccb830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8753cce-7cd2-4a0d-83da-85b032375b42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d62c43-12a6-4eaf-b548-f184b39e6ab8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8753cce-7cd2-4a0d-83da-85b032375b42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16303970865494493980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980163039708654944939801630397086549449398016303970865494493980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ffe5e8-1fdf-4884-9f3e-ecac81089c65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ffe5e8-1fdf-4884-9f3e-ecac81089c65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976317844479101180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180897631784447910118089763178444791011808976317844479101180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8753cce-7cd2-4a0d-83da-85b032375b42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ffe5e8-1fdf-4884-9f3e-ecac81089c65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c37cb5-4df6-4beb-b7ae-5172c8a383d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c37cb5-4df6-4beb-b7ae-5172c8a383d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13256080224293745142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142132560802242937451421325608022429374514213256080224293745142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13e7eec1-2363-45fe-9d44-a09a79400469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13e7eec1-2363-45fe-9d44-a09a79400469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15931266298321619117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117159312662983216191171593126629832161911715931266298321619117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c37cb5-4df6-4beb-b7ae-5172c8a383d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13e7eec1-2363-45fe-9d44-a09a79400469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 885339fb-604e-4370-b099-05c2c095640b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885339fb-604e-4370-b099-05c2c095640b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9780617485799321044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044978061748579932104497806174857993210449780617485799321044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61f6c85-d7e5-4bf1-a83f-cc2d15a47b45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61f6c85-d7e5-4bf1-a83f-cc2d15a47b45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3400623255031004097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097340062325503100409734006232550310040973400623255031004097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885339fb-604e-4370-b099-05c2c095640b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d543dc80-07d1-4b66-a33b-0d2345b805e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d543dc80-07d1-4b66-a33b-0d2345b805e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4435659063193998887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887443565906319399888744356590631939988874435659063193998887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61f6c85-d7e5-4bf1-a83f-cc2d15a47b45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69c7e432-d56f-43b7-92c2-75d20b39b0cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c7e432-d56f-43b7-92c2-75d20b39b0cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14156336520937267379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379141563365209372673791415633652093726737914156336520937267379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d543dc80-07d1-4b66-a33b-0d2345b805e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89ed0df2-755c-4063-9cb6-51ea4bd77a2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89ed0df2-755c-4063-9cb6-51ea4bd77a2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3542238146261103103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103354223814626110310335422381462611031033542238146261103103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c7e432-d56f-43b7-92c2-75d20b39b0cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d267f1f-794e-4f0b-9292-904617c1554d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d267f1f-794e-4f0b-9292-904617c1554d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15384538942585362541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541153845389425853625411538453894258536254115384538942585362541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d267f1f-794e-4f0b-9292-904617c1554d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89ed0df2-755c-4063-9cb6-51ea4bd77a2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76b9bb01-dd0b-4bf7-966b-e8642fd99c3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76b9bb01-dd0b-4bf7-966b-e8642fd99c3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732383584277505818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818732383584277505818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b798236-aded-4eeb-aec7-b98b75b5b07a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b798236-aded-4eeb-aec7-b98b75b5b07a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17184081072283655496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496171840810722836554961718408107228365549617184081072283655496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76b9bb01-dd0b-4bf7-966b-e8642fd99c3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e50a2e6-76ed-4c01-b8f3-eb79fd3c0424, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e50a2e6-76ed-4c01-b8f3-eb79fd3c0424, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14082245454740486833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833140822454547404868331408224545474048683314082245454740486833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b798236-aded-4eeb-aec7-b98b75b5b07a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5b45a81-bf7a-4ba0-93b8-b8cef1b4c7b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5b45a81-bf7a-4ba0-93b8-b8cef1b4c7b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15359316271237629824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824153593162712376298241535931627123762982415359316271237629824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5b45a81-bf7a-4ba0-93b8-b8cef1b4c7b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f53a3275-ba07-4de6-a4aa-eff28479675d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f53a3275-ba07-4de6-a4aa-eff28479675d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18042868166437349109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109180428681664373491091804286816643734910918042868166437349109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e50a2e6-76ed-4c01-b8f3-eb79fd3c0424, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6c0d83c-552d-4cc9-b87c-f69dcedd7f0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6c0d83c-552d-4cc9-b87c-f69dcedd7f0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2791552959372685259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259279155295937268525927915529593726852592791552959372685259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f53a3275-ba07-4de6-a4aa-eff28479675d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd6b9695-1d76-4e67-8ab1-48dd230e6545, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd6b9695-1d76-4e67-8ab1-48dd230e6545, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2057584758637021443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443205758475863702144320575847586370214432057584758637021443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6c0d83c-552d-4cc9-b87c-f69dcedd7f0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd6b9695-1d76-4e67-8ab1-48dd230e6545, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e20f5e25-987f-430c-93f6-7282a91873c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20f5e25-987f-430c-93f6-7282a91873c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14716004799566691940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940147160047995666919401471600479956669194014716004799566691940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f81eaa3-982b-4b8d-9c25-2eca497a9aa7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f81eaa3-982b-4b8d-9c25-2eca497a9aa7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3441331440551681119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119344133144055168111934413314405516811193441331440551681119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f81eaa3-982b-4b8d-9c25-2eca497a9aa7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ec9f6a6-ca73-4801-8584-921c3bb6d4a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec9f6a6-ca73-4801-8584-921c3bb6d4a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12734107106566419496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496127341071065664194961273410710656641949612734107106566419496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20f5e25-987f-430c-93f6-7282a91873c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47e227d4-8173-4a42-9a27-4ac291b757bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47e227d4-8173-4a42-9a27-4ac291b757bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16333345492891839130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130163333454928918391301633334549289183913016333345492891839130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec9f6a6-ca73-4801-8584-921c3bb6d4a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a743c88b-bab6-4fe4-b3b8-317f689a0761, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a743c88b-bab6-4fe4-b3b8-317f689a0761, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7435006094013185862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862743500609401318586274350060940131858627435006094013185862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47e227d4-8173-4a42-9a27-4ac291b757bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2519975-3180-4348-bcde-48afa8beaab0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2519975-3180-4348-bcde-48afa8beaab0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10758806022718099709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709107588060227180997091075880602271809970910758806022718099709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a743c88b-bab6-4fe4-b3b8-317f689a0761, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f5708d1-3bd0-463c-a034-a82a7a7314e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2519975-3180-4348-bcde-48afa8beaab0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5708d1-3bd0-463c-a034-a82a7a7314e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3761454504536561911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911376145450453656191137614545045365619113761454504536561911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 087f0432-e68b-4ee2-bb0a-8ac5fe883173, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 087f0432-e68b-4ee2-bb0a-8ac5fe883173, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18347487725343918935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935183474877253439189351834748772534391893518347487725343918935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5708d1-3bd0-463c-a034-a82a7a7314e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6008b7e-aea7-47fe-a7c9-569c36a23ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6008b7e-aea7-47fe-a7c9-569c36a23ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6301928607747262876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876630192860774726287663019286077472628766301928607747262876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 087f0432-e68b-4ee2-bb0a-8ac5fe883173, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cd0fe5f-a8f1-46de-a12d-b8fe34c8acf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd0fe5f-a8f1-46de-a12d-b8fe34c8acf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8160453686953251689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689816045368695325168981604536869532516898160453686953251689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6008b7e-aea7-47fe-a7c9-569c36a23ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e615aa2c-8408-44f8-980d-f28bced09e58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e615aa2c-8408-44f8-980d-f28bced09e58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7659836031221811766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766765983603122181176676598360312218117667659836031221811766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd0fe5f-a8f1-46de-a12d-b8fe34c8acf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a4c0b79-c724-44ef-b8e1-701a19d5fdad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a4c0b79-c724-44ef-b8e1-701a19d5fdad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12726630217266632819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819127266302172666328191272663021726663281912726630217266632819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e615aa2c-8408-44f8-980d-f28bced09e58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a0368d3-da1e-4b63-ba9d-0042058e5a53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0368d3-da1e-4b63-ba9d-0042058e5a53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13250906680805180413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413132509066808051804131325090668080518041313250906680805180413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a4c0b79-c724-44ef-b8e1-701a19d5fdad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7975210c-c99b-4149-9c34-fdb161360024, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7975210c-c99b-4149-9c34-fdb161360024, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10335846136272644561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561103358461362726445611033584613627264456110335846136272644561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0368d3-da1e-4b63-ba9d-0042058e5a53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abac8a83-b570-43e2-bda3-bed4ba005581, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abac8a83-b570-43e2-bda3-bed4ba005581, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1625130955241188127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127162513095524118812716251309552411881271625130955241188127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7975210c-c99b-4149-9c34-fdb161360024, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81cd4d2c-e843-45d5-bf35-1092c31d4a04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81cd4d2c-e843-45d5-bf35-1092c31d4a04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10464555836269502240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240104645558362695022401046455583626950224010464555836269502240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abac8a83-b570-43e2-bda3-bed4ba005581, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e889797c-1096-4e18-88a8-9190f6ab421f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e889797c-1096-4e18-88a8-9190f6ab421f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5731742623556405291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291573174262355640529157317426235564052915731742623556405291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81cd4d2c-e843-45d5-bf35-1092c31d4a04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c672b067-efbb-4c8e-b66e-91e859064ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c672b067-efbb-4c8e-b66e-91e859064ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2070446548100515350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350207044654810051535020704465481005153502070446548100515350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e889797c-1096-4e18-88a8-9190f6ab421f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cce065c0-4fc9-4497-ac48-dac0c93eb7fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cce065c0-4fc9-4497-ac48-dac0c93eb7fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 972253240790144975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975972253240790144975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c672b067-efbb-4c8e-b66e-91e859064ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 665bd960-fe00-4db5-a2a0-5cb14466ecd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665bd960-fe00-4db5-a2a0-5cb14466ecd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6865339936473051196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196686533993647305119668653399364730511966865339936473051196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cce065c0-4fc9-4497-ac48-dac0c93eb7fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddab66e8-47d8-4e70-8ae2-4d17f7cc40c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddab66e8-47d8-4e70-8ae2-4d17f7cc40c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7338701722729118267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267733870172272911826773387017227291182677338701722729118267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665bd960-fe00-4db5-a2a0-5cb14466ecd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f0de14-ae85-4a4c-9e23-67a35fdb44ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f0de14-ae85-4a4c-9e23-67a35fdb44ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11504253933253145525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525115042539332531455251150425393325314552511504253933253145525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddab66e8-47d8-4e70-8ae2-4d17f7cc40c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a423a5-5f7c-447f-9c2f-2b281f41995b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a423a5-5f7c-447f-9c2f-2b281f41995b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498152604236111425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425549815260423611142554981526042361114255498152604236111425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f0de14-ae85-4a4c-9e23-67a35fdb44ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15919001-3ab7-4d6b-8a32-97eb279fe977, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15919001-3ab7-4d6b-8a32-97eb279fe977, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851223710117773943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943148512237101177739431485122371011777394314851223710117773943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a423a5-5f7c-447f-9c2f-2b281f41995b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1fe2e45-a668-4770-aeeb-fbc080ea0b22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1fe2e45-a668-4770-aeeb-fbc080ea0b22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4673152485984764663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663467315248598476466346731524859847646634673152485984764663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15919001-3ab7-4d6b-8a32-97eb279fe977, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae826f8a-70e0-416d-a02f-8966190c3b5b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae826f8a-70e0-416d-a02f-8966190c3b5b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2496937149471135651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651249693714947113565124969371494711356512496937149471135651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1fe2e45-a668-4770-aeeb-fbc080ea0b22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bfd0b33-9463-4ac6-886a-fab402562e82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bfd0b33-9463-4ac6-886a-fab402562e82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15281517923525076328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328152815179235250763281528151792352507632815281517923525076328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae826f8a-70e0-416d-a02f-8966190c3b5b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8f88c0b-1cbd-4965-a632-f7a94506875c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f88c0b-1cbd-4965-a632-f7a94506875c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6793256311002589762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762679325631100258976267932563110025897626793256311002589762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bfd0b33-9463-4ac6-886a-fab402562e82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6828d1f2-2ebc-4533-bf90-4db524b62eb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6828d1f2-2ebc-4533-bf90-4db524b62eb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9893120808767991290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290989312080876799129098931208087679912909893120808767991290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f88c0b-1cbd-4965-a632-f7a94506875c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72a60e8d-65a9-4898-9088-5d38e41e4e3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a60e8d-65a9-4898-9088-5d38e41e4e3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 211607198415016128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128211607198415016128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6828d1f2-2ebc-4533-bf90-4db524b62eb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d818d0f-80f7-4af6-8d9f-31b679a42f62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d818d0f-80f7-4af6-8d9f-31b679a42f62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2067066267396695097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097206706626739669509720670662673966950972067066267396695097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a60e8d-65a9-4898-9088-5d38e41e4e3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 650a2aef-3e74-4b03-8023-4b38d2e672e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650a2aef-3e74-4b03-8023-4b38d2e672e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4420214723270555202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202442021472327055520244202147232705552024420214723270555202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650a2aef-3e74-4b03-8023-4b38d2e672e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d818d0f-80f7-4af6-8d9f-31b679a42f62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9105487b-58f9-43d3-9dca-272a18a13db2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9105487b-58f9-43d3-9dca-272a18a13db2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12206440923435605717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717122064409234356057171220644092343560571712206440923435605717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c641e941-1968-42e6-9bab-6804888aa791, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c641e941-1968-42e6-9bab-6804888aa791, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13593576739566884766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766135935767395668847661359357673956688476613593576739566884766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9105487b-58f9-43d3-9dca-272a18a13db2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6487a28f-0313-41fd-aae6-3e9e71dee8e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6487a28f-0313-41fd-aae6-3e9e71dee8e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2069219169213419784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784206921916921341978420692191692134197842069219169213419784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c641e941-1968-42e6-9bab-6804888aa791, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 199c8a8a-c8e3-481b-af7d-b4cfcd9e8042, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199c8a8a-c8e3-481b-af7d-b4cfcd9e8042, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17497281503141319863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863174972815031413198631749728150314131986317497281503141319863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6487a28f-0313-41fd-aae6-3e9e71dee8e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8addbd-50fd-450e-94b0-20c3033cc9c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8addbd-50fd-450e-94b0-20c3033cc9c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1909553733935307669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669190955373393530766919095537339353076691909553733935307669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199c8a8a-c8e3-481b-af7d-b4cfcd9e8042, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bac8159e-1f7b-465c-b779-b02d1124f41f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac8159e-1f7b-465c-b779-b02d1124f41f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4325231936910699966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966432523193691069996643252319369106999664325231936910699966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8addbd-50fd-450e-94b0-20c3033cc9c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29c5c2d9-6971-4df9-9770-1fd4b4665470, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c5c2d9-6971-4df9-9770-1fd4b4665470, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16744458615602778085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085167444586156027780851674445861560277808516744458615602778085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac8159e-1f7b-465c-b779-b02d1124f41f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a761e4d8-40ae-4eff-b7d9-93de291fabdd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a761e4d8-40ae-4eff-b7d9-93de291fabdd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2348132300565102851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851234813230056510285123481323005651028512348132300565102851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c5c2d9-6971-4df9-9770-1fd4b4665470, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96dcd297-0c80-4c59-8e50-9aff61915f27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96dcd297-0c80-4c59-8e50-9aff61915f27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10832829374913434418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418108328293749134344181083282937491343441810832829374913434418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a761e4d8-40ae-4eff-b7d9-93de291fabdd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abafa834-7507-454e-a99b-aece59a5f1a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abafa834-7507-454e-a99b-aece59a5f1a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9993154947320244659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659999315494732024465999931549473202446599993154947320244659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96dcd297-0c80-4c59-8e50-9aff61915f27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae09f21b-8ae3-4d54-98c3-a0d8d8382b2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae09f21b-8ae3-4d54-98c3-a0d8d8382b2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15429240760984132255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255154292407609841322551542924076098413225515429240760984132255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abafa834-7507-454e-a99b-aece59a5f1a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33a634de-9ea1-42bd-ab5b-065f51c660ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33a634de-9ea1-42bd-ab5b-065f51c660ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15067041173587528411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411150670411735875284111506704117358752841115067041173587528411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae09f21b-8ae3-4d54-98c3-a0d8d8382b2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b62b9b9-6692-4b6f-ba9b-ab5c924a1083, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b62b9b9-6692-4b6f-ba9b-ab5c924a1083, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3785145901656208642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642378514590165620864237851459016562086423785145901656208642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33a634de-9ea1-42bd-ab5b-065f51c660ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6b784b8-c5e0-48fa-a18f-2f8ccf9fd644, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6b784b8-c5e0-48fa-a18f-2f8ccf9fd644, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702921090830918196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196170292109083091819617029210908309181961702921090830918196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b62b9b9-6692-4b6f-ba9b-ab5c924a1083, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef1d6e24-7fd4-4d51-9cc0-f2a46b5c849d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef1d6e24-7fd4-4d51-9cc0-f2a46b5c849d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1398739961224564429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429139873996122456442913987399612245644291398739961224564429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6b784b8-c5e0-48fa-a18f-2f8ccf9fd644, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe261f3-636d-4a52-bf0c-97631446e75d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe261f3-636d-4a52-bf0c-97631446e75d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14674697703309739305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305146746977033097393051467469770330973930514674697703309739305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef1d6e24-7fd4-4d51-9cc0-f2a46b5c849d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 300602c8-6ec8-4a45-98fd-b6ca5a39ca1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 300602c8-6ec8-4a45-98fd-b6ca5a39ca1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14398619317903915385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385143986193179039153851439861931790391538514398619317903915385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe261f3-636d-4a52-bf0c-97631446e75d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 300602c8-6ec8-4a45-98fd-b6ca5a39ca1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a57ea6b-1b4e-48dd-8067-0ec597d002fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a57ea6b-1b4e-48dd-8067-0ec597d002fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15206239133126812838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838152062391331268128381520623913312681283815206239133126812838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b045a7b4-769e-483b-bf2d-c409d296ef0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b045a7b4-769e-483b-bf2d-c409d296ef0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12947323678875018713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713129473236788750187131294732367887501871312947323678875018713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a57ea6b-1b4e-48dd-8067-0ec597d002fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a001cdd-c4ef-446b-a03b-01f4b534cb2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a001cdd-c4ef-446b-a03b-01f4b534cb2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18374676742267521634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634183746767422675216341837467674226752163418374676742267521634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b045a7b4-769e-483b-bf2d-c409d296ef0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52176a88-0325-42c4-8268-21b911badb6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a001cdd-c4ef-446b-a03b-01f4b534cb2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52176a88-0325-42c4-8268-21b911badb6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4407576942654879526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526440757694265487952644075769426548795264407576942654879526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3688cb2a-9e92-4dfe-b1f5-0dbf7f743968, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3688cb2a-9e92-4dfe-b1f5-0dbf7f743968, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17924030084892788281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281179240300848927882811792403008489278828117924030084892788281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52176a88-0325-42c4-8268-21b911badb6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3ac35e0-7955-4057-9a3e-c72c68e47f1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ac35e0-7955-4057-9a3e-c72c68e47f1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17177314137947602806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806171773141379476028061717731413794760280617177314137947602806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3688cb2a-9e92-4dfe-b1f5-0dbf7f743968, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 197da7bf-9bea-408e-aa57-d9a714b417b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 197da7bf-9bea-408e-aa57-d9a714b417b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17037784059958063141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141170377840599580631411703778405995806314117037784059958063141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ac35e0-7955-4057-9a3e-c72c68e47f1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23b9d0d3-2327-49d2-9598-3c9e108e7d81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b9d0d3-2327-49d2-9598-3c9e108e7d81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14493776273134898786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786144937762731348987861449377627313489878614493776273134898786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 197da7bf-9bea-408e-aa57-d9a714b417b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b3d487b-9a1c-4364-b8bd-5d36f11afd56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b3d487b-9a1c-4364-b8bd-5d36f11afd56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3002847790468815710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710300284779046881571030028477904688157103002847790468815710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b9d0d3-2327-49d2-9598-3c9e108e7d81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e6c2db0-2d54-4e1d-8fbd-cefb70e2ddd3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b3d487b-9a1c-4364-b8bd-5d36f11afd56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a96c26a-1f47-4686-b698-a828a7bb4b36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a96c26a-1f47-4686-b698-a828a7bb4b36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1768002791800626933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933176800279180062693317680027918006269331768002791800626933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e6c2db0-2d54-4e1d-8fbd-cefb70e2ddd3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11579318740179712394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394115793187401797123941157931874017971239411579318740179712394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a96c26a-1f47-4686-b698-a828a7bb4b36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f5594c0-0eda-4ac0-963e-a11ba7eef815, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f5594c0-0eda-4ac0-963e-a11ba7eef815, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863757209189142410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410118637572091891424101186375720918914241011863757209189142410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e6c2db0-2d54-4e1d-8fbd-cefb70e2ddd3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf2ae08f-6543-4a87-990b-129e94db1163, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2ae08f-6543-4a87-990b-129e94db1163, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5807159525230784364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364580715952523078436458071595252307843645807159525230784364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f5594c0-0eda-4ac0-963e-a11ba7eef815, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57ec4e11-0c36-4787-8ad1-9a5561345baf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ec4e11-0c36-4787-8ad1-9a5561345baf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6870503075947129964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964687050307594712996468705030759471299646870503075947129964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2ae08f-6543-4a87-990b-129e94db1163, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9123d72-3e03-4ff0-8c66-e8ab23493f1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9123d72-3e03-4ff0-8c66-e8ab23493f1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6293886665838790020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020629388666583879002062938866658387900206293886665838790020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ec4e11-0c36-4787-8ad1-9a5561345baf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1157619d-ade2-4476-9dee-ef2d919beae3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1157619d-ade2-4476-9dee-ef2d919beae3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2543245129737923339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339254324512973792333925432451297379233392543245129737923339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9123d72-3e03-4ff0-8c66-e8ab23493f1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a8469d9-e061-412c-a040-1e7b4897f5e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a8469d9-e061-412c-a040-1e7b4897f5e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7647492029057944741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741764749202905794474176474920290579447417647492029057944741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1157619d-ade2-4476-9dee-ef2d919beae3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86fc6e5c-9c16-4c5f-9650-63a17cb2a957, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86fc6e5c-9c16-4c5f-9650-63a17cb2a957, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15599527648839340395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395155995276488393403951559952764883934039515599527648839340395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a8469d9-e061-412c-a040-1e7b4897f5e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f13a6cec-7b40-42d5-976f-b3b873b13ba6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13a6cec-7b40-42d5-976f-b3b873b13ba6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2061457456628667705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705206145745662866770520614574566286677052061457456628667705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86fc6e5c-9c16-4c5f-9650-63a17cb2a957, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d45d6f2-844d-4661-81db-924f4b9d657f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d45d6f2-844d-4661-81db-924f4b9d657f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5787473805818217268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268578747380581821726857874738058182172685787473805818217268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13a6cec-7b40-42d5-976f-b3b873b13ba6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af01eb40-61f7-4b7b-bb16-6c620fc9eeb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af01eb40-61f7-4b7b-bb16-6c620fc9eeb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9579223170547863952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952957922317054786395295792231705478639529579223170547863952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d45d6f2-844d-4661-81db-924f4b9d657f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cb33551-743c-4d49-9e26-589e4f36859d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb33551-743c-4d49-9e26-589e4f36859d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8207081723737106875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875820708172373710687582070817237371068758207081723737106875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af01eb40-61f7-4b7b-bb16-6c620fc9eeb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b598f329-cf05-4289-9e3a-a1119227ac61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b598f329-cf05-4289-9e3a-a1119227ac61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 50916057941580951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5091605794158095150916057941580951509160579415809515091605794158095150916057941580951509160579415809515091605794158095150916057941580951509160579415809515091605794158095150916057941580951509160579415809515091605794158095150916057941580951509160579415809515091605794158095150916057941580951509160579415809515091605794158095150916057941580951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb33551-743c-4d49-9e26-589e4f36859d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28c53f47-c08d-4fa4-ac9c-585e3660f40f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28c53f47-c08d-4fa4-ac9c-585e3660f40f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2031765404740222617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617203176540474022261720317654047402226172031765404740222617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b598f329-cf05-4289-9e3a-a1119227ac61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86303f52-a0c9-4af1-b2fe-1af3cb97488d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86303f52-a0c9-4af1-b2fe-1af3cb97488d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4474795777490645677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677447479577749064567744747957774906456774474795777490645677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28c53f47-c08d-4fa4-ac9c-585e3660f40f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2f2f8b0-888c-41b7-87e2-ad45e1ff3ce7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2f2f8b0-888c-41b7-87e2-ad45e1ff3ce7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120573262319977222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222512057326231997722251205732623199772225120573262319977222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86303f52-a0c9-4af1-b2fe-1af3cb97488d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8961712c-c4b1-45be-9609-cb76685b51a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8961712c-c4b1-45be-9609-cb76685b51a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2175779645864706914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914217577964586470691421757796458647069142175779645864706914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2f2f8b0-888c-41b7-87e2-ad45e1ff3ce7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5246da4-3cfa-412b-b33b-c545fa47fa72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5246da4-3cfa-412b-b33b-c545fa47fa72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4573728330249872097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097457372833024987209745737283302498720974573728330249872097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8961712c-c4b1-45be-9609-cb76685b51a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b7252db-f9ab-4edc-aafe-5e8b3b528a73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b7252db-f9ab-4edc-aafe-5e8b3b528a73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3655848295102738307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307365584829510273830736558482951027383073655848295102738307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5246da4-3cfa-412b-b33b-c545fa47fa72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb210a3-2614-4eae-a88a-f046ef0bc8ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb210a3-2614-4eae-a88a-f046ef0bc8ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9741043162992848946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946974104316299284894697410431629928489469741043162992848946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b7252db-f9ab-4edc-aafe-5e8b3b528a73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 794fbef7-5000-4197-8190-f76683f585d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 794fbef7-5000-4197-8190-f76683f585d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9682136658061505585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585968213665806150558596821366580615055859682136658061505585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb210a3-2614-4eae-a88a-f046ef0bc8ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 794fbef7-5000-4197-8190-f76683f585d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c1914da-677c-47d9-b2dd-5b15462ce34f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c1914da-677c-47d9-b2dd-5b15462ce34f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15391300837152179594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594153913008371521795941539130083715217959415391300837152179594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f30a98b9-343a-4bb8-a52a-16515dc89697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f30a98b9-343a-4bb8-a52a-16515dc89697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6096211694890795568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568609621169489079556860962116948907955686096211694890795568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c1914da-677c-47d9-b2dd-5b15462ce34f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fe35582-e0dd-409f-a8d3-1efdbab51015, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe35582-e0dd-409f-a8d3-1efdbab51015, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6738491542826350873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873673849154282635087367384915428263508736738491542826350873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f30a98b9-343a-4bb8-a52a-16515dc89697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cce0da7-60e5-40ee-a574-d27ce3f7b99b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cce0da7-60e5-40ee-a574-d27ce3f7b99b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11195467351008313522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522111954673510083135221119546735100831352211195467351008313522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe35582-e0dd-409f-a8d3-1efdbab51015, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43a2d264-4971-4c67-8816-db35999f5000, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a2d264-4971-4c67-8816-db35999f5000, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16664634684723583561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561166646346847235835611666463468472358356116664634684723583561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cce0da7-60e5-40ee-a574-d27ce3f7b99b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e063cbf2-556d-4b7c-ac85-eb08f3af4b7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e063cbf2-556d-4b7c-ac85-eb08f3af4b7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1496805398389456734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734149680539838945673414968053983894567341496805398389456734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a2d264-4971-4c67-8816-db35999f5000, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a400ef67-448b-43b9-8700-fa8e2cd086f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e063cbf2-556d-4b7c-ac85-eb08f3af4b7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4781a100-13bd-4d42-8042-7e626c004624, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4781a100-13bd-4d42-8042-7e626c004624, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4211060688484424646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646421106068848442464642110606884844246464211060688484424646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a400ef67-448b-43b9-8700-fa8e2cd086f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319176619361173171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171931917661936117317193191766193611731719319176619361173171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4781a100-13bd-4d42-8042-7e626c004624, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e6d2b9-6774-477a-9a7a-c525a04d907d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e6d2b9-6774-477a-9a7a-c525a04d907d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6615530169411403736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736661553016941140373666155301694114037366615530169411403736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a400ef67-448b-43b9-8700-fa8e2cd086f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 435e04df-0212-486d-91d2-d3fb78f22a9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e6d2b9-6774-477a-9a7a-c525a04d907d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 358c1769-78d6-4145-b425-b4ec4b192636, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435e04df-0212-486d-91d2-d3fb78f22a9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2479776668441842708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708247977666844184270824797766684418427082479776668441842708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 358c1769-78d6-4145-b425-b4ec4b192636, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17124043362730047135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135171240433627300471351712404336273004713517124043362730047135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435e04df-0212-486d-91d2-d3fb78f22a9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86075819-c0a3-4276-a51c-a862eacbc57f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86075819-c0a3-4276-a51c-a862eacbc57f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3024047465718189164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164302404746571818916430240474657181891643024047465718189164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358c1769-78d6-4145-b425-b4ec4b192636, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72d5b466-5b76-4a3d-8b96-31656dec6f45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d5b466-5b76-4a3d-8b96-31656dec6f45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2674504731710992553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553267450473171099255326745047317109925532674504731710992553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86075819-c0a3-4276-a51c-a862eacbc57f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf78003c-cbd4-4b6e-bc8c-aa1d854000b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf78003c-cbd4-4b6e-bc8c-aa1d854000b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2443199514829382853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853244319951482938285324431995148293828532443199514829382853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d5b466-5b76-4a3d-8b96-31656dec6f45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61ceacb2-8488-4fe0-8f54-096238dcca6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ceacb2-8488-4fe0-8f54-096238dcca6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699271849872042994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994369927184987204299436992718498720429943699271849872042994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf78003c-cbd4-4b6e-bc8c-aa1d854000b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc243fee-7551-448e-a6c9-1486be77aaea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc243fee-7551-448e-a6c9-1486be77aaea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8451453704987082737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737845145370498708273784514537049870827378451453704987082737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ceacb2-8488-4fe0-8f54-096238dcca6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f9d8b9a-fe04-45f0-96a2-144477dc5eb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9d8b9a-fe04-45f0-96a2-144477dc5eb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12492929209556945745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745124929292095569457451249292920955694574512492929209556945745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc243fee-7551-448e-a6c9-1486be77aaea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 113cc75e-1c3a-4f2c-9f3b-9bd1c1535ac5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113cc75e-1c3a-4f2c-9f3b-9bd1c1535ac5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7300606187453398589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589730060618745339858973006061874533985897300606187453398589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113cc75e-1c3a-4f2c-9f3b-9bd1c1535ac5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d54242f-3e27-4b7e-a614-9b3eb07c4a9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d54242f-3e27-4b7e-a614-9b3eb07c4a9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274343823928311569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569152743438239283115691527434382392831156915274343823928311569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9d8b9a-fe04-45f0-96a2-144477dc5eb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b559181a-1f0f-4c66-bc29-3cde8524907e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b559181a-1f0f-4c66-bc29-3cde8524907e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14842653174461367182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182148426531744613671821484265317446136718214842653174461367182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d54242f-3e27-4b7e-a614-9b3eb07c4a9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18fcf360-1406-4673-9eb0-c54d853af3af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18fcf360-1406-4673-9eb0-c54d853af3af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15213213354862879890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890152132133548628798901521321335486287989015213213354862879890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b559181a-1f0f-4c66-bc29-3cde8524907e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3763e0b-ac70-4787-802c-6df40c20657b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3763e0b-ac70-4787-802c-6df40c20657b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13142282101053722827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827131422821010537228271314228210105372282713142282101053722827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18fcf360-1406-4673-9eb0-c54d853af3af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a2b25ef-e819-467f-b42a-3aa61dc17d12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a2b25ef-e819-467f-b42a-3aa61dc17d12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2032168420375762046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046203216842037576204620321684203757620462032168420375762046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3763e0b-ac70-4787-802c-6df40c20657b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e5b8353-293b-48da-9ae6-057a48e1bf0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e5b8353-293b-48da-9ae6-057a48e1bf0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5794827336696431944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944579482733669643194457948273366964319445794827336696431944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a2b25ef-e819-467f-b42a-3aa61dc17d12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3ece1b-0b35-469c-a266-f450bf2366e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3ece1b-0b35-469c-a266-f450bf2366e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2151291424642123097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097215129142464212309721512914246421230972151291424642123097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e5b8353-293b-48da-9ae6-057a48e1bf0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33c2238a-0262-45f2-83d1-b8b5031c1cbc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c2238a-0262-45f2-83d1-b8b5031c1cbc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6103527254339127656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656610352725433912765661035272543391276566103527254339127656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3ece1b-0b35-469c-a266-f450bf2366e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be8f0ece-0de1-449e-a10f-ef4ec3a31174, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8f0ece-0de1-449e-a10f-ef4ec3a31174, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14768489637442267038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038147684896374422670381476848963744226703814768489637442267038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c2238a-0262-45f2-83d1-b8b5031c1cbc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd88012c-8a36-4f73-b2dd-ba2fff6aa740, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd88012c-8a36-4f73-b2dd-ba2fff6aa740, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3747550000346780313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313374755000034678031337475500003467803133747550000346780313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8f0ece-0de1-449e-a10f-ef4ec3a31174, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4dfce9b-16e3-48f5-8d68-91c4cd265b81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4dfce9b-16e3-48f5-8d68-91c4cd265b81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13936049607397565842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842139360496073975658421393604960739756584213936049607397565842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd88012c-8a36-4f73-b2dd-ba2fff6aa740, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 939e23b5-4fa0-456f-924c-8faa4c7f99ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 939e23b5-4fa0-456f-924c-8faa4c7f99ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7236529900157621361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361723652990015762136172365299001576213617236529900157621361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4dfce9b-16e3-48f5-8d68-91c4cd265b81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 939e23b5-4fa0-456f-924c-8faa4c7f99ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e73e64e-66d0-455a-af63-21d6a1c9873d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4b21ca6-da09-451f-9fe5-6a2807c38869, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b21ca6-da09-451f-9fe5-6a2807c38869, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3896621608763329257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257389662160876332925738966216087633292573896621608763329257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e73e64e-66d0-455a-af63-21d6a1c9873d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 46408457737942983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4640845773794298346408457737942983464084577379429834640845773794298346408457737942983464084577379429834640845773794298346408457737942983464084577379429834640845773794298346408457737942983464084577379429834640845773794298346408457737942983464084577379429834640845773794298346408457737942983464084577379429834640845773794298346408457737942983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e73e64e-66d0-455a-af63-21d6a1c9873d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b21ca6-da09-451f-9fe5-6a2807c38869, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99569735-93b2-443f-a619-4bde1faa14d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99569735-93b2-443f-a619-4bde1faa14d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4060889283612641237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237406088928361264123740608892836126412374060889283612641237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5295bc01-1194-4e16-bb8c-55abb470b99a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5295bc01-1194-4e16-bb8c-55abb470b99a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13471006977681919056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056134710069776819190561347100697768191905613471006977681919056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99569735-93b2-443f-a619-4bde1faa14d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5295bc01-1194-4e16-bb8c-55abb470b99a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44606166-ad58-48a4-9422-fb0839d6a691, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b1933b4-e821-4f09-a8f9-e3397f5f75bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44606166-ad58-48a4-9422-fb0839d6a691, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10620123503558852215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215106201235035588522151062012350355885221510620123503558852215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b1933b4-e821-4f09-a8f9-e3397f5f75bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7628262684350408943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943762826268435040894376282626843504089437628262684350408943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b1933b4-e821-4f09-a8f9-e3397f5f75bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7c6e8f2-3cee-4dcb-a6e1-f4d03ca38505, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7c6e8f2-3cee-4dcb-a6e1-f4d03ca38505, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10264474148416852103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103102644741484168521031026447414841685210310264474148416852103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44606166-ad58-48a4-9422-fb0839d6a691, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b873b10-e13b-49e0-9128-a0aa73f8fd3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b873b10-e13b-49e0-9128-a0aa73f8fd3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10774963246967262673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673107749632469672626731077496324696726267310774963246967262673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7c6e8f2-3cee-4dcb-a6e1-f4d03ca38505, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 458a03d8-6289-4160-bd15-f64725f054b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 458a03d8-6289-4160-bd15-f64725f054b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11952540981653376639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639119525409816533766391195254098165337663911952540981653376639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b873b10-e13b-49e0-9128-a0aa73f8fd3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fac1b08a-5f0f-4e97-af02-48a7a850ff00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fac1b08a-5f0f-4e97-af02-48a7a850ff00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 547974733357434447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447547974733357434447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 458a03d8-6289-4160-bd15-f64725f054b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d007515-60d7-4f3d-84c2-c7196600febf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fac1b08a-5f0f-4e97-af02-48a7a850ff00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 488f3982-4a15-4e5b-9cd8-a78a619e66aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d007515-60d7-4f3d-84c2-c7196600febf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6242720103464163983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983624272010346416398362427201034641639836242720103464163983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 488f3982-4a15-4e5b-9cd8-a78a619e66aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2621780907726116621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621262178090772611662126217809077261166212621780907726116621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 488f3982-4a15-4e5b-9cd8-a78a619e66aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a0e1256-bad9-483e-958b-bfd615d2a5dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a0e1256-bad9-483e-958b-bfd615d2a5dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17846472636184715325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325178464726361847153251784647263618471532517846472636184715325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d007515-60d7-4f3d-84c2-c7196600febf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5587776e-6b1e-4542-aeeb-a5b1f4ec9107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5587776e-6b1e-4542-aeeb-a5b1f4ec9107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6510857136478341480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480651085713647834148065108571364783414806510857136478341480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a0e1256-bad9-483e-958b-bfd615d2a5dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf576dd7-0eec-49e8-b0d4-0b99ad7f6509, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf576dd7-0eec-49e8-b0d4-0b99ad7f6509, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15397928986042526919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919153979289860425269191539792898604252691915397928986042526919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5587776e-6b1e-4542-aeeb-a5b1f4ec9107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d9d564-eb21-40a4-9967-7f69507f2b5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d9d564-eb21-40a4-9967-7f69507f2b5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10763760150311305351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351107637601503113053511076376015031130535110763760150311305351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf576dd7-0eec-49e8-b0d4-0b99ad7f6509, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b001133e-9bd7-4ff8-9b9c-cf7cf5bfd31b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b001133e-9bd7-4ff8-9b9c-cf7cf5bfd31b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13102005784964402301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301131020057849644023011310200578496440230113102005784964402301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d9d564-eb21-40a4-9967-7f69507f2b5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fac7847-8a59-4a6e-b252-c7f17830a4cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fac7847-8a59-4a6e-b252-c7f17830a4cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7917778129421200601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601791777812942120060179177781294212006017917778129421200601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b001133e-9bd7-4ff8-9b9c-cf7cf5bfd31b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0dffc38-c5d1-41bb-871a-558ef03f36eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0dffc38-c5d1-41bb-871a-558ef03f36eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2584254747394167651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651258425474739416765125842547473941676512584254747394167651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fac7847-8a59-4a6e-b252-c7f17830a4cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e94bdbd7-ecc7-435b-ba9b-4ec6236a4a56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e94bdbd7-ecc7-435b-ba9b-4ec6236a4a56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18009834752009869200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200180098347520098692001800983475200986920018009834752009869200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0dffc38-c5d1-41bb-871a-558ef03f36eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 612efdaa-8517-4c11-9fc5-56f5289c1d45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612efdaa-8517-4c11-9fc5-56f5289c1d45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17544832550916649675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675175448325509166496751754483255091664967517544832550916649675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e94bdbd7-ecc7-435b-ba9b-4ec6236a4a56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4ef632a-3240-46d6-adf5-b60983d793e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612efdaa-8517-4c11-9fc5-56f5289c1d45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e26c185-840f-4699-a2db-ae8ef2259960, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e26c185-840f-4699-a2db-ae8ef2259960, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17414673700118227649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649174146737001182276491741467370011822764917414673700118227649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4ef632a-3240-46d6-adf5-b60983d793e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10099143864032464900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900100991438640324649001009914386403246490010099143864032464900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e26c185-840f-4699-a2db-ae8ef2259960, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4e5058-cc42-4e49-bcb5-cb159f00fc0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4e5058-cc42-4e49-bcb5-cb159f00fc0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7660743999623109525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525766074399962310952576607439996231095257660743999623109525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4ef632a-3240-46d6-adf5-b60983d793e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 136b995e-b270-4424-b2b5-d321e7ff5a7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 136b995e-b270-4424-b2b5-d321e7ff5a7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14352530831079170370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370143525308310791703701435253083107917037014352530831079170370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 136b995e-b270-4424-b2b5-d321e7ff5a7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca37b1c3-6276-4345-bf66-55470f2d12b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca37b1c3-6276-4345-bf66-55470f2d12b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1918123900085233914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914191812390008523391419181239000852339141918123900085233914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4e5058-cc42-4e49-bcb5-cb159f00fc0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b8d143d-d42e-482a-9abe-0a7309f915ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b8d143d-d42e-482a-9abe-0a7309f915ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1968623209946306456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456196862320994630645619686232099463064561968623209946306456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca37b1c3-6276-4345-bf66-55470f2d12b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed46e6a5-e5c0-4436-b5d8-a99730f0c790, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed46e6a5-e5c0-4436-b5d8-a99730f0c790, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11392293235458413004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004113922932354584130041139229323545841300411392293235458413004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b8d143d-d42e-482a-9abe-0a7309f915ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aceb58bc-f1e4-443b-8dc1-269911d386e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aceb58bc-f1e4-443b-8dc1-269911d386e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428697001169405241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241144286970011694052411442869700116940524114428697001169405241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed46e6a5-e5c0-4436-b5d8-a99730f0c790, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60336563-1428-443b-9d0f-a23bb1717c9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60336563-1428-443b-9d0f-a23bb1717c9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16964055502536813786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786169640555025368137861696405550253681378616964055502536813786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aceb58bc-f1e4-443b-8dc1-269911d386e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577bd927-2ee5-4410-885c-1cfc0b6edf71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577bd927-2ee5-4410-885c-1cfc0b6edf71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 700017896135471678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678700017896135471678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60336563-1428-443b-9d0f-a23bb1717c9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5e49ccb-3b51-4f16-bbb0-10978bd5fbbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5e49ccb-3b51-4f16-bbb0-10978bd5fbbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4782078750079603760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760478207875007960376047820787500796037604782078750079603760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577bd927-2ee5-4410-885c-1cfc0b6edf71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be7399d-bb70-4cf1-88dc-2eb5d9990430, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be7399d-bb70-4cf1-88dc-2eb5d9990430, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5418278762536006384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384541827876253600638454182787625360063845418278762536006384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5e49ccb-3b51-4f16-bbb0-10978bd5fbbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7af316a5-a752-4aa4-8bb0-924e01a9abee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af316a5-a752-4aa4-8bb0-924e01a9abee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5484559168878219849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849548455916887821984954845591688782198495484559168878219849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be7399d-bb70-4cf1-88dc-2eb5d9990430, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c95fd9eb-d79b-4948-ae1c-15fbf09ce43b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95fd9eb-d79b-4948-ae1c-15fbf09ce43b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14661182958229034011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011146611829582290340111466118295822903401114661182958229034011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af316a5-a752-4aa4-8bb0-924e01a9abee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51af983b-ac08-4101-8a1f-ac7c7d70e84b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51af983b-ac08-4101-8a1f-ac7c7d70e84b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1856059656073581037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037185605965607358103718560596560735810371856059656073581037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95fd9eb-d79b-4948-ae1c-15fbf09ce43b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cadfa0ad-e3ff-447b-a94b-dd8ebf7a355a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cadfa0ad-e3ff-447b-a94b-dd8ebf7a355a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1562720066765299526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526156272006676529952615627200667652995261562720066765299526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51af983b-ac08-4101-8a1f-ac7c7d70e84b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40b10612-9207-413e-aed3-d080913c1eb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cadfa0ad-e3ff-447b-a94b-dd8ebf7a355a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40b10612-9207-413e-aed3-d080913c1eb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15651615293977710784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784156516152939777107841565161529397771078415651615293977710784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16a1a8c2-b862-42aa-827e-54efd4650b5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a1a8c2-b862-42aa-827e-54efd4650b5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17590147254929517144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144175901472549295171441759014725492951714417590147254929517144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40b10612-9207-413e-aed3-d080913c1eb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d305ac3e-8204-4abd-a877-c78503053b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d305ac3e-8204-4abd-a877-c78503053b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12934850936258479791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791129348509362584797911293485093625847979112934850936258479791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a1a8c2-b862-42aa-827e-54efd4650b5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cb66923-0002-45d9-af1d-d2534c84a43d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb66923-0002-45d9-af1d-d2534c84a43d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7526476461776681655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655752647646177668165575264764617766816557526476461776681655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d305ac3e-8204-4abd-a877-c78503053b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38e403ac-c5ba-41df-88a1-94238834712d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38e403ac-c5ba-41df-88a1-94238834712d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13984916099259438141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141139849160992594381411398491609925943814113984916099259438141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb66923-0002-45d9-af1d-d2534c84a43d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6626f38-3a19-457e-9a77-0787231431cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6626f38-3a19-457e-9a77-0787231431cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14502900933296595525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525145029009332965955251450290093329659552514502900933296595525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38e403ac-c5ba-41df-88a1-94238834712d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2ce7c8e-a507-42cb-8892-912761399115, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2ce7c8e-a507-42cb-8892-912761399115, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17701315862660786218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218177013158626607862181770131586266078621817701315862660786218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6626f38-3a19-457e-9a77-0787231431cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5983a696-1d82-4111-9388-b0532a9770b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5983a696-1d82-4111-9388-b0532a9770b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9613086533846695336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336961308653384669533696130865338466953369613086533846695336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2ce7c8e-a507-42cb-8892-912761399115, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d1854c-1844-4bc3-b027-915e527f3a36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d1854c-1844-4bc3-b027-915e527f3a36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3186758636463099840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840318675863646309984031867586364630998403186758636463099840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5983a696-1d82-4111-9388-b0532a9770b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05003875-80ab-4821-8196-0def63e47d8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05003875-80ab-4821-8196-0def63e47d8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2089908057865404545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545208990805786540454520899080578654045452089908057865404545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d1854c-1844-4bc3-b027-915e527f3a36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed70f86a-5c06-4d44-afbd-8bf9fa49de6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed70f86a-5c06-4d44-afbd-8bf9fa49de6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031867652508751662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662110318676525087516621103186765250875166211031867652508751662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05003875-80ab-4821-8196-0def63e47d8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 632bd80e-0053-42dd-bb36-1f4ee7685fe0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 632bd80e-0053-42dd-bb36-1f4ee7685fe0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8294625545306725997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997829462554530672599782946255453067259978294625545306725997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed70f86a-5c06-4d44-afbd-8bf9fa49de6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa8e64ba-1506-4abc-b2c7-588f750bd90a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8e64ba-1506-4abc-b2c7-588f750bd90a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17803659360752016132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132178036593607520161321780365936075201613217803659360752016132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 632bd80e-0053-42dd-bb36-1f4ee7685fe0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efb10909-3ae1-465e-a3b2-9610ce888c80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb10909-3ae1-465e-a3b2-9610ce888c80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3061922705696196922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922306192270569619692230619227056961969223061922705696196922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8e64ba-1506-4abc-b2c7-588f750bd90a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4d45f7d-0183-438b-8d12-6fe7f00325aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4d45f7d-0183-438b-8d12-6fe7f00325aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17434953598121464068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068174349535981214640681743495359812146406817434953598121464068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb10909-3ae1-465e-a3b2-9610ce888c80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fc6d9a9-6866-4180-8f9b-b9780bb9ce90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc6d9a9-6866-4180-8f9b-b9780bb9ce90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2655564437364585360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360265556443736458536026555644373645853602655564437364585360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4d45f7d-0183-438b-8d12-6fe7f00325aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c0a750b-864b-4356-b34a-98bc6619239c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c0a750b-864b-4356-b34a-98bc6619239c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12896095789424028055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055128960957894240280551289609578942402805512896095789424028055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc6d9a9-6866-4180-8f9b-b9780bb9ce90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a589897-e59f-4bc0-b62e-d8091fca0c50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a589897-e59f-4bc0-b62e-d8091fca0c50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18359836565967793924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924183598365659677939241835983656596779392418359836565967793924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c0a750b-864b-4356-b34a-98bc6619239c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a589897-e59f-4bc0-b62e-d8091fca0c50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1acc74e6-cec2-4dfb-8603-f087534df9d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1acc74e6-cec2-4dfb-8603-f087534df9d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3079326155572321906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906307932615557232190630793261555723219063079326155572321906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7191cac-40b9-4256-b0b4-edb6740d9a0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7191cac-40b9-4256-b0b4-edb6740d9a0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3693346663111709858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858369334666311170985836933466631117098583693346663111709858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1acc74e6-cec2-4dfb-8603-f087534df9d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 687b939c-a89b-457e-b76b-1113d429f980, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 687b939c-a89b-457e-b76b-1113d429f980, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6919490684587534486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486691949068458753448669194906845875344866919490684587534486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7191cac-40b9-4256-b0b4-edb6740d9a0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 899cf696-3789-426e-a97e-0153b12f2241, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 899cf696-3789-426e-a97e-0153b12f2241, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17928114480477438646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646179281144804774386461792811448047743864617928114480477438646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 687b939c-a89b-457e-b76b-1113d429f980, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5a572d4-8d4d-409d-9094-ab351d78bf9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a572d4-8d4d-409d-9094-ab351d78bf9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15524546734213129186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186155245467342131291861552454673421312918615524546734213129186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 899cf696-3789-426e-a97e-0153b12f2241, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e70c2a8-0e35-4ac3-b290-be6b9ca4ce30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e70c2a8-0e35-4ac3-b290-be6b9ca4ce30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5247152930938163270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270524715293093816327052471529309381632705247152930938163270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a572d4-8d4d-409d-9094-ab351d78bf9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61d5ec2a-699b-4e76-8a23-f94a10eb976d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61d5ec2a-699b-4e76-8a23-f94a10eb976d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 585154412717059521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521585154412717059521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e70c2a8-0e35-4ac3-b290-be6b9ca4ce30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb02791c-3a25-4055-b8ed-a4adb089381f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb02791c-3a25-4055-b8ed-a4adb089381f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10844153524638330235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235108441535246383302351084415352463833023510844153524638330235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61d5ec2a-699b-4e76-8a23-f94a10eb976d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 001ecd7e-613d-4bf5-8165-0d01cd7a64d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001ecd7e-613d-4bf5-8165-0d01cd7a64d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9843001812330666257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257984300181233066625798430018123306662579843001812330666257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001ecd7e-613d-4bf5-8165-0d01cd7a64d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e9adf14-8e2d-4cb7-8a3e-7d739e273501, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e9adf14-8e2d-4cb7-8a3e-7d739e273501, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1957929333816961998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998195792933381696199819579293338169619981957929333816961998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb02791c-3a25-4055-b8ed-a4adb089381f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48b2e997-4ffd-4ce6-8491-761cf961dd1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b2e997-4ffd-4ce6-8491-761cf961dd1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4624078977708241728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728462407897770824172846240789777082417284624078977708241728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e9adf14-8e2d-4cb7-8a3e-7d739e273501, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b2e997-4ffd-4ce6-8491-761cf961dd1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7270c5f5-a772-4705-8de3-c73088f09280, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7270c5f5-a772-4705-8de3-c73088f09280, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16981972757498787198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198169819727574987871981698197275749878719816981972757498787198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bef2c3d-9e71-4389-8977-f69c039492c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bef2c3d-9e71-4389-8977-f69c039492c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2905649965682011496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496290564996568201149629056499656820114962905649965682011496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7270c5f5-a772-4705-8de3-c73088f09280, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22250fc2-924a-448c-bd55-6fdb91fcf81b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22250fc2-924a-448c-bd55-6fdb91fcf81b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881733472635533383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383488173347263553338348817334726355333834881733472635533383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bef2c3d-9e71-4389-8977-f69c039492c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85fab3c6-d86f-4e3c-bb20-30ac321fd704, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85fab3c6-d86f-4e3c-bb20-30ac321fd704, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2812801278973900636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636281280127897390063628128012789739006362812801278973900636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22250fc2-924a-448c-bd55-6fdb91fcf81b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7d17b2-b480-433f-9403-da4176515625, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85fab3c6-d86f-4e3c-bb20-30ac321fd704, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7af79f4b-7117-41c6-8125-c3d2e81a1961, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7d17b2-b480-433f-9403-da4176515625, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1114267827784782814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814111426782778478281411142678277847828141114267827784782814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af79f4b-7117-41c6-8125-c3d2e81a1961, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17936886675907768914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914179368866759077689141793688667590776891417936886675907768914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7d17b2-b480-433f-9403-da4176515625, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d9ba2f-a16d-45ae-922b-71f337ff2644, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d9ba2f-a16d-45ae-922b-71f337ff2644, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9148395904669142210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210914839590466914221091483959046691422109148395904669142210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af79f4b-7117-41c6-8125-c3d2e81a1961, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b26ca0b0-8dbd-4fdc-adba-ba02d0c527c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26ca0b0-8dbd-4fdc-adba-ba02d0c527c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5557006561422982458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458555700656142298245855570065614229824585557006561422982458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d9ba2f-a16d-45ae-922b-71f337ff2644, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53432d9c-3a37-486d-bd5c-acaab3cf06b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53432d9c-3a37-486d-bd5c-acaab3cf06b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17842624982181647276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276178426249821816472761784262498218164727617842624982181647276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26ca0b0-8dbd-4fdc-adba-ba02d0c527c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c75892c9-be86-4ef2-9b9f-c4446b3aca76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c75892c9-be86-4ef2-9b9f-c4446b3aca76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10143930541546101662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662101439305415461016621014393054154610166210143930541546101662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53432d9c-3a37-486d-bd5c-acaab3cf06b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e27c17af-d89a-4941-a304-2126c02ae6b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27c17af-d89a-4941-a304-2126c02ae6b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4816797424943702940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940481679742494370294048167974249437029404816797424943702940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c75892c9-be86-4ef2-9b9f-c4446b3aca76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 927f2a53-7d90-4b9e-9d4a-21aea19efbb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927f2a53-7d90-4b9e-9d4a-21aea19efbb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10077511574595856221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221100775115745958562211007751157459585622110077511574595856221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27c17af-d89a-4941-a304-2126c02ae6b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 304beba7-a6c8-4ff2-a8f5-a859f35a7bfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 304beba7-a6c8-4ff2-a8f5-a859f35a7bfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1548081628307312800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800154808162830731280015480816283073128001548081628307312800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927f2a53-7d90-4b9e-9d4a-21aea19efbb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac968513-176d-4211-b42e-eb47ceab0602, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac968513-176d-4211-b42e-eb47ceab0602, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15657767625088299016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016156577676250882990161565776762508829901615657767625088299016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 304beba7-a6c8-4ff2-a8f5-a859f35a7bfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5c909fa-fcfd-474d-814a-2a9a0a602fbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5c909fa-fcfd-474d-814a-2a9a0a602fbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7447213657848323510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510744721365784832351074472136578483235107447213657848323510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac968513-176d-4211-b42e-eb47ceab0602, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3525944-8f22-4296-99d6-3d0fa085cda5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3525944-8f22-4296-99d6-3d0fa085cda5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8053068210532860519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519805306821053286051980530682105328605198053068210532860519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5c909fa-fcfd-474d-814a-2a9a0a602fbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d30dcbaa-a286-42ee-9ad7-4cfdf39b4d7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d30dcbaa-a286-42ee-9ad7-4cfdf39b4d7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2108963153066388455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455210896315306638845521089631530663884552108963153066388455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3525944-8f22-4296-99d6-3d0fa085cda5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc0088ad-088a-4077-996a-41eae3170f8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc0088ad-088a-4077-996a-41eae3170f8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10014344108203107381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381100143441082031073811001434410820310738110014344108203107381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc0088ad-088a-4077-996a-41eae3170f8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b74ff63-05d6-455b-911a-856d0a2c6f18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b74ff63-05d6-455b-911a-856d0a2c6f18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17108235793395958977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977171082357933959589771710823579339595897717108235793395958977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d30dcbaa-a286-42ee-9ad7-4cfdf39b4d7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f33f9cda-0a32-4db4-9997-cc32e40925d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f33f9cda-0a32-4db4-9997-cc32e40925d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17043239001074880113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113170432390010748801131704323900107488011317043239001074880113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b74ff63-05d6-455b-911a-856d0a2c6f18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8569db88-7324-46eb-a0fe-710ee7082de4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8569db88-7324-46eb-a0fe-710ee7082de4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1354429684877325184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184135442968487732518413544296848773251841354429684877325184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f33f9cda-0a32-4db4-9997-cc32e40925d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fef72f68-c853-4233-9d3c-bf904b4a58d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef72f68-c853-4233-9d3c-bf904b4a58d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18075087134409448287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287180750871344094482871807508713440944828718075087134409448287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8569db88-7324-46eb-a0fe-710ee7082de4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0c0890d-8ace-40b2-a845-f11a6bb43613, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c0890d-8ace-40b2-a845-f11a6bb43613, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17395369078755544643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643173953690787555446431739536907875554464317395369078755544643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef72f68-c853-4233-9d3c-bf904b4a58d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e35c5ff0-d14c-46b3-8712-e5df0bff04cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e35c5ff0-d14c-46b3-8712-e5df0bff04cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1250672328277885041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041125067232827788504112506723282778850411250672328277885041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c0890d-8ace-40b2-a845-f11a6bb43613, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12b4632b-7934-4780-984e-a2d94440f696, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b4632b-7934-4780-984e-a2d94440f696, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10926428071531916462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462109264280715319164621092642807153191646210926428071531916462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e35c5ff0-d14c-46b3-8712-e5df0bff04cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47d44955-3903-4bd7-8649-3caa9362e200, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d44955-3903-4bd7-8649-3caa9362e200, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5246116467957996156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156524611646795799615652461164679579961565246116467957996156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b4632b-7934-4780-984e-a2d94440f696, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3494898-f62e-49ca-846a-a09c8dc96d97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3494898-f62e-49ca-846a-a09c8dc96d97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 24978428728737692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2497842872873769224978428728737692249784287287376922497842872873769224978428728737692249784287287376922497842872873769224978428728737692249784287287376922497842872873769224978428728737692249784287287376922497842872873769224978428728737692249784287287376922497842872873769224978428728737692249784287287376922497842872873769224978428728737692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d44955-3903-4bd7-8649-3caa9362e200, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74d2f4e8-3d9d-4059-b937-5e8e1367b926, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d2f4e8-3d9d-4059-b937-5e8e1367b926, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 759100373536995770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770759100373536995770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3494898-f62e-49ca-846a-a09c8dc96d97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8988d538-4486-4723-9301-110cc3466536, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d2f4e8-3d9d-4059-b937-5e8e1367b926, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8988d538-4486-4723-9301-110cc3466536, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1391016858193575119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119139101685819357511913910168581935751191391016858193575119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c9bb4d0-1f55-4765-bfa8-405e7862719f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c9bb4d0-1f55-4765-bfa8-405e7862719f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7734471233956309190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190773447123395630919077344712339563091907734471233956309190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8988d538-4486-4723-9301-110cc3466536, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51776b79-6ff3-4fd3-a76e-5882a3aac931, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51776b79-6ff3-4fd3-a76e-5882a3aac931, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13701478160716819701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701137014781607168197011370147816071681970113701478160716819701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c9bb4d0-1f55-4765-bfa8-405e7862719f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac28c35d-d09a-4b8a-a066-c02ba1e3c9a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac28c35d-d09a-4b8a-a066-c02ba1e3c9a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1732557104053598635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635173255710405359863517325571040535986351732557104053598635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51776b79-6ff3-4fd3-a76e-5882a3aac931, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e80bf45-a66a-4171-81fb-ddf9b510af7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e80bf45-a66a-4171-81fb-ddf9b510af7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6021527772127114117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117602152777212711411760215277721271141176021527772127114117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac28c35d-d09a-4b8a-a066-c02ba1e3c9a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a531fce0-f6f8-415b-bb79-9ccabc671935, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a531fce0-f6f8-415b-bb79-9ccabc671935, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2950464623369902145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145295046462336990214529504646233699021452950464623369902145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e80bf45-a66a-4171-81fb-ddf9b510af7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c3927ea-e600-476f-aeba-862b218446b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c3927ea-e600-476f-aeba-862b218446b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2597079580968825502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502259707958096882550225970795809688255022597079580968825502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a531fce0-f6f8-415b-bb79-9ccabc671935, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 144c9061-70c2-485f-8b77-2cccbc368832, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144c9061-70c2-485f-8b77-2cccbc368832, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17391312877431511731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731173913128774315117311739131287743151173117391312877431511731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c3927ea-e600-476f-aeba-862b218446b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76152ccf-9c4d-47e3-a07a-19cf0f2db333, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144c9061-70c2-485f-8b77-2cccbc368832, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9d91fa7-4cbc-41d5-8d65-b14e57bc1644, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d91fa7-4cbc-41d5-8d65-b14e57bc1644, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4078386391580511499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499407838639158051149940783863915805114994078386391580511499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76152ccf-9c4d-47e3-a07a-19cf0f2db333, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17004462291613465303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303170044622916134653031700446229161346530317004462291613465303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76152ccf-9c4d-47e3-a07a-19cf0f2db333, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 777d40e2-ffff-40c5-a019-9691d8b235ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 777d40e2-ffff-40c5-a019-9691d8b235ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2688971456218192085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085268897145621819208526889714562181920852688971456218192085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d91fa7-4cbc-41d5-8d65-b14e57bc1644, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3716975b-d184-4deb-a2b7-e4fa7f65c15d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3716975b-d184-4deb-a2b7-e4fa7f65c15d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8618860541013082282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282861886054101308228286188605410130822828618860541013082282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3716975b-d184-4deb-a2b7-e4fa7f65c15d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cac786e-3f79-492c-9969-4eb52508ccaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cac786e-3f79-492c-9969-4eb52508ccaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6681237522164590833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833668123752216459083366812375221645908336681237522164590833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 777d40e2-ffff-40c5-a019-9691d8b235ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c7f44ea-302d-4f0f-b4f4-e95d8babbe2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c7f44ea-302d-4f0f-b4f4-e95d8babbe2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 422857738517026500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500422857738517026500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c7f44ea-302d-4f0f-b4f4-e95d8babbe2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8450c1e3-942c-4b67-892c-5207b840d776, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8450c1e3-942c-4b67-892c-5207b840d776, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5973482495940121532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532597348249594012153259734824959401215325973482495940121532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cac786e-3f79-492c-9969-4eb52508ccaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dfd6bbf-b927-43b5-b11e-cad27c27f389, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dfd6bbf-b927-43b5-b11e-cad27c27f389, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13502550403717943914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914135025504037179439141350255040371794391413502550403717943914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8450c1e3-942c-4b67-892c-5207b840d776, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94817f8b-2171-45a6-b67f-755a3601a5f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94817f8b-2171-45a6-b67f-755a3601a5f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1092029460777886134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134109202946077788613410920294607778861341092029460777886134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dfd6bbf-b927-43b5-b11e-cad27c27f389, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7beed494-0d56-43bf-8b65-9e8d916c1186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7beed494-0d56-43bf-8b65-9e8d916c1186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3941925799945175405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405394192579994517540539419257999451754053941925799945175405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94817f8b-2171-45a6-b67f-755a3601a5f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14ca1cfb-8547-4bdd-a9ca-bf5e74a18e9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ca1cfb-8547-4bdd-a9ca-bf5e74a18e9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17726047203613375246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246177260472036133752461772604720361337524617726047203613375246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7beed494-0d56-43bf-8b65-9e8d916c1186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9bd2e53-6164-4b9a-87e7-a648e4f3a3eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9bd2e53-6164-4b9a-87e7-a648e4f3a3eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11064388951348921727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727110643889513489217271106438895134892172711064388951348921727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ca1cfb-8547-4bdd-a9ca-bf5e74a18e9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be039ed8-893a-48dc-8720-7b38d11d2c70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be039ed8-893a-48dc-8720-7b38d11d2c70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732848338497084580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580732848338497084580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9bd2e53-6164-4b9a-87e7-a648e4f3a3eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4375539-32fd-4373-a9e3-304b7b8f99b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4375539-32fd-4373-a9e3-304b7b8f99b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17940655974557576947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947179406559745575769471794065597455757694717940655974557576947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be039ed8-893a-48dc-8720-7b38d11d2c70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8be6eb08-2431-415a-87cd-3af759dc5ddf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8be6eb08-2431-415a-87cd-3af759dc5ddf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11557131275142984998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998115571312751429849981155713127514298499811557131275142984998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4375539-32fd-4373-a9e3-304b7b8f99b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a349b57-7970-45cf-a430-d3c536691691, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a349b57-7970-45cf-a430-d3c536691691, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1245885371604312079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079124588537160431207912458853716043120791245885371604312079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8be6eb08-2431-415a-87cd-3af759dc5ddf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 609f9fca-1c6b-4ab9-91f9-8f741ab37f6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 609f9fca-1c6b-4ab9-91f9-8f741ab37f6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13781969587688315894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894137819695876883158941378196958768831589413781969587688315894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a349b57-7970-45cf-a430-d3c536691691, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6cb0467-e9bd-427e-8be2-88f42f758a72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6cb0467-e9bd-427e-8be2-88f42f758a72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6942018791692373440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440694201879169237344069420187916923734406942018791692373440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 609f9fca-1c6b-4ab9-91f9-8f741ab37f6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1672957-e90e-4374-befd-9175754345b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1672957-e90e-4374-befd-9175754345b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8811973875501086437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437881197387550108643788119738755010864378811973875501086437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6cb0467-e9bd-427e-8be2-88f42f758a72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5735ee9-1172-4928-943f-2bfd4e0c8939, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1672957-e90e-4374-befd-9175754345b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dec92fed-eb15-4bb3-b51d-abf73803d8fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec92fed-eb15-4bb3-b51d-abf73803d8fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12342285310257946724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724123422853102579467241234228531025794672412342285310257946724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5735ee9-1172-4928-943f-2bfd4e0c8939, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660198972090997264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264866019897209099726486601989720909972648660198972090997264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5735ee9-1172-4928-943f-2bfd4e0c8939, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9188cdd7-37b1-4304-8b8a-249df281abd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9188cdd7-37b1-4304-8b8a-249df281abd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17677071000472646690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690176770710004726466901767707100047264669017677071000472646690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec92fed-eb15-4bb3-b51d-abf73803d8fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67edab8e-46d2-48b4-bb8e-b1a8c1287d6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67edab8e-46d2-48b4-bb8e-b1a8c1287d6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5146513469131770820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820514651346913177082051465134691317708205146513469131770820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67edab8e-46d2-48b4-bb8e-b1a8c1287d6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac9c7c43-f648-4bbe-82b5-ef75af7dbd52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9c7c43-f648-4bbe-82b5-ef75af7dbd52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3464406939654736229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229346440693965473622934644069396547362293464406939654736229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9188cdd7-37b1-4304-8b8a-249df281abd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07ab4f5a-b719-4e3b-9d54-7bdb44f9cb29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07ab4f5a-b719-4e3b-9d54-7bdb44f9cb29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17291484661412923441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441172914846614129234411729148466141292344117291484661412923441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9c7c43-f648-4bbe-82b5-ef75af7dbd52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83355530-de46-4f2f-a172-9fcb05b6fe31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83355530-de46-4f2f-a172-9fcb05b6fe31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 465893494387630419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419465893494387630419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07ab4f5a-b719-4e3b-9d54-7bdb44f9cb29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21ff5ab5-ca17-46e6-8363-9099a9c45048, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21ff5ab5-ca17-46e6-8363-9099a9c45048, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1838223225998625624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624183822322599862562418382232259986256241838223225998625624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83355530-de46-4f2f-a172-9fcb05b6fe31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81cf3956-df58-4528-a9c5-52cd3adf4cca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81cf3956-df58-4528-a9c5-52cd3adf4cca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5226339655171538141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141522633965517153814152263396551715381415226339655171538141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21ff5ab5-ca17-46e6-8363-9099a9c45048, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90f4d1cc-ed16-4c5b-b0ad-a48175df137b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90f4d1cc-ed16-4c5b-b0ad-a48175df137b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17356833652635630735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735173568336526356307351735683365263563073517356833652635630735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81cf3956-df58-4528-a9c5-52cd3adf4cca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d837a7a1-f5ea-4201-8d73-db357fac5d93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d837a7a1-f5ea-4201-8d73-db357fac5d93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10363329726878167758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758103633297268781677581036332972687816775810363329726878167758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90f4d1cc-ed16-4c5b-b0ad-a48175df137b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0ad9e47-036a-46a6-ae69-cade8a6ab3f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0ad9e47-036a-46a6-ae69-cade8a6ab3f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8924265505103833380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380892426550510383338089242655051038333808924265505103833380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d837a7a1-f5ea-4201-8d73-db357fac5d93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faeeb484-b57b-45aa-ae35-bdad17f61952, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faeeb484-b57b-45aa-ae35-bdad17f61952, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17342013467276157213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213173420134672761572131734201346727615721317342013467276157213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0ad9e47-036a-46a6-ae69-cade8a6ab3f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dac49d1e-b7ca-4635-9354-5add1372bd64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dac49d1e-b7ca-4635-9354-5add1372bd64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12275521893610338199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199122755218936103381991227552189361033819912275521893610338199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faeeb484-b57b-45aa-ae35-bdad17f61952, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee4f9358-4c99-4ee5-a911-b13bd5c63df0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee4f9358-4c99-4ee5-a911-b13bd5c63df0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8469799197774747403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403846979919777474740384697991977747474038469799197774747403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dac49d1e-b7ca-4635-9354-5add1372bd64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb454a11-2ec9-4d6a-b797-169cea46af10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb454a11-2ec9-4d6a-b797-169cea46af10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15230547696062177326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326152305476960621773261523054769606217732615230547696062177326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee4f9358-4c99-4ee5-a911-b13bd5c63df0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60fbaf42-378c-48aa-90bc-09fc32de7de9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60fbaf42-378c-48aa-90bc-09fc32de7de9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6222810272169129526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526622281027216912952662228102721691295266222810272169129526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb454a11-2ec9-4d6a-b797-169cea46af10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fbd9e52-a4b0-41e9-9304-c76aeba07a5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60fbaf42-378c-48aa-90bc-09fc32de7de9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fbd9e52-a4b0-41e9-9304-c76aeba07a5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16264602955919809561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561162646029559198095611626460295591980956116264602955919809561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb2ceaa8-516e-416b-990a-07c6cea2a4a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2ceaa8-516e-416b-990a-07c6cea2a4a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2902030692101018414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414290203069210101841429020306921010184142902030692101018414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fbd9e52-a4b0-41e9-9304-c76aeba07a5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6627b7b-c9c7-4726-abb9-a8912a5b3d10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6627b7b-c9c7-4726-abb9-a8912a5b3d10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2708941983760789988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988270894198376078998827089419837607899882708941983760789988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2ceaa8-516e-416b-990a-07c6cea2a4a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2026cf5a-3349-4535-86f5-e768d8239f11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2026cf5a-3349-4535-86f5-e768d8239f11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8849086930119220467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467884908693011922046788490869301192204678849086930119220467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6627b7b-c9c7-4726-abb9-a8912a5b3d10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f00b636b-1666-4264-b674-32498c2d1ee1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f00b636b-1666-4264-b674-32498c2d1ee1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16833345375847326567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567168333453758473265671683334537584732656716833345375847326567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2026cf5a-3349-4535-86f5-e768d8239f11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 850e7cce-452f-429c-bc38-46f05b0e217d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 850e7cce-452f-429c-bc38-46f05b0e217d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5643560879146328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56435608791463285643560879146328564356087914632856435608791463285643560879146328564356087914632856435608791463285643560879146328564356087914632856435608791463285643560879146328564356087914632856435608791463285643560879146328564356087914632856435608791463285643560879146328564356087914632856435608791463285643560879146328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f00b636b-1666-4264-b674-32498c2d1ee1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8faddd5-d12b-4139-a431-6b1f6133ee09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8faddd5-d12b-4139-a431-6b1f6133ee09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9020560540502530523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523902056054050253052390205605405025305239020560540502530523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 850e7cce-452f-429c-bc38-46f05b0e217d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55ff82a4-0583-4bae-a479-f019b9f08dac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55ff82a4-0583-4bae-a479-f019b9f08dac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11229965587422768276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276112299655874227682761122996558742276827611229965587422768276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8faddd5-d12b-4139-a431-6b1f6133ee09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 084be34c-d716-44c2-baa7-0951f1ecf6d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 084be34c-d716-44c2-baa7-0951f1ecf6d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5578195276992200640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640557819527699220064055781952769922006405578195276992200640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55ff82a4-0583-4bae-a479-f019b9f08dac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dd142c6-f533-49d9-a8da-080d25cb24cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dd142c6-f533-49d9-a8da-080d25cb24cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11355123748428292651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651113551237484282926511135512374842829265111355123748428292651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 084be34c-d716-44c2-baa7-0951f1ecf6d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29832d8b-a67c-4931-8015-125bd4220048, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29832d8b-a67c-4931-8015-125bd4220048, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 413749558302489538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538413749558302489538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dd142c6-f533-49d9-a8da-080d25cb24cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b20a24a4-43d3-47a6-abf1-a3c2b8f750b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20a24a4-43d3-47a6-abf1-a3c2b8f750b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16367003219234583964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964163670032192345839641636700321923458396416367003219234583964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29832d8b-a67c-4931-8015-125bd4220048, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffc26dc7-8393-4dd5-96b3-0d4808baa17b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc26dc7-8393-4dd5-96b3-0d4808baa17b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471687396851168089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089147168739685116808914716873968511680891471687396851168089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20a24a4-43d3-47a6-abf1-a3c2b8f750b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8972fc00-e56a-431d-b7f2-477d5c90f288, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8972fc00-e56a-431d-b7f2-477d5c90f288, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 159853792542402472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472159853792542402472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc26dc7-8393-4dd5-96b3-0d4808baa17b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2476883d-4b96-4417-a847-d3bcac38be35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2476883d-4b96-4417-a847-d3bcac38be35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3938197907762176573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573393819790776217657339381979077621765733938197907762176573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8972fc00-e56a-431d-b7f2-477d5c90f288, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 544545f3-0085-4cd3-82fa-0e0500f498e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 544545f3-0085-4cd3-82fa-0e0500f498e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15282182649237422368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368152821826492374223681528218264923742236815282182649237422368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2476883d-4b96-4417-a847-d3bcac38be35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16c53873-464a-4e19-abdc-76bc7ede4193, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16c53873-464a-4e19-abdc-76bc7ede4193, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16922206148039101517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517169222061480391015171692220614803910151716922206148039101517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 544545f3-0085-4cd3-82fa-0e0500f498e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83a06b14-7ab3-4751-90db-a151da5f51e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a06b14-7ab3-4751-90db-a151da5f51e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9883724390843683733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733988372439084368373398837243908436837339883724390843683733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16c53873-464a-4e19-abdc-76bc7ede4193, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6815e709-a526-4ee6-86c9-0aada8e681f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6815e709-a526-4ee6-86c9-0aada8e681f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1080614757375704341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341108061475737570434110806147573757043411080614757375704341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a06b14-7ab3-4751-90db-a151da5f51e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc848faa-035a-40ec-8f3f-8ad4e4e4ea49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc848faa-035a-40ec-8f3f-8ad4e4e4ea49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150066901340580791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791315006690134058079131500669013405807913150066901340580791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc848faa-035a-40ec-8f3f-8ad4e4e4ea49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbf2bab1-935d-4a65-bc33-731872d27151, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbf2bab1-935d-4a65-bc33-731872d27151, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10121872831020991080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080101218728310209910801012187283102099108010121872831020991080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6815e709-a526-4ee6-86c9-0aada8e681f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dcd071e-73b9-4dca-a29b-1de6f3c298e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dcd071e-73b9-4dca-a29b-1de6f3c298e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14385255562898473946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946143852555628984739461438525556289847394614385255562898473946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbf2bab1-935d-4a65-bc33-731872d27151, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70ddb817-15c1-4ce3-bdd3-d0a964c78b0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ddb817-15c1-4ce3-bdd3-d0a964c78b0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12382137663095686328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328123821376630956863281238213766309568632812382137663095686328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dcd071e-73b9-4dca-a29b-1de6f3c298e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07afcdc7-6da0-4f6a-bca7-49d293c62702, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07afcdc7-6da0-4f6a-bca7-49d293c62702, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16858722183897260669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669168587221838972606691685872218389726066916858722183897260669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ddb817-15c1-4ce3-bdd3-d0a964c78b0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6c2bb5a-685c-4b71-af0a-02d5ac035abd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c2bb5a-685c-4b71-af0a-02d5ac035abd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16148481652712252157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157161484816527122521571614848165271225215716148481652712252157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07afcdc7-6da0-4f6a-bca7-49d293c62702, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ee3a6de-3567-4744-a6ab-bfd021751a69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee3a6de-3567-4744-a6ab-bfd021751a69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11741117386915216658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658117411173869152166581174111738691521665811741117386915216658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c2bb5a-685c-4b71-af0a-02d5ac035abd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64e9b0b0-3239-4287-a500-0ab7b860a12e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e9b0b0-3239-4287-a500-0ab7b860a12e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4783072680292436702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702478307268029243670247830726802924367024783072680292436702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee3a6de-3567-4744-a6ab-bfd021751a69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fbe112c-30a1-4eff-a6f9-9ee8793673cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fbe112c-30a1-4eff-a6f9-9ee8793673cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4980347715288555791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791498034771528855579149803477152885557914980347715288555791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e9b0b0-3239-4287-a500-0ab7b860a12e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7100c96c-36bd-47e6-8bc8-1d793aac2398, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fbe112c-30a1-4eff-a6f9-9ee8793673cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7100c96c-36bd-47e6-8bc8-1d793aac2398, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17634333728542941385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385176343337285429413851763433372854294138517634333728542941385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68233409-2925-4d20-9733-6ae1cc56a1a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68233409-2925-4d20-9733-6ae1cc56a1a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893299505927562319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319489329950592756231948932995059275623194893299505927562319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7100c96c-36bd-47e6-8bc8-1d793aac2398, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 107327bd-d5af-47ee-a0ae-912add57e5ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 107327bd-d5af-47ee-a0ae-912add57e5ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7553233217351780897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897755323321735178089775532332173517808977553233217351780897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68233409-2925-4d20-9733-6ae1cc56a1a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d2f889-156c-47e5-bc99-5b8497ee925d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d2f889-156c-47e5-bc99-5b8497ee925d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17745054929055472576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576177450549290554725761774505492905547257617745054929055472576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 107327bd-d5af-47ee-a0ae-912add57e5ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f46c6371-f213-4e56-b0a2-87121e3ce0b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46c6371-f213-4e56-b0a2-87121e3ce0b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13783076838919741620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620137830768389197416201378307683891974162013783076838919741620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d2f889-156c-47e5-bc99-5b8497ee925d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44ce6387-b6fa-4bfc-9dbe-d6c71be09d02, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44ce6387-b6fa-4bfc-9dbe-d6c71be09d02, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14363578480675059024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024143635784806750590241436357848067505902414363578480675059024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46c6371-f213-4e56-b0a2-87121e3ce0b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8ff770b-71be-4ef6-8a4e-b0bb2e5c8b7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ff770b-71be-4ef6-8a4e-b0bb2e5c8b7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9897538998431771142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142989753899843177114298975389984317711429897538998431771142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44ce6387-b6fa-4bfc-9dbe-d6c71be09d02, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ff770b-71be-4ef6-8a4e-b0bb2e5c8b7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6182ed97-8b55-4d31-a617-99441c6c9946, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76c53e8e-011e-47b7-ab5e-c3038c5c35da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6182ed97-8b55-4d31-a617-99441c6c9946, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10760326007531559788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788107603260075315597881076032600753155978810760326007531559788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c53e8e-011e-47b7-ab5e-c3038c5c35da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14836803136006372246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246148368031360063722461483680313600637224614836803136006372246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6182ed97-8b55-4d31-a617-99441c6c9946, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae177b46-17c0-4097-b734-846dd5db303d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae177b46-17c0-4097-b734-846dd5db303d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10898880618723270510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510108988806187232705101089888061872327051010898880618723270510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c53e8e-011e-47b7-ab5e-c3038c5c35da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91fe1293-fe8b-4a8c-8748-31c9df0e3529, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91fe1293-fe8b-4a8c-8748-31c9df0e3529, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11022826896182783613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613110228268961827836131102282689618278361311022826896182783613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae177b46-17c0-4097-b734-846dd5db303d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd36a6b6-c22e-405f-ba66-bc3f68bda4af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd36a6b6-c22e-405f-ba66-bc3f68bda4af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4825227704065190017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017482522770406519001748252277040651900174825227704065190017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91fe1293-fe8b-4a8c-8748-31c9df0e3529, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82d7ef8d-220d-486b-9e58-d8b84d34c8f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82d7ef8d-220d-486b-9e58-d8b84d34c8f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11001326486813016256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256110013264868130162561100132648681301625611001326486813016256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd36a6b6-c22e-405f-ba66-bc3f68bda4af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6a6d64-64e1-4e75-96be-3d78fc551835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82d7ef8d-220d-486b-9e58-d8b84d34c8f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c45901b7-0538-497f-9421-d8a1f9cb8078, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6a6d64-64e1-4e75-96be-3d78fc551835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9789788473805243424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424978978847380524342497897884738052434249789788473805243424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45901b7-0538-497f-9421-d8a1f9cb8078, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13259506494183128719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719132595064941831287191325950649418312871913259506494183128719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6a6d64-64e1-4e75-96be-3d78fc551835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dd0e6e2-62b7-4d1f-904a-8b4a758971bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dd0e6e2-62b7-4d1f-904a-8b4a758971bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8301689000850212991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991830168900085021299183016890008502129918301689000850212991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45901b7-0538-497f-9421-d8a1f9cb8078, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90d8add5-1c02-4a12-b292-0bd254dc9d2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d8add5-1c02-4a12-b292-0bd254dc9d2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9491454489717509781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781949145448971750978194914544897175097819491454489717509781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dd0e6e2-62b7-4d1f-904a-8b4a758971bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd1fa001-3717-4a65-9808-0c3ecc6aba9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1fa001-3717-4a65-9808-0c3ecc6aba9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2803912968654788382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382280391296865478838228039129686547883822803912968654788382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d8add5-1c02-4a12-b292-0bd254dc9d2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d75ded5-d8af-4cf8-8bce-9a3a33a65408, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d75ded5-d8af-4cf8-8bce-9a3a33a65408, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4963866891637411932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932496386689163741193249638668916374119324963866891637411932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1fa001-3717-4a65-9808-0c3ecc6aba9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38016971-264a-4159-b808-bb1dc4a92f19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38016971-264a-4159-b808-bb1dc4a92f19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17918820537057009359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359179188205370570093591791882053705700935917918820537057009359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38016971-264a-4159-b808-bb1dc4a92f19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243a1df8-4c9f-4759-82fa-be9988a1acee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243a1df8-4c9f-4759-82fa-be9988a1acee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10407488105842916206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206104074881058429162061040748810584291620610407488105842916206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d75ded5-d8af-4cf8-8bce-9a3a33a65408, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3524e286-2cd1-4da6-934d-1452cba3ab13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3524e286-2cd1-4da6-934d-1452cba3ab13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1050146232363622990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990105014623236362299010501462323636229901050146232363622990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243a1df8-4c9f-4759-82fa-be9988a1acee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4a508a-aea6-4a60-9c87-fbb6f488141e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4a508a-aea6-4a60-9c87-fbb6f488141e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12433846874995282257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257124338468749952822571243384687499528225712433846874995282257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3524e286-2cd1-4da6-934d-1452cba3ab13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1261d3c8-d3b1-4658-8b59-4f8f57aed1e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1261d3c8-d3b1-4658-8b59-4f8f57aed1e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17334772004905943150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150173347720049059431501733477200490594315017334772004905943150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4a508a-aea6-4a60-9c87-fbb6f488141e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37191d16-9637-4ba5-a23b-fcc63f651429, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37191d16-9637-4ba5-a23b-fcc63f651429, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1966126627902312990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990196612662790231299019661266279023129901966126627902312990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1261d3c8-d3b1-4658-8b59-4f8f57aed1e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 414fd548-726a-453a-b2e8-45d541e38508, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 414fd548-726a-453a-b2e8-45d541e38508, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15264256396048645780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780152642563960486457801526425639604864578015264256396048645780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37191d16-9637-4ba5-a23b-fcc63f651429, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a51dd28d-e59d-43f3-bd2b-db6bc01ff131, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51dd28d-e59d-43f3-bd2b-db6bc01ff131, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 532465751448712690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690532465751448712690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 414fd548-726a-453a-b2e8-45d541e38508, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56219fe0-68cd-412e-8c62-50add810b4b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56219fe0-68cd-412e-8c62-50add810b4b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5608215460949496749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749560821546094949674956082154609494967495608215460949496749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51dd28d-e59d-43f3-bd2b-db6bc01ff131, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb6074b2-f4e2-4a1c-8845-201e3462d976, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb6074b2-f4e2-4a1c-8845-201e3462d976, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18013354174007364854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854180133541740073648541801335417400736485418013354174007364854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56219fe0-68cd-412e-8c62-50add810b4b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb6074b2-f4e2-4a1c-8845-201e3462d976, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 850d2325-19b8-4129-8865-eab3577746a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 850d2325-19b8-4129-8865-eab3577746a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1027964982942186177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177102796498294218617710279649829421861771027964982942186177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49e7f70e-11d7-4e64-8504-3ec37e3e34d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e7f70e-11d7-4e64-8504-3ec37e3e34d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1958690516777046881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881195869051677704688119586905167770468811958690516777046881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e7f70e-11d7-4e64-8504-3ec37e3e34d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff8db491-79e1-427d-a232-4c23d8295e07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8db491-79e1-427d-a232-4c23d8295e07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15538935954857906499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499155389359548579064991553893595485790649915538935954857906499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 850d2325-19b8-4129-8865-eab3577746a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fe90f76-b40b-4117-87c6-627e0a98516b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe90f76-b40b-4117-87c6-627e0a98516b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3215802152074143678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678321580215207414367832158021520741436783215802152074143678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8db491-79e1-427d-a232-4c23d8295e07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53688eb1-619a-4124-9f81-7fb035234f15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53688eb1-619a-4124-9f81-7fb035234f15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11957967320124155150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150119579673201241551501195796732012415515011957967320124155150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe90f76-b40b-4117-87c6-627e0a98516b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f5227a2-7958-48e5-9a31-84c5668613dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f5227a2-7958-48e5-9a31-84c5668613dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6383525582697958759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759638352558269795875963835255826979587596383525582697958759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53688eb1-619a-4124-9f81-7fb035234f15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ca1f729-b818-42c4-b67f-5edb25ce4b33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ca1f729-b818-42c4-b67f-5edb25ce4b33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7255466638290887303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303725546663829088730372554666382908873037255466638290887303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f5227a2-7958-48e5-9a31-84c5668613dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29a0f99a-15a6-47d7-a2e9-cc6bbbfec63d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a0f99a-15a6-47d7-a2e9-cc6bbbfec63d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16631947223141921944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944166319472231419219441663194722314192194416631947223141921944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ca1f729-b818-42c4-b67f-5edb25ce4b33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33338948-ed69-4952-a60a-3ed09cc7bb84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33338948-ed69-4952-a60a-3ed09cc7bb84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13404836484745433942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942134048364847454339421340483648474543394213404836484745433942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a0f99a-15a6-47d7-a2e9-cc6bbbfec63d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ddbaaa5-afe1-4f9d-97e6-0390b1b6ba82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ddbaaa5-afe1-4f9d-97e6-0390b1b6ba82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3861497792363510065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065386149779236351006538614977923635100653861497792363510065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33338948-ed69-4952-a60a-3ed09cc7bb84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeb06e17-e02b-4375-beef-0f5bc170b615, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb06e17-e02b-4375-beef-0f5bc170b615, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 758200957498646088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088758200957498646088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ddbaaa5-afe1-4f9d-97e6-0390b1b6ba82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60f62e56-113e-42d1-ab49-4f8efc8d0e94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60f62e56-113e-42d1-ab49-4f8efc8d0e94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3744346213747255548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548374434621374725554837443462137472555483744346213747255548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb06e17-e02b-4375-beef-0f5bc170b615, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959835b8-c2ff-4903-8c3a-ad2f81ccd384, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959835b8-c2ff-4903-8c3a-ad2f81ccd384, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10325764978835365304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304103257649788353653041032576497883536530410325764978835365304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60f62e56-113e-42d1-ab49-4f8efc8d0e94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3aa616a6-185d-44c6-a237-39a573f3b620, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa616a6-185d-44c6-a237-39a573f3b620, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13618192238016348617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617136181922380163486171361819223801634861713618192238016348617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959835b8-c2ff-4903-8c3a-ad2f81ccd384, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac318b36-9edd-4cf0-8279-bf4c03bf7746, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac318b36-9edd-4cf0-8279-bf4c03bf7746, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13792503546640018048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048137925035466400180481379250354664001804813792503546640018048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa616a6-185d-44c6-a237-39a573f3b620, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d40db978-2f66-4728-b611-04f522b4a074, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40db978-2f66-4728-b611-04f522b4a074, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1613355579115465351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351161335557911546535116133555791154653511613355579115465351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac318b36-9edd-4cf0-8279-bf4c03bf7746, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1603baf4-f2da-4cc1-9222-3326e25966cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1603baf4-f2da-4cc1-9222-3326e25966cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13238142728359788074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074132381427283597880741323814272835978807413238142728359788074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40db978-2f66-4728-b611-04f522b4a074, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa44ff1f-dc24-4661-b991-543edbcce344, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa44ff1f-dc24-4661-b991-543edbcce344, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13048548754955274469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469130485487549552744691304854875495527446913048548754955274469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1603baf4-f2da-4cc1-9222-3326e25966cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e2a2a8d-0512-4377-a62b-38e600584cc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e2a2a8d-0512-4377-a62b-38e600584cc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14749322084694168079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079147493220846941680791474932208469416807914749322084694168079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa44ff1f-dc24-4661-b991-543edbcce344, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e2a2a8d-0512-4377-a62b-38e600584cc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94ddb233-b70d-4c90-8a52-781b783648b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94ddb233-b70d-4c90-8a52-781b783648b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13865911311500142947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947138659113115001429471386591131150014294713865911311500142947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5253c7cf-392b-4035-a141-fed7c6ef1aa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5253c7cf-392b-4035-a141-fed7c6ef1aa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10753221201242659166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166107532212012426591661075322120124265916610753221201242659166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94ddb233-b70d-4c90-8a52-781b783648b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 000d8d00-a911-4903-b177-8c9f544d9f5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5253c7cf-392b-4035-a141-fed7c6ef1aa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3408d159-21e9-4e08-98f4-52bb55cf0b2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 000d8d00-a911-4903-b177-8c9f544d9f5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3665480045590184698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698366548004559018469836654800455901846983665480045590184698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3408d159-21e9-4e08-98f4-52bb55cf0b2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18234253483989279461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461182342534839892794611823425348398927946118234253483989279461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 000d8d00-a911-4903-b177-8c9f544d9f5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500ecd79-8ab0-4b32-81ca-6877fca8a21d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500ecd79-8ab0-4b32-81ca-6877fca8a21d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4322678403622789358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358432267840362278935843226784036227893584322678403622789358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3408d159-21e9-4e08-98f4-52bb55cf0b2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2d1b474-7a40-4a39-931d-76a2f5eef417, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d1b474-7a40-4a39-931d-76a2f5eef417, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3173163461029493621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621317316346102949362131731634610294936213173163461029493621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500ecd79-8ab0-4b32-81ca-6877fca8a21d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04479163-f480-4128-9275-5b2096bfdf86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04479163-f480-4128-9275-5b2096bfdf86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17255040300450957637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637172550403004509576371725504030045095763717255040300450957637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d1b474-7a40-4a39-931d-76a2f5eef417, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a60e947-6f32-4a27-99cf-ce051f5d9845, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a60e947-6f32-4a27-99cf-ce051f5d9845, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5829568017593598597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597582956801759359859758295680175935985975829568017593598597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04479163-f480-4128-9275-5b2096bfdf86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17d1735a-c618-4e13-9303-957996c7b887, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17d1735a-c618-4e13-9303-957996c7b887, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7946291423226066727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727794629142322606672779462914232260667277946291423226066727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a60e947-6f32-4a27-99cf-ce051f5d9845, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17d1735a-c618-4e13-9303-957996c7b887, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b3f952-5407-4c1f-8aff-9bfcbdea3d39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b3f952-5407-4c1f-8aff-9bfcbdea3d39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12568432307289334967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967125684323072893349671256843230728933496712568432307289334967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b7c28d-f517-4858-b02a-6811c0e40cb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b7c28d-f517-4858-b02a-6811c0e40cb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11819784772965582112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112118197847729655821121181978477296558211211819784772965582112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b3f952-5407-4c1f-8aff-9bfcbdea3d39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bb669e7-7ad4-4442-97b6-3220f7d8df61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb669e7-7ad4-4442-97b6-3220f7d8df61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3208216231714539965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965320821623171453996532082162317145399653208216231714539965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b7c28d-f517-4858-b02a-6811c0e40cb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de852d82-31d5-42c1-8050-806e1f60d7fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de852d82-31d5-42c1-8050-806e1f60d7fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17470762785726860718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718174707627857268607181747076278572686071817470762785726860718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb669e7-7ad4-4442-97b6-3220f7d8df61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a57bde8-f867-4c51-9afe-71cc14110144, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a57bde8-f867-4c51-9afe-71cc14110144, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16621949992392186959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959166219499923921869591662194999239218695916621949992392186959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de852d82-31d5-42c1-8050-806e1f60d7fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a342760d-bdc9-483b-982e-7674341cdd0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a342760d-bdc9-483b-982e-7674341cdd0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3964598390248007836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836396459839024800783639645983902480078363964598390248007836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a57bde8-f867-4c51-9afe-71cc14110144, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06b71f7-8474-4b0b-b1ae-c73200757166, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06b71f7-8474-4b0b-b1ae-c73200757166, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4301456472896308953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953430145647289630895343014564728963089534301456472896308953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a342760d-bdc9-483b-982e-7674341cdd0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 567fc349-ae6a-41b1-bc0b-792379a4f493, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 567fc349-ae6a-41b1-bc0b-792379a4f493, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1843633245962735745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745184363324596273574518436332459627357451843633245962735745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06b71f7-8474-4b0b-b1ae-c73200757166, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6e2f106-cb3b-4630-bbe7-3aa88610904e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6e2f106-cb3b-4630-bbe7-3aa88610904e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3520935813711778468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468352093581371177846835209358137117784683520935813711778468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 567fc349-ae6a-41b1-bc0b-792379a4f493, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33c570db-b9e2-4fdc-98a1-005940cb2cd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c570db-b9e2-4fdc-98a1-005940cb2cd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660795399240717824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824866079539924071782486607953992407178248660795399240717824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6e2f106-cb3b-4630-bbe7-3aa88610904e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c960d8ee-00e5-4128-9a25-2464182cacf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c960d8ee-00e5-4128-9a25-2464182cacf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6453380383053164238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238645338038305316423864533803830531642386453380383053164238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c570db-b9e2-4fdc-98a1-005940cb2cd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76644787-f2c1-401a-936a-109f1f140dce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76644787-f2c1-401a-936a-109f1f140dce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6400847416575545120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120640084741657554512064008474165755451206400847416575545120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c960d8ee-00e5-4128-9a25-2464182cacf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d357bee8-cfb1-4496-89ed-ee4236035854, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d357bee8-cfb1-4496-89ed-ee4236035854, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14172670356818676558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558141726703568186765581417267035681867655814172670356818676558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76644787-f2c1-401a-936a-109f1f140dce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7007b38-ca6a-4a16-b404-0e3cdd6f8eea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7007b38-ca6a-4a16-b404-0e3cdd6f8eea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925184764914340929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929179251847649143409291792518476491434092917925184764914340929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d357bee8-cfb1-4496-89ed-ee4236035854, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e9f52bb-cd30-4395-82df-87ca5c57f9a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e9f52bb-cd30-4395-82df-87ca5c57f9a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11574374510407238234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234115743745104072382341157437451040723823411574374510407238234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7007b38-ca6a-4a16-b404-0e3cdd6f8eea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba243272-ea94-477d-a4b1-4d7b80e68cf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba243272-ea94-477d-a4b1-4d7b80e68cf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11114397803067857268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268111143978030678572681111439780306785726811114397803067857268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e9f52bb-cd30-4395-82df-87ca5c57f9a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5ac271e-ab22-4609-aba0-34cd59daf2f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5ac271e-ab22-4609-aba0-34cd59daf2f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3751920675435530938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938375192067543553093837519206754355309383751920675435530938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba243272-ea94-477d-a4b1-4d7b80e68cf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02fdbe0b-6342-46cc-9a41-2fab70635891, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02fdbe0b-6342-46cc-9a41-2fab70635891, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 101578486783347804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804101578486783347804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5ac271e-ab22-4609-aba0-34cd59daf2f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02fdbe0b-6342-46cc-9a41-2fab70635891, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5194373f-f75f-4444-8692-3b368e2948f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5194373f-f75f-4444-8692-3b368e2948f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4656016851968183995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995465601685196818399546560168519681839954656016851968183995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d362be0-a709-4bce-a098-42ca06f10bac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d362be0-a709-4bce-a098-42ca06f10bac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3373970228645352154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154337397022864535215433739702286453521543373970228645352154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5194373f-f75f-4444-8692-3b368e2948f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75056f22-1217-459e-9fb2-32ab17a5201c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75056f22-1217-459e-9fb2-32ab17a5201c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15626012865187727763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763156260128651877277631562601286518772776315626012865187727763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d362be0-a709-4bce-a098-42ca06f10bac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dadcbbf6-22af-48fb-8a2d-52628f8bc2cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dadcbbf6-22af-48fb-8a2d-52628f8bc2cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6838367140920671647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647683836714092067164768383671409206716476838367140920671647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75056f22-1217-459e-9fb2-32ab17a5201c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcd00e28-a1c7-4fad-bf8d-aba3d3a0b827, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dadcbbf6-22af-48fb-8a2d-52628f8bc2cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 130d9fdf-763d-4607-b1cb-3c99cc2f1ea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130d9fdf-763d-4607-b1cb-3c99cc2f1ea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5593843711975368784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784559384371197536878455938437119753687845593843711975368784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcd00e28-a1c7-4fad-bf8d-aba3d3a0b827, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6849624778720350653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653684962477872035065368496247787203506536849624778720350653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130d9fdf-763d-4607-b1cb-3c99cc2f1ea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 280f2f82-08f0-4dba-a534-3db3f86c8a42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280f2f82-08f0-4dba-a534-3db3f86c8a42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16507875975770201156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156165078759757702011561650787597577020115616507875975770201156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcd00e28-a1c7-4fad-bf8d-aba3d3a0b827, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f99ad87-f539-44f8-a0db-9db6363d748e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f99ad87-f539-44f8-a0db-9db6363d748e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3482054940254217638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638348205494025421763834820549402542176383482054940254217638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280f2f82-08f0-4dba-a534-3db3f86c8a42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c280bd-25f0-40e2-bbea-ac2de74b0ead, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c280bd-25f0-40e2-bbea-ac2de74b0ead, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15734282784898718605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605157342827848987186051573428278489871860515734282784898718605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f99ad87-f539-44f8-a0db-9db6363d748e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29212e9d-23ca-437c-94e8-d731bf453a51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29212e9d-23ca-437c-94e8-d731bf453a51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17065618584994013753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753170656185849940137531706561858499401375317065618584994013753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c280bd-25f0-40e2-bbea-ac2de74b0ead, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceba2bda-10a9-4b19-8149-8f1145e0cb28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceba2bda-10a9-4b19-8149-8f1145e0cb28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11319583358818982344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344113195833588189823441131958335881898234411319583358818982344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29212e9d-23ca-437c-94e8-d731bf453a51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0c9fb04-4d55-4b86-9e4f-99dde964d681, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c9fb04-4d55-4b86-9e4f-99dde964d681, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7006908166922283361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361700690816692228336170069081669222833617006908166922283361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceba2bda-10a9-4b19-8149-8f1145e0cb28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c01682a3-7072-4ba5-998c-85fa72f3ea40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01682a3-7072-4ba5-998c-85fa72f3ea40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9248581700341930509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509924858170034193050992485817003419305099248581700341930509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c9fb04-4d55-4b86-9e4f-99dde964d681, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fa3b9b2-f806-4218-b46f-589322efa78d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fa3b9b2-f806-4218-b46f-589322efa78d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8847800745636592833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833884780074563659283388478007456365928338847800745636592833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01682a3-7072-4ba5-998c-85fa72f3ea40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1d5cb9f-5e80-4295-80f3-5eea814d00e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d5cb9f-5e80-4295-80f3-5eea814d00e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12492684842373707556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556124926848423737075561249268484237370755612492684842373707556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fa3b9b2-f806-4218-b46f-589322efa78d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 870cecfa-0f87-48cf-b8a2-5afa1062995b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 870cecfa-0f87-48cf-b8a2-5afa1062995b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7468819775952358429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429746881977595235842974688197759523584297468819775952358429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d5cb9f-5e80-4295-80f3-5eea814d00e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9c0fbb7-6fa4-4533-8ccc-d294d3067a6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c0fbb7-6fa4-4533-8ccc-d294d3067a6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10257624705572921815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815102576247055729218151025762470557292181510257624705572921815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 870cecfa-0f87-48cf-b8a2-5afa1062995b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7004197b-9b55-4fce-a428-28e230adc3fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7004197b-9b55-4fce-a428-28e230adc3fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1417170089748847859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859141717008974884785914171700897488478591417170089748847859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c0fbb7-6fa4-4533-8ccc-d294d3067a6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 987e41f2-a96a-43f3-b4c9-3afb6805bf7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 987e41f2-a96a-43f3-b4c9-3afb6805bf7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8894861650059730835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835889486165005973083588948616500597308358894861650059730835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7004197b-9b55-4fce-a428-28e230adc3fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f876cb76-2392-423f-bcea-4fc641985119, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f876cb76-2392-423f-bcea-4fc641985119, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1918165186169618097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097191816518616961809719181651861696180971918165186169618097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 987e41f2-a96a-43f3-b4c9-3afb6805bf7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b1d648c-dc27-4b8d-addc-22aa7508af85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b1d648c-dc27-4b8d-addc-22aa7508af85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15238256533902947322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322152382565339029473221523825653390294732215238256533902947322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f876cb76-2392-423f-bcea-4fc641985119, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c15f210-0b06-443d-b4e5-2eed618a0008, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c15f210-0b06-443d-b4e5-2eed618a0008, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8361943390694985336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336836194339069498533683619433906949853368361943390694985336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b1d648c-dc27-4b8d-addc-22aa7508af85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d114596-7d78-4cb6-83a3-72822d154ec1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d114596-7d78-4cb6-83a3-72822d154ec1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12159682942582613162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162121596829425826131621215968294258261316212159682942582613162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c15f210-0b06-443d-b4e5-2eed618a0008, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de292bf2-8a2a-4600-937b-1b309921eb49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de292bf2-8a2a-4600-937b-1b309921eb49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10260857145331448094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094102608571453314480941026085714533144809410260857145331448094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d114596-7d78-4cb6-83a3-72822d154ec1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 722ca33d-3aa7-4f40-9328-43da274da59b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 722ca33d-3aa7-4f40-9328-43da274da59b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9028096038673756345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345902809603867375634590280960386737563459028096038673756345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de292bf2-8a2a-4600-937b-1b309921eb49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b7d32d7-3647-4da5-803a-ac17e30ac755, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b7d32d7-3647-4da5-803a-ac17e30ac755, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10418589084511845300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300104185890845118453001041858908451184530010418589084511845300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 722ca33d-3aa7-4f40-9328-43da274da59b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea927a8-e0c1-4c99-a250-3e94548caeec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea927a8-e0c1-4c99-a250-3e94548caeec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4317612024978057959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959431761202497805795943176120249780579594317612024978057959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b7d32d7-3647-4da5-803a-ac17e30ac755, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b32c345c-7c0c-4aa5-a86d-24ef3493a15d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32c345c-7c0c-4aa5-a86d-24ef3493a15d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1510392473290887558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558151039247329088755815103924732908875581510392473290887558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea927a8-e0c1-4c99-a250-3e94548caeec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9f4cf8e-2d99-45c9-a830-135a7b04ac5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f4cf8e-2d99-45c9-a830-135a7b04ac5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8344106886789192244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244834410688678919224483441068867891922448344106886789192244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32c345c-7c0c-4aa5-a86d-24ef3493a15d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23027938-cc01-47db-88ac-3b038363ae9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23027938-cc01-47db-88ac-3b038363ae9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3183232523200425087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087318323252320042508731832325232004250873183232523200425087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f4cf8e-2d99-45c9-a830-135a7b04ac5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 181b862c-d233-44b3-a947-3f2ee5370e86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181b862c-d233-44b3-a947-3f2ee5370e86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8984790513862321098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098898479051386232109889847905138623210988984790513862321098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23027938-cc01-47db-88ac-3b038363ae9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9291aac6-7041-4cce-b58e-1bd72584bdbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9291aac6-7041-4cce-b58e-1bd72584bdbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 34346658133550091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3434665813355009134346658133550091343466581335500913434665813355009134346658133550091343466581335500913434665813355009134346658133550091343466581335500913434665813355009134346658133550091343466581335500913434665813355009134346658133550091343466581335500913434665813355009134346658133550091343466581335500913434665813355009134346658133550091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181b862c-d233-44b3-a947-3f2ee5370e86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 480d5b5c-9702-48b1-95b8-63c92f59eca0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 480d5b5c-9702-48b1-95b8-63c92f59eca0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1698841638618760586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586169884163861876058616988416386187605861698841638618760586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9291aac6-7041-4cce-b58e-1bd72584bdbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7ae4c90-8eba-493b-a4b4-604994664107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ae4c90-8eba-493b-a4b4-604994664107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11416358764819602950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950114163587648196029501141635876481960295011416358764819602950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 480d5b5c-9702-48b1-95b8-63c92f59eca0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c433913-8fe4-4e00-bff9-c06017846d96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c433913-8fe4-4e00-bff9-c06017846d96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4651460919475863728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728465146091947586372846514609194758637284651460919475863728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ae4c90-8eba-493b-a4b4-604994664107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cc71ae2-6ab8-4a9b-97f9-d8507b9a0510, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc71ae2-6ab8-4a9b-97f9-d8507b9a0510, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1687846471102643154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154168784647110264315416878464711026431541687846471102643154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c433913-8fe4-4e00-bff9-c06017846d96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96c96798-988f-4ca6-93a3-c2232adcd4ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c96798-988f-4ca6-93a3-c2232adcd4ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6461067626749203177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177646106762674920317764610676267492031776461067626749203177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc71ae2-6ab8-4a9b-97f9-d8507b9a0510, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0e4018e-8fec-47a5-9363-3cf7f6695caa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e4018e-8fec-47a5-9363-3cf7f6695caa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 305997173252369204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204305997173252369204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c96798-988f-4ca6-93a3-c2232adcd4ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5446380-711b-4ff9-871d-b0a9bdbc78ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5446380-711b-4ff9-871d-b0a9bdbc78ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4533233852766778890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890453323385276677889045332338527667788904533233852766778890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e4018e-8fec-47a5-9363-3cf7f6695caa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b03a86c-9738-419f-b41b-4320cfe8429b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b03a86c-9738-419f-b41b-4320cfe8429b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12015101612424902443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443120151016124249024431201510161242490244312015101612424902443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5446380-711b-4ff9-871d-b0a9bdbc78ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b15c5f39-ecc7-46bd-86a7-d502801f8fed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b15c5f39-ecc7-46bd-86a7-d502801f8fed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15587784929866382759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759155877849298663827591558778492986638275915587784929866382759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b03a86c-9738-419f-b41b-4320cfe8429b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d7bf8a8-4c3e-4526-ad5c-8c70764fa8ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7bf8a8-4c3e-4526-ad5c-8c70764fa8ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5445071263750544969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969544507126375054496954450712637505449695445071263750544969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b15c5f39-ecc7-46bd-86a7-d502801f8fed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92d459c3-9efd-4a27-8caa-17c11c8b9c26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d459c3-9efd-4a27-8caa-17c11c8b9c26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 779574255611954175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175779574255611954175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7bf8a8-4c3e-4526-ad5c-8c70764fa8ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4e86ed4-31b5-4a2c-8975-2b676d791e12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4e86ed4-31b5-4a2c-8975-2b676d791e12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4216814305552168115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115421681430555216811542168143055521681154216814305552168115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d459c3-9efd-4a27-8caa-17c11c8b9c26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42e4e3fd-70ff-4b05-ab86-4b41e72e4a80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42e4e3fd-70ff-4b05-ab86-4b41e72e4a80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120011142908445179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179512001114290844517951200111429084451795120011142908445179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4e86ed4-31b5-4a2c-8975-2b676d791e12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7492ea0-43cb-4311-8561-2aec2ad6b898, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7492ea0-43cb-4311-8561-2aec2ad6b898, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17861076937143356420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420178610769371433564201786107693714335642017861076937143356420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42e4e3fd-70ff-4b05-ab86-4b41e72e4a80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cc6b0ec-ba4d-44eb-a5fe-9b791fe2390c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7492ea0-43cb-4311-8561-2aec2ad6b898, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b67e59d3-d436-4b40-8925-886f4ebe5a4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b67e59d3-d436-4b40-8925-886f4ebe5a4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3211897939727827805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805321189793972782780532118979397278278053211897939727827805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc6b0ec-ba4d-44eb-a5fe-9b791fe2390c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13415607061885974527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527134156070618859745271341560706188597452713415607061885974527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc6b0ec-ba4d-44eb-a5fe-9b791fe2390c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d1897b-222c-40ce-88a5-ec39c4a5da20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b67e59d3-d436-4b40-8925-886f4ebe5a4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08a8f556-5617-4cfd-b8e3-32d3f82b6a38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d1897b-222c-40ce-88a5-ec39c4a5da20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9742112266829139482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482974211226682913948297421122668291394829742112266829139482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a8f556-5617-4cfd-b8e3-32d3f82b6a38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17720577444603488194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194177205774446034881941772057744460348819417720577444603488194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d1897b-222c-40ce-88a5-ec39c4a5da20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a8f556-5617-4cfd-b8e3-32d3f82b6a38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4674037a-1195-4fc6-b95a-2057f59e7178, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4674037a-1195-4fc6-b95a-2057f59e7178, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13185138052160204801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801131851380521602048011318513805216020480113185138052160204801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b5c4fc6-d9c7-432f-864b-ff79d098cfe1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b5c4fc6-d9c7-432f-864b-ff79d098cfe1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 203585996903153653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653203585996903153653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b5c4fc6-d9c7-432f-864b-ff79d098cfe1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6256ca1-3ef7-4357-b7fb-34a9604da0c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6256ca1-3ef7-4357-b7fb-34a9604da0c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862274902795513124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124178622749027955131241786227490279551312417862274902795513124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4674037a-1195-4fc6-b95a-2057f59e7178, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74b38082-9d33-4518-a4f3-c4c2cc330ba8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b38082-9d33-4518-a4f3-c4c2cc330ba8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16931847315592303353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353169318473155923033531693184731559230335316931847315592303353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6256ca1-3ef7-4357-b7fb-34a9604da0c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7a5614a-6d59-42be-9743-4f2984d3a076, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7a5614a-6d59-42be-9743-4f2984d3a076, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3763423139241231955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955376342313924123195537634231392412319553763423139241231955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b38082-9d33-4518-a4f3-c4c2cc330ba8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e3ff3fd-f980-40d5-a1dc-f355540c7839, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e3ff3fd-f980-40d5-a1dc-f355540c7839, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10217407705073448348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348102174077050734483481021740770507344834810217407705073448348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7a5614a-6d59-42be-9743-4f2984d3a076, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a82459d9-3fba-41ae-9a8f-159417a28526, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82459d9-3fba-41ae-9a8f-159417a28526, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2788043506646637308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308278804350664663730827880435066466373082788043506646637308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e3ff3fd-f980-40d5-a1dc-f355540c7839, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea0ec530-a5a6-4b29-855c-db03b5c81e4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea0ec530-a5a6-4b29-855c-db03b5c81e4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7582773274799273416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416758277327479927341675827732747992734167582773274799273416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82459d9-3fba-41ae-9a8f-159417a28526, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3775415d-4096-4e42-aa6d-8039e9fac6c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3775415d-4096-4e42-aa6d-8039e9fac6c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7176425680570953504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504717642568057095350471764256805709535047176425680570953504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea0ec530-a5a6-4b29-855c-db03b5c81e4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3667d9e-c426-4819-891e-e39b6be07e46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3667d9e-c426-4819-891e-e39b6be07e46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8616113387605665943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943861611338760566594386161133876056659438616113387605665943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3775415d-4096-4e42-aa6d-8039e9fac6c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e352c4b-84db-410f-a193-b4ad3897fd5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3667d9e-c426-4819-891e-e39b6be07e46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959715b1-88ed-49ab-b532-5648902c55c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959715b1-88ed-49ab-b532-5648902c55c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2890496315640361490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490289049631564036149028904963156403614902890496315640361490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e352c4b-84db-410f-a193-b4ad3897fd5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12663815630897183660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660126638156308971836601266381563089718366012663815630897183660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959715b1-88ed-49ab-b532-5648902c55c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e906a080-9a32-4bf5-8718-c23d9c240b30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e906a080-9a32-4bf5-8718-c23d9c240b30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2036377078592240875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875203637707859224087520363770785922408752036377078592240875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e352c4b-84db-410f-a193-b4ad3897fd5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b36352be-6cb3-4a1e-ad37-94bcbb791e63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36352be-6cb3-4a1e-ad37-94bcbb791e63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16118325849822896379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379161183258498228963791611832584982289637916118325849822896379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e906a080-9a32-4bf5-8718-c23d9c240b30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dcc6a1b-919d-43d8-9cef-cc5d6e48e270, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dcc6a1b-919d-43d8-9cef-cc5d6e48e270, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5139443521232290601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601513944352123229060151394435212322906015139443521232290601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36352be-6cb3-4a1e-ad37-94bcbb791e63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a93c0006-2655-43a6-85ec-4f1556ee717b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93c0006-2655-43a6-85ec-4f1556ee717b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17336939232519997784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784173369392325199977841733693923251999778417336939232519997784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dcc6a1b-919d-43d8-9cef-cc5d6e48e270, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9d898c-c55f-4e85-9a3e-6fe5b1f39dfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9d898c-c55f-4e85-9a3e-6fe5b1f39dfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7181508595856420454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454718150859585642045471815085958564204547181508595856420454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93c0006-2655-43a6-85ec-4f1556ee717b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90cf60ae-2f12-4bd8-bb8a-e34d40b93757, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90cf60ae-2f12-4bd8-bb8a-e34d40b93757, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14925465697510515206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206149254656975105152061492546569751051520614925465697510515206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9d898c-c55f-4e85-9a3e-6fe5b1f39dfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 837c5caf-499f-4317-aa4d-99c3850bee90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 837c5caf-499f-4317-aa4d-99c3850bee90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17971531433073865271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271179715314330738652711797153143307386527117971531433073865271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90cf60ae-2f12-4bd8-bb8a-e34d40b93757, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb4d6228-cc26-44d4-b9d5-0ea0592786b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb4d6228-cc26-44d4-b9d5-0ea0592786b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428877206301612568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568942887720630161256894288772063016125689428877206301612568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 837c5caf-499f-4317-aa4d-99c3850bee90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a56dc9-2d01-478b-8f40-53a10f53eb56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a56dc9-2d01-478b-8f40-53a10f53eb56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7340795271749302667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667734079527174930266773407952717493026677340795271749302667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb4d6228-cc26-44d4-b9d5-0ea0592786b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80d823f2-3f95-4f9b-80e9-a2f81e68db2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d823f2-3f95-4f9b-80e9-a2f81e68db2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10935046532054935193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193109350465320549351931093504653205493519310935046532054935193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a56dc9-2d01-478b-8f40-53a10f53eb56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c99ec2ee-c666-4cee-92a1-0c9a8c91dee4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c99ec2ee-c666-4cee-92a1-0c9a8c91dee4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11051833309756236415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415110518333097562364151105183330975623641511051833309756236415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d823f2-3f95-4f9b-80e9-a2f81e68db2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c14aec32-82c6-411c-886e-89a52d9349b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c14aec32-82c6-411c-886e-89a52d9349b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11986582755608919855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855119865827556089198551198658275560891985511986582755608919855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c99ec2ee-c666-4cee-92a1-0c9a8c91dee4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a561ba3c-af36-4acf-8468-6388e3efb314, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a561ba3c-af36-4acf-8468-6388e3efb314, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 728899485423012179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179728899485423012179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c14aec32-82c6-411c-886e-89a52d9349b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77c70746-b227-4006-8580-a5d602c0a1d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c70746-b227-4006-8580-a5d602c0a1d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2022236613801572015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015202223661380157201520222366138015720152022236613801572015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a561ba3c-af36-4acf-8468-6388e3efb314, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4463b10e-29b4-4414-be7d-afc1d6376cf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4463b10e-29b4-4414-be7d-afc1d6376cf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3229472252461774658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658322947225246177465832294722524617746583229472252461774658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c70746-b227-4006-8580-a5d602c0a1d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd0b96c9-aaa1-4bb1-b07f-e157be883dd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd0b96c9-aaa1-4bb1-b07f-e157be883dd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4682001349449990769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769468200134944999076946820013494499907694682001349449990769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4463b10e-29b4-4414-be7d-afc1d6376cf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03c99801-3e81-42c6-9e8b-583d6687fae8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c99801-3e81-42c6-9e8b-583d6687fae8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5931355021189197532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532593135502118919753259313550211891975325931355021189197532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd0b96c9-aaa1-4bb1-b07f-e157be883dd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7d9970b-f510-4424-ada6-39df35d80458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7d9970b-f510-4424-ada6-39df35d80458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9508127917323173917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917950812791732317391795081279173231739179508127917323173917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c99801-3e81-42c6-9e8b-583d6687fae8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 460fd19f-5b4a-4cc2-86a5-f182c6c62064, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 460fd19f-5b4a-4cc2-86a5-f182c6c62064, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9894516915245880223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223989451691524588022398945169152458802239894516915245880223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7d9970b-f510-4424-ada6-39df35d80458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ceb8f33-b630-4073-bbd2-d34319e4cede, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ceb8f33-b630-4073-bbd2-d34319e4cede, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8424449546919102751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751842444954691910275184244495469191027518424449546919102751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 460fd19f-5b4a-4cc2-86a5-f182c6c62064, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e0440a0-5dfa-49f3-8224-806b1529ef53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ceb8f33-b630-4073-bbd2-d34319e4cede, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed8df5a7-e4ff-486f-98b5-7884e587638e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8df5a7-e4ff-486f-98b5-7884e587638e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8153923420410591300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300815392342041059130081539234204105913008153923420410591300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0440a0-5dfa-49f3-8224-806b1529ef53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15601480103814682958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958156014801038146829581560148010381468295815601480103814682958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8df5a7-e4ff-486f-98b5-7884e587638e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0440a0-5dfa-49f3-8224-806b1529ef53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e95a1ee-506e-4bfd-8f37-5a8ccbb749e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2034839e-cc9c-4f6f-92d7-c580fdd1f071, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e95a1ee-506e-4bfd-8f37-5a8ccbb749e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7111326215011226503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503711132621501122650371113262150112265037111326215011226503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2034839e-cc9c-4f6f-92d7-c580fdd1f071, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2920317711434514373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373292031771143451437329203177114345143732920317711434514373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2034839e-cc9c-4f6f-92d7-c580fdd1f071, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c65f884e-262f-4505-9b28-dd515507ab7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65f884e-262f-4505-9b28-dd515507ab7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9472268986874330621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621947226898687433062194722689868743306219472268986874330621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e95a1ee-506e-4bfd-8f37-5a8ccbb749e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4d0967-c6a6-41c9-8b37-3f4b66c3364a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4d0967-c6a6-41c9-8b37-3f4b66c3364a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4532467091848122809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809453246709184812280945324670918481228094532467091848122809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65f884e-262f-4505-9b28-dd515507ab7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4d0967-c6a6-41c9-8b37-3f4b66c3364a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba480816-33f1-4c3c-a909-77197ea9dbe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c30fa9a8-4d64-46e2-84cb-5ffd14676de1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c30fa9a8-4d64-46e2-84cb-5ffd14676de1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15134452363677883953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953151344523636778839531513445236367788395315134452363677883953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba480816-33f1-4c3c-a909-77197ea9dbe4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14268000866484828067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067142680008664848280671426800086648482806714268000866484828067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c30fa9a8-4d64-46e2-84cb-5ffd14676de1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f44587e1-36e4-451c-8423-65b2960dbee6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44587e1-36e4-451c-8423-65b2960dbee6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11625238780977043700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700116252387809770437001162523878097704370011625238780977043700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba480816-33f1-4c3c-a909-77197ea9dbe4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13bae7e-ba23-49ed-902a-7d1b57c60c12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44587e1-36e4-451c-8423-65b2960dbee6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13bae7e-ba23-49ed-902a-7d1b57c60c12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10261857794454577708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708102618577944545777081026185779445457770810261857794454577708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffaeb412-0f0f-4d6c-9525-3a7cee494f23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffaeb412-0f0f-4d6c-9525-3a7cee494f23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13724177994836620286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286137241779948366202861372417799483662028613724177994836620286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13bae7e-ba23-49ed-902a-7d1b57c60c12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d423553-8a2f-4c4f-a91a-0e1cf0e8dcdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d423553-8a2f-4c4f-a91a-0e1cf0e8dcdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13307769177275493873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873133077691772754938731330776917727549387313307769177275493873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffaeb412-0f0f-4d6c-9525-3a7cee494f23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afaa3fe9-cbd8-4ced-aba4-3ef93cf43864, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afaa3fe9-cbd8-4ced-aba4-3ef93cf43864, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18397758983913611140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140183977589839136111401839775898391361114018397758983913611140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d423553-8a2f-4c4f-a91a-0e1cf0e8dcdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60146cfa-45f3-44ae-9ac8-954a61fdb4de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60146cfa-45f3-44ae-9ac8-954a61fdb4de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 868939306253295103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103868939306253295103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afaa3fe9-cbd8-4ced-aba4-3ef93cf43864, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4be7e2eb-8260-4967-8459-d45631bef7eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be7e2eb-8260-4967-8459-d45631bef7eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1604248852410885987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987160424885241088598716042488524108859871604248852410885987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60146cfa-45f3-44ae-9ac8-954a61fdb4de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c250d8b-aea4-42bd-ac1a-d90db67aff7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c250d8b-aea4-42bd-ac1a-d90db67aff7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9861334954940559630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630986133495494055963098613349549405596309861334954940559630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4be7e2eb-8260-4967-8459-d45631bef7eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15c67643-4a1d-4997-93e9-018362bba919, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c67643-4a1d-4997-93e9-018362bba919, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3476714634138668016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016347671463413866801634767146341386680163476714634138668016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c250d8b-aea4-42bd-ac1a-d90db67aff7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 650f2485-7077-409b-8c96-6c09d255872e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650f2485-7077-409b-8c96-6c09d255872e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11427869189979658239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239114278691899796582391142786918997965823911427869189979658239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c67643-4a1d-4997-93e9-018362bba919, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad517389-5444-4d17-af2b-0dae2dae5543, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad517389-5444-4d17-af2b-0dae2dae5543, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2616518503378978631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631261651850337897863126165185033789786312616518503378978631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650f2485-7077-409b-8c96-6c09d255872e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 185f5898-8baf-4e6a-b017-cda2ef668ba7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 185f5898-8baf-4e6a-b017-cda2ef668ba7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1963540421077098701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701196354042107709870119635404210770987011963540421077098701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad517389-5444-4d17-af2b-0dae2dae5543, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfe2cad7-2f59-439d-8983-96a0e51d92c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe2cad7-2f59-439d-8983-96a0e51d92c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15959967976827497755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755159599679768274977551595996797682749775515959967976827497755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 185f5898-8baf-4e6a-b017-cda2ef668ba7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aacf1942-6729-413a-b5a8-61ead66359a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aacf1942-6729-413a-b5a8-61ead66359a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7562356979190264823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823756235697919026482375623569791902648237562356979190264823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe2cad7-2f59-439d-8983-96a0e51d92c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 140d2057-7046-42cb-9110-114f342a659a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 140d2057-7046-42cb-9110-114f342a659a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13394801228918607233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233133948012289186072331339480122891860723313394801228918607233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aacf1942-6729-413a-b5a8-61ead66359a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2624885b-4b7a-4c50-83a9-2b74de259a94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2624885b-4b7a-4c50-83a9-2b74de259a94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10629785538811749286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286106297855388117492861062978553881174928610629785538811749286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 140d2057-7046-42cb-9110-114f342a659a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72d4dd6-ac2e-487f-a374-ebb093c5cb15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72d4dd6-ac2e-487f-a374-ebb093c5cb15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15882104334592468231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231158821043345924682311588210433459246823115882104334592468231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2624885b-4b7a-4c50-83a9-2b74de259a94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f446214c-102d-4f6d-83bc-18d83ed42803, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f446214c-102d-4f6d-83bc-18d83ed42803, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3108563767513708642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642310856376751370864231085637675137086423108563767513708642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72d4dd6-ac2e-487f-a374-ebb093c5cb15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b1ba2e4-8376-4465-8b4a-2baa3d2b9712, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b1ba2e4-8376-4465-8b4a-2baa3d2b9712, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16457842710231484740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740164578427102314847401645784271023148474016457842710231484740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b1ba2e4-8376-4465-8b4a-2baa3d2b9712, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f3bbf5c-c68b-4357-b71d-66ea85784a13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f3bbf5c-c68b-4357-b71d-66ea85784a13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16909537369266796400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400169095373692667964001690953736926679640016909537369266796400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f446214c-102d-4f6d-83bc-18d83ed42803, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fe7829-6c8d-40e8-a881-2b3ab0ec4c74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fe7829-6c8d-40e8-a881-2b3ab0ec4c74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4882323798455523253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253488232379845552325348823237984555232534882323798455523253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f3bbf5c-c68b-4357-b71d-66ea85784a13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8bd3f4f-3d82-4887-88a6-023db1ece8f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8bd3f4f-3d82-4887-88a6-023db1ece8f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6055689208793147996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996605568920879314799660556892087931479966055689208793147996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fe7829-6c8d-40e8-a881-2b3ab0ec4c74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 294282b3-30a4-4629-984b-b0d9ef36dbb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 294282b3-30a4-4629-984b-b0d9ef36dbb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5049462343951246413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413504946234395124641350494623439512464135049462343951246413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8bd3f4f-3d82-4887-88a6-023db1ece8f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db86dda4-5ee4-4bd8-bc61-ac95838e4b42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db86dda4-5ee4-4bd8-bc61-ac95838e4b42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1350696156792873391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391135069615679287339113506961567928733911350696156792873391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 294282b3-30a4-4629-984b-b0d9ef36dbb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3ac0933-1525-4930-9b80-57c0720a73fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3ac0933-1525-4930-9b80-57c0720a73fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1389862912946303213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213138986291294630321313898629129463032131389862912946303213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db86dda4-5ee4-4bd8-bc61-ac95838e4b42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 036a31aa-bd08-4753-81ea-bf89c6de0603, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036a31aa-bd08-4753-81ea-bf89c6de0603, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8307233635889733233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233830723363588973323383072336358897332338307233635889733233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3ac0933-1525-4930-9b80-57c0720a73fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4249d0d9-622b-4db9-ad7f-509a153a5e84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4249d0d9-622b-4db9-ad7f-509a153a5e84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9621039412378457018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018962103941237845701896210394123784570189621039412378457018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036a31aa-bd08-4753-81ea-bf89c6de0603, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c9c2c8e-702c-4c36-9a08-c5b8d52b2065, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9c2c8e-702c-4c36-9a08-c5b8d52b2065, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 455228065487578736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736455228065487578736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4249d0d9-622b-4db9-ad7f-509a153a5e84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 655106b5-9ad9-456f-91b7-abbfb9ad34ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 655106b5-9ad9-456f-91b7-abbfb9ad34ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 798887907366995591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591798887907366995591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9c2c8e-702c-4c36-9a08-c5b8d52b2065, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 655106b5-9ad9-456f-91b7-abbfb9ad34ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70b9d4eb-a93e-4890-adcf-c74f8e8d1167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70b9d4eb-a93e-4890-adcf-c74f8e8d1167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15302032246736153593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593153020322467361535931530203224673615359315302032246736153593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf8a3306-37cd-4ee3-90b6-8aedb6a6612a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf8a3306-37cd-4ee3-90b6-8aedb6a6612a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7109333367443805354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354710933336744380535471093333674438053547109333367443805354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70b9d4eb-a93e-4890-adcf-c74f8e8d1167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5ac7f31-97c3-4a3e-aec0-0654f65bd4be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5ac7f31-97c3-4a3e-aec0-0654f65bd4be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18252837474846351779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779182528374748463517791825283747484635177918252837474846351779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf8a3306-37cd-4ee3-90b6-8aedb6a6612a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbed49ff-6f0d-452c-87ae-32d335bd02da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbed49ff-6f0d-452c-87ae-32d335bd02da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17407376242689698679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679174073762426896986791740737624268969867917407376242689698679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5ac7f31-97c3-4a3e-aec0-0654f65bd4be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac40207c-ff88-4f48-a15f-b7a5937435fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac40207c-ff88-4f48-a15f-b7a5937435fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12918716444237938116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116129187164442379381161291871644423793811612918716444237938116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbed49ff-6f0d-452c-87ae-32d335bd02da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10474588-258c-4550-b452-d7248acd2681, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10474588-258c-4550-b452-d7248acd2681, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2787745330126007690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690278774533012600769027877453301260076902787745330126007690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac40207c-ff88-4f48-a15f-b7a5937435fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dacb1f31-ec00-4f67-b098-f88688b64e57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dacb1f31-ec00-4f67-b098-f88688b64e57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8452769387375938227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227845276938737593822784527693873759382278452769387375938227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10474588-258c-4550-b452-d7248acd2681, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66d313e4-d4dc-45ad-b783-dbe8efb2a7a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d313e4-d4dc-45ad-b783-dbe8efb2a7a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14942841900007029998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998149428419000070299981494284190000702999814942841900007029998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dacb1f31-ec00-4f67-b098-f88688b64e57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b15f7d8-8a2d-4d53-bef6-a988bc609e04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b15f7d8-8a2d-4d53-bef6-a988bc609e04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834919936636312022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022178349199366363120221783491993663631202217834919936636312022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66d313e4-d4dc-45ad-b783-dbe8efb2a7a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da14a067-80b6-4f1c-bd1c-610b619e9eb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da14a067-80b6-4f1c-bd1c-610b619e9eb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4385442001168956266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266438544200116895626643854420011689562664385442001168956266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b15f7d8-8a2d-4d53-bef6-a988bc609e04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f44fa253-919e-4381-a0ce-fd9a520acba8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44fa253-919e-4381-a0ce-fd9a520acba8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1571546779064016853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853157154677906401685315715467790640168531571546779064016853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da14a067-80b6-4f1c-bd1c-610b619e9eb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44fa253-919e-4381-a0ce-fd9a520acba8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8036633a-d672-4a49-a31f-37543be5fea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8036633a-d672-4a49-a31f-37543be5fea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7719261412856001253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253771926141285600125377192614128560012537719261412856001253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d252d922-4135-4355-aaaf-f732ac247413, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d252d922-4135-4355-aaaf-f732ac247413, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12918310525394264721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721129183105253942647211291831052539426472112918310525394264721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8036633a-d672-4a49-a31f-37543be5fea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2131f132-a2b8-4beb-9b50-f60834ef8d24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2131f132-a2b8-4beb-9b50-f60834ef8d24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12876590982338379391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391128765909823383793911287659098233837939112876590982338379391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d252d922-4135-4355-aaaf-f732ac247413, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3686cbcd-e169-4dda-81c6-d8984812e27d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2131f132-a2b8-4beb-9b50-f60834ef8d24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3686cbcd-e169-4dda-81c6-d8984812e27d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10288041987637804961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961102880419876378049611028804198763780496110288041987637804961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58920c26-96c7-4508-860f-fb016e891391, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58920c26-96c7-4508-860f-fb016e891391, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15210971184220610322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322152109711842206103221521097118422061032215210971184220610322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3686cbcd-e169-4dda-81c6-d8984812e27d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02ebb19b-225e-4353-a536-d92a53266c88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ebb19b-225e-4353-a536-d92a53266c88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3531625772476107684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684353162577247610768435316257724761076843531625772476107684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58920c26-96c7-4508-860f-fb016e891391, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40d64b13-4f14-4636-89d4-96fcc8d37f56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40d64b13-4f14-4636-89d4-96fcc8d37f56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3570804259750121547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547357080425975012154735708042597501215473570804259750121547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ebb19b-225e-4353-a536-d92a53266c88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e71fa18b-bd44-4f51-b7f5-fafac7a7536d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e71fa18b-bd44-4f51-b7f5-fafac7a7536d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 451692494084567275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275451692494084567275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40d64b13-4f14-4636-89d4-96fcc8d37f56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bf7e681-4ca0-4057-b797-791f070c3a50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf7e681-4ca0-4057-b797-791f070c3a50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9551815100144913906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906955181510014491390695518151001449139069551815100144913906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e71fa18b-bd44-4f51-b7f5-fafac7a7536d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d89e3c0a-5d22-42c9-88d6-da575ccc6018, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d89e3c0a-5d22-42c9-88d6-da575ccc6018, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18132819614405383718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718181328196144053837181813281961440538371818132819614405383718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf7e681-4ca0-4057-b797-791f070c3a50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5279a997-b0ed-4bbd-8c5a-b419033fd587, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5279a997-b0ed-4bbd-8c5a-b419033fd587, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2617636273002553683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683261763627300255368326176362730025536832617636273002553683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d89e3c0a-5d22-42c9-88d6-da575ccc6018, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 448f567a-c1ce-4ecc-9bed-f7cacb9fcc23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448f567a-c1ce-4ecc-9bed-f7cacb9fcc23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3079919876255132897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897307991987625513289730799198762551328973079919876255132897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5279a997-b0ed-4bbd-8c5a-b419033fd587, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7149548-b277-40a1-a81f-43268282ad5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7149548-b277-40a1-a81f-43268282ad5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 59071725545371372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5907172554537137259071725545371372590717255453713725907172554537137259071725545371372590717255453713725907172554537137259071725545371372590717255453713725907172554537137259071725545371372590717255453713725907172554537137259071725545371372590717255453713725907172554537137259071725545371372590717255453713725907172554537137259071725545371372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448f567a-c1ce-4ecc-9bed-f7cacb9fcc23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20b08067-b032-417b-a505-e7604ec6080d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b08067-b032-417b-a505-e7604ec6080d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5861835319787005685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685586183531978700568558618353197870056855861835319787005685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7149548-b277-40a1-a81f-43268282ad5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3543de0-35de-4015-9dc6-b1aae5ef66bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3543de0-35de-4015-9dc6-b1aae5ef66bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17251078454484050431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431172510784544840504311725107845448405043117251078454484050431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b08067-b032-417b-a505-e7604ec6080d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4ae7412-cef4-4b9d-8e1e-59e04f3e4190, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3543de0-35de-4015-9dc6-b1aae5ef66bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4ae7412-cef4-4b9d-8e1e-59e04f3e4190, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13441691627728638387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387134416916277286383871344169162772863838713441691627728638387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6867f4dc-f4dc-4b87-8084-41b69963edd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6867f4dc-f4dc-4b87-8084-41b69963edd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2636332458617982558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558263633245861798255826363324586179825582636332458617982558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4ae7412-cef4-4b9d-8e1e-59e04f3e4190, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50937c6-a4fb-4f31-9f4c-31a78742db68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50937c6-a4fb-4f31-9f4c-31a78742db68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6550965464944186175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175655096546494418617565509654649441861756550965464944186175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6867f4dc-f4dc-4b87-8084-41b69963edd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f88b82-718c-47ab-99f9-d7610cc287b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f88b82-718c-47ab-99f9-d7610cc287b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17630591724666884408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408176305917246668844081763059172466688440817630591724666884408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f88b82-718c-47ab-99f9-d7610cc287b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63367386-60e4-4af6-b399-888fb64c3bb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63367386-60e4-4af6-b399-888fb64c3bb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 576664059592046634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634576664059592046634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50937c6-a4fb-4f31-9f4c-31a78742db68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08db17c3-4bb7-4ac1-a457-0e0499277c0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08db17c3-4bb7-4ac1-a457-0e0499277c0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9640247293752534239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239964024729375253423996402472937525342399640247293752534239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63367386-60e4-4af6-b399-888fb64c3bb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aa85192-1c8e-46a7-b6a7-af85fd378225, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aa85192-1c8e-46a7-b6a7-af85fd378225, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 363774116832121798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798363774116832121798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08db17c3-4bb7-4ac1-a457-0e0499277c0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5fc12a8-51f5-4046-bb77-b51b4674db09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5fc12a8-51f5-4046-bb77-b51b4674db09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12095886790424983990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990120958867904249839901209588679042498399012095886790424983990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aa85192-1c8e-46a7-b6a7-af85fd378225, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7e0d365-1383-4cda-adce-f2cdef5e4da4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e0d365-1383-4cda-adce-f2cdef5e4da4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8030757524110320391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391803075752411032039180307575241103203918030757524110320391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5fc12a8-51f5-4046-bb77-b51b4674db09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02c729f8-21b1-4959-85b8-096f0ed2a798, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02c729f8-21b1-4959-85b8-096f0ed2a798, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1917552812590636399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399191755281259063639919175528125906363991917552812590636399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e0d365-1383-4cda-adce-f2cdef5e4da4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 223d3335-f5a5-47dd-9c63-f5da1e1af6a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223d3335-f5a5-47dd-9c63-f5da1e1af6a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13305297114554924260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260133052971145549242601330529711455492426013305297114554924260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02c729f8-21b1-4959-85b8-096f0ed2a798, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baf8499a-8acc-4a02-9eb1-97a0a095214a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baf8499a-8acc-4a02-9eb1-97a0a095214a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16155564152800660223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223161555641528006602231615556415280066022316155564152800660223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223d3335-f5a5-47dd-9c63-f5da1e1af6a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e255531b-50fe-4fe4-88ec-5109d09fd1d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e255531b-50fe-4fe4-88ec-5109d09fd1d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18177314114151597053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053181773141141515970531817731411415159705318177314114151597053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baf8499a-8acc-4a02-9eb1-97a0a095214a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b1e8ae-1dff-49b1-a696-8ef03455ed1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b1e8ae-1dff-49b1-a696-8ef03455ed1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3238378536701225919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919323837853670122591932383785367012259193238378536701225919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e255531b-50fe-4fe4-88ec-5109d09fd1d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b1e8ae-1dff-49b1-a696-8ef03455ed1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1b34adb-06c0-4ede-847d-4fe5087ef73e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b34adb-06c0-4ede-847d-4fe5087ef73e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2971482496336099781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781297148249633609978129714824963360997812971482496336099781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad54d9e5-1650-4bc3-a041-0828872fa8d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad54d9e5-1650-4bc3-a041-0828872fa8d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10070910936215237556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556100709109362152375561007091093621523755610070910936215237556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad54d9e5-1650-4bc3-a041-0828872fa8d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38284a02-cbe2-44d2-90e8-83f13cf15d3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38284a02-cbe2-44d2-90e8-83f13cf15d3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6693675401140619599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599669367540114061959966936754011406195996693675401140619599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b34adb-06c0-4ede-847d-4fe5087ef73e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b321a4a8-ae03-4eb7-8013-acd63a47e2f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b321a4a8-ae03-4eb7-8013-acd63a47e2f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12049797402019035263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263120497974020190352631204979740201903526312049797402019035263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38284a02-cbe2-44d2-90e8-83f13cf15d3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b321a4a8-ae03-4eb7-8013-acd63a47e2f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e56e26e-03ad-4574-8d32-4e902083eef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b997fd9-e0a9-486f-ac58-987dfd6eeb62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b997fd9-e0a9-486f-ac58-987dfd6eeb62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8807489201402988376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376880748920140298837688074892014029883768807489201402988376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e56e26e-03ad-4574-8d32-4e902083eef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12100936757624781902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902121009367576247819021210093675762478190212100936757624781902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e56e26e-03ad-4574-8d32-4e902083eef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b997fd9-e0a9-486f-ac58-987dfd6eeb62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90a8805e-4408-453a-a392-ab3ec1838f74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90a8805e-4408-453a-a392-ab3ec1838f74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7425192485034540123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123742519248503454012374251924850345401237425192485034540123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c880f2a-a066-4f53-9ef8-8c90fbda9888, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c880f2a-a066-4f53-9ef8-8c90fbda9888, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706575629113570754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754770657562911357075477065756291135707547706575629113570754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90a8805e-4408-453a-a392-ab3ec1838f74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61a00c0-7276-4b6f-a8a1-c224a3b3d0a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61a00c0-7276-4b6f-a8a1-c224a3b3d0a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 685707521691937989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989685707521691937989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c880f2a-a066-4f53-9ef8-8c90fbda9888, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50a74588-0bb7-425c-9fa0-7c6e52281204, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a74588-0bb7-425c-9fa0-7c6e52281204, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580014567301144055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055358001456730114405535800145673011440553580014567301144055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61a00c0-7276-4b6f-a8a1-c224a3b3d0a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a74588-0bb7-425c-9fa0-7c6e52281204, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cec00a22-3532-4eaa-929e-db3fd81160f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec00a22-3532-4eaa-929e-db3fd81160f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2394775523439312193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193239477552343931219323947755234393121932394775523439312193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 728bce19-dc9c-465d-9c3b-96511a4f9d23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 728bce19-dc9c-465d-9c3b-96511a4f9d23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8167710038043057986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986816771003804305798681677100380430579868167710038043057986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec00a22-3532-4eaa-929e-db3fd81160f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 728bce19-dc9c-465d-9c3b-96511a4f9d23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e9e6825-76c4-47ef-ab97-fa84cac447c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e9e6825-76c4-47ef-ab97-fa84cac447c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8996890408281572863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863899689040828157286389968904082815728638996890408281572863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53918186-48c5-4e01-8b06-91ecda727a5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53918186-48c5-4e01-8b06-91ecda727a5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8913794638328178259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259891379463832817825989137946383281782598913794638328178259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e9e6825-76c4-47ef-ab97-fa84cac447c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77e75d2c-430b-490e-84cc-f0742829fb63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77e75d2c-430b-490e-84cc-f0742829fb63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1054913627469704983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983105491362746970498310549136274697049831054913627469704983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53918186-48c5-4e01-8b06-91ecda727a5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf9c677d-0a90-43e7-8946-7ecae6b20f5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf9c677d-0a90-43e7-8946-7ecae6b20f5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18324470416589671694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694183244704165896716941832447041658967169418324470416589671694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77e75d2c-430b-490e-84cc-f0742829fb63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b69f9d-bb46-4e70-b031-35026f2f2393, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b69f9d-bb46-4e70-b031-35026f2f2393, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3408870165751729982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982340887016575172998234088701657517299823408870165751729982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf9c677d-0a90-43e7-8946-7ecae6b20f5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3534e1a-26a0-40fd-bba1-30f444dded36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3534e1a-26a0-40fd-bba1-30f444dded36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2143156038416425600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600214315603841642560021431560384164256002143156038416425600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b69f9d-bb46-4e70-b031-35026f2f2393, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4e7922-f8f6-4d95-8426-51064f6dea2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4e7922-f8f6-4d95-8426-51064f6dea2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15854496811763375343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343158544968117633753431585449681176337534315854496811763375343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3534e1a-26a0-40fd-bba1-30f444dded36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d3eff37-7c61-4b08-b9f6-9924e97d4387, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3eff37-7c61-4b08-b9f6-9924e97d4387, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17109788120983351155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155171097881209833511551710978812098335115517109788120983351155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4e7922-f8f6-4d95-8426-51064f6dea2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07fcfd12-4430-4c2f-b3c4-fc6d7ed23aa6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07fcfd12-4430-4c2f-b3c4-fc6d7ed23aa6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9450458968016727416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416945045896801672741694504589680167274169450458968016727416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3eff37-7c61-4b08-b9f6-9924e97d4387, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a352f4ea-0450-4587-8122-d5594704064c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a352f4ea-0450-4587-8122-d5594704064c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10929087036344402166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166109290870363444021661092908703634440216610929087036344402166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07fcfd12-4430-4c2f-b3c4-fc6d7ed23aa6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e3679fc-6afc-4b27-bc9c-c0895a3edc1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3679fc-6afc-4b27-bc9c-c0895a3edc1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10825574271076034463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463108255742710760344631082557427107603446310825574271076034463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a352f4ea-0450-4587-8122-d5594704064c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3809966e-9874-4e9f-8d58-91e59b78ed35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3809966e-9874-4e9f-8d58-91e59b78ed35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2762936199045693135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135276293619904569313527629361990456931352762936199045693135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3679fc-6afc-4b27-bc9c-c0895a3edc1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e3b97b-5477-4aee-aa59-30ad04f1ed59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e3b97b-5477-4aee-aa59-30ad04f1ed59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12720373691847581887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887127203736918475818871272037369184758188712720373691847581887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3809966e-9874-4e9f-8d58-91e59b78ed35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8b8b83a-3b67-4a16-a62a-255c55d6caa5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b8b83a-3b67-4a16-a62a-255c55d6caa5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17063233157131886475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475170632331571318864751706323315713188647517063233157131886475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e3b97b-5477-4aee-aa59-30ad04f1ed59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2f5b53c-b1e0-4324-969c-895149a9e38c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f5b53c-b1e0-4324-969c-895149a9e38c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7934469461099037004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004793446946109903700479344694610990370047934469461099037004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b8b83a-3b67-4a16-a62a-255c55d6caa5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f5b53c-b1e0-4324-969c-895149a9e38c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbc0d1ab-0c57-4f4b-8c1d-0a4ddd98f257, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc0d1ab-0c57-4f4b-8c1d-0a4ddd98f257, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12554901318827288235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235125549013188272882351255490131882728823512554901318827288235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05c1a7eb-55c5-44f0-8e07-3bbbcb6e7239, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c1a7eb-55c5-44f0-8e07-3bbbcb6e7239, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12060408716235825647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647120604087162358256471206040871623582564712060408716235825647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c1a7eb-55c5-44f0-8e07-3bbbcb6e7239, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab4acbf4-c61d-48b7-b7d2-f3acb43b850b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab4acbf4-c61d-48b7-b7d2-f3acb43b850b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16332391307547858619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619163323913075478586191633239130754785861916332391307547858619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc0d1ab-0c57-4f4b-8c1d-0a4ddd98f257, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5a17165-e667-4e88-8e28-7f814c7bea04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a17165-e667-4e88-8e28-7f814c7bea04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8370261458769594639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639837026145876959463983702614587695946398370261458769594639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab4acbf4-c61d-48b7-b7d2-f3acb43b850b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e25be66-3cf1-4b78-8be1-5b0a4e5a97d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e25be66-3cf1-4b78-8be1-5b0a4e5a97d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1274662038083362042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042127466203808336204212746620380833620421274662038083362042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a17165-e667-4e88-8e28-7f814c7bea04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faea2322-e630-4c41-900d-ca4bd4116f0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faea2322-e630-4c41-900d-ca4bd4116f0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14911352702521398240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240149113527025213982401491135270252139824014911352702521398240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e25be66-3cf1-4b78-8be1-5b0a4e5a97d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb0b85d2-213b-45b4-be79-a7eedc1f1b7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb0b85d2-213b-45b4-be79-a7eedc1f1b7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7251141606052689245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245725114160605268924572511416060526892457251141606052689245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faea2322-e630-4c41-900d-ca4bd4116f0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36915225-1b0b-4267-afbe-03c31079fa5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36915225-1b0b-4267-afbe-03c31079fa5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16449470236552804639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639164494702365528046391644947023655280463916449470236552804639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb0b85d2-213b-45b4-be79-a7eedc1f1b7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a93a1e49-649f-47a9-8501-60fe98464680, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93a1e49-649f-47a9-8501-60fe98464680, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5363528029620069169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169536352802962006916953635280296200691695363528029620069169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36915225-1b0b-4267-afbe-03c31079fa5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1c58485-b0c6-4fa4-8a85-9555bd21d3fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c58485-b0c6-4fa4-8a85-9555bd21d3fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18392851597486419790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790183928515974864197901839285159748641979018392851597486419790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93a1e49-649f-47a9-8501-60fe98464680, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c58485-b0c6-4fa4-8a85-9555bd21d3fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f58f20ea-a337-4549-b833-333db832b121, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41356090-1796-4161-87de-ae442fcaf45a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41356090-1796-4161-87de-ae442fcaf45a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3780632592201070216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216378063259220107021637806325922010702163780632592201070216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f58f20ea-a337-4549-b833-333db832b121, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10087177006977454596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596100871770069774545961008717700697745459610087177006977454596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41356090-1796-4161-87de-ae442fcaf45a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a78674fa-bd7b-441e-8b57-2bdd06275571, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a78674fa-bd7b-441e-8b57-2bdd06275571, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9493820150180239602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602949382015018023960294938201501802396029493820150180239602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f58f20ea-a337-4549-b833-333db832b121, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83444734-b62e-4df4-ad27-5bd99e37b60c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83444734-b62e-4df4-ad27-5bd99e37b60c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634397832209139505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505116343978322091395051163439783220913950511634397832209139505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a78674fa-bd7b-441e-8b57-2bdd06275571, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e9a4ada-e66a-4a8f-a9dd-47d61bba5556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e9a4ada-e66a-4a8f-a9dd-47d61bba5556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3651521702414567129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129365152170241456712936515217024145671293651521702414567129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83444734-b62e-4df4-ad27-5bd99e37b60c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6436ff5a-c06a-4576-b6e1-0514b072985f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6436ff5a-c06a-4576-b6e1-0514b072985f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17444983616857208422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422174449836168572084221744498361685720842217444983616857208422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e9a4ada-e66a-4a8f-a9dd-47d61bba5556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4a4bf70-eeb2-4bc7-9cb6-67c91a6a815f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4a4bf70-eeb2-4bc7-9cb6-67c91a6a815f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17995137416658546853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853179951374166585468531799513741665854685317995137416658546853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6436ff5a-c06a-4576-b6e1-0514b072985f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1a660f1-668d-4007-8459-f523d0693427, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a660f1-668d-4007-8459-f523d0693427, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11716349229192790620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620117163492291927906201171634922919279062011716349229192790620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4a4bf70-eeb2-4bc7-9cb6-67c91a6a815f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c10a623-5993-452a-994e-9a591dc16abe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c10a623-5993-452a-994e-9a591dc16abe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7487449970207301212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212748744997020730121274874499702073012127487449970207301212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a660f1-668d-4007-8459-f523d0693427, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a900a15a-dded-4d77-a62e-e16694040e0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a900a15a-dded-4d77-a62e-e16694040e0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15047006591477003638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638150470065914770036381504700659147700363815047006591477003638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c10a623-5993-452a-994e-9a591dc16abe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3a0f653-b728-4825-aa19-41a4e83c3e9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a0f653-b728-4825-aa19-41a4e83c3e9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3436174140668139152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152343617414066813915234361741406681391523436174140668139152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a900a15a-dded-4d77-a62e-e16694040e0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 484fc49a-e133-4c7e-b4fa-56bdb0dce400, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484fc49a-e133-4c7e-b4fa-56bdb0dce400, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14795754591743015712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712147957545917430157121479575459174301571214795754591743015712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a0f653-b728-4825-aa19-41a4e83c3e9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55964ffa-f7e1-4194-89b2-48ac3dffd187, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55964ffa-f7e1-4194-89b2-48ac3dffd187, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18139007757728280031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031181390077577282800311813900775772828003118139007757728280031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484fc49a-e133-4c7e-b4fa-56bdb0dce400, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a44ae949-f7ce-4c27-8f65-8e808dc1ffb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a44ae949-f7ce-4c27-8f65-8e808dc1ffb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18415148374365474500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500184151483743654745001841514837436547450018415148374365474500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55964ffa-f7e1-4194-89b2-48ac3dffd187, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c4d362-d9d2-4a0b-b108-d09e6527d9c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c4d362-d9d2-4a0b-b108-d09e6527d9c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1718244359646674901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901171824435964667490117182443596466749011718244359646674901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a44ae949-f7ce-4c27-8f65-8e808dc1ffb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 142e37ed-a45e-45aa-b56e-a2542ae29da7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 142e37ed-a45e-45aa-b56e-a2542ae29da7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2157968688571550767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767215796868857155076721579686885715507672157968688571550767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c4d362-d9d2-4a0b-b108-d09e6527d9c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bfb357a-74df-4641-8339-adfe44437fe7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bfb357a-74df-4641-8339-adfe44437fe7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17845607551469197998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998178456075514691979981784560755146919799817845607551469197998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 142e37ed-a45e-45aa-b56e-a2542ae29da7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3e489a9-c375-41b9-b7a3-a040cd7718fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bfb357a-74df-4641-8339-adfe44437fe7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e489a9-c375-41b9-b7a3-a040cd7718fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15810407907184618355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355158104079071846183551581040790718461835515810407907184618355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 534020aa-a33a-487e-8082-17729adb9cad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534020aa-a33a-487e-8082-17729adb9cad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1853636843386233060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060185363684338623306018536368433862330601853636843386233060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e489a9-c375-41b9-b7a3-a040cd7718fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8092257f-c5c7-4d91-910a-c183d2565111, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8092257f-c5c7-4d91-910a-c183d2565111, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14767283212381137391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391147672832123811373911476728321238113739114767283212381137391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534020aa-a33a-487e-8082-17729adb9cad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e575a25-2df7-4bf1-b157-28e14dbf4c7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e575a25-2df7-4bf1-b157-28e14dbf4c7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10591652134358722590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590105916521343587225901059165213435872259010591652134358722590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8092257f-c5c7-4d91-910a-c183d2565111, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 444cb045-16a5-413d-8e23-a8493d15dbb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 444cb045-16a5-413d-8e23-a8493d15dbb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6433686195198153707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707643368619519815370764336861951981537076433686195198153707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e575a25-2df7-4bf1-b157-28e14dbf4c7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f47b4269-6142-4aa8-9de7-a68c6922f28f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f47b4269-6142-4aa8-9de7-a68c6922f28f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9546820168087096962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962954682016808709696295468201680870969629546820168087096962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 444cb045-16a5-413d-8e23-a8493d15dbb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d650312-ddf4-42f3-bfdf-dc97e122fb4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d650312-ddf4-42f3-bfdf-dc97e122fb4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15101344837116132867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867151013448371161328671510134483711613286715101344837116132867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f47b4269-6142-4aa8-9de7-a68c6922f28f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bd48de1-d9c8-46c3-953b-74f7ba76838b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd48de1-d9c8-46c3-953b-74f7ba76838b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 682113526592437913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913682113526592437913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d650312-ddf4-42f3-bfdf-dc97e122fb4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 710c547f-1835-4dfd-989f-f915b91a74a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710c547f-1835-4dfd-989f-f915b91a74a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2291262803672643303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303229126280367264330322912628036726433032291262803672643303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd48de1-d9c8-46c3-953b-74f7ba76838b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a824e871-0edd-4d82-8c53-77b25cad6ba2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a824e871-0edd-4d82-8c53-77b25cad6ba2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14126990488766491954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954141269904887664919541412699048876649195414126990488766491954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710c547f-1835-4dfd-989f-f915b91a74a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00c7a596-c4ba-4cce-9685-9c33553a5af8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a824e871-0edd-4d82-8c53-77b25cad6ba2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11ffe551-232a-4496-a6c5-fc2a8970db5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ffe551-232a-4496-a6c5-fc2a8970db5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4374953298851126991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991437495329885112699143749532988511269914374953298851126991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00c7a596-c4ba-4cce-9685-9c33553a5af8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6551110369071128465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465655111036907112846565511103690711284656551110369071128465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ffe551-232a-4496-a6c5-fc2a8970db5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00c7a596-c4ba-4cce-9685-9c33553a5af8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b4279d1-3350-4308-95d7-d2d862521db1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b4279d1-3350-4308-95d7-d2d862521db1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3075740666246669341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341307574066624666934130757406662466693413075740666246669341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cffb9b79-7f7a-4f82-a13b-37e57c52950f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffb9b79-7f7a-4f82-a13b-37e57c52950f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14975373781358552719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719149753737813585527191497537378135855271914975373781358552719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b4279d1-3350-4308-95d7-d2d862521db1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75b81e41-81f4-408c-98f3-42e938d4cfdd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75b81e41-81f4-408c-98f3-42e938d4cfdd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15897570620481595425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425158975706204815954251589757062048159542515897570620481595425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffb9b79-7f7a-4f82-a13b-37e57c52950f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70cbaa4e-78ba-4c89-96c5-89ac804bcb62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70cbaa4e-78ba-4c89-96c5-89ac804bcb62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7695069953625605046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046769506995362560504676950699536256050467695069953625605046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75b81e41-81f4-408c-98f3-42e938d4cfdd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcff7b06-5fc3-4766-b944-9c7ed42445ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcff7b06-5fc3-4766-b944-9c7ed42445ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10364794128413518823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823103647941284135188231036479412841351882310364794128413518823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70cbaa4e-78ba-4c89-96c5-89ac804bcb62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04c75eba-0d49-488c-ba15-47ceca48bcc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04c75eba-0d49-488c-ba15-47ceca48bcc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3158012540019093268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268315801254001909326831580125400190932683158012540019093268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcff7b06-5fc3-4766-b944-9c7ed42445ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14a04b72-bdcd-4eb3-a488-e9a20330d449, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a04b72-bdcd-4eb3-a488-e9a20330d449, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5431094476381758422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422543109447638175842254310944763817584225431094476381758422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04c75eba-0d49-488c-ba15-47ceca48bcc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 236fdb05-06fb-443b-b695-7d4184361607, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 236fdb05-06fb-443b-b695-7d4184361607, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13198398980467663559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559131983989804676635591319839898046766355913198398980467663559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a04b72-bdcd-4eb3-a488-e9a20330d449, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ea7b5a5-5f5d-4a7d-b8e8-2245b21fad98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ea7b5a5-5f5d-4a7d-b8e8-2245b21fad98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894837910909937127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127138948379109099371271389483791090993712713894837910909937127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 236fdb05-06fb-443b-b695-7d4184361607, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78d9c2d3-0a05-4f7a-a72c-44aa789f5df8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78d9c2d3-0a05-4f7a-a72c-44aa789f5df8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534068746726074749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749953406874672607474995340687467260747499534068746726074749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ea7b5a5-5f5d-4a7d-b8e8-2245b21fad98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac68e0cb-a341-4c25-a54f-210dd819c12a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac68e0cb-a341-4c25-a54f-210dd819c12a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7719672483917951998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998771967248391795199877196724839179519987719672483917951998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78d9c2d3-0a05-4f7a-a72c-44aa789f5df8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e9d1e32-6785-48ce-89dc-4600a667a8aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e9d1e32-6785-48ce-89dc-4600a667a8aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17527221433958614082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082175272214339586140821752722143395861408217527221433958614082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e9d1e32-6785-48ce-89dc-4600a667a8aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac68e0cb-a341-4c25-a54f-210dd819c12a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9991eb0-57e9-4c2f-a6f5-b8bedbe6d3dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9991eb0-57e9-4c2f-a6f5-b8bedbe6d3dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9689334806144394794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794968933480614439479496893348061443947949689334806144394794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 188e354c-4525-43f6-964f-ad0a1989e881, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 188e354c-4525-43f6-964f-ad0a1989e881, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17519056886196921835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835175190568861969218351751905688619692183517519056886196921835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9991eb0-57e9-4c2f-a6f5-b8bedbe6d3dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d16c268f-7c61-4392-93bf-2b913d2e6861, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d16c268f-7c61-4392-93bf-2b913d2e6861, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2379585916535709132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132237958591653570913223795859165357091322379585916535709132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 188e354c-4525-43f6-964f-ad0a1989e881, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41ebdc18-2782-4a71-b38f-879dd7644ff8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41ebdc18-2782-4a71-b38f-879dd7644ff8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 161099533541225791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791161099533541225791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41ebdc18-2782-4a71-b38f-879dd7644ff8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a9e48ab-4b16-43bc-bcaf-e7e7118c2545, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9e48ab-4b16-43bc-bcaf-e7e7118c2545, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8855441775606939767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767885544177560693976788554417756069397678855441775606939767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d16c268f-7c61-4392-93bf-2b913d2e6861, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e00654bf-0bf0-4695-9b8a-fa735ec2d99e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e00654bf-0bf0-4695-9b8a-fa735ec2d99e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5584930286575024818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818558493028657502481855849302865750248185584930286575024818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9e48ab-4b16-43bc-bcaf-e7e7118c2545, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23eb71d4-b3b5-449c-8515-a8d079c68871, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23eb71d4-b3b5-449c-8515-a8d079c68871, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15462153547138943118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118154621535471389431181546215354713894311815462153547138943118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e00654bf-0bf0-4695-9b8a-fa735ec2d99e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc36ac66-8efa-4ec1-b992-8455371d447f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc36ac66-8efa-4ec1-b992-8455371d447f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189099147018094617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617118909914701809461711890991470180946171189099147018094617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23eb71d4-b3b5-449c-8515-a8d079c68871, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e80b53-ba23-47b4-83ab-ae340b51b673, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e80b53-ba23-47b4-83ab-ae340b51b673, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 206586452296841752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752206586452296841752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc36ac66-8efa-4ec1-b992-8455371d447f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f91a976-3a25-4379-a8f6-88c02d0b2e00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f91a976-3a25-4379-a8f6-88c02d0b2e00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10281585113202415901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901102815851132024159011028158511320241590110281585113202415901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e80b53-ba23-47b4-83ab-ae340b51b673, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5a23bf0-80a5-4c05-b1e1-f57b5047074d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a23bf0-80a5-4c05-b1e1-f57b5047074d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13132018474065077337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337131320184740650773371313201847406507733713132018474065077337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f91a976-3a25-4379-a8f6-88c02d0b2e00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c421a6a9-2363-471c-b835-e8ef01f3b66e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c421a6a9-2363-471c-b835-e8ef01f3b66e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4009126928084275108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108400912692808427510840091269280842751084009126928084275108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a23bf0-80a5-4c05-b1e1-f57b5047074d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 683feb83-b2e7-4be0-9992-518154fba45e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 683feb83-b2e7-4be0-9992-518154fba45e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1372555663505019271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271137255566350501927113725556635050192711372555663505019271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c421a6a9-2363-471c-b835-e8ef01f3b66e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70c0353c-5b6d-4de3-b77d-cf9da82fe902, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c0353c-5b6d-4de3-b77d-cf9da82fe902, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1590598593502904738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738159059859350290473815905985935029047381590598593502904738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 683feb83-b2e7-4be0-9992-518154fba45e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9275e0de-121e-48cf-8431-f75c86a4b3aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9275e0de-121e-48cf-8431-f75c86a4b3aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3403669670612065729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729340366967061206572934036696706120657293403669670612065729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c0353c-5b6d-4de3-b77d-cf9da82fe902, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c5cb083-a769-4c25-9333-3d92e25fb6a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5cb083-a769-4c25-9333-3d92e25fb6a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 792907991169723159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159792907991169723159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9275e0de-121e-48cf-8431-f75c86a4b3aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2898a63d-657d-49c3-8ad8-742abdad5a4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2898a63d-657d-49c3-8ad8-742abdad5a4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4510339607081109934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934451033960708110993445103396070811099344510339607081109934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5cb083-a769-4c25-9333-3d92e25fb6a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b4dd30b-ae30-441c-ab61-721a697eea97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4dd30b-ae30-441c-ab61-721a697eea97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11494938883645786910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910114949388836457869101149493888364578691011494938883645786910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2898a63d-657d-49c3-8ad8-742abdad5a4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeed408d-d270-4c2e-825d-8c8e764b5d4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeed408d-d270-4c2e-825d-8c8e764b5d4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18054936122113443241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241180549361221134432411805493612211344324118054936122113443241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4dd30b-ae30-441c-ab61-721a697eea97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e769291-31e4-4b77-a1f1-b685760d3ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e769291-31e4-4b77-a1f1-b685760d3ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15202666008640470539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539152026660086404705391520266600864047053915202666008640470539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeed408d-d270-4c2e-825d-8c8e764b5d4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ce99512-f997-47eb-8963-3c823dea1cd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce99512-f997-47eb-8963-3c823dea1cd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8787780253942885920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920878778025394288592087877802539428859208787780253942885920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce99512-f997-47eb-8963-3c823dea1cd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e769291-31e4-4b77-a1f1-b685760d3ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a727f49c-aba9-4f1c-b11d-04ee5fb43481, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a727f49c-aba9-4f1c-b11d-04ee5fb43481, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17531487288859620944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944175314872888596209441753148728885962094417531487288859620944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76d43935-cc2b-4c22-9a7b-329a48b3fff9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d43935-cc2b-4c22-9a7b-329a48b3fff9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 625132639149041966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966625132639149041966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a727f49c-aba9-4f1c-b11d-04ee5fb43481, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9577ecc9-86f3-427e-9840-e0183612a8d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9577ecc9-86f3-427e-9840-e0183612a8d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5091911687697120137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137509191168769712013750919116876971201375091911687697120137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d43935-cc2b-4c22-9a7b-329a48b3fff9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaac5649-dab7-4e43-879f-4e38e81cdf47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaac5649-dab7-4e43-879f-4e38e81cdf47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5471833787761214313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313547183378776121431354718337877612143135471833787761214313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9577ecc9-86f3-427e-9840-e0183612a8d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 697e09cc-7e08-4c06-aa81-6c5cea03f44e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697e09cc-7e08-4c06-aa81-6c5cea03f44e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15335532234741329325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325153355322347413293251533553223474132932515335532234741329325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697e09cc-7e08-4c06-aa81-6c5cea03f44e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5ea68d8-1077-44cf-a8ac-93642a30c308, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5ea68d8-1077-44cf-a8ac-93642a30c308, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18440453328271892865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865184404533282718928651844045332827189286518440453328271892865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaac5649-dab7-4e43-879f-4e38e81cdf47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cce78ce-f543-44c1-91d1-eb588da78dac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cce78ce-f543-44c1-91d1-eb588da78dac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461416655691100537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537174614166556911005371746141665569110053717461416655691100537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5ea68d8-1077-44cf-a8ac-93642a30c308, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bff8555-1f33-4ceb-bbb5-1d7a2ee687f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bff8555-1f33-4ceb-bbb5-1d7a2ee687f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15987409715406214280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280159874097154062142801598740971540621428015987409715406214280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cce78ce-f543-44c1-91d1-eb588da78dac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a6e0ab0-355a-4f19-899d-ca3ab98d2276, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6e0ab0-355a-4f19-899d-ca3ab98d2276, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9340863340941046746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746934086334094104674693408633409410467469340863340941046746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bff8555-1f33-4ceb-bbb5-1d7a2ee687f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fd6cc1e-a192-4134-b6bd-ea3de6cc0a1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd6cc1e-a192-4134-b6bd-ea3de6cc0a1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13986276686938573172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172139862766869385731721398627668693857317213986276686938573172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6e0ab0-355a-4f19-899d-ca3ab98d2276, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88040776-fa0b-4712-918f-4526d9fdcd44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88040776-fa0b-4712-918f-4526d9fdcd44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1956277450028614801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801195627745002861480119562774500286148011956277450028614801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd6cc1e-a192-4134-b6bd-ea3de6cc0a1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea1d7976-49c0-448d-ba88-1067f8b95da3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea1d7976-49c0-448d-ba88-1067f8b95da3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075744480418934441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441107574448041893444110757444804189344411075744480418934441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88040776-fa0b-4712-918f-4526d9fdcd44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d401b10c-b007-482a-bd6f-39febbadfa51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d401b10c-b007-482a-bd6f-39febbadfa51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12366544580718597333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333123665445807185973331236654458071859733312366544580718597333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea1d7976-49c0-448d-ba88-1067f8b95da3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d59451b-f4af-4eb7-ab87-557949f16d9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d59451b-f4af-4eb7-ab87-557949f16d9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3713876212601450845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845371387621260145084537138762126014508453713876212601450845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d401b10c-b007-482a-bd6f-39febbadfa51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 223fd8fd-898d-401b-91f9-8d51a8265425, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223fd8fd-898d-401b-91f9-8d51a8265425, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13791415604194465235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235137914156041944652351379141560419446523513791415604194465235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d59451b-f4af-4eb7-ab87-557949f16d9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55592b5d-2471-4e59-9dd5-699616fc3e42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55592b5d-2471-4e59-9dd5-699616fc3e42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8236512203398862282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282823651220339886228282365122033988622828236512203398862282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223fd8fd-898d-401b-91f9-8d51a8265425, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13403cbc-3158-4ea6-8f77-4195b98d019e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13403cbc-3158-4ea6-8f77-4195b98d019e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2955120567627667126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126295512056762766712629551205676276671262955120567627667126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55592b5d-2471-4e59-9dd5-699616fc3e42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aab8e7dc-4eef-4124-b196-d63733646937, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab8e7dc-4eef-4124-b196-d63733646937, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7232023370009187421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421723202337000918742172320233700091874217232023370009187421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13403cbc-3158-4ea6-8f77-4195b98d019e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2777e1bb-61b9-44ad-a52d-7571650c470c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2777e1bb-61b9-44ad-a52d-7571650c470c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12689158593673677670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670126891585936736776701268915859367367767012689158593673677670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab8e7dc-4eef-4124-b196-d63733646937, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 030f7b1f-94d4-427c-8145-45e2de3cd7bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 030f7b1f-94d4-427c-8145-45e2de3cd7bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7039075872994426443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443703907587299442644370390758729944264437039075872994426443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2777e1bb-61b9-44ad-a52d-7571650c470c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd6c7c44-48f0-48fb-8820-9dec469a24f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd6c7c44-48f0-48fb-8820-9dec469a24f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 139030280970659714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714139030280970659714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 030f7b1f-94d4-427c-8145-45e2de3cd7bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92d89a18-25db-4ec8-a737-ae55be81b8be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d89a18-25db-4ec8-a737-ae55be81b8be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16070288653266102665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665160702886532661026651607028865326610266516070288653266102665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd6c7c44-48f0-48fb-8820-9dec469a24f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abb7c98f-c497-4927-97a7-5bd36c84d6df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d89a18-25db-4ec8-a737-ae55be81b8be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef0095a7-c44e-4b5d-8672-1931f20cad20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef0095a7-c44e-4b5d-8672-1931f20cad20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16376696910381994700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700163766969103819947001637669691038199470016376696910381994700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb7c98f-c497-4927-97a7-5bd36c84d6df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9745533438919705622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622974553343891970562297455334389197056229745533438919705622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef0095a7-c44e-4b5d-8672-1931f20cad20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d00bf25-3ed7-4df3-899d-b0bab10911ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d00bf25-3ed7-4df3-899d-b0bab10911ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4411879230810476530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530441187923081047653044118792308104765304411879230810476530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb7c98f-c497-4927-97a7-5bd36c84d6df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d705baad-12a4-4b85-bcae-1771e3e42380, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d705baad-12a4-4b85-bcae-1771e3e42380, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10491048368044183567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567104910483680441835671049104836804418356710491048368044183567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d00bf25-3ed7-4df3-899d-b0bab10911ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d0d2a86-2c18-44e0-87e7-e4a17d72bdd9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0d2a86-2c18-44e0-87e7-e4a17d72bdd9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15066274215382662334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334150662742153826623341506627421538266233415066274215382662334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d705baad-12a4-4b85-bcae-1771e3e42380, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fcbb9ba-5d16-4d7b-8330-770e2fa1cd48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fcbb9ba-5d16-4d7b-8330-770e2fa1cd48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3504564165151523496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496350456416515152349635045641651515234963504564165151523496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0d2a86-2c18-44e0-87e7-e4a17d72bdd9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddb03a82-0ce0-4edb-8640-1979102f9198, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb03a82-0ce0-4edb-8640-1979102f9198, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6910134699122308787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787691013469912230878769101346991223087876910134699122308787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fcbb9ba-5d16-4d7b-8330-770e2fa1cd48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b24522e-8b07-488e-8147-7b3d758a3ee5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b24522e-8b07-488e-8147-7b3d758a3ee5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18233406227242570266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266182334062272425702661823340622724257026618233406227242570266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb03a82-0ce0-4edb-8640-1979102f9198, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9764406-5cca-499d-aa09-e8038c06170f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9764406-5cca-499d-aa09-e8038c06170f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4112590245744596751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751411259024574459675141125902457445967514112590245744596751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b24522e-8b07-488e-8147-7b3d758a3ee5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3fd85c-97b9-4f48-8ad0-795bdd94c388, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3fd85c-97b9-4f48-8ad0-795bdd94c388, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3831597599489124342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342383159759948912434238315975994891243423831597599489124342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9764406-5cca-499d-aa09-e8038c06170f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7307d97f-9e8f-4dd8-b0e0-abbb2df70f2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7307d97f-9e8f-4dd8-b0e0-abbb2df70f2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12986048011197581649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649129860480111975816491298604801119758164912986048011197581649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3fd85c-97b9-4f48-8ad0-795bdd94c388, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47a5d3e4-1cdd-49ee-809a-9da09d1934da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47a5d3e4-1cdd-49ee-809a-9da09d1934da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4840213314292856424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424484021331429285642448402133142928564244840213314292856424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7307d97f-9e8f-4dd8-b0e0-abbb2df70f2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 341d5194-1882-4617-9fe0-f79a17732612, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47a5d3e4-1cdd-49ee-809a-9da09d1934da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341d5194-1882-4617-9fe0-f79a17732612, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14181424644686808868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868141814246446868088681418142464468680886814181424644686808868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 830ab3e9-ef3b-4883-bea6-2b61007cce3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830ab3e9-ef3b-4883-bea6-2b61007cce3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7216229813946897425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425721622981394689742572162298139468974257216229813946897425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341d5194-1882-4617-9fe0-f79a17732612, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fd78355-cf93-4bdb-a7c8-d7e228cf4dab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd78355-cf93-4bdb-a7c8-d7e228cf4dab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15754530280609094510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510157545302806090945101575453028060909451015754530280609094510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830ab3e9-ef3b-4883-bea6-2b61007cce3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aafa2a78-f325-42ae-83ce-d74b22f108b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aafa2a78-f325-42ae-83ce-d74b22f108b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1862789743253717972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972186278974325371797218627897432537179721862789743253717972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd78355-cf93-4bdb-a7c8-d7e228cf4dab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a7ed1d4-1f35-45ee-add7-9f24913cd2a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a7ed1d4-1f35-45ee-add7-9f24913cd2a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115992803735363939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939711599280373536393971159928037353639397115992803735363939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aafa2a78-f325-42ae-83ce-d74b22f108b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8909225-8349-4bd4-a845-f0ccab877e66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8909225-8349-4bd4-a845-f0ccab877e66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5137878311546867965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965513787831154686796551378783115468679655137878311546867965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a7ed1d4-1f35-45ee-add7-9f24913cd2a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80ed9cce-79e3-4b0f-b0d5-1847ccfcdc46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80ed9cce-79e3-4b0f-b0d5-1847ccfcdc46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4497486721842349668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668449748672184234966844974867218423496684497486721842349668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8909225-8349-4bd4-a845-f0ccab877e66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d56b99f-14e8-4d53-933d-25d7bcb5d6f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d56b99f-14e8-4d53-933d-25d7bcb5d6f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7693139794559479473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473769313979455947947376931397945594794737693139794559479473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80ed9cce-79e3-4b0f-b0d5-1847ccfcdc46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a4da52f-f6e8-49ce-a755-d501b8ce67bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a4da52f-f6e8-49ce-a755-d501b8ce67bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10148844187225957080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080101488441872259570801014884418722595708010148844187225957080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d56b99f-14e8-4d53-933d-25d7bcb5d6f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d336c315-671f-4bf8-a247-1f95b0e4415e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d336c315-671f-4bf8-a247-1f95b0e4415e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16054163917030296156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156160541639170302961561605416391703029615616054163917030296156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a4da52f-f6e8-49ce-a755-d501b8ce67bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed8aca96-5f19-476d-ae2a-fd705219ba98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8aca96-5f19-476d-ae2a-fd705219ba98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4354730703603212804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804435473070360321280443547307036032128044354730703603212804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d336c315-671f-4bf8-a247-1f95b0e4415e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1179f10a-1d0a-4343-b3ad-31436635c71f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1179f10a-1d0a-4343-b3ad-31436635c71f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7011020986230428083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083701102098623042808370110209862304280837011020986230428083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8aca96-5f19-476d-ae2a-fd705219ba98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c66f3ef-0a13-4f3a-af57-bb786238e3ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c66f3ef-0a13-4f3a-af57-bb786238e3ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318193183879791591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591331819318387979159133181931838797915913318193183879791591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1179f10a-1d0a-4343-b3ad-31436635c71f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95916df5-7bd2-40bc-9026-80c772b9f838, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95916df5-7bd2-40bc-9026-80c772b9f838, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9705942685248086722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722970594268524808672297059426852480867229705942685248086722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c66f3ef-0a13-4f3a-af57-bb786238e3ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b36da40c-d931-4991-af1b-8c8492120fcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36da40c-d931-4991-af1b-8c8492120fcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14384587197790230608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608143845871977902306081438458719779023060814384587197790230608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95916df5-7bd2-40bc-9026-80c772b9f838, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9e35715-9f5f-41b6-86b1-3ec68add7fa9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e35715-9f5f-41b6-86b1-3ec68add7fa9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11045335817003897608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608110453358170038976081104533581700389760811045335817003897608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36da40c-d931-4991-af1b-8c8492120fcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5414c127-b7bb-4bbd-b98c-d28878ddf7be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5414c127-b7bb-4bbd-b98c-d28878ddf7be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10478747545003432469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469104787475450034324691047874754500343246910478747545003432469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e35715-9f5f-41b6-86b1-3ec68add7fa9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdaee16b-e480-4174-b2b0-32e8a95ab3b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdaee16b-e480-4174-b2b0-32e8a95ab3b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17902366358515256689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689179023663585152566891790236635851525668917902366358515256689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5414c127-b7bb-4bbd-b98c-d28878ddf7be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeec3998-0c60-464f-9ebd-2d12bc55afe3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeec3998-0c60-464f-9ebd-2d12bc55afe3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 559051023849153743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743559051023849153743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdaee16b-e480-4174-b2b0-32e8a95ab3b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 630f2dbb-4662-4df7-8be6-2d7841c18e17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 630f2dbb-4662-4df7-8be6-2d7841c18e17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3165036176695288791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791316503617669528879131650361766952887913165036176695288791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeec3998-0c60-464f-9ebd-2d12bc55afe3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2d47b32-4783-4bb5-b275-57d621e9af0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d47b32-4783-4bb5-b275-57d621e9af0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4130981879737118534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534413098187973711853441309818797371185344130981879737118534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 630f2dbb-4662-4df7-8be6-2d7841c18e17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ddcd30d-50dc-4736-b5fb-efd11e5e5d35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ddcd30d-50dc-4736-b5fb-efd11e5e5d35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15109951706729366618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618151099517067293666181510995170672936661815109951706729366618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d47b32-4783-4bb5-b275-57d621e9af0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52068f91-3a95-40a7-93a4-5c8d024a9546, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52068f91-3a95-40a7-93a4-5c8d024a9546, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15264415142538906226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226152644151425389062261526441514253890622615264415142538906226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ddcd30d-50dc-4736-b5fb-efd11e5e5d35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52068f91-3a95-40a7-93a4-5c8d024a9546, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c77bcec1-04f1-4d1c-8099-d2240fecc1ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77bcec1-04f1-4d1c-8099-d2240fecc1ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16225068302569519668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668162250683025695196681622506830256951966816225068302569519668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7fbf3ac-6313-4e40-a3ee-2393d670aa52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7fbf3ac-6313-4e40-a3ee-2393d670aa52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11837531396143712695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695118375313961437126951183753139614371269511837531396143712695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77bcec1-04f1-4d1c-8099-d2240fecc1ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c5a6941-d28b-454a-b267-b4f701622730, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5a6941-d28b-454a-b267-b4f701622730, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12556645911593273606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606125566459115932736061255664591159327360612556645911593273606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7fbf3ac-6313-4e40-a3ee-2393d670aa52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 511bc9c0-2f2c-429c-bcae-b9e773f87001, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 511bc9c0-2f2c-429c-bcae-b9e773f87001, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15534343377163047201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201155343433771630472011553434337716304720115534343377163047201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 511bc9c0-2f2c-429c-bcae-b9e773f87001, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec30895-a631-420f-a1a5-e1b69502444d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec30895-a631-420f-a1a5-e1b69502444d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6317786956711522389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389631778695671152238963177869567115223896317786956711522389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5a6941-d28b-454a-b267-b4f701622730, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df708d8a-add3-4eb0-8060-d84ae8432110, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df708d8a-add3-4eb0-8060-d84ae8432110, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820964702246354610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610482096470224635461048209647022463546104820964702246354610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df708d8a-add3-4eb0-8060-d84ae8432110, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec30895-a631-420f-a1a5-e1b69502444d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8819047-7d61-4af0-830f-de0fe48a1af1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8819047-7d61-4af0-830f-de0fe48a1af1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6569287322940293314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314656928732294029331465692873229402933146569287322940293314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 619cadb9-69a4-445a-9dfb-440431e59059, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619cadb9-69a4-445a-9dfb-440431e59059, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14299524162606296725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725142995241626062967251429952416260629672514299524162606296725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619cadb9-69a4-445a-9dfb-440431e59059, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e661de7-18e3-4350-a3de-94686445144f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e661de7-18e3-4350-a3de-94686445144f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17108763519756111481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481171087635197561114811710876351975611148117108763519756111481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8819047-7d61-4af0-830f-de0fe48a1af1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 913d1d62-81fa-4048-99a8-304a55c62087, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913d1d62-81fa-4048-99a8-304a55c62087, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1907668257163726800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800190766825716372680019076682571637268001907668257163726800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e661de7-18e3-4350-a3de-94686445144f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d0d021a-a94e-4e00-a278-4a554c4d7391, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d0d021a-a94e-4e00-a278-4a554c4d7391, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9212606324539722647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647921260632453972264792126063245397226479212606324539722647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913d1d62-81fa-4048-99a8-304a55c62087, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e708cd3-f387-4c63-8510-ebe8705be0e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e708cd3-f387-4c63-8510-ebe8705be0e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5026742034431351747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747502674203443135174750267420344313517475026742034431351747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d0d021a-a94e-4e00-a278-4a554c4d7391, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82bbcc7c-888d-4989-8614-e30885b2760b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bbcc7c-888d-4989-8614-e30885b2760b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12858625997940913239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239128586259979409132391285862599794091323912858625997940913239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e708cd3-f387-4c63-8510-ebe8705be0e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 316e69b7-a03d-496a-b00d-a8ad102751dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316e69b7-a03d-496a-b00d-a8ad102751dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13274372777567428514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514132743727775674285141327437277756742851413274372777567428514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bbcc7c-888d-4989-8614-e30885b2760b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f2b3d1d-4b06-45bf-80f1-61d6fa0ad004, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2b3d1d-4b06-45bf-80f1-61d6fa0ad004, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1576518067144575915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915157651806714457591515765180671445759151576518067144575915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316e69b7-a03d-496a-b00d-a8ad102751dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b7f5e5c-4212-4cc7-8878-0a5f03d74e11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b7f5e5c-4212-4cc7-8878-0a5f03d74e11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5841026487318356568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568584102648731835656858410264873183565685841026487318356568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2b3d1d-4b06-45bf-80f1-61d6fa0ad004, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9083f59-132e-4407-b526-71953c3e1513, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9083f59-132e-4407-b526-71953c3e1513, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7890015376867991626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626789001537686799162678900153768679916267890015376867991626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b7f5e5c-4212-4cc7-8878-0a5f03d74e11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3df9db7f-3641-4f21-9663-31eb89cdf556, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df9db7f-3641-4f21-9663-31eb89cdf556, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8674009583153630130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130867400958315363013086740095831536301308674009583153630130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9083f59-132e-4407-b526-71953c3e1513, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55a52b85-0c06-4876-94ab-b3ef1a418a23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55a52b85-0c06-4876-94ab-b3ef1a418a23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14397258963905167373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373143972589639051673731439725896390516737314397258963905167373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df9db7f-3641-4f21-9663-31eb89cdf556, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 894146f6-6551-4349-8a4a-89cb3bb07b59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 894146f6-6551-4349-8a4a-89cb3bb07b59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5518745476226729568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568551874547622672956855187454762267295685518745476226729568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55a52b85-0c06-4876-94ab-b3ef1a418a23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41be5e89-2fbb-4d99-9d37-6688657036c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41be5e89-2fbb-4d99-9d37-6688657036c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3157934023917759637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637315793402391775963731579340239177596373157934023917759637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 894146f6-6551-4349-8a4a-89cb3bb07b59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 484780b4-6060-45d1-a9a5-4170bbc6e725, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484780b4-6060-45d1-a9a5-4170bbc6e725, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10340310660084735866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866103403106600847358661034031066008473586610340310660084735866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41be5e89-2fbb-4d99-9d37-6688657036c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e0f6521-80f8-4fa1-9374-3efd25f2f5c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e0f6521-80f8-4fa1-9374-3efd25f2f5c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17414954976415072581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581174149549764150725811741495497641507258117414954976415072581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484780b4-6060-45d1-a9a5-4170bbc6e725, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d87f177-12c4-40f9-be76-6f6330d6a7af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d87f177-12c4-40f9-be76-6f6330d6a7af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3531320517297482539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539353132051729748253935313205172974825393531320517297482539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e0f6521-80f8-4fa1-9374-3efd25f2f5c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0853dd6-3f2b-4fa3-a1fa-1dc3ae16b71f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0853dd6-3f2b-4fa3-a1fa-1dc3ae16b71f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12169968440384077333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333121699684403840773331216996844038407733312169968440384077333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d87f177-12c4-40f9-be76-6f6330d6a7af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fccbdd3-31eb-4985-92d6-743e812250db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fccbdd3-31eb-4985-92d6-743e812250db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1273280736832639955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955127328073683263995512732807368326399551273280736832639955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0853dd6-3f2b-4fa3-a1fa-1dc3ae16b71f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ebcbd05-258a-458f-9258-20fbd273d959, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ebcbd05-258a-458f-9258-20fbd273d959, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11874212721260225222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222118742127212602252221187421272126022522211874212721260225222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fccbdd3-31eb-4985-92d6-743e812250db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfe179e8-9f9d-422b-9a90-ee7fd992ab5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe179e8-9f9d-422b-9a90-ee7fd992ab5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8111093444529717471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471811109344452971747181110934445297174718111093444529717471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ebcbd05-258a-458f-9258-20fbd273d959, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe179e8-9f9d-422b-9a90-ee7fd992ab5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b31c2762-7540-4b1f-86b4-d8b5394f178e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b31c2762-7540-4b1f-86b4-d8b5394f178e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 489017790025987182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182489017790025987182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a256fab-4ed0-440d-8d74-61d6c5a5c862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a256fab-4ed0-440d-8d74-61d6c5a5c862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17148992966763652010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010171489929667636520101714899296676365201017148992966763652010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b31c2762-7540-4b1f-86b4-d8b5394f178e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d74df784-cda6-4700-bff5-af09f286068b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74df784-cda6-4700-bff5-af09f286068b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3551535709856607471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471355153570985660747135515357098566074713551535709856607471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a256fab-4ed0-440d-8d74-61d6c5a5c862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd813c13-35fc-45cb-b6a6-f86828fe9dbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd813c13-35fc-45cb-b6a6-f86828fe9dbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6369187900045222419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419636918790004522241963691879000452224196369187900045222419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74df784-cda6-4700-bff5-af09f286068b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec180b5a-0b99-4694-90ce-55d5fadf455d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec180b5a-0b99-4694-90ce-55d5fadf455d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1611546327986937128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128161154632798693712816115463279869371281611546327986937128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd813c13-35fc-45cb-b6a6-f86828fe9dbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f9471a3-36e2-49ae-8656-40d0e3b3bfd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f9471a3-36e2-49ae-8656-40d0e3b3bfd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15996951931556100850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850159969519315561008501599695193155610085015996951931556100850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec180b5a-0b99-4694-90ce-55d5fadf455d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e27905f5-1c0c-42e4-a53f-934a4163f8f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27905f5-1c0c-42e4-a53f-934a4163f8f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15541789327832924254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254155417893278329242541554178932783292425415541789327832924254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f9471a3-36e2-49ae-8656-40d0e3b3bfd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eee558e9-410f-47a0-ae60-5d65cea9cb19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee558e9-410f-47a0-ae60-5d65cea9cb19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14718666917946828039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039147186669179468280391471866691794682803914718666917946828039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27905f5-1c0c-42e4-a53f-934a4163f8f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05ffe9c9-0ee2-4c3f-a21c-78426d5d883a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ffe9c9-0ee2-4c3f-a21c-78426d5d883a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14996814522284981489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489149968145222849814891499681452228498148914996814522284981489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee558e9-410f-47a0-ae60-5d65cea9cb19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff463d14-bba7-4fca-9cc7-5c8391fc1f47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff463d14-bba7-4fca-9cc7-5c8391fc1f47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15018166799306420276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276150181667993064202761501816679930642027615018166799306420276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ffe9c9-0ee2-4c3f-a21c-78426d5d883a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7170029a-d528-4867-9c27-450fcdb61ed2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7170029a-d528-4867-9c27-450fcdb61ed2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15123946030490140976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976151239460304901409761512394603049014097615123946030490140976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff463d14-bba7-4fca-9cc7-5c8391fc1f47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb8ec864-3b09-46c6-a840-295f90063f82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb8ec864-3b09-46c6-a840-295f90063f82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14211452317392985630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630142114523173929856301421145231739298563014211452317392985630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7170029a-d528-4867-9c27-450fcdb61ed2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc07ea2f-c2ed-43bd-b8a7-e269769ff81c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc07ea2f-c2ed-43bd-b8a7-e269769ff81c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7040939369628287914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914704093936962828791470409393696282879147040939369628287914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb8ec864-3b09-46c6-a840-295f90063f82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59b5b13e-3fb4-4a3e-b586-01c794279ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b5b13e-3fb4-4a3e-b586-01c794279ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11817760746944703272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272118177607469447032721181776074694470327211817760746944703272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc07ea2f-c2ed-43bd-b8a7-e269769ff81c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2412b95a-271e-46ec-a56a-5905480768aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2412b95a-271e-46ec-a56a-5905480768aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15956861085416130122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122159568610854161301221595686108541613012215956861085416130122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b5b13e-3fb4-4a3e-b586-01c794279ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c432b70-8a7e-4e81-a57b-45e8b61177ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c432b70-8a7e-4e81-a57b-45e8b61177ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1865074215520675394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394186507421552067539418650742155206753941865074215520675394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2412b95a-271e-46ec-a56a-5905480768aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 189df873-6cff-45d7-8427-5d9b4af94d96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 189df873-6cff-45d7-8427-5d9b4af94d96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14284123319568557101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101142841233195685571011428412331956855710114284123319568557101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c432b70-8a7e-4e81-a57b-45e8b61177ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd1e297e-070c-4203-9fcb-95e09e217406, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1e297e-070c-4203-9fcb-95e09e217406, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049444390297015663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663704944439029701566370494443902970156637049444390297015663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 189df873-6cff-45d7-8427-5d9b4af94d96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0206f8ed-44a6-43ad-af2b-e5bb9c0225e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0206f8ed-44a6-43ad-af2b-e5bb9c0225e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12952366245891256029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029129523662458912560291295236624589125602912952366245891256029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0206f8ed-44a6-43ad-af2b-e5bb9c0225e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e02c2c28-999a-442e-9d12-197f9b206b4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02c2c28-999a-442e-9d12-197f9b206b4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11865036591678915623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623118650365916789156231186503659167891562311865036591678915623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1e297e-070c-4203-9fcb-95e09e217406, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b80752b5-0dcd-4f2a-a62a-bdf7b670f1cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b80752b5-0dcd-4f2a-a62a-bdf7b670f1cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8314350855942675709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709831435085594267570983143508559426757098314350855942675709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02c2c28-999a-442e-9d12-197f9b206b4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 638a4988-4910-4186-9220-ea0bccfb359c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 638a4988-4910-4186-9220-ea0bccfb359c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5264366059545533335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335526436605954553333552643660595455333355264366059545533335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b80752b5-0dcd-4f2a-a62a-bdf7b670f1cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4aa08035-113c-4255-94e5-7885f6881b95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa08035-113c-4255-94e5-7885f6881b95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3809218761765177979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979380921876176517797938092187617651779793809218761765177979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 638a4988-4910-4186-9220-ea0bccfb359c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 132c8529-6850-400d-b194-f4afed18ee50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132c8529-6850-400d-b194-f4afed18ee50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9957355198276514861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861995735519827651486199573551982765148619957355198276514861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa08035-113c-4255-94e5-7885f6881b95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63a1be97-e487-4b82-8ddd-550058c7c1dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a1be97-e487-4b82-8ddd-550058c7c1dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4076733709867893467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467407673370986789346740767337098678934674076733709867893467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132c8529-6850-400d-b194-f4afed18ee50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4332239-7f11-4470-ae6e-2a86379d6c98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4332239-7f11-4470-ae6e-2a86379d6c98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13286184458725523805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805132861844587255238051328618445872552380513286184458725523805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a1be97-e487-4b82-8ddd-550058c7c1dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4332239-7f11-4470-ae6e-2a86379d6c98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0f68dd8-1e63-4118-b413-c427cd34072d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f68dd8-1e63-4118-b413-c427cd34072d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9714318470202199788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788971431847020219978897143184702021997889714318470202199788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9c1fd08-2439-4d84-9b18-f432b787c64b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c1fd08-2439-4d84-9b18-f432b787c64b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14857785029134722440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440148577850291347224401485778502913472244014857785029134722440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f68dd8-1e63-4118-b413-c427cd34072d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7dea0f-8bc9-415a-bfa5-d53d4eecb9a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7dea0f-8bc9-415a-bfa5-d53d4eecb9a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11475955403687117496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496114759554036871174961147595540368711749611475955403687117496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c1fd08-2439-4d84-9b18-f432b787c64b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b01c1c1-454e-4619-9208-7a759f29a63a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b01c1c1-454e-4619-9208-7a759f29a63a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12636485803745745945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945126364858037457459451263648580374574594512636485803745745945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7dea0f-8bc9-415a-bfa5-d53d4eecb9a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b01c1c1-454e-4619-9208-7a759f29a63a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1a8523d-9a5f-410e-af60-0b4b72057531, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c9ca4d8-0e60-4d69-b9ed-a586461728e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1a8523d-9a5f-410e-af60-0b4b72057531, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054375909211572185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185170543759092115721851705437590921157218517054375909211572185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9ca4d8-0e60-4d69-b9ed-a586461728e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8354823679333898666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666835482367933389866683548236793338986668354823679333898666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1a8523d-9a5f-410e-af60-0b4b72057531, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5f09e37-f004-415c-bb7e-66ff8be5a818, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f09e37-f004-415c-bb7e-66ff8be5a818, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7164902924768968717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717716490292476896871771649029247689687177164902924768968717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f09e37-f004-415c-bb7e-66ff8be5a818, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 339b02c6-0f1c-4810-91f8-0fa016eddedd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 339b02c6-0f1c-4810-91f8-0fa016eddedd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10183521891032583111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111101835218910325831111018352189103258311110183521891032583111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 339b02c6-0f1c-4810-91f8-0fa016eddedd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d40ace84-e8b1-41a4-9e21-b59b74837ec4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40ace84-e8b1-41a4-9e21-b59b74837ec4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374121074581476165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165737412107458147616573741210745814761657374121074581476165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9ca4d8-0e60-4d69-b9ed-a586461728e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17795ca3-86a1-4824-828c-5032f88984d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17795ca3-86a1-4824-828c-5032f88984d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6455186704991849151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151645518670499184915164551867049918491516455186704991849151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40ace84-e8b1-41a4-9e21-b59b74837ec4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f622923d-bd6c-47f7-a166-09c66c2a081e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f622923d-bd6c-47f7-a166-09c66c2a081e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10786631045200423563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563107866310452004235631078663104520042356310786631045200423563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17795ca3-86a1-4824-828c-5032f88984d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 363c4bc2-a509-406e-8a34-b71e1b8cc0e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363c4bc2-a509-406e-8a34-b71e1b8cc0e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14981285106635951137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137149812851066359511371498128510663595113714981285106635951137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f622923d-bd6c-47f7-a166-09c66c2a081e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e9a2e9c-c9f3-49af-bd34-11ef03f39878, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e9a2e9c-c9f3-49af-bd34-11ef03f39878, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14617333981981992771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771146173339819819927711461733398198199277114617333981981992771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363c4bc2-a509-406e-8a34-b71e1b8cc0e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d265f34-eb92-4b5a-97a4-41e855c043c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d265f34-eb92-4b5a-97a4-41e855c043c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7654105435188264462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462765410543518826446276541054351882644627654105435188264462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e9a2e9c-c9f3-49af-bd34-11ef03f39878, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61ecb12-f29c-4115-bf4d-4d45772f202e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61ecb12-f29c-4115-bf4d-4d45772f202e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7014710914543412003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003701471091454341200370147109145434120037014710914543412003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61ecb12-f29c-4115-bf4d-4d45772f202e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc7e143-8fb7-4de8-8e40-25881d972767, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc7e143-8fb7-4de8-8e40-25881d972767, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546029780297079862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862135460297802970798621354602978029707986213546029780297079862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d265f34-eb92-4b5a-97a4-41e855c043c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ab231b7-8e2c-4166-85e5-0dfc126c1ac7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab231b7-8e2c-4166-85e5-0dfc126c1ac7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17247223713183193147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147172472237131831931471724722371318319314717247223713183193147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc7e143-8fb7-4de8-8e40-25881d972767, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7099f73-b8d7-4ec2-8aa8-252bfe30db91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7099f73-b8d7-4ec2-8aa8-252bfe30db91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2943707683417077234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234294370768341707723429437076834170772342943707683417077234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab231b7-8e2c-4166-85e5-0dfc126c1ac7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 754931a1-f7f1-4044-80e7-070d60314c75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754931a1-f7f1-4044-80e7-070d60314c75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9561608415805192386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386956160841580519238695616084158051923869561608415805192386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7099f73-b8d7-4ec2-8aa8-252bfe30db91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f55c66bc-291f-4639-8455-5b5698375d0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f55c66bc-291f-4639-8455-5b5698375d0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1511863297873181868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868151186329787318186815118632978731818681511863297873181868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754931a1-f7f1-4044-80e7-070d60314c75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bab62a7-7c21-4bbc-8e58-04a1719fb638, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bab62a7-7c21-4bbc-8e58-04a1719fb638, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13522819680091916922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922135228196800919169221352281968009191692213522819680091916922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f55c66bc-291f-4639-8455-5b5698375d0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7df67ddc-6058-4580-877d-4a18a1c4e649, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df67ddc-6058-4580-877d-4a18a1c4e649, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7072727297695137415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415707272729769513741570727272976951374157072727297695137415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bab62a7-7c21-4bbc-8e58-04a1719fb638, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e7417cd-ca27-49c5-b785-40770bb9f68b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7417cd-ca27-49c5-b785-40770bb9f68b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8019901759458618360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360801990175945861836080199017594586183608019901759458618360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7417cd-ca27-49c5-b785-40770bb9f68b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a5162c1-e488-4870-a521-fba8512149f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a5162c1-e488-4870-a521-fba8512149f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14105661239354066406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406141056612393540664061410566123935406640614105661239354066406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df67ddc-6058-4580-877d-4a18a1c4e649, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a8d6951-ca3e-4fe2-a8b8-2eceba9c806a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a8d6951-ca3e-4fe2-a8b8-2eceba9c806a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17731436434683459778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778177314364346834597781773143643468345977817731436434683459778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a5162c1-e488-4870-a521-fba8512149f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6257d79-803a-4caa-804e-00b0a5ccacb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6257d79-803a-4caa-804e-00b0a5ccacb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9818267190345002502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502981826719034500250298182671903450025029818267190345002502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a8d6951-ca3e-4fe2-a8b8-2eceba9c806a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e99f9f7-77b8-4aff-ac97-ae059262e97b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e99f9f7-77b8-4aff-ac97-ae059262e97b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14243614377299862757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757142436143772998627571424361437729986275714243614377299862757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6257d79-803a-4caa-804e-00b0a5ccacb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a50987c2-63d2-4ee4-8ab4-ea3f7c2b272f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a50987c2-63d2-4ee4-8ab4-ea3f7c2b272f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3238199857460311642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642323819985746031164232381998574603116423238199857460311642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e99f9f7-77b8-4aff-ac97-ae059262e97b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f970ef-8a88-4b44-8520-b5f2b2ff5d6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f970ef-8a88-4b44-8520-b5f2b2ff5d6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2072847799523622186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186207284779952362218620728477995236221862072847799523622186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a50987c2-63d2-4ee4-8ab4-ea3f7c2b272f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e068626c-944b-48d2-a5d7-5f8e2da15b31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e068626c-944b-48d2-a5d7-5f8e2da15b31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14261008153959941127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127142610081539599411271426100815395994112714261008153959941127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f970ef-8a88-4b44-8520-b5f2b2ff5d6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e068626c-944b-48d2-a5d7-5f8e2da15b31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a89b838e-bd1c-4066-9014-7bc8b206b1fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89b838e-bd1c-4066-9014-7bc8b206b1fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4939719187233867480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480493971918723386748049397191872338674804939719187233867480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4900af6b-f81f-487b-b21e-213186d453bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4900af6b-f81f-487b-b21e-213186d453bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18020072725935548898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898180200727259355488981802007272593554889818020072725935548898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89b838e-bd1c-4066-9014-7bc8b206b1fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08f30326-7514-435b-9d6f-d8c3d8b182b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f30326-7514-435b-9d6f-d8c3d8b182b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4589138485539986693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693458913848553998669345891384855399866934589138485539986693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4900af6b-f81f-487b-b21e-213186d453bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4378624d-40b6-4c36-a900-f2b0e61c87c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4378624d-40b6-4c36-a900-f2b0e61c87c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9466303459385094472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472946630345938509447294663034593850944729466303459385094472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f30326-7514-435b-9d6f-d8c3d8b182b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8762f4d-e028-486c-9657-e97a8812bedb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8762f4d-e028-486c-9657-e97a8812bedb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13029473121902144147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147130294731219021441471302947312190214414713029473121902144147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4378624d-40b6-4c36-a900-f2b0e61c87c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7429c6c-2314-47b0-835d-8a3003824b5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7429c6c-2314-47b0-835d-8a3003824b5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16141528299338787460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460161415282993387874601614152829933878746016141528299338787460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8762f4d-e028-486c-9657-e97a8812bedb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7429c6c-2314-47b0-835d-8a3003824b5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc55a88a-461f-492d-857b-b4ae858a5120, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc55a88a-461f-492d-857b-b4ae858a5120, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 250821344965513347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347250821344965513347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb45cce0-0885-4380-ad76-10cc6c870997, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb45cce0-0885-4380-ad76-10cc6c870997, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8840330919756235530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530884033091975623553088403309197562355308840330919756235530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc55a88a-461f-492d-857b-b4ae858a5120, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53e92e34-d19f-4345-88ed-1e0791ed9e10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e92e34-d19f-4345-88ed-1e0791ed9e10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8479468256522160675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675847946825652216067584794682565221606758479468256522160675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb45cce0-0885-4380-ad76-10cc6c870997, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13f9ffd8-e232-4e0d-9600-9df9dc13fb4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13f9ffd8-e232-4e0d-9600-9df9dc13fb4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506719325191066859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859650671932519106685965067193251910668596506719325191066859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e92e34-d19f-4345-88ed-1e0791ed9e10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb2ce424-04f4-4b95-88fc-42104b42af0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2ce424-04f4-4b95-88fc-42104b42af0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17143553642404121106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106171435536424041211061714355364240412110617143553642404121106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13f9ffd8-e232-4e0d-9600-9df9dc13fb4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f86287b-535f-49f3-aa13-d32a191e813f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f86287b-535f-49f3-aa13-d32a191e813f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4896063696117605898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898489606369611760589848960636961176058984896063696117605898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2ce424-04f4-4b95-88fc-42104b42af0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7873a7fb-cb5b-4b74-b6f4-534fb10e89ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7873a7fb-cb5b-4b74-b6f4-534fb10e89ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7926672327808407775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775792667232780840777579266723278084077757926672327808407775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f86287b-535f-49f3-aa13-d32a191e813f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32adc1b6-4b41-45ae-9875-9bb4c685cc11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32adc1b6-4b41-45ae-9875-9bb4c685cc11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16572569332523033851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851165725693325230338511657256933252303385116572569332523033851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7873a7fb-cb5b-4b74-b6f4-534fb10e89ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6b36e68-2cbc-483c-ac61-976d40fc37a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6b36e68-2cbc-483c-ac61-976d40fc37a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 59186540433084623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5918654043308462359186540433084623591865404330846235918654043308462359186540433084623591865404330846235918654043308462359186540433084623591865404330846235918654043308462359186540433084623591865404330846235918654043308462359186540433084623591865404330846235918654043308462359186540433084623591865404330846235918654043308462359186540433084623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32adc1b6-4b41-45ae-9875-9bb4c685cc11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4329c863-8b46-47ba-bf7b-6c1257dfaa0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4329c863-8b46-47ba-bf7b-6c1257dfaa0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11566743259828628260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260115667432598286282601156674325982862826011566743259828628260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6b36e68-2cbc-483c-ac61-976d40fc37a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38b514e7-beae-4beb-8c43-47fcd3881203, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38b514e7-beae-4beb-8c43-47fcd3881203, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15692353040153863295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295156923530401538632951569235304015386329515692353040153863295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4329c863-8b46-47ba-bf7b-6c1257dfaa0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 341ed625-ed73-415b-bb42-5bf834b97ced, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341ed625-ed73-415b-bb42-5bf834b97ced, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6619984462533080408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408661998446253308040866199844625330804086619984462533080408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38b514e7-beae-4beb-8c43-47fcd3881203, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22f47dee-e377-4a44-8019-f9306a7c809b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f47dee-e377-4a44-8019-f9306a7c809b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9521034122093119764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764952103412209311976495210341220931197649521034122093119764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341ed625-ed73-415b-bb42-5bf834b97ced, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e4fb470-4ff6-4f34-b702-90d507a755e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e4fb470-4ff6-4f34-b702-90d507a755e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10677164927065212043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043106771649270652120431067716492706521204310677164927065212043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f47dee-e377-4a44-8019-f9306a7c809b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44d58c5c-3498-4921-893a-21c6575bc628, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e4fb470-4ff6-4f34-b702-90d507a755e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d58c5c-3498-4921-893a-21c6575bc628, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9591803476010768817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817959180347601076881795918034760107688179591803476010768817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddd35263-3dfd-4799-917a-58c80f4d5724, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddd35263-3dfd-4799-917a-58c80f4d5724, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11026508580950064114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114110265085809500641141102650858095006411411026508580950064114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d58c5c-3498-4921-893a-21c6575bc628, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0620a28e-acbd-4840-94f5-419a0a131eca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0620a28e-acbd-4840-94f5-419a0a131eca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020972462497871291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291110209724624978712911102097246249787129111020972462497871291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddd35263-3dfd-4799-917a-58c80f4d5724, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e521dd4-af39-40c4-af8a-50fd9461977d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e521dd4-af39-40c4-af8a-50fd9461977d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6139582231456017989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989613958223145601798961395822314560179896139582231456017989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e521dd4-af39-40c4-af8a-50fd9461977d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54f4a2d5-55cf-4da8-9043-1328e5993064, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f4a2d5-55cf-4da8-9043-1328e5993064, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 766958209730767647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647766958209730767647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0620a28e-acbd-4840-94f5-419a0a131eca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bd3b279-6a06-4e55-9bbf-d944b364419f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bd3b279-6a06-4e55-9bbf-d944b364419f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921214745462869757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757159212147454628697571592121474546286975715921214745462869757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f4a2d5-55cf-4da8-9043-1328e5993064, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 844cef6e-240a-4b4a-99bb-8d813f2ed6a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844cef6e-240a-4b4a-99bb-8d813f2ed6a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6321186574482978023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023632118657448297802363211865744829780236321186574482978023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bd3b279-6a06-4e55-9bbf-d944b364419f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 586f656b-06d1-49f3-bf71-0274f06e3c08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 586f656b-06d1-49f3-bf71-0274f06e3c08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5971213926360871523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523597121392636087152359712139263608715235971213926360871523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844cef6e-240a-4b4a-99bb-8d813f2ed6a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfa1ef89-e0e9-4db3-969b-79508577dff7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa1ef89-e0e9-4db3-969b-79508577dff7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8564140703696597467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467856414070369659746785641407036965974678564140703696597467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 586f656b-06d1-49f3-bf71-0274f06e3c08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcbf8f1a-f807-4e50-b4e8-f2985a9cd2e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcbf8f1a-f807-4e50-b4e8-f2985a9cd2e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317019494123578192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192331701949412357819233170194941235781923317019494123578192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa1ef89-e0e9-4db3-969b-79508577dff7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcbf8f1a-f807-4e50-b4e8-f2985a9cd2e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59b75057-a5a6-4f00-892d-c5ecb3a07a09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b75057-a5a6-4f00-892d-c5ecb3a07a09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11383649507655702131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131113836495076557021311138364950765570213111383649507655702131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74f2ff40-6fde-467d-9467-27422ed12d13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74f2ff40-6fde-467d-9467-27422ed12d13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1049498998394283153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153104949899839428315310494989983942831531049498998394283153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b75057-a5a6-4f00-892d-c5ecb3a07a09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3680e5ce-bee8-4c42-81a5-45f4806a5a10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3680e5ce-bee8-4c42-81a5-45f4806a5a10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15100942613199977286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286151009426131999772861510094261319997728615100942613199977286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74f2ff40-6fde-467d-9467-27422ed12d13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b4abcd8-2047-4c04-807c-a026e68e7d79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b4abcd8-2047-4c04-807c-a026e68e7d79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4817793492030269288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288481779349203026928848177934920302692884817793492030269288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b4abcd8-2047-4c04-807c-a026e68e7d79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3680e5ce-bee8-4c42-81a5-45f4806a5a10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8266d98-fe90-4bca-97b6-c8d2872dc01b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8266d98-fe90-4bca-97b6-c8d2872dc01b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16583303978776780219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219165833039787767802191658330397877678021916583303978776780219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de9a38b1-91bc-4b0d-a4d2-67874cb4e82e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9a38b1-91bc-4b0d-a4d2-67874cb4e82e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12892040263587802533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533128920402635878025331289204026358780253312892040263587802533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8266d98-fe90-4bca-97b6-c8d2872dc01b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9a38b1-91bc-4b0d-a4d2-67874cb4e82e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1faa34eb-c4ed-467c-9b70-abc77c868115, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1faa34eb-c4ed-467c-9b70-abc77c868115, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15628824032850644687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687156288240328506446871562882403285064468715628824032850644687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57c7beb-455e-4277-bf81-c86af80dbe80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57c7beb-455e-4277-bf81-c86af80dbe80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14158256210095015268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268141582562100950152681415825621009501526814158256210095015268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1faa34eb-c4ed-467c-9b70-abc77c868115, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5192ec1a-d358-41b8-968a-ac695f59f93c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5192ec1a-d358-41b8-968a-ac695f59f93c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11281868010577273721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721112818680105772737211128186801057727372111281868010577273721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57c7beb-455e-4277-bf81-c86af80dbe80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d51a941-ff3e-4bc3-ac2b-2887e525859c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d51a941-ff3e-4bc3-ac2b-2887e525859c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2705920659165577476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476270592065916557747627059206591655774762705920659165577476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5192ec1a-d358-41b8-968a-ac695f59f93c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b74aec4f-0d2d-4c87-91ee-db0a5ed063a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b74aec4f-0d2d-4c87-91ee-db0a5ed063a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1109087330348571372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372110908733034857137211090873303485713721109087330348571372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d51a941-ff3e-4bc3-ac2b-2887e525859c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54b980a4-ca1b-44bb-ac0e-c9695e04b41f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b980a4-ca1b-44bb-ac0e-c9695e04b41f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3437675524565852909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909343767552456585290934376755245658529093437675524565852909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b74aec4f-0d2d-4c87-91ee-db0a5ed063a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac8d3479-3985-4aad-a5af-bd0ec8e08c1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac8d3479-3985-4aad-a5af-bd0ec8e08c1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14772883307261261176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176147728833072612611761477288330726126117614772883307261261176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b980a4-ca1b-44bb-ac0e-c9695e04b41f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 902b393a-0175-48ef-a797-6ff10931405b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 902b393a-0175-48ef-a797-6ff10931405b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428735862931793347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347942873586293179334794287358629317933479428735862931793347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac8d3479-3985-4aad-a5af-bd0ec8e08c1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 723a3270-e340-4fa1-99eb-aab2b05a0bd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723a3270-e340-4fa1-99eb-aab2b05a0bd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5718887822921378052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052571888782292137805257188878229213780525718887822921378052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 902b393a-0175-48ef-a797-6ff10931405b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f335fc-32e2-4794-a3b2-34b17ee6dd96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f335fc-32e2-4794-a3b2-34b17ee6dd96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15261586572628513946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946152615865726285139461526158657262851394615261586572628513946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723a3270-e340-4fa1-99eb-aab2b05a0bd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c9a4c53-d8c7-4b6a-a9b8-6ad2ce32c40e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9a4c53-d8c7-4b6a-a9b8-6ad2ce32c40e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 986787522084048931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931986787522084048931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f335fc-32e2-4794-a3b2-34b17ee6dd96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be6a17b-b3e2-4f2b-bea1-a72a8237d02d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be6a17b-b3e2-4f2b-bea1-a72a8237d02d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17696429003947608926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926176964290039476089261769642900394760892617696429003947608926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9a4c53-d8c7-4b6a-a9b8-6ad2ce32c40e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92d1179c-c99f-4d1e-aed7-586fd2964f60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d1179c-c99f-4d1e-aed7-586fd2964f60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7120545094700495092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092712054509470049509271205450947004950927120545094700495092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be6a17b-b3e2-4f2b-bea1-a72a8237d02d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8613044-7bc6-43ca-b2b9-9039d77a31a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8613044-7bc6-43ca-b2b9-9039d77a31a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 264555787404017856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856264555787404017856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d1179c-c99f-4d1e-aed7-586fd2964f60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c806ce0-aaa9-4a59-83e4-9e829db95de6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c806ce0-aaa9-4a59-83e4-9e829db95de6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11808114846786322087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087118081148467863220871180811484678632208711808114846786322087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8613044-7bc6-43ca-b2b9-9039d77a31a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeb6fdd0-5627-47ed-9064-f45e8548d86d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb6fdd0-5627-47ed-9064-f45e8548d86d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8249093290456258185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185824909329045625818582490932904562581858249093290456258185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb6fdd0-5627-47ed-9064-f45e8548d86d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7f59c4-0d6f-4138-83b2-1516dcf7fe7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7f59c4-0d6f-4138-83b2-1516dcf7fe7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5164444459095377655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655516444445909537765551644444590953776555164444459095377655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c806ce0-aaa9-4a59-83e4-9e829db95de6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67508de3-b259-40f3-ad4e-9a009598e4a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67508de3-b259-40f3-ad4e-9a009598e4a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8121749952885426865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865812174995288542686581217499528854268658121749952885426865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7f59c4-0d6f-4138-83b2-1516dcf7fe7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d657e89-6571-45d5-9294-02b25e249682, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d657e89-6571-45d5-9294-02b25e249682, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10348856370018652365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365103488563700186523651034885637001865236510348856370018652365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67508de3-b259-40f3-ad4e-9a009598e4a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f073508e-6de9-4091-992d-8340c131ffd3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f073508e-6de9-4091-992d-8340c131ffd3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2620735988196020053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053262073598819602005326207359881960200532620735988196020053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d657e89-6571-45d5-9294-02b25e249682, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8cb7c5-69b9-4458-b65a-06eda0876c15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8cb7c5-69b9-4458-b65a-06eda0876c15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15457892236449346915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915154578922364493469151545789223644934691515457892236449346915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f073508e-6de9-4091-992d-8340c131ffd3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6afc0440-956d-4a8e-8617-ec3d44ee1e3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afc0440-956d-4a8e-8617-ec3d44ee1e3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6833914298122392435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435683391429812239243568339142981223924356833914298122392435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8cb7c5-69b9-4458-b65a-06eda0876c15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c9bbfe8-3b86-4bee-8898-396db46cd596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c9bbfe8-3b86-4bee-8898-396db46cd596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4522909989970343708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708452290998997034370845229099899703437084522909989970343708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afc0440-956d-4a8e-8617-ec3d44ee1e3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6f75794-2cf1-441d-86e6-857a18d4d535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f75794-2cf1-441d-86e6-857a18d4d535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5571578668727005604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604557157866872700560455715786687270056045571578668727005604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c9bbfe8-3b86-4bee-8898-396db46cd596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78e7d759-0ae4-4a14-bc0f-7e90190c767a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f75794-2cf1-441d-86e6-857a18d4d535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d21c3f87-7915-46f5-807a-fa4b94abed7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e7d759-0ae4-4a14-bc0f-7e90190c767a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16041640303313118214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214160416403033131182141604164030331311821416041640303313118214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d21c3f87-7915-46f5-807a-fa4b94abed7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2372527288912900215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215237252728891290021523725272889129002152372527288912900215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e7d759-0ae4-4a14-bc0f-7e90190c767a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01fbd212-9f98-4627-958e-c7dfea6465ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01fbd212-9f98-4627-958e-c7dfea6465ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3864161494649535475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475386416149464953547538641614946495354753864161494649535475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d21c3f87-7915-46f5-807a-fa4b94abed7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08d758af-a964-4aed-8cc6-99fd0b94ddd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d758af-a964-4aed-8cc6-99fd0b94ddd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15554015802754995109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109155540158027549951091555401580275499510915554015802754995109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01fbd212-9f98-4627-958e-c7dfea6465ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d758af-a964-4aed-8cc6-99fd0b94ddd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 996e91a2-3b97-4d0a-a8f9-f04160ecdc1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 996e91a2-3b97-4d0a-a8f9-f04160ecdc1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4078036891167461698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698407803689116746169840780368911674616984078036891167461698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ae1d71-2c04-4bf5-8f5f-1b18774e1716, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ae1d71-2c04-4bf5-8f5f-1b18774e1716, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7665616925065249128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128766561692506524912876656169250652491287665616925065249128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ae1d71-2c04-4bf5-8f5f-1b18774e1716, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 996e91a2-3b97-4d0a-a8f9-f04160ecdc1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cd81c86-bd82-4325-bc99-7d523f0ea16a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd81c86-bd82-4325-bc99-7d523f0ea16a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 482248651313032505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505482248651313032505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd34c499-4693-47b1-b00a-36d5e8e5d6c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd34c499-4693-47b1-b00a-36d5e8e5d6c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4168061605952627181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181416806160595262718141680616059526271814168061605952627181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd81c86-bd82-4325-bc99-7d523f0ea16a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc57d97e-e4a9-4710-972c-f44bf3110767, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc57d97e-e4a9-4710-972c-f44bf3110767, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9909151360365210414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414990915136036521041499091513603652104149909151360365210414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd34c499-4693-47b1-b00a-36d5e8e5d6c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee20fe7f-9858-4643-8503-b5d143851d5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee20fe7f-9858-4643-8503-b5d143851d5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8205992096799048401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401820599209679904840182059920967990484018205992096799048401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc57d97e-e4a9-4710-972c-f44bf3110767, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7d549ef-161e-47a4-9c12-91dc0ea02ac8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7d549ef-161e-47a4-9c12-91dc0ea02ac8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9590627485224923879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879959062748522492387995906274852249238799590627485224923879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee20fe7f-9858-4643-8503-b5d143851d5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 507b765b-8098-44b2-8d14-8f5125ad8016, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 507b765b-8098-44b2-8d14-8f5125ad8016, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8518666550039833697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697851866655003983369785186665500398336978518666550039833697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7d549ef-161e-47a4-9c12-91dc0ea02ac8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c96f2a73-9064-4365-94c4-c8965099bc56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96f2a73-9064-4365-94c4-c8965099bc56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6895224843499974930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930689522484349997493068952248434999749306895224843499974930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 507b765b-8098-44b2-8d14-8f5125ad8016, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0dbc0c1-1c33-4212-8f6d-95cfd876bc7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0dbc0c1-1c33-4212-8f6d-95cfd876bc7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12421257847128096211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211124212578471280962111242125784712809621112421257847128096211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96f2a73-9064-4365-94c4-c8965099bc56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14825f81-0d3d-4858-a88e-7908c5dd899f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14825f81-0d3d-4858-a88e-7908c5dd899f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1510280753443195086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086151028075344319508615102807534431950861510280753443195086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0dbc0c1-1c33-4212-8f6d-95cfd876bc7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8f555ce-14ab-4a13-9b9a-962804c76ae2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f555ce-14ab-4a13-9b9a-962804c76ae2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11882747193789085632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632118827471937890856321188274719378908563211882747193789085632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14825f81-0d3d-4858-a88e-7908c5dd899f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70edfb1d-96d9-4867-b294-30be868b5fd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70edfb1d-96d9-4867-b294-30be868b5fd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17122583459510869834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834171225834595108698341712258345951086983417122583459510869834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f555ce-14ab-4a13-9b9a-962804c76ae2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfff5d9e-9749-4fd9-8735-2c4d7eddca05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfff5d9e-9749-4fd9-8735-2c4d7eddca05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8823018805298623852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852882301880529862385288230188052986238528823018805298623852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70edfb1d-96d9-4867-b294-30be868b5fd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71184c80-a1b7-44d3-936e-9aa54841b2bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71184c80-a1b7-44d3-936e-9aa54841b2bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12690602254464033562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562126906022544640335621269060225446403356212690602254464033562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfff5d9e-9749-4fd9-8735-2c4d7eddca05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d26c23e4-dcf5-40d3-8295-a6646c809495, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d26c23e4-dcf5-40d3-8295-a6646c809495, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14154171410289243936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936141541714102892439361415417141028924393614154171410289243936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71184c80-a1b7-44d3-936e-9aa54841b2bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39602dd2-f5c8-4398-a3c9-d4430e164cb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39602dd2-f5c8-4398-a3c9-d4430e164cb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4779300894221471425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425477930089422147142547793008942214714254779300894221471425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d26c23e4-dcf5-40d3-8295-a6646c809495, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9d3e9f1-ee2d-4ba8-8053-bb8e974b2113, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d3e9f1-ee2d-4ba8-8053-bb8e974b2113, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2096923592172780462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462209692359217278046220969235921727804622096923592172780462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39602dd2-f5c8-4398-a3c9-d4430e164cb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12c6e74a-cd02-47e3-8652-8f04b88d4cf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12c6e74a-cd02-47e3-8652-8f04b88d4cf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6464683041976011197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197646468304197601119764646830419760111976464683041976011197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d3e9f1-ee2d-4ba8-8053-bb8e974b2113, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da6e2314-1ec9-48e5-8b4b-cdfcb0186bc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da6e2314-1ec9-48e5-8b4b-cdfcb0186bc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12858723563068101425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425128587235630681014251285872356306810142512858723563068101425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12c6e74a-cd02-47e3-8652-8f04b88d4cf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82e2d24b-d516-43a5-b03e-71f077c612ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82e2d24b-d516-43a5-b03e-71f077c612ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8051731250151545697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697805173125015154569780517312501515456978051731250151545697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da6e2314-1ec9-48e5-8b4b-cdfcb0186bc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b46f3b6e-d418-4ce1-9be6-0055886cbfff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b46f3b6e-d418-4ce1-9be6-0055886cbfff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14675714097845255951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951146757140978452559511467571409784525595114675714097845255951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82e2d24b-d516-43a5-b03e-71f077c612ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae3ca4d0-fa63-4036-9a31-7f8d1a656d5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae3ca4d0-fa63-4036-9a31-7f8d1a656d5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2125701972670017875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875212570197267001787521257019726700178752125701972670017875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b46f3b6e-d418-4ce1-9be6-0055886cbfff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c3b1a2e-b2c0-4fd1-842d-0e7e7e06fe85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c3b1a2e-b2c0-4fd1-842d-0e7e7e06fe85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18103169945183186371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371181031699451831863711810316994518318637118103169945183186371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae3ca4d0-fa63-4036-9a31-7f8d1a656d5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b813470-7759-499b-92e2-07c46c9f5d04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b813470-7759-499b-92e2-07c46c9f5d04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15955914366689609476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476159559143666896094761595591436668960947615955914366689609476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c3b1a2e-b2c0-4fd1-842d-0e7e7e06fe85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 782f46ca-c5ea-4d26-9254-c61f21f90e53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 782f46ca-c5ea-4d26-9254-c61f21f90e53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15046318261686137041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041150463182616861370411504631826168613704115046318261686137041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b813470-7759-499b-92e2-07c46c9f5d04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 886a329b-4c2e-49b9-b8c2-f8fdab659955, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 886a329b-4c2e-49b9-b8c2-f8fdab659955, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12126010471012663059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059121260104710126630591212601047101266305912126010471012663059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 782f46ca-c5ea-4d26-9254-c61f21f90e53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d34659f7-f005-4868-9eee-672b47143c70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d34659f7-f005-4868-9eee-672b47143c70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13026164619348407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302616461934840713026164619348407130261646193484071302616461934840713026164619348407130261646193484071302616461934840713026164619348407130261646193484071302616461934840713026164619348407130261646193484071302616461934840713026164619348407130261646193484071302616461934840713026164619348407130261646193484071302616461934840713026164619348407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 886a329b-4c2e-49b9-b8c2-f8fdab659955, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e668bb2-9d18-4ded-af29-f3f4a32e19f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e668bb2-9d18-4ded-af29-f3f4a32e19f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10782585337234803872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872107825853372348038721078258533723480387210782585337234803872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d34659f7-f005-4868-9eee-672b47143c70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48390d54-b68a-4505-bf11-138520c4e0bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48390d54-b68a-4505-bf11-138520c4e0bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15747893193172592025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025157478931931725920251574789319317259202515747893193172592025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e668bb2-9d18-4ded-af29-f3f4a32e19f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 999bbc3c-afc3-4032-9854-3bfbe707a372, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 999bbc3c-afc3-4032-9854-3bfbe707a372, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 472014534691380145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145472014534691380145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48390d54-b68a-4505-bf11-138520c4e0bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35b71395-32c7-4867-9a3c-c4e33faa09ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b71395-32c7-4867-9a3c-c4e33faa09ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9965770107029423508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508996577010702942350899657701070294235089965770107029423508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 999bbc3c-afc3-4032-9854-3bfbe707a372, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5413cf9-79b2-4ac1-9a16-a27ef4e6a39f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5413cf9-79b2-4ac1-9a16-a27ef4e6a39f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11796040052743195827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827117960400527431958271179604005274319582711796040052743195827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b71395-32c7-4867-9a3c-c4e33faa09ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ed22184-4481-40e8-a80e-bbd151fe52c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed22184-4481-40e8-a80e-bbd151fe52c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14508875531530744169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169145088755315307441691450887553153074416914508875531530744169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5413cf9-79b2-4ac1-9a16-a27ef4e6a39f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92ce0465-7a80-4932-b231-97b51a8f3ce1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92ce0465-7a80-4932-b231-97b51a8f3ce1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6949803590603088536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536694980359060308853669498035906030885366949803590603088536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed22184-4481-40e8-a80e-bbd151fe52c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d197fe47-e2e1-42aa-8d82-f1f388b41011, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d197fe47-e2e1-42aa-8d82-f1f388b41011, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881303414291081185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185488130341429108118548813034142910811854881303414291081185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92ce0465-7a80-4932-b231-97b51a8f3ce1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23793ded-cddc-4e1f-a259-4a36a8a55808, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23793ded-cddc-4e1f-a259-4a36a8a55808, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15808871492994493262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262158088714929944932621580887149299449326215808871492994493262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d197fe47-e2e1-42aa-8d82-f1f388b41011, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8bd2f1-c173-4230-959b-a76232637060, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8bd2f1-c173-4230-959b-a76232637060, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12202901172048191663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663122029011720481916631220290117204819166312202901172048191663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23793ded-cddc-4e1f-a259-4a36a8a55808, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae90eb4a-2d1e-42b1-b7e9-09c7ebf8da65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae90eb4a-2d1e-42b1-b7e9-09c7ebf8da65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195520582765146475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475319552058276514647531955205827651464753195520582765146475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8bd2f1-c173-4230-959b-a76232637060, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ddf404-d80f-4b71-9200-5248ce6e6546, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ddf404-d80f-4b71-9200-5248ce6e6546, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13110504775664215173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173131105047756642151731311050477566421517313110504775664215173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae90eb4a-2d1e-42b1-b7e9-09c7ebf8da65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1857f8ce-1ec5-4616-bed0-f107cfeb7ce5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1857f8ce-1ec5-4616-bed0-f107cfeb7ce5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1833063591210768671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671183306359121076867118330635912107686711833063591210768671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ddf404-d80f-4b71-9200-5248ce6e6546, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ee593b-0c1d-4788-9eee-2c7f2eb8d1ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ee593b-0c1d-4788-9eee-2c7f2eb8d1ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11538014876823231420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420115380148768232314201153801487682323142011538014876823231420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1857f8ce-1ec5-4616-bed0-f107cfeb7ce5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdc4f55b-797b-4c9f-a78b-f5ae2df9aebf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc4f55b-797b-4c9f-a78b-f5ae2df9aebf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2960830399367045049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049296083039936704504929608303993670450492960830399367045049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ee593b-0c1d-4788-9eee-2c7f2eb8d1ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51fc7024-1a17-4929-b632-00695b4daed2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51fc7024-1a17-4929-b632-00695b4daed2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4010275395243508407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407401027539524350840740102753952435084074010275395243508407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc4f55b-797b-4c9f-a78b-f5ae2df9aebf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba13adab-b250-4671-9879-904f6da09d62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba13adab-b250-4671-9879-904f6da09d62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5758520762363301300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300575852076236330130057585207623633013005758520762363301300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51fc7024-1a17-4929-b632-00695b4daed2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dd9fa9b-7571-461f-90ff-15b65c80be5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd9fa9b-7571-461f-90ff-15b65c80be5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18128622274170637492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492181286222741706374921812862227417063749218128622274170637492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba13adab-b250-4671-9879-904f6da09d62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6192ba01-b222-4315-b3a9-9f624a48670c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6192ba01-b222-4315-b3a9-9f624a48670c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13247949144286606069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069132479491442866060691324794914428660606913247949144286606069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd9fa9b-7571-461f-90ff-15b65c80be5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62994245-5d67-4736-845c-71993ccef3fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62994245-5d67-4736-845c-71993ccef3fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16406090163903054989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989164060901639030549891640609016390305498916406090163903054989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6192ba01-b222-4315-b3a9-9f624a48670c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b10f3fd-2419-41a8-97cb-77436cf5d97f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b10f3fd-2419-41a8-97cb-77436cf5d97f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10074113233885655217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217100741132338856552171007411323388565521710074113233885655217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62994245-5d67-4736-845c-71993ccef3fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8df76a8a-0ff5-45ec-98ba-437e6a93a5fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8df76a8a-0ff5-45ec-98ba-437e6a93a5fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11271404314510824110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110112714043145108241101127140431451082411011271404314510824110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b10f3fd-2419-41a8-97cb-77436cf5d97f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e466eb1f-4917-443e-844c-a62d2afdb815, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e466eb1f-4917-443e-844c-a62d2afdb815, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9347095974397656811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811934709597439765681193470959743976568119347095974397656811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8df76a8a-0ff5-45ec-98ba-437e6a93a5fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53984827-88ca-4b92-b7c8-bbb7a3bba697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53984827-88ca-4b92-b7c8-bbb7a3bba697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13731623885766705818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818137316238857667058181373162388576670581813731623885766705818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e466eb1f-4917-443e-844c-a62d2afdb815, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 125668cd-1f41-4637-a834-4cee7eb12678, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125668cd-1f41-4637-a834-4cee7eb12678, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11274202237676575710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710112742022376765757101127420223767657571011274202237676575710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53984827-88ca-4b92-b7c8-bbb7a3bba697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5230a851-fddc-4b25-9ebf-da6dbc826257, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5230a851-fddc-4b25-9ebf-da6dbc826257, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8503445225205902329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329850344522520590232985034452252059023298503445225205902329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125668cd-1f41-4637-a834-4cee7eb12678, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea37fba-912a-48aa-beb5-5a51331868d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea37fba-912a-48aa-beb5-5a51331868d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10942249564344338152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152109422495643443381521094224956434433815210942249564344338152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5230a851-fddc-4b25-9ebf-da6dbc826257, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce386258-e2fd-48f6-a5bc-2de3afd5e2b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce386258-e2fd-48f6-a5bc-2de3afd5e2b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10147821612959725104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104101478216129597251041014782161295972510410147821612959725104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea37fba-912a-48aa-beb5-5a51331868d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8c83704-ecb8-4174-a513-adab7094d9fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c83704-ecb8-4174-a513-adab7094d9fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11197767233094650750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750111977672330946507501119776723309465075011197767233094650750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce386258-e2fd-48f6-a5bc-2de3afd5e2b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e285751-df97-4944-a8b7-1c4a6527fc8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e285751-df97-4944-a8b7-1c4a6527fc8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4414585267609777197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197441458526760977719744145852676097771974414585267609777197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c83704-ecb8-4174-a513-adab7094d9fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24a9d4c0-ca10-4ba3-aa95-67f5ba5e6d60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a9d4c0-ca10-4ba3-aa95-67f5ba5e6d60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1537221954493017186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186153722195449301718615372219544930171861537221954493017186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e285751-df97-4944-a8b7-1c4a6527fc8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 401b50e0-8776-4cf9-8b26-c3341262f1cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401b50e0-8776-4cf9-8b26-c3341262f1cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15357317929677061349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349153573179296770613491535731792967706134915357317929677061349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a9d4c0-ca10-4ba3-aa95-67f5ba5e6d60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cfab99a-5e71-4646-92c7-85d6e6036a0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cfab99a-5e71-4646-92c7-85d6e6036a0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11310374769474172956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956113103747694741729561131037476947417295611310374769474172956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401b50e0-8776-4cf9-8b26-c3341262f1cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a96bca5d-7ed0-42b5-a270-839eca3e130b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96bca5d-7ed0-42b5-a270-839eca3e130b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12768097619928749319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319127680976199287493191276809761992874931912768097619928749319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cfab99a-5e71-4646-92c7-85d6e6036a0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c48a1e4-3caa-4ef5-91be-d5065ed0bbe7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c48a1e4-3caa-4ef5-91be-d5065ed0bbe7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11347763360614705967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967113477633606147059671134776336061470596711347763360614705967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96bca5d-7ed0-42b5-a270-839eca3e130b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e01d3857-195b-42f8-9f45-eb4a8c8948a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e01d3857-195b-42f8-9f45-eb4a8c8948a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16457858104257128156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156164578581042571281561645785810425712815616457858104257128156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c48a1e4-3caa-4ef5-91be-d5065ed0bbe7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ff72a6-b03f-4bcb-83d7-024f0fbf97fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ff72a6-b03f-4bcb-83d7-024f0fbf97fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13476058614738633742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742134760586147386337421347605861473863374213476058614738633742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e01d3857-195b-42f8-9f45-eb4a8c8948a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bde4a28-7042-4e6b-8dd0-84bfe0ad35b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bde4a28-7042-4e6b-8dd0-84bfe0ad35b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11039539300191204825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825110395393001912048251103953930019120482511039539300191204825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ff72a6-b03f-4bcb-83d7-024f0fbf97fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 187dabc5-f33e-4ed3-9c22-007bb9374c08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 187dabc5-f33e-4ed3-9c22-007bb9374c08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14970237116900412832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832149702371169004128321497023711690041283214970237116900412832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bde4a28-7042-4e6b-8dd0-84bfe0ad35b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbc73b1a-fbb0-4651-920f-86b24308bff2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc73b1a-fbb0-4651-920f-86b24308bff2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2595605961574017603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603259560596157401760325956059615740176032595605961574017603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 187dabc5-f33e-4ed3-9c22-007bb9374c08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e11f9c37-9349-4c66-9d84-99249261fd3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11f9c37-9349-4c66-9d84-99249261fd3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15271337906438944722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722152713379064389447221527133790643894472215271337906438944722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc73b1a-fbb0-4651-920f-86b24308bff2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 468a17fa-04d2-45e2-88be-665905b25a57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468a17fa-04d2-45e2-88be-665905b25a57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16973877809337401473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473169738778093374014731697387780933740147316973877809337401473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11f9c37-9349-4c66-9d84-99249261fd3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 555f25ff-154a-4e3b-a668-95d45b5d5a53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 555f25ff-154a-4e3b-a668-95d45b5d5a53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2572223694867258491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491257222369486725849125722236948672584912572223694867258491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468a17fa-04d2-45e2-88be-665905b25a57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 950208ad-12e1-4c4d-a504-2bb5601b7e6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 950208ad-12e1-4c4d-a504-2bb5601b7e6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3450814792358731710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710345081479235873171034508147923587317103450814792358731710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 555f25ff-154a-4e3b-a668-95d45b5d5a53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 527dc37a-6636-43c7-b69e-a4d2e6091b7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 527dc37a-6636-43c7-b69e-a4d2e6091b7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4632650168704081607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607463265016870408160746326501687040816074632650168704081607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 950208ad-12e1-4c4d-a504-2bb5601b7e6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e066a12-ae66-41f9-aa3f-0bbbb2f01cc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e066a12-ae66-41f9-aa3f-0bbbb2f01cc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12781888493120790216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216127818884931207902161278188849312079021612781888493120790216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 527dc37a-6636-43c7-b69e-a4d2e6091b7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b25ffe39-1092-4f2c-8e0f-3dc5b345ce37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25ffe39-1092-4f2c-8e0f-3dc5b345ce37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15887092338721335346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346158870923387213353461588709233872133534615887092338721335346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e066a12-ae66-41f9-aa3f-0bbbb2f01cc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ad2921d-58c3-46d1-a75c-f12cae477214, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad2921d-58c3-46d1-a75c-f12cae477214, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13174268013230894220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220131742680132308942201317426801323089422013174268013230894220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25ffe39-1092-4f2c-8e0f-3dc5b345ce37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 832da9ee-4395-475a-9565-b0485e2162fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 832da9ee-4395-475a-9565-b0485e2162fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1322572669047649724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724132257266904764972413225726690476497241322572669047649724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad2921d-58c3-46d1-a75c-f12cae477214, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50294e2f-5dbf-4f9a-8988-90f40a03ecc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50294e2f-5dbf-4f9a-8988-90f40a03ecc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14724276667487022610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610147242766674870226101472427666748702261014724276667487022610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 832da9ee-4395-475a-9565-b0485e2162fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 906ac511-8f2b-4178-80d6-35f36b43b39d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 906ac511-8f2b-4178-80d6-35f36b43b39d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3379279986664371243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243337927998666437124333792799866643712433379279986664371243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50294e2f-5dbf-4f9a-8988-90f40a03ecc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fda497da-d44c-4fbe-aa4c-03de998b14fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fda497da-d44c-4fbe-aa4c-03de998b14fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7020429534684666380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380702042953468466638070204295346846663807020429534684666380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 906ac511-8f2b-4178-80d6-35f36b43b39d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a8ecd9-9045-4408-aaec-e7eaf1cab62f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a8ecd9-9045-4408-aaec-e7eaf1cab62f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7904917454142279324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324790491745414227932479049174541422793247904917454142279324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fda497da-d44c-4fbe-aa4c-03de998b14fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12731085-17e0-4e2f-8ca0-688c6ed35a2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12731085-17e0-4e2f-8ca0-688c6ed35a2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6917411866621163989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989691741186662116398969174118666211639896917411866621163989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a8ecd9-9045-4408-aaec-e7eaf1cab62f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff289070-d51a-4a96-be5a-9b299e9e3b58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff289070-d51a-4a96-be5a-9b299e9e3b58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15306175226774217588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588153061752267742175881530617522677421758815306175226774217588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12731085-17e0-4e2f-8ca0-688c6ed35a2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3473bb8-433d-4b45-a626-9289143a5bc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff289070-d51a-4a96-be5a-9b299e9e3b58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3473bb8-433d-4b45-a626-9289143a5bc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5742842367923729302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302574284236792372930257428423679237293025742842367923729302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd938c68-4021-4c7b-b145-ac1cf150c28b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd938c68-4021-4c7b-b145-ac1cf150c28b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186662224942870803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803151866622249428708031518666222494287080315186662224942870803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3473bb8-433d-4b45-a626-9289143a5bc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2575ae36-b336-4f58-bd25-97e34e2f6c8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2575ae36-b336-4f58-bd25-97e34e2f6c8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2516484825635293779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779251648482563529377925164848256352937792516484825635293779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd938c68-4021-4c7b-b145-ac1cf150c28b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f848018e-9a0f-4382-add9-2f6632783402, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f848018e-9a0f-4382-add9-2f6632783402, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11290288882027391556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556112902888820273915561129028888202739155611290288882027391556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2575ae36-b336-4f58-bd25-97e34e2f6c8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb2e109a-4a1e-4cb0-bae4-d12093910770, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2e109a-4a1e-4cb0-bae4-d12093910770, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1367816345085582832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832136781634508558283213678163450855828321367816345085582832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f848018e-9a0f-4382-add9-2f6632783402, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 777645ad-78a2-4aca-a855-0a7b3886b5cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 777645ad-78a2-4aca-a855-0a7b3886b5cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11731858526459077941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941117318585264590779411173185852645907794111731858526459077941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2e109a-4a1e-4cb0-bae4-d12093910770, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c599a240-3a7c-4c72-b43a-28205559af16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c599a240-3a7c-4c72-b43a-28205559af16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1016314370301876303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303101631437030187630310163143703018763031016314370301876303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 777645ad-78a2-4aca-a855-0a7b3886b5cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e4d7b2-8c32-4674-b46e-cb5ba8da3287, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e4d7b2-8c32-4674-b46e-cb5ba8da3287, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16659383645867112041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041166593836458671120411665938364586711204116659383645867112041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c599a240-3a7c-4c72-b43a-28205559af16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e4d7b2-8c32-4674-b46e-cb5ba8da3287, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff669044-6b48-4441-8679-12ea72424471, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff669044-6b48-4441-8679-12ea72424471, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183753387901833083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083918375338790183308391837533879018330839183753387901833083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d4845dd-5988-459a-952c-940e4018ad31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d4845dd-5988-459a-952c-940e4018ad31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11186566009306346272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272111865660093063462721118656600930634627211186566009306346272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff669044-6b48-4441-8679-12ea72424471, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d4845dd-5988-459a-952c-940e4018ad31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6fc830d-1928-44ef-9bcb-ff8afeb10e7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6fc830d-1928-44ef-9bcb-ff8afeb10e7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10536120464897666097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097105361204648976660971053612046489766609710536120464897666097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba9174aa-784e-4c0d-a04c-d95e08810660, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba9174aa-784e-4c0d-a04c-d95e08810660, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3131640847009605664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664313164084700960566431316408470096056643131640847009605664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6fc830d-1928-44ef-9bcb-ff8afeb10e7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28047e00-00f6-490d-b9a5-892382374ad6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28047e00-00f6-490d-b9a5-892382374ad6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10188303001465790731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731101883030014657907311018830300146579073110188303001465790731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba9174aa-784e-4c0d-a04c-d95e08810660, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b5f5f58-115d-4d63-aaf1-5baf5815413c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b5f5f58-115d-4d63-aaf1-5baf5815413c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13119314552517210895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895131193145525172108951311931455251721089513119314552517210895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28047e00-00f6-490d-b9a5-892382374ad6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b5f5f58-115d-4d63-aaf1-5baf5815413c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9731fec4-9424-46b6-8475-8e081404cd3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3e7f10d-457d-4d5a-9fe1-717a90ddda0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e7f10d-457d-4d5a-9fe1-717a90ddda0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9854379486871550934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934985437948687155093498543794868715509349854379486871550934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9731fec4-9424-46b6-8475-8e081404cd3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6852015557730917809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809685201555773091780968520155577309178096852015557730917809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e7f10d-457d-4d5a-9fe1-717a90ddda0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33564d74-9d22-43f4-bcc1-9dd2bff7cbfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9731fec4-9424-46b6-8475-8e081404cd3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33564d74-9d22-43f4-bcc1-9dd2bff7cbfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049400619759952959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959704940061975995295970494006197599529597049400619759952959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2c8c602-fcbd-4580-9910-2e5adcb7a30e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c8c602-fcbd-4580-9910-2e5adcb7a30e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 815999979082222582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582815999979082222582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33564d74-9d22-43f4-bcc1-9dd2bff7cbfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbee7892-8234-4c30-af12-77c2a766384e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbee7892-8234-4c30-af12-77c2a766384e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4266515460408322219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219426651546040832221942665154604083222194266515460408322219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c8c602-fcbd-4580-9910-2e5adcb7a30e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5b831aa-b554-4640-97d4-63db3fc7ba88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b831aa-b554-4640-97d4-63db3fc7ba88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2721730875719427030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030272173087571942703027217308757194270302721730875719427030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbee7892-8234-4c30-af12-77c2a766384e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15346ec5-8ea5-46e2-96a9-fba3127e211c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b831aa-b554-4640-97d4-63db3fc7ba88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15346ec5-8ea5-46e2-96a9-fba3127e211c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2164533951950809969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969216453395195080996921645339519508099692164533951950809969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0492a7f-8354-46be-8765-5d75666fa076, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0492a7f-8354-46be-8765-5d75666fa076, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11742526049267801859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859117425260492678018591174252604926780185911742526049267801859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15346ec5-8ea5-46e2-96a9-fba3127e211c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c85e0d3e-4f05-4cbf-97e7-ec6215950890, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85e0d3e-4f05-4cbf-97e7-ec6215950890, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8766504173187885968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968876650417318788596887665041731878859688766504173187885968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0492a7f-8354-46be-8765-5d75666fa076, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccd754aa-5541-4877-9e7f-013caa0b4d61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd754aa-5541-4877-9e7f-013caa0b4d61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9472427288773416494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494947242728877341649494724272887734164949472427288773416494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85e0d3e-4f05-4cbf-97e7-ec6215950890, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f70c94-0ca6-435f-b950-04a532438763, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f70c94-0ca6-435f-b950-04a532438763, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18195371927568809782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782181953719275688097821819537192756880978218195371927568809782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd754aa-5541-4877-9e7f-013caa0b4d61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bda7ea99-b8c4-4469-a1b0-7a0d335c46ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bda7ea99-b8c4-4469-a1b0-7a0d335c46ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5972381366659388325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325597238136665938832559723813666593883255972381366659388325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f70c94-0ca6-435f-b950-04a532438763, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 188d81d0-6e51-43f4-9099-f534617a47a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 188d81d0-6e51-43f4-9099-f534617a47a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14195920270614910006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006141959202706149100061419592027061491000614195920270614910006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bda7ea99-b8c4-4469-a1b0-7a0d335c46ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73cbe5f7-0503-4806-9f21-99fbfeaf70a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73cbe5f7-0503-4806-9f21-99fbfeaf70a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6835533530202110580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580683553353020211058068355335302021105806835533530202110580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 188d81d0-6e51-43f4-9099-f534617a47a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a83c2dad-5d4b-4189-9dd9-95d9a866baf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a83c2dad-5d4b-4189-9dd9-95d9a866baf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8361877597699365423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423836187759769936542383618775976993654238361877597699365423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73cbe5f7-0503-4806-9f21-99fbfeaf70a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42f60851-d77d-46e1-93f5-08691b96699e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f60851-d77d-46e1-93f5-08691b96699e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15282201030283405802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802152822010302834058021528220103028340580215282201030283405802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a83c2dad-5d4b-4189-9dd9-95d9a866baf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8883454-cddf-4234-9856-68258ea919c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8883454-cddf-4234-9856-68258ea919c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2800470487962441121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121280047048796244112128004704879624411212800470487962441121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f60851-d77d-46e1-93f5-08691b96699e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75f7a290-9ee3-4419-8c26-c52a5fa096ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75f7a290-9ee3-4419-8c26-c52a5fa096ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4033541313381279408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408403354131338127940840335413133812794084033541313381279408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8883454-cddf-4234-9856-68258ea919c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 322565f6-d724-4c6e-8610-f6fc7c10d5b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75f7a290-9ee3-4419-8c26-c52a5fa096ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322565f6-d724-4c6e-8610-f6fc7c10d5b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13614925853705528433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433136149258537055284331361492585370552843313614925853705528433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c36b6fa9-7b7c-430e-bce8-23ec292523f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c36b6fa9-7b7c-430e-bce8-23ec292523f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4282966752127544066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066428296675212754406642829667521275440664282966752127544066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322565f6-d724-4c6e-8610-f6fc7c10d5b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 198b16a3-b22d-4d3d-8eff-04a892bb1695, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198b16a3-b22d-4d3d-8eff-04a892bb1695, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12140358028660547932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932121403580286605479321214035802866054793212140358028660547932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c36b6fa9-7b7c-430e-bce8-23ec292523f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ef57e88-d07a-4f48-8140-a4232601f509, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef57e88-d07a-4f48-8140-a4232601f509, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2906063058473996768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768290606305847399676829060630584739967682906063058473996768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198b16a3-b22d-4d3d-8eff-04a892bb1695, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd5a3a3d-61ce-4263-8257-fdfd8bf36a2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5a3a3d-61ce-4263-8257-fdfd8bf36a2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14084962826984637743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743140849628269846377431408496282698463774314084962826984637743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef57e88-d07a-4f48-8140-a4232601f509, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 237fdbcc-38c7-46d8-9ad5-1ab0d7048058, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 237fdbcc-38c7-46d8-9ad5-1ab0d7048058, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1556870921304526246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246155687092130452624615568709213045262461556870921304526246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5a3a3d-61ce-4263-8257-fdfd8bf36a2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6c898d0-7acf-41b9-b517-4319e7f3430b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6c898d0-7acf-41b9-b517-4319e7f3430b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1891554074400055697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697189155407440005569718915540744000556971891554074400055697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 237fdbcc-38c7-46d8-9ad5-1ab0d7048058, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0b87438-3d6f-4388-b887-f63c334a417b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0b87438-3d6f-4388-b887-f63c334a417b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2140141003930802844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844214014100393080284421401410039308028442140141003930802844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6c898d0-7acf-41b9-b517-4319e7f3430b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0d7b1d5-e0d2-4a47-a858-4357f7fe0068, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d7b1d5-e0d2-4a47-a858-4357f7fe0068, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6492024722544912489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489649202472254491248964920247225449124896492024722544912489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d7b1d5-e0d2-4a47-a858-4357f7fe0068, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8169e1f-1306-4e37-947b-452c476ae319, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0b87438-3d6f-4388-b887-f63c334a417b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8169e1f-1306-4e37-947b-452c476ae319, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 194666419560406537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537194666419560406537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0283455-fb4c-41ff-886c-d5c1c4f33bf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0283455-fb4c-41ff-886c-d5c1c4f33bf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10357844196456767139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139103578441964567671391035784419645676713910357844196456767139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8169e1f-1306-4e37-947b-452c476ae319, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d4ab1b7-c6c9-4e9d-a802-25472af44d33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4ab1b7-c6c9-4e9d-a802-25472af44d33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13019036099382907856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856130190360993829078561301903609938290785613019036099382907856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0283455-fb4c-41ff-886c-d5c1c4f33bf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d4301d-a50a-4e80-864a-abd33071c99e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d4301d-a50a-4e80-864a-abd33071c99e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1947047459763597865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865194704745976359786519470474597635978651947047459763597865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4ab1b7-c6c9-4e9d-a802-25472af44d33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8036f07e-5fc2-41fa-8513-e447b1a17896, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8036f07e-5fc2-41fa-8513-e447b1a17896, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3581265900294771166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166358126590029477116635812659002947711663581265900294771166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d4301d-a50a-4e80-864a-abd33071c99e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff2946a3-fddf-4efc-b1a2-a35c691f830a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff2946a3-fddf-4efc-b1a2-a35c691f830a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14519334197619121461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461145193341976191214611451933419761912146114519334197619121461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8036f07e-5fc2-41fa-8513-e447b1a17896, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d0c1f4e-d5c5-490d-bd99-f5802b6aa524, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d0c1f4e-d5c5-490d-bd99-f5802b6aa524, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8359392369916778039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039835939236991677803983593923699167780398359392369916778039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff2946a3-fddf-4efc-b1a2-a35c691f830a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b139bcce-e73e-4300-b1fa-9d81d97e38b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b139bcce-e73e-4300-b1fa-9d81d97e38b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12895384344169150504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504128953843441691505041289538434416915050412895384344169150504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d0c1f4e-d5c5-490d-bd99-f5802b6aa524, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4146b77c-6d4b-4b31-a8af-1acb77f002bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4146b77c-6d4b-4b31-a8af-1acb77f002bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3661396226071955634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634366139622607195563436613962260719556343661396226071955634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b139bcce-e73e-4300-b1fa-9d81d97e38b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d04101ea-f5ef-4b57-a2b2-aaba0acd9358, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d04101ea-f5ef-4b57-a2b2-aaba0acd9358, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7814649865847794731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731781464986584779473178146498658477947317814649865847794731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4146b77c-6d4b-4b31-a8af-1acb77f002bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87438f1d-ffbc-4919-b331-c19b3c37b5ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87438f1d-ffbc-4919-b331-c19b3c37b5ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2098109515239341023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023209810951523934102320981095152393410232098109515239341023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d04101ea-f5ef-4b57-a2b2-aaba0acd9358, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34634864-37ed-4fdb-9811-cdfd15b33d27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34634864-37ed-4fdb-9811-cdfd15b33d27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18204078175367028491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491182040781753670284911820407817536702849118204078175367028491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87438f1d-ffbc-4919-b331-c19b3c37b5ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 516b94b5-d55a-4e45-942a-acf820674d3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516b94b5-d55a-4e45-942a-acf820674d3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10946517954115834578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578109465179541158345781094651795411583457810946517954115834578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34634864-37ed-4fdb-9811-cdfd15b33d27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 546c3782-310b-4b6c-a0c6-343a5dac0f9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546c3782-310b-4b6c-a0c6-343a5dac0f9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4736341037031960173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173473634103703196017347363410370319601734736341037031960173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516b94b5-d55a-4e45-942a-acf820674d3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3a42af9-8efc-4602-8bb3-cc79a0629fd4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a42af9-8efc-4602-8bb3-cc79a0629fd4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12984933539179776165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165129849335391797761651298493353917977616512984933539179776165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546c3782-310b-4b6c-a0c6-343a5dac0f9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 664fbcbb-f07f-4474-a2c1-21c36481ce25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664fbcbb-f07f-4474-a2c1-21c36481ce25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14928030011479112307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307149280300114791123071492803001147911230714928030011479112307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a42af9-8efc-4602-8bb3-cc79a0629fd4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2de45b0e-6764-43e8-8dee-e27546e95880, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2de45b0e-6764-43e8-8dee-e27546e95880, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1117418513755984990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990111741851375598499011174185137559849901117418513755984990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664fbcbb-f07f-4474-a2c1-21c36481ce25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 303786bc-256d-4afa-838a-9fec4239996d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 303786bc-256d-4afa-838a-9fec4239996d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6431499620586897411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411643149962058689741164314996205868974116431499620586897411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2de45b0e-6764-43e8-8dee-e27546e95880, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32f88f7b-256f-4f2a-aabd-328ca43bc01e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f88f7b-256f-4f2a-aabd-328ca43bc01e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6484890792652077113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113648489079265207711364848907926520771136484890792652077113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 303786bc-256d-4afa-838a-9fec4239996d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c09621a7-c414-4c52-a93e-50c4549528a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09621a7-c414-4c52-a93e-50c4549528a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18329376524584791124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124183293765245847911241832937652458479112418329376524584791124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09621a7-c414-4c52-a93e-50c4549528a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1beef3dd-ac34-471d-ae80-0f3053dd7bd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1beef3dd-ac34-471d-ae80-0f3053dd7bd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2235884778675958308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308223588477867595830822358847786759583082235884778675958308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f88f7b-256f-4f2a-aabd-328ca43bc01e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 244ce3d9-d4e8-457a-b216-946e2e8bf40c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 244ce3d9-d4e8-457a-b216-946e2e8bf40c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9498649280438499238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238949864928043849923894986492804384992389498649280438499238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1beef3dd-ac34-471d-ae80-0f3053dd7bd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d0d8e9-dd1f-495e-a7c7-b94f9513805d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d0d8e9-dd1f-495e-a7c7-b94f9513805d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8291580925123105965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965829158092512310596582915809251231059658291580925123105965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 244ce3d9-d4e8-457a-b216-946e2e8bf40c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef440f51-d6fd-4389-8350-e3845e672ccc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef440f51-d6fd-4389-8350-e3845e672ccc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11641221567485146539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539116412215674851465391164122156748514653911641221567485146539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d0d8e9-dd1f-495e-a7c7-b94f9513805d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bca6407-62bb-43e6-a611-9c3bd27bfcf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bca6407-62bb-43e6-a611-9c3bd27bfcf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10823008302195011935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935108230083021950119351082300830219501193510823008302195011935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef440f51-d6fd-4389-8350-e3845e672ccc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7277088-bc25-4309-9276-a57f4050ed5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7277088-bc25-4309-9276-a57f4050ed5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8523832153005294979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979852383215300529497985238321530052949798523832153005294979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bca6407-62bb-43e6-a611-9c3bd27bfcf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e558ba7-fd05-4f1b-b675-efb583ce51c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e558ba7-fd05-4f1b-b675-efb583ce51c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2693170059881385855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855269317005988138585526931700598813858552693170059881385855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7277088-bc25-4309-9276-a57f4050ed5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dadb47b-e4b0-4056-854c-0a22e1c70e34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dadb47b-e4b0-4056-854c-0a22e1c70e34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13037572737277361470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470130375727372773614701303757273727736147013037572737277361470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e558ba7-fd05-4f1b-b675-efb583ce51c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 435de718-0aec-4eef-b599-3f67d0d66c87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435de718-0aec-4eef-b599-3f67d0d66c87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7915740279569204022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022791574027956920402279157402795692040227915740279569204022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dadb47b-e4b0-4056-854c-0a22e1c70e34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdd7dead-fb0c-4d20-8bb2-0565e656e7f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd7dead-fb0c-4d20-8bb2-0565e656e7f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8587354148764221140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140858735414876422114085873541487642211408587354148764221140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd7dead-fb0c-4d20-8bb2-0565e656e7f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be80c309-963f-4bdf-82a4-fa265b511606, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be80c309-963f-4bdf-82a4-fa265b511606, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8981087675548677093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093898108767554867709389810876755486770938981087675548677093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435de718-0aec-4eef-b599-3f67d0d66c87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0ee12bb-0c21-4302-956f-45de0f9854ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0ee12bb-0c21-4302-956f-45de0f9854ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4632817251358051123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123463281725135805112346328172513580511234632817251358051123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be80c309-963f-4bdf-82a4-fa265b511606, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c555b23-4c45-40be-86fd-9ce6f56c9d32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c555b23-4c45-40be-86fd-9ce6f56c9d32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13390121626838968796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796133901216268389687961339012162683896879613390121626838968796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0ee12bb-0c21-4302-956f-45de0f9854ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c18cc683-48a5-4aed-9523-f75b13e7cb5b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c18cc683-48a5-4aed-9523-f75b13e7cb5b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17747332111818134344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344177473321118181343441774733211181813434417747332111818134344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c555b23-4c45-40be-86fd-9ce6f56c9d32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c18cc683-48a5-4aed-9523-f75b13e7cb5b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1063a1a5-515c-4bca-850c-b6d2e6596134, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3360b499-122a-460b-aedc-978a9b9c82bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3360b499-122a-460b-aedc-978a9b9c82bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3162718481348697301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301316271848134869730131627184813486973013162718481348697301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1063a1a5-515c-4bca-850c-b6d2e6596134, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1448362120805528846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846144836212080552884614483621208055288461448362120805528846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3360b499-122a-460b-aedc-978a9b9c82bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b485420a-0f5d-4bb2-aeaa-775200174d89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b485420a-0f5d-4bb2-aeaa-775200174d89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3598186034169842843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843359818603416984284335981860341698428433598186034169842843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1063a1a5-515c-4bca-850c-b6d2e6596134, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eddcd0b-faa7-4ca5-9ce0-f50e1e9bbe39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eddcd0b-faa7-4ca5-9ce0-f50e1e9bbe39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3292834568011346687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687329283456801134668732928345680113466873292834568011346687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b485420a-0f5d-4bb2-aeaa-775200174d89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e8df386-4412-4a09-84c4-1b5d59e38fcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e8df386-4412-4a09-84c4-1b5d59e38fcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4732009126905207495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495473200912690520749547320091269052074954732009126905207495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eddcd0b-faa7-4ca5-9ce0-f50e1e9bbe39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4141d818-666b-45d9-8b1b-0279c283c969, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4141d818-666b-45d9-8b1b-0279c283c969, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16039879792059689193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193160398797920596891931603987979205968919316039879792059689193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e8df386-4412-4a09-84c4-1b5d59e38fcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fd491c4-3f79-4a98-8cb7-74aeb1a00770, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fd491c4-3f79-4a98-8cb7-74aeb1a00770, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3136166172422844680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680313616617242284468031361661724228446803136166172422844680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4141d818-666b-45d9-8b1b-0279c283c969, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c62dc9a1-6625-41a5-b8f6-8e1e08ddf6c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62dc9a1-6625-41a5-b8f6-8e1e08ddf6c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6780541628143409915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915678054162814340991567805416281434099156780541628143409915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fd491c4-3f79-4a98-8cb7-74aeb1a00770, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f384e1e5-bab1-4c05-97c3-5e020e51a404, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f384e1e5-bab1-4c05-97c3-5e020e51a404, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6985670752022915657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657698567075202291565769856707520229156576985670752022915657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62dc9a1-6625-41a5-b8f6-8e1e08ddf6c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 317ad385-21a8-46e2-a944-19ac0ebbe038, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 317ad385-21a8-46e2-a944-19ac0ebbe038, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14651690662610978126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126146516906626109781261465169066261097812614651690662610978126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f384e1e5-bab1-4c05-97c3-5e020e51a404, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea48060e-c843-4b3c-bb67-64b0ab32fc23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea48060e-c843-4b3c-bb67-64b0ab32fc23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4125168016423201059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059412516801642320105941251680164232010594125168016423201059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 317ad385-21a8-46e2-a944-19ac0ebbe038, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9970f8f3-9292-4692-9cad-9c242df9f6fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9970f8f3-9292-4692-9cad-9c242df9f6fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14671098686519821285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285146710986865198212851467109868651982128514671098686519821285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea48060e-c843-4b3c-bb67-64b0ab32fc23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b6a1df-2fb4-4a65-ae9c-f6eea9cd02a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b6a1df-2fb4-4a65-ae9c-f6eea9cd02a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3261514748075936747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747326151474807593674732615147480759367473261514748075936747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9970f8f3-9292-4692-9cad-9c242df9f6fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d283aca-3cd6-45bc-8f5b-b47229efd1ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d283aca-3cd6-45bc-8f5b-b47229efd1ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3337675965465632701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701333767596546563270133376759654656327013337675965465632701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b6a1df-2fb4-4a65-ae9c-f6eea9cd02a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6aa7360-cf25-41ad-98b9-c7d27e494108, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6aa7360-cf25-41ad-98b9-c7d27e494108, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2326937220765132527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527232693722076513252723269372207651325272326937220765132527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d283aca-3cd6-45bc-8f5b-b47229efd1ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b9ad399-91e8-44d9-8812-925da89316e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b9ad399-91e8-44d9-8812-925da89316e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2659117023737384514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514265911702373738451426591170237373845142659117023737384514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6aa7360-cf25-41ad-98b9-c7d27e494108, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc936ad3-840a-421f-a571-d4bec3f2a701, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc936ad3-840a-421f-a571-d4bec3f2a701, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6898715268032843935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935689871526803284393568987152680328439356898715268032843935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b9ad399-91e8-44d9-8812-925da89316e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 082ced93-578e-4350-9b2b-3b10516b32cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc936ad3-840a-421f-a571-d4bec3f2a701, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 082ced93-578e-4350-9b2b-3b10516b32cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12696140237573114229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229126961402375731142291269614023757311422912696140237573114229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 292606c9-3530-446d-83c6-e19669cf6b43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 292606c9-3530-446d-83c6-e19669cf6b43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7832670982677457346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346783267098267745734678326709826774573467832670982677457346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 082ced93-578e-4350-9b2b-3b10516b32cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24216646-f867-475a-a8be-f9e4312b938c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24216646-f867-475a-a8be-f9e4312b938c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 450133322508430512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512450133322508430512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 292606c9-3530-446d-83c6-e19669cf6b43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf402f0b-d4e7-4442-9c1b-20e68eaa4633, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf402f0b-d4e7-4442-9c1b-20e68eaa4633, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16555903006625906994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994165559030066259069941655590300662590699416555903006625906994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24216646-f867-475a-a8be-f9e4312b938c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52205d45-bbff-4dc2-938d-917f82af02cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52205d45-bbff-4dc2-938d-917f82af02cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17913722548371058654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654179137225483710586541791372254837105865417913722548371058654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf402f0b-d4e7-4442-9c1b-20e68eaa4633, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca2afb4b-0513-4d12-ad52-91546d4660df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2afb4b-0513-4d12-ad52-91546d4660df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315144251196509679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679143151442511965096791431514425119650967914315144251196509679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52205d45-bbff-4dc2-938d-917f82af02cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e64e158-a719-4d8a-9f43-3503cd2126d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e64e158-a719-4d8a-9f43-3503cd2126d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5561228059312557394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394556122805931255739455612280593125573945561228059312557394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2afb4b-0513-4d12-ad52-91546d4660df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ed4411b-1b31-41b0-a997-6fc3efc54a2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed4411b-1b31-41b0-a997-6fc3efc54a2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2424187322509940422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422242418732250994042224241873225099404222424187322509940422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e64e158-a719-4d8a-9f43-3503cd2126d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9af4abfd-2a74-435d-830b-a3dbc67a51c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed4411b-1b31-41b0-a997-6fc3efc54a2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af4abfd-2a74-435d-830b-a3dbc67a51c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2465864763236364397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397246586476323636439724658647632363643972465864763236364397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 491473b3-d65b-45a4-88c5-3bc2d2b93a12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491473b3-d65b-45a4-88c5-3bc2d2b93a12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9571896446364303560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560957189644636430356095718964463643035609571896446364303560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af4abfd-2a74-435d-830b-a3dbc67a51c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d17e1e3-0c2d-4c45-a387-4176e9e78913, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d17e1e3-0c2d-4c45-a387-4176e9e78913, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18020173396588282501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501180201733965882825011802017339658828250118020173396588282501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491473b3-d65b-45a4-88c5-3bc2d2b93a12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad6860a9-3b7b-4783-846b-809bdf9e8dcf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad6860a9-3b7b-4783-846b-809bdf9e8dcf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166418410291507570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570416641841029150757041664184102915075704166418410291507570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d17e1e3-0c2d-4c45-a387-4176e9e78913, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 160cb59d-c10f-43d3-bd44-1ff6bc86e369, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 160cb59d-c10f-43d3-bd44-1ff6bc86e369, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17170354366177903134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134171703543661779031341717035436617790313417170354366177903134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad6860a9-3b7b-4783-846b-809bdf9e8dcf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90a16682-a1b9-4b2a-a535-199e2fc52008, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90a16682-a1b9-4b2a-a535-199e2fc52008, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9262657521868268006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006926265752186826800692626575218682680069262657521868268006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 160cb59d-c10f-43d3-bd44-1ff6bc86e369, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d959870d-a110-4ca8-a2bd-caf1f13a98ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d959870d-a110-4ca8-a2bd-caf1f13a98ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14782459860724154094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094147824598607241540941478245986072415409414782459860724154094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90a16682-a1b9-4b2a-a535-199e2fc52008, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49e92345-4822-49c7-b18c-f50b442d6b62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e92345-4822-49c7-b18c-f50b442d6b62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6747815308711870176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176674781530871187017667478153087118701766747815308711870176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d959870d-a110-4ca8-a2bd-caf1f13a98ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e92345-4822-49c7-b18c-f50b442d6b62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0161ee4-6d08-48d3-9570-bea3baffc513, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa0dc071-ff34-4ef5-aea8-4b6b01cbc804, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0dc071-ff34-4ef5-aea8-4b6b01cbc804, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16533533064777242990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990165335330647772429901653353306477724299016533533064777242990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0161ee4-6d08-48d3-9570-bea3baffc513, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16497451817173237027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027164974518171732370271649745181717323702716497451817173237027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0dc071-ff34-4ef5-aea8-4b6b01cbc804, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 560f7236-6cf4-46a0-8282-d0026bf55552, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 560f7236-6cf4-46a0-8282-d0026bf55552, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11568122460157602026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026115681224601576020261156812246015760202611568122460157602026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0161ee4-6d08-48d3-9570-bea3baffc513, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc550200-19e6-416a-8071-6db5438f7938, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc550200-19e6-416a-8071-6db5438f7938, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2728961148444776589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589272896114844477658927289611484447765892728961148444776589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 560f7236-6cf4-46a0-8282-d0026bf55552, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b026966-5351-4ee9-9667-dc48a2ecb5d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b026966-5351-4ee9-9667-dc48a2ecb5d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15219406523898008804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804152194065238980088041521940652389800880415219406523898008804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc550200-19e6-416a-8071-6db5438f7938, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20ea9333-dce9-427a-99e8-0fdd99a994eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ea9333-dce9-427a-99e8-0fdd99a994eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9256309928249467127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127925630992824946712792563099282494671279256309928249467127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b026966-5351-4ee9-9667-dc48a2ecb5d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a26c763a-8e6f-4309-bacf-75b94f51eaa7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ea9333-dce9-427a-99e8-0fdd99a994eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a26c763a-8e6f-4309-bacf-75b94f51eaa7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 49345371311625812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4934537131162581249345371311625812493453713116258124934537131162581249345371311625812493453713116258124934537131162581249345371311625812493453713116258124934537131162581249345371311625812493453713116258124934537131162581249345371311625812493453713116258124934537131162581249345371311625812493453713116258124934537131162581249345371311625812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d25d3c38-0bad-41ff-abc7-34001ac6ac40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d25d3c38-0bad-41ff-abc7-34001ac6ac40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2391830828224513110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110239183082822451311023918308282245131102391830828224513110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a26c763a-8e6f-4309-bacf-75b94f51eaa7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d25d3c38-0bad-41ff-abc7-34001ac6ac40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8133962-0d85-401e-81d8-e15e0408a273, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a35505c3-e528-47d8-b7ad-191f9dda9624, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35505c3-e528-47d8-b7ad-191f9dda9624, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7229071233905061062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062722907123390506106272290712339050610627229071233905061062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8133962-0d85-401e-81d8-e15e0408a273, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18264896942750019531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531182648969427500195311826489694275001953118264896942750019531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35505c3-e528-47d8-b7ad-191f9dda9624, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bc785a4-1c75-48ff-baf6-4850e31ef505, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc785a4-1c75-48ff-baf6-4850e31ef505, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17464321121835661291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291174643211218356612911746432112183566129117464321121835661291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8133962-0d85-401e-81d8-e15e0408a273, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8cb7de6-7c88-4478-9798-2abc5badde2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8cb7de6-7c88-4478-9798-2abc5badde2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17812554509170185512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512178125545091701855121781255450917018551217812554509170185512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc785a4-1c75-48ff-baf6-4850e31ef505, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56a243f9-ed82-437e-a274-a5299e8d1da9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a243f9-ed82-437e-a274-a5299e8d1da9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5762247469850589016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016576224746985058901657622474698505890165762247469850589016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8cb7de6-7c88-4478-9798-2abc5badde2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e57599b-d7a9-4fe6-ac2e-cc594a5a5568, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e57599b-d7a9-4fe6-ac2e-cc594a5a5568, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10433497500589615586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586104334975005896155861043349750058961558610433497500589615586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a243f9-ed82-437e-a274-a5299e8d1da9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98da7921-17b9-49da-9de0-48b586dd1c88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98da7921-17b9-49da-9de0-48b586dd1c88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13819179261576687456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456138191792615766874561381917926157668745613819179261576687456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e57599b-d7a9-4fe6-ac2e-cc594a5a5568, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11ec40e9-bc96-4289-a50d-e0ddae0bdaf6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ec40e9-bc96-4289-a50d-e0ddae0bdaf6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3672461851625631260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260367246185162563126036724618516256312603672461851625631260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98da7921-17b9-49da-9de0-48b586dd1c88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fc32fca-5a12-44b9-ba97-e6b17f92cbab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc32fca-5a12-44b9-ba97-e6b17f92cbab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8249143346847648964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964824914334684764896482491433468476489648249143346847648964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ec40e9-bc96-4289-a50d-e0ddae0bdaf6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83bcc432-8a7c-4502-8062-966680ff57a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83bcc432-8a7c-4502-8062-966680ff57a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13940323794327209852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852139403237943272098521394032379432720985213940323794327209852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc32fca-5a12-44b9-ba97-e6b17f92cbab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 041eeb0a-164f-4d32-b9f7-e287befed49d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041eeb0a-164f-4d32-b9f7-e287befed49d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13278750560336383715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715132787505603363837151327875056033638371513278750560336383715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83bcc432-8a7c-4502-8062-966680ff57a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6eaafac-856f-49e1-a5cd-aa96f807e7de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6eaafac-856f-49e1-a5cd-aa96f807e7de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498235518335445442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442349823551833544544234982355183354454423498235518335445442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041eeb0a-164f-4d32-b9f7-e287befed49d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1a64e1c-95bc-4fb5-933f-b2a93c6fe012, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a64e1c-95bc-4fb5-933f-b2a93c6fe012, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 282006893389528090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090282006893389528090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6eaafac-856f-49e1-a5cd-aa96f807e7de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26ca024-0bb4-4dc5-891c-e3c76e15fb7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26ca024-0bb4-4dc5-891c-e3c76e15fb7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17262944860830269797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797172629448608302697971726294486083026979717262944860830269797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a64e1c-95bc-4fb5-933f-b2a93c6fe012, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05599d05-62c2-4e84-9ba6-281ec41d39c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05599d05-62c2-4e84-9ba6-281ec41d39c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 804982770064724172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172804982770064724172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26ca024-0bb4-4dc5-891c-e3c76e15fb7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cce0e8e-dd8f-467e-a78d-e0c7366a0bc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cce0e8e-dd8f-467e-a78d-e0c7366a0bc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3833489730263176151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151383348973026317615138334897302631761513833489730263176151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05599d05-62c2-4e84-9ba6-281ec41d39c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae596dd2-e448-49a1-9679-cc92a0260d45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae596dd2-e448-49a1-9679-cc92a0260d45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15043646744736747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504364674473674715043646744736747150436467447367471504364674473674715043646744736747150436467447367471504364674473674715043646744736747150436467447367471504364674473674715043646744736747150436467447367471504364674473674715043646744736747150436467447367471504364674473674715043646744736747150436467447367471504364674473674715043646744736747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cce0e8e-dd8f-467e-a78d-e0c7366a0bc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed4ecd29-21be-4978-9d98-001b11c4b53c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed4ecd29-21be-4978-9d98-001b11c4b53c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4725785553645741921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921472578555364574192147257855536457419214725785553645741921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae596dd2-e448-49a1-9679-cc92a0260d45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed4ecd29-21be-4978-9d98-001b11c4b53c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2cbace8-4c2d-4d82-a5da-bdfa686ea685, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2cbace8-4c2d-4d82-a5da-bdfa686ea685, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15937242394025245736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736159372423940252457361593724239402524573615937242394025245736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6450fd28-370d-4a2b-ac75-d32f9545671a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6450fd28-370d-4a2b-ac75-d32f9545671a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8269448379437442946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946826944837943744294682694483794374429468269448379437442946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2cbace8-4c2d-4d82-a5da-bdfa686ea685, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0992fd1-aac1-40bf-930c-563e098619b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0992fd1-aac1-40bf-930c-563e098619b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4600898043967740883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883460089804396774088346008980439677408834600898043967740883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6450fd28-370d-4a2b-ac75-d32f9545671a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44507de0-c3cb-41c6-bc69-45a4ed55ea87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44507de0-c3cb-41c6-bc69-45a4ed55ea87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12010857813676774644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644120108578136767746441201085781367677464412010857813676774644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44507de0-c3cb-41c6-bc69-45a4ed55ea87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49fa8ef2-399a-4a3f-a3e6-ea4c00098ca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49fa8ef2-399a-4a3f-a3e6-ea4c00098ca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6247596657549870832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832624759665754987083262475966575498708326247596657549870832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0992fd1-aac1-40bf-930c-563e098619b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1260ab45-31c0-4a85-9433-c1623e0dd64e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1260ab45-31c0-4a85-9433-c1623e0dd64e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11390409981262573659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659113904099812625736591139040998126257365911390409981262573659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49fa8ef2-399a-4a3f-a3e6-ea4c00098ca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddbfab6c-3684-4e5f-b32e-3857e526252a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddbfab6c-3684-4e5f-b32e-3857e526252a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17342693058727193988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988173426930587271939881734269305872719398817342693058727193988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddbfab6c-3684-4e5f-b32e-3857e526252a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2209149-ada6-4a6c-b0de-82bd15ac40fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1260ab45-31c0-4a85-9433-c1623e0dd64e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2209149-ada6-4a6c-b0de-82bd15ac40fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5198986988475859087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087519898698847585908751989869884758590875198986988475859087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0628f786-76e8-40eb-bbcc-addd76409cda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0628f786-76e8-40eb-bbcc-addd76409cda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15438934868077350036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036154389348680773500361543893486807735003615438934868077350036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2209149-ada6-4a6c-b0de-82bd15ac40fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2abc26-1241-41cb-abc6-cb0739156811, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2abc26-1241-41cb-abc6-cb0739156811, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8717569874862624235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235871756987486262423587175698748626242358717569874862624235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0628f786-76e8-40eb-bbcc-addd76409cda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed933b37-3370-4453-bb9f-3f36f43fb269, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed933b37-3370-4453-bb9f-3f36f43fb269, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9851127001120766766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766985112700112076676698511270011207667669851127001120766766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2abc26-1241-41cb-abc6-cb0739156811, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c227e8-6848-46da-9d0d-d917e07c5f6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c227e8-6848-46da-9d0d-d917e07c5f6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9763294573602301664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664976329457360230166497632945736023016649763294573602301664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed933b37-3370-4453-bb9f-3f36f43fb269, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c4f945-9ce2-40c7-9b74-1a11b014fc55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c4f945-9ce2-40c7-9b74-1a11b014fc55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7142399578499065037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037714239957849906503771423995784990650377142399578499065037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c227e8-6848-46da-9d0d-d917e07c5f6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c4f945-9ce2-40c7-9b74-1a11b014fc55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dea6db6-7ba7-413b-a389-9f75d28dcb75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc00ddcb-1d16-47b3-9ee5-fea66a2a9590, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dea6db6-7ba7-413b-a389-9f75d28dcb75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5091845519265228632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632509184551926522863250918455192652286325091845519265228632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc00ddcb-1d16-47b3-9ee5-fea66a2a9590, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5564703572639210565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565556470357263921056555647035726392105655564703572639210565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc00ddcb-1d16-47b3-9ee5-fea66a2a9590, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dea6db6-7ba7-413b-a389-9f75d28dcb75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8578196f-d9d0-475c-9062-5d9a18c1b923, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8578196f-d9d0-475c-9062-5d9a18c1b923, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16640557647593628391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391166405576475936283911664055764759362839116640557647593628391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b0521d3-dc3c-47f2-afca-ace04b218bb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b0521d3-dc3c-47f2-afca-ace04b218bb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2928451744978717367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367292845174497871736729284517449787173672928451744978717367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8578196f-d9d0-475c-9062-5d9a18c1b923, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4383654b-c2d0-4034-abbe-12509330b647, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4383654b-c2d0-4034-abbe-12509330b647, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274220469864725363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363182742204698647253631827422046986472536318274220469864725363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b0521d3-dc3c-47f2-afca-ace04b218bb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c2765f1-cd3b-437d-8e23-0624af762451, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c2765f1-cd3b-437d-8e23-0624af762451, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13790026247215308491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491137900262472153084911379002624721530849113790026247215308491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4383654b-c2d0-4034-abbe-12509330b647, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5853e79d-59a7-4b73-836d-2941c0a727de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5853e79d-59a7-4b73-836d-2941c0a727de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16854880941303120582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582168548809413031205821685488094130312058216854880941303120582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c2765f1-cd3b-437d-8e23-0624af762451, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80392cb2-1fb3-4396-b231-200c360783da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80392cb2-1fb3-4396-b231-200c360783da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 462312340151080333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333462312340151080333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5853e79d-59a7-4b73-836d-2941c0a727de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b8e6b7c-66c9-471d-acc2-fa8c6e62c054, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8e6b7c-66c9-471d-acc2-fa8c6e62c054, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1397159378747025236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236139715937874702523613971593787470252361397159378747025236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8e6b7c-66c9-471d-acc2-fa8c6e62c054, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81c1ca59-23a5-4d99-bc58-ff5178aef87f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c1ca59-23a5-4d99-bc58-ff5178aef87f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4903971072783531399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399490397107278353139949039710727835313994903971072783531399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80392cb2-1fb3-4396-b231-200c360783da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa55731c-c67a-4f47-9605-52da40a1911d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa55731c-c67a-4f47-9605-52da40a1911d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11801106251278378614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614118011062512783786141180110625127837861411801106251278378614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c1ca59-23a5-4d99-bc58-ff5178aef87f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edbea372-1e75-473d-8930-4ecb4c2517d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edbea372-1e75-473d-8930-4ecb4c2517d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15233170600734635903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903152331706007346359031523317060073463590315233170600734635903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa55731c-c67a-4f47-9605-52da40a1911d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 922e9e7c-8d65-4fca-a58a-a422cd570c71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922e9e7c-8d65-4fca-a58a-a422cd570c71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4133944096864996938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938413394409686499693841339440968649969384133944096864996938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edbea372-1e75-473d-8930-4ecb4c2517d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43254fb3-6079-4f17-928e-6e03eae448cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43254fb3-6079-4f17-928e-6e03eae448cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3761404941799497516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516376140494179949751637614049417994975163761404941799497516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922e9e7c-8d65-4fca-a58a-a422cd570c71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9344be1c-0380-4ac4-8c49-f2bb7497ba76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9344be1c-0380-4ac4-8c49-f2bb7497ba76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8113918180515276215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215811391818051527621581139181805152762158113918180515276215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43254fb3-6079-4f17-928e-6e03eae448cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6279c14-0275-4f6d-b619-451d97be0fc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6279c14-0275-4f6d-b619-451d97be0fc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12723689227558696986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986127236892275586969861272368922755869698612723689227558696986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9344be1c-0380-4ac4-8c49-f2bb7497ba76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40a9c792-25d0-4ad6-9f9c-44c55685749e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40a9c792-25d0-4ad6-9f9c-44c55685749e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9759084955070447735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735975908495507044773597590849550704477359759084955070447735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6279c14-0275-4f6d-b619-451d97be0fc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74ac50b0-daa3-4972-b8d9-5a8461f712dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ac50b0-daa3-4972-b8d9-5a8461f712dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11359430306844902149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149113594303068449021491135943030684490214911359430306844902149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40a9c792-25d0-4ad6-9f9c-44c55685749e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2669167f-2cad-4473-9776-569cce212622, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2669167f-2cad-4473-9776-569cce212622, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11540632621500290793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793115406326215002907931154063262150029079311540632621500290793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ac50b0-daa3-4972-b8d9-5a8461f712dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d4193ab-3347-4342-9a4c-85c228fd1238, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d4193ab-3347-4342-9a4c-85c228fd1238, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 300258301371101830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830300258301371101830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2669167f-2cad-4473-9776-569cce212622, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc5a0e8-eb31-4ebc-823f-78c95ad7fe8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc5a0e8-eb31-4ebc-823f-78c95ad7fe8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13476787800210714316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316134767878002107143161347678780021071431613476787800210714316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d4193ab-3347-4342-9a4c-85c228fd1238, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9111394d-60eb-4c5f-88b2-d4d62d88f06b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9111394d-60eb-4c5f-88b2-d4d62d88f06b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 343521182541505029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029343521182541505029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc5a0e8-eb31-4ebc-823f-78c95ad7fe8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cef82f9-d5fd-46ca-b87c-5bcb497a2973, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cef82f9-d5fd-46ca-b87c-5bcb497a2973, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5346716775815531260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260534671677581553126053467167758155312605346716775815531260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9111394d-60eb-4c5f-88b2-d4d62d88f06b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3b965e6-ddc5-4263-84c5-c6ef64156cf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b965e6-ddc5-4263-84c5-c6ef64156cf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6569345296067678088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088656934529606767808865693452960676780886569345296067678088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cef82f9-d5fd-46ca-b87c-5bcb497a2973, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a50258d-bbb4-4fd3-a4f4-bc09e2c39eca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a50258d-bbb4-4fd3-a4f4-bc09e2c39eca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16840822247619837286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286168408222476198372861684082224761983728616840822247619837286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b965e6-ddc5-4263-84c5-c6ef64156cf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f076bc8-1906-4562-a4c5-2d1ab648ad34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f076bc8-1906-4562-a4c5-2d1ab648ad34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13188752914735899129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129131887529147358991291318875291473589912913188752914735899129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a50258d-bbb4-4fd3-a4f4-bc09e2c39eca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0104e45e-95db-4991-b631-029ae9d59b38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0104e45e-95db-4991-b631-029ae9d59b38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8157789095850722813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813815778909585072281381577890958507228138157789095850722813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f076bc8-1906-4562-a4c5-2d1ab648ad34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3043d2d2-76c9-4614-a3bf-0ef785f9823b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3043d2d2-76c9-4614-a3bf-0ef785f9823b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6481530181774954932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932648153018177495493264815301817749549326481530181774954932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0104e45e-95db-4991-b631-029ae9d59b38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee4a787-f9bf-43e0-bba6-7adc166c3e32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee4a787-f9bf-43e0-bba6-7adc166c3e32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12396765967380185865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865123967659673801858651239676596738018586512396765967380185865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3043d2d2-76c9-4614-a3bf-0ef785f9823b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018a026d-6a21-4dab-be5f-f8f31a3e5fdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018a026d-6a21-4dab-be5f-f8f31a3e5fdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4697960480765251933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933469796048076525193346979604807652519334697960480765251933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee4a787-f9bf-43e0-bba6-7adc166c3e32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61763482-c32f-4b73-b3e1-c9b6dcda9f41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61763482-c32f-4b73-b3e1-c9b6dcda9f41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15860386596686120856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856158603865966861208561586038659668612085615860386596686120856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018a026d-6a21-4dab-be5f-f8f31a3e5fdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb00dab-9a7a-48b8-bc39-300f7e9d956b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb00dab-9a7a-48b8-bc39-300f7e9d956b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 281311148186050725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725281311148186050725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61763482-c32f-4b73-b3e1-c9b6dcda9f41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1352ee1f-7b19-4fe1-8bc7-2c0d66cf68ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1352ee1f-7b19-4fe1-8bc7-2c0d66cf68ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 871287613568429141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141871287613568429141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb00dab-9a7a-48b8-bc39-300f7e9d956b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7188b34-9689-4bb7-a35d-e1005367ca80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7188b34-9689-4bb7-a35d-e1005367ca80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8463904260175987274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274846390426017598727484639042601759872748463904260175987274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1352ee1f-7b19-4fe1-8bc7-2c0d66cf68ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c7d0f8-4379-4118-a9aa-397a6954b2b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c7d0f8-4379-4118-a9aa-397a6954b2b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16367211110188533104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104163672111101885331041636721111018853310416367211110188533104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7188b34-9689-4bb7-a35d-e1005367ca80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 942d10aa-97e8-42e7-95a6-2f0f570228d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 942d10aa-97e8-42e7-95a6-2f0f570228d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 472735249531736544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544472735249531736544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c7d0f8-4379-4118-a9aa-397a6954b2b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0e704e1-cd72-46af-8cad-505d2ad34359, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e704e1-cd72-46af-8cad-505d2ad34359, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1453419509699714400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400145341950969971440014534195096997144001453419509699714400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 942d10aa-97e8-42e7-95a6-2f0f570228d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e704e1-cd72-46af-8cad-505d2ad34359, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f16dda4-b66d-4eaa-8ac1-15807298f799, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6ab6941-1abf-4574-bac8-65546342e80d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f16dda4-b66d-4eaa-8ac1-15807298f799, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9743179138865653865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865974317913886565386597431791388656538659743179138865653865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ab6941-1abf-4574-bac8-65546342e80d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9478847936920073330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330947884793692007333094788479369200733309478847936920073330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f16dda4-b66d-4eaa-8ac1-15807298f799, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f7375c0-47e1-4261-86cd-37775ac4ef93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7375c0-47e1-4261-86cd-37775ac4ef93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14308477513103562466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466143084775131035624661430847751310356246614308477513103562466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ab6941-1abf-4574-bac8-65546342e80d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4dbddd9-219d-4a1d-9eaa-3745e27d008d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4dbddd9-219d-4a1d-9eaa-3745e27d008d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6105150506014498840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840610515050601449884061051505060144988406105150506014498840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4dbddd9-219d-4a1d-9eaa-3745e27d008d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7375c0-47e1-4261-86cd-37775ac4ef93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb5e4cba-5b5a-42ed-ae2c-bd125f591bd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c52ddca-7732-4460-8627-235fd7fca5ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5e4cba-5b5a-42ed-ae2c-bd125f591bd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5793513848282590740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740579351384828259074057935138482825907405793513848282590740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c52ddca-7732-4460-8627-235fd7fca5ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791918122669214836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836157919181226692148361579191812266921483615791918122669214836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5e4cba-5b5a-42ed-ae2c-bd125f591bd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3b6eaca-0651-4ce5-986c-9e80351ccdcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b6eaca-0651-4ce5-986c-9e80351ccdcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11076022269502626142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142110760222695026261421107602226950262614211076022269502626142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c52ddca-7732-4460-8627-235fd7fca5ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d80da94b-0f9a-41f1-a385-369143587949, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80da94b-0f9a-41f1-a385-369143587949, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16223947150130308908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908162239471501303089081622394715013030890816223947150130308908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b6eaca-0651-4ce5-986c-9e80351ccdcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c218e0-1858-422b-a809-7f94557747bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c218e0-1858-422b-a809-7f94557747bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5415241549372530373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373541524154937253037354152415493725303735415241549372530373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80da94b-0f9a-41f1-a385-369143587949, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f50d49e7-9496-45f8-a5c4-b3a200a78ddb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f50d49e7-9496-45f8-a5c4-b3a200a78ddb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17398748355714700323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323173987483557147003231739874835571470032317398748355714700323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c218e0-1858-422b-a809-7f94557747bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7dcb222-9288-4eb2-8703-915140632072, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7dcb222-9288-4eb2-8703-915140632072, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14353334085414900143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143143533340854149001431435333408541490014314353334085414900143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f50d49e7-9496-45f8-a5c4-b3a200a78ddb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 317d50b5-c090-40c2-afb2-98db1184ae9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 317d50b5-c090-40c2-afb2-98db1184ae9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9226328232497207036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036922632823249720703692263282324972070369226328232497207036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7dcb222-9288-4eb2-8703-915140632072, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff7934a7-206c-4ad8-b88e-1df7bccbd431, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff7934a7-206c-4ad8-b88e-1df7bccbd431, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7636848365642862351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351763684836564286235176368483656428623517636848365642862351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 317d50b5-c090-40c2-afb2-98db1184ae9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c9e88ae-2a76-49b0-900a-134b8cbb184a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9e88ae-2a76-49b0-900a-134b8cbb184a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5250466050967363627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627525046605096736362752504660509673636275250466050967363627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff7934a7-206c-4ad8-b88e-1df7bccbd431, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28fd0f48-1325-462b-bf31-69334a468d98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28fd0f48-1325-462b-bf31-69334a468d98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 97073290612715540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9707329061271554097073290612715540970732906127155409707329061271554097073290612715540970732906127155409707329061271554097073290612715540970732906127155409707329061271554097073290612715540970732906127155409707329061271554097073290612715540970732906127155409707329061271554097073290612715540970732906127155409707329061271554097073290612715540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9e88ae-2a76-49b0-900a-134b8cbb184a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54a6ec25-1301-4df0-8ad2-94cc4d53bdbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a6ec25-1301-4df0-8ad2-94cc4d53bdbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603084992067424999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999176030849920674249991760308499206742499917603084992067424999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28fd0f48-1325-462b-bf31-69334a468d98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb940083-36ba-4d67-9148-2765ee2f6821, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb940083-36ba-4d67-9148-2765ee2f6821, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449140587559943677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677134491405875599436771344914058755994367713449140587559943677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a6ec25-1301-4df0-8ad2-94cc4d53bdbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3e3aa90-5a16-4a85-8021-6c057847a2c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e3aa90-5a16-4a85-8021-6c057847a2c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12197651429772550963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963121976514297725509631219765142977255096312197651429772550963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb940083-36ba-4d67-9148-2765ee2f6821, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5e9ded-19d3-4ac9-adad-d6673e244ad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5e9ded-19d3-4ac9-adad-d6673e244ad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16523663361617633422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422165236633616176334221652366336161763342216523663361617633422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e3aa90-5a16-4a85-8021-6c057847a2c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4a351f-2291-4879-a96f-88ecee548e50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4a351f-2291-4879-a96f-88ecee548e50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13344506363825592459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459133445063638255924591334450636382559245913344506363825592459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5e9ded-19d3-4ac9-adad-d6673e244ad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de049077-71c1-48ea-ab36-30709e6ef596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de049077-71c1-48ea-ab36-30709e6ef596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9450075902129970854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854945007590212997085494500759021299708549450075902129970854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4a351f-2291-4879-a96f-88ecee548e50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfad92ab-40bf-4d74-9232-21166be3e4d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfad92ab-40bf-4d74-9232-21166be3e4d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9308463559758787597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597930846355975878759793084635597587875979308463559758787597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de049077-71c1-48ea-ab36-30709e6ef596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4563bfbb-385b-422a-a5ae-2567c0053469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4563bfbb-385b-422a-a5ae-2567c0053469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6061627459257459385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385606162745925745938560616274592574593856061627459257459385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfad92ab-40bf-4d74-9232-21166be3e4d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb50015b-1889-4456-881f-5ebe9737b696, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb50015b-1889-4456-881f-5ebe9737b696, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8576014091640728653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653857601409164072865385760140916407286538576014091640728653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4563bfbb-385b-422a-a5ae-2567c0053469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c9f1f00-db26-4c09-ad2a-6e08eb49c255, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9f1f00-db26-4c09-ad2a-6e08eb49c255, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7261697470564046490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490726169747056404649072616974705640464907261697470564046490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb50015b-1889-4456-881f-5ebe9737b696, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6365eb8-0ee8-4928-8ef8-866ba8c2335a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6365eb8-0ee8-4928-8ef8-866ba8c2335a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 838859666654765033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033838859666654765033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9f1f00-db26-4c09-ad2a-6e08eb49c255, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c431def-6078-4874-bfb6-68f7e455a6ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c431def-6078-4874-bfb6-68f7e455a6ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7798371156619683325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325779837115661968332577983711566196833257798371156619683325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6365eb8-0ee8-4928-8ef8-866ba8c2335a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f193be-70cf-468f-89a3-55f0800d491c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f193be-70cf-468f-89a3-55f0800d491c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7099497088904394342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342709949708890439434270994970889043943427099497088904394342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c431def-6078-4874-bfb6-68f7e455a6ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bad9f7fc-2c7b-4507-afdb-c027fa75c86c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bad9f7fc-2c7b-4507-afdb-c027fa75c86c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2107604822753863540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540210760482275386354021076048227538635402107604822753863540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f193be-70cf-468f-89a3-55f0800d491c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48875d48-f4d7-4b05-a235-cc2926491e47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48875d48-f4d7-4b05-a235-cc2926491e47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1642868501580178461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461164286850158017846116428685015801784611642868501580178461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48875d48-f4d7-4b05-a235-cc2926491e47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddb32c2e-b7ab-4b5f-a21a-70819b2d4cb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb32c2e-b7ab-4b5f-a21a-70819b2d4cb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6482494244580290392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392648249424458029039264824942445802903926482494244580290392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb32c2e-b7ab-4b5f-a21a-70819b2d4cb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c770c5c4-7f47-40b4-bc28-1228d7b982f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c770c5c4-7f47-40b4-bc28-1228d7b982f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10697733471925703332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332106977334719257033321069773347192570333210697733471925703332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bad9f7fc-2c7b-4507-afdb-c027fa75c86c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50718cdf-5b74-4983-8515-bf37b7c544f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50718cdf-5b74-4983-8515-bf37b7c544f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9084168693971368736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736908416869397136873690841686939713687369084168693971368736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c770c5c4-7f47-40b4-bc28-1228d7b982f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f452ff9e-8f45-4dfc-b8f9-286e2a1c256e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f452ff9e-8f45-4dfc-b8f9-286e2a1c256e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3245454278135615109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109324545427813561510932454542781356151093245454278135615109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50718cdf-5b74-4983-8515-bf37b7c544f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 507269ed-3303-44a1-b45c-52fe46010105, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 507269ed-3303-44a1-b45c-52fe46010105, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 921709490047367284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284921709490047367284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f452ff9e-8f45-4dfc-b8f9-286e2a1c256e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d873ee77-aab2-4da9-bea5-a9c0f0c9ba2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d873ee77-aab2-4da9-bea5-a9c0f0c9ba2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1667426921163993599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599166742692116399359916674269211639935991667426921163993599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 507269ed-3303-44a1-b45c-52fe46010105, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d873ee77-aab2-4da9-bea5-a9c0f0c9ba2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15600d76-4418-4ec5-b1e9-43176b4397e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15600d76-4418-4ec5-b1e9-43176b4397e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 866332935109793890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890866332935109793890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd973a0e-e9a7-4b9c-ab9a-b24575f9017d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15600d76-4418-4ec5-b1e9-43176b4397e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd973a0e-e9a7-4b9c-ab9a-b24575f9017d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16955442282404758960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960169554422824047589601695544228240475896016955442282404758960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49fabacf-f1c1-4b47-88a5-5cb6179ce282, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49fabacf-f1c1-4b47-88a5-5cb6179ce282, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8086878013752767089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089808687801375276708980868780137527670898086878013752767089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd973a0e-e9a7-4b9c-ab9a-b24575f9017d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99e1f68e-749b-4044-9cfa-6ca6ccd6e5c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99e1f68e-749b-4044-9cfa-6ca6ccd6e5c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8725911792050325177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177872591179205032517787259117920503251778725911792050325177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49fabacf-f1c1-4b47-88a5-5cb6179ce282, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb5af62d-1441-4d47-b0e2-66af85ceaa97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb5af62d-1441-4d47-b0e2-66af85ceaa97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1744945756145597059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059174494575614559705917449457561455970591744945756145597059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99e1f68e-749b-4044-9cfa-6ca6ccd6e5c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb5af62d-1441-4d47-b0e2-66af85ceaa97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8979eb0-b5ad-4737-aece-80885689cb40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8979eb0-b5ad-4737-aece-80885689cb40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12939312416584399260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260129393124165843992601293931241658439926012939312416584399260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 663312f0-8e31-472d-a0d8-00fad2d9cb2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 663312f0-8e31-472d-a0d8-00fad2d9cb2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8552099992826392580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580855209999282639258085520999928263925808552099992826392580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8979eb0-b5ad-4737-aece-80885689cb40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2521f942-3d7d-4ac0-8711-84345408ddfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2521f942-3d7d-4ac0-8711-84345408ddfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5786874596990663059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059578687459699066305957868745969906630595786874596990663059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 663312f0-8e31-472d-a0d8-00fad2d9cb2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a090af79-a70f-4e78-8958-0f91281bd03b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a090af79-a70f-4e78-8958-0f91281bd03b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904422443819398332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332390442244381939833239044224438193983323904422443819398332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2521f942-3d7d-4ac0-8711-84345408ddfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f640def-9c19-4365-9351-8404bd02bd93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a090af79-a70f-4e78-8958-0f91281bd03b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f640def-9c19-4365-9351-8404bd02bd93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 163691956972255507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507163691956972255507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bab853c3-0f24-4942-b6eb-36d33a7a12fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bab853c3-0f24-4942-b6eb-36d33a7a12fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2430072325105256185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185243007232510525618524300723251052561852430072325105256185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f640def-9c19-4365-9351-8404bd02bd93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8959490-bbe3-458d-b610-da88d13ffb8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8959490-bbe3-458d-b610-da88d13ffb8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14418502931940826206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206144185029319408262061441850293194082620614418502931940826206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bab853c3-0f24-4942-b6eb-36d33a7a12fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 452bd8db-4be2-47ba-95ad-72b4ddaa6b8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452bd8db-4be2-47ba-95ad-72b4ddaa6b8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15854122362363221947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947158541223623632219471585412236236322194715854122362363221947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8959490-bbe3-458d-b610-da88d13ffb8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452bd8db-4be2-47ba-95ad-72b4ddaa6b8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f141e678-fb4e-4169-a0ea-1a0be209faef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f141e678-fb4e-4169-a0ea-1a0be209faef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9939356342724491731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731993935634272449173199393563427244917319939356342724491731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd19d73c-4739-43a0-9101-ffd42f8bd725, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd19d73c-4739-43a0-9101-ffd42f8bd725, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6463607545683156196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196646360754568315619664636075456831561966463607545683156196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f141e678-fb4e-4169-a0ea-1a0be209faef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b99157c-1b91-4aec-a22f-fa6e6500ff4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b99157c-1b91-4aec-a22f-fa6e6500ff4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11623500092055934611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611116235000920559346111162350009205593461111623500092055934611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd19d73c-4739-43a0-9101-ffd42f8bd725, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ee8d606-63b3-44b3-b0e1-a4fce936f1c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee8d606-63b3-44b3-b0e1-a4fce936f1c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1286305410171123533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533128630541017112353312863054101711235331286305410171123533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b99157c-1b91-4aec-a22f-fa6e6500ff4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6d717dc-3fc1-46d6-9ef5-517895e10885, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d717dc-3fc1-46d6-9ef5-517895e10885, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9147981805323510425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425914798180532351042591479818053235104259147981805323510425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee8d606-63b3-44b3-b0e1-a4fce936f1c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3439093-4a9a-43c8-a889-c4811de9c658, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3439093-4a9a-43c8-a889-c4811de9c658, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2191614916732418322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322219161491673241832221916149167324183222191614916732418322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d717dc-3fc1-46d6-9ef5-517895e10885, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a2c3e92-8080-4370-8404-211ca1fd86b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2c3e92-8080-4370-8404-211ca1fd86b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1694453752098504156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156169445375209850415616944537520985041561694453752098504156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3439093-4a9a-43c8-a889-c4811de9c658, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42112302-1fd0-4289-b38d-99305f268499, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42112302-1fd0-4289-b38d-99305f268499, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2841313579452555952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952284131357945255595228413135794525559522841313579452555952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2c3e92-8080-4370-8404-211ca1fd86b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f83b2044-fe7e-444c-8f33-e8af77d8bc40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f83b2044-fe7e-444c-8f33-e8af77d8bc40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6465455559383251052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052646545555938325105264654555593832510526465455559383251052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42112302-1fd0-4289-b38d-99305f268499, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e1e5f7c-9b61-4000-82a7-5de4fc4cfee2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1e5f7c-9b61-4000-82a7-5de4fc4cfee2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 874706258909748959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959874706258909748959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f83b2044-fe7e-444c-8f33-e8af77d8bc40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 918d3691-72a1-4b11-824e-ee8df6340a10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 918d3691-72a1-4b11-824e-ee8df6340a10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10308949096137862412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412103089490961378624121030894909613786241210308949096137862412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1e5f7c-9b61-4000-82a7-5de4fc4cfee2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97e43ed6-97a2-4d52-909e-c6f2197dd492, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e43ed6-97a2-4d52-909e-c6f2197dd492, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2755626348878754904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904275562634887875490427556263488787549042755626348878754904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 918d3691-72a1-4b11-824e-ee8df6340a10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0115c7a4-9f35-4fde-af12-90acb684d335, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0115c7a4-9f35-4fde-af12-90acb684d335, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15354396464756971063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063153543964647569710631535439646475697106315354396464756971063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e43ed6-97a2-4d52-909e-c6f2197dd492, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0115c7a4-9f35-4fde-af12-90acb684d335, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e9cac8e-4bf3-4981-a7cf-28422208e062, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 474a1629-7296-4775-b32b-e5ed4be4906a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e9cac8e-4bf3-4981-a7cf-28422208e062, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5689233014421493535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535568923301442149353556892330144214935355689233014421493535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 474a1629-7296-4775-b32b-e5ed4be4906a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4765562573668032622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622476556257366803262247655625736680326224765562573668032622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 474a1629-7296-4775-b32b-e5ed4be4906a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ab9e842-0d3e-4656-9698-20a7fb36d0af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab9e842-0d3e-4656-9698-20a7fb36d0af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3556744145010954950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950355674414501095495035567441450109549503556744145010954950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e9cac8e-4bf3-4981-a7cf-28422208e062, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 132bef7e-399d-4236-9ed0-0837c7692969, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132bef7e-399d-4236-9ed0-0837c7692969, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3824237284719325824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824382423728471932582438242372847193258243824237284719325824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab9e842-0d3e-4656-9698-20a7fb36d0af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9234b045-61db-4dd3-b569-0b320c7e560b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9234b045-61db-4dd3-b569-0b320c7e560b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14557018841187713632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632145570188411877136321455701884118771363214557018841187713632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132bef7e-399d-4236-9ed0-0837c7692969, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1592149f-d940-4653-80d6-6b13483301d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1592149f-d940-4653-80d6-6b13483301d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17071991769778676584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584170719917697786765841707199176977867658417071991769778676584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9234b045-61db-4dd3-b569-0b320c7e560b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50663852-a978-4ade-bb10-a9fbd2edee15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50663852-a978-4ade-bb10-a9fbd2edee15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12417672314133494363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363124176723141334943631241767231413349436312417672314133494363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1592149f-d940-4653-80d6-6b13483301d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b67fa4cf-f992-4fdf-9308-a8e3b3f99839, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b67fa4cf-f992-4fdf-9308-a8e3b3f99839, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4253981193339313953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953425398119333931395342539811933393139534253981193339313953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50663852-a978-4ade-bb10-a9fbd2edee15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04912894-0abe-48aa-bf00-e15f6e5f5956, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04912894-0abe-48aa-bf00-e15f6e5f5956, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14981662286842293828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828149816622868422938281498166228684229382814981662286842293828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b67fa4cf-f992-4fdf-9308-a8e3b3f99839, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1bd0fd-70f8-4ae3-9ce4-87d0c8f75f15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1bd0fd-70f8-4ae3-9ce4-87d0c8f75f15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14920790323553477873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873149207903235534778731492079032355347787314920790323553477873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04912894-0abe-48aa-bf00-e15f6e5f5956, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db0a27a4-9236-46be-9ada-ac03da5916ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db0a27a4-9236-46be-9ada-ac03da5916ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12710812525605996656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656127108125256059966561271081252560599665612710812525605996656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1bd0fd-70f8-4ae3-9ce4-87d0c8f75f15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d14ef50b-32a4-418e-8ee6-e635d3fc10f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d14ef50b-32a4-418e-8ee6-e635d3fc10f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1901382209007025424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424190138220900702542419013822090070254241901382209007025424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db0a27a4-9236-46be-9ada-ac03da5916ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 587882b3-9e11-452a-81e4-c46cd8cc2d25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587882b3-9e11-452a-81e4-c46cd8cc2d25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1678901230726620497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497167890123072662049716789012307266204971678901230726620497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d14ef50b-32a4-418e-8ee6-e635d3fc10f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be504533-a815-4e14-97e3-5aca760a1787, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be504533-a815-4e14-97e3-5aca760a1787, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8347896745295195212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212834789674529519521283478967452951952128347896745295195212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587882b3-9e11-452a-81e4-c46cd8cc2d25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c190c32-d80b-4f9f-96ff-21fca14e78a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c190c32-d80b-4f9f-96ff-21fca14e78a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9656275363034791186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186965627536303479118696562753630347911869656275363034791186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be504533-a815-4e14-97e3-5aca760a1787, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a76c7060-aacf-47e0-ae67-8dc3bea8d0b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a76c7060-aacf-47e0-ae67-8dc3bea8d0b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603957535142059302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302660395753514205930266039575351420593026603957535142059302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c190c32-d80b-4f9f-96ff-21fca14e78a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a76c7060-aacf-47e0-ae67-8dc3bea8d0b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0adfed3-f616-485c-bff8-fec020a49d6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8120d66c-4b44-4957-88e0-307cb3920c74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8120d66c-4b44-4957-88e0-307cb3920c74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1537023611280466554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554153702361128046655415370236112804665541537023611280466554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0adfed3-f616-485c-bff8-fec020a49d6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1646114464740514353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353164611446474051435316461144647405143531646114464740514353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8120d66c-4b44-4957-88e0-307cb3920c74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2e5795-6aaa-4385-ae54-6300769055a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2e5795-6aaa-4385-ae54-6300769055a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16726008525738177272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272167260085257381772721672600852573817727216726008525738177272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0adfed3-f616-485c-bff8-fec020a49d6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c288b6b-2076-47c8-8b5c-a616f150c9f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c288b6b-2076-47c8-8b5c-a616f150c9f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3338456759439696084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084333845675943969608433384567594396960843338456759439696084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2e5795-6aaa-4385-ae54-6300769055a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f96a10ba-8642-491a-b1fa-7ff71569b8f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f96a10ba-8642-491a-b1fa-7ff71569b8f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12681412138501154272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272126814121385011542721268141213850115427212681412138501154272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c288b6b-2076-47c8-8b5c-a616f150c9f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e063ac06-e894-4043-8ec9-82356c6bebe1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e063ac06-e894-4043-8ec9-82356c6bebe1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3409026850238552023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023340902685023855202334090268502385520233409026850238552023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f96a10ba-8642-491a-b1fa-7ff71569b8f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf5b6f19-f9dc-4871-96db-87b23b7f76f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5b6f19-f9dc-4871-96db-87b23b7f76f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14014790779363703420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420140147907793637034201401479077936370342014014790779363703420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e063ac06-e894-4043-8ec9-82356c6bebe1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fbfbf6a-72a3-4485-b1b6-7a466834b896, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbfbf6a-72a3-4485-b1b6-7a466834b896, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8263066608398646608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608826306660839864660882630666083986466088263066608398646608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5b6f19-f9dc-4871-96db-87b23b7f76f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc4037ba-7a84-4f79-a2bd-01e6df132ece, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4037ba-7a84-4f79-a2bd-01e6df132ece, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 275812166864336754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754275812166864336754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbfbf6a-72a3-4485-b1b6-7a466834b896, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e8216e0-318a-46a3-88d9-c097a3d9a483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8216e0-318a-46a3-88d9-c097a3d9a483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9470733176515544141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141947073317651554414194707331765155441419470733176515544141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4037ba-7a84-4f79-a2bd-01e6df132ece, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d04f0a84-6b23-443f-8475-a4fa0779972b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8216e0-318a-46a3-88d9-c097a3d9a483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c0b77df-15ac-4fc5-bd7f-0c1d64ac2165, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c0b77df-15ac-4fc5-bd7f-0c1d64ac2165, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16943068966883494203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203169430689668834942031694306896688349420316943068966883494203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d04f0a84-6b23-443f-8475-a4fa0779972b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2445245137104523851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851244524513710452385124452451371045238512445245137104523851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c0b77df-15ac-4fc5-bd7f-0c1d64ac2165, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 318522c3-4ee7-4372-a5ea-7e197f3b240b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318522c3-4ee7-4372-a5ea-7e197f3b240b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12017250537878896837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837120172505378788968371201725053787889683712017250537878896837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d04f0a84-6b23-443f-8475-a4fa0779972b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a833d78-0621-4d86-afe6-ad5e2ae6cbe0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a833d78-0621-4d86-afe6-ad5e2ae6cbe0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3439644626402177698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698343964462640217769834396446264021776983439644626402177698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318522c3-4ee7-4372-a5ea-7e197f3b240b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e288bd22-2e01-4c85-bff3-14ca360b27ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e288bd22-2e01-4c85-bff3-14ca360b27ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880633850483570135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135388063385048357013538806338504835701353880633850483570135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a833d78-0621-4d86-afe6-ad5e2ae6cbe0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97e1a134-ca28-4668-a1a1-e4fb18eb1a12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e1a134-ca28-4668-a1a1-e4fb18eb1a12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15656188226721209318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318156561882267212093181565618822672120931815656188226721209318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e288bd22-2e01-4c85-bff3-14ca360b27ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b17560-8a9e-4f90-b5b2-21e28d351c85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b17560-8a9e-4f90-b5b2-21e28d351c85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1210022790754840067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067121002279075484006712100227907548400671210022790754840067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e1a134-ca28-4668-a1a1-e4fb18eb1a12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f825be5-511e-4dc6-815d-92e0cf5a7eed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f825be5-511e-4dc6-815d-92e0cf5a7eed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802733092648709695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695168027330926487096951680273309264870969516802733092648709695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b17560-8a9e-4f90-b5b2-21e28d351c85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47f2caf5-0d0c-4932-85af-7fdd48f204a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f2caf5-0d0c-4932-85af-7fdd48f204a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18087877566000539740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740180878775660005397401808787756600053974018087877566000539740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f825be5-511e-4dc6-815d-92e0cf5a7eed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e0b5b09-ebed-419f-a702-c2ca659c52db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0b5b09-ebed-419f-a702-c2ca659c52db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6018070494743180699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699601807049474318069960180704947431806996018070494743180699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f2caf5-0d0c-4932-85af-7fdd48f204a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e53dcf7f-7f80-4d74-8d4d-1e9855e76ef9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0b5b09-ebed-419f-a702-c2ca659c52db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d74ca0d-b3dc-4194-9c3f-fe07a2f3b5a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e53dcf7f-7f80-4d74-8d4d-1e9855e76ef9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11983077614640614980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980119830776146406149801198307761464061498011983077614640614980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d74ca0d-b3dc-4194-9c3f-fe07a2f3b5a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11787169843724400657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657117871698437244006571178716984372440065711787169843724400657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e53dcf7f-7f80-4d74-8d4d-1e9855e76ef9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d74ca0d-b3dc-4194-9c3f-fe07a2f3b5a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f874ce07-340a-482a-92e5-f1e6d64327e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da3838e3-d796-4b04-8329-e0e433f130b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f874ce07-340a-482a-92e5-f1e6d64327e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10198741426600831710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710101987414266008317101019874142660083171010198741426600831710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da3838e3-d796-4b04-8329-e0e433f130b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14493545522604278246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246144935455226042782461449354552260427824614493545522604278246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f874ce07-340a-482a-92e5-f1e6d64327e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da3838e3-d796-4b04-8329-e0e433f130b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d93488e-42a8-4bfe-8e6c-e4e0e9015350, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d93488e-42a8-4bfe-8e6c-e4e0e9015350, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6685489937506342581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581668548993750634258166854899375063425816685489937506342581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 017c2147-eeca-4c2b-a7ad-d4a33608fefc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 017c2147-eeca-4c2b-a7ad-d4a33608fefc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10435765044864989918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918104357650448649899181043576504486498991810435765044864989918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d93488e-42a8-4bfe-8e6c-e4e0e9015350, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 017c2147-eeca-4c2b-a7ad-d4a33608fefc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0193bf73-68ba-45a9-a580-f45859bffe6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0193bf73-68ba-45a9-a580-f45859bffe6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13143355920872950032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032131433559208729500321314335592087295003213143355920872950032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ab48413-2001-418a-b17f-2d57071f4b8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ab48413-2001-418a-b17f-2d57071f4b8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13788239146803606133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133137882391468036061331378823914680360613313788239146803606133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0193bf73-68ba-45a9-a580-f45859bffe6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07c74b24-a985-462f-899a-94dcef504830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07c74b24-a985-462f-899a-94dcef504830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13572562092012393697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697135725620920123936971357256209201239369713572562092012393697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ab48413-2001-418a-b17f-2d57071f4b8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c0c27aa-56c3-4f1c-ace6-d3b4375319f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c0c27aa-56c3-4f1c-ace6-d3b4375319f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13643082388127321554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554136430823881273215541364308238812732155413643082388127321554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07c74b24-a985-462f-899a-94dcef504830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7ab12a8-ac5b-4118-8fc7-a9c08a83ac3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ab12a8-ac5b-4118-8fc7-a9c08a83ac3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11948214915954331914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914119482149159543319141194821491595433191411948214915954331914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c0c27aa-56c3-4f1c-ace6-d3b4375319f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 796d2a2f-1522-468b-bbb6-fe27ac4cceb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 796d2a2f-1522-468b-bbb6-fe27ac4cceb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3881314779882816989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989388131477988281698938813147798828169893881314779882816989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ab12a8-ac5b-4118-8fc7-a9c08a83ac3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15e36307-a38c-4b76-bb34-39ea3b2e57dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15e36307-a38c-4b76-bb34-39ea3b2e57dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15658482688352428140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140156584826883524281401565848268835242814015658482688352428140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 796d2a2f-1522-468b-bbb6-fe27ac4cceb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee42c801-8374-433e-879c-28ab53f15a1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee42c801-8374-433e-879c-28ab53f15a1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8910950290959068855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855891095029095906885589109502909590688558910950290959068855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15e36307-a38c-4b76-bb34-39ea3b2e57dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42f49c78-ed79-4077-81c3-72fb679a9f65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f49c78-ed79-4077-81c3-72fb679a9f65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1415927927047733438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438141592792704773343814159279270477334381415927927047733438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee42c801-8374-433e-879c-28ab53f15a1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b875ebc-478d-4c7c-b5cb-950ef76f086d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b875ebc-478d-4c7c-b5cb-950ef76f086d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 764367232305171221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221764367232305171221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f49c78-ed79-4077-81c3-72fb679a9f65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e8082a8-8eb6-4a5b-ae4a-2995ce94e9ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e8082a8-8eb6-4a5b-ae4a-2995ce94e9ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4752812890393882102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102475281289039388210247528128903938821024752812890393882102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b875ebc-478d-4c7c-b5cb-950ef76f086d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 715ba963-7755-49db-8a86-e9d32fd8c79e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715ba963-7755-49db-8a86-e9d32fd8c79e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13268663389108876362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362132686633891088763621326866338910887636213268663389108876362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e8082a8-8eb6-4a5b-ae4a-2995ce94e9ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47bf5bcc-a583-441f-b108-bace851ecaf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47bf5bcc-a583-441f-b108-bace851ecaf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10354589818064172049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049103545898180641720491035458981806417204910354589818064172049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715ba963-7755-49db-8a86-e9d32fd8c79e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40cc3f2f-2a44-4d4a-be69-e809e91556dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40cc3f2f-2a44-4d4a-be69-e809e91556dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10083565827083313226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226100835658270833132261008356582708331322610083565827083313226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47bf5bcc-a583-441f-b108-bace851ecaf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0653244-b4a1-451b-b786-cbe01cba30de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0653244-b4a1-451b-b786-cbe01cba30de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11099755817161833148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148110997558171618331481109975581716183314811099755817161833148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40cc3f2f-2a44-4d4a-be69-e809e91556dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51ee7a22-80e0-4100-b6bf-82faa72219a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ee7a22-80e0-4100-b6bf-82faa72219a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7886661527179659949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949788666152717965994978866615271796599497886661527179659949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0653244-b4a1-451b-b786-cbe01cba30de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c4e0caf-130a-485b-9922-6b3ed6304c1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c4e0caf-130a-485b-9922-6b3ed6304c1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16269856607731967903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903162698566077319679031626985660773196790316269856607731967903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ee7a22-80e0-4100-b6bf-82faa72219a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d323d6b-665c-4310-80d0-09e8765b1595, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d323d6b-665c-4310-80d0-09e8765b1595, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695703895238486132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132969570389523848613296957038952384861329695703895238486132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c4e0caf-130a-485b-9922-6b3ed6304c1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7174eb2-3b75-4882-b733-0fdd13c81b84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7174eb2-3b75-4882-b733-0fdd13c81b84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3787769011470571667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667378776901147057166737877690114705716673787769011470571667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d323d6b-665c-4310-80d0-09e8765b1595, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5a792f0-a1d1-420c-8e46-86d0fb3bd111, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a792f0-a1d1-420c-8e46-86d0fb3bd111, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15872912451548670746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746158729124515486707461587291245154867074615872912451548670746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7174eb2-3b75-4882-b733-0fdd13c81b84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50767e77-0d6e-40ed-846a-fcdefc363423, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50767e77-0d6e-40ed-846a-fcdefc363423, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5588926836116443419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419558892683611644341955889268361164434195588926836116443419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50767e77-0d6e-40ed-846a-fcdefc363423, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9aee7224-47ac-4256-bc78-5a018f2d6e85, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aee7224-47ac-4256-bc78-5a018f2d6e85, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7588859796661628770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770758885979666162877075888597966616287707588859796661628770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a792f0-a1d1-420c-8e46-86d0fb3bd111, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db077d06-b8eb-4ee5-8a7f-2007f3bb6311, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db077d06-b8eb-4ee5-8a7f-2007f3bb6311, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9370101049875756393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393937010104987575639393701010498757563939370101049875756393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aee7224-47ac-4256-bc78-5a018f2d6e85, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db077d06-b8eb-4ee5-8a7f-2007f3bb6311, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b8a0ef1-cb3a-4c8a-a6e6-6d1dcd38b086, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8a0ef1-cb3a-4c8a-a6e6-6d1dcd38b086, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4916815335820550513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513491681533582055051349168153358205505134916815335820550513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80a4028d-2663-46e8-ac62-8ab07fb563ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8a0ef1-cb3a-4c8a-a6e6-6d1dcd38b086, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a4028d-2663-46e8-ac62-8ab07fb563ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16461195846493231382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382164611958464932313821646119584649323138216461195846493231382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00f0e532-89f7-433d-877f-152d99fb1f43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00f0e532-89f7-433d-877f-152d99fb1f43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15101944729772927152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152151019447297729271521510194472977292715215101944729772927152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a4028d-2663-46e8-ac62-8ab07fb563ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd77850b-989a-4d5f-9fe5-347bbc4a787e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd77850b-989a-4d5f-9fe5-347bbc4a787e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17998213617370106674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674179982136173701066741799821361737010667417998213617370106674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00f0e532-89f7-433d-877f-152d99fb1f43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69c3cab1-451c-4a25-9460-0c627f06b9ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c3cab1-451c-4a25-9460-0c627f06b9ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5763134394352012384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384576313439435201238457631343943520123845763134394352012384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd77850b-989a-4d5f-9fe5-347bbc4a787e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08889c34-d36a-4ed5-ab84-eb8ef6d39881, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08889c34-d36a-4ed5-ab84-eb8ef6d39881, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8534718124951076061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061853471812495107606185347181249510760618534718124951076061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08889c34-d36a-4ed5-ab84-eb8ef6d39881, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c3cab1-451c-4a25-9460-0c627f06b9ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ab6d0f8-a409-4d9d-995d-b482f5c49092, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf251a7-46ef-4126-bd7a-a6cd59b74e0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf251a7-46ef-4126-bd7a-a6cd59b74e0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15929297451128992590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590159292974511289925901592929745112899259015929297451128992590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab6d0f8-a409-4d9d-995d-b482f5c49092, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16474670758830890324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324164746707588308903241647467075883089032416474670758830890324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf251a7-46ef-4126-bd7a-a6cd59b74e0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d990711-d911-4536-9f00-c46574d80c43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d990711-d911-4536-9f00-c46574d80c43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2328532250780933838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838232853225078093383823285322507809338382328532250780933838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab6d0f8-a409-4d9d-995d-b482f5c49092, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74479724-d7b6-440f-a5d0-498c01824658, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74479724-d7b6-440f-a5d0-498c01824658, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14606248356343025632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632146062483563430256321460624835634302563214606248356343025632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d990711-d911-4536-9f00-c46574d80c43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebb59dd5-1f6d-4a47-aba2-8fca1c26428f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74479724-d7b6-440f-a5d0-498c01824658, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebb59dd5-1f6d-4a47-aba2-8fca1c26428f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3941302106258675296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296394130210625867529639413021062586752963941302106258675296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 768e1d58-3913-4002-a21d-820a210af86e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 768e1d58-3913-4002-a21d-820a210af86e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2336685943427408946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946233668594342740894623366859434274089462336685943427408946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 768e1d58-3913-4002-a21d-820a210af86e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b7d277c-9224-446f-baed-0fd5deec62f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b7d277c-9224-446f-baed-0fd5deec62f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3823849937171705804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804382384993717170580438238499371717058043823849937171705804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebb59dd5-1f6d-4a47-aba2-8fca1c26428f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68ced107-4852-4e00-b316-89c3d048de30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68ced107-4852-4e00-b316-89c3d048de30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 445035568913155406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406445035568913155406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b7d277c-9224-446f-baed-0fd5deec62f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfc08d53-2261-4c0e-ada8-7156ae7aba45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc08d53-2261-4c0e-ada8-7156ae7aba45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4388250586294001582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582438825058629400158243882505862940015824388250586294001582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68ced107-4852-4e00-b316-89c3d048de30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7fb6b97-b75a-497c-84ec-ed36bda9d6da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7fb6b97-b75a-497c-84ec-ed36bda9d6da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13598596309005414757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757135985963090054147571359859630900541475713598596309005414757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc08d53-2261-4c0e-ada8-7156ae7aba45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ff6e90-1d53-481d-815e-404bde3375f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ff6e90-1d53-481d-815e-404bde3375f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15512461602644414588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588155124616026444145881551246160264441458815512461602644414588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7fb6b97-b75a-497c-84ec-ed36bda9d6da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 767a2f34-655e-49c3-99b8-d937eba01c76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767a2f34-655e-49c3-99b8-d937eba01c76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13666490729755471042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042136664907297554710421366649072975547104213666490729755471042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ff6e90-1d53-481d-815e-404bde3375f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28b36b91-7aa7-4f5a-b2d6-60003871c044, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28b36b91-7aa7-4f5a-b2d6-60003871c044, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9561083926362479362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362956108392636247936295610839263624793629561083926362479362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767a2f34-655e-49c3-99b8-d937eba01c76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aecf699-a001-409b-9385-8bb5f157942b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aecf699-a001-409b-9385-8bb5f157942b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906004049021784272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272390600404902178427239060040490217842723906004049021784272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28b36b91-7aa7-4f5a-b2d6-60003871c044, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b349ad22-49e5-4d8b-9c83-577c60d10884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b349ad22-49e5-4d8b-9c83-577c60d10884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17053392064536014457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457170533920645360144571705339206453601445717053392064536014457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aecf699-a001-409b-9385-8bb5f157942b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25d6abf1-f936-4f9c-a353-07b4f87eeb6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d6abf1-f936-4f9c-a353-07b4f87eeb6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13659364457820779530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530136593644578207795301365936445782077953013659364457820779530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b349ad22-49e5-4d8b-9c83-577c60d10884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7e6fb2f-9a2b-4b86-8481-634bb3c7a8f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7e6fb2f-9a2b-4b86-8481-634bb3c7a8f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12456707744119297238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238124567077441192972381245670774411929723812456707744119297238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d6abf1-f936-4f9c-a353-07b4f87eeb6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39efdef7-6a56-4baa-8f38-12805bdd77f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39efdef7-6a56-4baa-8f38-12805bdd77f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18273997773052495868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868182739977730524958681827399777305249586818273997773052495868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39efdef7-6a56-4baa-8f38-12805bdd77f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae65e90b-4f06-4d7f-a5a7-deeec9f51e3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae65e90b-4f06-4d7f-a5a7-deeec9f51e3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16787904556245060237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237167879045562450602371678790455624506023716787904556245060237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7e6fb2f-9a2b-4b86-8481-634bb3c7a8f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b762207-7b56-45eb-949f-c4ea0181046a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b762207-7b56-45eb-949f-c4ea0181046a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7876403561534570060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060787640356153457006078764035615345700607876403561534570060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b762207-7b56-45eb-949f-c4ea0181046a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 463090f9-4406-43d7-bd09-e12760bc7642, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 463090f9-4406-43d7-bd09-e12760bc7642, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9918022237501386194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194991802223750138619499180222375013861949918022237501386194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae65e90b-4f06-4d7f-a5a7-deeec9f51e3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd872878-ead2-4877-bc72-2b7ee865ffc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd872878-ead2-4877-bc72-2b7ee865ffc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6462315280330490492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492646231528033049049264623152803304904926462315280330490492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 463090f9-4406-43d7-bd09-e12760bc7642, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79520089-b10e-437b-8a4e-10b9da7caff1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79520089-b10e-437b-8a4e-10b9da7caff1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16799692513739020413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413167996925137390204131679969251373902041316799692513739020413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd872878-ead2-4877-bc72-2b7ee865ffc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b6f4a8f-e723-42a2-86c0-00c84f2fde33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b6f4a8f-e723-42a2-86c0-00c84f2fde33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5616603892211935403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403561660389221193540356166038922119354035616603892211935403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79520089-b10e-437b-8a4e-10b9da7caff1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db3d9ced-4582-44af-a706-dab96e33a939, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3d9ced-4582-44af-a706-dab96e33a939, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17655475945482925254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254176554759454829252541765547594548292525417655475945482925254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b6f4a8f-e723-42a2-86c0-00c84f2fde33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81ea252a-0f2d-47a3-a8f5-888dc707b729, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ea252a-0f2d-47a3-a8f5-888dc707b729, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7863578169626704802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802786357816962670480278635781696267048027863578169626704802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3d9ced-4582-44af-a706-dab96e33a939, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6989ec-b91e-4764-bf69-a99c09b9ffa2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6989ec-b91e-4764-bf69-a99c09b9ffa2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8295725207052931148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148829572520705293114882957252070529311488295725207052931148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ea252a-0f2d-47a3-a8f5-888dc707b729, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5631c16-91f6-425d-8cee-317bb3161dc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5631c16-91f6-425d-8cee-317bb3161dc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7748183105638390487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487774818310563839048777481831056383904877748183105638390487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6989ec-b91e-4764-bf69-a99c09b9ffa2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2bfedff-0520-43d2-abeb-5a3f7bd76491, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2bfedff-0520-43d2-abeb-5a3f7bd76491, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1393478757325775477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477139347875732577547713934787573257754771393478757325775477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5631c16-91f6-425d-8cee-317bb3161dc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ad3eb37-0186-460a-95d1-3cb8a8d11bfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2bfedff-0520-43d2-abeb-5a3f7bd76491, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad3eb37-0186-460a-95d1-3cb8a8d11bfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9781200200235958909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909978120020023595890997812002002359589099781200200235958909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b105811-8ed7-436c-8fc2-eff605721e2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b105811-8ed7-436c-8fc2-eff605721e2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2918463290324045889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889291846329032404588929184632903240458892918463290324045889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad3eb37-0186-460a-95d1-3cb8a8d11bfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21660d73-0600-44e4-bf89-62931ed72580, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21660d73-0600-44e4-bf89-62931ed72580, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12711046455931039090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090127110464559310390901271104645593103909012711046455931039090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b105811-8ed7-436c-8fc2-eff605721e2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c6e86dd-6f4e-41de-b409-3c0996e4867f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6e86dd-6f4e-41de-b409-3c0996e4867f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14477261013021590463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463144772610130215904631447726101302159046314477261013021590463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21660d73-0600-44e4-bf89-62931ed72580, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b44866-3347-4b18-8712-00d40b95edf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b44866-3347-4b18-8712-00d40b95edf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5814570336291946011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011581457033629194601158145703362919460115814570336291946011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6e86dd-6f4e-41de-b409-3c0996e4867f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a88bb19e-cd85-4684-bdef-5ca4d793a6f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88bb19e-cd85-4684-bdef-5ca4d793a6f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6911982914342131839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839691198291434213183969119829143421318396911982914342131839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b44866-3347-4b18-8712-00d40b95edf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8983eda2-7e38-48da-9486-6bbdc109815f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8983eda2-7e38-48da-9486-6bbdc109815f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10099550460338280945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945100995504603382809451009955046033828094510099550460338280945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88bb19e-cd85-4684-bdef-5ca4d793a6f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9247af11-101e-422f-bf9a-7d4fa087c4fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9247af11-101e-422f-bf9a-7d4fa087c4fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9737812796235038376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376973781279623503837697378127962350383769737812796235038376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8983eda2-7e38-48da-9486-6bbdc109815f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb44deb2-6a78-4ad6-b8e2-fdc8e798d41c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb44deb2-6a78-4ad6-b8e2-fdc8e798d41c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12180646558629576058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058121806465586295760581218064655862957605812180646558629576058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9247af11-101e-422f-bf9a-7d4fa087c4fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5393df7b-9e8a-44d1-9664-9d625c59c8ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5393df7b-9e8a-44d1-9664-9d625c59c8ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4062330399959320535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535406233039995932053540623303999593205354062330399959320535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb44deb2-6a78-4ad6-b8e2-fdc8e798d41c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 130997e7-3f0f-47af-aee3-0f751d775495, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130997e7-3f0f-47af-aee3-0f751d775495, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 905873584763535711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711905873584763535711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5393df7b-9e8a-44d1-9664-9d625c59c8ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f9418a7-9dd6-4a43-bb92-3d35938c1088, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f9418a7-9dd6-4a43-bb92-3d35938c1088, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7066452839983501643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643706645283998350164370664528399835016437066452839983501643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130997e7-3f0f-47af-aee3-0f751d775495, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9785e3f-1978-4056-b024-6e7525facce3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9785e3f-1978-4056-b024-6e7525facce3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8671886720683257428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428867188672068325742886718867206832574288671886720683257428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f9418a7-9dd6-4a43-bb92-3d35938c1088, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc8d96bb-9460-4fc5-a34c-236bde7d8308, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8d96bb-9460-4fc5-a34c-236bde7d8308, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3940123311982834632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632394012331198283463239401233119828346323940123311982834632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9785e3f-1978-4056-b024-6e7525facce3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6517abf-da62-4f21-b672-697cf26442cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6517abf-da62-4f21-b672-697cf26442cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2111040960405417337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337211104096040541733721110409604054173372111040960405417337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8d96bb-9460-4fc5-a34c-236bde7d8308, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21c51d51-8f2d-4407-8a48-a6cb4e9726a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c51d51-8f2d-4407-8a48-a6cb4e9726a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15850023441241308888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888158500234412413088881585002344124130888815850023441241308888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6517abf-da62-4f21-b672-697cf26442cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 677814a1-c30a-4d66-a392-e431101dc724, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 677814a1-c30a-4d66-a392-e431101dc724, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16720160008649127431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431167201600086491274311672016000864912743116720160008649127431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c51d51-8f2d-4407-8a48-a6cb4e9726a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf607932-9df4-4d39-9784-763fc96d573d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf607932-9df4-4d39-9784-763fc96d573d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10131726815800177474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474101317268158001774741013172681580017747410131726815800177474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 677814a1-c30a-4d66-a392-e431101dc724, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a5666d3-99b3-4a18-bcc1-424b08ffa83b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a5666d3-99b3-4a18-bcc1-424b08ffa83b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1376245951948668503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503137624595194866850313762459519486685031376245951948668503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf607932-9df4-4d39-9784-763fc96d573d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f87ebfdd-1361-459e-b9ec-a037cf19e4dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87ebfdd-1361-459e-b9ec-a037cf19e4dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9741081304551154110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110974108130455115411097410813045511541109741081304551154110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87ebfdd-1361-459e-b9ec-a037cf19e4dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c246bcef-44ca-40be-b5a7-2b0dacc1e7bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c246bcef-44ca-40be-b5a7-2b0dacc1e7bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8725675754560522466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466872567575456052246687256757545605224668725675754560522466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a5666d3-99b3-4a18-bcc1-424b08ffa83b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9b7b384-e2db-49ea-b17d-2e0dab0ea866, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b7b384-e2db-49ea-b17d-2e0dab0ea866, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1887723790290225870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870188772379029022587018877237902902258701887723790290225870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c246bcef-44ca-40be-b5a7-2b0dacc1e7bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfe78aca-6638-436e-9238-c77250a58322, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe78aca-6638-436e-9238-c77250a58322, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16273457076932135436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436162734570769321354361627345707693213543616273457076932135436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b7b384-e2db-49ea-b17d-2e0dab0ea866, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1f6f462-a791-4b91-956f-6e29eacb1389, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f6f462-a791-4b91-956f-6e29eacb1389, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4416910225918899356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356441691022591889935644169102259188993564416910225918899356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe78aca-6638-436e-9238-c77250a58322, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0b56e89-7e68-47a3-9b70-4a37e5762ffa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0b56e89-7e68-47a3-9b70-4a37e5762ffa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 368285182428198687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687368285182428198687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f6f462-a791-4b91-956f-6e29eacb1389, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1947c349-0135-4332-b725-bec01815a6d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1947c349-0135-4332-b725-bec01815a6d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1866982346032413490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490186698234603241349018669823460324134901866982346032413490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0b56e89-7e68-47a3-9b70-4a37e5762ffa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c496c13a-ace6-4d3c-a88a-df979eadf8f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c496c13a-ace6-4d3c-a88a-df979eadf8f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1247943606976427650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650124794360697642765012479436069764276501247943606976427650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1947c349-0135-4332-b725-bec01815a6d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a409cb83-0715-4a8b-abce-a69a10fe862e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a409cb83-0715-4a8b-abce-a69a10fe862e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15651883872728054712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712156518838727280547121565188387272805471215651883872728054712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c496c13a-ace6-4d3c-a88a-df979eadf8f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af247dcd-9aba-4e57-8695-f2d28fdc93d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af247dcd-9aba-4e57-8695-f2d28fdc93d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13015920257916763918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918130159202579167639181301592025791676391813015920257916763918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a409cb83-0715-4a8b-abce-a69a10fe862e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bed18fa-1cd1-4634-8d3d-e6c90b946a8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bed18fa-1cd1-4634-8d3d-e6c90b946a8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3499975383250364886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886349997538325036488634999753832503648863499975383250364886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af247dcd-9aba-4e57-8695-f2d28fdc93d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 867787c4-30c2-47b0-966a-21d3dea05ffe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 867787c4-30c2-47b0-966a-21d3dea05ffe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16619382661035668479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479166193826610356684791661938266103566847916619382661035668479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 867787c4-30c2-47b0-966a-21d3dea05ffe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bed18fa-1cd1-4634-8d3d-e6c90b946a8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a49c8cce-cbc8-43fb-af85-98dc29ad192a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49c8cce-cbc8-43fb-af85-98dc29ad192a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10247060282329636826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826102470602823296368261024706028232963682610247060282329636826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5de3e85e-cb4e-4fe0-9a0d-8d7d6c0c0924, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5de3e85e-cb4e-4fe0-9a0d-8d7d6c0c0924, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8441967540614339796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796844196754061433979684419675406143397968441967540614339796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5de3e85e-cb4e-4fe0-9a0d-8d7d6c0c0924, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cec9089d-34e8-412d-85be-7976383adc5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec9089d-34e8-412d-85be-7976383adc5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435921675094786990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990543592167509478699054359216750947869905435921675094786990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49c8cce-cbc8-43fb-af85-98dc29ad192a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8102b600-ac40-4f9f-8212-bab8ecb3f141, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8102b600-ac40-4f9f-8212-bab8ecb3f141, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12573615716389538812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812125736157163895388121257361571638953881212573615716389538812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec9089d-34e8-412d-85be-7976383adc5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d26f0c9f-a4e6-429b-a576-decd91ed74eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d26f0c9f-a4e6-429b-a576-decd91ed74eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15687259989713978918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918156872599897139789181568725998971397891815687259989713978918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8102b600-ac40-4f9f-8212-bab8ecb3f141, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1935f9c5-1c64-4d6f-b90c-4f4f5d66514b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1935f9c5-1c64-4d6f-b90c-4f4f5d66514b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109475529794680388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388910947552979468038891094755297946803889109475529794680388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d26f0c9f-a4e6-429b-a576-decd91ed74eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a02f10-cc51-4362-813f-93d03bbeec69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a02f10-cc51-4362-813f-93d03bbeec69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15736618329059738301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301157366183290597383011573661832905973830115736618329059738301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1935f9c5-1c64-4d6f-b90c-4f4f5d66514b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c4f1a4a-b543-47ab-b14f-359d1afe77a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c4f1a4a-b543-47ab-b14f-359d1afe77a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4783193894880717254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254478319389488071725447831938948807172544783193894880717254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a02f10-cc51-4362-813f-93d03bbeec69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c4f1a4a-b543-47ab-b14f-359d1afe77a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65def8d9-4fdd-4089-a09e-d7f6e708c3c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65def8d9-4fdd-4089-a09e-d7f6e708c3c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11636662185167463620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620116366621851674636201163666218516746362011636662185167463620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edca7ca6-3efb-4299-9a91-6f1ff64e8d31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edca7ca6-3efb-4299-9a91-6f1ff64e8d31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17919214441215144747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747179192144412151447471791921444121514474717919214441215144747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65def8d9-4fdd-4089-a09e-d7f6e708c3c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09b8036c-6a57-4af5-acd1-3048c7a161ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b8036c-6a57-4af5-acd1-3048c7a161ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699223429280955121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121369922342928095512136992234292809551213699223429280955121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edca7ca6-3efb-4299-9a91-6f1ff64e8d31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 935330a0-a0b4-44fc-b51e-e1dbf2514f38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 935330a0-a0b4-44fc-b51e-e1dbf2514f38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7780460577091878971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971778046057709187897177804605770918789717780460577091878971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b8036c-6a57-4af5-acd1-3048c7a161ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9fc4bef-a2f5-4dce-bb09-816f78c32bec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9fc4bef-a2f5-4dce-bb09-816f78c32bec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16825772163674096412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412168257721636740964121682577216367409641216825772163674096412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 935330a0-a0b4-44fc-b51e-e1dbf2514f38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b518b72c-e07a-49d9-b24c-b70857fb18e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b518b72c-e07a-49d9-b24c-b70857fb18e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 695311167164140594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594695311167164140594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9fc4bef-a2f5-4dce-bb09-816f78c32bec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13050dc0-f492-4ae1-85b2-f96b32df2759, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13050dc0-f492-4ae1-85b2-f96b32df2759, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13900308874671779866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866139003088746717798661390030887467177986613900308874671779866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b518b72c-e07a-49d9-b24c-b70857fb18e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8f2e44e-6eb7-4ff2-b9bd-ef12894da9e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f2e44e-6eb7-4ff2-b9bd-ef12894da9e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9259855613994702197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197925985561399470219792598556139947021979259855613994702197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13050dc0-f492-4ae1-85b2-f96b32df2759, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2454dc5a-66b2-4125-9c8c-8d3d681f7201, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2454dc5a-66b2-4125-9c8c-8d3d681f7201, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11491047551555065984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984114910475515550659841149104755155506598411491047551555065984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f2e44e-6eb7-4ff2-b9bd-ef12894da9e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 202c0b22-ff88-4390-8582-181c8bc8280e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 202c0b22-ff88-4390-8582-181c8bc8280e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 967872484878833213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213967872484878833213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2454dc5a-66b2-4125-9c8c-8d3d681f7201, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 956d6fcb-be60-453d-ad51-4915505738fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956d6fcb-be60-453d-ad51-4915505738fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5360656321583809817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817536065632158380981753606563215838098175360656321583809817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 202c0b22-ff88-4390-8582-181c8bc8280e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956d6fcb-be60-453d-ad51-4915505738fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f8f7089-31e1-4275-9fbc-4b52d3f4c71a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f8f7089-31e1-4275-9fbc-4b52d3f4c71a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15842847377231575672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672158428473772315756721584284737723157567215842847377231575672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e7020dd-8830-47fd-acc6-0253d0f96195, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e7020dd-8830-47fd-acc6-0253d0f96195, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11947876380894693795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795119478763808946937951194787638089469379511947876380894693795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f8f7089-31e1-4275-9fbc-4b52d3f4c71a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c38c1136-e971-4f20-a3c7-30532e6205ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c38c1136-e971-4f20-a3c7-30532e6205ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7101633405535034368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368710163340553503436871016334055350343687101633405535034368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e7020dd-8830-47fd-acc6-0253d0f96195, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3721d5b4-fb3e-4369-963e-6d568b9ef966, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3721d5b4-fb3e-4369-963e-6d568b9ef966, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10586215128624104899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899105862151286241048991058621512862410489910586215128624104899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c38c1136-e971-4f20-a3c7-30532e6205ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73708cd5-5c12-4f76-8992-5eeda3f1024e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73708cd5-5c12-4f76-8992-5eeda3f1024e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1300967991268494866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866130096799126849486613009679912684948661300967991268494866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3721d5b4-fb3e-4369-963e-6d568b9ef966, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e74675f9-2777-415e-aab3-c24fb8bafdae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73708cd5-5c12-4f76-8992-5eeda3f1024e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b9996b8-c8ac-4e4a-9e4a-44778dcb404a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9996b8-c8ac-4e4a-9e4a-44778dcb404a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1779484186858149452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452177948418685814945217794841868581494521779484186858149452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e74675f9-2777-415e-aab3-c24fb8bafdae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13874303150140487075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075138743031501404870751387430315014048707513874303150140487075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e74675f9-2777-415e-aab3-c24fb8bafdae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66c889ef-af05-49ae-94f0-e1a194030ff3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c889ef-af05-49ae-94f0-e1a194030ff3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7194374182917966557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557719437418291796655771943741829179665577194374182917966557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9996b8-c8ac-4e4a-9e4a-44778dcb404a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 629ee9dc-63ad-46f4-8a46-3ba501976ca5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 629ee9dc-63ad-46f4-8a46-3ba501976ca5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10584308101613568170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170105843081016135681701058430810161356817010584308101613568170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c889ef-af05-49ae-94f0-e1a194030ff3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d758bc70-c0a2-47b6-8494-b5e7fd705992, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d758bc70-c0a2-47b6-8494-b5e7fd705992, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14191414780992136145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145141914147809921361451419141478099213614514191414780992136145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 629ee9dc-63ad-46f4-8a46-3ba501976ca5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a681215-c22a-4ca6-9fe9-8d463ca9ad71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a681215-c22a-4ca6-9fe9-8d463ca9ad71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2908677664853020685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685290867766485302068529086776648530206852908677664853020685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d758bc70-c0a2-47b6-8494-b5e7fd705992, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceb53990-0822-48ce-a4f0-0d23d756a23b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb53990-0822-48ce-a4f0-0d23d756a23b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4667163785554121326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326466716378555412132646671637855541213264667163785554121326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a681215-c22a-4ca6-9fe9-8d463ca9ad71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a78cdfd-3668-43b8-8031-c6d693029dac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a78cdfd-3668-43b8-8031-c6d693029dac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17944129092243878999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999179441290922438789991794412909224387899917944129092243878999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb53990-0822-48ce-a4f0-0d23d756a23b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e60b3d0-8398-4309-a26b-566de37826b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e60b3d0-8398-4309-a26b-566de37826b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3087982073474963498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498308798207347496349830879820734749634983087982073474963498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a78cdfd-3668-43b8-8031-c6d693029dac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e60b3d0-8398-4309-a26b-566de37826b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f71d803-5b19-43b7-845e-533f1b1275a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f71d803-5b19-43b7-845e-533f1b1275a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6309663717405036904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904630966371740503690463096637174050369046309663717405036904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0c1eaa3-45b7-4c05-89cb-cffa0199a0c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0c1eaa3-45b7-4c05-89cb-cffa0199a0c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2202730362741669784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784220273036274166978422027303627416697842202730362741669784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0c1eaa3-45b7-4c05-89cb-cffa0199a0c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfdd744d-91cd-4b27-8681-6ab0d5904e36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfdd744d-91cd-4b27-8681-6ab0d5904e36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10860584294962027199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199108605842949620271991086058429496202719910860584294962027199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f71d803-5b19-43b7-845e-533f1b1275a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35fb8ef6-fba4-454c-8733-e0636cad9ad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35fb8ef6-fba4-454c-8733-e0636cad9ad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14201254754778723229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229142012547547787232291420125475477872322914201254754778723229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfdd744d-91cd-4b27-8681-6ab0d5904e36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e43519bb-a2e0-40b7-9720-71425d3da4d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43519bb-a2e0-40b7-9720-71425d3da4d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10532534149728773690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690105325341497287736901053253414972877369010532534149728773690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35fb8ef6-fba4-454c-8733-e0636cad9ad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97fd10d2-9105-4f3c-830c-c7fd9ccbefa7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97fd10d2-9105-4f3c-830c-c7fd9ccbefa7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4339054366648454468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468433905436664845446843390543666484544684339054366648454468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43519bb-a2e0-40b7-9720-71425d3da4d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5afbcb6-7e3c-47ec-bf54-8e0e048c1797, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5afbcb6-7e3c-47ec-bf54-8e0e048c1797, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9120807702311509048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048912080770231150904891208077023115090489120807702311509048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97fd10d2-9105-4f3c-830c-c7fd9ccbefa7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d336aa0-a321-4312-a9f3-8300604bf1cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d336aa0-a321-4312-a9f3-8300604bf1cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14263927250831663495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495142639272508316634951426392725083166349514263927250831663495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5afbcb6-7e3c-47ec-bf54-8e0e048c1797, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35d93807-0ca1-4c44-be90-2418b92072fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d93807-0ca1-4c44-be90-2418b92072fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7204471638537430889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889720447163853743088972044716385374308897204471638537430889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d336aa0-a321-4312-a9f3-8300604bf1cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9f83f5-9be6-4115-aa60-c9e56476f323, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9f83f5-9be6-4115-aa60-c9e56476f323, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1592618922460454764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764159261892246045476415926189224604547641592618922460454764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d93807-0ca1-4c44-be90-2418b92072fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c4c8d2a-3a24-489f-924d-da1b9c12aba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c4c8d2a-3a24-489f-924d-da1b9c12aba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4608321339478858876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876460832133947885887646083213394788588764608321339478858876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9f83f5-9be6-4115-aa60-c9e56476f323, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab685ea3-49e7-4149-bb81-cd02d7f3cfa9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab685ea3-49e7-4149-bb81-cd02d7f3cfa9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17783067520621171598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598177830675206211715981778306752062117159817783067520621171598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c4c8d2a-3a24-489f-924d-da1b9c12aba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c47f8a63-860e-4066-a934-ad22a60f9e8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c47f8a63-860e-4066-a934-ad22a60f9e8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12856505675900099103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103128565056759000991031285650567590009910312856505675900099103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab685ea3-49e7-4149-bb81-cd02d7f3cfa9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b675a2-4d37-47a4-884e-b7577cc5410e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b675a2-4d37-47a4-884e-b7577cc5410e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13705965503495938707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707137059655034959387071370596550349593870713705965503495938707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c47f8a63-860e-4066-a934-ad22a60f9e8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd3e9395-4abd-4b8c-bf89-8c54d85aedef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd3e9395-4abd-4b8c-bf89-8c54d85aedef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16105516944881624698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698161055169448816246981610551694488162469816105516944881624698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd3e9395-4abd-4b8c-bf89-8c54d85aedef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b675a2-4d37-47a4-884e-b7577cc5410e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e0bd5f-5674-4305-9c42-4381832e6306, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da6f3881-1cc2-483a-911b-a3aa3bd87f72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da6f3881-1cc2-483a-911b-a3aa3bd87f72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14890132744410995403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403148901327444109954031489013274441099540314890132744410995403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e0bd5f-5674-4305-9c42-4381832e6306, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6178285070187072778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778617828507018707277861782850701870727786178285070187072778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da6f3881-1cc2-483a-911b-a3aa3bd87f72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc7f58d-8332-4dfa-8c3a-942b0ef4aeb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc7f58d-8332-4dfa-8c3a-942b0ef4aeb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1918629626990113130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130191862962699011313019186296269901131301918629626990113130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e0bd5f-5674-4305-9c42-4381832e6306, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df0e2be2-f5c5-4829-9dd4-3bf5e11fb63e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df0e2be2-f5c5-4829-9dd4-3bf5e11fb63e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16720349392170388332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332167203493921703883321672034939217038833216720349392170388332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc7f58d-8332-4dfa-8c3a-942b0ef4aeb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbffbb08-e502-4730-a085-9582106fd633, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbffbb08-e502-4730-a085-9582106fd633, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12161614253665683748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748121616142536656837481216161425366568374812161614253665683748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df0e2be2-f5c5-4829-9dd4-3bf5e11fb63e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a6e84ef-b4a4-4fe0-a2aa-87f511cf6358, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6e84ef-b4a4-4fe0-a2aa-87f511cf6358, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12608477597347188377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377126084775973471883771260847759734718837712608477597347188377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbffbb08-e502-4730-a085-9582106fd633, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6e84ef-b4a4-4fe0-a2aa-87f511cf6358, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1e4532f-0178-4212-a8f1-7c559994503a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86887e26-2fac-4a91-85f3-b01e70d2b5c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e4532f-0178-4212-a8f1-7c559994503a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10343345369949361084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084103433453699493610841034334536994936108410343345369949361084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86887e26-2fac-4a91-85f3-b01e70d2b5c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1917526788915920032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032191752678891592003219175267889159200321917526788915920032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e4532f-0178-4212-a8f1-7c559994503a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5708de67-5f8e-4b09-b9ff-c60922234519, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5708de67-5f8e-4b09-b9ff-c60922234519, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9415047902586471425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425941504790258647142594150479025864714259415047902586471425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86887e26-2fac-4a91-85f3-b01e70d2b5c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caad350d-5dde-4c9f-9a38-5c5b88e79739, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caad350d-5dde-4c9f-9a38-5c5b88e79739, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7821072240168918806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806782107224016891880678210722401689188067821072240168918806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5708de67-5f8e-4b09-b9ff-c60922234519, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0521b54c-11cc-4082-9ea5-0b02b38fcaf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0521b54c-11cc-4082-9ea5-0b02b38fcaf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8251241862041358534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534825124186204135853482512418620413585348251241862041358534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caad350d-5dde-4c9f-9a38-5c5b88e79739, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5a534dc-16c4-445e-bed7-fac85dd57ab4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a534dc-16c4-445e-bed7-fac85dd57ab4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8980510214403224031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031898051021440322403189805102144032240318980510214403224031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0521b54c-11cc-4082-9ea5-0b02b38fcaf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af222ae-4c82-49dd-b8ab-94c2c50f2213, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af222ae-4c82-49dd-b8ab-94c2c50f2213, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16873622602504655963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963168736226025046559631687362260250465596316873622602504655963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a534dc-16c4-445e-bed7-fac85dd57ab4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e59c79d4-0d16-4bd5-a70d-efbd9b8f2a36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e59c79d4-0d16-4bd5-a70d-efbd9b8f2a36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6507778437740572002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002650777843774057200265077784377405720026507778437740572002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af222ae-4c82-49dd-b8ab-94c2c50f2213, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c682f837-4b43-43b8-bb0a-f887de409145, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c682f837-4b43-43b8-bb0a-f887de409145, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3709883697076954718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718370988369707695471837098836970769547183709883697076954718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e59c79d4-0d16-4bd5-a70d-efbd9b8f2a36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1efa987-8c35-4898-bb4b-366f8258dadf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1efa987-8c35-4898-bb4b-366f8258dadf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4310270677477280656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656431027067747728065643102706774772806564310270677477280656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c682f837-4b43-43b8-bb0a-f887de409145, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5edf2eeb-f3a0-44e6-aade-7515c81a3849, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5edf2eeb-f3a0-44e6-aade-7515c81a3849, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5164871498559654192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192516487149855965419251648714985596541925164871498559654192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1efa987-8c35-4898-bb4b-366f8258dadf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e53d1f-8881-4c89-98f8-b23a38a8b08b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e53d1f-8881-4c89-98f8-b23a38a8b08b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13933138468828109456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456139331384688281094561393313846882810945613933138468828109456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5edf2eeb-f3a0-44e6-aade-7515c81a3849, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c77521d5-10ee-4b3c-aace-623adcdf6ea7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77521d5-10ee-4b3c-aace-623adcdf6ea7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15527440375385091178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178155274403753850911781552744037538509117815527440375385091178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e53d1f-8881-4c89-98f8-b23a38a8b08b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434ff5b3-66e4-445e-9cf8-0b19a33dac42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434ff5b3-66e4-445e-9cf8-0b19a33dac42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 612833277525793960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960612833277525793960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77521d5-10ee-4b3c-aace-623adcdf6ea7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bafc1f8-ef3d-4c98-acb9-45b81168eced, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434ff5b3-66e4-445e-9cf8-0b19a33dac42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bafc1f8-ef3d-4c98-acb9-45b81168eced, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16836123063019972597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597168361230630199725971683612306301997259716836123063019972597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258b0595-9e95-4d21-9095-b997801b75e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258b0595-9e95-4d21-9095-b997801b75e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7809589068866862668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668780958906886686266878095890688668626687809589068866862668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bafc1f8-ef3d-4c98-acb9-45b81168eced, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0b0c1a8-93b4-421e-9657-7e32870ed094, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258b0595-9e95-4d21-9095-b997801b75e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b0c1a8-93b4-421e-9657-7e32870ed094, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17592155059895277493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493175921550598952774931759215505989527749317592155059895277493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93c8124e-b0ef-41cb-a7a2-ca6e2201cc90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93c8124e-b0ef-41cb-a7a2-ca6e2201cc90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5155069440067486851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851515506944006748685151550694400674868515155069440067486851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93c8124e-b0ef-41cb-a7a2-ca6e2201cc90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a30a2d7-2db2-4eca-b830-4726f6e8fb76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a30a2d7-2db2-4eca-b830-4726f6e8fb76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4326045587190967314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314432604558719096731443260455871909673144326045587190967314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b0c1a8-93b4-421e-9657-7e32870ed094, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bd8b4c8-d29d-4fc8-802b-99afdd6c630d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd8b4c8-d29d-4fc8-802b-99afdd6c630d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13896961204586218641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641138969612045862186411389696120458621864113896961204586218641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a30a2d7-2db2-4eca-b830-4726f6e8fb76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dc41dfc-c173-420e-bad1-9c4e11465883, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc41dfc-c173-420e-bad1-9c4e11465883, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6256279686242168124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124625627968624216812462562796862421681246256279686242168124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd8b4c8-d29d-4fc8-802b-99afdd6c630d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38e9f4ef-1ff7-43c9-8cea-8d800a2068fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38e9f4ef-1ff7-43c9-8cea-8d800a2068fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 540105420558269234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234540105420558269234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc41dfc-c173-420e-bad1-9c4e11465883, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0200baac-bd33-4449-acfe-7078cc3ba2c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0200baac-bd33-4449-acfe-7078cc3ba2c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18203439051759179566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566182034390517591795661820343905175917956618203439051759179566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38e9f4ef-1ff7-43c9-8cea-8d800a2068fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 696b2102-1877-49f2-aeef-608a5a6d24dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0200baac-bd33-4449-acfe-7078cc3ba2c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696b2102-1877-49f2-aeef-608a5a6d24dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12248419218166026397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397122484192181660263971224841921816602639712248419218166026397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfd87b0e-2637-4ff7-ad1c-7e19dce21c1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd87b0e-2637-4ff7-ad1c-7e19dce21c1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17557837576876081318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318175578375768760813181755783757687608131817557837576876081318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696b2102-1877-49f2-aeef-608a5a6d24dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd87b0e-2637-4ff7-ad1c-7e19dce21c1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee29cf5f-57ab-4540-be19-eccd72c2012c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee29cf5f-57ab-4540-be19-eccd72c2012c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10402022383843658111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111104020223838436581111040202238384365811110402022383843658111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed8d2ebc-a6e0-4758-81c8-bb6ba1a6ac3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8d2ebc-a6e0-4758-81c8-bb6ba1a6ac3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3743588542055341757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757374358854205534175737435885420553417573743588542055341757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee29cf5f-57ab-4540-be19-eccd72c2012c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9478bb91-8049-4fd8-b06d-f387f5643171, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9478bb91-8049-4fd8-b06d-f387f5643171, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5209340824888006323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323520934082488800632352093408248880063235209340824888006323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8d2ebc-a6e0-4758-81c8-bb6ba1a6ac3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52e1e348-398f-4499-84cc-edc4b511b0d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e1e348-398f-4499-84cc-edc4b511b0d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10252354851990452752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752102523548519904527521025235485199045275210252354851990452752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9478bb91-8049-4fd8-b06d-f387f5643171, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f00d2c10-4480-402e-9bf8-f9182e4f4a54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f00d2c10-4480-402e-9bf8-f9182e4f4a54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10951754653208264654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654109517546532082646541095175465320826465410951754653208264654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e1e348-398f-4499-84cc-edc4b511b0d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abcc239c-c2db-405d-a23d-5d632afb650b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcc239c-c2db-405d-a23d-5d632afb650b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4984570855471064737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737498457085547106473749845708554710647374984570855471064737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f00d2c10-4480-402e-9bf8-f9182e4f4a54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c7934b8-8731-47be-affb-0d8d830bcc61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c7934b8-8731-47be-affb-0d8d830bcc61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13942006478342359801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801139420064783423598011394200647834235980113942006478342359801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcc239c-c2db-405d-a23d-5d632afb650b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfbe0406-b8f4-4fbf-94ac-e969723e2c26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfbe0406-b8f4-4fbf-94ac-e969723e2c26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2070851205899062680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680207085120589906268020708512058990626802070851205899062680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c7934b8-8731-47be-affb-0d8d830bcc61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f66402af-da41-4af1-9f05-03f876fc9896, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f66402af-da41-4af1-9f05-03f876fc9896, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10761228380021928240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240107612283800219282401076122838002192824010761228380021928240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfbe0406-b8f4-4fbf-94ac-e969723e2c26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a307458c-03da-45cb-94dc-a5101071f742, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a307458c-03da-45cb-94dc-a5101071f742, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3415161498765358013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013341516149876535801334151614987653580133415161498765358013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f66402af-da41-4af1-9f05-03f876fc9896, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22923ef0-8f5a-45d7-b390-52645c6127f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22923ef0-8f5a-45d7-b390-52645c6127f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14517343095852145963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963145173430958521459631451734309585214596314517343095852145963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a307458c-03da-45cb-94dc-a5101071f742, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bf2d07d-68b6-4d96-91aa-f516fcdf3aad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf2d07d-68b6-4d96-91aa-f516fcdf3aad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4418149623380548807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807441814962338054880744181496233805488074418149623380548807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22923ef0-8f5a-45d7-b390-52645c6127f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 922a663c-a50b-4bfa-b8cf-da6d1cbdcf90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922a663c-a50b-4bfa-b8cf-da6d1cbdcf90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16442440946607797203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203164424409466077972031644244094660779720316442440946607797203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf2d07d-68b6-4d96-91aa-f516fcdf3aad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55efabcf-87d0-4bc6-915c-3fa52531dfc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55efabcf-87d0-4bc6-915c-3fa52531dfc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12693147115235867376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376126931471152358673761269314711523586737612693147115235867376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922a663c-a50b-4bfa-b8cf-da6d1cbdcf90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b52122f6-760b-4243-a93c-ca3f1c1b4a27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52122f6-760b-4243-a93c-ca3f1c1b4a27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16554663468279176937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937165546634682791769371655466346827917693716554663468279176937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55efabcf-87d0-4bc6-915c-3fa52531dfc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12d851ac-6f20-450d-b21e-482fe4c63899, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12d851ac-6f20-450d-b21e-482fe4c63899, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10190915281267932496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496101909152812679324961019091528126793249610190915281267932496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52122f6-760b-4243-a93c-ca3f1c1b4a27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d490007b-556d-41c1-9edb-a33549146eb6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d490007b-556d-41c1-9edb-a33549146eb6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11836650627623766020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020118366506276237660201183665062762376602011836650627623766020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12d851ac-6f20-450d-b21e-482fe4c63899, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 972f1494-5aa0-4945-a8af-d8a78ead9770, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 972f1494-5aa0-4945-a8af-d8a78ead9770, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14180156608133111069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069141801566081331110691418015660813311106914180156608133111069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d490007b-556d-41c1-9edb-a33549146eb6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4453647-d5e6-46e1-88aa-e129e0ac287f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4453647-d5e6-46e1-88aa-e129e0ac287f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16488565194897501296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296164885651948975012961648856519489750129616488565194897501296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 972f1494-5aa0-4945-a8af-d8a78ead9770, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d7cbd03-7b6b-4011-9b38-178fe3aa7d9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7cbd03-7b6b-4011-9b38-178fe3aa7d9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3505439438331195971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971350543943833119597135054394383311959713505439438331195971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4453647-d5e6-46e1-88aa-e129e0ac287f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ec909f5-c4df-4dd5-b99d-241a59be1031, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec909f5-c4df-4dd5-b99d-241a59be1031, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 462753713987288437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437462753713987288437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7cbd03-7b6b-4011-9b38-178fe3aa7d9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ade17a4b-4166-4f97-b6eb-5f9f69f2e923, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ade17a4b-4166-4f97-b6eb-5f9f69f2e923, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7480621979009975168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168748062197900997516874806219790099751687480621979009975168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec909f5-c4df-4dd5-b99d-241a59be1031, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18d0c4b4-7e6b-41e4-a9d9-e65915ba21f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18d0c4b4-7e6b-41e4-a9d9-e65915ba21f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1384116032765722348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348138411603276572234813841160327657223481384116032765722348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ade17a4b-4166-4f97-b6eb-5f9f69f2e923, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae520e9d-cb0d-451e-a7f7-d42cdd63d20a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae520e9d-cb0d-451e-a7f7-d42cdd63d20a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14365774870803656449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449143657748708036564491436577487080365644914365774870803656449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18d0c4b4-7e6b-41e4-a9d9-e65915ba21f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bfdd4e9-07ce-41f7-9c2a-a4c5723d032a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bfdd4e9-07ce-41f7-9c2a-a4c5723d032a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11968520287333648555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555119685202873336485551196852028733364855511968520287333648555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae520e9d-cb0d-451e-a7f7-d42cdd63d20a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac492270-0ec8-4662-ada7-92721f14d08c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac492270-0ec8-4662-ada7-92721f14d08c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16898848144071224039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039168988481440712240391689884814407122403916898848144071224039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bfdd4e9-07ce-41f7-9c2a-a4c5723d032a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e24f0d14-cf10-408e-94b8-15b37e598502, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e24f0d14-cf10-408e-94b8-15b37e598502, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2633984846034341788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788263398484603434178826339848460343417882633984846034341788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac492270-0ec8-4662-ada7-92721f14d08c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c293c1e-4a79-4408-b39b-7e25c9ab5f83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c293c1e-4a79-4408-b39b-7e25c9ab5f83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619957111291672993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993146199571112916729931461995711129167299314619957111291672993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e24f0d14-cf10-408e-94b8-15b37e598502, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d68476a5-dcdd-4046-bca8-33704bab5cc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68476a5-dcdd-4046-bca8-33704bab5cc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5927682043431250269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269592768204343125026959276820434312502695927682043431250269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c293c1e-4a79-4408-b39b-7e25c9ab5f83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4169102b-4a22-4d76-b187-8d414baa2551, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4169102b-4a22-4d76-b187-8d414baa2551, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9181181231440991429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429918118123144099142991811812314409914299181181231440991429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68476a5-dcdd-4046-bca8-33704bab5cc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef3a8e43-311f-4d99-a8c0-a3914fd652bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4169102b-4a22-4d76-b187-8d414baa2551, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef3a8e43-311f-4d99-a8c0-a3914fd652bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9794180202845362646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646979418020284536264697941802028453626469794180202845362646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 653c3542-da17-499c-929c-a72fd3a4edb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 653c3542-da17-499c-929c-a72fd3a4edb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9546393352793942459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459954639335279394245995463933527939424599546393352793942459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef3a8e43-311f-4d99-a8c0-a3914fd652bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 608c7a41-c680-4233-8cae-514bc9ae8c67, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 608c7a41-c680-4233-8cae-514bc9ae8c67, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4805369459923731975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975480536945992373197548053694599237319754805369459923731975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 653c3542-da17-499c-929c-a72fd3a4edb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 427a5901-a33e-49f7-8110-e28e8ff89303, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 427a5901-a33e-49f7-8110-e28e8ff89303, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 760291817999061718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718760291817999061718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 608c7a41-c680-4233-8cae-514bc9ae8c67, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 342a6d83-88a9-42f5-a8c4-ab3bdee722ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342a6d83-88a9-42f5-a8c4-ab3bdee722ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16729638770604760172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172167296387706047601721672963877060476017216729638770604760172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 427a5901-a33e-49f7-8110-e28e8ff89303, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e211557-b735-4c7f-8034-c3a4d1e19eef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e211557-b735-4c7f-8034-c3a4d1e19eef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561501077073260232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232561501077073260232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342a6d83-88a9-42f5-a8c4-ab3bdee722ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a38ba13b-a3d0-4759-a0bc-5b44bfcce837, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a38ba13b-a3d0-4759-a0bc-5b44bfcce837, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15367143663877313572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572153671436638773135721536714366387731357215367143663877313572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e211557-b735-4c7f-8034-c3a4d1e19eef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fffb618-3e0a-49b8-a49f-38ec8a74dc0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fffb618-3e0a-49b8-a49f-38ec8a74dc0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15527719843195769557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557155277198431957695571552771984319576955715527719843195769557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a38ba13b-a3d0-4759-a0bc-5b44bfcce837, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65967ccd-a690-429c-aa7f-bbb3b61e09f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65967ccd-a690-429c-aa7f-bbb3b61e09f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14462821053955872887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887144628210539558728871446282105395587288714462821053955872887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fffb618-3e0a-49b8-a49f-38ec8a74dc0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd9cab13-a8e6-4b15-b54d-5eabbbfa6724, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd9cab13-a8e6-4b15-b54d-5eabbbfa6724, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1370663456149269832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832137066345614926983213706634561492698321370663456149269832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65967ccd-a690-429c-aa7f-bbb3b61e09f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 053d1642-7594-4429-9140-91bf9bc57bc1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 053d1642-7594-4429-9140-91bf9bc57bc1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2396061334356181711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711239606133435618171123960613343561817112396061334356181711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd9cab13-a8e6-4b15-b54d-5eabbbfa6724, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 020a23cc-6ac7-46eb-9cac-3cd967f2f4f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 020a23cc-6ac7-46eb-9cac-3cd967f2f4f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976479805207294515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515897647980520729451589764798052072945158976479805207294515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 020a23cc-6ac7-46eb-9cac-3cd967f2f4f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa588d39-ad30-43d5-ae44-a8c2931a8bd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa588d39-ad30-43d5-ae44-a8c2931a8bd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6306599933521037111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111630659993352103711163065999335210371116306599933521037111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 053d1642-7594-4429-9140-91bf9bc57bc1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c37b829a-5233-4553-94f5-c7d2dfdafd25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37b829a-5233-4553-94f5-c7d2dfdafd25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8455784009614720969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969845578400961472096984557840096147209698455784009614720969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa588d39-ad30-43d5-ae44-a8c2931a8bd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f921944-eec8-47b2-a540-ac010b9bc38e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f921944-eec8-47b2-a540-ac010b9bc38e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 342388003153313039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039342388003153313039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37b829a-5233-4553-94f5-c7d2dfdafd25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dc08c90-61ad-4222-8005-2d9f39135038, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dc08c90-61ad-4222-8005-2d9f39135038, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 493581296437923537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537493581296437923537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f921944-eec8-47b2-a540-ac010b9bc38e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258b098c-4627-405c-8339-3e8dc300ba62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258b098c-4627-405c-8339-3e8dc300ba62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15265801863663303058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058152658018636633030581526580186366330305815265801863663303058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dc08c90-61ad-4222-8005-2d9f39135038, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 455c2f39-d58f-4423-b375-acdd944cbf7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 455c2f39-d58f-4423-b375-acdd944cbf7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13539541439299451404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404135395414392994514041353954143929945140413539541439299451404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258b098c-4627-405c-8339-3e8dc300ba62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 923aa42a-ad21-4b9b-8620-da16d16239e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 923aa42a-ad21-4b9b-8620-da16d16239e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12431862806141314153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153124318628061413141531243186280614131415312431862806141314153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 923aa42a-ad21-4b9b-8620-da16d16239e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbdad90d-2366-42d9-b786-143cf011a573, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbdad90d-2366-42d9-b786-143cf011a573, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6604936285496624668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668660493628549662466866049362854966246686604936285496624668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 455c2f39-d58f-4423-b375-acdd944cbf7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4977e2a7-11ef-4e01-b6ad-1688170b128a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4977e2a7-11ef-4e01-b6ad-1688170b128a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7659610614650940382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382765961061465094038276596106146509403827659610614650940382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbdad90d-2366-42d9-b786-143cf011a573, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8649229-5ba6-43d2-baf7-85ee685bbe2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8649229-5ba6-43d2-baf7-85ee685bbe2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6401131900959861519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519640113190095986151964011319009598615196401131900959861519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4977e2a7-11ef-4e01-b6ad-1688170b128a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 312267c3-4082-4c42-8ad3-e78259475f9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 312267c3-4082-4c42-8ad3-e78259475f9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13752602352454834159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159137526023524548341591375260235245483415913752602352454834159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8649229-5ba6-43d2-baf7-85ee685bbe2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d1c11e6-8e89-436f-be44-4b8116d32fcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1c11e6-8e89-436f-be44-4b8116d32fcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13407253511737414867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867134072535117374148671340725351173741486713407253511737414867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 312267c3-4082-4c42-8ad3-e78259475f9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a94df367-bf07-4bea-aef6-2a68935d0e6c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a94df367-bf07-4bea-aef6-2a68935d0e6c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6571757276384005149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149657175727638400514965717572763840051496571757276384005149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1c11e6-8e89-436f-be44-4b8116d32fcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c0065a1-145f-4c23-8bb0-086d435539cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0065a1-145f-4c23-8bb0-086d435539cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2439040465595928578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578243904046559592857824390404655959285782439040465595928578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a94df367-bf07-4bea-aef6-2a68935d0e6c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af0a6ce4-40ad-41c0-aba3-8888e9bf5a10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af0a6ce4-40ad-41c0-aba3-8888e9bf5a10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11980632953301729523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523119806329533017295231198063295330172952311980632953301729523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0065a1-145f-4c23-8bb0-086d435539cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 867710cb-17f5-4d37-a97f-bb9849935401, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 867710cb-17f5-4d37-a97f-bb9849935401, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7294551207652471443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443729455120765247144372945512076524714437294551207652471443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af0a6ce4-40ad-41c0-aba3-8888e9bf5a10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccfac2e1-d444-42d6-9728-d704349e9ee0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccfac2e1-d444-42d6-9728-d704349e9ee0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4836233970837747010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010483623397083774701048362339708377470104836233970837747010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 867710cb-17f5-4d37-a97f-bb9849935401, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b207064c-1cd4-435f-8475-5debbc6e89e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b207064c-1cd4-435f-8475-5debbc6e89e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7137806628599094714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714713780662859909471471378066285990947147137806628599094714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccfac2e1-d444-42d6-9728-d704349e9ee0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3898a39-2988-4b4f-8289-ea2b856cf597, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3898a39-2988-4b4f-8289-ea2b856cf597, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4587059096032304992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992458705909603230499245870590960323049924587059096032304992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3898a39-2988-4b4f-8289-ea2b856cf597, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bb57554-c88e-42cf-9bac-2f6ffc8ff4e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bb57554-c88e-42cf-9bac-2f6ffc8ff4e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15990013813505919270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270159900138135059192701599001381350591927015990013813505919270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b207064c-1cd4-435f-8475-5debbc6e89e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 929e15da-4c53-49dd-a46c-15e9b36cc482, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929e15da-4c53-49dd-a46c-15e9b36cc482, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10479963402408325001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001104799634024083250011047996340240832500110479963402408325001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bb57554-c88e-42cf-9bac-2f6ffc8ff4e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0910ea9-29ed-4555-b4dd-c8b926f2f8a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0910ea9-29ed-4555-b4dd-c8b926f2f8a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 245346704030540849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849245346704030540849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929e15da-4c53-49dd-a46c-15e9b36cc482, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa00a114-31d3-4e41-b7fc-42d9cd5b10da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa00a114-31d3-4e41-b7fc-42d9cd5b10da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17041459501602374979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979170414595016023749791704145950160237497917041459501602374979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0910ea9-29ed-4555-b4dd-c8b926f2f8a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78c936cf-2839-4c72-a2d7-26a7fc3aa78d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78c936cf-2839-4c72-a2d7-26a7fc3aa78d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 61198787780850953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6119878778085095361198787780850953611987877808509536119878778085095361198787780850953611987877808509536119878778085095361198787780850953611987877808509536119878778085095361198787780850953611987877808509536119878778085095361198787780850953611987877808509536119878778085095361198787780850953611987877808509536119878778085095361198787780850953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78c936cf-2839-4c72-a2d7-26a7fc3aa78d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1a651c0-f49f-4f14-a3fd-6f13c1909d7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a651c0-f49f-4f14-a3fd-6f13c1909d7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2984897427924264986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986298489742792426498629848974279242649862984897427924264986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa00a114-31d3-4e41-b7fc-42d9cd5b10da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9da38de5-6696-47e8-b51f-8df0fba8c7c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da38de5-6696-47e8-b51f-8df0fba8c7c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7822941032994658400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400782294103299465840078229410329946584007822941032994658400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a651c0-f49f-4f14-a3fd-6f13c1909d7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e20b6d92-db7d-48c3-bf48-f163a2a0e4bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20b6d92-db7d-48c3-bf48-f163a2a0e4bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8311721261289262238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238831172126128926223883117212612892622388311721261289262238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da38de5-6696-47e8-b51f-8df0fba8c7c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bab350e-54b7-4a42-93e9-375f68cdcdf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bab350e-54b7-4a42-93e9-375f68cdcdf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4772494460464433933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933477249446046443393347724944604644339334772494460464433933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20b6d92-db7d-48c3-bf48-f163a2a0e4bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 110d22f3-b387-4197-b8a4-5ea318928aac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 110d22f3-b387-4197-b8a4-5ea318928aac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17567829726533750425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425175678297265337504251756782972653375042517567829726533750425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 110d22f3-b387-4197-b8a4-5ea318928aac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bab350e-54b7-4a42-93e9-375f68cdcdf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49df19bf-3a2c-445a-9d60-115637e0a5ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49df19bf-3a2c-445a-9d60-115637e0a5ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13103091984428216646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646131030919844282166461310309198442821664613103091984428216646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac945229-a53d-43c6-8217-f6b8ee3dc553, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac945229-a53d-43c6-8217-f6b8ee3dc553, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13746343268000253094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094137463432680002530941374634326800025309413746343268000253094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49df19bf-3a2c-445a-9d60-115637e0a5ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac945229-a53d-43c6-8217-f6b8ee3dc553, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53980aea-7f44-493c-8405-88c0827aa7bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53980aea-7f44-493c-8405-88c0827aa7bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7271508521444156651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651727150852144415665172715085214441566517271508521444156651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16709713-861e-4878-b93e-c765ef0cd0e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16709713-861e-4878-b93e-c765ef0cd0e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2200082969657642246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246220008296965764224622000829696576422462200082969657642246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53980aea-7f44-493c-8405-88c0827aa7bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3d9e806-5100-47a9-b011-61c377607747, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d9e806-5100-47a9-b011-61c377607747, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12422243134130777681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681124222431341307776811242224313413077768112422243134130777681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16709713-861e-4878-b93e-c765ef0cd0e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd8096f0-56c9-4395-8620-a6ff7e6a72b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd8096f0-56c9-4395-8620-a6ff7e6a72b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6183567345122932355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355618356734512293235561835673451229323556183567345122932355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d9e806-5100-47a9-b011-61c377607747, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f6e6c6f-1475-48e6-b3b2-5453e184dfdd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f6e6c6f-1475-48e6-b3b2-5453e184dfdd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1521528442056701198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198152152844205670119815215284420567011981521528442056701198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd8096f0-56c9-4395-8620-a6ff7e6a72b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b72b72b-c3ce-46c4-987d-76e0d7f490b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b72b72b-c3ce-46c4-987d-76e0d7f490b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6275949822238359628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628627594982223835962862759498222383596286275949822238359628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f6e6c6f-1475-48e6-b3b2-5453e184dfdd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b72b72b-c3ce-46c4-987d-76e0d7f490b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b663010-9322-4654-9ce4-c0be417c0d3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b663010-9322-4654-9ce4-c0be417c0d3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12715278679477590717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717127152786794775907171271527867947759071712715278679477590717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 121e63fd-7e4e-43a4-8238-a27e1751752b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 121e63fd-7e4e-43a4-8238-a27e1751752b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17797808741866209681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681177978087418662096811779780874186620968117797808741866209681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b663010-9322-4654-9ce4-c0be417c0d3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 316fdf29-fc71-4f83-b679-4512019973bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316fdf29-fc71-4f83-b679-4512019973bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5923824234807053363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363592382423480705336359238242348070533635923824234807053363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 121e63fd-7e4e-43a4-8238-a27e1751752b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316fdf29-fc71-4f83-b679-4512019973bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03124b4c-6ac7-438b-94da-97c8e8ef3745, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03124b4c-6ac7-438b-94da-97c8e8ef3745, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8719734942307138643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643871973494230713864387197349423071386438719734942307138643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6294df5-821a-4106-b5e2-ae68ff374247, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6294df5-821a-4106-b5e2-ae68ff374247, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17825625771623114871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871178256257716231148711782562577162311487117825625771623114871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03124b4c-6ac7-438b-94da-97c8e8ef3745, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c95fef22-2d87-47f8-a0bc-9a40e8d0885d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95fef22-2d87-47f8-a0bc-9a40e8d0885d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5112797935536638877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877511279793553663887751127979355366388775112797935536638877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6294df5-821a-4106-b5e2-ae68ff374247, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51d13d70-c822-4814-a9cf-65d51bdb9fd4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d13d70-c822-4814-a9cf-65d51bdb9fd4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5777045890522491527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527577704589052249152757770458905224915275777045890522491527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95fef22-2d87-47f8-a0bc-9a40e8d0885d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b5e6c84-f514-4da8-af7b-7fb1e93efad2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5e6c84-f514-4da8-af7b-7fb1e93efad2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 29863216864088212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2986321686408821229863216864088212298632168640882122986321686408821229863216864088212298632168640882122986321686408821229863216864088212298632168640882122986321686408821229863216864088212298632168640882122986321686408821229863216864088212298632168640882122986321686408821229863216864088212298632168640882122986321686408821229863216864088212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d13d70-c822-4814-a9cf-65d51bdb9fd4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bd58e13-8051-45cb-9a46-5c8d142cebb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd58e13-8051-45cb-9a46-5c8d142cebb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17018345119935849341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341170183451199358493411701834511993584934117018345119935849341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5e6c84-f514-4da8-af7b-7fb1e93efad2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2574534a-13ef-4972-9110-ea1642900554, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2574534a-13ef-4972-9110-ea1642900554, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12715723866353768516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516127157238663537685161271572386635376851612715723866353768516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd58e13-8051-45cb-9a46-5c8d142cebb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 579e34de-9880-4d3a-8729-f0da6254ced5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579e34de-9880-4d3a-8729-f0da6254ced5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4590767479727348208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208459076747972734820845907674797273482084590767479727348208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2574534a-13ef-4972-9110-ea1642900554, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4b0bf7b-c66b-4204-967c-421b070e4241, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b0bf7b-c66b-4204-967c-421b070e4241, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9449300308921322441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441944930030892132244194493003089213224419449300308921322441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579e34de-9880-4d3a-8729-f0da6254ced5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f150cfd-32ab-4e50-8c92-add75f689ad6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b0bf7b-c66b-4204-967c-421b070e4241, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57b89b63-a564-44d4-b1be-bbd479787817, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b89b63-a564-44d4-b1be-bbd479787817, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4298208721544515269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269429820872154451526942982087215445152694298208721544515269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f150cfd-32ab-4e50-8c92-add75f689ad6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16826731792135735539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539168267317921357355391682673179213573553916826731792135735539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b89b63-a564-44d4-b1be-bbd479787817, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88fc09dd-8d7d-46b7-bed7-b48cf2f9fe43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88fc09dd-8d7d-46b7-bed7-b48cf2f9fe43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2561016423256515608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608256101642325651560825610164232565156082561016423256515608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f150cfd-32ab-4e50-8c92-add75f689ad6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12dba6f9-31a9-4767-bd19-ffd328c2aa94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12dba6f9-31a9-4767-bd19-ffd328c2aa94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6949098816483074642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642694909881648307464269490988164830746426949098816483074642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88fc09dd-8d7d-46b7-bed7-b48cf2f9fe43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bd0ba1d-ef42-4bb1-9c76-a26c2d1afa0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd0ba1d-ef42-4bb1-9c76-a26c2d1afa0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17366168302893014113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113173661683028930141131736616830289301411317366168302893014113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd0ba1d-ef42-4bb1-9c76-a26c2d1afa0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12dba6f9-31a9-4767-bd19-ffd328c2aa94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc15a7b7-ef13-4c15-9624-75f40ed8efe5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc15a7b7-ef13-4c15-9624-75f40ed8efe5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16096406756291079568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568160964067562910795681609640675629107956816096406756291079568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e955c6ad-b3c5-4665-bbd0-f264254d8f3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e955c6ad-b3c5-4665-bbd0-f264254d8f3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4423641616244936076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076442364161624493607644236416162449360764423641616244936076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc15a7b7-ef13-4c15-9624-75f40ed8efe5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b81e8f9-64e7-4d0f-b2e0-8042c590c444, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e955c6ad-b3c5-4665-bbd0-f264254d8f3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c70a9bfd-9c4e-49c4-bc1c-94bc4c104fe0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c70a9bfd-9c4e-49c4-bc1c-94bc4c104fe0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16945662986365697477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477169456629863656974771694566298636569747716945662986365697477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b81e8f9-64e7-4d0f-b2e0-8042c590c444, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7121241367140478558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558712124136714047855871212413671404785587121241367140478558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c70a9bfd-9c4e-49c4-bc1c-94bc4c104fe0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b81e8f9-64e7-4d0f-b2e0-8042c590c444, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f52104e-3e3d-40c2-89fb-60d645f31754, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f52104e-3e3d-40c2-89fb-60d645f31754, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2927544968729321562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562292754496872932156229275449687293215622927544968729321562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e59e0307-4cb9-4822-a068-4b8f028ca503, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e59e0307-4cb9-4822-a068-4b8f028ca503, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14207187649624605471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471142071876496246054711420718764962460547114207187649624605471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f52104e-3e3d-40c2-89fb-60d645f31754, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 427c589f-4bca-447a-babf-c8ce20bef640, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e59e0307-4cb9-4822-a068-4b8f028ca503, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 427c589f-4bca-447a-babf-c8ce20bef640, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 270306681397147309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309270306681397147309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e18d37b3-445b-4978-b386-d16fa59fa7d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e18d37b3-445b-4978-b386-d16fa59fa7d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1986806169940497619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619198680616994049761919868061699404976191986806169940497619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 427c589f-4bca-447a-babf-c8ce20bef640, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e18d37b3-445b-4978-b386-d16fa59fa7d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb3bc5d2-e5c3-46cd-9b8d-01f8f733adaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3bc5d2-e5c3-46cd-9b8d-01f8f733adaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16304739823806871082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082163047398238068710821630473982380687108216304739823806871082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0942a33f-f548-425e-8d73-ebee0341fdbc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0942a33f-f548-425e-8d73-ebee0341fdbc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13423944909148210625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625134239449091482106251342394490914821062513423944909148210625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3bc5d2-e5c3-46cd-9b8d-01f8f733adaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef46181e-219a-4480-a4d2-1d24ab1b5a3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef46181e-219a-4480-a4d2-1d24ab1b5a3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3941234166643747769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769394123416664374776939412341666437477693941234166643747769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0942a33f-f548-425e-8d73-ebee0341fdbc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9adf27-85a5-49c4-a3b9-3894ba78e43b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9adf27-85a5-49c4-a3b9-3894ba78e43b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424639308046521352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352442463930804652135244246393080465213524424639308046521352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef46181e-219a-4480-a4d2-1d24ab1b5a3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9adf27-85a5-49c4-a3b9-3894ba78e43b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 308c3b72-9b3c-4b8e-8073-5591271613da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 308c3b72-9b3c-4b8e-8073-5591271613da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11959065500619271079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079119590655006192710791195906550061927107911959065500619271079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43463eb6-8f30-4eaa-ad59-ca50f9a0b4e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43463eb6-8f30-4eaa-ad59-ca50f9a0b4e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4531997092748947779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779453199709274894777945319970927489477794531997092748947779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 308c3b72-9b3c-4b8e-8073-5591271613da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c27e653e-2745-4cc3-ad06-767c8895eba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43463eb6-8f30-4eaa-ad59-ca50f9a0b4e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27e653e-2745-4cc3-ad06-767c8895eba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9148549533993129534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534914854953399312953491485495339931295349148549533993129534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6387f766-14d1-4650-8303-377494918b3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6387f766-14d1-4650-8303-377494918b3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5968681283923544412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412596868128392354441259686812839235444125968681283923544412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27e653e-2745-4cc3-ad06-767c8895eba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6387f766-14d1-4650-8303-377494918b3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 190e96b7-418b-42e1-9e8d-f14f97c3fcc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 190e96b7-418b-42e1-9e8d-f14f97c3fcc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3679794639719140969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969367979463971914096936797946397191409693679794639719140969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3193ad80-703a-438a-8502-e7911af54fd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3193ad80-703a-438a-8502-e7911af54fd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10452331098873629826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826104523310988736298261045233109887362982610452331098873629826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 190e96b7-418b-42e1-9e8d-f14f97c3fcc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b5bd660-3007-4045-ac64-05d3ba8b24c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5bd660-3007-4045-ac64-05d3ba8b24c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9796615615968195583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583979661561596819558397966156159681955839796615615968195583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3193ad80-703a-438a-8502-e7911af54fd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5bd660-3007-4045-ac64-05d3ba8b24c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d553b389-3687-46a6-9668-51fab829752b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d553b389-3687-46a6-9668-51fab829752b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8854255506224497526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526885425550622449752688542555062244975268854255506224497526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea5d70d-020c-4d70-9510-513043f216eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea5d70d-020c-4d70-9510-513043f216eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8434407261921447352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352843440726192144735284344072619214473528434407261921447352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d553b389-3687-46a6-9668-51fab829752b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea5d70d-020c-4d70-9510-513043f216eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ba9d9fa-24bd-402f-9198-076969a1deed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1b31ea5-7e75-4b21-a107-40931a1da6c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b31ea5-7e75-4b21-a107-40931a1da6c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 156690201437336034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034156690201437336034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba9d9fa-24bd-402f-9198-076969a1deed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 871712410816319776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776871712410816319776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b31ea5-7e75-4b21-a107-40931a1da6c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba9d9fa-24bd-402f-9198-076969a1deed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b30ed0e-dd2b-40e5-b196-5768a52cb829, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41d87147-8b0f-45ac-ac93-f9a0cd984520, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b30ed0e-dd2b-40e5-b196-5768a52cb829, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2063275734464317424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424206327573446431742420632757344643174242063275734464317424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41d87147-8b0f-45ac-ac93-f9a0cd984520, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3353861132972358696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696335386113297235869633538611329723586963353861132972358696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b30ed0e-dd2b-40e5-b196-5768a52cb829, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41d87147-8b0f-45ac-ac93-f9a0cd984520, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 117e2acb-8586-41aa-8b83-8b32160dba09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117e2acb-8586-41aa-8b83-8b32160dba09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3482652499521194317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317348265249952119431734826524995211943173482652499521194317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117e2acb-8586-41aa-8b83-8b32160dba09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cef1579-211d-48b8-9299-89da9682b9c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd253c9d-f424-4bf4-88ca-37c965f9761d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cef1579-211d-48b8-9299-89da9682b9c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6822403397390412305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305682240339739041230568224033973904123056822403397390412305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd253c9d-f424-4bf4-88ca-37c965f9761d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6190519786736528713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713619051978673652871361905197867365287136190519786736528713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cef1579-211d-48b8-9299-89da9682b9c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd253c9d-f424-4bf4-88ca-37c965f9761d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e70ba058-481b-4729-9345-297dfd746059, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70ba058-481b-4729-9345-297dfd746059, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12996698074468784097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097129966980744687840971299669807446878409712996698074468784097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f2c02ae-cfab-486d-bde2-2653030f3599, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2c02ae-cfab-486d-bde2-2653030f3599, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18210709780554685020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020182107097805546850201821070978055468502018210709780554685020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70ba058-481b-4729-9345-297dfd746059, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2c02ae-cfab-486d-bde2-2653030f3599, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99b3dff4-c5f7-4d34-bb51-8bf2591fdca2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99b3dff4-c5f7-4d34-bb51-8bf2591fdca2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2175700790837413249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249217570079083741324921757007908374132492175700790837413249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99b3dff4-c5f7-4d34-bb51-8bf2591fdca2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bf99db1-eb2c-4000-bf36-7ca0f3ccbb10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bf99db1-eb2c-4000-bf36-7ca0f3ccbb10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4813885951933931456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456481388595193393145648138859519339314564813885951933931456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a1b76b4-7322-41d4-a20e-27262806497c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a1b76b4-7322-41d4-a20e-27262806497c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 865626060810384438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438865626060810384438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bf99db1-eb2c-4000-bf36-7ca0f3ccbb10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af4c01ef-4aab-4511-9358-27eae5d68acd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af4c01ef-4aab-4511-9358-27eae5d68acd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 630021314568565267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267630021314568565267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a1b76b4-7322-41d4-a20e-27262806497c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af4c01ef-4aab-4511-9358-27eae5d68acd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 713470dd-1a90-4721-b626-c3020ded4c57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 713470dd-1a90-4721-b626-c3020ded4c57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15339363343745830999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999153393633437458309991533936334374583099915339363343745830999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f181158d-719d-4973-9abb-db3e5b9c8ace, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f181158d-719d-4973-9abb-db3e5b9c8ace, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18045503681984381889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889180455036819843818891804550368198438188918045503681984381889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 713470dd-1a90-4721-b626-c3020ded4c57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f181158d-719d-4973-9abb-db3e5b9c8ace, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0baf0f48-6b04-4f46-b96b-511d3d645afb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0baf0f48-6b04-4f46-b96b-511d3d645afb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11273344667610235715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715112733446676102357151127334466761023571511273344667610235715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6a64677-f710-439c-8769-ee838a2e37a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0baf0f48-6b04-4f46-b96b-511d3d645afb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a64677-f710-439c-8769-ee838a2e37a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12130645820324116249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249121306458203241162491213064582032411624912130645820324116249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c97cd2ce-8116-4caa-8649-747279539718, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c97cd2ce-8116-4caa-8649-747279539718, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702309843053467059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059170230984305346705917023098430534670591702309843053467059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a64677-f710-439c-8769-ee838a2e37a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70c223ed-376e-493e-9987-b4238a8b6cad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c223ed-376e-493e-9987-b4238a8b6cad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12788645291819413809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809127886452918194138091278864529181941380912788645291819413809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c97cd2ce-8116-4caa-8649-747279539718, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98031233-2f06-4c1a-af7b-54d8dfed9c35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98031233-2f06-4c1a-af7b-54d8dfed9c35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17667049325853968443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443176670493258539684431766704932585396844317667049325853968443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c223ed-376e-493e-9987-b4238a8b6cad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98031233-2f06-4c1a-af7b-54d8dfed9c35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 621b4c4e-fc55-4402-8fd3-6ac12e6ca651, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 621b4c4e-fc55-4402-8fd3-6ac12e6ca651, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13266252384157136675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675132662523841571366751326625238415713667513266252384157136675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 793ef149-67e7-4e96-82cb-bf0f7aa2863c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 793ef149-67e7-4e96-82cb-bf0f7aa2863c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12077199702359382786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786120771997023593827861207719970235938278612077199702359382786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 621b4c4e-fc55-4402-8fd3-6ac12e6ca651, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48e6f856-3ff5-4e9e-a776-20a372c3ca48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e6f856-3ff5-4e9e-a776-20a372c3ca48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7679020094728413250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250767902009472841325076790200947284132507679020094728413250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 793ef149-67e7-4e96-82cb-bf0f7aa2863c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e6f856-3ff5-4e9e-a776-20a372c3ca48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a7456dd-5be7-4269-be3a-93b829a8012a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d35123-0d77-4b22-ad8c-dd8519ca2aba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d35123-0d77-4b22-ad8c-dd8519ca2aba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11825261575389375758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758118252615753893757581182526157538937575811825261575389375758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a7456dd-5be7-4269-be3a-93b829a8012a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17041064824140210047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047170410648241402100471704106482414021004717041064824140210047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d35123-0d77-4b22-ad8c-dd8519ca2aba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a7456dd-5be7-4269-be3a-93b829a8012a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 682d96de-4da2-4e16-a0a4-78e7bea2afb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0958a454-533c-4c83-909d-27171ff0e8a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 682d96de-4da2-4e16-a0a4-78e7bea2afb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12625583196217925183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183126255831962179251831262558319621792518312625583196217925183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0958a454-533c-4c83-909d-27171ff0e8a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12769004187354959492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492127690041873549594921276900418735495949212769004187354959492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0958a454-533c-4c83-909d-27171ff0e8a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 682d96de-4da2-4e16-a0a4-78e7bea2afb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf2e5af7-0b10-46a3-9ab6-a9c728a40aba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2e5af7-0b10-46a3-9ab6-a9c728a40aba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3529504814585558481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481352950481458555848135295048145855584813529504814585558481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cce82e5-e448-4fbf-a094-a5e80425fb1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cce82e5-e448-4fbf-a094-a5e80425fb1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10847640516396960719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719108476405163969607191084764051639696071910847640516396960719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2e5af7-0b10-46a3-9ab6-a9c728a40aba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27932571-5bfd-4f98-a4b8-ef9406d645d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27932571-5bfd-4f98-a4b8-ef9406d645d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3058426377651496359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359305842637765149635930584263776514963593058426377651496359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cce82e5-e448-4fbf-a094-a5e80425fb1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f16db29-ba51-4ddd-995d-37728baa57ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27932571-5bfd-4f98-a4b8-ef9406d645d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f16db29-ba51-4ddd-995d-37728baa57ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1348153807609893563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563134815380760989356313481538076098935631348153807609893563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 609e7b06-d29b-4055-a36b-eb64be104ab1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f16db29-ba51-4ddd-995d-37728baa57ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 609e7b06-d29b-4055-a36b-eb64be104ab1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5152965168275672848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848515296516827567284851529651682756728485152965168275672848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90cb12aa-b348-448b-8370-76a33c3921c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90cb12aa-b348-448b-8370-76a33c3921c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15195557449058543614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614151955574490585436141519555744905854361415195557449058543614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 609e7b06-d29b-4055-a36b-eb64be104ab1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90cb12aa-b348-448b-8370-76a33c3921c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba232e2d-9dfe-4725-8d6e-56283d393c75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba232e2d-9dfe-4725-8d6e-56283d393c75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5862185230772480275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275586218523077248027558621852307724802755862185230772480275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba232e2d-9dfe-4725-8d6e-56283d393c75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b787956d-3714-421d-ade6-65647bb1bea6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b787956d-3714-421d-ade6-65647bb1bea6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10453705352155217000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000104537053521552170001045370535215521700010453705352155217000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73495385-9b52-4ab6-961c-fca9bc619313, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73495385-9b52-4ab6-961c-fca9bc619313, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7564279185789548411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411756427918578954841175642791857895484117564279185789548411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b787956d-3714-421d-ade6-65647bb1bea6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73495385-9b52-4ab6-961c-fca9bc619313, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d66a84a4-6c0e-4ce6-9a9b-2a239ae18464, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d66a84a4-6c0e-4ce6-9a9b-2a239ae18464, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10009089298162640631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631100090892981626406311000908929816264063110009089298162640631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 089861f7-0435-4f03-812b-4db9c8096601, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 089861f7-0435-4f03-812b-4db9c8096601, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8285072460173114805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805828507246017311480582850724601731148058285072460173114805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d66a84a4-6c0e-4ce6-9a9b-2a239ae18464, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 089861f7-0435-4f03-812b-4db9c8096601, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 068ca957-f393-4d13-ae85-958e9ce4c535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 068ca957-f393-4d13-ae85-958e9ce4c535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5488352051722367931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931548835205172236793154883520517223679315488352051722367931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab638156-7811-4ff1-8b63-4af7fd45abda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab638156-7811-4ff1-8b63-4af7fd45abda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2231300002524083894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894223130000252408389422313000025240838942231300002524083894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 068ca957-f393-4d13-ae85-958e9ce4c535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab638156-7811-4ff1-8b63-4af7fd45abda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2c515f6-8387-4184-be56-c3b60e2ac1a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c965a02-fdf8-4550-b1ff-46484e0cbee7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c515f6-8387-4184-be56-c3b60e2ac1a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18335965431289085312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312183359654312890853121833596543128908531218335965431289085312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c965a02-fdf8-4550-b1ff-46484e0cbee7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14006959416121727777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777140069594161217277771400695941612172777714006959416121727777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c515f6-8387-4184-be56-c3b60e2ac1a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c965a02-fdf8-4550-b1ff-46484e0cbee7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 545130be-8a9b-4d7b-a373-434061799a48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baec5e14-4823-4304-acde-c9f1fdf5bcbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 545130be-8a9b-4d7b-a373-434061799a48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12785548740551299957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957127855487405512999571278554874055129995712785548740551299957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baec5e14-4823-4304-acde-c9f1fdf5bcbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13587460537526878901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901135874605375268789011358746053752687890113587460537526878901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 545130be-8a9b-4d7b-a373-434061799a48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5b6f258-77c9-42dd-9348-17bc153a9b76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baec5e14-4823-4304-acde-c9f1fdf5bcbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b6f258-77c9-42dd-9348-17bc153a9b76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005720626029937707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707110057206260299377071100572062602993770711005720626029937707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19359441-56ce-4109-9c42-dc2323313c68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19359441-56ce-4109-9c42-dc2323313c68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 320957976506709162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162320957976506709162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19359441-56ce-4109-9c42-dc2323313c68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb460ea-4a92-4a9c-aac3-af89b09452d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb460ea-4a92-4a9c-aac3-af89b09452d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10975913997451460969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969109759139974514609691097591399745146096910975913997451460969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b6f258-77c9-42dd-9348-17bc153a9b76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aca5c0ec-5a6f-4cc4-a345-d1e9abbcaddd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca5c0ec-5a6f-4cc4-a345-d1e9abbcaddd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13126138944178399340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340131261389441783993401312613894417839934013126138944178399340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb460ea-4a92-4a9c-aac3-af89b09452d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca5c0ec-5a6f-4cc4-a345-d1e9abbcaddd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 512cae3a-91dc-465d-b727-28966d7bd607, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a80d62fc-c16e-4398-81f8-91eb5ac53b7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512cae3a-91dc-465d-b727-28966d7bd607, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8535888948449207985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985853588894844920798585358889484492079858535888948449207985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a80d62fc-c16e-4398-81f8-91eb5ac53b7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463231791295474193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193174632317912954741931746323179129547419317463231791295474193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512cae3a-91dc-465d-b727-28966d7bd607, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a80d62fc-c16e-4398-81f8-91eb5ac53b7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd7a9402-c73e-4192-99c7-00baa5febca0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd7a9402-c73e-4192-99c7-00baa5febca0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17613698259835759899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899176136982598357598991761369825983575989917613698259835759899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8396534-ce9c-433f-8a57-7bbe47e9c2a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8396534-ce9c-433f-8a57-7bbe47e9c2a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10598144575296848309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309105981445752968483091059814457529684830910598144575296848309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd7a9402-c73e-4192-99c7-00baa5febca0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff2ca2e6-5f91-4e68-bc38-637d86951781, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff2ca2e6-5f91-4e68-bc38-637d86951781, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1464723035871650582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582146472303587165058214647230358716505821464723035871650582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8396534-ce9c-433f-8a57-7bbe47e9c2a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dcbc54d-0abc-4573-be82-5ca601287c8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dcbc54d-0abc-4573-be82-5ca601287c8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10652579251664068467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467106525792516640684671065257925166406846710652579251664068467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff2ca2e6-5f91-4e68-bc38-637d86951781, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cfec6d2-7d82-4690-84b0-997f91842d94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cfec6d2-7d82-4690-84b0-997f91842d94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1206417274205258981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981120641727420525898112064172742052589811206417274205258981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dcbc54d-0abc-4573-be82-5ca601287c8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cfec6d2-7d82-4690-84b0-997f91842d94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4002fd8a-1e77-41ed-b395-c584ee52f463, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4002fd8a-1e77-41ed-b395-c584ee52f463, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15084703152216885000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000150847031522168850001508470315221688500015084703152216885000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2514b6cb-45c5-4020-9167-45007b6db2c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2514b6cb-45c5-4020-9167-45007b6db2c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17429840118381333059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059174298401183813330591742984011838133305917429840118381333059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4002fd8a-1e77-41ed-b395-c584ee52f463, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34463645-ea17-4595-8f83-bf1d75121da8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34463645-ea17-4595-8f83-bf1d75121da8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17543940375648012783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783175439403756480127831754394037564801278317543940375648012783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2514b6cb-45c5-4020-9167-45007b6db2c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76ddb5a8-c54f-401f-8b3b-57ecdc590604, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76ddb5a8-c54f-401f-8b3b-57ecdc590604, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14266136886044325082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082142661368860443250821426613688604432508214266136886044325082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34463645-ea17-4595-8f83-bf1d75121da8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99efbb25-a7df-47ce-ae54-4adc84793285, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99efbb25-a7df-47ce-ae54-4adc84793285, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14031465267412881705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705140314652674128817051403146526741288170514031465267412881705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76ddb5a8-c54f-401f-8b3b-57ecdc590604, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d87e5a86-ac72-44c7-95e9-d29fd3766adf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87e5a86-ac72-44c7-95e9-d29fd3766adf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5777672865301007905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905577767286530100790557776728653010079055777672865301007905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99efbb25-a7df-47ce-ae54-4adc84793285, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63e71025-7b1d-422a-851b-8cc9068bb856, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63e71025-7b1d-422a-851b-8cc9068bb856, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7473771507004771229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229747377150700477122974737715070047712297473771507004771229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87e5a86-ac72-44c7-95e9-d29fd3766adf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 032e8aa0-e08e-4530-8a61-f52fc568daa1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63e71025-7b1d-422a-851b-8cc9068bb856, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73b22ad4-4173-410e-96cb-34ed3a9813b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032e8aa0-e08e-4530-8a61-f52fc568daa1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10179949334928247969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969101799493349282479691017994933492824796910179949334928247969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73b22ad4-4173-410e-96cb-34ed3a9813b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8428939109580489722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722842893910958048972284289391095804897228428939109580489722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032e8aa0-e08e-4530-8a61-f52fc568daa1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3f017c2-48d0-4f12-b786-f073f0621faa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73b22ad4-4173-410e-96cb-34ed3a9813b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3f017c2-48d0-4f12-b786-f073f0621faa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7594522705502914740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740759452270550291474075945227055029147407594522705502914740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e1c2eed-7cf1-4865-82a9-e712de73092c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e1c2eed-7cf1-4865-82a9-e712de73092c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6663268208622342334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334666326820862234233466632682086223423346663268208622342334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3f017c2-48d0-4f12-b786-f073f0621faa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b26af37-fe49-4db9-8305-b605e60c11b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b26af37-fe49-4db9-8305-b605e60c11b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10945177570687820635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635109451775706878206351094517757068782063510945177570687820635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e1c2eed-7cf1-4865-82a9-e712de73092c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfc17c70-eb77-4152-820c-3bbf9a0596b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc17c70-eb77-4152-820c-3bbf9a0596b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6372343096336656189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189637234309633665618963723430963366561896372343096336656189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b26af37-fe49-4db9-8305-b605e60c11b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36b2e1e5-3bdb-47fb-85d6-32dcc61105c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b2e1e5-3bdb-47fb-85d6-32dcc61105c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12100070334274809978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978121000703342748099781210007033427480997812100070334274809978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc17c70-eb77-4152-820c-3bbf9a0596b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96f94f53-8783-4768-bd51-782be4ea9edb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f94f53-8783-4768-bd51-782be4ea9edb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1080885375166806346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346108088537516680634610808853751668063461080885375166806346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b2e1e5-3bdb-47fb-85d6-32dcc61105c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b03c4f6-47a0-4263-9914-3f8bf236992d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f94f53-8783-4768-bd51-782be4ea9edb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8152087d-67a2-4989-9f1d-7b7e388cea74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b03c4f6-47a0-4263-9914-3f8bf236992d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2204299264147803686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686220429926414780368622042992641478036862204299264147803686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8152087d-67a2-4989-9f1d-7b7e388cea74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3549278615620177683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683354927861562017768335492786156201776833549278615620177683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b03c4f6-47a0-4263-9914-3f8bf236992d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5378350c-94d4-48cd-ac73-0cf42d56c41e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5378350c-94d4-48cd-ac73-0cf42d56c41e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7516534070652033652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652751653407065203365275165340706520336527516534070652033652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8152087d-67a2-4989-9f1d-7b7e388cea74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a024466-c9a7-49f7-8adc-cf408d5804c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a024466-c9a7-49f7-8adc-cf408d5804c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344051863940267274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274183440518639402672741834405186394026727418344051863940267274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5378350c-94d4-48cd-ac73-0cf42d56c41e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0349a62c-e8a1-49d5-9a9c-0fb9a32a8745, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0349a62c-e8a1-49d5-9a9c-0fb9a32a8745, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11783376792749030260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260117833767927490302601178337679274903026011783376792749030260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a024466-c9a7-49f7-8adc-cf408d5804c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2f3bde1-e2fd-4da6-a88e-2aa1b8f26496, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2f3bde1-e2fd-4da6-a88e-2aa1b8f26496, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11464136590851036673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673114641365908510366731146413659085103667311464136590851036673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0349a62c-e8a1-49d5-9a9c-0fb9a32a8745, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c310f646-939f-4f6d-80d1-25476dc876fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c310f646-939f-4f6d-80d1-25476dc876fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 693307581559991893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893693307581559991893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2f3bde1-e2fd-4da6-a88e-2aa1b8f26496, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 665c1664-6570-426b-aaa1-39d1e539f279, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665c1664-6570-426b-aaa1-39d1e539f279, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15854586660297577125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125158545866602975771251585458666029757712515854586660297577125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c310f646-939f-4f6d-80d1-25476dc876fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1052752-6670-42e3-a371-2b756d1a0445, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1052752-6670-42e3-a371-2b756d1a0445, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6001103898625556331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331600110389862555633160011038986255563316001103898625556331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665c1664-6570-426b-aaa1-39d1e539f279, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a16e7aa-f657-4ff5-abcf-37b733c02589, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a16e7aa-f657-4ff5-abcf-37b733c02589, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3626175272335718911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911362617527233571891136261752723357189113626175272335718911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1052752-6670-42e3-a371-2b756d1a0445, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f82b779a-ba6d-40b0-9a5d-8d35b1613d17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f82b779a-ba6d-40b0-9a5d-8d35b1613d17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18000010508074106399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399180000105080741063991800001050807410639918000010508074106399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a16e7aa-f657-4ff5-abcf-37b733c02589, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f56753cd-92f2-4226-8abf-56fe1d7f940e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f56753cd-92f2-4226-8abf-56fe1d7f940e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8348616018919875368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368834861601891987536883486160189198753688348616018919875368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f82b779a-ba6d-40b0-9a5d-8d35b1613d17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd80107c-fabd-4e1a-bb77-4e1229d87cb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd80107c-fabd-4e1a-bb77-4e1229d87cb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 112964642999640235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235112964642999640235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f56753cd-92f2-4226-8abf-56fe1d7f940e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7138619e-eeb7-4d62-9910-b78826e89ff8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7138619e-eeb7-4d62-9910-b78826e89ff8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9804311239654301538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538980431123965430153898043112396543015389804311239654301538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd80107c-fabd-4e1a-bb77-4e1229d87cb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f0eda3d-5d1a-4b65-a4bf-935c2bd6386c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0eda3d-5d1a-4b65-a4bf-935c2bd6386c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9097280207559315414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414909728020755931541490972802075593154149097280207559315414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7138619e-eeb7-4d62-9910-b78826e89ff8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 567421ec-2b1f-464b-b11e-ed26928f3cc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 567421ec-2b1f-464b-b11e-ed26928f3cc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17042967594684049970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970170429675946840499701704296759468404997017042967594684049970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0eda3d-5d1a-4b65-a4bf-935c2bd6386c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdc3f67c-c072-4b08-a4dc-58687124b55f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdc3f67c-c072-4b08-a4dc-58687124b55f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10521976286821623696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696105219762868216236961052197628682162369610521976286821623696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 567421ec-2b1f-464b-b11e-ed26928f3cc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35ff8cc0-a0ca-4e0e-9e34-62b517fced79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35ff8cc0-a0ca-4e0e-9e34-62b517fced79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3252911063619953349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349325291106361995334932529110636199533493252911063619953349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdc3f67c-c072-4b08-a4dc-58687124b55f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f00b019-f98d-4666-a865-8be7e0a5b7f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f00b019-f98d-4666-a865-8be7e0a5b7f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7680248478885965564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564768024847888596556476802484788859655647680248478885965564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35ff8cc0-a0ca-4e0e-9e34-62b517fced79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcb971fb-3426-4dc4-aa07-48b104b2909c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcb971fb-3426-4dc4-aa07-48b104b2909c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 389742667858065284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284389742667858065284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f00b019-f98d-4666-a865-8be7e0a5b7f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a31c077-2ef2-45c0-9602-a662baf438a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a31c077-2ef2-45c0-9602-a662baf438a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13145700039692508133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133131457000396925081331314570003969250813313145700039692508133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcb971fb-3426-4dc4-aa07-48b104b2909c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef4fc89c-62fd-45f5-804b-28c0ef94d6ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef4fc89c-62fd-45f5-804b-28c0ef94d6ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12674496030897778790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790126744960308977787901267449603089777879012674496030897778790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a31c077-2ef2-45c0-9602-a662baf438a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f909080-70af-4354-a1e7-f7894dc9c3b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f909080-70af-4354-a1e7-f7894dc9c3b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17979010383849823565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565179790103838498235651797901038384982356517979010383849823565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef4fc89c-62fd-45f5-804b-28c0ef94d6ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f80f3d55-5bb9-4d16-a12e-628ef4c569c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f80f3d55-5bb9-4d16-a12e-628ef4c569c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5298904012163280908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908529890401216328090852989040121632809085298904012163280908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f909080-70af-4354-a1e7-f7894dc9c3b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afad9ce6-caef-427f-b374-d122d40731af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afad9ce6-caef-427f-b374-d122d40731af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18092975973401426664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664180929759734014266641809297597340142666418092975973401426664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f80f3d55-5bb9-4d16-a12e-628ef4c569c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8bc40a-91c5-4533-8803-22ea42aae83d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8bc40a-91c5-4533-8803-22ea42aae83d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5269246575855276026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026526924657585527602652692465758552760265269246575855276026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afad9ce6-caef-427f-b374-d122d40731af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8bc40a-91c5-4533-8803-22ea42aae83d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b34255c4-be87-4ba9-85d5-3f170e8e7fd1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34255c4-be87-4ba9-85d5-3f170e8e7fd1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1488514593091218042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042148851459309121804214885145930912180421488514593091218042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d51a4704-b171-4d09-95bd-a62464e9fee2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51a4704-b171-4d09-95bd-a62464e9fee2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8469939263528574872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872846993926352857487284699392635285748728469939263528574872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34255c4-be87-4ba9-85d5-3f170e8e7fd1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38b6b938-16f0-490a-ad46-f34e510d1d87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38b6b938-16f0-490a-ad46-f34e510d1d87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5468936442022565300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300546893644202256530054689364420225653005468936442022565300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51a4704-b171-4d09-95bd-a62464e9fee2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f24ba34-87d4-4a37-b4b8-e3d8b95d0211, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f24ba34-87d4-4a37-b4b8-e3d8b95d0211, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4333471101826384576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576433347110182638457643334711018263845764333471101826384576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38b6b938-16f0-490a-ad46-f34e510d1d87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bd4915-ebbb-41a6-bd19-6b6de0fdb02a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bd4915-ebbb-41a6-bd19-6b6de0fdb02a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4458155843367628472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472445815584336762847244581558433676284724458155843367628472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f24ba34-87d4-4a37-b4b8-e3d8b95d0211, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdfe1495-321c-42f2-8565-3d6814a8fcf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdfe1495-321c-42f2-8565-3d6814a8fcf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13480109905750963246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246134801099057509632461348010990575096324613480109905750963246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bd4915-ebbb-41a6-bd19-6b6de0fdb02a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65bee6c4-8d89-42c1-98e9-dcffecc38597, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65bee6c4-8d89-42c1-98e9-dcffecc38597, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1236685746372441792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792123668574637244179212366857463724417921236685746372441792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdfe1495-321c-42f2-8565-3d6814a8fcf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41156b99-cb1d-40dc-b403-36e84c709d26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41156b99-cb1d-40dc-b403-36e84c709d26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14635265092756541132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132146352650927565411321463526509275654113214635265092756541132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65bee6c4-8d89-42c1-98e9-dcffecc38597, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08eb4a4a-bb26-44c8-bce3-cf94692f6cd9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08eb4a4a-bb26-44c8-bce3-cf94692f6cd9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15214036042480491237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237152140360424804912371521403604248049123715214036042480491237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41156b99-cb1d-40dc-b403-36e84c709d26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8237641f-1baf-4959-a82f-4f9dd2c0c6f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8237641f-1baf-4959-a82f-4f9dd2c0c6f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4506933734547575643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643450693373454757564345069337345475756434506933734547575643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08eb4a4a-bb26-44c8-bce3-cf94692f6cd9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 389bcdea-fd8b-4c2f-a172-7347e7f65ba3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389bcdea-fd8b-4c2f-a172-7347e7f65ba3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4921268058725006722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722492126805872500672249212680587250067224921268058725006722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8237641f-1baf-4959-a82f-4f9dd2c0c6f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 584a5c4b-d3c1-4175-9cc4-f566bb4a0a2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 584a5c4b-d3c1-4175-9cc4-f566bb4a0a2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14959106631484821847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847149591066314848218471495910663148482184714959106631484821847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389bcdea-fd8b-4c2f-a172-7347e7f65ba3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2369e701-b6b2-4c30-9d97-eef1b97d85b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2369e701-b6b2-4c30-9d97-eef1b97d85b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463329026930013650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650174633290269300136501746332902693001365017463329026930013650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 584a5c4b-d3c1-4175-9cc4-f566bb4a0a2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da49caec-6ea4-4555-bfa2-9d3242d10e9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da49caec-6ea4-4555-bfa2-9d3242d10e9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5815818309912202646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646581581830991220264658158183099122026465815818309912202646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2369e701-b6b2-4c30-9d97-eef1b97d85b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 785608b1-ca6c-40ac-8371-51d6ca45cd94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 785608b1-ca6c-40ac-8371-51d6ca45cd94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18167870604019891437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437181678706040198914371816787060401989143718167870604019891437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da49caec-6ea4-4555-bfa2-9d3242d10e9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33d25577-9748-4d02-9e41-169bff7d2dc2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d25577-9748-4d02-9e41-169bff7d2dc2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4051195345581075877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877405119534558107587740511953455810758774051195345581075877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 785608b1-ca6c-40ac-8371-51d6ca45cd94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 186c63de-e3f6-4977-9ba6-1ef71d159267, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186c63de-e3f6-4977-9ba6-1ef71d159267, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9511227488427330101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101951122748842733010195112274884273301019511227488427330101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d25577-9748-4d02-9e41-169bff7d2dc2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d2f7e14-4c8b-4e76-9934-cf2621e12932, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2f7e14-4c8b-4e76-9934-cf2621e12932, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7514593557701496728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728751459355770149672875145935577014967287514593557701496728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186c63de-e3f6-4977-9ba6-1ef71d159267, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af9577ed-9c93-422e-a515-a8427e434127, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af9577ed-9c93-422e-a515-a8427e434127, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218291309077488727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727221829130907748872722182913090774887272218291309077488727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2f7e14-4c8b-4e76-9934-cf2621e12932, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95de7691-bc8a-4722-98c2-027bb76c9813, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95de7691-bc8a-4722-98c2-027bb76c9813, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17761403301465300724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724177614033014653007241776140330146530072417761403301465300724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af9577ed-9c93-422e-a515-a8427e434127, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5043da-94e8-4fac-b67a-72aed898577c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95de7691-bc8a-4722-98c2-027bb76c9813, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5043da-94e8-4fac-b67a-72aed898577c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6386958142444352906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906638695814244435290663869581424443529066386958142444352906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06fb5747-7109-4044-bfc1-bdc9b99d44f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06fb5747-7109-4044-bfc1-bdc9b99d44f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14552850597741176892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892145528505977411768921455285059774117689214552850597741176892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5043da-94e8-4fac-b67a-72aed898577c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfd502d3-45da-4059-976c-9378bbd73916, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd502d3-45da-4059-976c-9378bbd73916, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15295940207675103540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540152959402076751035401529594020767510354015295940207675103540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06fb5747-7109-4044-bfc1-bdc9b99d44f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279f59ff-2db3-4d2c-9433-e898fad200a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279f59ff-2db3-4d2c-9433-e898fad200a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18328395765686023309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309183283957656860233091832839576568602330918328395765686023309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279f59ff-2db3-4d2c-9433-e898fad200a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9155fc54-7746-43cc-863f-90665d98da1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9155fc54-7746-43cc-863f-90665d98da1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11951432515099389248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248119514325150993892481195143251509938924811951432515099389248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd502d3-45da-4059-976c-9378bbd73916, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 827f1d38-2459-4fb3-ab4b-374b0fbe20f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 827f1d38-2459-4fb3-ab4b-374b0fbe20f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11235834377668506886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886112358343776685068861123583437766850688611235834377668506886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9155fc54-7746-43cc-863f-90665d98da1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cab069b-6c74-4b17-9940-c6acb1ed275d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cab069b-6c74-4b17-9940-c6acb1ed275d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2756431749041660585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585275643174904166058527564317490416605852756431749041660585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 827f1d38-2459-4fb3-ab4b-374b0fbe20f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ea28c20-2047-401b-b739-dbf1ce77c0a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea28c20-2047-401b-b739-dbf1ce77c0a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150283486411072071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071315028348641107207131502834864110720713150283486411072071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cab069b-6c74-4b17-9940-c6acb1ed275d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77cc28db-5c15-46df-bff0-10c65096ca2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77cc28db-5c15-46df-bff0-10c65096ca2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12516399858386990894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894125163998583869908941251639985838699089412516399858386990894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea28c20-2047-401b-b739-dbf1ce77c0a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1ec4cb0-2576-4390-9353-809bb425b6ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ec4cb0-2576-4390-9353-809bb425b6ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12146194418206242806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806121461944182062428061214619441820624280612146194418206242806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77cc28db-5c15-46df-bff0-10c65096ca2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcd9e070-5837-44c9-bde5-5b00e7c3f950, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcd9e070-5837-44c9-bde5-5b00e7c3f950, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6476068133727257481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481647606813372725748164760681337272574816476068133727257481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ec4cb0-2576-4390-9353-809bb425b6ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10dbdfaa-509f-4950-a253-bdaa83b17711, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10dbdfaa-509f-4950-a253-bdaa83b17711, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17085687552603667334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334170856875526036673341708568755260366733417085687552603667334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcd9e070-5837-44c9-bde5-5b00e7c3f950, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56d9c9d7-1dc5-4b92-8933-3637379f723f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56d9c9d7-1dc5-4b92-8933-3637379f723f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8977528750272039328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328897752875027203932889775287502720393288977528750272039328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10dbdfaa-509f-4950-a253-bdaa83b17711, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56d9c9d7-1dc5-4b92-8933-3637379f723f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d13059fc-7306-4e56-88dd-09764c22366b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13059fc-7306-4e56-88dd-09764c22366b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11438636401596137078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078114386364015961370781143863640159613707811438636401596137078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84c8b130-6e2d-45cc-8d4f-2125bb0bf7da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c8b130-6e2d-45cc-8d4f-2125bb0bf7da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7784043852013062503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503778404385201306250377840438520130625037784043852013062503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13059fc-7306-4e56-88dd-09764c22366b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94495dcd-73db-404f-a195-72f364f64f8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94495dcd-73db-404f-a195-72f364f64f8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4897250944140830722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722489725094414083072248972509441408307224897250944140830722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c8b130-6e2d-45cc-8d4f-2125bb0bf7da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c154d334-313f-41f7-890c-525a75b45bc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c154d334-313f-41f7-890c-525a75b45bc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11065382889666007144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144110653828896660071441106538288966600714411065382889666007144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94495dcd-73db-404f-a195-72f364f64f8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b64abee-270e-436b-a41e-e9ec9bd945c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b64abee-270e-436b-a41e-e9ec9bd945c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12122498505143184213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213121224985051431842131212249850514318421312122498505143184213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c154d334-313f-41f7-890c-525a75b45bc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cd35846-7869-4800-afcc-baff333f952f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd35846-7869-4800-afcc-baff333f952f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12232167802914622705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705122321678029146227051223216780291462270512232167802914622705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b64abee-270e-436b-a41e-e9ec9bd945c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd446269-cd2f-427e-82c1-4c6887a8082a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd446269-cd2f-427e-82c1-4c6887a8082a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10455072978151869108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108104550729781518691081045507297815186910810455072978151869108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd35846-7869-4800-afcc-baff333f952f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 707f0246-a341-4384-a23b-73ebfd3b1c6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 707f0246-a341-4384-a23b-73ebfd3b1c6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15870194414547936135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135158701944145479361351587019441454793613515870194414547936135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 707f0246-a341-4384-a23b-73ebfd3b1c6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd446269-cd2f-427e-82c1-4c6887a8082a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0a77198-b0ec-4b1b-a05f-05a5713cabcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0a77198-b0ec-4b1b-a05f-05a5713cabcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18347381330793270080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080183473813307932700801834738133079327008018347381330793270080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bd6662f-13be-4ae3-8f46-8de0e7b13cd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd6662f-13be-4ae3-8f46-8de0e7b13cd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7720043989320789574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574772004398932078957477200439893207895747720043989320789574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd6662f-13be-4ae3-8f46-8de0e7b13cd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5ff5397-e6b6-4607-a383-df011f5603b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ff5397-e6b6-4607-a383-df011f5603b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16886730822960000467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467168867308229600004671688673082296000046716886730822960000467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0a77198-b0ec-4b1b-a05f-05a5713cabcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eee51bd8-bd5b-4235-b85a-0751a4371f14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee51bd8-bd5b-4235-b85a-0751a4371f14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14780400510084500353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353147804005100845003531478040051008450035314780400510084500353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ff5397-e6b6-4607-a383-df011f5603b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d2422e4-4d9e-420f-9e52-4d721e36aa4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2422e4-4d9e-420f-9e52-4d721e36aa4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14191178914720468798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798141911789147204687981419117891472046879814191178914720468798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee51bd8-bd5b-4235-b85a-0751a4371f14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee3a325b-6093-4e9b-9535-23fbfeb8aa53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee3a325b-6093-4e9b-9535-23fbfeb8aa53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9826875067195329135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135982687506719532913598268750671953291359826875067195329135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2422e4-4d9e-420f-9e52-4d721e36aa4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dc28e14-1234-44d7-9d11-4f49967a9392, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee3a325b-6093-4e9b-9535-23fbfeb8aa53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc28e14-1234-44d7-9d11-4f49967a9392, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10535297804737872912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912105352978047378729121053529780473787291210535297804737872912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 054b15ec-d232-45ce-a9d2-a278da2d968c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 054b15ec-d232-45ce-a9d2-a278da2d968c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 186234076217138907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907186234076217138907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc28e14-1234-44d7-9d11-4f49967a9392, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6adc54d2-c2cb-4522-bcf9-8b983fe75408, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6adc54d2-c2cb-4522-bcf9-8b983fe75408, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5166583022464999716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716516658302246499971651665830224649997165166583022464999716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 054b15ec-d232-45ce-a9d2-a278da2d968c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74cea7a3-8ad9-4fe4-a303-63e6de3e0d35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74cea7a3-8ad9-4fe4-a303-63e6de3e0d35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17530972974563214827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827175309729745632148271753097297456321482717530972974563214827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6adc54d2-c2cb-4522-bcf9-8b983fe75408, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 957d00df-fdf6-4a13-8d63-d970d6a0fff2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 957d00df-fdf6-4a13-8d63-d970d6a0fff2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18369540330746432674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674183695403307464326741836954033074643267418369540330746432674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74cea7a3-8ad9-4fe4-a303-63e6de3e0d35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeefd7f8-e087-4c95-8108-c119e33fc27b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 957d00df-fdf6-4a13-8d63-d970d6a0fff2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a69ff075-e6d8-4e6f-b790-edeb2ab3c754, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a69ff075-e6d8-4e6f-b790-edeb2ab3c754, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1817606060678684147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147181760606067868414718176060606786841471817606060678684147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeefd7f8-e087-4c95-8108-c119e33fc27b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10295356108511330000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000102953561085113300001029535610851133000010295356108511330000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a69ff075-e6d8-4e6f-b790-edeb2ab3c754, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79e9b525-e6a0-463e-ae27-40597b112832, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e9b525-e6a0-463e-ae27-40597b112832, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2311832539133529883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883231183253913352988323118325391335298832311832539133529883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeefd7f8-e087-4c95-8108-c119e33fc27b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5910eaf-b59b-4530-8c21-ffb8ea608e7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5910eaf-b59b-4530-8c21-ffb8ea608e7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6871829126905343319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319687182912690534331968718291269053433196871829126905343319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e9b525-e6a0-463e-ae27-40597b112832, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c53caae7-1692-47f7-ac58-df72e29facc1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c53caae7-1692-47f7-ac58-df72e29facc1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950990660974591281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281149509906609745912811495099066097459128114950990660974591281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5910eaf-b59b-4530-8c21-ffb8ea608e7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23835953-1a05-4285-ac43-e1dadf5b4528, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23835953-1a05-4285-ac43-e1dadf5b4528, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6645187217531753268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268664518721753175326866451872175317532686645187217531753268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c53caae7-1692-47f7-ac58-df72e29facc1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3b3ce8f-9a8c-4a9b-afc5-1453edfd7365, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b3ce8f-9a8c-4a9b-afc5-1453edfd7365, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313802141396601501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501183138021413966015011831380214139660150118313802141396601501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23835953-1a05-4285-ac43-e1dadf5b4528, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39e452a5-ee3e-4a28-b881-d066bcd1517d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e452a5-ee3e-4a28-b881-d066bcd1517d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3497530713806736455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455349753071380673645534975307138067364553497530713806736455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b3ce8f-9a8c-4a9b-afc5-1453edfd7365, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 212d6db3-bbbe-4aa4-b234-c4d110fa9ce9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 212d6db3-bbbe-4aa4-b234-c4d110fa9ce9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13085355311618914348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348130853553116189143481308535531161891434813085355311618914348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e452a5-ee3e-4a28-b881-d066bcd1517d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1af31e66-d72b-4000-ad35-995968991ef9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1af31e66-d72b-4000-ad35-995968991ef9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14079659135406820346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346140796591354068203461407965913540682034614079659135406820346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 212d6db3-bbbe-4aa4-b234-c4d110fa9ce9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59830bc9-4ecd-4d64-9d49-54a601058ad5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59830bc9-4ecd-4d64-9d49-54a601058ad5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283255399871766499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499528325539987176649952832553998717664995283255399871766499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1af31e66-d72b-4000-ad35-995968991ef9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 252fe571-a079-4698-9861-9ad2f539a68a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 252fe571-a079-4698-9861-9ad2f539a68a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8486162302340134161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161848616230234013416184861623023401341618486162302340134161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59830bc9-4ecd-4d64-9d49-54a601058ad5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b527d01-8497-4a08-bc2d-885ed63f3190, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b527d01-8497-4a08-bc2d-885ed63f3190, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5154084465636272400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400515408446563627240051540844656362724005154084465636272400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 252fe571-a079-4698-9861-9ad2f539a68a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7d66504-da22-420f-8d06-1cf65bb4f230, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7d66504-da22-420f-8d06-1cf65bb4f230, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14469072291155748018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018144690722911557480181446907229115574801814469072291155748018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b527d01-8497-4a08-bc2d-885ed63f3190, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0877000d-678a-4455-9e7a-6ffdbdb753a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0877000d-678a-4455-9e7a-6ffdbdb753a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13545279754317812962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962135452797543178129621354527975431781296213545279754317812962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7d66504-da22-420f-8d06-1cf65bb4f230, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 181e5627-1d38-4f2f-9233-be86de00380e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181e5627-1d38-4f2f-9233-be86de00380e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13167045314382338822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822131670453143823388221316704531438233882213167045314382338822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0877000d-678a-4455-9e7a-6ffdbdb753a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 879b19fb-fd3c-4971-9650-e9a77b5f99f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 879b19fb-fd3c-4971-9650-e9a77b5f99f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 241176315115177091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091241176315115177091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181e5627-1d38-4f2f-9233-be86de00380e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ef2f9a7-b0a7-4dcc-8270-7e3c48f07a00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef2f9a7-b0a7-4dcc-8270-7e3c48f07a00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7680835669464646122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122768083566946464612276808356694646461227680835669464646122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 879b19fb-fd3c-4971-9650-e9a77b5f99f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959088f6-d6f8-4385-a578-d648d47dcf3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959088f6-d6f8-4385-a578-d648d47dcf3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15739760231003048398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398157397602310030483981573976023100304839815739760231003048398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef2f9a7-b0a7-4dcc-8270-7e3c48f07a00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71e0e829-e27c-4518-a2ff-a2eeaaa98109, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71e0e829-e27c-4518-a2ff-a2eeaaa98109, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1606887761633660341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341160688776163366034116068877616336603411606887761633660341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959088f6-d6f8-4385-a578-d648d47dcf3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3d73c89-3d0b-49f3-b9fb-37efdd6d7238, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3d73c89-3d0b-49f3-b9fb-37efdd6d7238, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802387620297735025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025168023876202977350251680238762029773502516802387620297735025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71e0e829-e27c-4518-a2ff-a2eeaaa98109, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c771def-d6dc-4f1a-ba2b-863dc3a2c0d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c771def-d6dc-4f1a-ba2b-863dc3a2c0d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3413181560010777219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219341318156001077721934131815600107772193413181560010777219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3d73c89-3d0b-49f3-b9fb-37efdd6d7238, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fdf0f62-3936-419b-bafc-085b44f6e552, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fdf0f62-3936-419b-bafc-085b44f6e552, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16754421060795777525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525167544210607957775251675442106079577752516754421060795777525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c771def-d6dc-4f1a-ba2b-863dc3a2c0d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b95e195-1476-4ac5-860e-86f654eb6d48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b95e195-1476-4ac5-860e-86f654eb6d48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9752884118083906466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466975288411808390646697528841180839064669752884118083906466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fdf0f62-3936-419b-bafc-085b44f6e552, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c12b7d8f-6c1d-4f78-90ce-97a0e27f6483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c12b7d8f-6c1d-4f78-90ce-97a0e27f6483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5604096542186938365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365560409654218693836556040965421869383655604096542186938365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b95e195-1476-4ac5-860e-86f654eb6d48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16db683d-cb7c-43b2-90dc-98f9eafaa0cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16db683d-cb7c-43b2-90dc-98f9eafaa0cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16493538704268575853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853164935387042685758531649353870426857585316493538704268575853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c12b7d8f-6c1d-4f78-90ce-97a0e27f6483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0976833d-164c-4198-bbe5-09a3ef8f77c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0976833d-164c-4198-bbe5-09a3ef8f77c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14235951737610434351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351142359517376104343511423595173761043435114235951737610434351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16db683d-cb7c-43b2-90dc-98f9eafaa0cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74ba83d9-5d78-4d6d-9dc7-7a776e25199d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ba83d9-5d78-4d6d-9dc7-7a776e25199d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4265908297386081614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614426590829738608161442659082973860816144265908297386081614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0976833d-164c-4198-bbe5-09a3ef8f77c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 212aa99f-5330-4943-8017-2d1f55ba0eee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 212aa99f-5330-4943-8017-2d1f55ba0eee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3059945808996432297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297305994580899643229730599458089964322973059945808996432297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ba83d9-5d78-4d6d-9dc7-7a776e25199d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c9dfcbc-af70-4ef9-98ee-8bd6af61821f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c9dfcbc-af70-4ef9-98ee-8bd6af61821f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2361139881829991842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842236113988182999184223611398818299918422361139881829991842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 212aa99f-5330-4943-8017-2d1f55ba0eee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d9f4789-b683-4ca6-b06c-fc3f06a099ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d9f4789-b683-4ca6-b06c-fc3f06a099ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6685976754254526039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039668597675425452603966859767542545260396685976754254526039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c9dfcbc-af70-4ef9-98ee-8bd6af61821f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1617cedc-cf5b-4a36-8985-3493039897ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1617cedc-cf5b-4a36-8985-3493039897ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13390760147867424542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542133907601478674245421339076014786742454213390760147867424542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d9f4789-b683-4ca6-b06c-fc3f06a099ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64e439f8-aa0a-406f-a52f-9041943fe942, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e439f8-aa0a-406f-a52f-9041943fe942, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8809980082576286244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244880998008257628624488099800825762862448809980082576286244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1617cedc-cf5b-4a36-8985-3493039897ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2774b72-a060-4699-a1cc-a07df3544bac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2774b72-a060-4699-a1cc-a07df3544bac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3627533256507611058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058362753325650761105836275332565076110583627533256507611058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e439f8-aa0a-406f-a52f-9041943fe942, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b3158b8-9834-4ed8-bb03-e2d90d19002c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3158b8-9834-4ed8-bb03-e2d90d19002c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18227170535016913957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957182271705350169139571822717053501691395718227170535016913957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2774b72-a060-4699-a1cc-a07df3544bac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11b8b1a3-5d4e-49b9-b40e-663ea99a3ba0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b8b1a3-5d4e-49b9-b40e-663ea99a3ba0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2519141643498484013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013251914164349848401325191416434984840132519141643498484013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3158b8-9834-4ed8-bb03-e2d90d19002c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8846832-ed71-452e-b1b3-2920dd918e9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8846832-ed71-452e-b1b3-2920dd918e9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10867350501915526749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749108673505019155267491086735050191552674910867350501915526749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b8b1a3-5d4e-49b9-b40e-663ea99a3ba0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94022331-b819-4c33-9b36-2f1e73d83814, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94022331-b819-4c33-9b36-2f1e73d83814, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11434149208699401577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577114341492086994015771143414920869940157711434149208699401577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8846832-ed71-452e-b1b3-2920dd918e9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 499625f3-2251-4b40-9aa5-d16dd65e1a3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 499625f3-2251-4b40-9aa5-d16dd65e1a3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4034831383937422048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048403483138393742204840348313839374220484034831383937422048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94022331-b819-4c33-9b36-2f1e73d83814, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4b11ea8-0fa3-458b-94fd-8ca9d32a4e71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b11ea8-0fa3-458b-94fd-8ca9d32a4e71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10986489121731663730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730109864891217316637301098648912173166373010986489121731663730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 499625f3-2251-4b40-9aa5-d16dd65e1a3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf146d47-747d-457b-9cec-5853e3c17494, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf146d47-747d-457b-9cec-5853e3c17494, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8737391497610477606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606873739149761047760687373914976104776068737391497610477606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b11ea8-0fa3-458b-94fd-8ca9d32a4e71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e234c52-a310-49d9-820e-50da7bdbda51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf146d47-747d-457b-9cec-5853e3c17494, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2bc12c1-3a1e-44fd-8b5a-f04088a33985, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e234c52-a310-49d9-820e-50da7bdbda51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10769082998337874783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783107690829983378747831076908299833787478310769082998337874783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2bc12c1-3a1e-44fd-8b5a-f04088a33985, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15250769252878836581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581152507692528788365811525076925287883658115250769252878836581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e234c52-a310-49d9-820e-50da7bdbda51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1729136d-b2ff-492e-9794-1f870fe35ac2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1729136d-b2ff-492e-9794-1f870fe35ac2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050355389272439597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597205035538927243959720503553892724395972050355389272439597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2bc12c1-3a1e-44fd-8b5a-f04088a33985, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99a065b2-ce94-4c81-bc71-2fc3725478de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a065b2-ce94-4c81-bc71-2fc3725478de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11649755664043370418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418116497556640433704181164975566404337041811649755664043370418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1729136d-b2ff-492e-9794-1f870fe35ac2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bfded5b-406c-4ff2-aaa3-44294a3ac2f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a065b2-ce94-4c81-bc71-2fc3725478de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f13b64fc-b1e9-4d44-b321-50e90f94376b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bfded5b-406c-4ff2-aaa3-44294a3ac2f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6803535509864552861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861680353550986455286168035355098645528616803535509864552861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13b64fc-b1e9-4d44-b321-50e90f94376b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1361624985384429709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709136162498538442970913616249853844297091361624985384429709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bfded5b-406c-4ff2-aaa3-44294a3ac2f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a528c75f-8ae8-4e91-ad1b-74c7250c0e3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a528c75f-8ae8-4e91-ad1b-74c7250c0e3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12554962124016926327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327125549621240169263271255496212401692632712554962124016926327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13b64fc-b1e9-4d44-b321-50e90f94376b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e69e4c39-ab1d-4fab-9f7d-30f9522915ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e69e4c39-ab1d-4fab-9f7d-30f9522915ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8258297642100287432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432825829764210028743282582976421002874328258297642100287432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a528c75f-8ae8-4e91-ad1b-74c7250c0e3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 131f64a4-35fa-468e-8959-9edfd8d26d03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131f64a4-35fa-468e-8959-9edfd8d26d03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1768492970543177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17684929705431771768492970543177176849297054317717684929705431771768492970543177176849297054317717684929705431771768492970543177176849297054317717684929705431771768492970543177176849297054317717684929705431771768492970543177176849297054317717684929705431771768492970543177176849297054317717684929705431771768492970543177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e69e4c39-ab1d-4fab-9f7d-30f9522915ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d802bff-e9b9-47c3-9d8b-789fc3648fd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d802bff-e9b9-47c3-9d8b-789fc3648fd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7719932149249664970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970771993214924966497077199321492496649707719932149249664970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131f64a4-35fa-468e-8959-9edfd8d26d03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc0bbb2a-8694-45c7-91d3-1fa01906c2c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc0bbb2a-8694-45c7-91d3-1fa01906c2c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15497046618468570790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790154970466184685707901549704661846857079015497046618468570790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d802bff-e9b9-47c3-9d8b-789fc3648fd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d76d77b-ebb3-44f2-a52e-687c0e3a4ab4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d76d77b-ebb3-44f2-a52e-687c0e3a4ab4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15340313066058838402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402153403130660588384021534031306605883840215340313066058838402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc0bbb2a-8694-45c7-91d3-1fa01906c2c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32d357dd-eaf8-48ac-9b40-42f6d9d9bab2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32d357dd-eaf8-48ac-9b40-42f6d9d9bab2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7302360137823101191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191730236013782310119173023601378231011917302360137823101191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d76d77b-ebb3-44f2-a52e-687c0e3a4ab4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28b81d04-eeb2-4b9d-87b2-7735d0df7d2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28b81d04-eeb2-4b9d-87b2-7735d0df7d2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2362754710383441831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831236275471038344183123627547103834418312362754710383441831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32d357dd-eaf8-48ac-9b40-42f6d9d9bab2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a051520b-1b28-4676-a07f-4d454eb3e093, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a051520b-1b28-4676-a07f-4d454eb3e093, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3466709185074184671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671346670918507418467134667091850741846713466709185074184671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28b81d04-eeb2-4b9d-87b2-7735d0df7d2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cef461ff-3bcd-4bb7-8ffd-13d6ed46c74e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cef461ff-3bcd-4bb7-8ffd-13d6ed46c74e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10832057863346469480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480108320578633464694801083205786334646948010832057863346469480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a051520b-1b28-4676-a07f-4d454eb3e093, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a9d2562-77ed-4347-85ab-53771d8b2999, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9d2562-77ed-4347-85ab-53771d8b2999, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7675163362228371452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452767516336222837145276751633622283714527675163362228371452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cef461ff-3bcd-4bb7-8ffd-13d6ed46c74e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adc9a281-f78d-49b2-adde-de9a0e7b43c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adc9a281-f78d-49b2-adde-de9a0e7b43c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12791775432583580126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126127917754325835801261279177543258358012612791775432583580126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9d2562-77ed-4347-85ab-53771d8b2999, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2612ff38-cbd1-496f-9252-46fc460a4911, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adc9a281-f78d-49b2-adde-de9a0e7b43c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b0afe39-ee6a-4cde-81e5-29bc3165a0c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2612ff38-cbd1-496f-9252-46fc460a4911, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12922568826405436442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442129225688264054364421292256882640543644212922568826405436442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0afe39-ee6a-4cde-81e5-29bc3165a0c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5439309157441020700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700543930915744102070054393091574410207005439309157441020700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2612ff38-cbd1-496f-9252-46fc460a4911, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d19c34f2-ac64-4afb-a41b-6ec7bbbe2a5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d19c34f2-ac64-4afb-a41b-6ec7bbbe2a5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9217846605910716038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038921784660591071603892178466059107160389217846605910716038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0afe39-ee6a-4cde-81e5-29bc3165a0c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85bb162a-247d-48eb-9b3f-927e7ba1ba8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85bb162a-247d-48eb-9b3f-927e7ba1ba8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16419312489412961038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038164193124894129610381641931248941296103816419312489412961038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d19c34f2-ac64-4afb-a41b-6ec7bbbe2a5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e67391e3-660e-465b-9671-01c50e2517c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67391e3-660e-465b-9671-01c50e2517c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3557842934711662760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760355784293471166276035578429347116627603557842934711662760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85bb162a-247d-48eb-9b3f-927e7ba1ba8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67391e3-660e-465b-9671-01c50e2517c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da64f1e1-fff7-4bd8-9e34-632e8ae89e68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da64f1e1-fff7-4bd8-9e34-632e8ae89e68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12325051890000743462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462123250518900007434621232505189000074346212325051890000743462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a68af13-7fdc-42c8-aa8b-84510d9f006a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a68af13-7fdc-42c8-aa8b-84510d9f006a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9798451000782824956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956979845100078282495697984510007828249569798451000782824956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da64f1e1-fff7-4bd8-9e34-632e8ae89e68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a68af13-7fdc-42c8-aa8b-84510d9f006a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca81ff92-4cb7-43c5-84c3-2b114d367a04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca81ff92-4cb7-43c5-84c3-2b114d367a04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4321370178020930492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492432137017802093049243213701780209304924321370178020930492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3416efb0-a054-4d1a-8ea9-e9aabf9ff5db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3416efb0-a054-4d1a-8ea9-e9aabf9ff5db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6545497881937393248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248654549788193739324865454978819373932486545497881937393248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca81ff92-4cb7-43c5-84c3-2b114d367a04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b215f7-269f-499b-928b-754a5dc90d41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b215f7-269f-499b-928b-754a5dc90d41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2941715541004913579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579294171554100491357929417155410049135792941715541004913579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3416efb0-a054-4d1a-8ea9-e9aabf9ff5db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc66915f-6287-4692-8f6f-04bae819bea9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc66915f-6287-4692-8f6f-04bae819bea9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3855498019845645462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462385549801984564546238554980198456454623855498019845645462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b215f7-269f-499b-928b-754a5dc90d41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76323ab6-c9e2-4d55-9b17-b38dda96eb10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76323ab6-c9e2-4d55-9b17-b38dda96eb10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4239032430257427238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238423903243025742723842390324302574272384239032430257427238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc66915f-6287-4692-8f6f-04bae819bea9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f628c6a6-0ea9-44af-a8c6-6d37aad3548e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f628c6a6-0ea9-44af-a8c6-6d37aad3548e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3032663413434558156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156303266341343455815630326634134345581563032663413434558156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76323ab6-c9e2-4d55-9b17-b38dda96eb10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b60ffa4-b6c6-4ebc-8517-5dd37bd818bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b60ffa4-b6c6-4ebc-8517-5dd37bd818bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1505382797269154226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226150538279726915422615053827972691542261505382797269154226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f628c6a6-0ea9-44af-a8c6-6d37aad3548e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7b3a6bb-3ee9-4e2b-81b1-c77e31b38405, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7b3a6bb-3ee9-4e2b-81b1-c77e31b38405, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4049641134738678552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552404964113473867855240496411347386785524049641134738678552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b60ffa4-b6c6-4ebc-8517-5dd37bd818bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a9010d-a227-4c2e-945c-1167113922b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a9010d-a227-4c2e-945c-1167113922b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16160391101485902484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484161603911014859024841616039110148590248416160391101485902484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7b3a6bb-3ee9-4e2b-81b1-c77e31b38405, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67c97dfd-b5e9-49d2-a339-2cf6cc4eb8db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67c97dfd-b5e9-49d2-a339-2cf6cc4eb8db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15265746852977453836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836152657468529774538361526574685297745383615265746852977453836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67c97dfd-b5e9-49d2-a339-2cf6cc4eb8db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 156c0ceb-d4d6-4b17-ba67-ac0abe9c6972, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 156c0ceb-d4d6-4b17-ba67-ac0abe9c6972, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11531475853180563132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132115314758531805631321153147585318056313211531475853180563132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a9010d-a227-4c2e-945c-1167113922b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20b5aa87-19a3-4736-bc3d-9e8f64980af3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b5aa87-19a3-4736-bc3d-9e8f64980af3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4050987745145428502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502405098774514542850240509877451454285024050987745145428502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 156c0ceb-d4d6-4b17-ba67-ac0abe9c6972, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cd876a6-558e-4565-8eff-2080121435a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd876a6-558e-4565-8eff-2080121435a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10951654255402947792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792109516542554029477921095165425540294779210951654255402947792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b5aa87-19a3-4736-bc3d-9e8f64980af3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6add56b4-07be-447d-b3b4-60dad43e171b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6add56b4-07be-447d-b3b4-60dad43e171b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17481056655118988067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067174810566551189880671748105665511898806717481056655118988067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd876a6-558e-4565-8eff-2080121435a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12064b7f-c2ce-4ae3-adf8-d2a23b52d0c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12064b7f-c2ce-4ae3-adf8-d2a23b52d0c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14920506424049771050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050149205064240497710501492050642404977105014920506424049771050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6add56b4-07be-447d-b3b4-60dad43e171b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a5bd75-4bc2-41e4-8d63-3a4b5b2ff17f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a5bd75-4bc2-41e4-8d63-3a4b5b2ff17f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 313331353059345964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964313331353059345964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12064b7f-c2ce-4ae3-adf8-d2a23b52d0c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4baae742-2718-469f-8ccd-7091cb8edf1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4baae742-2718-469f-8ccd-7091cb8edf1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10063319016491734919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919100633190164917349191006331901649173491910063319016491734919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a5bd75-4bc2-41e4-8d63-3a4b5b2ff17f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ef8c410-f478-4eab-a501-7110fbf496e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ef8c410-f478-4eab-a501-7110fbf496e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16947020415085382398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398169470204150853823981694702041508538239816947020415085382398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4baae742-2718-469f-8ccd-7091cb8edf1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37356d4a-31ea-4dee-96dc-83421b2b86b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37356d4a-31ea-4dee-96dc-83421b2b86b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16452103098326208331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331164521030983262083311645210309832620833116452103098326208331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ef8c410-f478-4eab-a501-7110fbf496e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd7839e5-978b-4bbf-831b-a517a2367d1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd7839e5-978b-4bbf-831b-a517a2367d1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7480814337327325078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078748081433732732507874808143373273250787480814337327325078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd7839e5-978b-4bbf-831b-a517a2367d1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37356d4a-31ea-4dee-96dc-83421b2b86b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46b3a234-9177-49bb-a86d-88cf879fb9ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b3a234-9177-49bb-a86d-88cf879fb9ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3708829976081213854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854370882997608121385437088299760812138543708829976081213854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 624f4738-ccd6-4995-b18f-012e09f2adf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 624f4738-ccd6-4995-b18f-012e09f2adf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16738256341625191724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724167382563416251917241673825634162519172416738256341625191724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b3a234-9177-49bb-a86d-88cf879fb9ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59cc39b4-29ff-4931-bf20-55409f0440ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59cc39b4-29ff-4931-bf20-55409f0440ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17241521501183419755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755172415215011834197551724152150118341975517241521501183419755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 624f4738-ccd6-4995-b18f-012e09f2adf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac0237f8-5ff2-4967-9e1c-c06f754f0dd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac0237f8-5ff2-4967-9e1c-c06f754f0dd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1124266946564124214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214112426694656412421411242669465641242141124266946564124214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59cc39b4-29ff-4931-bf20-55409f0440ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4cc12ea-278b-48d4-9ff7-4cd7ba1cc032, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cc12ea-278b-48d4-9ff7-4cd7ba1cc032, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15874265889003160982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982158742658890031609821587426588900316098215874265889003160982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac0237f8-5ff2-4967-9e1c-c06f754f0dd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38efe164-3d6d-49c7-869e-21db12a7ce2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38efe164-3d6d-49c7-869e-21db12a7ce2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15115824567896200726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726151158245678962007261511582456789620072615115824567896200726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cc12ea-278b-48d4-9ff7-4cd7ba1cc032, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea608a25-3bc3-48d3-97e3-80ae37451c4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea608a25-3bc3-48d3-97e3-80ae37451c4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17508828128777216522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522175088281287772165221750882812877721652217508828128777216522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38efe164-3d6d-49c7-869e-21db12a7ce2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f6deedc-109a-481a-8d2c-373c3fae2802, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6deedc-109a-481a-8d2c-373c3fae2802, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1570381473128751953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953157038147312875195315703814731287519531570381473128751953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea608a25-3bc3-48d3-97e3-80ae37451c4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc695bf-955f-4d38-9ea1-fb245ea24194, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc695bf-955f-4d38-9ea1-fb245ea24194, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14880303162618109092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092148803031626181090921488030316261810909214880303162618109092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6deedc-109a-481a-8d2c-373c3fae2802, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27f2d69b-9ba1-462b-9d00-a6073b798cf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27f2d69b-9ba1-462b-9d00-a6073b798cf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4518229660662166756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756451822966066216675645182296606621667564518229660662166756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc695bf-955f-4d38-9ea1-fb245ea24194, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1223416-f1c8-458d-8621-d394d0bfa8df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1223416-f1c8-458d-8621-d394d0bfa8df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7427130079088803968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968742713007908880396874271300790888039687427130079088803968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27f2d69b-9ba1-462b-9d00-a6073b798cf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 633c6832-2e91-41c3-a667-715ddee0618a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 633c6832-2e91-41c3-a667-715ddee0618a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12138757552223101244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244121387575522231012441213875755222310124412138757552223101244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1223416-f1c8-458d-8621-d394d0bfa8df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5406fa14-30a9-444d-83f0-345366218e79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5406fa14-30a9-444d-83f0-345366218e79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15633096586848921301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301156330965868489213011563309658684892130115633096586848921301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 633c6832-2e91-41c3-a667-715ddee0618a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b61b3492-3cf9-4d36-8e91-23d2da692c20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b61b3492-3cf9-4d36-8e91-23d2da692c20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5560582506178187285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285556058250617818728555605825061781872855560582506178187285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5406fa14-30a9-444d-83f0-345366218e79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db3629f5-2753-410d-844c-5005ddb60491, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3629f5-2753-410d-844c-5005ddb60491, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10185068542708850974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974101850685427088509741018506854270885097410185068542708850974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b61b3492-3cf9-4d36-8e91-23d2da692c20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc267cf-5404-46e1-a4df-b72fa79a3859, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc267cf-5404-46e1-a4df-b72fa79a3859, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4163081176833586153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153416308117683358615341630811768335861534163081176833586153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3629f5-2753-410d-844c-5005ddb60491, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e2c4371-1ea3-4cd0-ab3a-f89a8ace42c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e2c4371-1ea3-4cd0-ab3a-f89a8ace42c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4666548638655867201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201466654863865586720146665486386558672014666548638655867201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc267cf-5404-46e1-a4df-b72fa79a3859, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ff196f6-4a97-44f7-9ee9-02c1f70f2b88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff196f6-4a97-44f7-9ee9-02c1f70f2b88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10272535905222186721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721102725359052221867211027253590522218672110272535905222186721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e2c4371-1ea3-4cd0-ab3a-f89a8ace42c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b0e9643-c6ab-4ced-afd3-5f311616ea51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b0e9643-c6ab-4ced-afd3-5f311616ea51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7400008559644056349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349740000855964405634974000085596440563497400008559644056349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff196f6-4a97-44f7-9ee9-02c1f70f2b88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2820dbb3-2914-42f3-b290-d0df64638de7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2820dbb3-2914-42f3-b290-d0df64638de7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166111406108146726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726416611140610814672641661114061081467264166111406108146726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b0e9643-c6ab-4ced-afd3-5f311616ea51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1865eba1-70c8-40de-a029-bfc229099630, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1865eba1-70c8-40de-a029-bfc229099630, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10028807989336485599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599100288079893364855991002880798933648559910028807989336485599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2820dbb3-2914-42f3-b290-d0df64638de7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1076bcbe-7ceb-40ea-9fb8-f8b64e799386, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1076bcbe-7ceb-40ea-9fb8-f8b64e799386, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5789188703774719305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305578918870377471930557891887037747193055789188703774719305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1865eba1-70c8-40de-a029-bfc229099630, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de8d928e-1bd4-4126-9047-9591cb2e36f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de8d928e-1bd4-4126-9047-9591cb2e36f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 730653339973308633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633730653339973308633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1076bcbe-7ceb-40ea-9fb8-f8b64e799386, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c6dcd5e-0011-4ffd-90af-455d907e2330, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c6dcd5e-0011-4ffd-90af-455d907e2330, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3059662789294718666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666305966278929471866630596627892947186663059662789294718666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de8d928e-1bd4-4126-9047-9591cb2e36f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73883a01-5030-42b6-86e5-c9cce6d32be9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73883a01-5030-42b6-86e5-c9cce6d32be9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12406803791784076258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258124068037917840762581240680379178407625812406803791784076258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c6dcd5e-0011-4ffd-90af-455d907e2330, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e936312-2688-4788-97e8-eecaaf04954e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e936312-2688-4788-97e8-eecaaf04954e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8831302310238841734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734883130231023884173488313023102388417348831302310238841734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73883a01-5030-42b6-86e5-c9cce6d32be9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01d88de7-7ef7-46a6-87b0-58ad2f5d910e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d88de7-7ef7-46a6-87b0-58ad2f5d910e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12074351158348494669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669120743511583484946691207435115834849466912074351158348494669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e936312-2688-4788-97e8-eecaaf04954e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d88de7-7ef7-46a6-87b0-58ad2f5d910e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d23c65-0bdb-4a1c-81c7-201b214d7f00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d23c65-0bdb-4a1c-81c7-201b214d7f00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1353294796945889079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079135329479694588907913532947969458890791353294796945889079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d48a02-d318-4985-9028-acabf85e7f8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d48a02-d318-4985-9028-acabf85e7f8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3827965412515366708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708382796541251536670838279654125153667083827965412515366708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d23c65-0bdb-4a1c-81c7-201b214d7f00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0686c88a-7d43-4847-8c7c-868e94800535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0686c88a-7d43-4847-8c7c-868e94800535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15760939814041662281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281157609398140416622811576093981404166228115760939814041662281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d48a02-d318-4985-9028-acabf85e7f8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a966989c-46c5-4b8c-933d-5bd1e9b5676a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a966989c-46c5-4b8c-933d-5bd1e9b5676a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16765936346413889982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982167659363464138899821676593634641388998216765936346413889982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0686c88a-7d43-4847-8c7c-868e94800535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e5a5ff9-8043-47f2-ad4f-074c7204dc8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5a5ff9-8043-47f2-ad4f-074c7204dc8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5869932570876915113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113586993257087691511358699325708769151135869932570876915113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a966989c-46c5-4b8c-933d-5bd1e9b5676a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a2832b-e5e8-462b-9c5f-26ed4a2abddb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a2832b-e5e8-462b-9c5f-26ed4a2abddb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15438272524995389148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148154382725249953891481543827252499538914815438272524995389148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5a5ff9-8043-47f2-ad4f-074c7204dc8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9740afb6-59f8-4c32-b1e0-0e7a6108da6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9740afb6-59f8-4c32-b1e0-0e7a6108da6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6517626335866058432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432651762633586605843265176263358660584326517626335866058432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a2832b-e5e8-462b-9c5f-26ed4a2abddb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a71d51-7151-4802-a50e-0106d30a365c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a71d51-7151-4802-a50e-0106d30a365c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12515200692752668615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615125152006927526686151251520069275266861512515200692752668615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9740afb6-59f8-4c32-b1e0-0e7a6108da6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88f92331-1c30-476b-a073-852bf0fbf55a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f92331-1c30-476b-a073-852bf0fbf55a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 452436787887071623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623452436787887071623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a71d51-7151-4802-a50e-0106d30a365c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8cc3b65-f7bf-4869-a0cd-982f1350ff60, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cc3b65-f7bf-4869-a0cd-982f1350ff60, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1314007621533864633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633131400762153386463313140076215338646331314007621533864633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f92331-1c30-476b-a073-852bf0fbf55a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1c174cb-8012-4a5e-b0e7-6673fc6abc6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c174cb-8012-4a5e-b0e7-6673fc6abc6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14901506147278233068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068149015061472782330681490150614727823306814901506147278233068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cc3b65-f7bf-4869-a0cd-982f1350ff60, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4487fa4-bf3a-4203-97f4-b2333b4fc00d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4487fa4-bf3a-4203-97f4-b2333b4fc00d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2192239692172870978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978219223969217287097821922396921728709782192239692172870978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c174cb-8012-4a5e-b0e7-6673fc6abc6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17f68b92-c8cd-4ffd-b9ea-daa31a40de3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f68b92-c8cd-4ffd-b9ea-daa31a40de3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12449367210495672555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555124493672104956725551244936721049567255512449367210495672555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4487fa4-bf3a-4203-97f4-b2333b4fc00d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe9c8c8f-52c1-457e-9350-e7a46d15e7d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9c8c8f-52c1-457e-9350-e7a46d15e7d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2485144253214796342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342248514425321479634224851442532147963422485144253214796342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f68b92-c8cd-4ffd-b9ea-daa31a40de3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c94d5e86-88bb-453f-bb01-a66cea5174ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c94d5e86-88bb-453f-bb01-a66cea5174ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 867108054807565916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916867108054807565916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9c8c8f-52c1-457e-9350-e7a46d15e7d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 667f6df7-e6e9-4446-baca-19a757afe15c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 667f6df7-e6e9-4446-baca-19a757afe15c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10793728519853485347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347107937285198534853471079372851985348534710793728519853485347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c94d5e86-88bb-453f-bb01-a66cea5174ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33d8c347-7837-419b-9807-787ce30506a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d8c347-7837-419b-9807-787ce30506a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13070316339070371889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889130703163390703718891307031633907037188913070316339070371889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 667f6df7-e6e9-4446-baca-19a757afe15c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b007a299-fc42-4477-a05b-69cf94b6913a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b007a299-fc42-4477-a05b-69cf94b6913a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6454049191783435663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663645404919178343566364540491917834356636454049191783435663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d8c347-7837-419b-9807-787ce30506a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 844f9ab5-d58d-4d88-a116-22626eeba6dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844f9ab5-d58d-4d88-a116-22626eeba6dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17788113521547038833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833177881135215470388331778811352154703883317788113521547038833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b007a299-fc42-4477-a05b-69cf94b6913a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d26370f-1b2e-4b6d-af82-c973ea824f58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d26370f-1b2e-4b6d-af82-c973ea824f58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12533675428236298288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288125336754282362982881253367542823629828812533675428236298288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844f9ab5-d58d-4d88-a116-22626eeba6dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 769d4758-8576-45dc-9d2e-450b9d201d39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 769d4758-8576-45dc-9d2e-450b9d201d39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17165787927112351460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460171657879271123514601716578792711235146017165787927112351460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d26370f-1b2e-4b6d-af82-c973ea824f58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a81dfb7-374a-4076-8bc9-4b34f59a3286, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a81dfb7-374a-4076-8bc9-4b34f59a3286, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9458054593020360877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877945805459302036087794580545930203608779458054593020360877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 769d4758-8576-45dc-9d2e-450b9d201d39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d2abe25-6dea-423d-93af-352c10e55f16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2abe25-6dea-423d-93af-352c10e55f16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4390816640944026294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294439081664094402629443908166409440262944390816640944026294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a81dfb7-374a-4076-8bc9-4b34f59a3286, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e65c7ea-c7f8-4db5-9d8d-1aea30624b0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2abe25-6dea-423d-93af-352c10e55f16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e65c7ea-c7f8-4db5-9d8d-1aea30624b0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5142253818676080639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639514225381867608063951422538186760806395142253818676080639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c4173b5-1907-45a3-a648-7feac56dd130, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c4173b5-1907-45a3-a648-7feac56dd130, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4909445475051014717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717490944547505101471749094454750510147174909445475051014717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e65c7ea-c7f8-4db5-9d8d-1aea30624b0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d835f096-e646-4a2c-bd68-1cff10794027, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d835f096-e646-4a2c-bd68-1cff10794027, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1871701706563427010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010187170170656342701018717017065634270101871701706563427010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c4173b5-1907-45a3-a648-7feac56dd130, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9c3a230-10fb-4073-ab57-2fcb3a29e187, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c3a230-10fb-4073-ab57-2fcb3a29e187, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14501082125198491155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155145010821251984911551450108212519849115514501082125198491155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d835f096-e646-4a2c-bd68-1cff10794027, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dd2548f-a2e1-4262-822e-7d0855c52b1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd2548f-a2e1-4262-822e-7d0855c52b1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1025139527454328611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611102513952745432861110251395274543286111025139527454328611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c3a230-10fb-4073-ab57-2fcb3a29e187, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86212aeb-526d-4bd8-a4da-7fd8489c3a11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd2548f-a2e1-4262-822e-7d0855c52b1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86212aeb-526d-4bd8-a4da-7fd8489c3a11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 937629994512903071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071937629994512903071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c98b81f-7b63-4704-9c6b-67c45c6c69c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c98b81f-7b63-4704-9c6b-67c45c6c69c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6311773167706557422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422631177316770655742263117731677065574226311773167706557422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86212aeb-526d-4bd8-a4da-7fd8489c3a11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be8cfb1d-1a8f-4174-95b3-b0c8b4528149, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8cfb1d-1a8f-4174-95b3-b0c8b4528149, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14218902595200790320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320142189025952007903201421890259520079032014218902595200790320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c98b81f-7b63-4704-9c6b-67c45c6c69c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea630a3-08df-4f03-9994-6e49033a35ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea630a3-08df-4f03-9994-6e49033a35ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3522095463068494558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558352209546306849455835220954630684945583522095463068494558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8cfb1d-1a8f-4174-95b3-b0c8b4528149, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bcd8c16-e813-4bd8-8f1f-a5cd98eb36d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcd8c16-e813-4bd8-8f1f-a5cd98eb36d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8850318660165440918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918885031866016544091888503186601654409188850318660165440918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea630a3-08df-4f03-9994-6e49033a35ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c60a71e-5467-4559-b96f-163b80c8d7b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c60a71e-5467-4559-b96f-163b80c8d7b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2619298029971441861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861261929802997144186126192980299714418612619298029971441861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcd8c16-e813-4bd8-8f1f-a5cd98eb36d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00b6739e-f372-43fa-b67d-65b7866b631d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b6739e-f372-43fa-b67d-65b7866b631d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783266531007654093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093157832665310076540931578326653100765409315783266531007654093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c60a71e-5467-4559-b96f-163b80c8d7b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdef2215-ecba-443b-a469-cd5bf2c66aa8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdef2215-ecba-443b-a469-cd5bf2c66aa8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12477374263547396460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460124773742635473964601247737426354739646012477374263547396460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b6739e-f372-43fa-b67d-65b7866b631d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 871fef01-4f99-402a-84f7-d199f841d6c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 871fef01-4f99-402a-84f7-d199f841d6c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11109745326470837992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992111097453264708379921110974532647083799211109745326470837992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 871fef01-4f99-402a-84f7-d199f841d6c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdef2215-ecba-443b-a469-cd5bf2c66aa8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88aa6143-6dd1-44a9-806d-e5720330abb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88aa6143-6dd1-44a9-806d-e5720330abb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9886843974884599239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239988684397488459923998868439748845992399886843974884599239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d29cdffc-32ce-4618-95d8-0b2522a9147a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d29cdffc-32ce-4618-95d8-0b2522a9147a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9542664353394973516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516954266435339497351695426643533949735169542664353394973516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88aa6143-6dd1-44a9-806d-e5720330abb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8851967f-1026-4262-a43b-1171b28e81c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8851967f-1026-4262-a43b-1171b28e81c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18439554655409239160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160184395546554092391601843955465540923916018439554655409239160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d29cdffc-32ce-4618-95d8-0b2522a9147a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fd8fc94-31b0-41b2-9bd4-436ea7c0cfc8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd8fc94-31b0-41b2-9bd4-436ea7c0cfc8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1538691941783194034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034153869194178319403415386919417831940341538691941783194034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8851967f-1026-4262-a43b-1171b28e81c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceb9f191-3d3f-4093-9755-2b30851addf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb9f191-3d3f-4093-9755-2b30851addf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4502814457969339397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397450281445796933939745028144579693393974502814457969339397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd8fc94-31b0-41b2-9bd4-436ea7c0cfc8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 582ff49a-4a07-4359-833a-bc880c5033ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 582ff49a-4a07-4359-833a-bc880c5033ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3485471957591344593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593348547195759134459334854719575913445933485471957591344593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb9f191-3d3f-4093-9755-2b30851addf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a2e72fd-3a13-4311-a6c9-1645ce882eb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a2e72fd-3a13-4311-a6c9-1645ce882eb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13609890499474885970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970136098904994748859701360989049947488597013609890499474885970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 582ff49a-4a07-4359-833a-bc880c5033ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53c0b910-4976-40dc-964c-e7c08e9463e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c0b910-4976-40dc-964c-e7c08e9463e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11657376192037013622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622116573761920370136221165737619203701362211657376192037013622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a2e72fd-3a13-4311-a6c9-1645ce882eb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06842683-6079-4937-983c-ffb6bce47fa3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06842683-6079-4937-983c-ffb6bce47fa3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6175586010267621657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657617558601026762165761755860102676216576175586010267621657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c0b910-4976-40dc-964c-e7c08e9463e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c70e24fe-340f-4fb9-a970-225028a7386d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c70e24fe-340f-4fb9-a970-225028a7386d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7527528053815976618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618752752805381597661875275280538159766187527528053815976618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06842683-6079-4937-983c-ffb6bce47fa3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c70e24fe-340f-4fb9-a970-225028a7386d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11e1382e-03ed-4717-af98-afcd907e57f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e1382e-03ed-4717-af98-afcd907e57f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4468634107180348570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570446863410718034857044686341071803485704468634107180348570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b512fd0c-6624-4e2e-b282-aacd193fb98d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b512fd0c-6624-4e2e-b282-aacd193fb98d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11047432328093679400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400110474323280936794001104743232809367940011047432328093679400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e1382e-03ed-4717-af98-afcd907e57f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5451f40c-d0f3-43f9-932c-bc31fde61547, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5451f40c-d0f3-43f9-932c-bc31fde61547, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2261850850089658412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412226185085008965841222618508500896584122261850850089658412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b512fd0c-6624-4e2e-b282-aacd193fb98d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e64c2d12-18d6-49b4-83fa-b95080780219, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64c2d12-18d6-49b4-83fa-b95080780219, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13220375392284917616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616132203753922849176161322037539228491761613220375392284917616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5451f40c-d0f3-43f9-932c-bc31fde61547, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59af5f58-5f3b-4374-90aa-045c2ad36544, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59af5f58-5f3b-4374-90aa-045c2ad36544, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18092950905164432444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444180929509051644324441809295090516443244418092950905164432444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64c2d12-18d6-49b4-83fa-b95080780219, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 192d672d-8003-438b-b194-2a820e783d08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 192d672d-8003-438b-b194-2a820e783d08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16585326608497309191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191165853266084973091911658532660849730919116585326608497309191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59af5f58-5f3b-4374-90aa-045c2ad36544, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1d86487-4007-4b1f-af3a-03779c6cf2cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d86487-4007-4b1f-af3a-03779c6cf2cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8672387247641317302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302867238724764131730286723872476413173028672387247641317302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 192d672d-8003-438b-b194-2a820e783d08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc58717-5d9c-4ae6-a0e8-3de95c6d90f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc58717-5d9c-4ae6-a0e8-3de95c6d90f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12948478493837003551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551129484784938370035511294847849383700355112948478493837003551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d86487-4007-4b1f-af3a-03779c6cf2cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d06301b-a7a1-4f02-bc16-ffce87ea7ec4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d06301b-a7a1-4f02-bc16-ffce87ea7ec4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374907233148289920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920737490723314828992073749072331482899207374907233148289920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc58717-5d9c-4ae6-a0e8-3de95c6d90f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9958d115-66d0-4f8b-aaa9-68a0c008b170, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9958d115-66d0-4f8b-aaa9-68a0c008b170, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8719981081704416653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653871998108170441665387199810817044166538719981081704416653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d06301b-a7a1-4f02-bc16-ffce87ea7ec4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98002ed6-8f40-4a57-aa9d-14a9bf290e8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98002ed6-8f40-4a57-aa9d-14a9bf290e8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8846876003472192661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661884687600347219266188468760034721926618846876003472192661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9958d115-66d0-4f8b-aaa9-68a0c008b170, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e4acbda-37b8-47f7-8610-b0fccb940a1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e4acbda-37b8-47f7-8610-b0fccb940a1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11689519634365095791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791116895196343650957911168951963436509579111689519634365095791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98002ed6-8f40-4a57-aa9d-14a9bf290e8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 376efe5e-727c-4df4-b574-27ab6195a38c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 376efe5e-727c-4df4-b574-27ab6195a38c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12721808262466212915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915127218082624662129151272180826246621291512721808262466212915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e4acbda-37b8-47f7-8610-b0fccb940a1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c13de3-02b5-4caf-9b08-70b3c8449073, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c13de3-02b5-4caf-9b08-70b3c8449073, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 797120533958173020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020797120533958173020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 376efe5e-727c-4df4-b574-27ab6195a38c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3856869b-a9b1-46c2-9f25-244f78ae96bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3856869b-a9b1-46c2-9f25-244f78ae96bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18215967016195456803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803182159670161954568031821596701619545680318215967016195456803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c13de3-02b5-4caf-9b08-70b3c8449073, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b27be8fa-32b9-4a6a-8297-3d032a3a8df8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b27be8fa-32b9-4a6a-8297-3d032a3a8df8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2123359280435664377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377212335928043566437721233592804356643772123359280435664377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3856869b-a9b1-46c2-9f25-244f78ae96bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d1bf43-184e-4fbe-8a73-f5169c4ad2a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b27be8fa-32b9-4a6a-8297-3d032a3a8df8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d1bf43-184e-4fbe-8a73-f5169c4ad2a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4396655122721755543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543439665512272175554343966551227217555434396655122721755543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4c6c225-9771-4093-9519-61b449b5d554, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4c6c225-9771-4093-9519-61b449b5d554, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1617036239900822346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346161703623990082234616170362399008223461617036239900822346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d1bf43-184e-4fbe-8a73-f5169c4ad2a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de9f62f8-16fe-481c-94af-b6544a6495fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9f62f8-16fe-481c-94af-b6544a6495fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10272863079929251977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977102728630799292519771027286307992925197710272863079929251977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4c6c225-9771-4093-9519-61b449b5d554, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a9234f9-4093-414d-9034-2bb2fef37d0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a9234f9-4093-414d-9034-2bb2fef37d0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15375342582064854595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595153753425820648545951537534258206485459515375342582064854595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9f62f8-16fe-481c-94af-b6544a6495fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a182ca32-3462-47d8-953d-6455676ecfd4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a182ca32-3462-47d8-953d-6455676ecfd4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9587348726162747998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998958734872616274799895873487261627479989587348726162747998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a9234f9-4093-414d-9034-2bb2fef37d0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dde63beb-f266-4efa-9aaf-b43d57534606, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dde63beb-f266-4efa-9aaf-b43d57534606, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9058280232537297368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368905828023253729736890582802325372973689058280232537297368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a182ca32-3462-47d8-953d-6455676ecfd4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 948fdbda-c9f0-4636-9823-7e26e1c07cfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948fdbda-c9f0-4636-9823-7e26e1c07cfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3728465708706721316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316372846570870672131637284657087067213163728465708706721316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dde63beb-f266-4efa-9aaf-b43d57534606, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe99a4ec-bda2-443a-9a0d-893eafb978cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe99a4ec-bda2-443a-9a0d-893eafb978cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17199408867060030727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727171994088670600307271719940886706003072717199408867060030727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948fdbda-c9f0-4636-9823-7e26e1c07cfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5aaaa78-ab75-49dc-be70-c24e428a1c39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5aaaa78-ab75-49dc-be70-c24e428a1c39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4540304199927401244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244454030419992740124445403041999274012444540304199927401244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe99a4ec-bda2-443a-9a0d-893eafb978cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43080b1f-ddaa-40ea-88eb-6b5eb47c2ce3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43080b1f-ddaa-40ea-88eb-6b5eb47c2ce3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9208156293297673422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422920815629329767342292081562932976734229208156293297673422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5aaaa78-ab75-49dc-be70-c24e428a1c39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ae5a948-bc99-44a0-b4ea-bbe15e40b997, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ae5a948-bc99-44a0-b4ea-bbe15e40b997, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15846747829882760760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760158467478298827607601584674782988276076015846747829882760760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43080b1f-ddaa-40ea-88eb-6b5eb47c2ce3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c331eba0-cffe-4bf7-b26b-84108622cd07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ae5a948-bc99-44a0-b4ea-bbe15e40b997, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c331eba0-cffe-4bf7-b26b-84108622cd07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7150069015756924381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381715006901575692438171500690157569243817150069015756924381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0e9a638-c636-46ca-9961-dbf6b1fbc796, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e9a638-c636-46ca-9961-dbf6b1fbc796, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 436971906989966519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519436971906989966519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c331eba0-cffe-4bf7-b26b-84108622cd07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41f6ad0b-9fae-4218-92a8-59b4e98d240d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41f6ad0b-9fae-4218-92a8-59b4e98d240d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13204847423662168523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523132048474236621685231320484742366216852313204847423662168523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e9a638-c636-46ca-9961-dbf6b1fbc796, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68c728a1-39c4-4c46-b686-c5c410e07327, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c728a1-39c4-4c46-b686-c5c410e07327, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13304583818242565988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988133045838182425659881330458381824256598813304583818242565988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41f6ad0b-9fae-4218-92a8-59b4e98d240d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e472b0ca-29ee-4579-ae68-abbe4467f974, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e472b0ca-29ee-4579-ae68-abbe4467f974, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702295926037989889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889170229592603798988917022959260379898891702295926037989889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c728a1-39c4-4c46-b686-c5c410e07327, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e72ad1e-9b49-4a33-b7af-209095900c3c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e72ad1e-9b49-4a33-b7af-209095900c3c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15978182124580306607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607159781821245803066071597818212458030660715978182124580306607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e472b0ca-29ee-4579-ae68-abbe4467f974, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 690815df-91d6-46e8-8636-20802e486754, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 690815df-91d6-46e8-8636-20802e486754, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12448814465728006796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796124488144657280067961244881446572800679612448814465728006796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e72ad1e-9b49-4a33-b7af-209095900c3c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a7504f2-5079-437c-843c-83b45691c532, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7504f2-5079-437c-843c-83b45691c532, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 225837944366238458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458225837944366238458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 690815df-91d6-46e8-8636-20802e486754, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10949d54-fdcf-4878-807f-a3ab4accb13d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10949d54-fdcf-4878-807f-a3ab4accb13d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3249630585435299400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400324963058543529940032496305854352994003249630585435299400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7504f2-5079-437c-843c-83b45691c532, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c81fd9da-f4f8-4f31-b6b7-7d4f0b4af28a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c81fd9da-f4f8-4f31-b6b7-7d4f0b4af28a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6558339925334617179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179655833992533461717965583399253346171796558339925334617179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10949d54-fdcf-4878-807f-a3ab4accb13d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfda621b-193d-43b1-afe2-7ee6cba01f7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfda621b-193d-43b1-afe2-7ee6cba01f7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1228877569599514353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353122887756959951435312288775695995143531228877569599514353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c81fd9da-f4f8-4f31-b6b7-7d4f0b4af28a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8651af57-f259-405f-b7dd-5b8f6af9e237, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8651af57-f259-405f-b7dd-5b8f6af9e237, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4818553181868373354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354481855318186837335448185531818683733544818553181868373354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfda621b-193d-43b1-afe2-7ee6cba01f7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 579cdb53-3a97-4165-9ec8-3d5096ae8c70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579cdb53-3a97-4165-9ec8-3d5096ae8c70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3692703679851231261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261369270367985123126136927036798512312613692703679851231261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8651af57-f259-405f-b7dd-5b8f6af9e237, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6a58c87-deb8-47dc-9741-234054f6bdfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a58c87-deb8-47dc-9741-234054f6bdfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9152619816982557633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633915261981698255763391526198169825576339152619816982557633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579cdb53-3a97-4165-9ec8-3d5096ae8c70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1492fa46-2fad-4a6c-a5af-ee130fb62144, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1492fa46-2fad-4a6c-a5af-ee130fb62144, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 431669771646014880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880431669771646014880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a58c87-deb8-47dc-9741-234054f6bdfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d28b03cf-22d6-476c-8d69-578a02712fa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d28b03cf-22d6-476c-8d69-578a02712fa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4976134474493298882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882497613447449329888249761344744932988824976134474493298882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1492fa46-2fad-4a6c-a5af-ee130fb62144, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a61b827-ae7a-4b0d-96ca-331317896482, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a61b827-ae7a-4b0d-96ca-331317896482, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3826125500312727110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110382612550031272711038261255003127271103826125500312727110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d28b03cf-22d6-476c-8d69-578a02712fa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27244114-e3c2-4f45-9dcf-05d45e1e20c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27244114-e3c2-4f45-9dcf-05d45e1e20c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8656849314149725635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635865684931414972563586568493141497256358656849314149725635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a61b827-ae7a-4b0d-96ca-331317896482, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6a2b2e6-f0b7-40f1-a7fd-f62fc0143519, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a2b2e6-f0b7-40f1-a7fd-f62fc0143519, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13831919389463760151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151138319193894637601511383191938946376015113831919389463760151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27244114-e3c2-4f45-9dcf-05d45e1e20c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 676c06f0-1f28-4726-871c-7aed3f03a4a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 676c06f0-1f28-4726-871c-7aed3f03a4a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302373454976273494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494130237345497627349413023734549762734941302373454976273494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a2b2e6-f0b7-40f1-a7fd-f62fc0143519, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ae9577a-c96f-4772-b11b-b6029e73a1d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae9577a-c96f-4772-b11b-b6029e73a1d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2202366181292102255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255220236618129210225522023661812921022552202366181292102255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 676c06f0-1f28-4726-871c-7aed3f03a4a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b9574de-3fc9-406e-9d55-2f7db055bb42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b9574de-3fc9-406e-9d55-2f7db055bb42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14560337880740310297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297145603378807403102971456033788074031029714560337880740310297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae9577a-c96f-4772-b11b-b6029e73a1d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b367bb12-6817-489e-9e11-c54eee0c9677, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b367bb12-6817-489e-9e11-c54eee0c9677, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1555611344081752523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523155561134408175252315556113440817525231555611344081752523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b9574de-3fc9-406e-9d55-2f7db055bb42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81c0932d-9aa1-4bb6-a2fa-36da9b047247, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c0932d-9aa1-4bb6-a2fa-36da9b047247, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5635894499444930111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111563589449944493011156358944994449301115635894499444930111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b367bb12-6817-489e-9e11-c54eee0c9677, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2507978e-9d38-4367-bd02-7827c38a1d97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c0932d-9aa1-4bb6-a2fa-36da9b047247, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bd3c2d9-f020-4510-b768-c464df866e63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bd3c2d9-f020-4510-b768-c464df866e63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9265708511766986486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486926570851176698648692657085117669864869265708511766986486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2507978e-9d38-4367-bd02-7827c38a1d97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5063852256123704120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120506385225612370412050638522561237041205063852256123704120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bd3c2d9-f020-4510-b768-c464df866e63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2507978e-9d38-4367-bd02-7827c38a1d97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd277f84-fd54-47d8-8e48-54083538a2b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd277f84-fd54-47d8-8e48-54083538a2b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16958622568174418347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347169586225681744183471695862256817441834716958622568174418347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a65ca6e-edea-4a1b-9b4a-e962d1151520, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a65ca6e-edea-4a1b-9b4a-e962d1151520, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894833013464468247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247138948330134644682471389483301346446824713894833013464468247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd277f84-fd54-47d8-8e48-54083538a2b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f78cbac8-11c6-4634-bee7-769d18c860fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78cbac8-11c6-4634-bee7-769d18c860fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10940047819162881265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265109400478191628812651094004781916288126510940047819162881265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a65ca6e-edea-4a1b-9b4a-e962d1151520, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f0d86c-9d94-4bfc-bd64-c6a9314e7328, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f0d86c-9d94-4bfc-bd64-c6a9314e7328, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14488386588346912931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931144883865883469129311448838658834691293114488386588346912931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78cbac8-11c6-4634-bee7-769d18c860fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79559b1b-b395-490b-b318-619957ff550c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79559b1b-b395-490b-b318-619957ff550c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7409533759574764167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167740953375957476416774095337595747641677409533759574764167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f0d86c-9d94-4bfc-bd64-c6a9314e7328, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19fc393e-c7ec-46de-ac2d-47c83f1b66aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19fc393e-c7ec-46de-ac2d-47c83f1b66aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12125247782487557272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272121252477824875572721212524778248755727212125247782487557272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79559b1b-b395-490b-b318-619957ff550c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bd58c64-ad03-4614-b340-267b600449f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd58c64-ad03-4614-b340-267b600449f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3698704831927751226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226369870483192775122636987048319277512263698704831927751226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19fc393e-c7ec-46de-ac2d-47c83f1b66aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de043830-351d-47c8-979a-cdf474a476de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de043830-351d-47c8-979a-cdf474a476de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4987565554090618614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614498756555409061861449875655540906186144987565554090618614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd58c64-ad03-4614-b340-267b600449f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9121901-1550-4d4b-aa8e-31dc81e08437, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9121901-1550-4d4b-aa8e-31dc81e08437, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5885729934065726620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620588572993406572662058857299340657266205885729934065726620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de043830-351d-47c8-979a-cdf474a476de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d2f8943-9861-49e3-8f68-12730bf763ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d2f8943-9861-49e3-8f68-12730bf763ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1638140672995237588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588163814067299523758816381406729952375881638140672995237588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9121901-1550-4d4b-aa8e-31dc81e08437, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a825fa-9d02-4694-b2b9-c4191c69c4e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a825fa-9d02-4694-b2b9-c4191c69c4e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4252898405412916299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299425289840541291629942528984054129162994252898405412916299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a825fa-9d02-4694-b2b9-c4191c69c4e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8f0a04b-dcbc-4922-90fe-7b841b410f7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8f0a04b-dcbc-4922-90fe-7b841b410f7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14968984120724568115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115149689841207245681151496898412072456811514968984120724568115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d2f8943-9861-49e3-8f68-12730bf763ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e57d6128-897f-4c83-bf5c-211f73592adf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57d6128-897f-4c83-bf5c-211f73592adf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1239732818495481397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397123973281849548139712397328184954813971239732818495481397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8f0a04b-dcbc-4922-90fe-7b841b410f7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c0d774f-e871-459e-acbc-f0cff2b1cb2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c0d774f-e871-459e-acbc-f0cff2b1cb2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5816065794203246548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548581606579420324654858160657942032465485816065794203246548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57d6128-897f-4c83-bf5c-211f73592adf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca32b2e7-c907-43ba-b882-d58fbb6f7de7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca32b2e7-c907-43ba-b882-d58fbb6f7de7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2579436950775443310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310257943695077544331025794369507754433102579436950775443310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c0d774f-e871-459e-acbc-f0cff2b1cb2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9e647d4-4234-4e6b-bf8e-fdf70f1c9240, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e647d4-4234-4e6b-bf8e-fdf70f1c9240, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10190274073597346214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214101902740735973462141019027407359734621410190274073597346214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca32b2e7-c907-43ba-b882-d58fbb6f7de7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d528165-fdff-4dde-a19a-2ec7a1095d3a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d528165-fdff-4dde-a19a-2ec7a1095d3a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031955038160920571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571110319550381609205711103195503816092057111031955038160920571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e647d4-4234-4e6b-bf8e-fdf70f1c9240, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de9d0813-e800-4752-8a9a-b6bf70f4153d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9d0813-e800-4752-8a9a-b6bf70f4153d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1061654804273076776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776106165480427307677610616548042730767761061654804273076776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d528165-fdff-4dde-a19a-2ec7a1095d3a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa32449b-9f75-4ef1-9843-42eecbfe34a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa32449b-9f75-4ef1-9843-42eecbfe34a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15201401822978695931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931152014018229786959311520140182297869593115201401822978695931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9d0813-e800-4752-8a9a-b6bf70f4153d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aa4649b-afef-47d4-b74d-9c7fc7a29202, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa4649b-afef-47d4-b74d-9c7fc7a29202, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1449518726502261699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699144951872650226169914495187265022616991449518726502261699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa32449b-9f75-4ef1-9843-42eecbfe34a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 592af667-e2f5-4069-97e9-f1556e783b0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 592af667-e2f5-4069-97e9-f1556e783b0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4487981927257310085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085448798192725731008544879819272573100854487981927257310085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa4649b-afef-47d4-b74d-9c7fc7a29202, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cea7ba19-559b-48f1-88cd-2c2cd6e1c94e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea7ba19-559b-48f1-88cd-2c2cd6e1c94e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15553846804071740402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402155538468040717404021555384680407174040215553846804071740402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 592af667-e2f5-4069-97e9-f1556e783b0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aefa417b-48a3-4628-8d3e-6e3205bf4541, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aefa417b-48a3-4628-8d3e-6e3205bf4541, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14215791234053156812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812142157912340531568121421579123405315681214215791234053156812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea7ba19-559b-48f1-88cd-2c2cd6e1c94e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c2e34ac-aaad-480b-86ce-962db8044e83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2e34ac-aaad-480b-86ce-962db8044e83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5646159027535535265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265564615902753553526556461590275355352655646159027535535265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aefa417b-48a3-4628-8d3e-6e3205bf4541, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a9c49bc-1d1c-4d0a-ad9a-ccfc603faaed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9c49bc-1d1c-4d0a-ad9a-ccfc603faaed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11842254519256975808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808118422545192569758081184225451925697580811842254519256975808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2e34ac-aaad-480b-86ce-962db8044e83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f14b6b5a-5e3d-48f5-aaa3-9415d428b700, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f14b6b5a-5e3d-48f5-aaa3-9415d428b700, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10299291018119402038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038102992910181194020381029929101811940203810299291018119402038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9c49bc-1d1c-4d0a-ad9a-ccfc603faaed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a825435-c554-4681-8944-7f021a8ed3d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a825435-c554-4681-8944-7f021a8ed3d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6948502866835122830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830694850286683512283069485028668351228306948502866835122830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f14b6b5a-5e3d-48f5-aaa3-9415d428b700, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bd336ae-64d6-4bca-b3b9-d4ac9e5f14be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd336ae-64d6-4bca-b3b9-d4ac9e5f14be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11304141940925971133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133113041419409259711331130414194092597113311304141940925971133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a825435-c554-4681-8944-7f021a8ed3d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8667b65e-e339-4097-a129-2b402051c657, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8667b65e-e339-4097-a129-2b402051c657, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11950554196924783808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808119505541969247838081195055419692478380811950554196924783808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd336ae-64d6-4bca-b3b9-d4ac9e5f14be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d00b62d-31c7-4487-8e0b-896e76fa9aec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d00b62d-31c7-4487-8e0b-896e76fa9aec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2289456058737571335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335228945605873757133522894560587375713352289456058737571335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8667b65e-e339-4097-a129-2b402051c657, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee7b31ea-0518-4a54-9660-a5554d8cebeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee7b31ea-0518-4a54-9660-a5554d8cebeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1830533600419147470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470183053360041914747018305336004191474701830533600419147470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d00b62d-31c7-4487-8e0b-896e76fa9aec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71371037-46db-4ddf-8581-2b94069693e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee7b31ea-0518-4a54-9660-a5554d8cebeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71371037-46db-4ddf-8581-2b94069693e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7135733945621238008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008713573394562123800871357339456212380087135733945621238008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d74c7d5e-d47b-439e-b759-5d13230f85ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74c7d5e-d47b-439e-b759-5d13230f85ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4282903467354206703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703428290346735420670342829034673542067034282903467354206703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71371037-46db-4ddf-8581-2b94069693e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 467f84e7-7620-4dcd-85bb-c23e1ea426e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467f84e7-7620-4dcd-85bb-c23e1ea426e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154322803465043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31543228034650433154322803465043315432280346504331543228034650433154322803465043315432280346504331543228034650433154322803465043315432280346504331543228034650433154322803465043315432280346504331543228034650433154322803465043315432280346504331543228034650433154322803465043315432280346504331543228034650433154322803465043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74c7d5e-d47b-439e-b759-5d13230f85ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467f84e7-7620-4dcd-85bb-c23e1ea426e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40a0dd2a-cce3-44a8-a03b-8002e0f69ecf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbd3eb50-678c-4ee5-92ab-5d96336bd2b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40a0dd2a-cce3-44a8-a03b-8002e0f69ecf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9202853185673514478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478920285318567351447892028531856735144789202853185673514478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbd3eb50-678c-4ee5-92ab-5d96336bd2b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10668921678404976331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331106689216784049763311066892167840497633110668921678404976331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40a0dd2a-cce3-44a8-a03b-8002e0f69ecf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b25269a6-f875-4d78-a0d6-5f9b3883d97d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25269a6-f875-4d78-a0d6-5f9b3883d97d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7468575189205769855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855746857518920576985574685751892057698557468575189205769855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbd3eb50-678c-4ee5-92ab-5d96336bd2b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25269a6-f875-4d78-a0d6-5f9b3883d97d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 590879e7-7720-4900-b960-7377ac226c1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 445dcc73-4a32-4a69-b7e4-c0d503841892, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 590879e7-7720-4900-b960-7377ac226c1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15743135581888963785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785157431355818889637851574313558188896378515743135581888963785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 445dcc73-4a32-4a69-b7e4-c0d503841892, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11802995946258328339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339118029959462583283391180299594625832833911802995946258328339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 590879e7-7720-4900-b960-7377ac226c1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ae5f818-ba92-4aa0-a2fd-592cb1c97ab8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae5f818-ba92-4aa0-a2fd-592cb1c97ab8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 208823063006309779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779208823063006309779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 445dcc73-4a32-4a69-b7e4-c0d503841892, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6d8a413-88ef-438d-9817-7b23dd6d2f70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae5f818-ba92-4aa0-a2fd-592cb1c97ab8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d8a413-88ef-438d-9817-7b23dd6d2f70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16685977276238132208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208166859772762381322081668597727623813220816685977276238132208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ad14a6e-6ff6-468d-b27a-99e37de43e5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ad14a6e-6ff6-468d-b27a-99e37de43e5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12782971292057103943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943127829712920571039431278297129205710394312782971292057103943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d8a413-88ef-438d-9817-7b23dd6d2f70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ad14a6e-6ff6-468d-b27a-99e37de43e5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6d411c-369d-4658-ba6d-86b013a7ec31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0631f7ee-7176-4cff-a9a2-0628d7063742, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0631f7ee-7176-4cff-a9a2-0628d7063742, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10329946467986088950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950103299464679860889501032994646798608895010329946467986088950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6d411c-369d-4658-ba6d-86b013a7ec31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2324355115591659283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283232435511559165928323243551155916592832324355115591659283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0631f7ee-7176-4cff-a9a2-0628d7063742, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6d411c-369d-4658-ba6d-86b013a7ec31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e2698bc-de1c-4554-a9e9-c25b17531b5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e2698bc-de1c-4554-a9e9-c25b17531b5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14247618999136244458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458142476189991362444581424761899913624445814247618999136244458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60813146-8fe9-4737-8a30-4bbb60e7e4e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60813146-8fe9-4737-8a30-4bbb60e7e4e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15333923616921514391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391153339236169215143911533392361692151439115333923616921514391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e2698bc-de1c-4554-a9e9-c25b17531b5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d74dd05-17f0-4720-acbf-0d93ef47c706, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d74dd05-17f0-4720-acbf-0d93ef47c706, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2225401331880823337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337222540133188082333722254013318808233372225401331880823337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60813146-8fe9-4737-8a30-4bbb60e7e4e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cf78e53-3c53-4424-ba02-577f602609ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d74dd05-17f0-4720-acbf-0d93ef47c706, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cf78e53-3c53-4424-ba02-577f602609ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17399397432898534907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907173993974328985349071739939743289853490717399397432898534907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea060bb2-20c4-45be-8c63-90f8acd24a1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea060bb2-20c4-45be-8c63-90f8acd24a1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15826347383330131595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595158263473833301315951582634738333013159515826347383330131595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cf78e53-3c53-4424-ba02-577f602609ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4487ae41-e2e9-4480-87d9-1abc0fc4cf74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4487ae41-e2e9-4480-87d9-1abc0fc4cf74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16707230271564883761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761167072302715648837611670723027156488376116707230271564883761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea060bb2-20c4-45be-8c63-90f8acd24a1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9941da6-3fcf-45b7-b35b-c3cc0c63a6a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4487ae41-e2e9-4480-87d9-1abc0fc4cf74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9941da6-3fcf-45b7-b35b-c3cc0c63a6a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6761864051703763041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041676186405170376304167618640517037630416761864051703763041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69d30dc1-70c7-487b-8d26-2bdff71db6e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69d30dc1-70c7-487b-8d26-2bdff71db6e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7705451947423306969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969770545194742330696977054519474233069697705451947423306969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9941da6-3fcf-45b7-b35b-c3cc0c63a6a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59a568cf-489f-41b6-9d08-9df3a8b3b97d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59a568cf-489f-41b6-9d08-9df3a8b3b97d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7577055521188098229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229757705552118809822975770555211880982297577055521188098229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69d30dc1-70c7-487b-8d26-2bdff71db6e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e26bf1c-d383-4eb6-88eb-76fad4089bf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e26bf1c-d383-4eb6-88eb-76fad4089bf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11424811707839177336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336114248117078391773361142481170783917733611424811707839177336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59a568cf-489f-41b6-9d08-9df3a8b3b97d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e26bf1c-d383-4eb6-88eb-76fad4089bf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04813dc9-8c7b-48aa-bac6-93aae6152b35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04813dc9-8c7b-48aa-bac6-93aae6152b35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4144999116384678967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967414499911638467896741449991163846789674144999116384678967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 781ecadf-6224-43fa-b4fd-d243cd1e7fc0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 781ecadf-6224-43fa-b4fd-d243cd1e7fc0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12140417967837801931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931121404179678378019311214041796783780193112140417967837801931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04813dc9-8c7b-48aa-bac6-93aae6152b35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 781ecadf-6224-43fa-b4fd-d243cd1e7fc0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb76c245-39c9-48fe-a6eb-93f00753c976, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb76c245-39c9-48fe-a6eb-93f00753c976, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18270790457811420608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608182707904578114206081827079045781142060818270790457811420608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcdbd34b-e742-4082-bbb1-e8e9d50b3fe8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcdbd34b-e742-4082-bbb1-e8e9d50b3fe8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14574227940008290783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783145742279400082907831457422794000829078314574227940008290783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb76c245-39c9-48fe-a6eb-93f00753c976, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6670428-9238-47f0-bc6c-d55a718b14c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6670428-9238-47f0-bc6c-d55a718b14c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3651138468286567332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332365113846828656733236511384682865673323651138468286567332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcdbd34b-e742-4082-bbb1-e8e9d50b3fe8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5a9edac-e4ff-4c79-bf5d-68fc67309913, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a9edac-e4ff-4c79-bf5d-68fc67309913, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17878028000242790668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668178780280002427906681787802800024279066817878028000242790668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6670428-9238-47f0-bc6c-d55a718b14c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a9edac-e4ff-4c79-bf5d-68fc67309913, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 441a7b94-9a53-4fc0-9b78-b4779e68d96a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441a7b94-9a53-4fc0-9b78-b4779e68d96a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9047598883712449396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396904759888371244939690475988837124493969047598883712449396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b79c54f-490f-46f1-8f72-3d41278ab6ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b79c54f-490f-46f1-8f72-3d41278ab6ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1366709839678950698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698136670983967895069813667098396789506981366709839678950698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b79c54f-490f-46f1-8f72-3d41278ab6ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5a79ff3-0917-4a24-9a98-3fe680f12f86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a79ff3-0917-4a24-9a98-3fe680f12f86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11452248208871389580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580114522482088713895801145224820887138958011452248208871389580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441a7b94-9a53-4fc0-9b78-b4779e68d96a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4d75e83-157f-4369-8cc1-61ead00d7404, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4d75e83-157f-4369-8cc1-61ead00d7404, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14194020522487253093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093141940205224872530931419402052248725309314194020522487253093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a79ff3-0917-4a24-9a98-3fe680f12f86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4d75e83-157f-4369-8cc1-61ead00d7404, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e92164-4862-4e0a-9b97-733adc44e22e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e92164-4862-4e0a-9b97-733adc44e22e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3052780487758374394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394305278048775837439430527804877583743943052780487758374394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b533baf1-f68e-42d1-a0ed-5d6063c1e80b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b533baf1-f68e-42d1-a0ed-5d6063c1e80b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054540570043776095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095170545405700437760951705454057004377609517054540570043776095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e92164-4862-4e0a-9b97-733adc44e22e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a3f160c-d8d9-4e1d-a279-4165ee14aa58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a3f160c-d8d9-4e1d-a279-4165ee14aa58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17852330845712609015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015178523308457126090151785233084571260901517852330845712609015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b533baf1-f68e-42d1-a0ed-5d6063c1e80b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a3f160c-d8d9-4e1d-a279-4165ee14aa58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d6fd8e-732c-4ef7-b422-951c9e833454, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d6fd8e-732c-4ef7-b422-951c9e833454, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13742684887947062997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997137426848879470629971374268488794706299713742684887947062997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bcb23ff-10dc-4b10-82ff-bab9c56a660a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bcb23ff-10dc-4b10-82ff-bab9c56a660a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16744128598570406212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212167441285985704062121674412859857040621216744128598570406212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d6fd8e-732c-4ef7-b422-951c9e833454, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a23fa13-9312-49c2-80a5-42ea0bc74d78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bcb23ff-10dc-4b10-82ff-bab9c56a660a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a23fa13-9312-49c2-80a5-42ea0bc74d78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5002989426285179452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452500298942628517945250029894262851794525002989426285179452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57455758-d6e3-4162-9157-46637fef4d7c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a23fa13-9312-49c2-80a5-42ea0bc74d78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6755627c-bbc8-468b-982d-16c4482e4362, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57455758-d6e3-4162-9157-46637fef4d7c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2870421183203172806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806287042118320317280628704211832031728062870421183203172806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6755627c-bbc8-468b-982d-16c4482e4362, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6778710618359377420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420677871061835937742067787106183593774206778710618359377420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57455758-d6e3-4162-9157-46637fef4d7c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6755627c-bbc8-468b-982d-16c4482e4362, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a39fec8a-2972-41a2-8e38-0f5f852fc82b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a39fec8a-2972-41a2-8e38-0f5f852fc82b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5313642955634513516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516531364295563451351653136429556345135165313642955634513516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a03bb747-793a-45b2-851b-7242caef4ca1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03bb747-793a-45b2-851b-7242caef4ca1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5915244674065303033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033591524467406530303359152446740653030335915244674065303033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a39fec8a-2972-41a2-8e38-0f5f852fc82b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03bb747-793a-45b2-851b-7242caef4ca1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65fc02de-6e53-4fbf-95f3-42a727a44da5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65fc02de-6e53-4fbf-95f3-42a727a44da5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4017615595995017688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688401761559599501768840176155959950176884017615595995017688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89ed8d80-04ad-4033-a83f-8ff952afaf28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65fc02de-6e53-4fbf-95f3-42a727a44da5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89ed8d80-04ad-4033-a83f-8ff952afaf28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5689528047159874626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626568952804715987462656895280471598746265689528047159874626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b34f36d2-9b5d-4eff-830f-f6a53c434686, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34f36d2-9b5d-4eff-830f-f6a53c434686, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5343949521619666327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327534394952161966632753439495216196663275343949521619666327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89ed8d80-04ad-4033-a83f-8ff952afaf28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5701837d-ca29-41ce-8d31-d55d237dfc36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5701837d-ca29-41ce-8d31-d55d237dfc36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5409518019559595063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063540951801955959506354095180195595950635409518019559595063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34f36d2-9b5d-4eff-830f-f6a53c434686, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5701837d-ca29-41ce-8d31-d55d237dfc36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08443b09-5fc7-4127-bda8-8d2f8c2b03bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08443b09-5fc7-4127-bda8-8d2f8c2b03bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17773614545110710635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635177736145451107106351777361454511071063517773614545110710635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ace4538f-6010-4e0b-88cd-c0aaa197c692, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08443b09-5fc7-4127-bda8-8d2f8c2b03bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ace4538f-6010-4e0b-88cd-c0aaa197c692, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12638141372992269363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363126381413729922693631263814137299226936312638141372992269363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ace4538f-6010-4e0b-88cd-c0aaa197c692, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f02cdad7-34bf-4662-8a8d-18ea6de900f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f02cdad7-34bf-4662-8a8d-18ea6de900f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10344710925811834701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701103447109258118347011034471092581183470110344710925811834701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cb8516e-ad7d-4c6f-9896-3622f191b33b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb8516e-ad7d-4c6f-9896-3622f191b33b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 43241288130053507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4324128813005350743241288130053507432412881300535074324128813005350743241288130053507432412881300535074324128813005350743241288130053507432412881300535074324128813005350743241288130053507432412881300535074324128813005350743241288130053507432412881300535074324128813005350743241288130053507432412881300535074324128813005350743241288130053507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f02cdad7-34bf-4662-8a8d-18ea6de900f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70995c77-9cca-4871-9b4c-daab95244e19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70995c77-9cca-4871-9b4c-daab95244e19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10832514832419342491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491108325148324193424911083251483241934249110832514832419342491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb8516e-ad7d-4c6f-9896-3622f191b33b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9f18f59-b6d4-4a14-8908-49ce62628ef0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9f18f59-b6d4-4a14-8908-49ce62628ef0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 363346225722481076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076363346225722481076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70995c77-9cca-4871-9b4c-daab95244e19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9f18f59-b6d4-4a14-8908-49ce62628ef0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa751651-511e-4537-8455-4f7a36f0258d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa751651-511e-4537-8455-4f7a36f0258d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4976561991868034287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287497656199186803428749765619918680342874976561991868034287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eed9bd4-5aa6-4762-a7f0-58a6be7cf03a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa751651-511e-4537-8455-4f7a36f0258d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eed9bd4-5aa6-4762-a7f0-58a6be7cf03a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9041259559142756730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730904125955914275673090412595591427567309041259559142756730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f54a1cb3-e3ab-43b6-8396-8162f065d796, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f54a1cb3-e3ab-43b6-8396-8162f065d796, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11657975243530583211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211116579752435305832111165797524353058321111657975243530583211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eed9bd4-5aa6-4762-a7f0-58a6be7cf03a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f54a1cb3-e3ab-43b6-8396-8162f065d796, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6edbab9d-dcc1-492e-8da8-a6b58ba52ba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6edbab9d-dcc1-492e-8da8-a6b58ba52ba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3666674884325447748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748366667488432544774836666748843254477483666674884325447748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eca032f4-8b1c-41c7-a256-13a522781583, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eca032f4-8b1c-41c7-a256-13a522781583, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15460652553566265656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656154606525535662656561546065255356626565615460652553566265656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6edbab9d-dcc1-492e-8da8-a6b58ba52ba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eca032f4-8b1c-41c7-a256-13a522781583, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd606f67-e8ee-4a89-8280-a832db0027f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd606f67-e8ee-4a89-8280-a832db0027f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9771938810359278973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973977193881035927897397719388103592789739771938810359278973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e63d1635-12a9-40eb-b968-f8a6824d31ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63d1635-12a9-40eb-b968-f8a6824d31ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4121949300925592625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625412194930092559262541219493009255926254121949300925592625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd606f67-e8ee-4a89-8280-a832db0027f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63d1635-12a9-40eb-b968-f8a6824d31ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37d29f91-4403-4ec2-96bc-22b31b144414, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cba32e04-20de-4e57-8ca8-cce3b7a9cc7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37d29f91-4403-4ec2-96bc-22b31b144414, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8623347626313435932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932862334762631343593286233476263134359328623347626313435932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cba32e04-20de-4e57-8ca8-cce3b7a9cc7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17194409632424201727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727171944096324242017271719440963242420172717194409632424201727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37d29f91-4403-4ec2-96bc-22b31b144414, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cba32e04-20de-4e57-8ca8-cce3b7a9cc7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e86d9db-1d8f-40df-9831-a03f2478e484, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e86d9db-1d8f-40df-9831-a03f2478e484, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11683697565444242089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089116836975654442420891168369756544424208911683697565444242089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b454cf8d-c7ee-464c-aec8-19b800b39f22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b454cf8d-c7ee-464c-aec8-19b800b39f22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11553672941811120961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961115536729418111209611155367294181112096111553672941811120961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e86d9db-1d8f-40df-9831-a03f2478e484, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1628e956-1905-4bb8-a352-63dc23c5a628, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1628e956-1905-4bb8-a352-63dc23c5a628, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16771932389473895166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166167719323894738951661677193238947389516616771932389473895166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b454cf8d-c7ee-464c-aec8-19b800b39f22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42222924-9d33-484a-b162-56399947b3d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42222924-9d33-484a-b162-56399947b3d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3745896498503642817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817374589649850364281737458964985036428173745896498503642817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1628e956-1905-4bb8-a352-63dc23c5a628, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd34ef0a-ab07-4e58-ac01-5aeeb77d7eec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd34ef0a-ab07-4e58-ac01-5aeeb77d7eec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6756170557068785083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083675617055706878508367561705570687850836756170557068785083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42222924-9d33-484a-b162-56399947b3d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a32486-1530-4145-bf88-b745d176b271, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a32486-1530-4145-bf88-b745d176b271, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11066606572328370191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191110666065723283701911106660657232837019111066606572328370191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd34ef0a-ab07-4e58-ac01-5aeeb77d7eec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43d0425c-e926-4837-aff9-b9756b9a13f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d0425c-e926-4837-aff9-b9756b9a13f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7018691783129309001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001701869178312930900170186917831293090017018691783129309001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a32486-1530-4145-bf88-b745d176b271, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d177c150-a3f2-42c6-8659-9daab22848bb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d177c150-a3f2-42c6-8659-9daab22848bb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 33203478751575806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3320347875157580633203478751575806332034787515758063320347875157580633203478751575806332034787515758063320347875157580633203478751575806332034787515758063320347875157580633203478751575806332034787515758063320347875157580633203478751575806332034787515758063320347875157580633203478751575806332034787515758063320347875157580633203478751575806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d0425c-e926-4837-aff9-b9756b9a13f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e4f7b23-763d-4f79-a0b8-ae350c53cefd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e4f7b23-763d-4f79-a0b8-ae350c53cefd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11551859882174032172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172115518598821740321721155185988217403217211551859882174032172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d177c150-a3f2-42c6-8659-9daab22848bb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d35fbcde-0e9a-426c-a32c-4b873f4d2736, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d35fbcde-0e9a-426c-a32c-4b873f4d2736, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6195292318002152797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797619529231800215279761952923180021527976195292318002152797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e4f7b23-763d-4f79-a0b8-ae350c53cefd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2331e42-e4ac-4206-9526-fb7bf1d02d9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d35fbcde-0e9a-426c-a32c-4b873f4d2736, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b70ae0-dd49-479d-b7e2-85fd81a6c65b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b70ae0-dd49-479d-b7e2-85fd81a6c65b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14096639023034860286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286140966390230348602861409663902303486028614096639023034860286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2331e42-e4ac-4206-9526-fb7bf1d02d9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1655983585840109193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193165598358584010919316559835858401091931655983585840109193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2331e42-e4ac-4206-9526-fb7bf1d02d9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14da92d6-fccc-4731-856f-d9aec8b34e97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14da92d6-fccc-4731-856f-d9aec8b34e97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5750281818305653225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225575028181830565322557502818183056532255750281818305653225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b70ae0-dd49-479d-b7e2-85fd81a6c65b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eb44254-3159-4821-90a5-8aae68cef8cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eb44254-3159-4821-90a5-8aae68cef8cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7120847095153663145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145712084709515366314571208470951536631457120847095153663145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14da92d6-fccc-4731-856f-d9aec8b34e97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9befe20-d0b2-47e5-8453-ddb3b01a3c0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9befe20-d0b2-47e5-8453-ddb3b01a3c0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 442919133391450833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833442919133391450833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eb44254-3159-4821-90a5-8aae68cef8cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 117258cc-5042-4ed0-be4e-85d508ef1d82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117258cc-5042-4ed0-be4e-85d508ef1d82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9821330509248011697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697982133050924801169798213305092480116979821330509248011697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9befe20-d0b2-47e5-8453-ddb3b01a3c0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 788428ca-93c1-4d7b-8644-a8b5cdd5049b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 788428ca-93c1-4d7b-8644-a8b5cdd5049b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3571512882568022081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081357151288256802208135715128825680220813571512882568022081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117258cc-5042-4ed0-be4e-85d508ef1d82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e25ddd-3908-494b-9d10-2214e4e541e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e25ddd-3908-494b-9d10-2214e4e541e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13674942871074310362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362136749428710743103621367494287107431036213674942871074310362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 788428ca-93c1-4d7b-8644-a8b5cdd5049b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2d48f7d-5654-4855-aeb5-f4e7d8ffd3c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d48f7d-5654-4855-aeb5-f4e7d8ffd3c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7131573852185658942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942713157385218565894271315738521856589427131573852185658942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e25ddd-3908-494b-9d10-2214e4e541e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05903acb-ee17-4dba-926a-060aa4b7435d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05903acb-ee17-4dba-926a-060aa4b7435d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4132939316191707709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709413293931619170770941329393161917077094132939316191707709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d48f7d-5654-4855-aeb5-f4e7d8ffd3c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad5d3b66-b746-4820-af9e-6b7fbe462489, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad5d3b66-b746-4820-af9e-6b7fbe462489, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5219270335819699432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432521927033581969943252192703358196994325219270335819699432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05903acb-ee17-4dba-926a-060aa4b7435d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ca7321-9646-4a5b-8dd1-6917780ae736, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ca7321-9646-4a5b-8dd1-6917780ae736, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5508239952505439713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713550823995250543971355082399525054397135508239952505439713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad5d3b66-b746-4820-af9e-6b7fbe462489, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cbc2ce6-a0ec-40be-8642-1563a75c4a86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cbc2ce6-a0ec-40be-8642-1563a75c4a86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7711290040452608300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300771129004045260830077112900404526083007711290040452608300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ca7321-9646-4a5b-8dd1-6917780ae736, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74452b8e-b001-4829-ab09-db630e32ddb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74452b8e-b001-4829-ab09-db630e32ddb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8270959741851242309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309827095974185124230982709597418512423098270959741851242309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cbc2ce6-a0ec-40be-8642-1563a75c4a86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d687951d-524a-43bd-bf7a-4eca8b8c9ede, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d687951d-524a-43bd-bf7a-4eca8b8c9ede, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10942763244126470356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356109427632441264703561094276324412647035610942763244126470356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74452b8e-b001-4829-ab09-db630e32ddb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d67e9d0f-ac7f-4ae7-88d5-801e905b0c26, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d67e9d0f-ac7f-4ae7-88d5-801e905b0c26, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2653688570634864021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021265368857063486402126536885706348640212653688570634864021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d687951d-524a-43bd-bf7a-4eca8b8c9ede, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69affc5d-3a04-4682-bca4-57771301249f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69affc5d-3a04-4682-bca4-57771301249f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1320967421586042158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158132096742158604215813209674215860421581320967421586042158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69affc5d-3a04-4682-bca4-57771301249f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5e5b128-e7fd-44b3-8eef-fa53a7b01c3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e5b128-e7fd-44b3-8eef-fa53a7b01c3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12271088987052821162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162122710889870528211621227108898705282116212271088987052821162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d67e9d0f-ac7f-4ae7-88d5-801e905b0c26, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c238099f-7e0a-4590-ace8-fc9e5c3a7a78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c238099f-7e0a-4590-ace8-fc9e5c3a7a78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10762703511000274129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129107627035110002741291076270351100027412910762703511000274129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e5b128-e7fd-44b3-8eef-fa53a7b01c3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57baf82a-ff32-487f-ad7f-36cf16c69732, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57baf82a-ff32-487f-ad7f-36cf16c69732, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3281870950651823185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185328187095065182318532818709506518231853281870950651823185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c238099f-7e0a-4590-ace8-fc9e5c3a7a78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451e167d-8f1d-4d4d-968c-d29bf8430cd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451e167d-8f1d-4d4d-968c-d29bf8430cd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 763828726608796425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425763828726608796425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57baf82a-ff32-487f-ad7f-36cf16c69732, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83504681-8813-4bfb-9d23-5cfbeb809562, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83504681-8813-4bfb-9d23-5cfbeb809562, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14104924737016917894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894141049247370169178941410492473701691789414104924737016917894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451e167d-8f1d-4d4d-968c-d29bf8430cd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 605e98c9-04b1-4128-9c41-46f7c9631498, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 605e98c9-04b1-4128-9c41-46f7c9631498, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10599834605928298515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515105998346059282985151059983460592829851510599834605928298515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83504681-8813-4bfb-9d23-5cfbeb809562, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 101ecf7d-a021-4c6e-83da-7366a81681ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 101ecf7d-a021-4c6e-83da-7366a81681ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183113237867177929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929918311323786717792991831132378671779299183113237867177929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 605e98c9-04b1-4128-9c41-46f7c9631498, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb541b7c-ae2d-417b-ad6f-c8c11ee08f75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb541b7c-ae2d-417b-ad6f-c8c11ee08f75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17403141976839811073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073174031419768398110731740314197683981107317403141976839811073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 101ecf7d-a021-4c6e-83da-7366a81681ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6193761-fa13-414f-bf83-7761490ce259, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6193761-fa13-414f-bf83-7761490ce259, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1181369331608250985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985118136933160825098511813693316082509851181369331608250985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb541b7c-ae2d-417b-ad6f-c8c11ee08f75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85453b02-2529-42be-af61-0cd203a81083, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85453b02-2529-42be-af61-0cd203a81083, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8465670732872375747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747846567073287237574784656707328723757478465670732872375747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6193761-fa13-414f-bf83-7761490ce259, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf6525ae-7d33-40d5-b0b5-77aa9258bcd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6525ae-7d33-40d5-b0b5-77aa9258bcd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13161780252030990189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189131617802520309901891316178025203099018913161780252030990189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85453b02-2529-42be-af61-0cd203a81083, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4ecae71-6536-40ed-b344-a113ae3bbdf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4ecae71-6536-40ed-b344-a113ae3bbdf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4005505415894001793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793400550541589400179340055054158940017934005505415894001793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6525ae-7d33-40d5-b0b5-77aa9258bcd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2eade40-ccdd-4d39-b77e-db8c985180ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4ecae71-6536-40ed-b344-a113ae3bbdf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2eade40-ccdd-4d39-b77e-db8c985180ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12530611626140799031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031125306116261407990311253061162614079903112530611626140799031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9824562-7893-4876-888a-3e8daedd5e0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9824562-7893-4876-888a-3e8daedd5e0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13182855791944630849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849131828557919446308491318285579194463084913182855791944630849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2eade40-ccdd-4d39-b77e-db8c985180ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f37007c7-dd3b-4fd9-8863-bc22d0213fd0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f37007c7-dd3b-4fd9-8863-bc22d0213fd0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2486412689837985663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663248641268983798566324864126898379856632486412689837985663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9824562-7893-4876-888a-3e8daedd5e0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98187f00-23f7-406d-9845-491d9417f7ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98187f00-23f7-406d-9845-491d9417f7ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15148276816106051618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618151482768161060516181514827681610605161815148276816106051618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98187f00-23f7-406d-9845-491d9417f7ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f37007c7-dd3b-4fd9-8863-bc22d0213fd0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40537dd4-1d9c-4c69-a91e-3e575efb1fa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68ab387f-f9af-4a4e-a394-8368b3a572f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40537dd4-1d9c-4c69-a91e-3e575efb1fa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17227729267261567264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264172277292672615672641722772926726156726417227729267261567264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68ab387f-f9af-4a4e-a394-8368b3a572f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5372952393759445740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740537295239375944574053729523937594457405372952393759445740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40537dd4-1d9c-4c69-a91e-3e575efb1fa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d7fa95-5790-40ad-b9ca-ef3537fcb837, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d7fa95-5790-40ad-b9ca-ef3537fcb837, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4185069843582301839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839418506984358230183941850698435823018394185069843582301839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68ab387f-f9af-4a4e-a394-8368b3a572f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea086e0-4b2d-4f8e-a1e0-7b309257c1a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea086e0-4b2d-4f8e-a1e0-7b309257c1a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5116242442503892604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604511624244250389260451162424425038926045116242442503892604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d7fa95-5790-40ad-b9ca-ef3537fcb837, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d6813d6-8e15-4d24-879d-5454cbee9081, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d6813d6-8e15-4d24-879d-5454cbee9081, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17433854070633727912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912174338540706337279121743385407063372791217433854070633727912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea086e0-4b2d-4f8e-a1e0-7b309257c1a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3c8369b-dc77-4214-adde-7f5a51b72035, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c8369b-dc77-4214-adde-7f5a51b72035, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13485620800167773080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080134856208001677730801348562080016777308013485620800167773080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d6813d6-8e15-4d24-879d-5454cbee9081, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5835753-184d-4c00-a82d-5bcd0ccfcad6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5835753-184d-4c00-a82d-5bcd0ccfcad6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15370574076731180334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334153705740767311803341537057407673118033415370574076731180334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c8369b-dc77-4214-adde-7f5a51b72035, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 997ec919-d1a2-4b80-8e0b-1c4a810e4988, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 997ec919-d1a2-4b80-8e0b-1c4a810e4988, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10569544318593112056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056105695443185931120561056954431859311205610569544318593112056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5835753-184d-4c00-a82d-5bcd0ccfcad6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35b2b341-0b83-41cd-aad9-9f5741547d6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b2b341-0b83-41cd-aad9-9f5741547d6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4147091706371608487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487414709170637160848741470917063716084874147091706371608487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 997ec919-d1a2-4b80-8e0b-1c4a810e4988, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8179cec5-1c5a-47e0-8808-87d0176b0f2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8179cec5-1c5a-47e0-8808-87d0176b0f2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208030640894661702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702620803064089466170262080306408946617026208030640894661702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b2b341-0b83-41cd-aad9-9f5741547d6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a382d00-d9f0-4f0c-b8c5-ad318b38937a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a382d00-d9f0-4f0c-b8c5-ad318b38937a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9504392211751174688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688950439221175117468895043922117511746889504392211751174688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8179cec5-1c5a-47e0-8808-87d0176b0f2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fecd9a03-5da0-4038-a48f-c217c6229ef8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fecd9a03-5da0-4038-a48f-c217c6229ef8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13735684501680251917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917137356845016802519171373568450168025191713735684501680251917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a382d00-d9f0-4f0c-b8c5-ad318b38937a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93ac56db-63af-4fef-b2f1-a1bbec8b188b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ac56db-63af-4fef-b2f1-a1bbec8b188b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14154720658211565211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211141547206582115652111415472065821156521114154720658211565211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fecd9a03-5da0-4038-a48f-c217c6229ef8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aead3b2-99c1-4db4-a67c-731a420d343e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aead3b2-99c1-4db4-a67c-731a420d343e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8623775724135289415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415862377572413528941586237757241352894158623775724135289415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ac56db-63af-4fef-b2f1-a1bbec8b188b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fc9fe73-47c5-44c3-8b0b-758e4fa8d055, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc9fe73-47c5-44c3-8b0b-758e4fa8d055, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13387203157252978584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584133872031572529785841338720315725297858413387203157252978584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aead3b2-99c1-4db4-a67c-731a420d343e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cac5beda-912d-4622-8e75-d806cb236745, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cac5beda-912d-4622-8e75-d806cb236745, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3295108418026608731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731329510841802660873132951084180266087313295108418026608731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc9fe73-47c5-44c3-8b0b-758e4fa8d055, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8664b551-5553-4fb9-a7e7-a194af1a3b63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cac5beda-912d-4622-8e75-d806cb236745, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8664b551-5553-4fb9-a7e7-a194af1a3b63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1942471458291598798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798194247145829159879819424714582915987981942471458291598798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a40d1bd-1832-4c4e-a739-829dc586d6b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a40d1bd-1832-4c4e-a739-829dc586d6b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12619143121074096334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334126191431210740963341261914312107409633412619143121074096334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8664b551-5553-4fb9-a7e7-a194af1a3b63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b14f942-6307-4622-be52-bb78d5863041, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b14f942-6307-4622-be52-bb78d5863041, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14805575795354214799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799148055757953542147991480557579535421479914805575795354214799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a40d1bd-1832-4c4e-a739-829dc586d6b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0237f5b1-874b-439f-86d3-5dd7e076d093, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0237f5b1-874b-439f-86d3-5dd7e076d093, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13535421653912025068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068135354216539120250681353542165391202506813535421653912025068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b14f942-6307-4622-be52-bb78d5863041, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68f9a73f-f827-4ff3-8b64-9999e1fb288f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f9a73f-f827-4ff3-8b64-9999e1fb288f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4988255787796429513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513498825578779642951349882557877964295134988255787796429513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0237f5b1-874b-439f-86d3-5dd7e076d093, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8117dd2a-1de5-4aa5-a34e-96902700d6cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8117dd2a-1de5-4aa5-a34e-96902700d6cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129068194464339939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939112906819446433993911290681944643399391129068194464339939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f9a73f-f827-4ff3-8b64-9999e1fb288f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c4cf678-5e98-47d8-97c1-da4f721e0b87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4cf678-5e98-47d8-97c1-da4f721e0b87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14551801202325300627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627145518012023253006271455180120232530062714551801202325300627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8117dd2a-1de5-4aa5-a34e-96902700d6cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04891c7c-ce90-4bbb-9895-794caaebe947, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04891c7c-ce90-4bbb-9895-794caaebe947, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5319868455230340905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905531986845523034090553198684552303409055319868455230340905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4cf678-5e98-47d8-97c1-da4f721e0b87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba959da7-a8d5-4304-ad4b-2c70f9a7376d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba959da7-a8d5-4304-ad4b-2c70f9a7376d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4313967541057329246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246431396754105732924643139675410573292464313967541057329246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04891c7c-ce90-4bbb-9895-794caaebe947, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fd0dfcb-28ff-4eb4-be40-ea157a142aff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd0dfcb-28ff-4eb4-be40-ea157a142aff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11462210864372012227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227114622108643720122271146221086437201222711462210864372012227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba959da7-a8d5-4304-ad4b-2c70f9a7376d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bf13113-abbf-4b7f-91d3-d5ab2554243e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf13113-abbf-4b7f-91d3-d5ab2554243e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1948416819895962501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501194841681989596250119484168198959625011948416819895962501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf13113-abbf-4b7f-91d3-d5ab2554243e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a38c6a71-3761-4f4d-96f2-cea5b00a5464, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a38c6a71-3761-4f4d-96f2-cea5b00a5464, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16013167101019191642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642160131671010191916421601316710101919164216013167101019191642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd0dfcb-28ff-4eb4-be40-ea157a142aff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89cebe16-3ab7-4e7c-aaa0-761165e5c212, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89cebe16-3ab7-4e7c-aaa0-761165e5c212, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17235492629285238586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586172354926292852385861723549262928523858617235492629285238586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89cebe16-3ab7-4e7c-aaa0-761165e5c212, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a38c6a71-3761-4f4d-96f2-cea5b00a5464, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dae8107c-5e72-46d0-845a-3edfcc7020b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dae8107c-5e72-46d0-845a-3edfcc7020b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8495069411577151269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269849506941157715126984950694115771512698495069411577151269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3515de0-21cc-41d1-a68c-3cb47c3db514, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3515de0-21cc-41d1-a68c-3cb47c3db514, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17693847921425730038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038176938479214257300381769384792142573003817693847921425730038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dae8107c-5e72-46d0-845a-3edfcc7020b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 198033a7-24b1-49d0-8d7a-b3c361b23f05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198033a7-24b1-49d0-8d7a-b3c361b23f05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8100359474251842730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730810035947425184273081003594742518427308100359474251842730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3515de0-21cc-41d1-a68c-3cb47c3db514, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a2843ec-1ea4-4b73-8e22-81af8ae1fedc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2843ec-1ea4-4b73-8e22-81af8ae1fedc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2605031409024853259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259260503140902485325926050314090248532592605031409024853259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198033a7-24b1-49d0-8d7a-b3c361b23f05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c44530de-455a-4b51-ada7-047936728287, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c44530de-455a-4b51-ada7-047936728287, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13268995282155251626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626132689952821552516261326899528215525162613268995282155251626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2843ec-1ea4-4b73-8e22-81af8ae1fedc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2a92b05-2617-4abb-a88c-eaf28ac5b84b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a92b05-2617-4abb-a88c-eaf28ac5b84b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10788141975879345846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846107881419758793458461078814197587934584610788141975879345846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a92b05-2617-4abb-a88c-eaf28ac5b84b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c44530de-455a-4b51-ada7-047936728287, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d94f9e48-1c5d-49e8-a30f-8a6860b3f5da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d94f9e48-1c5d-49e8-a30f-8a6860b3f5da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7427183217467623377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377742718321746762337774271832174676233777427183217467623377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d64fa98-88d0-459c-a03c-a2522e1127fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d64fa98-88d0-459c-a03c-a2522e1127fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3404536621952841283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283340453662195284128334045366219528412833404536621952841283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d94f9e48-1c5d-49e8-a30f-8a6860b3f5da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d64fa98-88d0-459c-a03c-a2522e1127fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6797b3fc-3b19-416d-92a3-1d0f00c802a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6797b3fc-3b19-416d-92a3-1d0f00c802a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14855047120516959433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433148550471205169594331485504712051695943314855047120516959433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b57ced15-9493-43e5-b676-70501d510195, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57ced15-9493-43e5-b676-70501d510195, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 974686678651497391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391974686678651497391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6797b3fc-3b19-416d-92a3-1d0f00c802a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddc47b3e-5f80-4873-8e63-3193de9d89b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc47b3e-5f80-4873-8e63-3193de9d89b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7250981546103762010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010725098154610376201072509815461037620107250981546103762010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57ced15-9493-43e5-b676-70501d510195, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd7c20d6-611a-4814-877f-5e57f15b9abe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd7c20d6-611a-4814-877f-5e57f15b9abe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16913631903715430745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745169136319037154307451691363190371543074516913631903715430745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc47b3e-5f80-4873-8e63-3193de9d89b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87bde762-a3b7-4ec3-b1cf-739efcbd44f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bde762-a3b7-4ec3-b1cf-739efcbd44f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4461187382679256425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425446118738267925642544611873826792564254461187382679256425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd7c20d6-611a-4814-877f-5e57f15b9abe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a0afbd7-1c5b-4335-bb78-1f8fe332cc58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0afbd7-1c5b-4335-bb78-1f8fe332cc58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4625672146717416559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559462567214671741655946256721467174165594625672146717416559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bde762-a3b7-4ec3-b1cf-739efcbd44f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2bfe9ce-9785-487e-890e-ec9a071a8130, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bfe9ce-9785-487e-890e-ec9a071a8130, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12461908746866761935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935124619087468667619351246190874686676193512461908746866761935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0afbd7-1c5b-4335-bb78-1f8fe332cc58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3a72f49-5906-47a6-8d3c-b235efd3598e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bfe9ce-9785-487e-890e-ec9a071a8130, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d8aabc6-f076-40fe-9c23-2e7990736533, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a72f49-5906-47a6-8d3c-b235efd3598e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6729084402085041342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342672908440208504134267290844020850413426729084402085041342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d8aabc6-f076-40fe-9c23-2e7990736533, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8550958033482073497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497855095803348207349785509580334820734978550958033482073497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a72f49-5906-47a6-8d3c-b235efd3598e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7785c88-a9e9-4924-a5d3-98d90858eaaf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7785c88-a9e9-4924-a5d3-98d90858eaaf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9901544838325645425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425990154483832564542599015448383256454259901544838325645425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d8aabc6-f076-40fe-9c23-2e7990736533, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0115f045-6ebb-4832-8339-2e8ea95f4d2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0115f045-6ebb-4832-8339-2e8ea95f4d2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14219974920052354889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889142199749200523548891421997492005235488914219974920052354889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7785c88-a9e9-4924-a5d3-98d90858eaaf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e601ae65-c42f-449b-b2c7-f00e49f98160, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0115f045-6ebb-4832-8339-2e8ea95f4d2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e601ae65-c42f-449b-b2c7-f00e49f98160, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2675649188442224196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196267564918844222419626756491884422241962675649188442224196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47531f32-5bdf-4f2a-921b-3cf717edf6ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47531f32-5bdf-4f2a-921b-3cf717edf6ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3120334290499575284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284312033429049957528431203342904995752843120334290499575284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e601ae65-c42f-449b-b2c7-f00e49f98160, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da0d1c6d-1da4-4005-b510-292a0b49a0c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da0d1c6d-1da4-4005-b510-292a0b49a0c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9929592695343325675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675992959269534332567599295926953433256759929592695343325675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47531f32-5bdf-4f2a-921b-3cf717edf6ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e65bced4-07b2-48dd-afad-62c0b2068e7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65bced4-07b2-48dd-afad-62c0b2068e7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3129746232545321154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154312974623254532115431297462325453211543129746232545321154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da0d1c6d-1da4-4005-b510-292a0b49a0c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fa9920d-5bec-41b5-83c4-bd4b977f4ce1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa9920d-5bec-41b5-83c4-bd4b977f4ce1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1935090048955360447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447193509004895536044719350900489553604471935090048955360447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65bced4-07b2-48dd-afad-62c0b2068e7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f0f7768-77e8-4003-9432-373c61d9ce76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f0f7768-77e8-4003-9432-373c61d9ce76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3163186432289788589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589316318643228978858931631864322897885893163186432289788589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa9920d-5bec-41b5-83c4-bd4b977f4ce1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306780d8-7438-4aa2-8afd-d28d75ce2d4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306780d8-7438-4aa2-8afd-d28d75ce2d4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 591760336239573103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103591760336239573103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f0f7768-77e8-4003-9432-373c61d9ce76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 062aa338-5f3d-49b6-8c14-f68c3917f96b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 062aa338-5f3d-49b6-8c14-f68c3917f96b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13782747175863669591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591137827471758636695911378274717586366959113782747175863669591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306780d8-7438-4aa2-8afd-d28d75ce2d4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e7d66d5-ad39-429d-90b7-a53c8207eee0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e7d66d5-ad39-429d-90b7-a53c8207eee0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8367364641966919865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865836736464196691986583673646419669198658367364641966919865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 062aa338-5f3d-49b6-8c14-f68c3917f96b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 610b63f4-ffa6-4274-9cd4-d2ce203f712f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610b63f4-ffa6-4274-9cd4-d2ce203f712f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4385372878094296189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189438537287809429618943853728780942961894385372878094296189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e7d66d5-ad39-429d-90b7-a53c8207eee0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610b63f4-ffa6-4274-9cd4-d2ce203f712f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ac4a9e-6b0a-4e45-9cd7-e9cd056e565d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ac4a9e-6b0a-4e45-9cd7-e9cd056e565d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2369617514497222268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268236961751449722226823696175144972222682369617514497222268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c3e28e4-9910-40f5-a6f2-17824ac2a581, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c3e28e4-9910-40f5-a6f2-17824ac2a581, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12587798207857425241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241125877982078574252411258779820785742524112587798207857425241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ac4a9e-6b0a-4e45-9cd7-e9cd056e565d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9532ad45-be12-41e3-8cae-5e61068ac3e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9532ad45-be12-41e3-8cae-5e61068ac3e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 315938787031640269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269315938787031640269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c3e28e4-9910-40f5-a6f2-17824ac2a581, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e8da5b-3df4-49d3-8a38-36df2881de9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e8da5b-3df4-49d3-8a38-36df2881de9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054127631628022104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104170541276316280221041705412763162802210417054127631628022104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9532ad45-be12-41e3-8cae-5e61068ac3e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a7328bc-aab7-4b20-a6b0-eb55c22a700a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a7328bc-aab7-4b20-a6b0-eb55c22a700a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 682589030082020234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234682589030082020234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e8da5b-3df4-49d3-8a38-36df2881de9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f84c34f-ef52-4746-901e-1cae44c066d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f84c34f-ef52-4746-901e-1cae44c066d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10651781339415804426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426106517813394158044261065178133941580442610651781339415804426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a7328bc-aab7-4b20-a6b0-eb55c22a700a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b2d05e5-6654-4331-ac16-b54a28a1d46a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b2d05e5-6654-4331-ac16-b54a28a1d46a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3253603451684571851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851325360345168457185132536034516845718513253603451684571851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f84c34f-ef52-4746-901e-1cae44c066d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce7f9c55-026e-4f36-93ee-ceeb18263e03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce7f9c55-026e-4f36-93ee-ceeb18263e03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12854042949518611120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120128540429495186111201285404294951861112012854042949518611120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b2d05e5-6654-4331-ac16-b54a28a1d46a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 583ecc18-1cc8-4802-8f7e-acc0b68fdd1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 583ecc18-1cc8-4802-8f7e-acc0b68fdd1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16271389199573815734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734162713891995738157341627138919957381573416271389199573815734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce7f9c55-026e-4f36-93ee-ceeb18263e03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab31f0ff-5938-4acb-b1fc-c5b306aad22a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab31f0ff-5938-4acb-b1fc-c5b306aad22a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11382595410253617073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073113825954102536170731138259541025361707311382595410253617073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 583ecc18-1cc8-4802-8f7e-acc0b68fdd1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af467002-bd6f-4f6a-a130-2ae1c89ef596, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af467002-bd6f-4f6a-a130-2ae1c89ef596, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15043374109467745987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987150433741094677459871504337410946774598715043374109467745987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab31f0ff-5938-4acb-b1fc-c5b306aad22a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4133a45-c490-42c2-85d2-a6f70ee9d714, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4133a45-c490-42c2-85d2-a6f70ee9d714, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7588147758179232786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786758814775817923278675881477581792327867588147758179232786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af467002-bd6f-4f6a-a130-2ae1c89ef596, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 255345bf-96c1-4f65-a78b-fcef6ae076db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 255345bf-96c1-4f65-a78b-fcef6ae076db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17052238354507068468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468170522383545070684681705223835450706846817052238354507068468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4133a45-c490-42c2-85d2-a6f70ee9d714, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65eb8276-5d9f-43f2-b007-11b4c4b5fe64, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65eb8276-5d9f-43f2-b007-11b4c4b5fe64, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098992217864407491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491609899221786440749160989922178644074916098992217864407491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 255345bf-96c1-4f65-a78b-fcef6ae076db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b267ce15-dedb-4c2f-be15-1936cf1bef5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b267ce15-dedb-4c2f-be15-1936cf1bef5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11714080112804606362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362117140801128046063621171408011280460636211714080112804606362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65eb8276-5d9f-43f2-b007-11b4c4b5fe64, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 366ab96a-eeca-44af-9e3e-6daa259621cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 366ab96a-eeca-44af-9e3e-6daa259621cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11574160569358027776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776115741605693580277761157416056935802777611574160569358027776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b267ce15-dedb-4c2f-be15-1936cf1bef5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f36aebd-6819-4149-92c9-7d33b1d49839, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f36aebd-6819-4149-92c9-7d33b1d49839, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5173762366533491965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965517376236653349196551737623665334919655173762366533491965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 366ab96a-eeca-44af-9e3e-6daa259621cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a87bed1-e5d5-4de8-a8ae-ecb450560cc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a87bed1-e5d5-4de8-a8ae-ecb450560cc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 296871426620294619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619296871426620294619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f36aebd-6819-4149-92c9-7d33b1d49839, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59419010-bf3c-4159-9e21-7b4e10063509, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59419010-bf3c-4159-9e21-7b4e10063509, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11113412807157437403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403111134128071574374031111341280715743740311113412807157437403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a87bed1-e5d5-4de8-a8ae-ecb450560cc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7177a9f4-115f-4355-a8c2-eeae55bf714f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7177a9f4-115f-4355-a8c2-eeae55bf714f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5878196435092327297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297587819643509232729758781964350923272975878196435092327297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59419010-bf3c-4159-9e21-7b4e10063509, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ae6ad6c-b108-4a60-b515-f5515022bd5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae6ad6c-b108-4a60-b515-f5515022bd5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16395161934357244447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447163951619343572444471639516193435724444716395161934357244447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7177a9f4-115f-4355-a8c2-eeae55bf714f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e01cb6-e63f-44f3-bb73-6636c0bac8fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e01cb6-e63f-44f3-bb73-6636c0bac8fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9107257831191015205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205910725783119101520591072578311910152059107257831191015205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae6ad6c-b108-4a60-b515-f5515022bd5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75d1cc77-9ee7-47c4-b437-8e8aa710c747, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75d1cc77-9ee7-47c4-b437-8e8aa710c747, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 438713088241205925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925438713088241205925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e01cb6-e63f-44f3-bb73-6636c0bac8fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c5fd1cd-22aa-4940-9cd5-6d2eee4d54b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c5fd1cd-22aa-4940-9cd5-6d2eee4d54b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6083694910726141476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476608369491072614147660836949107261414766083694910726141476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75d1cc77-9ee7-47c4-b437-8e8aa710c747, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76f1aee8-b1e1-4565-98bb-abe97caf5dbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f1aee8-b1e1-4565-98bb-abe97caf5dbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14047391282292967575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575140473912822929675751404739128229296757514047391282292967575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c5fd1cd-22aa-4940-9cd5-6d2eee4d54b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fe9f73b-4a64-485c-9ac3-62fbf4cb4909, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe9f73b-4a64-485c-9ac3-62fbf4cb4909, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13767292818166203751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751137672928181662037511376729281816620375113767292818166203751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f1aee8-b1e1-4565-98bb-abe97caf5dbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ccbc6f2-45c2-47b0-97e6-af41e61e2e6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ccbc6f2-45c2-47b0-97e6-af41e61e2e6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11771984923854906354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354117719849238549063541177198492385490635411771984923854906354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe9f73b-4a64-485c-9ac3-62fbf4cb4909, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c3dea77-8dfe-4c75-8fd6-a90d16a44c59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c3dea77-8dfe-4c75-8fd6-a90d16a44c59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4514657679848087779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779451465767984808777945146576798480877794514657679848087779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ccbc6f2-45c2-47b0-97e6-af41e61e2e6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47737a3b-61cb-40ec-b19f-d415f6211735, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47737a3b-61cb-40ec-b19f-d415f6211735, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17459300970058311869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869174593009700583118691745930097005831186917459300970058311869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c3dea77-8dfe-4c75-8fd6-a90d16a44c59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 723133ac-d5ce-4184-ad34-3c228c3fc163, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723133ac-d5ce-4184-ad34-3c228c3fc163, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14320159344857085498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498143201593448570854981432015934485708549814320159344857085498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47737a3b-61cb-40ec-b19f-d415f6211735, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a9836aa-d446-4801-98b3-1af3cccec2c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723133ac-d5ce-4184-ad34-3c228c3fc163, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af5e4531-939e-40c0-93d1-d4b853beb161, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a9836aa-d446-4801-98b3-1af3cccec2c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3365460320245406690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690336546032024540669033654603202454066903365460320245406690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af5e4531-939e-40c0-93d1-d4b853beb161, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8900398577915670090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090890039857791567009089003985779156700908900398577915670090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af5e4531-939e-40c0-93d1-d4b853beb161, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 487c2715-4d76-4d50-a206-e819f1eb98a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 487c2715-4d76-4d50-a206-e819f1eb98a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17579358171614467209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209175793581716144672091757935817161446720917579358171614467209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a9836aa-d446-4801-98b3-1af3cccec2c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46440916-6f7f-484d-8678-46b68808363b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46440916-6f7f-484d-8678-46b68808363b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7456197775701396249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249745619777570139624974561977757013962497456197775701396249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 487c2715-4d76-4d50-a206-e819f1eb98a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0e683f3-2361-4304-9d9c-a5492ec29bdc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0e683f3-2361-4304-9d9c-a5492ec29bdc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3935247105598580764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764393524710559858076439352471055985807643935247105598580764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46440916-6f7f-484d-8678-46b68808363b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18ab0c0a-e30a-416b-8fca-6bacb191fadf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18ab0c0a-e30a-416b-8fca-6bacb191fadf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16569912482112815988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988165699124821128159881656991248211281598816569912482112815988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0e683f3-2361-4304-9d9c-a5492ec29bdc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18c8ee89-4a48-4241-b1f5-9b2e0e400023, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18ab0c0a-e30a-416b-8fca-6bacb191fadf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3c74f06-701d-451a-8728-ba6cbd950ad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c8ee89-4a48-4241-b1f5-9b2e0e400023, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11668713642887226260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260116687136428872262601166871364288722626011668713642887226260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3c74f06-701d-451a-8728-ba6cbd950ad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14100712552843199009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009141007125528431990091410071255284319900914100712552843199009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c8ee89-4a48-4241-b1f5-9b2e0e400023, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb95bbd3-3985-45e8-8adc-fcf8668e10c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb95bbd3-3985-45e8-8adc-fcf8668e10c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10585076664521831020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020105850766645218310201058507666452183102010585076664521831020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3c74f06-701d-451a-8728-ba6cbd950ad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd27d58c-19ce-4fec-90e7-4763059321e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd27d58c-19ce-4fec-90e7-4763059321e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3549602919994922986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986354960291999492298635496029199949229863549602919994922986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb95bbd3-3985-45e8-8adc-fcf8668e10c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd27d58c-19ce-4fec-90e7-4763059321e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a448e191-9a97-4910-9fd9-4926485aa1a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93a2b87b-45dc-475c-b503-9b8ad58583a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a2b87b-45dc-475c-b503-9b8ad58583a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8559321919920079106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106855932191992007910685593219199200791068559321919920079106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a448e191-9a97-4910-9fd9-4926485aa1a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6287928458111481599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599628792845811148159962879284581114815996287928458111481599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a448e191-9a97-4910-9fd9-4926485aa1a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a2b87b-45dc-475c-b503-9b8ad58583a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0d639fe-6d8f-4d54-8137-b5af78974570, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d639fe-6d8f-4d54-8137-b5af78974570, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16938215168612180075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075169382151686121800751693821516861218007516938215168612180075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158d7a99-1ab4-4331-8d6d-532e373790f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158d7a99-1ab4-4331-8d6d-532e373790f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6975606264437410775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775697560626443741077569756062644374107756975606264437410775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d639fe-6d8f-4d54-8137-b5af78974570, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bebeed31-782c-4d46-a302-70191f56e669, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bebeed31-782c-4d46-a302-70191f56e669, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14413191307684421511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511144131913076844215111441319130768442151114413191307684421511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158d7a99-1ab4-4331-8d6d-532e373790f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40623c0c-496f-4154-b252-49fb0c28f0f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40623c0c-496f-4154-b252-49fb0c28f0f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10616365535239619633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633106163655352396196331061636553523961963310616365535239619633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bebeed31-782c-4d46-a302-70191f56e669, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8a1775c-b2c2-44ea-82f4-f95432e0b5d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8a1775c-b2c2-44ea-82f4-f95432e0b5d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1489183517626855003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003148918351762685500314891835176268550031489183517626855003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40623c0c-496f-4154-b252-49fb0c28f0f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6cf8616-95ae-4520-8b4e-d44819b26bb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6cf8616-95ae-4520-8b4e-d44819b26bb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7483612168091412262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262748361216809141226274836121680914122627483612168091412262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8a1775c-b2c2-44ea-82f4-f95432e0b5d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 487a0773-ca69-454e-b99d-889b0127c141, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 487a0773-ca69-454e-b99d-889b0127c141, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2624235605906396926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926262423560590639692626242356059063969262624235605906396926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6cf8616-95ae-4520-8b4e-d44819b26bb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2242ca-b561-4984-9a4e-d0b15d8eb97a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2242ca-b561-4984-9a4e-d0b15d8eb97a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4713008015708380724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724471300801570838072447130080157083807244713008015708380724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 487a0773-ca69-454e-b99d-889b0127c141, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe8b4779-f7d3-4a22-bcba-7ace3a58fd8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe8b4779-f7d3-4a22-bcba-7ace3a58fd8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16069837983953172541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541160698379839531725411606983798395317254116069837983953172541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2242ca-b561-4984-9a4e-d0b15d8eb97a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8787351c-b2f0-46f4-a379-dc2c25e87e94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8787351c-b2f0-46f4-a379-dc2c25e87e94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13265772070926482978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978132657720709264829781326577207092648297813265772070926482978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe8b4779-f7d3-4a22-bcba-7ace3a58fd8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 994aad6d-c8be-4154-b545-3761eb0d0469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 994aad6d-c8be-4154-b545-3761eb0d0469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7840687758049136590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590784068775804913659078406877580491365907840687758049136590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8787351c-b2f0-46f4-a379-dc2c25e87e94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d82c3141-9918-4780-ba15-f636d78c4ad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 994aad6d-c8be-4154-b545-3761eb0d0469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d82c3141-9918-4780-ba15-f636d78c4ad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11149051375728062845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845111490513757280628451114905137572806284511149051375728062845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 662dbacb-026d-4ed1-b0c6-e369c409ac46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662dbacb-026d-4ed1-b0c6-e369c409ac46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 813062906100116600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600813062906100116600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d82c3141-9918-4780-ba15-f636d78c4ad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4823eba0-9c2f-4e24-b7c2-6117d2f56e42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4823eba0-9c2f-4e24-b7c2-6117d2f56e42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15025685436313108787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787150256854363131087871502568543631310878715025685436313108787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662dbacb-026d-4ed1-b0c6-e369c409ac46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18c742d8-b297-4812-9846-3a39817cf912, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c742d8-b297-4812-9846-3a39817cf912, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16488856238455582186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186164888562384555821861648885623845558218616488856238455582186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4823eba0-9c2f-4e24-b7c2-6117d2f56e42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bf4c2db-6cc7-47aa-af28-1d2f0d0b38fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf4c2db-6cc7-47aa-af28-1d2f0d0b38fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2375014728930929351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351237501472893092935123750147289309293512375014728930929351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c742d8-b297-4812-9846-3a39817cf912, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf4c2db-6cc7-47aa-af28-1d2f0d0b38fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b3bcbfe-b8bd-414c-9fd8-c37ffd037a22, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d8b0a39-0ba0-485d-ad7d-40cdfe04b5d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d8b0a39-0ba0-485d-ad7d-40cdfe04b5d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4474153444308938099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099447415344430893809944741534443089380994474153444308938099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3bcbfe-b8bd-414c-9fd8-c37ffd037a22, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8999790851055457360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360899979085105545736089997908510554573608999790851055457360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d8b0a39-0ba0-485d-ad7d-40cdfe04b5d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b0d4c23-6520-479a-96f1-f425fb3e831b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b0d4c23-6520-479a-96f1-f425fb3e831b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16156644981619179257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257161566449816191792571615664498161917925716156644981619179257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3bcbfe-b8bd-414c-9fd8-c37ffd037a22, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5192d95a-d621-47c0-913e-4d4a9fa01af6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5192d95a-d621-47c0-913e-4d4a9fa01af6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17814385931472037681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681178143859314720376811781438593147203768117814385931472037681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5192d95a-d621-47c0-913e-4d4a9fa01af6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 695b1d55-fc50-464d-8555-afe993d3ea1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b0d4c23-6520-479a-96f1-f425fb3e831b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3968711-53bf-46dd-9088-65407f47ad3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695b1d55-fc50-464d-8555-afe993d3ea1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11021070224000676742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742110210702240006767421102107022400067674211021070224000676742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3968711-53bf-46dd-9088-65407f47ad3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13428560059536234743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743134285600595362347431342856005953623474313428560059536234743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695b1d55-fc50-464d-8555-afe993d3ea1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3968711-53bf-46dd-9088-65407f47ad3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a6c22f-4723-4913-9985-a80e15d0de4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50953acf-dcf4-4ac6-97c3-48ee60c0260d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a6c22f-4723-4913-9985-a80e15d0de4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 232271550540604528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528232271550540604528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50953acf-dcf4-4ac6-97c3-48ee60c0260d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9332618264475252805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805933261826447525280593326182644752528059332618264475252805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a6c22f-4723-4913-9985-a80e15d0de4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad2535be-028a-4bc9-b8c5-59e38c1194c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad2535be-028a-4bc9-b8c5-59e38c1194c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9715344903848844970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970971534490384884497097153449038488449709715344903848844970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50953acf-dcf4-4ac6-97c3-48ee60c0260d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c660c8c-f67e-4ecd-a814-425dae7b24e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c660c8c-f67e-4ecd-a814-425dae7b24e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15901458987437196956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956159014589874371969561590145898743719695615901458987437196956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad2535be-028a-4bc9-b8c5-59e38c1194c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c552a9b7-2d58-443b-b541-d734ca290f35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c552a9b7-2d58-443b-b541-d734ca290f35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7552143755335661810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810755214375533566181075521437553356618107552143755335661810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c660c8c-f67e-4ecd-a814-425dae7b24e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d9c6103-ed7a-4237-baee-c49273e8c0ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d9c6103-ed7a-4237-baee-c49273e8c0ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6388804938825144229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229638880493882514422963888049388251442296388804938825144229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c552a9b7-2d58-443b-b541-d734ca290f35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7e3c1b-a71f-4a71-8468-8999e7db0517, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7e3c1b-a71f-4a71-8468-8999e7db0517, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18107042431857533589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589181070424318575335891810704243185753358918107042431857533589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d9c6103-ed7a-4237-baee-c49273e8c0ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 453b43f6-1883-4297-81a3-4087c86bd91c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453b43f6-1883-4297-81a3-4087c86bd91c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14307452975573083563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563143074529755730835631430745297557308356314307452975573083563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7e3c1b-a71f-4a71-8468-8999e7db0517, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85fe094e-0fe2-4880-8d31-b66d6eced600, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85fe094e-0fe2-4880-8d31-b66d6eced600, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8663273866590004598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598866327386659000459886632738665900045988663273866590004598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453b43f6-1883-4297-81a3-4087c86bd91c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b5403a-d5b1-419f-866f-17bc93fd5677, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b5403a-d5b1-419f-866f-17bc93fd5677, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14120672823586842856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856141206728235868428561412067282358684285614120672823586842856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85fe094e-0fe2-4880-8d31-b66d6eced600, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a6d4652-ee3e-4cf6-8385-a13731bc373d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6d4652-ee3e-4cf6-8385-a13731bc373d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4868364438714239910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910486836443871423991048683644387142399104868364438714239910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b5403a-d5b1-419f-866f-17bc93fd5677, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6d4652-ee3e-4cf6-8385-a13731bc373d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14e7bad1-afce-44cb-aeb1-22e85795270f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e7bad1-afce-44cb-aeb1-22e85795270f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13374717863219829226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226133747178632198292261337471786321982922613374717863219829226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a7e9b36-0fb2-484c-be6d-f25891154bb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a7e9b36-0fb2-484c-be6d-f25891154bb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13973740838296734775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775139737408382967347751397374083829673477513973740838296734775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e7bad1-afce-44cb-aeb1-22e85795270f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f3f9e8f-7652-4168-9d97-3739b6a9a168, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f3f9e8f-7652-4168-9d97-3739b6a9a168, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9525232120525288555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555952523212052528855595252321205252885559525232120525288555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a7e9b36-0fb2-484c-be6d-f25891154bb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0467ed7f-1ef1-422a-8097-a51c30da6d5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0467ed7f-1ef1-422a-8097-a51c30da6d5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2208242524645581673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673220824252464558167322082425246455816732208242524645581673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f3f9e8f-7652-4168-9d97-3739b6a9a168, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc224649-d191-4390-9e5a-ab4257281cc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0467ed7f-1ef1-422a-8097-a51c30da6d5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc224649-d191-4390-9e5a-ab4257281cc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3036199987051364357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357303619998705136435730361999870513643573036199987051364357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6364ed9-05b1-40e9-8265-536243179d03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6364ed9-05b1-40e9-8265-536243179d03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1146377773277754170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170114637777327775417011463777732777541701146377773277754170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc224649-d191-4390-9e5a-ab4257281cc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae256457-2572-4f75-959d-3e4a728ecb3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae256457-2572-4f75-959d-3e4a728ecb3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2424216434428823311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311242421643442882331124242164344288233112424216434428823311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6364ed9-05b1-40e9-8265-536243179d03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7431a096-9979-40e1-b13c-26116fa1b9e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7431a096-9979-40e1-b13c-26116fa1b9e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17917787958464602109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109179177879584646021091791778795846460210917917787958464602109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae256457-2572-4f75-959d-3e4a728ecb3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32f528fc-dfdc-4239-b3f7-19101f419a65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f528fc-dfdc-4239-b3f7-19101f419a65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10928282906118581106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106109282829061185811061092828290611858110610928282906118581106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7431a096-9979-40e1-b13c-26116fa1b9e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f528fc-dfdc-4239-b3f7-19101f419a65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc73bb3f-d446-4e24-922c-702ae972322c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc73bb3f-d446-4e24-922c-702ae972322c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435653850943882886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886543565385094388288654356538509438828865435653850943882886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a58496f-7c8a-46ed-a8c3-2b11c5bddea1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a58496f-7c8a-46ed-a8c3-2b11c5bddea1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12326874534846573762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762123268745348465737621232687453484657376212326874534846573762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc73bb3f-d446-4e24-922c-702ae972322c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ed49b38-b0a8-4c86-8afc-47d306f4d97a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a58496f-7c8a-46ed-a8c3-2b11c5bddea1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed49b38-b0a8-4c86-8afc-47d306f4d97a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7378569258783942941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941737856925878394294173785692587839429417378569258783942941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0e66dde-6021-45e8-8cbf-f5d483008da5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0e66dde-6021-45e8-8cbf-f5d483008da5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11352325222832213061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061113523252228322130611135232522283221306111352325222832213061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed49b38-b0a8-4c86-8afc-47d306f4d97a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 536ea043-c58f-4b67-855b-3ec38c236ddf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 536ea043-c58f-4b67-855b-3ec38c236ddf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1854581023628008210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210185458102362800821018545810236280082101854581023628008210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0e66dde-6021-45e8-8cbf-f5d483008da5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b61e1a9-eb91-4c03-94bd-79c638eb16b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b61e1a9-eb91-4c03-94bd-79c638eb16b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9840466505177269446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446984046650517726944698404665051772694469840466505177269446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 536ea043-c58f-4b67-855b-3ec38c236ddf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9823cfe3-eaac-48a5-85e3-be848960d9f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9823cfe3-eaac-48a5-85e3-be848960d9f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7028451304563566397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397702845130456356639770284513045635663977028451304563566397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b61e1a9-eb91-4c03-94bd-79c638eb16b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e22a5230-aafa-43a2-9fa3-cbe28287edce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22a5230-aafa-43a2-9fa3-cbe28287edce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8616494730340598162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162861649473034059816286164947303405981628616494730340598162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9823cfe3-eaac-48a5-85e3-be848960d9f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e07b9d0-8169-435a-8c79-e4aefe007089, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e07b9d0-8169-435a-8c79-e4aefe007089, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 630247577240327921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921630247577240327921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22a5230-aafa-43a2-9fa3-cbe28287edce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea953a9a-b240-449c-b3f3-c92725dccb44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea953a9a-b240-449c-b3f3-c92725dccb44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16767693516127185954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954167676935161271859541676769351612718595416767693516127185954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e07b9d0-8169-435a-8c79-e4aefe007089, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcaec1f5-f475-4144-9c03-c75eacce1399, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcaec1f5-f475-4144-9c03-c75eacce1399, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17538409740737951269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269175384097407379512691753840974073795126917538409740737951269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea953a9a-b240-449c-b3f3-c92725dccb44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69f4cd7b-8be2-4bcf-b853-1f2db83c7335, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69f4cd7b-8be2-4bcf-b853-1f2db83c7335, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5992119857132322283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283599211985713232228359921198571323222835992119857132322283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcaec1f5-f475-4144-9c03-c75eacce1399, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c3e1ebf-ab6c-473e-acf5-5917d6316d99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c3e1ebf-ab6c-473e-acf5-5917d6316d99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10085289971368027153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153100852899713680271531008528997136802715310085289971368027153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69f4cd7b-8be2-4bcf-b853-1f2db83c7335, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97d4c3e6-32cb-41cc-9c91-10a7a984285d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d4c3e6-32cb-41cc-9c91-10a7a984285d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 735989618535702130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130735989618535702130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c3e1ebf-ab6c-473e-acf5-5917d6316d99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1678de8b-cc67-455f-a55c-cd76ff7410dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1678de8b-cc67-455f-a55c-cd76ff7410dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13984758045446372503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503139847580454463725031398475804544637250313984758045446372503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d4c3e6-32cb-41cc-9c91-10a7a984285d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1ff41fd-dc92-4b59-a5d2-b5f6054cee11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1ff41fd-dc92-4b59-a5d2-b5f6054cee11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18438968402805476616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616184389684028054766161843896840280547661618438968402805476616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1678de8b-cc67-455f-a55c-cd76ff7410dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70d539de-fcc0-411e-9a7f-af1b5a92a72e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70d539de-fcc0-411e-9a7f-af1b5a92a72e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 994588945456771423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423994588945456771423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1ff41fd-dc92-4b59-a5d2-b5f6054cee11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84e9405a-015e-40a0-9337-6e2a17c9db35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e9405a-015e-40a0-9337-6e2a17c9db35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6456533601455006580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580645653360145500658064565336014550065806456533601455006580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70d539de-fcc0-411e-9a7f-af1b5a92a72e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17bc21c9-9e3f-49dd-9b8c-071007f8ec68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17bc21c9-9e3f-49dd-9b8c-071007f8ec68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14084393939184249548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548140843939391842495481408439393918424954814084393939184249548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e9405a-015e-40a0-9337-6e2a17c9db35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c54314e7-3883-45a0-af8a-332e5fa1d75d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c54314e7-3883-45a0-af8a-332e5fa1d75d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12270686650464221895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895122706866504642218951227068665046422189512270686650464221895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17bc21c9-9e3f-49dd-9b8c-071007f8ec68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6d48614-af4a-4782-92b2-878088481054, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c54314e7-3883-45a0-af8a-332e5fa1d75d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12491594-62ca-44dc-987b-6d6f72e3de6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12491594-62ca-44dc-987b-6d6f72e3de6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12357983795892175880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880123579837958921758801235798379589217588012357983795892175880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d48614-af4a-4782-92b2-878088481054, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10283082085657345041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041102830820856573450411028308208565734504110283082085657345041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12491594-62ca-44dc-987b-6d6f72e3de6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8fbe676-bf35-4d01-8604-de2b09717318, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d48614-af4a-4782-92b2-878088481054, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8fbe676-bf35-4d01-8604-de2b09717318, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17610999577307937443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443176109995773079374431761099957730793744317610999577307937443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dfadff3-06f0-4b00-87c3-ad2c01a86c94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dfadff3-06f0-4b00-87c3-ad2c01a86c94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10872221050153220146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146108722210501532201461087222105015322014610872221050153220146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8fbe676-bf35-4d01-8604-de2b09717318, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c1a30ba-1324-4b9d-850f-25e60a14aad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c1a30ba-1324-4b9d-850f-25e60a14aad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12845396161152074236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236128453961611520742361284539616115207423612845396161152074236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dfadff3-06f0-4b00-87c3-ad2c01a86c94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c6b9b07-d3a5-4550-b3e4-a3d71361dc0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c6b9b07-d3a5-4550-b3e4-a3d71361dc0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16308601949895905224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224163086019498959052241630860194989590522416308601949895905224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c1a30ba-1324-4b9d-850f-25e60a14aad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 904c8902-6814-4622-a22b-97a4158f7b14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904c8902-6814-4622-a22b-97a4158f7b14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6632703242410441180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180663270324241044118066327032424104411806632703242410441180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c6b9b07-d3a5-4550-b3e4-a3d71361dc0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94761dcf-ec02-4bbe-9c41-047ebe0ba145, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94761dcf-ec02-4bbe-9c41-047ebe0ba145, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15946500337968523793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793159465003379685237931594650033796852379315946500337968523793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904c8902-6814-4622-a22b-97a4158f7b14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7da57f5c-4c1c-4ae9-94ad-295767e85573, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da57f5c-4c1c-4ae9-94ad-295767e85573, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14100521461164888085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085141005214611648880851410052146116488808514100521461164888085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94761dcf-ec02-4bbe-9c41-047ebe0ba145, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90abe0f4-cc1d-49e6-91e8-635a221a8c80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90abe0f4-cc1d-49e6-91e8-635a221a8c80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9576300202173752490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490957630020217375249095763002021737524909576300202173752490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da57f5c-4c1c-4ae9-94ad-295767e85573, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a88d0a3a-1bef-437f-9121-6c785383ade6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88d0a3a-1bef-437f-9121-6c785383ade6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1389935805172631863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863138993580517263186313899358051726318631389935805172631863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90abe0f4-cc1d-49e6-91e8-635a221a8c80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5a51150-ee84-40d8-a04c-0260bc3a8fbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a51150-ee84-40d8-a04c-0260bc3a8fbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9227000560014128120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120922700056001412812092270005600141281209227000560014128120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88d0a3a-1bef-437f-9121-6c785383ade6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef916509-a3d2-42fb-b0a0-61839a5cbee9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef916509-a3d2-42fb-b0a0-61839a5cbee9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11601144338448201506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506116011443384482015061160114433844820150611601144338448201506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a51150-ee84-40d8-a04c-0260bc3a8fbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f2095a7-3199-4a91-a30a-70e4e7b58d5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2095a7-3199-4a91-a30a-70e4e7b58d5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15015368005853829870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870150153680058538298701501536800585382987015015368005853829870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef916509-a3d2-42fb-b0a0-61839a5cbee9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe5cbd10-11a6-4e44-afb2-bdd7912ba102, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe5cbd10-11a6-4e44-afb2-bdd7912ba102, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7139042802330349517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517713904280233034951771390428023303495177139042802330349517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2095a7-3199-4a91-a30a-70e4e7b58d5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83ced39b-a6f9-46e8-a799-a4a2f4ec89f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83ced39b-a6f9-46e8-a799-a4a2f4ec89f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8875085538489751749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749887508553848975174988750855384897517498875085538489751749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe5cbd10-11a6-4e44-afb2-bdd7912ba102, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d806dfbc-e07d-43fc-812d-ddc4640b6316, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d806dfbc-e07d-43fc-812d-ddc4640b6316, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3242779009447074576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576324277900944707457632427790094470745763242779009447074576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83ced39b-a6f9-46e8-a799-a4a2f4ec89f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48edd7cc-f4f4-4027-b7d7-7fdcb5e97b31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d806dfbc-e07d-43fc-812d-ddc4640b6316, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d781e0b-c21c-4bb0-bd95-a434478e38a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d781e0b-c21c-4bb0-bd95-a434478e38a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1542524775754194473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473154252477575419447315425247757541944731542524775754194473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48edd7cc-f4f4-4027-b7d7-7fdcb5e97b31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3362608429388517053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053336260842938851705333626084293885170533362608429388517053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d781e0b-c21c-4bb0-bd95-a434478e38a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ada4197-3c0a-4ff8-ade4-2d8b738bc904, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ada4197-3c0a-4ff8-ade4-2d8b738bc904, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 392724380073487499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499392724380073487499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48edd7cc-f4f4-4027-b7d7-7fdcb5e97b31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 991a03f9-64c4-4562-bc2e-54dc142cbbbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991a03f9-64c4-4562-bc2e-54dc142cbbbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7041654165371667997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997704165416537166799770416541653716679977041654165371667997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ada4197-3c0a-4ff8-ade4-2d8b738bc904, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d8a57d5-5952-49b0-a2c3-bb4b5f31c7a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d8a57d5-5952-49b0-a2c3-bb4b5f31c7a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283919290986943174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174228391929098694317422839192909869431742283919290986943174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991a03f9-64c4-4562-bc2e-54dc142cbbbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c9352ed-f793-45e2-ab8a-3793e9943cd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9352ed-f793-45e2-ab8a-3793e9943cd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15427569282771344068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068154275692827713440681542756928277134406815427569282771344068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d8a57d5-5952-49b0-a2c3-bb4b5f31c7a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06560d5-cf9e-47a8-afd5-70f527450772, ghrun-riky6msjhe.auto.internal:28913): 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.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9352ed-f793-45e2-ab8a-3793e9943cd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc63c11-9cc4-4b0d-ba31-2dea07130517, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc63c11-9cc4-4b0d-ba31-2dea07130517, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3398732336244277772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772339873233624427777233987323362442777723398732336244277772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06560d5-cf9e-47a8-afd5-70f527450772, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18302439998819987736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736183024399988199877361830243999881998773618302439998819987736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 32922ac5-afc1-41ab-a316-5876f2576bdc, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 32922ac5-afc1-41ab-a316-5876f2576bdc, localhost:62007): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc63c11-9cc4-4b0d-ba31-2dea07130517, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06560d5-cf9e-47a8-afd5-70f527450772, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00abf2d0-44ea-4b74-a265-d586d8a8ebdf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00abf2d0-44ea-4b74-a265-d586d8a8ebdf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4907686350739994730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730490768635073999473049076863507399947304907686350739994730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29098ed1-e97d-4903-a9d0-e8b65bea5059, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 32922ac5-afc1-41ab-a316-5876f2576bdc, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 8661 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 } endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 23411 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-riky6msjhe.auto.internal:8661, location , ssl: False>, <Endpoint ghrun-riky6msjhe.auto.internal:23411, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29098ed1-e97d-4903-a9d0-e8b65bea5059, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4533541875665700206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206453354187566570020645335418756657002064533541875665700206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00abf2d0-44ea-4b74-a265-d586d8a8ebdf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc01166c-3097-457e-a57e-6f5d70b30a27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc01166c-3097-457e-a57e-6f5d70b30a27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17498326782506945637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637174983267825069456371749832678250694563717498326782506945637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29098ed1-e97d-4903-a9d0-e8b65bea5059, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee6f2ae-f733-4103-91af-17472a66f896, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee6f2ae-f733-4103-91af-17472a66f896, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8278005978405535397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397827800597840553539782780059784055353978278005978405535397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc01166c-3097-457e-a57e-6f5d70b30a27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8bac288-1455-4dfe-90ae-5c72879fc0c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8bac288-1455-4dfe-90ae-5c72879fc0c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12104623749961230843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843121046237499612308431210462374996123084312104623749961230843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee6f2ae-f733-4103-91af-17472a66f896, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88712d37-5be5-49c5-9306-44ee890d7947, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88712d37-5be5-49c5-9306-44ee890d7947, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10081473065334705867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867100814730653347058671008147306533470586710081473065334705867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8bac288-1455-4dfe-90ae-5c72879fc0c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1330019f-a54e-4299-877d-4c23f09ed001, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1330019f-a54e-4299-877d-4c23f09ed001, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2365048141706954574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574236504814170695457423650481417069545742365048141706954574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88712d37-5be5-49c5-9306-44ee890d7947, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a531cb0-22f4-4f80-91de-0152e194a330, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a531cb0-22f4-4f80-91de-0152e194a330, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5621017181190621357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357562101718119062135756210171811906213575621017181190621357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1330019f-a54e-4299-877d-4c23f09ed001, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60a276d6-028e-4a6c-8059-4a38543f2cd3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60a276d6-028e-4a6c-8059-4a38543f2cd3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6449585647375205057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057644958564737520505764495856473752050576449585647375205057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a531cb0-22f4-4f80-91de-0152e194a330, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c3a54bb-c6e6-480b-92eb-ead86b52183b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c3a54bb-c6e6-480b-92eb-ead86b52183b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15642564705527318518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518156425647055273185181564256470552731851815642564705527318518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60a276d6-028e-4a6c-8059-4a38543f2cd3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e47a71-b9fd-4377-972a-65bb999721cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e47a71-b9fd-4377-972a-65bb999721cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17661748751984787379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379176617487519847873791766174875198478737917661748751984787379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c3a54bb-c6e6-480b-92eb-ead86b52183b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b05d9e3f-a0f1-41b7-b86e-1bee752e2e10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b05d9e3f-a0f1-41b7-b86e-1bee752e2e10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7953484648821157445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445795348464882115744579534846488211574457953484648821157445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e47a71-b9fd-4377-972a-65bb999721cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 717471cf-2941-4170-a3c8-5ef4b9224e25, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717471cf-2941-4170-a3c8-5ef4b9224e25, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9443173095350078955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955944317309535007895594431730953500789559443173095350078955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b05d9e3f-a0f1-41b7-b86e-1bee752e2e10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bc55f4d-b009-45f0-9962-fe80f5ee0154, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc55f4d-b009-45f0-9962-fe80f5ee0154, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7185806316240342208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208718580631624034220871858063162403422087185806316240342208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717471cf-2941-4170-a3c8-5ef4b9224e25, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4539fc3-9736-4870-8376-e404f54dfa88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4539fc3-9736-4870-8376-e404f54dfa88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7977648135907374635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635797764813590737463579776481359073746357977648135907374635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc55f4d-b009-45f0-9962-fe80f5ee0154, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12998944-76e7-4c39-86b7-ac717e34bf1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4539fc3-9736-4870-8376-e404f54dfa88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede735e3-a7c6-41f0-95ff-3a5b00fe7d36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede735e3-a7c6-41f0-95ff-3a5b00fe7d36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18104219614835797015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015181042196148357970151810421961483579701518104219614835797015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12998944-76e7-4c39-86b7-ac717e34bf1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7293647238512826069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069729364723851282606972936472385128260697293647238512826069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12998944-76e7-4c39-86b7-ac717e34bf1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 734a74de-e0f6-4c61-91b1-f5242c744ae7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 734a74de-e0f6-4c61-91b1-f5242c744ae7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15082888349332819220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220150828883493328192201508288834933281922015082888349332819220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede735e3-a7c6-41f0-95ff-3a5b00fe7d36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bed5d36-c9af-4a79-968e-27529aad4631, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bed5d36-c9af-4a79-968e-27529aad4631, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3810140201854708438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438381014020185470843838101402018547084383810140201854708438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 734a74de-e0f6-4c61-91b1-f5242c744ae7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60533633-0240-4281-a0ba-25716f1854dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60533633-0240-4281-a0ba-25716f1854dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4904908816260223181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181490490881626022318149049088162602231814904908816260223181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bed5d36-c9af-4a79-968e-27529aad4631, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f8b02f2-1886-4812-809f-86fb1ee11bb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f8b02f2-1886-4812-809f-86fb1ee11bb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5867445720631838983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983586744572063183898358674457206318389835867445720631838983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60533633-0240-4281-a0ba-25716f1854dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d8c0777-eb57-4f99-8a67-2150ef62caf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d8c0777-eb57-4f99-8a67-2150ef62caf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4864006208081922946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946486400620808192294648640062080819229464864006208081922946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f8b02f2-1886-4812-809f-86fb1ee11bb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65229cc1-bdd6-4fd6-be0d-2c067869874f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65229cc1-bdd6-4fd6-be0d-2c067869874f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4141731901334805368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368414173190133480536841417319013348053684141731901334805368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d8c0777-eb57-4f99-8a67-2150ef62caf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b1aa288-fc2b-44b1-9d5e-f49ba077ccd8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65229cc1-bdd6-4fd6-be0d-2c067869874f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b1aa288-fc2b-44b1-9d5e-f49ba077ccd8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11515673475451446084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084115156734754514460841151567347545144608411515673475451446084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e831cce8-1648-4534-95b6-6cb8b7de50bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e831cce8-1648-4534-95b6-6cb8b7de50bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5354247749407516190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190535424774940751619053542477494075161905354247749407516190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b1aa288-fc2b-44b1-9d5e-f49ba077ccd8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2e25734-55ac-4736-bdd3-ec46a42569a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e25734-55ac-4736-bdd3-ec46a42569a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13187447632445098586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586131874476324450985861318744763244509858613187447632445098586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e831cce8-1648-4534-95b6-6cb8b7de50bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9459d257-430b-4bba-8d53-570dfb26e2ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9459d257-430b-4bba-8d53-570dfb26e2ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1610765233583233923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923161076523358323392316107652335832339231610765233583233923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e25734-55ac-4736-bdd3-ec46a42569a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4292de0f-41fb-4c03-a44d-a44c03ce31c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4292de0f-41fb-4c03-a44d-a44c03ce31c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4812755969205523654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654481275596920552365448127559692055236544812755969205523654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9459d257-430b-4bba-8d53-570dfb26e2ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f9bc83b-a971-4fbc-9aec-b393b934ca91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f9bc83b-a971-4fbc-9aec-b393b934ca91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13249073007172804437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437132490730071728044371324907300717280443713249073007172804437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4292de0f-41fb-4c03-a44d-a44c03ce31c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be98c04b-9389-4822-99bd-b18272eff1ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be98c04b-9389-4822-99bd-b18272eff1ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6760515938951533759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759676051593895153375967605159389515337596760515938951533759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f9bc83b-a971-4fbc-9aec-b393b934ca91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a0c9d7-a119-4584-8e55-d8740f82c0de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a0c9d7-a119-4584-8e55-d8740f82c0de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12055684289029460015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015120556842890294600151205568428902946001512055684289029460015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be98c04b-9389-4822-99bd-b18272eff1ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec509024-37d6-4be4-aad5-7d35eaeb43b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec509024-37d6-4be4-aad5-7d35eaeb43b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16664389725779642401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401166643897257796424011666438972577964240116664389725779642401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a0c9d7-a119-4584-8e55-d8740f82c0de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a69de60-f66a-486c-9547-e85c51976f36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a69de60-f66a-486c-9547-e85c51976f36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10978299517541245134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134109782995175412451341097829951754124513410978299517541245134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec509024-37d6-4be4-aad5-7d35eaeb43b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6489c44-f376-448e-ada6-30dfd95076e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6489c44-f376-448e-ada6-30dfd95076e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7790363202728266023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023779036320272826602377903632027282660237790363202728266023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a69de60-f66a-486c-9547-e85c51976f36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8c858d0-195b-4f82-9235-18ce73785f8d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c858d0-195b-4f82-9235-18ce73785f8d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6573885032245616620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620657388503224561662065738850322456166206573885032245616620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6489c44-f376-448e-ada6-30dfd95076e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69369bb6-1b4a-4504-82fb-19c95a56cce7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69369bb6-1b4a-4504-82fb-19c95a56cce7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4730016215008736364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364473001621500873636447300162150087363644730016215008736364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c858d0-195b-4f82-9235-18ce73785f8d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 989554be-b4f9-450e-9392-fd4850c5900c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 989554be-b4f9-450e-9392-fd4850c5900c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8874529583761198173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173887452958376119817388745295837611981738874529583761198173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69369bb6-1b4a-4504-82fb-19c95a56cce7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cc6d494-1231-4d4b-a022-1ade098e7040, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cc6d494-1231-4d4b-a022-1ade098e7040, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10831252836138658653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653108312528361386586531083125283613865865310831252836138658653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 989554be-b4f9-450e-9392-fd4850c5900c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac264445-6d8a-4771-9592-c83ea5069837, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac264445-6d8a-4771-9592-c83ea5069837, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12416547978602633539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539124165479786026335391241654797860263353912416547978602633539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cc6d494-1231-4d4b-a022-1ade098e7040, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c3b579b-3ef8-4467-ace6-8fb835d590b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3b579b-3ef8-4467-ace6-8fb835d590b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5933833877424192322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322593383387742419232259338338774241923225933833877424192322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac264445-6d8a-4771-9592-c83ea5069837, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04bfc3df-c794-469a-8303-fb0fa8fee82d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04bfc3df-c794-469a-8303-fb0fa8fee82d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9806320423223539422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422980632042322353942298063204232235394229806320423223539422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3b579b-3ef8-4467-ace6-8fb835d590b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c64e0cb9-1601-415b-afd3-e2e3f5a019d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c64e0cb9-1601-415b-afd3-e2e3f5a019d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18197708502425791482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482181977085024257914821819770850242579148218197708502425791482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04bfc3df-c794-469a-8303-fb0fa8fee82d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abcf45fc-dd85-4763-b343-54de1d0061f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcf45fc-dd85-4763-b343-54de1d0061f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14011240853108192989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989140112408531081929891401124085310819298914011240853108192989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c64e0cb9-1601-415b-afd3-e2e3f5a019d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ecceed7-201f-4656-9c07-96934dd5bbeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ecceed7-201f-4656-9c07-96934dd5bbeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5155546609387658095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095515554660938765809551555466093876580955155546609387658095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcf45fc-dd85-4763-b343-54de1d0061f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0bcedc5-5151-4335-bb4c-8ae97f9e9b20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0bcedc5-5151-4335-bb4c-8ae97f9e9b20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11253603718789353766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766112536037187893537661125360371878935376611253603718789353766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ecceed7-201f-4656-9c07-96934dd5bbeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0bcedc5-5151-4335-bb4c-8ae97f9e9b20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d24d05d2-7e13-4d6b-83ed-b5b328dbdc66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40a6bb24-c0bf-4b80-946e-857b6e5efa30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40a6bb24-c0bf-4b80-946e-857b6e5efa30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12014850027113234441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441120148500271132344411201485002711323444112014850027113234441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24d05d2-7e13-4d6b-83ed-b5b328dbdc66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7080562953624523015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015708056295362452301570805629536245230157080562953624523015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40a6bb24-c0bf-4b80-946e-857b6e5efa30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24d05d2-7e13-4d6b-83ed-b5b328dbdc66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 940c87e8-df70-4244-9d51-f38482315d7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940c87e8-df70-4244-9d51-f38482315d7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16876382648575036999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999168763826485750369991687638264857503699916876382648575036999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5152e80c-a659-41ee-8433-1bed0913b4d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5152e80c-a659-41ee-8433-1bed0913b4d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17489486719994376193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193174894867199943761931748948671999437619317489486719994376193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940c87e8-df70-4244-9d51-f38482315d7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df6bc321-7917-4f03-ad83-ad92936b4fdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6bc321-7917-4f03-ad83-ad92936b4fdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14505083953210679620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620145050839532106796201450508395321067962014505083953210679620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5152e80c-a659-41ee-8433-1bed0913b4d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27383f16-ac2c-4a31-b549-c22af4ab7a8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27383f16-ac2c-4a31-b549-c22af4ab7a8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15989450532318438827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827159894505323184388271598945053231843882715989450532318438827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6bc321-7917-4f03-ad83-ad92936b4fdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93226b16-a9fd-45c7-8acf-066d6a9c0b0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93226b16-a9fd-45c7-8acf-066d6a9c0b0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3479860760122561897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897347986076012256189734798607601225618973479860760122561897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27383f16-ac2c-4a31-b549-c22af4ab7a8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4afba8ac-d19c-4c9d-abe9-873292365763, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4afba8ac-d19c-4c9d-abe9-873292365763, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12737583580000405396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396127375835800004053961273758358000040539612737583580000405396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93226b16-a9fd-45c7-8acf-066d6a9c0b0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8a02723-a16b-4a4b-bca9-9092467c6d81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4afba8ac-d19c-4c9d-abe9-873292365763, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 200cdba5-0199-431d-9cf0-b0cbd755948a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 200cdba5-0199-431d-9cf0-b0cbd755948a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1093873334766205949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949109387333476620594910938733347662059491093873334766205949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8a02723-a16b-4a4b-bca9-9092467c6d81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3934586201110082164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164393458620111008216439345862011100821643934586201110082164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 200cdba5-0199-431d-9cf0-b0cbd755948a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee540e58-9588-4dd2-978c-6713e49a9953, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee540e58-9588-4dd2-978c-6713e49a9953, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13387158518907619204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204133871585189076192041338715851890761920413387158518907619204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8a02723-a16b-4a4b-bca9-9092467c6d81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac6fe919-d0a7-4c09-a3ee-80f8dd1c035e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac6fe919-d0a7-4c09-a3ee-80f8dd1c035e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13067904813512872030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030130679048135128720301306790481351287203013067904813512872030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac6fe919-d0a7-4c09-a3ee-80f8dd1c035e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee540e58-9588-4dd2-978c-6713e49a9953, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71ba9f27-3362-4998-88a6-270355a906f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ba9f27-3362-4998-88a6-270355a906f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9200081679105109332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332920008167910510933292000816791051093329200081679105109332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f115f9-6ae0-4913-bed6-da9880beb15b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f115f9-6ae0-4913-bed6-da9880beb15b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12781179732245565992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992127811797322455659921278117973224556599212781179732245565992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ba9f27-3362-4998-88a6-270355a906f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd852e6-2493-46fc-a14f-2e5c8a62420f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd852e6-2493-46fc-a14f-2e5c8a62420f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8054889147887468424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424805488914788746842480548891478874684248054889147887468424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f115f9-6ae0-4913-bed6-da9880beb15b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4758a326-f6a8-4fb8-a97e-fbbbc3761cb8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4758a326-f6a8-4fb8-a97e-fbbbc3761cb8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409928299522012608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608144099282995220126081440992829952201260814409928299522012608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd852e6-2493-46fc-a14f-2e5c8a62420f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4758a326-f6a8-4fb8-a97e-fbbbc3761cb8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38068092-d300-46d3-852b-f40b76d0b1e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 509781bf-3695-44eb-b79e-aff216dcf09b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38068092-d300-46d3-852b-f40b76d0b1e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706791785723803050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050770679178572380305077067917857238030507706791785723803050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 509781bf-3695-44eb-b79e-aff216dcf09b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6720981947338322125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125672098194733832212567209819473383221256720981947338322125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38068092-d300-46d3-852b-f40b76d0b1e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1097d82f-61cb-4048-aecc-2382f2cd1b46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1097d82f-61cb-4048-aecc-2382f2cd1b46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8930454616603412176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176893045461660341217689304546166034121768930454616603412176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 509781bf-3695-44eb-b79e-aff216dcf09b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c51bc20-d91f-4f4c-bcd2-27b496324f1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c51bc20-d91f-4f4c-bcd2-27b496324f1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17985253368377509728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728179852533683775097281798525336837750972817985253368377509728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1097d82f-61cb-4048-aecc-2382f2cd1b46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f5f1d6b-d16d-467b-ac22-25713e29e753, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5f1d6b-d16d-467b-ac22-25713e29e753, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1943995715886023464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464194399571588602346419439957158860234641943995715886023464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c51bc20-d91f-4f4c-bcd2-27b496324f1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41801e83-9650-4195-8469-a0f6ebb5b720, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41801e83-9650-4195-8469-a0f6ebb5b720, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1095371840656619370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370109537184065661937010953718406566193701095371840656619370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5f1d6b-d16d-467b-ac22-25713e29e753, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9aa1dbf-cea8-4019-b2fc-a345a86b38af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9aa1dbf-cea8-4019-b2fc-a345a86b38af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8173855216725691481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481817385521672569148181738552167256914818173855216725691481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41801e83-9650-4195-8469-a0f6ebb5b720, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94909dbe-df9d-4a21-812f-0235e1ee8a40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94909dbe-df9d-4a21-812f-0235e1ee8a40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14744395475738342460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460147443954757383424601474439547573834246014744395475738342460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9aa1dbf-cea8-4019-b2fc-a345a86b38af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0ed7102-e516-404d-b079-d2b72d543a89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ed7102-e516-404d-b079-d2b72d543a89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16039648127810566659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659160396481278105666591603964812781056665916039648127810566659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ed7102-e516-404d-b079-d2b72d543a89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88289da7-a13d-42bf-8d48-4dc7ab8c71d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88289da7-a13d-42bf-8d48-4dc7ab8c71d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9588517703992815696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696958851770399281569695885177039928156969588517703992815696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88289da7-a13d-42bf-8d48-4dc7ab8c71d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eda9733-861e-49a7-b754-acac60138baf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eda9733-861e-49a7-b754-acac60138baf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 477363399230465809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809477363399230465809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94909dbe-df9d-4a21-812f-0235e1ee8a40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a238465e-cef2-43e0-9b2c-353777eccbb1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a238465e-cef2-43e0-9b2c-353777eccbb1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10261163715951818492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492102611637159518184921026116371595181849210261163715951818492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eda9733-861e-49a7-b754-acac60138baf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8024362-8c9f-4050-8b64-181d6a06743d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a238465e-cef2-43e0-9b2c-353777eccbb1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a6fdae6-a6b5-4864-a1ed-c9dbafcda66b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8024362-8c9f-4050-8b64-181d6a06743d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 25352313379597521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2535231337959752125352313379597521253523133795975212535231337959752125352313379597521253523133795975212535231337959752125352313379597521253523133795975212535231337959752125352313379597521253523133795975212535231337959752125352313379597521253523133795975212535231337959752125352313379597521253523133795975212535231337959752125352313379597521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6fdae6-a6b5-4864-a1ed-c9dbafcda66b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3054427939821486006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006305442793982148600630544279398214860063054427939821486006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8024362-8c9f-4050-8b64-181d6a06743d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 148b1aa1-2caa-4074-92af-ccfbf0f3495a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148b1aa1-2caa-4074-92af-ccfbf0f3495a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13099210120007339780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780130992101200073397801309921012000733978013099210120007339780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6fdae6-a6b5-4864-a1ed-c9dbafcda66b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71bf5452-6cc6-4ef6-a162-c251b75a85f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71bf5452-6cc6-4ef6-a162-c251b75a85f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4754642446496544824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824475464244649654482447546424464965448244754642446496544824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148b1aa1-2caa-4074-92af-ccfbf0f3495a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05883d95-c430-4124-aabe-d120de4e796d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05883d95-c430-4124-aabe-d120de4e796d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6680599111132875673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673668059911113287567366805991111328756736680599111132875673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71bf5452-6cc6-4ef6-a162-c251b75a85f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22f92ad1-bab6-4f1f-88c3-b4d8706715c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05883d95-c430-4124-aabe-d120de4e796d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f92ad1-bab6-4f1f-88c3-b4d8706715c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6639988218998564064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064663998821899856406466399882189985640646639988218998564064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efbdc740-b12d-4e4f-8322-236a0c78a91b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efbdc740-b12d-4e4f-8322-236a0c78a91b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6438147020851644029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029643814702085164402964381470208516440296438147020851644029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f92ad1-bab6-4f1f-88c3-b4d8706715c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9b4cbc7-3e00-434f-9fec-cf8527ff2b65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9b4cbc7-3e00-434f-9fec-cf8527ff2b65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4105565358851393811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811410556535885139381141055653588513938114105565358851393811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efbdc740-b12d-4e4f-8322-236a0c78a91b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62db357b-05b5-448c-b698-7e4b969967bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62db357b-05b5-448c-b698-7e4b969967bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7885597759837478385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385788559775983747838578855977598374783857885597759837478385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9b4cbc7-3e00-434f-9fec-cf8527ff2b65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab3c5176-1d84-4414-9190-7d57b568e110, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62db357b-05b5-448c-b698-7e4b969967bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab3c5176-1d84-4414-9190-7d57b568e110, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3459691194190831442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442345969119419083144234596911941908314423459691194190831442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 552f08cc-7141-4245-b68a-767c4d52ddfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 552f08cc-7141-4245-b68a-767c4d52ddfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1919858324684267248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248191985832468426724819198583246842672481919858324684267248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab3c5176-1d84-4414-9190-7d57b568e110, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6bfaa49-c3b9-475c-81a8-fdfa4aeb205b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6bfaa49-c3b9-475c-81a8-fdfa4aeb205b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16037472915110061183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183160374729151100611831603747291511006118316037472915110061183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 552f08cc-7141-4245-b68a-767c4d52ddfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, debf5b8d-1d5f-4e7b-9e87-5f5aa06b7b3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, debf5b8d-1d5f-4e7b-9e87-5f5aa06b7b3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9754982609171406113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113975498260917140611397549826091714061139754982609171406113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6bfaa49-c3b9-475c-81a8-fdfa4aeb205b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6ff9ac-fcd2-40d3-a065-dc21a68a0986, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6ff9ac-fcd2-40d3-a065-dc21a68a0986, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 216027464250776687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687216027464250776687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, debf5b8d-1d5f-4e7b-9e87-5f5aa06b7b3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c7f428-601e-4468-8da8-76a9e3ac1fdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c7f428-601e-4468-8da8-76a9e3ac1fdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9696068716424388904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904969606871642438890496960687164243889049696068716424388904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6ff9ac-fcd2-40d3-a065-dc21a68a0986, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5470955-5311-4cd7-a10b-40a2c0a2c700, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5470955-5311-4cd7-a10b-40a2c0a2c700, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1919008934718438774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774191900893471843877419190089347184387741919008934718438774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c7f428-601e-4468-8da8-76a9e3ac1fdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6a550d8-c708-4e2c-8e14-7f139a3b508a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a550d8-c708-4e2c-8e14-7f139a3b508a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6753749066444558905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905675374906644455890567537490664445589056753749066444558905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5470955-5311-4cd7-a10b-40a2c0a2c700, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7edc5d-236e-407a-8f40-d921bd064c0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7edc5d-236e-407a-8f40-d921bd064c0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10885249624739551181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181108852496247395511811088524962473955118110885249624739551181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a550d8-c708-4e2c-8e14-7f139a3b508a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 104d1aec-3383-4af3-b09c-d4d8fa50ae2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 104d1aec-3383-4af3-b09c-d4d8fa50ae2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5139764716804020594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594513976471680402059451397647168040205945139764716804020594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7edc5d-236e-407a-8f40-d921bd064c0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be9aa51c-f2c6-45ea-ae77-8355e8383e4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be9aa51c-f2c6-45ea-ae77-8355e8383e4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10100424616835583818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818101004246168355838181010042461683558381810100424616835583818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 104d1aec-3383-4af3-b09c-d4d8fa50ae2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1dc7d08-1f80-4694-8926-121f89fea868, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1dc7d08-1f80-4694-8926-121f89fea868, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3138368540708930908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908313836854070893090831383685407089309083138368540708930908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be9aa51c-f2c6-45ea-ae77-8355e8383e4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95f24d97-3dc9-4b88-ac77-f91e069be90c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f24d97-3dc9-4b88-ac77-f91e069be90c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2290411504629689978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978229041150462968997822904115046296899782290411504629689978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1dc7d08-1f80-4694-8926-121f89fea868, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccd5b0a2-72a2-4013-ac13-0373dd6469d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd5b0a2-72a2-4013-ac13-0373dd6469d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2542362293374293507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507254236229337429350725423622933742935072542362293374293507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f24d97-3dc9-4b88-ac77-f91e069be90c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eb749db-cc08-4c2a-a05e-d36199d26f42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd5b0a2-72a2-4013-ac13-0373dd6469d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eb749db-cc08-4c2a-a05e-d36199d26f42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18345990148035857874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874183459901480358578741834599014803585787418345990148035857874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75d54562-43d8-47bc-8952-2e5a46dce16f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75d54562-43d8-47bc-8952-2e5a46dce16f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17315073981588536519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519173150739815885365191731507398158853651917315073981588536519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eb749db-cc08-4c2a-a05e-d36199d26f42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21e0762d-460c-425b-99c6-eeaaaf3c4209, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21e0762d-460c-425b-99c6-eeaaaf3c4209, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240704289556900501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501122407042895569005011224070428955690050112240704289556900501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75d54562-43d8-47bc-8952-2e5a46dce16f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05f686f9-3772-4a28-88d1-9fe35b1bb623, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05f686f9-3772-4a28-88d1-9fe35b1bb623, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15308931687938164012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012153089316879381640121530893168793816401215308931687938164012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21e0762d-460c-425b-99c6-eeaaaf3c4209, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dd3ce51-9998-4486-a056-ede5f399fb5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dd3ce51-9998-4486-a056-ede5f399fb5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17078805490255197685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685170788054902551976851707880549025519768517078805490255197685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05f686f9-3772-4a28-88d1-9fe35b1bb623, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40795af5-b7f3-4bac-8384-dd6d36363c1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40795af5-b7f3-4bac-8384-dd6d36363c1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13709206222174310413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413137092062221743104131370920622217431041313709206222174310413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dd3ce51-9998-4486-a056-ede5f399fb5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caa1ccc6-b2a0-4f63-9db0-8fb00a60a472, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa1ccc6-b2a0-4f63-9db0-8fb00a60a472, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 112780178249100902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902112780178249100902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40795af5-b7f3-4bac-8384-dd6d36363c1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70d50bc7-0e1b-4ada-b404-0e500306aecd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70d50bc7-0e1b-4ada-b404-0e500306aecd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7135612348331430254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254713561234833143025471356123483314302547135612348331430254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa1ccc6-b2a0-4f63-9db0-8fb00a60a472, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cabe029c-2c15-44b0-ac56-10d47c2f2037, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70d50bc7-0e1b-4ada-b404-0e500306aecd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cabe029c-2c15-44b0-ac56-10d47c2f2037, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4760797331807904559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559476079733180790455947607973318079045594760797331807904559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 819fa41d-3621-43ad-875b-f2e508bd9738, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 819fa41d-3621-43ad-875b-f2e508bd9738, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15044061473548346797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797150440614735483467971504406147354834679715044061473548346797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cabe029c-2c15-44b0-ac56-10d47c2f2037, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c893a711-5331-45fa-8266-48fa397d9108, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 819fa41d-3621-43ad-875b-f2e508bd9738, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c893a711-5331-45fa-8266-48fa397d9108, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8028722398225938392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392802872239822593839280287223982259383928028722398225938392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d418930-3a47-4407-b9fe-d25f854905ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d418930-3a47-4407-b9fe-d25f854905ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16975295456730013125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125169752954567300131251697529545673001312516975295456730013125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c893a711-5331-45fa-8266-48fa397d9108, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a37801a-2c0b-41e7-a5cf-43cbfd556ed1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a37801a-2c0b-41e7-a5cf-43cbfd556ed1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5351145458541693201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201535114545854169320153511454585416932015351145458541693201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d418930-3a47-4407-b9fe-d25f854905ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b182b84-5a9c-4c78-a9d9-b97354190993, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b182b84-5a9c-4c78-a9d9-b97354190993, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2544665485230408619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619254466548523040861925446654852304086192544665485230408619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a37801a-2c0b-41e7-a5cf-43cbfd556ed1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79247838-d395-43fe-ac0e-b50fd31b7b5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79247838-d395-43fe-ac0e-b50fd31b7b5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 907209255472100407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407907209255472100407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b182b84-5a9c-4c78-a9d9-b97354190993, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b170c747-3a06-4cac-9662-bffeb44b4b45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b170c747-3a06-4cac-9662-bffeb44b4b45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2143379477456564294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294214337947745656429421433794774565642942143379477456564294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79247838-d395-43fe-ac0e-b50fd31b7b5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c9f8b5b-7305-4380-99ad-1030417adbc3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c9f8b5b-7305-4380-99ad-1030417adbc3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3864288647068783142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142386428864706878314238642886470687831423864288647068783142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b170c747-3a06-4cac-9662-bffeb44b4b45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75e353dd-3cc8-42ef-830a-77c92fd7c898, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e353dd-3cc8-42ef-830a-77c92fd7c898, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 144336809260282129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129144336809260282129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c9f8b5b-7305-4380-99ad-1030417adbc3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efb98c77-410e-4245-9c6d-8aa9d609393d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb98c77-410e-4245-9c6d-8aa9d609393d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3890452670325887723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723389045267032588772338904526703258877233890452670325887723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e353dd-3cc8-42ef-830a-77c92fd7c898, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b0b0c2f-4c5e-4513-a3e1-bc7fa16ab42d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0b0c2f-4c5e-4513-a3e1-bc7fa16ab42d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16090276093143254399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399160902760931432543991609027609314325439916090276093143254399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb98c77-410e-4245-9c6d-8aa9d609393d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 115b5fdf-6a1a-475b-a563-648bf1d104e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115b5fdf-6a1a-475b-a563-648bf1d104e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3567716445509966694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694356771644550996669435677164455099666943567716445509966694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0b0c2f-4c5e-4513-a3e1-bc7fa16ab42d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07f9ea17-cc40-4db8-83ed-23870c4653de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115b5fdf-6a1a-475b-a563-648bf1d104e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f9ea17-cc40-4db8-83ed-23870c4653de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12608936251330608721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721126089362513306087211260893625133060872112608936251330608721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 191cece5-32df-4cea-954f-fb140cec9312, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 191cece5-32df-4cea-954f-fb140cec9312, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3385531900117252733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733338553190011725273333855319001172527333385531900117252733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f9ea17-cc40-4db8-83ed-23870c4653de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b84e9d37-a27e-43fb-a135-cb8990a79174, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b84e9d37-a27e-43fb-a135-cb8990a79174, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2313204520801387064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064231320452080138706423132045208013870642313204520801387064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 191cece5-32df-4cea-954f-fb140cec9312, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c29a0180-ad6f-4ad3-b7f3-78d35f3a9bed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c29a0180-ad6f-4ad3-b7f3-78d35f3a9bed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17216338287642258030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030172163382876422580301721633828764225803017216338287642258030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b84e9d37-a27e-43fb-a135-cb8990a79174, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dafcfb2-d949-419f-a818-80d2a1398c86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dafcfb2-d949-419f-a818-80d2a1398c86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2008076837198006061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061200807683719800606120080768371980060612008076837198006061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dafcfb2-d949-419f-a818-80d2a1398c86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6176515e-8a24-4f56-9846-be1aa7c7fd3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6176515e-8a24-4f56-9846-be1aa7c7fd3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16168535714665363405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405161685357146653634051616853571466536340516168535714665363405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c29a0180-ad6f-4ad3-b7f3-78d35f3a9bed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2817cde-d2be-44f4-9db0-03595322acc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2817cde-d2be-44f4-9db0-03595322acc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9638632253785230063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063963863225378523006396386322537852300639638632253785230063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6176515e-8a24-4f56-9846-be1aa7c7fd3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0cb3fb7-0dd5-4ac1-a0c2-93eea4bcd1ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0cb3fb7-0dd5-4ac1-a0c2-93eea4bcd1ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6745729257816392413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413674572925781639241367457292578163924136745729257816392413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2817cde-d2be-44f4-9db0-03595322acc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3715753-822a-4726-a34d-b26194456f2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3715753-822a-4726-a34d-b26194456f2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7930434209962821397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397793043420996282139779304342099628213977930434209962821397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0cb3fb7-0dd5-4ac1-a0c2-93eea4bcd1ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6416b1f-c7e6-4369-b7c0-610f742ba875, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6416b1f-c7e6-4369-b7c0-610f742ba875, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4181810001771366279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279418181000177136627941818100017713662794181810001771366279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3715753-822a-4726-a34d-b26194456f2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6416b1f-c7e6-4369-b7c0-610f742ba875, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b63f3e9-7d99-4eec-a24a-340e48195deb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b63f3e9-7d99-4eec-a24a-340e48195deb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3746295181602900996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996374629518160290099637462951816029009963746295181602900996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e94389e2-323b-43ec-a5dc-e705358841d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e94389e2-323b-43ec-a5dc-e705358841d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1234220455700929757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757123422045570092975712342204557009297571234220455700929757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b63f3e9-7d99-4eec-a24a-340e48195deb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b02cef60-d0c2-48e9-b8af-0effcfe1579f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02cef60-d0c2-48e9-b8af-0effcfe1579f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10078642813197322481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481100786428131973224811007864281319732248110078642813197322481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e94389e2-323b-43ec-a5dc-e705358841d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b68dac-7747-4663-a814-d453288a565f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b68dac-7747-4663-a814-d453288a565f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4928515363538881228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228492851536353888122849285153635388812284928515363538881228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02cef60-d0c2-48e9-b8af-0effcfe1579f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b68dac-7747-4663-a814-d453288a565f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b492def9-89f2-419a-b8be-3c777c6b0450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c7c49e7-1ff6-47bc-83af-5afbec10af57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b492def9-89f2-419a-b8be-3c777c6b0450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6811301903073421417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417681130190307342141768113019030734214176811301903073421417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c7c49e7-1ff6-47bc-83af-5afbec10af57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10777289958431297918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918107772899584312979181077728995843129791810777289958431297918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b492def9-89f2-419a-b8be-3c777c6b0450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f03318f8-f9a9-488a-b32e-ee4c0030ba0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c7c49e7-1ff6-47bc-83af-5afbec10af57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03318f8-f9a9-488a-b32e-ee4c0030ba0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3732076112859166791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791373207611285916679137320761128591667913732076112859166791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a05ebd8-abef-4809-a4fb-d97277e62de5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a05ebd8-abef-4809-a4fb-d97277e62de5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18343643332996410312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312183436433329964103121834364333299641031218343643332996410312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03318f8-f9a9-488a-b32e-ee4c0030ba0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4de5b55-cedb-4541-bc2b-5f5eba0c7bbc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4de5b55-cedb-4541-bc2b-5f5eba0c7bbc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4085252682283590332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332408525268228359033240852526822835903324085252682283590332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a05ebd8-abef-4809-a4fb-d97277e62de5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4f693fb-580d-4754-8a1e-ed1748cbfc1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4f693fb-580d-4754-8a1e-ed1748cbfc1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7136863290203675679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679713686329020367567971368632902036756797136863290203675679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4de5b55-cedb-4541-bc2b-5f5eba0c7bbc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e21aa40e-c1e9-467c-a464-9f06c5de9467, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21aa40e-c1e9-467c-a464-9f06c5de9467, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129630511343881153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153412963051134388115341296305113438811534129630511343881153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4f693fb-580d-4754-8a1e-ed1748cbfc1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4cb2703-4895-4e1f-a1fe-6237a7d2caa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cb2703-4895-4e1f-a1fe-6237a7d2caa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7590083621857092814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814759008362185709281475900836218570928147590083621857092814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21aa40e-c1e9-467c-a464-9f06c5de9467, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a63af11-75f3-465f-9106-5497cc3eaca4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a63af11-75f3-465f-9106-5497cc3eaca4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17095268604567655243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243170952686045676552431709526860456765524317095268604567655243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a63af11-75f3-465f-9106-5497cc3eaca4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1145e47d-f298-4e2d-90d5-134de76b23ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1145e47d-f298-4e2d-90d5-134de76b23ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7907501380885208989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989790750138088520898979075013808852089897907501380885208989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cb2703-4895-4e1f-a1fe-6237a7d2caa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9af5f8a7-5c2b-47b8-bc43-550be59425ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af5f8a7-5c2b-47b8-bc43-550be59425ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7992102053412457689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689799210205341245768979921020534124576897992102053412457689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1145e47d-f298-4e2d-90d5-134de76b23ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3ba286-c973-4446-aa4c-8140ce75b2df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3ba286-c973-4446-aa4c-8140ce75b2df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14981744116114032206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206149817441161140322061498174411611403220614981744116114032206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af5f8a7-5c2b-47b8-bc43-550be59425ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3fe05a6-1f96-4891-8826-9a2edf31e940, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3fe05a6-1f96-4891-8826-9a2edf31e940, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8383220862761812596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596838322086276181259683832208627618125968383220862761812596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3ba286-c973-4446-aa4c-8140ce75b2df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cc0df6f-d148-4b03-b088-e4c5153cece8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc0df6f-d148-4b03-b088-e4c5153cece8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13975436335712370108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108139754363357123701081397543633571237010813975436335712370108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3fe05a6-1f96-4891-8826-9a2edf31e940, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d822c317-5d76-427a-9870-8ed5fa0c201c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc0df6f-d148-4b03-b088-e4c5153cece8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d822c317-5d76-427a-9870-8ed5fa0c201c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5016033707415462932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932501603370741546293250160337074154629325016033707415462932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebe2ccd7-5f16-4c61-8e1f-721d474d3d84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe2ccd7-5f16-4c61-8e1f-721d474d3d84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17858312818112169553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553178583128181121695531785831281811216955317858312818112169553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d822c317-5d76-427a-9870-8ed5fa0c201c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f6fe48-21dd-4e8a-9ef0-0799ebf99216, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f6fe48-21dd-4e8a-9ef0-0799ebf99216, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13333449599333497328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328133334495993334973281333344959933349732813333449599333497328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe2ccd7-5f16-4c61-8e1f-721d474d3d84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc4c7102-28d1-45f9-9873-dea13f547c97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc4c7102-28d1-45f9-9873-dea13f547c97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15591564677078453757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757155915646770784537571559156467707845375715591564677078453757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f6fe48-21dd-4e8a-9ef0-0799ebf99216, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b49a288-3ab5-40de-93b4-831ca2c5f37e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b49a288-3ab5-40de-93b4-831ca2c5f37e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2421693078380884420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420242169307838088442024216930783808844202421693078380884420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc4c7102-28d1-45f9-9873-dea13f547c97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b73759e-bb14-453e-b5ff-3dc31ab77721, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b73759e-bb14-453e-b5ff-3dc31ab77721, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8890357073234127368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368889035707323412736888903570732341273688890357073234127368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b49a288-3ab5-40de-93b4-831ca2c5f37e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5018569a-d635-40c1-a9c3-3c958770fca4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5018569a-d635-40c1-a9c3-3c958770fca4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1624102152997160818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818162410215299716081816241021529971608181624102152997160818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b73759e-bb14-453e-b5ff-3dc31ab77721, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6df56372-fb64-4d92-aea7-0332f0a445a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df56372-fb64-4d92-aea7-0332f0a445a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15887017451811253308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308158870174518112533081588701745181125330815887017451811253308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5018569a-d635-40c1-a9c3-3c958770fca4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 244356ff-6a8a-4baf-ac7b-85de316a39e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 244356ff-6a8a-4baf-ac7b-85de316a39e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12582952350348976110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110125829523503489761101258295235034897611012582952350348976110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df56372-fb64-4d92-aea7-0332f0a445a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 244356ff-6a8a-4baf-ac7b-85de316a39e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f582f04c-1fe6-4541-a965-3b91a4d927dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f582f04c-1fe6-4541-a965-3b91a4d927dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11905183243836101557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557119051832438361015571190518324383610155711905183243836101557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0095d2a6-5f0f-46be-8f70-803f2c47bb24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0095d2a6-5f0f-46be-8f70-803f2c47bb24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9752202787030752769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769975220278703075276997522027870307527699752202787030752769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0095d2a6-5f0f-46be-8f70-803f2c47bb24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f582f04c-1fe6-4541-a965-3b91a4d927dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9468c99d-7b5c-4826-9d49-7bf3890643f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9468c99d-7b5c-4826-9d49-7bf3890643f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13136597353371494123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123131365973533714941231313659735337149412313136597353371494123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eed1ab33-5a4a-46b1-b2f0-d2c744677133, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eed1ab33-5a4a-46b1-b2f0-d2c744677133, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5029257833151888782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782502925783315188878250292578331518887825029257833151888782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9468c99d-7b5c-4826-9d49-7bf3890643f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e248779-2403-44f8-9327-ad3d0d33d413, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e248779-2403-44f8-9327-ad3d0d33d413, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13146977804803515129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129131469778048035151291314697780480351512913146977804803515129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eed1ab33-5a4a-46b1-b2f0-d2c744677133, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e7060ae-1a5e-48de-8d1c-abb13117d26f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e7060ae-1a5e-48de-8d1c-abb13117d26f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5751346737747080200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200575134673774708020057513467377470802005751346737747080200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e248779-2403-44f8-9327-ad3d0d33d413, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea1ebdc-2ffd-46e3-ba61-3109f2baf9dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea1ebdc-2ffd-46e3-ba61-3109f2baf9dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13586511824418185984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984135865118244181859841358651182441818598413586511824418185984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e7060ae-1a5e-48de-8d1c-abb13117d26f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25e69722-c526-4899-aaf8-a5794933a72a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e69722-c526-4899-aaf8-a5794933a72a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16538216398936352907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907165382163989363529071653821639893635290716538216398936352907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea1ebdc-2ffd-46e3-ba61-3109f2baf9dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67ac8b03-7c7a-451c-b5ca-edb47d924d54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67ac8b03-7c7a-451c-b5ca-edb47d924d54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9711032367215154002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002971103236721515400297110323672151540029711032367215154002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e69722-c526-4899-aaf8-a5794933a72a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a0de540-56b3-42db-8e0e-1680a66a1256, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a0de540-56b3-42db-8e0e-1680a66a1256, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1528866112278550031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031152886611227855003115288661122785500311528866112278550031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67ac8b03-7c7a-451c-b5ca-edb47d924d54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dabd9ed-70f1-4f91-bdb7-25657432140d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dabd9ed-70f1-4f91-bdb7-25657432140d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4083014065009006186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186408301406500900618640830140650090061864083014065009006186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a0de540-56b3-42db-8e0e-1680a66a1256, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c67bcb6-1f5f-46fa-a79c-4e69e9ad2f28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dabd9ed-70f1-4f91-bdb7-25657432140d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c67bcb6-1f5f-46fa-a79c-4e69e9ad2f28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 392993170050769649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649392993170050769649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa68ffac-ae0a-48cd-ab66-5231714d02b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa68ffac-ae0a-48cd-ab66-5231714d02b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17785455622571850150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150177854556225718501501778545562257185015017785455622571850150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa68ffac-ae0a-48cd-ab66-5231714d02b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 857e2dcb-62d8-4e38-b8f0-816994bedaeb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857e2dcb-62d8-4e38-b8f0-816994bedaeb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6407742666808938400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400640774266680893840064077426668089384006407742666808938400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c67bcb6-1f5f-46fa-a79c-4e69e9ad2f28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab8b7f2d-c503-4ef8-862f-bf42ed4a57c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab8b7f2d-c503-4ef8-862f-bf42ed4a57c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1758792686177595037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037175879268617759503717587926861775950371758792686177595037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857e2dcb-62d8-4e38-b8f0-816994bedaeb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30320d3e-2307-4d44-bacf-6b1bae7c6d62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30320d3e-2307-4d44-bacf-6b1bae7c6d62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12206168644375743679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679122061686443757436791220616864437574367912206168644375743679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab8b7f2d-c503-4ef8-862f-bf42ed4a57c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd202b11-2446-48da-8abe-d832e5e38f5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd202b11-2446-48da-8abe-d832e5e38f5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 783291299352666062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062783291299352666062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30320d3e-2307-4d44-bacf-6b1bae7c6d62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b1342bc-028e-40df-b6bf-78bc2172141c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd202b11-2446-48da-8abe-d832e5e38f5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b1342bc-028e-40df-b6bf-78bc2172141c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7741950788605059475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475774195078860505947577419507886050594757741950788605059475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e320d512-9d62-4361-b5d2-0cf320b6ce06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e320d512-9d62-4361-b5d2-0cf320b6ce06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1467147915580326701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701146714791558032670114671479155803267011467147915580326701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b1342bc-028e-40df-b6bf-78bc2172141c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e320d512-9d62-4361-b5d2-0cf320b6ce06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4abf9ea3-3c7f-4e66-b8b4-f82c34a166ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7a4dd1f-1754-4467-9fc2-f5e72ba1f159, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7a4dd1f-1754-4467-9fc2-f5e72ba1f159, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8150725201736880486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486815072520173688048681507252017368804868150725201736880486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4abf9ea3-3c7f-4e66-b8b4-f82c34a166ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5391414057442530801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801539141405744253080153914140574425308015391414057442530801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4abf9ea3-3c7f-4e66-b8b4-f82c34a166ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f35a6c9-3fd0-4a6f-b1d5-374a684a6eae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f35a6c9-3fd0-4a6f-b1d5-374a684a6eae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3262363551393741156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156326236355139374115632623635513937411563262363551393741156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7a4dd1f-1754-4467-9fc2-f5e72ba1f159, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0febcdc5-4ad5-4aa3-8f48-8d2e26fc00c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0febcdc5-4ad5-4aa3-8f48-8d2e26fc00c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12873196784054749281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281128731967840547492811287319678405474928112873196784054749281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f35a6c9-3fd0-4a6f-b1d5-374a684a6eae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a8c5f79-b237-4f3c-bf80-83fb3fa4c93f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a8c5f79-b237-4f3c-bf80-83fb3fa4c93f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6911245504047339096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096691124550404733909669112455040473390966911245504047339096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0febcdc5-4ad5-4aa3-8f48-8d2e26fc00c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fe8d633-61b0-4b0c-b8a2-fac30379d983, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe8d633-61b0-4b0c-b8a2-fac30379d983, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4261302099521296462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462426130209952129646242613020995212964624261302099521296462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a8c5f79-b237-4f3c-bf80-83fb3fa4c93f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8048754c-dd4b-4092-adb8-48da0567eb73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8048754c-dd4b-4092-adb8-48da0567eb73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3412409415598366181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181341240941559836618134124094155983661813412409415598366181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe8d633-61b0-4b0c-b8a2-fac30379d983, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f94d4526-89a0-4d30-96e0-feea37e362b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f94d4526-89a0-4d30-96e0-feea37e362b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10226036235260049548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548102260362352600495481022603623526004954810226036235260049548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8048754c-dd4b-4092-adb8-48da0567eb73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 420e5fce-0c6e-4625-94ad-16f08e300f5c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 420e5fce-0c6e-4625-94ad-16f08e300f5c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17901678274098818703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703179016782740988187031790167827409881870317901678274098818703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f94d4526-89a0-4d30-96e0-feea37e362b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e55dcba6-db24-4ca3-9227-d989522b0051, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55dcba6-db24-4ca3-9227-d989522b0051, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2336568147424763028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028233656814742476302823365681474247630282336568147424763028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 420e5fce-0c6e-4625-94ad-16f08e300f5c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faa87a5d-e437-4c0b-b572-47588c233ca8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa87a5d-e437-4c0b-b572-47588c233ca8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14138400816834843101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101141384008168348431011413840081683484310114138400816834843101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55dcba6-db24-4ca3-9227-d989522b0051, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20ff82f4-4d30-4cd8-a0c5-7863ac39fbf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ff82f4-4d30-4cd8-a0c5-7863ac39fbf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4106464887580255868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868410646488758025586841064648875802558684106464887580255868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa87a5d-e437-4c0b-b572-47588c233ca8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30a0fab2-a501-47f2-a483-f8f00a527efb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30a0fab2-a501-47f2-a483-f8f00a527efb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17789841830841615336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336177898418308416153361778984183084161533617789841830841615336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ff82f4-4d30-4cd8-a0c5-7863ac39fbf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2547bb3f-1d09-43a4-90a7-f64787605d6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2547bb3f-1d09-43a4-90a7-f64787605d6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1293037746338435989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989129303774633843598912930377463384359891293037746338435989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30a0fab2-a501-47f2-a483-f8f00a527efb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08f6cb9e-ba94-444a-8e9b-e0aa903eb1ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f6cb9e-ba94-444a-8e9b-e0aa903eb1ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6272102760477760602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602627210276047776060262721027604777606026272102760477760602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2547bb3f-1d09-43a4-90a7-f64787605d6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aaaa75c-d925-4438-a777-632b80ec8937, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aaaa75c-d925-4438-a777-632b80ec8937, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13315992201330425768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768133159922013304257681331599220133042576813315992201330425768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f6cb9e-ba94-444a-8e9b-e0aa903eb1ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d14ecaed-f03f-484c-ba1e-baf525610418, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d14ecaed-f03f-484c-ba1e-baf525610418, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18041140791082038291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291180411407910820382911804114079108203829118041140791082038291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aaaa75c-d925-4438-a777-632b80ec8937, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e05428b4-d1c4-43cf-bbda-68785c35c13a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05428b4-d1c4-43cf-bbda-68785c35c13a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17768374205226251733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733177683742052262517331776837420522625173317768374205226251733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d14ecaed-f03f-484c-ba1e-baf525610418, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c037b7c5-dd67-4fe0-99a7-ac46703269a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c037b7c5-dd67-4fe0-99a7-ac46703269a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8411519995414120147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147841151999541412014784115199954141201478411519995414120147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05428b4-d1c4-43cf-bbda-68785c35c13a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e046dcd-59d3-4848-b0d4-859971dbc8d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e046dcd-59d3-4848-b0d4-859971dbc8d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9661832674852424386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386966183267485242438696618326748524243869661832674852424386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c037b7c5-dd67-4fe0-99a7-ac46703269a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d596f0a-dbc8-4b4f-be62-2b2ed3abbd41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d596f0a-dbc8-4b4f-be62-2b2ed3abbd41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1482037729959980740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740148203772995998074014820377299599807401482037729959980740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e046dcd-59d3-4848-b0d4-859971dbc8d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80437f3a-9797-40c7-b26c-205d71112d17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80437f3a-9797-40c7-b26c-205d71112d17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14326332618498984688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688143263326184989846881432633261849898468814326332618498984688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d596f0a-dbc8-4b4f-be62-2b2ed3abbd41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de1006e-7b16-46fb-a81c-ee2a3dd85f81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de1006e-7b16-46fb-a81c-ee2a3dd85f81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18282452920650423545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545182824529206504235451828245292065042354518282452920650423545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80437f3a-9797-40c7-b26c-205d71112d17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a303dff-566c-4cbe-954f-7e6d79442db2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a303dff-566c-4cbe-954f-7e6d79442db2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10031918799533209908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908100319187995332099081003191879953320990810031918799533209908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de1006e-7b16-46fb-a81c-ee2a3dd85f81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b4d3b5a-26fb-4173-b890-fb0738134d44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b4d3b5a-26fb-4173-b890-fb0738134d44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5618383122122169723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723561838312212216972356183831221221697235618383122122169723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a303dff-566c-4cbe-954f-7e6d79442db2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d517e3-6b22-4db6-83d0-83df5be3a7b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b4d3b5a-26fb-4173-b890-fb0738134d44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d517e3-6b22-4db6-83d0-83df5be3a7b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18024087944578306625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625180240879445783066251802408794457830662518024087944578306625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2189fd0e-fa82-4104-8fdf-d8f6dc543041, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2189fd0e-fa82-4104-8fdf-d8f6dc543041, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3647780268444838647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647364778026844483864736477802684448386473647780268444838647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d517e3-6b22-4db6-83d0-83df5be3a7b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 097c2228-655d-4e62-904c-d7c7b7685de5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2189fd0e-fa82-4104-8fdf-d8f6dc543041, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097c2228-655d-4e62-904c-d7c7b7685de5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10589677732708888263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263105896777327088882631058967773270888826310589677732708888263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da762b27-39b6-4a74-8479-ebcb286113f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da762b27-39b6-4a74-8479-ebcb286113f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12603451721255377843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843126034517212553778431260345172125537784312603451721255377843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da762b27-39b6-4a74-8479-ebcb286113f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beee2200-3f62-4824-b6fc-484f60bb9c0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097c2228-655d-4e62-904c-d7c7b7685de5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beee2200-3f62-4824-b6fc-484f60bb9c0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5443232685495686804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804544323268549568680454432326854956868045443232685495686804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a831523-f922-46a5-a5f7-3e97aee20f63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a831523-f922-46a5-a5f7-3e97aee20f63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14528295516542368225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225145282955165423682251452829551654236822514528295516542368225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beee2200-3f62-4824-b6fc-484f60bb9c0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93b7c5d8-1d33-448b-97c4-c5c1ebb50625, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b7c5d8-1d33-448b-97c4-c5c1ebb50625, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14271436819318821945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945142714368193188219451427143681931882194514271436819318821945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a831523-f922-46a5-a5f7-3e97aee20f63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5db37c6e-b321-482d-9a29-5f94c1014232, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5db37c6e-b321-482d-9a29-5f94c1014232, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7048297535103777000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000704829753510377700070482975351037770007048297535103777000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b7c5d8-1d33-448b-97c4-c5c1ebb50625, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 600877a7-84c9-40a4-9dce-d4e8a381274c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 600877a7-84c9-40a4-9dce-d4e8a381274c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2874814384643782990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990287481438464378299028748143846437829902874814384643782990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5db37c6e-b321-482d-9a29-5f94c1014232, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8b93d95-c36e-46ac-abb5-e856057c84b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8b93d95-c36e-46ac-abb5-e856057c84b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1791567795101155265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265179156779510115526517915677951011552651791567795101155265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 600877a7-84c9-40a4-9dce-d4e8a381274c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 034dd568-4d90-4031-a453-7156e46484a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 034dd568-4d90-4031-a453-7156e46484a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4620724100439474165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165462072410043947416546207241004394741654620724100439474165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8b93d95-c36e-46ac-abb5-e856057c84b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5d014f5-522f-45ff-8e41-25a1b36249bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5d014f5-522f-45ff-8e41-25a1b36249bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12703329067105834891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891127033290671058348911270332906710583489112703329067105834891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 034dd568-4d90-4031-a453-7156e46484a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d5a2a80-9e12-49f1-b17c-ed98091d56f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5a2a80-9e12-49f1-b17c-ed98091d56f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2871565363259154747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747287156536325915474728715653632591547472871565363259154747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5a2a80-9e12-49f1-b17c-ed98091d56f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 121c5252-9059-43b8-9b7d-5f8f36a89e06, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 121c5252-9059-43b8-9b7d-5f8f36a89e06, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4219783521089136065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065421978352108913606542197835210891360654219783521089136065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 121c5252-9059-43b8-9b7d-5f8f36a89e06, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dc7263e-f4d4-4dab-9fef-5a81d9c25ad6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dc7263e-f4d4-4dab-9fef-5a81d9c25ad6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16360721997460637113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113163607219974606371131636072199746063711316360721997460637113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5d014f5-522f-45ff-8e41-25a1b36249bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d8a6221-37ba-4832-8c7e-175d8665d68e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d8a6221-37ba-4832-8c7e-175d8665d68e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6607060896760749682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682660706089676074968266070608967607496826607060896760749682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dc7263e-f4d4-4dab-9fef-5a81d9c25ad6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff9d9782-63f8-4b25-bf70-461d8036dbb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9d9782-63f8-4b25-bf70-461d8036dbb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 704133996723710877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877704133996723710877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d8a6221-37ba-4832-8c7e-175d8665d68e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc3391c7-9ed0-41e7-a5ff-dddb81ae0640, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3391c7-9ed0-41e7-a5ff-dddb81ae0640, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12454259670089390662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662124542596700893906621245425967008939066212454259670089390662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9d9782-63f8-4b25-bf70-461d8036dbb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4ad7c6b-e8de-4d53-87e9-8634175c0b39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4ad7c6b-e8de-4d53-87e9-8634175c0b39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10456557087183027071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071104565570871830270711045655708718302707110456557087183027071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3391c7-9ed0-41e7-a5ff-dddb81ae0640, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff47bd35-8fd8-4643-8de8-28d606519534, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff47bd35-8fd8-4643-8de8-28d606519534, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9720238964747445229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229972023896474744522997202389647474452299720238964747445229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4ad7c6b-e8de-4d53-87e9-8634175c0b39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b70b881-9ed4-4ae4-8b77-ab4857fc7fcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b70b881-9ed4-4ae4-8b77-ab4857fc7fcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8299651852226905458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458829965185222690545882996518522269054588299651852226905458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff47bd35-8fd8-4643-8de8-28d606519534, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8c62cd-392c-4488-aef6-5ba367be0535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8c62cd-392c-4488-aef6-5ba367be0535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9602410000796110719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719960241000079611071996024100007961107199602410000796110719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b70b881-9ed4-4ae4-8b77-ab4857fc7fcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8c62cd-392c-4488-aef6-5ba367be0535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 284509c2-f981-42fb-86a5-8cc229df1823, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 284509c2-f981-42fb-86a5-8cc229df1823, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15592250257354252535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535155922502573542525351559225025735425253515592250257354252535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc1c2fa1-b580-4b34-98a4-5203468b196d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1c2fa1-b580-4b34-98a4-5203468b196d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10119653102429885753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753101196531024298857531011965310242988575310119653102429885753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 284509c2-f981-42fb-86a5-8cc229df1823, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33846fa9-b5be-4501-a0bf-7ec87214d0ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33846fa9-b5be-4501-a0bf-7ec87214d0ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12155795964812076510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510121557959648120765101215579596481207651012155795964812076510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1c2fa1-b580-4b34-98a4-5203468b196d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5113c3d-4a59-44c5-b47a-bb1cafbc9661, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5113c3d-4a59-44c5-b47a-bb1cafbc9661, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4097871711110913333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333409787171111091333340978717111109133334097871711110913333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33846fa9-b5be-4501-a0bf-7ec87214d0ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f421c7cb-fdee-4919-9b56-e03a9253ff90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f421c7cb-fdee-4919-9b56-e03a9253ff90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7208303440940879302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302720830344094087930272083034409408793027208303440940879302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5113c3d-4a59-44c5-b47a-bb1cafbc9661, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b63a7150-0a75-4d86-9eb5-a69548065a99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b63a7150-0a75-4d86-9eb5-a69548065a99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15559973477490935273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273155599734774909352731555997347749093527315559973477490935273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f421c7cb-fdee-4919-9b56-e03a9253ff90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5adaab9e-d9e0-44d1-bf3e-008964c02dcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5adaab9e-d9e0-44d1-bf3e-008964c02dcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13562610827139881240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240135626108271398812401356261082713988124013562610827139881240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b63a7150-0a75-4d86-9eb5-a69548065a99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ce2dae2-ac6f-42a0-ae94-2e9a0fb4da9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce2dae2-ac6f-42a0-ae94-2e9a0fb4da9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17907448870266809125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125179074488702668091251790744887026680912517907448870266809125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5adaab9e-d9e0-44d1-bf3e-008964c02dcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c92b9bef-c2d7-4738-984d-53ca4ae258ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c92b9bef-c2d7-4738-984d-53ca4ae258ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15749915667134387348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348157499156671343873481574991566713438734815749915667134387348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce2dae2-ac6f-42a0-ae94-2e9a0fb4da9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a22320-5c07-4523-a25b-8870dfdef8aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a22320-5c07-4523-a25b-8870dfdef8aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6584104137591924062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062658410413759192406265841041375919240626584104137591924062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c92b9bef-c2d7-4738-984d-53ca4ae258ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 738135ee-6b27-41df-b0e6-48ba89a38b74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 738135ee-6b27-41df-b0e6-48ba89a38b74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9151962366054021804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804915196236605402180491519623660540218049151962366054021804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a22320-5c07-4523-a25b-8870dfdef8aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9f1afc1-3ecf-423c-9efc-0337ec444912, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f1afc1-3ecf-423c-9efc-0337ec444912, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10839597190273437843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843108395971902734378431083959719027343784310839597190273437843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 738135ee-6b27-41df-b0e6-48ba89a38b74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e4c8d53-1af4-4118-a9cb-84430f647a3b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4c8d53-1af4-4118-a9cb-84430f647a3b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12560211078879982078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078125602110788799820781256021107887998207812560211078879982078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f1afc1-3ecf-423c-9efc-0337ec444912, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d3a468b-8a4b-4337-9ec5-87a2b7967ba5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3a468b-8a4b-4337-9ec5-87a2b7967ba5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9633449102051183161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161963344910205118316196334491020511831619633449102051183161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4c8d53-1af4-4118-a9cb-84430f647a3b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77a1db75-b917-43e4-8062-08d9bae3f426, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a1db75-b917-43e4-8062-08d9bae3f426, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6471462716816257361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361647146271681625736164714627168162573616471462716816257361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3a468b-8a4b-4337-9ec5-87a2b7967ba5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eae3d216-2ab0-4607-9be6-341e7ce33aca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eae3d216-2ab0-4607-9be6-341e7ce33aca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2117093067629276493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493211709306762927649321170930676292764932117093067629276493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a1db75-b917-43e4-8062-08d9bae3f426, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1b27de0-b228-48f3-880d-4e29d196ca16, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b27de0-b228-48f3-880d-4e29d196ca16, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8140716000378684201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201814071600037868420181407160003786842018140716000378684201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eae3d216-2ab0-4607-9be6-341e7ce33aca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41f92bf0-6a68-425e-b749-5cc120601feb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41f92bf0-6a68-425e-b749-5cc120601feb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1815114859151604328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328181511485915160432818151148591516043281815114859151604328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b27de0-b228-48f3-880d-4e29d196ca16, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a35b510-4734-48d8-b716-0a271bd9f4f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a35b510-4734-48d8-b716-0a271bd9f4f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12158139891474552606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606121581398914745526061215813989147455260612158139891474552606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41f92bf0-6a68-425e-b749-5cc120601feb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9bf8a7d-eee8-4cde-b60d-4ff6b1be1862, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9bf8a7d-eee8-4cde-b60d-4ff6b1be1862, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8352797986075496580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580835279798607549658083527979860754965808352797986075496580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a35b510-4734-48d8-b716-0a271bd9f4f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9bf8a7d-eee8-4cde-b60d-4ff6b1be1862, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35834fe8-9c20-4ae4-9a7c-28f5b511c325, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9571cb6-5c85-409c-a640-d58e5966afb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35834fe8-9c20-4ae4-9a7c-28f5b511c325, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4278703890490353366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366427870389049035336642787038904903533664278703890490353366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9571cb6-5c85-409c-a640-d58e5966afb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2314389184655766395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395231438918465576639523143891846557663952314389184655766395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35834fe8-9c20-4ae4-9a7c-28f5b511c325, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9571cb6-5c85-409c-a640-d58e5966afb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305474db-8e6f-4c9a-9615-4f07d7f99c04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305474db-8e6f-4c9a-9615-4f07d7f99c04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11527703591607411877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877115277035916074118771152770359160741187711527703591607411877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b0363a5-5a5e-4537-9acb-f7a1cd204230, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0363a5-5a5e-4537-9acb-f7a1cd204230, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18148242693399330226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226181482426933993302261814824269339933022618148242693399330226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305474db-8e6f-4c9a-9615-4f07d7f99c04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fadf74e-e361-4c45-912c-0b3f3168f8b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fadf74e-e361-4c45-912c-0b3f3168f8b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5005557175986089516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516500555717598608951650055571759860895165005557175986089516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0363a5-5a5e-4537-9acb-f7a1cd204230, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52183162-80fb-44aa-b76d-22e51b45258b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52183162-80fb-44aa-b76d-22e51b45258b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5068556143813480445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445506855614381348044550685561438134804455068556143813480445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fadf74e-e361-4c45-912c-0b3f3168f8b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33468191-9d76-4e55-8696-02ac13ddfb5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33468191-9d76-4e55-8696-02ac13ddfb5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10843740503844524713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713108437405038445247131084374050384452471310843740503844524713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52183162-80fb-44aa-b76d-22e51b45258b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f50e6aa7-0479-4e46-aa60-a79e75ff6a94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f50e6aa7-0479-4e46-aa60-a79e75ff6a94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13735107094119554429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429137351070941195544291373510709411955442913735107094119554429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33468191-9d76-4e55-8696-02ac13ddfb5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43bce448-6c47-4097-81ca-6f743a2a7cfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43bce448-6c47-4097-81ca-6f743a2a7cfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17252448518409846508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508172524485184098465081725244851840984650817252448518409846508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f50e6aa7-0479-4e46-aa60-a79e75ff6a94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43bce448-6c47-4097-81ca-6f743a2a7cfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24816316-818b-48fb-9e19-491a1f3fb95e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24816316-818b-48fb-9e19-491a1f3fb95e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9565169681349658678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678956516968134965867895651696813496586789565169681349658678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68296cc5-34f5-49d6-9d46-6695028d554a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68296cc5-34f5-49d6-9d46-6695028d554a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5896201036092057716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716589620103609205771658962010360920577165896201036092057716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24816316-818b-48fb-9e19-491a1f3fb95e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4412a791-34e9-4ada-9204-46009c27f8a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4412a791-34e9-4ada-9204-46009c27f8a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15845479311719805651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651158454793117198056511584547931171980565115845479311719805651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68296cc5-34f5-49d6-9d46-6695028d554a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9047abad-1ce4-4e99-9340-01f510362363, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9047abad-1ce4-4e99-9340-01f510362363, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11058363854752087350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350110583638547520873501105836385475208735011058363854752087350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4412a791-34e9-4ada-9204-46009c27f8a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9047abad-1ce4-4e99-9340-01f510362363, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4edacb-d381-455c-bd5c-a67aeb9bd0cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4edacb-d381-455c-bd5c-a67aeb9bd0cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3375200795189155955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955337520079518915595533752007951891559553375200795189155955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd6e70c4-f137-4d29-b3c1-eed3ce5b73a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd6e70c4-f137-4d29-b3c1-eed3ce5b73a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6842866629774702192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192684286662977470219268428666297747021926842866629774702192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4edacb-d381-455c-bd5c-a67aeb9bd0cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 022211b9-b853-4a8c-a83c-30b22f4ba4a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 022211b9-b853-4a8c-a83c-30b22f4ba4a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7384765705202955590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590738476570520295559073847657052029555907384765705202955590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd6e70c4-f137-4d29-b3c1-eed3ce5b73a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018781d6-0564-409b-9354-bbe125f1d98e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018781d6-0564-409b-9354-bbe125f1d98e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16679629360116193842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842166796293601161938421667962936011619384216679629360116193842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 022211b9-b853-4a8c-a83c-30b22f4ba4a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dba163f-a7ae-4524-906d-24a5f8dbf474, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dba163f-a7ae-4524-906d-24a5f8dbf474, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17976712330741897292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292179767123307418972921797671233074189729217976712330741897292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018781d6-0564-409b-9354-bbe125f1d98e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45eb02bc-534f-49e0-a62e-797a61c04426, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45eb02bc-534f-49e0-a62e-797a61c04426, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16696342687464004867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867166963426874640048671669634268746400486716696342687464004867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dba163f-a7ae-4524-906d-24a5f8dbf474, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01de9262-0045-483d-98ba-d1792a435838, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01de9262-0045-483d-98ba-d1792a435838, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8673408492399217684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684867340849239921768486734084923992176848673408492399217684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45eb02bc-534f-49e0-a62e-797a61c04426, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 491ac579-9a58-4272-a024-3743476ea0e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491ac579-9a58-4272-a024-3743476ea0e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4752202393329356340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340475220239332935634047522023933293563404752202393329356340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01de9262-0045-483d-98ba-d1792a435838, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 977d1c38-2098-4b38-9771-c3d951edad44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977d1c38-2098-4b38-9771-c3d951edad44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 380586172823275290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290380586172823275290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491ac579-9a58-4272-a024-3743476ea0e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e2b1507-7ad8-49c2-8032-af670fc47acf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2b1507-7ad8-49c2-8032-af670fc47acf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17774723270792778536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536177747232707927785361777472327079277853617774723270792778536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977d1c38-2098-4b38-9771-c3d951edad44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0441fb2c-e349-4a2a-840f-338adceb7879, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0441fb2c-e349-4a2a-840f-338adceb7879, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15870802020030431490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490158708020200304314901587080202003043149015870802020030431490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2b1507-7ad8-49c2-8032-af670fc47acf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c038bf2a-408a-456a-8ab3-fb9b4173f27f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c038bf2a-408a-456a-8ab3-fb9b4173f27f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6081137984955677170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170608113798495567717060811379849556771706081137984955677170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0441fb2c-e349-4a2a-840f-338adceb7879, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cce21c8-06c7-48b8-a9bb-7666ebc0914a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cce21c8-06c7-48b8-a9bb-7666ebc0914a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17397976492077536855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855173979764920775368551739797649207753685517397976492077536855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c038bf2a-408a-456a-8ab3-fb9b4173f27f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a45444d-1b3b-4647-9b12-307599373f8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a45444d-1b3b-4647-9b12-307599373f8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5372198274404074027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027537219827440407402753721982744040740275372198274404074027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cce21c8-06c7-48b8-a9bb-7666ebc0914a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a45444d-1b3b-4647-9b12-307599373f8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e89a64ff-b94c-4558-bbdd-1a3f94ef45cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e89a64ff-b94c-4558-bbdd-1a3f94ef45cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1742645451785358278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278174264545178535827817426454517853582781742645451785358278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ededc8e-ab25-4d09-a437-82f3b5172669, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ededc8e-ab25-4d09-a437-82f3b5172669, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3254583051838771598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598325458305183877159832545830518387715983254583051838771598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e89a64ff-b94c-4558-bbdd-1a3f94ef45cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7de26e5-69d7-4c65-a3ed-f8554635c7b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ededc8e-ab25-4d09-a437-82f3b5172669, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7de26e5-69d7-4c65-a3ed-f8554635c7b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7736359956466560723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723773635995646656072377363599564665607237736359956466560723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aa529c9-4e7f-4427-a06b-c3974057d2f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa529c9-4e7f-4427-a06b-c3974057d2f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11203433338131236556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556112034333381312365561120343333813123655611203433338131236556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7de26e5-69d7-4c65-a3ed-f8554635c7b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10600273-dbc2-489e-bf46-cae0358416e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10600273-dbc2-489e-bf46-cae0358416e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6536421995777563282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282653642199577756328265364219957775632826536421995777563282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa529c9-4e7f-4427-a06b-c3974057d2f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cee63dcb-8d8d-46e1-8666-545d9b6b89f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cee63dcb-8d8d-46e1-8666-545d9b6b89f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5847062399120922266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266584706239912092226658470623991209222665847062399120922266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10600273-dbc2-489e-bf46-cae0358416e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33e85cab-ee3e-4918-adfc-e93650e37555, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e85cab-ee3e-4918-adfc-e93650e37555, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17148852397505139903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903171488523975051399031714885239750513990317148852397505139903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cee63dcb-8d8d-46e1-8666-545d9b6b89f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4784018b-b730-443e-922d-945cb444f77c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4784018b-b730-443e-922d-945cb444f77c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14845815855929718144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144148458158559297181441484581585592971814414845815855929718144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e85cab-ee3e-4918-adfc-e93650e37555, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c1957b9-d3e3-4063-bddd-d99acbe15536, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c1957b9-d3e3-4063-bddd-d99acbe15536, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9214410842622972434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434921441084262297243492144108426229724349214410842622972434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4784018b-b730-443e-922d-945cb444f77c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 744c0c9e-a51c-4040-8a83-6ea16434169c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 744c0c9e-a51c-4040-8a83-6ea16434169c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7728300092745391400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400772830009274539140077283000927453914007728300092745391400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c1957b9-d3e3-4063-bddd-d99acbe15536, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75665fd1-a883-4f44-a2d7-f905c2893489, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75665fd1-a883-4f44-a2d7-f905c2893489, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1644024187367218126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126164402418736721812616440241873672181261644024187367218126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 744c0c9e-a51c-4040-8a83-6ea16434169c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0d2d679-6179-4340-9291-7282cd385cf4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d2d679-6179-4340-9291-7282cd385cf4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1191165792429774041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041119116579242977404111911657924297740411191165792429774041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75665fd1-a883-4f44-a2d7-f905c2893489, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e968b65a-9b4c-49d8-a839-684c31cebffe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e968b65a-9b4c-49d8-a839-684c31cebffe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1957017209307412378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378195701720930741237819570172093074123781957017209307412378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d2d679-6179-4340-9291-7282cd385cf4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e81e4e5-5244-49e7-a15a-31b4ccc001a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e81e4e5-5244-49e7-a15a-31b4ccc001a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10028551467520602093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093100285514675206020931002855146752060209310028551467520602093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e81e4e5-5244-49e7-a15a-31b4ccc001a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a3bc995-c25f-45c2-8727-284b06a00e95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3bc995-c25f-45c2-8727-284b06a00e95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2130690829753623632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632213069082975362363221306908297536236322130690829753623632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3bc995-c25f-45c2-8727-284b06a00e95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e968b65a-9b4c-49d8-a839-684c31cebffe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a85a7c95-fe3e-497a-89e6-ef97da67b813, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a85a7c95-fe3e-497a-89e6-ef97da67b813, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 750361770880458662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662750361770880458662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab9bddfe-e1b8-427b-a051-22f1690a6164, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9bddfe-e1b8-427b-a051-22f1690a6164, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1092484391128380692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692109248439112838069210924843911283806921092484391128380692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a85a7c95-fe3e-497a-89e6-ef97da67b813, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9bddfe-e1b8-427b-a051-22f1690a6164, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4983a878-a6e1-494e-9997-20a92ee19c52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b9149d-18ce-4f2a-980d-1c6ae0269904, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4983a878-a6e1-494e-9997-20a92ee19c52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13068989424554165524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524130689894245541655241306898942455416552413068989424554165524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b9149d-18ce-4f2a-980d-1c6ae0269904, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6476127751249639228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228647612775124963922864761277512496392286476127751249639228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4983a878-a6e1-494e-9997-20a92ee19c52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ba067b4-c313-45ea-ae46-c3515aa3c18d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba067b4-c313-45ea-ae46-c3515aa3c18d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16754527005412637237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237167545270054126372371675452700541263723716754527005412637237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b9149d-18ce-4f2a-980d-1c6ae0269904, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9644b512-9dff-4316-b59c-bba198a5fd9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9644b512-9dff-4316-b59c-bba198a5fd9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7239339734959269373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373723933973495926937372393397349592693737239339734959269373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba067b4-c313-45ea-ae46-c3515aa3c18d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9482b62a-c449-4766-8518-948cc85a1ddf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9482b62a-c449-4766-8518-948cc85a1ddf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17391817750333775301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301173918177503337753011739181775033377530117391817750333775301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9644b512-9dff-4316-b59c-bba198a5fd9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b194a47-4cc4-4ce2-9caa-4b204d5767ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b194a47-4cc4-4ce2-9caa-4b204d5767ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680769192724114423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423268076919272411442326807691927241144232680769192724114423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9482b62a-c449-4766-8518-948cc85a1ddf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf5948c9-b8b7-4260-a082-92cffb455db3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5948c9-b8b7-4260-a082-92cffb455db3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18386567739971125017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017183865677399711250171838656773997112501718386567739971125017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b194a47-4cc4-4ce2-9caa-4b204d5767ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cc390f6-378a-4b3a-8575-3a378255f6a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc390f6-378a-4b3a-8575-3a378255f6a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13222893731985505959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959132228937319855059591322289373198550595913222893731985505959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5948c9-b8b7-4260-a082-92cffb455db3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 196d3563-f315-4edb-a923-08497bb65e0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 196d3563-f315-4edb-a923-08497bb65e0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 610916374773440171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171610916374773440171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc390f6-378a-4b3a-8575-3a378255f6a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c651bf9-7272-402c-bf4c-fcc7e5103423, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c651bf9-7272-402c-bf4c-fcc7e5103423, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6961089180158402170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170696108918015840217069610891801584021706961089180158402170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 196d3563-f315-4edb-a923-08497bb65e0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c355c194-09ef-4837-a083-f9ba48d7b6f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c355c194-09ef-4837-a083-f9ba48d7b6f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9229467130342979575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575922946713034297957592294671303429795759229467130342979575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c651bf9-7272-402c-bf4c-fcc7e5103423, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb85a641-8a65-4922-9d53-ace584cacc4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb85a641-8a65-4922-9d53-ace584cacc4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13073803043390690968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968130738030433906909681307380304339069096813073803043390690968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c355c194-09ef-4837-a083-f9ba48d7b6f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7a0dd6c-1eb1-4472-944a-1757aefaff30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7a0dd6c-1eb1-4472-944a-1757aefaff30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16237862345855101902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902162378623458551019021623786234585510190216237862345855101902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb85a641-8a65-4922-9d53-ace584cacc4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 808b8a2e-88f5-4705-873b-35028cee717b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 808b8a2e-88f5-4705-873b-35028cee717b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11239008259960597792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792112390082599605977921123900825996059779211239008259960597792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7a0dd6c-1eb1-4472-944a-1757aefaff30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00f4ee88-b300-4f32-846f-137413d7bc63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00f4ee88-b300-4f32-846f-137413d7bc63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9622926201439728934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934962292620143972893496229262014397289349622926201439728934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 808b8a2e-88f5-4705-873b-35028cee717b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c87032e-6964-4b64-bdbd-18b20cf0f163, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c87032e-6964-4b64-bdbd-18b20cf0f163, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5140536498061808853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853514053649806180885351405364980618088535140536498061808853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00f4ee88-b300-4f32-846f-137413d7bc63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 921ee13f-9eac-4598-9ea9-5a5024c3ca40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 921ee13f-9eac-4598-9ea9-5a5024c3ca40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12103275385080449019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019121032753850804490191210327538508044901912103275385080449019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c87032e-6964-4b64-bdbd-18b20cf0f163, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdbcfd7b-4895-4383-901b-535f1fde5e44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdbcfd7b-4895-4383-901b-535f1fde5e44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7888613859910371816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816788861385991037181678886138599103718167888613859910371816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 921ee13f-9eac-4598-9ea9-5a5024c3ca40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 549e2341-3a24-4c36-a01b-2583fea42c4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549e2341-3a24-4c36-a01b-2583fea42c4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10773253526219716629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629107732535262197166291077325352621971662910773253526219716629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdbcfd7b-4895-4383-901b-535f1fde5e44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a603fc9b-7860-4a8e-bf89-a5ed81c82398, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a603fc9b-7860-4a8e-bf89-a5ed81c82398, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9789814337743054386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386978981433774305438697898143377430543869789814337743054386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549e2341-3a24-4c36-a01b-2583fea42c4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 403be530-7b70-4d5d-a9a2-321dfd0cd3f7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 403be530-7b70-4d5d-a9a2-321dfd0cd3f7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9528412727369763461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461952841272736976346195284127273697634619528412727369763461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a603fc9b-7860-4a8e-bf89-a5ed81c82398, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b255b79b-4a01-470d-8875-72ea0d2c77e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b255b79b-4a01-470d-8875-72ea0d2c77e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8250092958079307964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964825009295807930796482500929580793079648250092958079307964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 403be530-7b70-4d5d-a9a2-321dfd0cd3f7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84825faf-74e9-47e1-8eb4-92a62410cbc6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84825faf-74e9-47e1-8eb4-92a62410cbc6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11518271723384497083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083115182717233844970831151827172338449708311518271723384497083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b255b79b-4a01-470d-8875-72ea0d2c77e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ddfa225-7c60-4189-8c7a-a54d900924ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ddfa225-7c60-4189-8c7a-a54d900924ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14811684835173640109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109148116848351736401091481168483517364010914811684835173640109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84825faf-74e9-47e1-8eb4-92a62410cbc6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72ccea88-d739-477b-bf83-52f21e3592fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72ccea88-d739-477b-bf83-52f21e3592fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 456764562377040268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268456764562377040268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ddfa225-7c60-4189-8c7a-a54d900924ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e23a9e2e-1a8a-48e8-bf97-080bdb9597ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e23a9e2e-1a8a-48e8-bf97-080bdb9597ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2510364410188807549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549251036441018880754925103644101888075492510364410188807549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72ccea88-d739-477b-bf83-52f21e3592fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60cb6225-b63d-4578-a54a-ca36de4b8187, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60cb6225-b63d-4578-a54a-ca36de4b8187, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13960161322564319666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666139601613225643196661396016132256431966613960161322564319666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e23a9e2e-1a8a-48e8-bf97-080bdb9597ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78b74f51-584d-4ef4-ba26-cda6acf54fac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78b74f51-584d-4ef4-ba26-cda6acf54fac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054804565222537171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171170548045652225371711705480456522253717117054804565222537171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60cb6225-b63d-4578-a54a-ca36de4b8187, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d7e668c-99db-45ae-a79d-faa17b3c4d12, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d7e668c-99db-45ae-a79d-faa17b3c4d12, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15925330815304306001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001159253308153043060011592533081530430600115925330815304306001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78b74f51-584d-4ef4-ba26-cda6acf54fac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a8036fb-4a9e-4756-a371-80d1db217926, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a8036fb-4a9e-4756-a371-80d1db217926, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8304370595194476807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807830437059519447680783043705951944768078304370595194476807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d7e668c-99db-45ae-a79d-faa17b3c4d12, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f8ef21-6fdf-4fac-bbc5-541600c1ee0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f8ef21-6fdf-4fac-bbc5-541600c1ee0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5914789456625596188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188591478945662559618859147894566255961885914789456625596188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a8036fb-4a9e-4756-a371-80d1db217926, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad817034-8dbd-4f9d-894e-ddf6834522f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f8ef21-6fdf-4fac-bbc5-541600c1ee0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad817034-8dbd-4f9d-894e-ddf6834522f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12039284427331084654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654120392844273310846541203928442733108465412039284427331084654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c72e390-51eb-4822-8ea6-254041fb57cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c72e390-51eb-4822-8ea6-254041fb57cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15618295592492257752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752156182955924922577521561829559249225775215618295592492257752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad817034-8dbd-4f9d-894e-ddf6834522f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0eeeaf5-30b4-4237-81c7-aa4e14c60761, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c72e390-51eb-4822-8ea6-254041fb57cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0801b050-f93b-4942-b80f-2dd8ad67f1a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0801b050-f93b-4942-b80f-2dd8ad67f1a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 390854960341140906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906390854960341140906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0eeeaf5-30b4-4237-81c7-aa4e14c60761, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17393397823275057596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596173933978232750575961739339782327505759617393397823275057596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0801b050-f93b-4942-b80f-2dd8ad67f1a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40dc9ce0-83c8-482d-9bf4-5d81db78b2db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40dc9ce0-83c8-482d-9bf4-5d81db78b2db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12330139264905695762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762123301392649056957621233013926490569576212330139264905695762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0eeeaf5-30b4-4237-81c7-aa4e14c60761, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df6c5dd2-506a-4f6e-83c6-5467a147c21c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6c5dd2-506a-4f6e-83c6-5467a147c21c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13922959882935028800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800139229598829350288001392295988293502880013922959882935028800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40dc9ce0-83c8-482d-9bf4-5d81db78b2db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d47e833d-edf2-4175-a55a-d47ad43476cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47e833d-edf2-4175-a55a-d47ad43476cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9395234394463089694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694939523439446308969493952343944630896949395234394463089694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6c5dd2-506a-4f6e-83c6-5467a147c21c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 517a5a2d-5e98-460d-b1e7-ab6b8de14696, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 517a5a2d-5e98-460d-b1e7-ab6b8de14696, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4409540422551818579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579440954042255181857944095404225518185794409540422551818579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47e833d-edf2-4175-a55a-d47ad43476cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2daaa31-e19e-4223-88b9-3c0ef6cc9cdb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2daaa31-e19e-4223-88b9-3c0ef6cc9cdb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8961940267618564333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333896194026761856433389619402676185643338961940267618564333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 517a5a2d-5e98-460d-b1e7-ab6b8de14696, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec2d1719-760b-4fc2-ad23-1d20876d7065, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec2d1719-760b-4fc2-ad23-1d20876d7065, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17474104822347832287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287174741048223478322871747410482234783228717474104822347832287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2daaa31-e19e-4223-88b9-3c0ef6cc9cdb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 897a9db9-3f85-47f0-a8fe-0c326347de39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897a9db9-3f85-47f0-a8fe-0c326347de39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17154610310225161907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907171546103102251619071715461031022516190717154610310225161907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec2d1719-760b-4fc2-ad23-1d20876d7065, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5e3b7e9-fb54-4ce3-803f-9aa778dc153a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5e3b7e9-fb54-4ce3-803f-9aa778dc153a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6885257700095813460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460688525770009581346068852577000958134606885257700095813460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897a9db9-3f85-47f0-a8fe-0c326347de39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8711d1d3-aac6-49b3-a637-57ae5bddd75d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8711d1d3-aac6-49b3-a637-57ae5bddd75d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17527176574796207012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012175271765747962070121752717657479620701217527176574796207012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5e3b7e9-fb54-4ce3-803f-9aa778dc153a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11821052-5f94-45a9-a7c1-725750d250df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11821052-5f94-45a9-a7c1-725750d250df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7403289264449449754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754740328926444944975474032892644494497547403289264449449754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8711d1d3-aac6-49b3-a637-57ae5bddd75d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43dae201-2f70-4f45-9b18-7d40176882e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11821052-5f94-45a9-a7c1-725750d250df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43dae201-2f70-4f45-9b18-7d40176882e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11335279193862558807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807113352791938625588071133527919386255880711335279193862558807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45083741-1af2-47b2-8875-07355e5924ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45083741-1af2-47b2-8875-07355e5924ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6034479135825070922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922603447913582507092260344791358250709226034479135825070922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43dae201-2f70-4f45-9b18-7d40176882e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e3ae72a-b005-4cd6-9e79-08ac050acfd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e3ae72a-b005-4cd6-9e79-08ac050acfd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 844841346012544999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999844841346012544999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45083741-1af2-47b2-8875-07355e5924ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f962c633-a518-471e-a0e0-4a95597717c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f962c633-a518-471e-a0e0-4a95597717c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2365654033948421843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843236565403394842184323656540339484218432365654033948421843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e3ae72a-b005-4cd6-9e79-08ac050acfd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bd8e05-b14a-47f8-8319-f7461bfccaf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bd8e05-b14a-47f8-8319-f7461bfccaf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14294885851442671686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686142948858514426716861429488585144267168614294885851442671686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f962c633-a518-471e-a0e0-4a95597717c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e36da6b4-e6af-46a4-8f99-c3b938987c4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36da6b4-e6af-46a4-8f99-c3b938987c4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10978699419661225144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144109786994196612251441097869941966122514410978699419661225144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bd8e05-b14a-47f8-8319-f7461bfccaf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6103baf1-f592-4ab8-8936-39ad0d0b6f48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6103baf1-f592-4ab8-8936-39ad0d0b6f48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4021933664209635131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131402193366420963513140219336642096351314021933664209635131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36da6b4-e6af-46a4-8f99-c3b938987c4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b8452fb-4395-474d-96e4-08ff8de79551, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8452fb-4395-474d-96e4-08ff8de79551, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274074876450078813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813152740748764500788131527407487645007881315274074876450078813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8452fb-4395-474d-96e4-08ff8de79551, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72e51e14-c062-469a-a21e-dc013bd7a835, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72e51e14-c062-469a-a21e-dc013bd7a835, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12555141666916602689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689125551416669166026891255514166691660268912555141666916602689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6103baf1-f592-4ab8-8936-39ad0d0b6f48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3427e78d-5f0d-4bc1-a05f-2b50795dcbd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3427e78d-5f0d-4bc1-a05f-2b50795dcbd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7612606814625109910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910761260681462510991076126068146251099107612606814625109910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72e51e14-c062-469a-a21e-dc013bd7a835, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eda98fa-d00e-463d-8d83-3f3e711e8cc4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eda98fa-d00e-463d-8d83-3f3e711e8cc4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6604474356562491697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697660447435656249169766044743565624916976604474356562491697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3427e78d-5f0d-4bc1-a05f-2b50795dcbd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64ea5518-486f-48a3-b5a1-da6190c100a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ea5518-486f-48a3-b5a1-da6190c100a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16582377985388626723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723165823779853886267231658237798538862672316582377985388626723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eda98fa-d00e-463d-8d83-3f3e711e8cc4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db6ddf81-a421-457f-8504-fae499ab5688, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6ddf81-a421-457f-8504-fae499ab5688, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12790713491938301357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357127907134919383013571279071349193830135712790713491938301357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ea5518-486f-48a3-b5a1-da6190c100a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 289adc97-769b-48f1-9fb2-a8cc2c6fa969, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 289adc97-769b-48f1-9fb2-a8cc2c6fa969, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9367566986087082144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144936756698608708214493675669860870821449367566986087082144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6ddf81-a421-457f-8504-fae499ab5688, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f11b8627-09ef-468f-81be-f72e9a503ab0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11b8627-09ef-468f-81be-f72e9a503ab0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3301424430138474819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819330142443013847481933014244301384748193301424430138474819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 289adc97-769b-48f1-9fb2-a8cc2c6fa969, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a7c49a6-71e3-4ffe-9720-30f619107996, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a7c49a6-71e3-4ffe-9720-30f619107996, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10727881679916180626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626107278816799161806261072788167991618062610727881679916180626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11b8627-09ef-468f-81be-f72e9a503ab0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeacbfd7-2989-4e17-b7bb-b87c4bdd51b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeacbfd7-2989-4e17-b7bb-b87c4bdd51b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11937762773015161452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452119377627730151614521193776277301516145211937762773015161452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a7c49a6-71e3-4ffe-9720-30f619107996, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b51a88f-844d-4589-b29a-9913803c3d17, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b51a88f-844d-4589-b29a-9913803c3d17, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1264355662056465034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034126435566205646503412643556620564650341264355662056465034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeacbfd7-2989-4e17-b7bb-b87c4bdd51b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb4a8ab-16b8-4773-a59c-2ab22d3ee535, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb4a8ab-16b8-4773-a59c-2ab22d3ee535, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11533972267156886403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403115339722671568864031153397226715688640311533972267156886403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b51a88f-844d-4589-b29a-9913803c3d17, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dbdb68a-fa80-4094-8fe0-4e5438ce1385, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dbdb68a-fa80-4094-8fe0-4e5438ce1385, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13860889301310970079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079138608893013109700791386088930131097007913860889301310970079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb4a8ab-16b8-4773-a59c-2ab22d3ee535, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9552877-ff4b-4123-9478-c4d20ff19f91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9552877-ff4b-4123-9478-c4d20ff19f91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 465291942599803355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355465291942599803355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dbdb68a-fa80-4094-8fe0-4e5438ce1385, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84e2e9c7-56b4-40ae-96f5-4ca789783d33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e2e9c7-56b4-40ae-96f5-4ca789783d33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9948936071456484076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076994893607145648407699489360714564840769948936071456484076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9552877-ff4b-4123-9478-c4d20ff19f91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1fd3c49-bd6c-4129-b168-ca4aae039b82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1fd3c49-bd6c-4129-b168-ca4aae039b82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15747149231106448390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390157471492311064483901574714923110644839015747149231106448390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e2e9c7-56b4-40ae-96f5-4ca789783d33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9768b5ee-4d5d-4997-a2bf-bd0fbe975f6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9768b5ee-4d5d-4997-a2bf-bd0fbe975f6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16310168798332758933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933163101687983327589331631016879833275893316310168798332758933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1fd3c49-bd6c-4129-b168-ca4aae039b82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dad257e9-2643-49ba-9f92-97ec12583ff9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dad257e9-2643-49ba-9f92-97ec12583ff9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18392614212463549760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760183926142124635497601839261421246354976018392614212463549760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9768b5ee-4d5d-4997-a2bf-bd0fbe975f6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f766627-c166-474d-9621-44113f95d9e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f766627-c166-474d-9621-44113f95d9e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 731293557772818748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748731293557772818748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dad257e9-2643-49ba-9f92-97ec12583ff9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0925321b-6c2b-4313-b492-4f9d8f685ea9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0925321b-6c2b-4313-b492-4f9d8f685ea9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4948414794635058635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635494841479463505863549484147946350586354948414794635058635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f766627-c166-474d-9621-44113f95d9e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55c01462-c611-47b1-9b69-8c13ae78c1d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c01462-c611-47b1-9b69-8c13ae78c1d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18335652704853510534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534183356527048535105341833565270485351053418335652704853510534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0925321b-6c2b-4313-b492-4f9d8f685ea9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 906b9afa-6c07-4244-8ae6-6c50ee5a03d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 906b9afa-6c07-4244-8ae6-6c50ee5a03d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 575256975272419208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208575256975272419208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c01462-c611-47b1-9b69-8c13ae78c1d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c4b66a0-c808-4555-9b5e-04f527fbb2af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4b66a0-c808-4555-9b5e-04f527fbb2af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6852840522146815631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631685284052214681563168528405221468156316852840522146815631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 906b9afa-6c07-4244-8ae6-6c50ee5a03d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c2821a2-e3fd-4e98-8baa-8b48a1bdc88b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2821a2-e3fd-4e98-8baa-8b48a1bdc88b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11653383179351110225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225116533831793511102251165338317935111022511653383179351110225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2821a2-e3fd-4e98-8baa-8b48a1bdc88b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e37f8c3-7314-4e99-bb43-95a1bf21f406, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e37f8c3-7314-4e99-bb43-95a1bf21f406, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10112103192074030396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396101121031920740303961011210319207403039610112103192074030396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4b66a0-c808-4555-9b5e-04f527fbb2af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b56700b8-05eb-4a4a-ad24-6682225314b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b56700b8-05eb-4a4a-ad24-6682225314b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9264856491444276092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092926485649144427609292648564914442760929264856491444276092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e37f8c3-7314-4e99-bb43-95a1bf21f406, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69da95c0-725c-4c91-b724-1377e756ad0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69da95c0-725c-4c91-b724-1377e756ad0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11562161198091672339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339115621611980916723391156216119809167233911562161198091672339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b56700b8-05eb-4a4a-ad24-6682225314b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2a8afe-d46c-47cf-aad9-ea8791993200, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2a8afe-d46c-47cf-aad9-ea8791993200, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1460958616836227215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215146095861683622721514609586168362272151460958616836227215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69da95c0-725c-4c91-b724-1377e756ad0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67653efa-4507-41cf-9c9f-4e8f1cc01f4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67653efa-4507-41cf-9c9f-4e8f1cc01f4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 646855265440938668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668646855265440938668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2a8afe-d46c-47cf-aad9-ea8791993200, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d0088ca-27ae-49d9-b731-1b3692fa278e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0088ca-27ae-49d9-b731-1b3692fa278e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10883338213347591338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338108833382133475913381088333821334759133810883338213347591338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67653efa-4507-41cf-9c9f-4e8f1cc01f4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84669822-5acb-4a8f-af39-5ded8aa6a5a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84669822-5acb-4a8f-af39-5ded8aa6a5a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6894195575164509365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365689419557516450936568941955751645093656894195575164509365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0088ca-27ae-49d9-b731-1b3692fa278e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a490b8a3-3415-4df8-8c35-69a5e611dc59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a490b8a3-3415-4df8-8c35-69a5e611dc59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206785236739250051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051420678523673925005142067852367392500514206785236739250051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84669822-5acb-4a8f-af39-5ded8aa6a5a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cb4cfba-bd4c-4e38-a7de-16dd1c8a27b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cb4cfba-bd4c-4e38-a7de-16dd1c8a27b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7362439681436569975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975736243968143656997573624396814365699757362439681436569975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a490b8a3-3415-4df8-8c35-69a5e611dc59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbb5b302-02bf-4a77-b749-7cddc218be41, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbb5b302-02bf-4a77-b749-7cddc218be41, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4958217004197370761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761495821700419737076149582170041973707614958217004197370761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cb4cfba-bd4c-4e38-a7de-16dd1c8a27b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3e65844-b9b4-465b-9690-9aa077c7f962, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e65844-b9b4-465b-9690-9aa077c7f962, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6517377147744028034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034651737714774402803465173771477440280346517377147744028034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbb5b302-02bf-4a77-b749-7cddc218be41, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d54ac1fc-afa4-4c6c-8d28-365739a48f13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54ac1fc-afa4-4c6c-8d28-365739a48f13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9254883675922370027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027925488367592237002792548836759223700279254883675922370027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e65844-b9b4-465b-9690-9aa077c7f962, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72f5571b-8ab4-4d70-b679-00149083e455, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72f5571b-8ab4-4d70-b679-00149083e455, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13136425919900523520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520131364259199005235201313642591990052352013136425919900523520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54ac1fc-afa4-4c6c-8d28-365739a48f13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2547ab79-d29e-4d23-8e10-8d527eaec748, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2547ab79-d29e-4d23-8e10-8d527eaec748, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5019998003332357400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400501999800333235740050199980033323574005019998003332357400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72f5571b-8ab4-4d70-b679-00149083e455, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39c75a9f-789c-4b47-ac32-0fb53220694b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c75a9f-789c-4b47-ac32-0fb53220694b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15371252669692784969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969153712526696927849691537125266969278496915371252669692784969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2547ab79-d29e-4d23-8e10-8d527eaec748, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcefdca3-7c43-4553-8ac0-0a05348a3a70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcefdca3-7c43-4553-8ac0-0a05348a3a70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15267421943942661812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812152674219439426618121526742194394266181215267421943942661812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c75a9f-789c-4b47-ac32-0fb53220694b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ad619f1-625b-46d7-8fb6-f18e91d37d82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad619f1-625b-46d7-8fb6-f18e91d37d82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2612697069927879655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655261269706992787965526126970699278796552612697069927879655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcefdca3-7c43-4553-8ac0-0a05348a3a70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8f1e72f-19e7-4aa8-a5a4-b8f3f121821c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f1e72f-19e7-4aa8-a5a4-b8f3f121821c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11726286020604455882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882117262860206044558821172628602060445588211726286020604455882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad619f1-625b-46d7-8fb6-f18e91d37d82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 151d2c47-1ff8-4611-89a2-ca3a693edb8c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151d2c47-1ff8-4611-89a2-ca3a693edb8c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 342441020653016222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222342441020653016222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f1e72f-19e7-4aa8-a5a4-b8f3f121821c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a36937b-b2ea-4c9a-a2a0-96a9234fbfe7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a36937b-b2ea-4c9a-a2a0-96a9234fbfe7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5306744194480185378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378530674419448018537853067441944801853785306744194480185378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151d2c47-1ff8-4611-89a2-ca3a693edb8c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d810e94a-cd04-4f91-8bb1-25ac310a2a3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d810e94a-cd04-4f91-8bb1-25ac310a2a3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15868132142446325040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040158681321424463250401586813214244632504015868132142446325040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a36937b-b2ea-4c9a-a2a0-96a9234fbfe7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 976ba9a0-ba82-4883-8944-9f5f28d0c5f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976ba9a0-ba82-4883-8944-9f5f28d0c5f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444572547325164886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886844457254732516488684445725473251648868444572547325164886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d810e94a-cd04-4f91-8bb1-25ac310a2a3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac5e4627-25dd-4757-896c-6f8111d11ebd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac5e4627-25dd-4757-896c-6f8111d11ebd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8737484064699953908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908873748406469995390887374840646999539088737484064699953908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976ba9a0-ba82-4883-8944-9f5f28d0c5f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7022055a-c8fd-4781-a862-535d9d6ece9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7022055a-c8fd-4781-a862-535d9d6ece9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16702522992953267083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083167025229929532670831670252299295326708316702522992953267083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac5e4627-25dd-4757-896c-6f8111d11ebd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258537b9-aeba-4993-b421-eb70bbb62830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258537b9-aeba-4993-b421-eb70bbb62830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10377049221254561032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032103770492212545610321037704922125456103210377049221254561032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7022055a-c8fd-4781-a862-535d9d6ece9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b7a9f1f-00eb-463e-afa9-a3fda7f14f72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b7a9f1f-00eb-463e-afa9-a3fda7f14f72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8021983692187117752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752802198369218711775280219836921871177528021983692187117752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258537b9-aeba-4993-b421-eb70bbb62830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 774bc80b-c253-4a63-937d-67d03bd64deb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 774bc80b-c253-4a63-937d-67d03bd64deb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3904227279074675908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908390422727907467590839042272790746759083904227279074675908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b7a9f1f-00eb-463e-afa9-a3fda7f14f72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c9e3e08-7c29-47b7-b194-4ff7a7fc8925, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c9e3e08-7c29-47b7-b194-4ff7a7fc8925, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10552228358355482373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373105522283583554823731055222835835548237310552228358355482373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 774bc80b-c253-4a63-937d-67d03bd64deb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1521918-a801-406b-b574-459e4932b087, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1521918-a801-406b-b574-459e4932b087, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16288876272478194954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954162888762724781949541628887627247819495416288876272478194954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c9e3e08-7c29-47b7-b194-4ff7a7fc8925, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c315698c-80c8-4941-b764-0dc9424244cc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c315698c-80c8-4941-b764-0dc9424244cc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11943778314160851607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607119437783141608516071194377831416085160711943778314160851607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1521918-a801-406b-b574-459e4932b087, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2a27ae6-4775-44d5-9564-b23fd317a243, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a27ae6-4775-44d5-9564-b23fd317a243, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15715457638461212515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515157154576384612125151571545763846121251515715457638461212515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c315698c-80c8-4941-b764-0dc9424244cc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5de88bc2-4d30-41a0-a4d6-f2a2ca730bbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5de88bc2-4d30-41a0-a4d6-f2a2ca730bbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 473915429342998599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599473915429342998599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a27ae6-4775-44d5-9564-b23fd317a243, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae18347d-5fb9-4215-ad7b-e1d32c0885e1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae18347d-5fb9-4215-ad7b-e1d32c0885e1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14116753631721554830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830141167536317215548301411675363172155483014116753631721554830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5de88bc2-4d30-41a0-a4d6-f2a2ca730bbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 518f2a3f-773e-4d91-afde-86862919cb69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 518f2a3f-773e-4d91-afde-86862919cb69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6294962018861717489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489629496201886171748962949620188617174896294962018861717489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae18347d-5fb9-4215-ad7b-e1d32c0885e1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23d2dd20-8b27-49f4-acb6-121a0db28db3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d2dd20-8b27-49f4-acb6-121a0db28db3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1247578322871715825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825124757832287171582512475783228717158251247578322871715825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 518f2a3f-773e-4d91-afde-86862919cb69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4da661a-1021-4af1-a764-3fbee4ebd959, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4da661a-1021-4af1-a764-3fbee4ebd959, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13180802445556699543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543131808024455566995431318080244555669954313180802445556699543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d2dd20-8b27-49f4-acb6-121a0db28db3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 020e5550-ba0d-4730-9e6f-47626bb483ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 020e5550-ba0d-4730-9e6f-47626bb483ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3744418076966313908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908374441807696631390837444180769663139083744418076966313908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4da661a-1021-4af1-a764-3fbee4ebd959, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efff55c9-2616-4128-995e-8f4cefae48c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efff55c9-2616-4128-995e-8f4cefae48c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4098420645080895413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413409842064508089541340984206450808954134098420645080895413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 020e5550-ba0d-4730-9e6f-47626bb483ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faf07044-76ff-48ca-88c2-0840a1dafe93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf07044-76ff-48ca-88c2-0840a1dafe93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12496006352339195165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165124960063523391951651249600635233919516512496006352339195165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efff55c9-2616-4128-995e-8f4cefae48c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 073eb504-6804-4af9-abc9-828053263e14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 073eb504-6804-4af9-abc9-828053263e14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10369901259880465097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097103699012598804650971036990125988046509710369901259880465097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf07044-76ff-48ca-88c2-0840a1dafe93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db52dc35-74b2-40b0-bafe-7af6a9079b08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db52dc35-74b2-40b0-bafe-7af6a9079b08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12676708199914941396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396126767081999149413961267670819991494139612676708199914941396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 073eb504-6804-4af9-abc9-828053263e14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 337334fa-2b50-4755-acab-8db8104b0450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337334fa-2b50-4755-acab-8db8104b0450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18031047849061064452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452180310478490610644521803104784906106445218031047849061064452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db52dc35-74b2-40b0-bafe-7af6a9079b08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ff16fbc-8dda-4cd4-8e9a-5338674203c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff16fbc-8dda-4cd4-8e9a-5338674203c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16115711999432810211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211161157119994328102111611571199943281021116115711999432810211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337334fa-2b50-4755-acab-8db8104b0450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30396cdb-0fb0-4ff1-b1c8-cb47a7ec0c68, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30396cdb-0fb0-4ff1-b1c8-cb47a7ec0c68, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4033579227190122522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522403357922719012252240335792271901225224033579227190122522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff16fbc-8dda-4cd4-8e9a-5338674203c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5fadb13-c7fa-4e95-b60b-19c5d2505ed2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5fadb13-c7fa-4e95-b60b-19c5d2505ed2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11881591435928180405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405118815914359281804051188159143592818040511881591435928180405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30396cdb-0fb0-4ff1-b1c8-cb47a7ec0c68, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bad2b68-8c2d-469d-9ef8-dda0af8a405e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bad2b68-8c2d-469d-9ef8-dda0af8a405e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10328161482434524804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804103281614824345248041032816148243452480410328161482434524804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5fadb13-c7fa-4e95-b60b-19c5d2505ed2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc42d8a8-1802-438e-a22d-cbb7147174c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc42d8a8-1802-438e-a22d-cbb7147174c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4293246780555400132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132429324678055540013242932467805554001324293246780555400132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bad2b68-8c2d-469d-9ef8-dda0af8a405e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fb3897d-da55-4a09-a0f2-552b8d352be9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fb3897d-da55-4a09-a0f2-552b8d352be9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11542674162399609165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165115426741623996091651154267416239960916511542674162399609165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc42d8a8-1802-438e-a22d-cbb7147174c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1944ef67-d475-421e-878d-797408e53720, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1944ef67-d475-421e-878d-797408e53720, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18005081181622366702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702180050811816223667021800508118162236670218005081181622366702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fb3897d-da55-4a09-a0f2-552b8d352be9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f6b1ddc-561b-4879-be39-cb39eb880a37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f6b1ddc-561b-4879-be39-cb39eb880a37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11775891764553130017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017117758917645531300171177589176455313001711775891764553130017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1944ef67-d475-421e-878d-797408e53720, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 591b3896-16bc-4baf-8aec-ea064f1792f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 591b3896-16bc-4baf-8aec-ea064f1792f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13524063317037390099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099135240633170373900991352406331703739009913524063317037390099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f6b1ddc-561b-4879-be39-cb39eb880a37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2662994-493f-4aef-bb57-fa50537d409e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2662994-493f-4aef-bb57-fa50537d409e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2090092324104951820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820209009232410495182020900923241049518202090092324104951820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 591b3896-16bc-4baf-8aec-ea064f1792f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0dcbc4b-b09b-4195-b9d4-10c12f82986a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0dcbc4b-b09b-4195-b9d4-10c12f82986a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15411325437605597463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463154113254376055974631541132543760559746315411325437605597463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2662994-493f-4aef-bb57-fa50537d409e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5bfb41b-0396-4e97-af65-8e5354bf0fa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5bfb41b-0396-4e97-af65-8e5354bf0fa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11058885934168053718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718110588859341680537181105888593416805371811058885934168053718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0dcbc4b-b09b-4195-b9d4-10c12f82986a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4a2c9cf-f879-4bc6-9fc7-24e9a4791f07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a2c9cf-f879-4bc6-9fc7-24e9a4791f07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13614111959531064396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396136141119595310643961361411195953106439613614111959531064396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5bfb41b-0396-4e97-af65-8e5354bf0fa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c8ab39f-0de6-45ff-a0a0-894aea943eae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c8ab39f-0de6-45ff-a0a0-894aea943eae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5405183621949432521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521540518362194943252154051836219494325215405183621949432521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a2c9cf-f879-4bc6-9fc7-24e9a4791f07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57d5832e-7830-4c20-8c86-2ec2e9824f24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57d5832e-7830-4c20-8c86-2ec2e9824f24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2184416670695690574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574218441667069569057421844166706956905742184416670695690574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c8ab39f-0de6-45ff-a0a0-894aea943eae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62c3ef90-0cbe-4561-a047-1da4b0349af1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c3ef90-0cbe-4561-a047-1da4b0349af1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4329992963628069246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246432999296362806924643299929636280692464329992963628069246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57d5832e-7830-4c20-8c86-2ec2e9824f24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5333b830-bc4f-428c-9646-16d1c1f1b3b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5333b830-bc4f-428c-9646-16d1c1f1b3b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12084274391577162452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452120842743915771624521208427439157716245212084274391577162452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c3ef90-0cbe-4561-a047-1da4b0349af1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ad944d1-9046-4966-98be-9d14ec00ba2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad944d1-9046-4966-98be-9d14ec00ba2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2869634625568314549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549286963462556831454928696346255683145492869634625568314549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad944d1-9046-4966-98be-9d14ec00ba2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5333b830-bc4f-428c-9646-16d1c1f1b3b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea9f34e5-cc14-4a62-8a9e-902f7fafcde8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea9f34e5-cc14-4a62-8a9e-902f7fafcde8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12499505358279744139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139124995053582797441391249950535827974413912499505358279744139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e34d09a1-90a7-4055-87e2-2b8be7df884e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e34d09a1-90a7-4055-87e2-2b8be7df884e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8294250157395915986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986829425015739591598682942501573959159868294250157395915986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea9f34e5-cc14-4a62-8a9e-902f7fafcde8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29bab2be-87cb-4fb3-9483-93074eaa9f35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29bab2be-87cb-4fb3-9483-93074eaa9f35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6855467017845486584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584685546701784548658468554670178454865846855467017845486584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e34d09a1-90a7-4055-87e2-2b8be7df884e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e4af02b-df8f-4734-af45-b07797126d50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e4af02b-df8f-4734-af45-b07797126d50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9858099930977154806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806985809993097715480698580999309771548069858099930977154806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29bab2be-87cb-4fb3-9483-93074eaa9f35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7acc12-f549-4d11-84c1-30eeb36ba7bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7acc12-f549-4d11-84c1-30eeb36ba7bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2197888630870893888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888219788863087089388821978886308708938882197888630870893888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e4af02b-df8f-4734-af45-b07797126d50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a730a577-ccb8-4f13-96d7-0366b05e8b19, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a730a577-ccb8-4f13-96d7-0366b05e8b19, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11209236007343521474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474112092360073435214741120923600734352147411209236007343521474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7acc12-f549-4d11-84c1-30eeb36ba7bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 146967c4-09fe-4683-b4a3-9549dc3ca864, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 146967c4-09fe-4683-b4a3-9549dc3ca864, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2846430837219020075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075284643083721902007528464308372190200752846430837219020075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a730a577-ccb8-4f13-96d7-0366b05e8b19, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77692d86-f2b0-4cac-95a5-fddabcdfc118, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77692d86-f2b0-4cac-95a5-fddabcdfc118, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10627478407002359915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915106274784070023599151062747840700235991510627478407002359915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 146967c4-09fe-4683-b4a3-9549dc3ca864, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa83927d-316a-4c14-b122-5b049fc70b7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa83927d-316a-4c14-b122-5b049fc70b7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10504108934243008689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689105041089342430086891050410893424300868910504108934243008689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa83927d-316a-4c14-b122-5b049fc70b7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7014a22-2af3-4063-96bb-c90017d79d20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7014a22-2af3-4063-96bb-c90017d79d20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15139490548629451032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032151394905486294510321513949054862945103215139490548629451032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77692d86-f2b0-4cac-95a5-fddabcdfc118, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 840337d5-c0fa-4dab-b2cd-eb9c48bbce6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 840337d5-c0fa-4dab-b2cd-eb9c48bbce6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8439110640147554169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169843911064014755416984391106401475541698439110640147554169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7014a22-2af3-4063-96bb-c90017d79d20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cecad2c-2234-42d1-9842-e04dce485db7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cecad2c-2234-42d1-9842-e04dce485db7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8408044238366069009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009840804423836606900984080442383660690098408044238366069009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 840337d5-c0fa-4dab-b2cd-eb9c48bbce6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a693fc0f-074a-43b8-a9e2-b9820d6d0703, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a693fc0f-074a-43b8-a9e2-b9820d6d0703, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5962934459899681473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473596293445989968147359629344598996814735962934459899681473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cecad2c-2234-42d1-9842-e04dce485db7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a1cef7e-8c87-4300-8f69-3846e24b854a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a1cef7e-8c87-4300-8f69-3846e24b854a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11929633116680350773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773119296331166803507731192963311668035077311929633116680350773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a693fc0f-074a-43b8-a9e2-b9820d6d0703, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7dc70a2-6c86-42aa-aceb-631361844dcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7dc70a2-6c86-42aa-aceb-631361844dcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3990992915619962857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857399099291561996285739909929156199628573990992915619962857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a1cef7e-8c87-4300-8f69-3846e24b854a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c707f0fe-60d7-4b91-8d8f-5d82556a0894, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c707f0fe-60d7-4b91-8d8f-5d82556a0894, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13741076444171318120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120137410764441713181201374107644417131812013741076444171318120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7dc70a2-6c86-42aa-aceb-631361844dcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a693d6e-fe77-411e-b2be-bd0937c41c49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a693d6e-fe77-411e-b2be-bd0937c41c49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12151159240200130841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841121511592402001308411215115924020013084112151159240200130841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c707f0fe-60d7-4b91-8d8f-5d82556a0894, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f1a378-ebf7-42c5-b47d-624df6aab692, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f1a378-ebf7-42c5-b47d-624df6aab692, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17734282468486011996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996177342824684860119961773428246848601199617734282468486011996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a693d6e-fe77-411e-b2be-bd0937c41c49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48d1d78c-0f0c-421f-b9d4-bc4cc07dcc14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d1d78c-0f0c-421f-b9d4-bc4cc07dcc14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8219907792950721601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601821990779295072160182199077929507216018219907792950721601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f1a378-ebf7-42c5-b47d-624df6aab692, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5c9d9ad-a3e2-4074-b591-3fe0cd24a97d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5c9d9ad-a3e2-4074-b591-3fe0cd24a97d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17172632419623231163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163171726324196232311631717263241962323116317172632419623231163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d1d78c-0f0c-421f-b9d4-bc4cc07dcc14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6234ae3b-c3c5-4e7e-89fb-550c7fce9d82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6234ae3b-c3c5-4e7e-89fb-550c7fce9d82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16464166150632000042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042164641661506320000421646416615063200004216464166150632000042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5c9d9ad-a3e2-4074-b591-3fe0cd24a97d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 401651bb-d2e5-4cda-8095-0bc99d5dce77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401651bb-d2e5-4cda-8095-0bc99d5dce77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7635018587016053306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306763501858701605330676350185870160533067635018587016053306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6234ae3b-c3c5-4e7e-89fb-550c7fce9d82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75fe0a17-4eb6-4c26-a327-5041ebcfeaf5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75fe0a17-4eb6-4c26-a327-5041ebcfeaf5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14852567948549974121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121148525679485499741211485256794854997412114852567948549974121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401651bb-d2e5-4cda-8095-0bc99d5dce77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db8c3f63-a1ef-4856-a9ad-c6570f4edc1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db8c3f63-a1ef-4856-a9ad-c6570f4edc1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10927753832343583846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846109277538323435838461092775383234358384610927753832343583846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75fe0a17-4eb6-4c26-a327-5041ebcfeaf5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19d14d14-563a-4d96-afdc-548b56155bbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19d14d14-563a-4d96-afdc-548b56155bbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2009545238117378867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867200954523811737886720095452381173788672009545238117378867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db8c3f63-a1ef-4856-a9ad-c6570f4edc1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64dacd28-2e81-4658-aa5b-49910f8c794c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64dacd28-2e81-4658-aa5b-49910f8c794c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8505942763410325790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790850594276341032579085059427634103257908505942763410325790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64dacd28-2e81-4658-aa5b-49910f8c794c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19d14d14-563a-4d96-afdc-548b56155bbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d316fa76-f271-4af3-ab3e-3e756eb955e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d316fa76-f271-4af3-ab3e-3e756eb955e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1112797823419906707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707111279782341990670711127978234199067071112797823419906707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c451bcf7-6e46-410e-a5ee-c8d73be197d0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c451bcf7-6e46-410e-a5ee-c8d73be197d0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5947332780166967809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809594733278016696780959473327801669678095947332780166967809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d316fa76-f271-4af3-ab3e-3e756eb955e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78cb3dac-71a6-48fd-99eb-edf87a8c0eaf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78cb3dac-71a6-48fd-99eb-edf87a8c0eaf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7594771933212728604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604759477193321272860475947719332127286047594771933212728604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c451bcf7-6e46-410e-a5ee-c8d73be197d0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2653ae20-a1c3-4603-b0fa-9c84326d9ad6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2653ae20-a1c3-4603-b0fa-9c84326d9ad6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17872012268268613701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701178720122682686137011787201226826861370117872012268268613701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78cb3dac-71a6-48fd-99eb-edf87a8c0eaf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dc436bf-7647-4666-b2d7-ed75009760d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dc436bf-7647-4666-b2d7-ed75009760d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16548004813404363870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870165480048134043638701654800481340436387016548004813404363870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2653ae20-a1c3-4603-b0fa-9c84326d9ad6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92b375ae-1fe6-4f90-b1dc-c9f3fb72cb77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92b375ae-1fe6-4f90-b1dc-c9f3fb72cb77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6326505619092641729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729632650561909264172963265056190926417296326505619092641729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dc436bf-7647-4666-b2d7-ed75009760d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6098415b-4067-4010-a169-a0d6b8650262, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6098415b-4067-4010-a169-a0d6b8650262, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2134234828976786187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187213423482897678618721342348289767861872134234828976786187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92b375ae-1fe6-4f90-b1dc-c9f3fb72cb77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 603bcf8b-85b9-49e8-939e-e365e9789241, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603bcf8b-85b9-49e8-939e-e365e9789241, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12996992813876487050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050129969928138764870501299699281387648705012996992813876487050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6098415b-4067-4010-a169-a0d6b8650262, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa0b2d69-ff82-43e2-adcd-ba1a56ee8d1c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0b2d69-ff82-43e2-adcd-ba1a56ee8d1c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14595051783823763204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204145950517838237632041459505178382376320414595051783823763204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603bcf8b-85b9-49e8-939e-e365e9789241, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27693276-c192-470c-8947-94bdf8313773, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27693276-c192-470c-8947-94bdf8313773, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2297957561513632564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564229795756151363256422979575615136325642297957561513632564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0b2d69-ff82-43e2-adcd-ba1a56ee8d1c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b72e8fe6-b7d2-4ec1-9bb4-028215b0ce75, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b72e8fe6-b7d2-4ec1-9bb4-028215b0ce75, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13602760487696505590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590136027604876965055901360276048769650559013602760487696505590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27693276-c192-470c-8947-94bdf8313773, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d197d1e1-1ea4-4156-9239-cc47ba48e20c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d197d1e1-1ea4-4156-9239-cc47ba48e20c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14082288553607969459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459140822885536079694591408228855360796945914082288553607969459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b72e8fe6-b7d2-4ec1-9bb4-028215b0ce75, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe76161f-4fa3-41cf-a3d7-6bdf8fea264d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe76161f-4fa3-41cf-a3d7-6bdf8fea264d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 797243259283789892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892797243259283789892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d197d1e1-1ea4-4156-9239-cc47ba48e20c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85191587-68d4-4e23-88c1-7f79cbc1d433, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85191587-68d4-4e23-88c1-7f79cbc1d433, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3965268738927027733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733396526873892702773339652687389270277333965268738927027733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe76161f-4fa3-41cf-a3d7-6bdf8fea264d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa34bde2-0b2c-454e-b776-0463691f17d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa34bde2-0b2c-454e-b776-0463691f17d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13565302695361357592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592135653026953613575921356530269536135759213565302695361357592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85191587-68d4-4e23-88c1-7f79cbc1d433, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 063d17f7-43ad-4922-bf3d-11f8dbeae830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 063d17f7-43ad-4922-bf3d-11f8dbeae830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5521376337070940909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909552137633707094090955213763370709409095521376337070940909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa34bde2-0b2c-454e-b776-0463691f17d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 314c8b99-9a00-47ac-aef2-d0fe752719c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314c8b99-9a00-47ac-aef2-d0fe752719c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580933748758657642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642758093374875865764275809337487586576427580933748758657642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 063d17f7-43ad-4922-bf3d-11f8dbeae830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1607e0e8-8521-4fd3-a767-011a6f9a8876, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1607e0e8-8521-4fd3-a767-011a6f9a8876, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17248063889489322612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612172480638894893226121724806388948932261217248063889489322612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314c8b99-9a00-47ac-aef2-d0fe752719c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d4bb520-b932-4dfa-b48b-83b42776bcee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4bb520-b932-4dfa-b48b-83b42776bcee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13169737245645092898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898131697372456450928981316973724564509289813169737245645092898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1607e0e8-8521-4fd3-a767-011a6f9a8876, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd70e341-05b4-4820-8b40-97b9238dda8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd70e341-05b4-4820-8b40-97b9238dda8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15391490761925200519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519153914907619252005191539149076192520051915391490761925200519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4bb520-b932-4dfa-b48b-83b42776bcee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f521b48-10b0-491b-a714-5d6d998e89de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f521b48-10b0-491b-a714-5d6d998e89de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3651037373704118218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218365103737370411821836510373737041182183651037373704118218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd70e341-05b4-4820-8b40-97b9238dda8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efd6993c-acaf-4f54-a46d-1d1efdf8ed76, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efd6993c-acaf-4f54-a46d-1d1efdf8ed76, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3088738387649604162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162308873838764960416230887383876496041623088738387649604162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f521b48-10b0-491b-a714-5d6d998e89de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eadde1a2-832c-4a1e-b298-9cad9945a576, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eadde1a2-832c-4a1e-b298-9cad9945a576, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15270114744001893976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976152701147440018939761527011474400189397615270114744001893976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efd6993c-acaf-4f54-a46d-1d1efdf8ed76, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c90d0bf2-1576-46d2-82ed-1c2637607aad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90d0bf2-1576-46d2-82ed-1c2637607aad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8791428272351013413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413879142827235101341387914282723510134138791428272351013413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eadde1a2-832c-4a1e-b298-9cad9945a576, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df97c3ad-557a-402e-b9e8-6f8331688820, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df97c3ad-557a-402e-b9e8-6f8331688820, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9430023245906291603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603943002324590629160394300232459062916039430023245906291603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90d0bf2-1576-46d2-82ed-1c2637607aad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6c3cc99-f0f2-4d9f-86e0-45506caa0772, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6c3cc99-f0f2-4d9f-86e0-45506caa0772, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047661893150792987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987104766189315079298710476618931507929871047661893150792987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df97c3ad-557a-402e-b9e8-6f8331688820, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c15448-d44e-4ff2-88f8-88cf004fe8a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c15448-d44e-4ff2-88f8-88cf004fe8a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2737687849006429815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815273768784900642981527376878490064298152737687849006429815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6c3cc99-f0f2-4d9f-86e0-45506caa0772, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27dd285c-a61f-4a15-8019-204128454871, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27dd285c-a61f-4a15-8019-204128454871, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 208271406896646166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166208271406896646166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c15448-d44e-4ff2-88f8-88cf004fe8a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd37fa1a-d36f-41d6-80be-c2530dfe5ceb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd37fa1a-d36f-41d6-80be-c2530dfe5ceb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5930559381627450034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034593055938162745003459305593816274500345930559381627450034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27dd285c-a61f-4a15-8019-204128454871, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61deb28b-d692-45ba-870a-8b4e224c7bb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61deb28b-d692-45ba-870a-8b4e224c7bb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10276928893828199794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794102769288938281997941027692889382819979410276928893828199794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd37fa1a-d36f-41d6-80be-c2530dfe5ceb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d485d4d6-3df1-424c-8f8b-1741b36a21ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d485d4d6-3df1-424c-8f8b-1741b36a21ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14857878823680377225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225148578788236803772251485787882368037722514857878823680377225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61deb28b-d692-45ba-870a-8b4e224c7bb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b56bc11-a14d-4965-a0d5-be01e8478a37, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b56bc11-a14d-4965-a0d5-be01e8478a37, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10013780871418578686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686100137808714185786861001378087141857868610013780871418578686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d485d4d6-3df1-424c-8f8b-1741b36a21ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ae4570a-fa6d-45e7-91b8-c56ceeca03b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ae4570a-fa6d-45e7-91b8-c56ceeca03b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11619982747447582292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292116199827474475822921161998274744758229211619982747447582292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b56bc11-a14d-4965-a0d5-be01e8478a37, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c73ab32-7b9a-4f59-8b0d-75c16f72b526, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c73ab32-7b9a-4f59-8b0d-75c16f72b526, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6666638217269697782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782666663821726969778266666382172696977826666638217269697782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ae4570a-fa6d-45e7-91b8-c56ceeca03b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cbf4db3-ec68-4085-9179-2dd8ee88304d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbf4db3-ec68-4085-9179-2dd8ee88304d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3579317888783168881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881357931788878316888135793178887831688813579317888783168881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c73ab32-7b9a-4f59-8b0d-75c16f72b526, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c01df711-572e-4339-8d54-4a2c1179ee27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01df711-572e-4339-8d54-4a2c1179ee27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12648860637196343602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602126488606371963436021264886063719634360212648860637196343602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbf4db3-ec68-4085-9179-2dd8ee88304d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfd66ce3-5dac-49d6-8733-efa20cc2aa49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd66ce3-5dac-49d6-8733-efa20cc2aa49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15343064767410747890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890153430647674107478901534306476741074789015343064767410747890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01df711-572e-4339-8d54-4a2c1179ee27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d45dc46c-718c-468f-afb3-9d5a1fcf2e30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45dc46c-718c-468f-afb3-9d5a1fcf2e30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774505074881090176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176117745050748810901761177450507488109017611774505074881090176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd66ce3-5dac-49d6-8733-efa20cc2aa49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d0dd254-fcea-4226-a89f-772efb6276a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0dd254-fcea-4226-a89f-772efb6276a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4779930003144729417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417477993000314472941747799300031447294174779930003144729417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45dc46c-718c-468f-afb3-9d5a1fcf2e30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8083f4be-f378-47b1-b7ab-6909f0da408f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8083f4be-f378-47b1-b7ab-6909f0da408f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4375814459798853607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607437581445979885360743758144597988536074375814459798853607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0dd254-fcea-4226-a89f-772efb6276a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75a2806d-616a-4ddc-98e2-e4e500fc1c35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a2806d-616a-4ddc-98e2-e4e500fc1c35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10718774903728395139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139107187749037283951391071877490372839513910718774903728395139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8083f4be-f378-47b1-b7ab-6909f0da408f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d5489b4-94f7-4bdc-9e68-1df78b32e1da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5489b4-94f7-4bdc-9e68-1df78b32e1da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13802092999295965413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413138020929992959654131380209299929596541313802092999295965413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a2806d-616a-4ddc-98e2-e4e500fc1c35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad91cc39-33ee-4328-8660-d11678aa76d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad91cc39-33ee-4328-8660-d11678aa76d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 246183646561097751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751246183646561097751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5489b4-94f7-4bdc-9e68-1df78b32e1da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef8adc0f-b7da-4791-beec-edd966dce727, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad91cc39-33ee-4328-8660-d11678aa76d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5588f424-be89-46b0-85f5-ffcbda7874c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5588f424-be89-46b0-85f5-ffcbda7874c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1790705985610024141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141179070598561002414117907059856100241411790705985610024141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef8adc0f-b7da-4791-beec-edd966dce727, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9954396323158539123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123995439632315853912399543963231585391239954396323158539123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5588f424-be89-46b0-85f5-ffcbda7874c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 084b7b2c-2c7b-43f4-9315-c5a1fab1b660, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 084b7b2c-2c7b-43f4-9315-c5a1fab1b660, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5943214625460338631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631594321462546033863159432146254603386315943214625460338631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef8adc0f-b7da-4791-beec-edd966dce727, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc913095-ab96-4976-9f33-eaa67af9fe87, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc913095-ab96-4976-9f33-eaa67af9fe87, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14172312902652529936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936141723129026525299361417231290265252993614172312902652529936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 084b7b2c-2c7b-43f4-9315-c5a1fab1b660, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39a00975-b452-4f04-9903-5e2a0912291e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39a00975-b452-4f04-9903-5e2a0912291e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2512483684603914890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890251248368460391489025124836846039148902512483684603914890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc913095-ab96-4976-9f33-eaa67af9fe87, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 623ec362-ab7e-4015-9056-c47f4a97a3d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 623ec362-ab7e-4015-9056-c47f4a97a3d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11275928195076591540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540112759281950765915401127592819507659154011275928195076591540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39a00975-b452-4f04-9903-5e2a0912291e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dc88f0c-b594-4af7-b20b-9fc25691c9b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 623ec362-ab7e-4015-9056-c47f4a97a3d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc88f0c-b594-4af7-b20b-9fc25691c9b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17379189481941087073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073173791894819410870731737918948194108707317379189481941087073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83408e40-bbc8-4b5f-ad25-8f00ad4d9ad0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83408e40-bbc8-4b5f-ad25-8f00ad4d9ad0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5394963464058272449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449539496346405827244953949634640582724495394963464058272449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc88f0c-b594-4af7-b20b-9fc25691c9b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 739a2e64-449a-4483-bc7d-a33529503e2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 739a2e64-449a-4483-bc7d-a33529503e2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4565854095775379398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398456585409577537939845658540957753793984565854095775379398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83408e40-bbc8-4b5f-ad25-8f00ad4d9ad0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 578e945e-cd29-4713-a4b6-c9b6d4b2aadf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 578e945e-cd29-4713-a4b6-c9b6d4b2aadf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8069610472632586374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374806961047263258637480696104726325863748069610472632586374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 739a2e64-449a-4483-bc7d-a33529503e2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68a1a125-efc7-4790-ba2c-f9faabea7337, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68a1a125-efc7-4790-ba2c-f9faabea7337, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 681426996569979442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442681426996569979442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 578e945e-cd29-4713-a4b6-c9b6d4b2aadf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10bdcff0-6ae0-4502-82bb-250609722fe8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10bdcff0-6ae0-4502-82bb-250609722fe8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3945736071483413772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772394573607148341377239457360714834137723945736071483413772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68a1a125-efc7-4790-ba2c-f9faabea7337, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2231aae-33e3-4c42-998e-042f6c7cd375, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2231aae-33e3-4c42-998e-042f6c7cd375, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 350863974348086162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162350863974348086162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10bdcff0-6ae0-4502-82bb-250609722fe8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fe6c861-b152-41c1-8809-a319060c94f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe6c861-b152-41c1-8809-a319060c94f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8682599544001858247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247868259954400185824786825995440018582478682599544001858247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2231aae-33e3-4c42-998e-042f6c7cd375, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f78ab0c9-03c6-40b6-b130-0892ee81248b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78ab0c9-03c6-40b6-b130-0892ee81248b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4920243692022783715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715492024369202278371549202436920227837154920243692022783715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe6c861-b152-41c1-8809-a319060c94f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86d58562-48f5-4426-827f-e90332a1c679, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d58562-48f5-4426-827f-e90332a1c679, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7872107325477246474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474787210732547724647478721073254772464747872107325477246474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78ab0c9-03c6-40b6-b130-0892ee81248b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0377e28f-b3b0-4832-a7d6-b98327479047, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0377e28f-b3b0-4832-a7d6-b98327479047, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1234250155378162430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430123425015537816243012342501553781624301234250155378162430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d58562-48f5-4426-827f-e90332a1c679, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c60c84b8-47c1-4c20-9e2a-69b6216c0e18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c60c84b8-47c1-4c20-9e2a-69b6216c0e18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8398255831779108020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020839825583177910802083982558317791080208398255831779108020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0377e28f-b3b0-4832-a7d6-b98327479047, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c80dee0-bf6f-4b15-9ba0-beb88a0b9e54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c60c84b8-47c1-4c20-9e2a-69b6216c0e18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c80dee0-bf6f-4b15-9ba0-beb88a0b9e54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11746008367862119034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034117460083678621190341174600836786211903411746008367862119034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 020b9167-ba12-4b40-a147-f4a268301bad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 020b9167-ba12-4b40-a147-f4a268301bad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5427969386619760943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943542796938661976094354279693866197609435427969386619760943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c80dee0-bf6f-4b15-9ba0-beb88a0b9e54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dd1c120-4e6f-48b6-acf0-c1039c62b090, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dd1c120-4e6f-48b6-acf0-c1039c62b090, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2553620785510195881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881255362078551019588125536207855101958812553620785510195881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 020b9167-ba12-4b40-a147-f4a268301bad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02322c77-7c3a-4a81-968a-c518b17d8bbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02322c77-7c3a-4a81-968a-c518b17d8bbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11470467202642912056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056114704672026429120561147046720264291205611470467202642912056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dd1c120-4e6f-48b6-acf0-c1039c62b090, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7c669a-d437-41e5-8754-70c60943e894, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02322c77-7c3a-4a81-968a-c518b17d8bbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 598defe2-202d-40b4-ac6f-b793785175e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 598defe2-202d-40b4-ac6f-b793785175e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8669839911233597961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961866983991123359796186698399112335979618669839911233597961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7c669a-d437-41e5-8754-70c60943e894, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8106022335385814772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772810602233538581477281060223353858147728106022335385814772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 598defe2-202d-40b4-ac6f-b793785175e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7181370-aa32-4f74-9743-1a1f0a186072, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7181370-aa32-4f74-9743-1a1f0a186072, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8183815241897611914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914818381524189761191481838152418976119148183815241897611914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7c669a-d437-41e5-8754-70c60943e894, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96fbcd2b-c296-4738-b7f9-f26ba36e8eda, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96fbcd2b-c296-4738-b7f9-f26ba36e8eda, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7427317674946551433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433742731767494655143374273176749465514337427317674946551433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7181370-aa32-4f74-9743-1a1f0a186072, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96fbcd2b-c296-4738-b7f9-f26ba36e8eda, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4e5c252-aa9c-4b7e-94e9-b952d1346ea5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e5c252-aa9c-4b7e-94e9-b952d1346ea5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4069357826507948016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016406935782650794801640693578265079480164069357826507948016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 619d1a63-9bcf-43ec-b784-1b61cb098acb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619d1a63-9bcf-43ec-b784-1b61cb098acb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8490227512632926201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201849022751263292620184902275126329262018490227512632926201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e5c252-aa9c-4b7e-94e9-b952d1346ea5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 854b3063-1e2a-460c-a8b3-d612589944a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 854b3063-1e2a-460c-a8b3-d612589944a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10170961603719603808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808101709616037196038081017096160371960380810170961603719603808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619d1a63-9bcf-43ec-b784-1b61cb098acb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50d5ea7-7573-43ce-be8a-6436d925d570, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50d5ea7-7573-43ce-be8a-6436d925d570, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13367963201699845287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287133679632016998452871336796320169984528713367963201699845287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 854b3063-1e2a-460c-a8b3-d612589944a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50d5ea7-7573-43ce-be8a-6436d925d570, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9656d7a2-da51-4e9c-a3a2-1d9957786c0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9656d7a2-da51-4e9c-a3a2-1d9957786c0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15543107419781065231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231155431074197810652311554310741978106523115543107419781065231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0baa9e8c-46c9-4795-9cb3-09b7ff8a4e6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0baa9e8c-46c9-4795-9cb3-09b7ff8a4e6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4397012557409352070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070439701255740935207043970125574093520704397012557409352070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9656d7a2-da51-4e9c-a3a2-1d9957786c0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1f3ff14-b4d4-4387-81b9-271d11bff497, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0baa9e8c-46c9-4795-9cb3-09b7ff8a4e6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1f3ff14-b4d4-4387-81b9-271d11bff497, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11833817145191800158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158118338171451918001581183381714519180015811833817145191800158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243a8807-e614-4a91-bdc5-216bc242967e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243a8807-e614-4a91-bdc5-216bc242967e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12467494338907183817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817124674943389071838171246749433890718381712467494338907183817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243a8807-e614-4a91-bdc5-216bc242967e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3abb9790-b47c-4222-bfea-023561594972, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1f3ff14-b4d4-4387-81b9-271d11bff497, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abb9790-b47c-4222-bfea-023561594972, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11726069335536669531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531117260693355366695311172606933553666953111726069335536669531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac22c13d-72c4-452d-9716-ae996d3ae51a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac22c13d-72c4-452d-9716-ae996d3ae51a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14189350232490059865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865141893502324900598651418935023249005986514189350232490059865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abb9790-b47c-4222-bfea-023561594972, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d9c3dfa-5591-4612-be30-e78c160e7dc5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d9c3dfa-5591-4612-be30-e78c160e7dc5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1150496694823612818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818115049669482361281811504966948236128181150496694823612818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac22c13d-72c4-452d-9716-ae996d3ae51a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 991763c0-0908-4bf6-8b65-7bed4d614b7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991763c0-0908-4bf6-8b65-7bed4d614b7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9480554436520547440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440948055443652054744094805544365205474409480554436520547440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d9c3dfa-5591-4612-be30-e78c160e7dc5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f3a4d98-5f43-4041-9fe4-9166f7c989a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f3a4d98-5f43-4041-9fe4-9166f7c989a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10122148441885991845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845101221484418859918451012214844188599184510122148441885991845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991763c0-0908-4bf6-8b65-7bed4d614b7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84ea8bdc-7e73-42d5-abb8-c6e3707258e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ea8bdc-7e73-42d5-abb8-c6e3707258e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15925642052737599558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558159256420527375995581592564205273759955815925642052737599558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f3a4d98-5f43-4041-9fe4-9166f7c989a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a37166c-f83a-4642-8802-2e6d42e8539f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a37166c-f83a-4642-8802-2e6d42e8539f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9454019898684317941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941945401989868431794194540198986843179419454019898684317941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ea8bdc-7e73-42d5-abb8-c6e3707258e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83f479f6-5f6e-4ee7-9028-98962fa91efc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f479f6-5f6e-4ee7-9028-98962fa91efc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15703769455258600947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947157037694552586009471570376945525860094715703769455258600947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a37166c-f83a-4642-8802-2e6d42e8539f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7e2d282-88b2-44bb-8b5a-2293a706ec59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e2d282-88b2-44bb-8b5a-2293a706ec59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7203183306321000816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816720318330632100081672031833063210008167203183306321000816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f479f6-5f6e-4ee7-9028-98962fa91efc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bb0b2a8-4c9f-49bf-a7e2-b6d5aa4e5e44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb0b2a8-4c9f-49bf-a7e2-b6d5aa4e5e44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4492905137076551279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279449290513707655127944929051370765512794492905137076551279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e2d282-88b2-44bb-8b5a-2293a706ec59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba46da41-9e38-48f2-8765-326ff8eefd8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba46da41-9e38-48f2-8765-326ff8eefd8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5207262293859589434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434520726229385958943452072622938595894345207262293859589434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb0b2a8-4c9f-49bf-a7e2-b6d5aa4e5e44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b612c7c-79fb-469c-926e-f3bd6cba19c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b612c7c-79fb-469c-926e-f3bd6cba19c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17850281871922166317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317178502818719221663171785028187192216631717850281871922166317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba46da41-9e38-48f2-8765-326ff8eefd8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc00fe10-6146-493e-90e0-56704722f7c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc00fe10-6146-493e-90e0-56704722f7c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13238581600549920291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291132385816005499202911323858160054992029113238581600549920291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b612c7c-79fb-469c-926e-f3bd6cba19c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4d668f9-6043-4a19-b7f8-ab05888a099b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4d668f9-6043-4a19-b7f8-ab05888a099b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5579492934354339831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831557949293435433983155794929343543398315579492934354339831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc00fe10-6146-493e-90e0-56704722f7c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba338d25-1d71-407a-9fe2-fdde9a2bb793, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4d668f9-6043-4a19-b7f8-ab05888a099b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba338d25-1d71-407a-9fe2-fdde9a2bb793, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4659472032421682347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347465947203242168234746594720324216823474659472032421682347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4185bbc0-229b-440a-b4b5-d06a1033b872, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4185bbc0-229b-440a-b4b5-d06a1033b872, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13401503462207721625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625134015034622077216251340150346220772162513401503462207721625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba338d25-1d71-407a-9fe2-fdde9a2bb793, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ca33d2d-9ac5-4d94-9f83-155dfeaa7222, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ca33d2d-9ac5-4d94-9f83-155dfeaa7222, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8407790094195860790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790840779009419586079084077900941958607908407790094195860790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4185bbc0-229b-440a-b4b5-d06a1033b872, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 098e6acc-6008-484b-a02a-5b30cf9bcfa3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 098e6acc-6008-484b-a02a-5b30cf9bcfa3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2328715380513987036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036232871538051398703623287153805139870362328715380513987036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ca33d2d-9ac5-4d94-9f83-155dfeaa7222, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62023e90-c59e-4760-8ba3-81f0912b787a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62023e90-c59e-4760-8ba3-81f0912b787a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14824522255360195583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583148245222553601955831482452225536019558314824522255360195583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 098e6acc-6008-484b-a02a-5b30cf9bcfa3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2466a746-ed33-4a38-9ba3-9ec1f55ed2d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2466a746-ed33-4a38-9ba3-9ec1f55ed2d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3469208491634630040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040346920849163463004034692084916346300403469208491634630040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62023e90-c59e-4760-8ba3-81f0912b787a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6acdcd5f-1d2d-457c-82c6-92cf34705443, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6acdcd5f-1d2d-457c-82c6-92cf34705443, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5869431746118364299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299586943174611836429958694317461183642995869431746118364299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2466a746-ed33-4a38-9ba3-9ec1f55ed2d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6acdcd5f-1d2d-457c-82c6-92cf34705443, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01b9fb73-d11b-4b95-b8da-a5eb7517506c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01b9fb73-d11b-4b95-b8da-a5eb7517506c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5142822493656906548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548514282249365690654851428224936569065485142822493656906548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86692c63-9eda-427d-a137-caff6cadb600, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86692c63-9eda-427d-a137-caff6cadb600, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8257403611811214539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539825740361181121453982574036118112145398257403611811214539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01b9fb73-d11b-4b95-b8da-a5eb7517506c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86692c63-9eda-427d-a137-caff6cadb600, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c401c36-5193-44f6-b1c5-f74a47c8934c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c401c36-5193-44f6-b1c5-f74a47c8934c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1910563080316779087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087191056308031677908719105630803167790871910563080316779087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85ef246e-419d-4609-9807-ff766920e473, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ef246e-419d-4609-9807-ff766920e473, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1617138253846635632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632161713825384663563216171382538466356321617138253846635632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ef246e-419d-4609-9807-ff766920e473, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c401c36-5193-44f6-b1c5-f74a47c8934c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c7b6c2f-b533-4a58-bec2-a452b084c9a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c7b6c2f-b533-4a58-bec2-a452b084c9a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18029051963465688397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397180290519634656883971802905196346568839718029051963465688397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 137af6ba-4c9b-49e6-8b26-b43c78a2d1ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 137af6ba-4c9b-49e6-8b26-b43c78a2d1ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2755836321550752727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727275583632155075272727558363215507527272755836321550752727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c7b6c2f-b533-4a58-bec2-a452b084c9a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ee35bb7-3493-4329-a5d7-f05e2e237fd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 137af6ba-4c9b-49e6-8b26-b43c78a2d1ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6522f84d-3d99-4ccd-89cf-8abeb5c7791e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee35bb7-3493-4329-a5d7-f05e2e237fd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5589122080610401395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395558912208061040139555891220806104013955589122080610401395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6522f84d-3d99-4ccd-89cf-8abeb5c7791e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11856448515700714797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797118564485157007147971185644851570071479711856448515700714797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee35bb7-3493-4329-a5d7-f05e2e237fd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fedc6cc-f117-4a18-90d8-4a01e59445b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fedc6cc-f117-4a18-90d8-4a01e59445b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15308273234627685560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560153082732346276855601530827323462768556015308273234627685560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6522f84d-3d99-4ccd-89cf-8abeb5c7791e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac6e9fd-0d91-498d-b39f-ff6bc7ab7412, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac6e9fd-0d91-498d-b39f-ff6bc7ab7412, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15326477575676742300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300153264775756767423001532647757567674230015326477575676742300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fedc6cc-f117-4a18-90d8-4a01e59445b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8ae9044-f5c1-4b7b-b930-612ee9b87dfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8ae9044-f5c1-4b7b-b930-612ee9b87dfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580333511138718849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849758033351113871884975803335111387188497580333511138718849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac6e9fd-0d91-498d-b39f-ff6bc7ab7412, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158409d3-519c-4520-82ea-f60b46281ef7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158409d3-519c-4520-82ea-f60b46281ef7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17163097206939453723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723171630972069394537231716309720693945372317163097206939453723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8ae9044-f5c1-4b7b-b930-612ee9b87dfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b540c790-3f0c-48d0-88c0-0916b394bd40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b540c790-3f0c-48d0-88c0-0916b394bd40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17510401282200231802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802175104012822002318021751040128220023180217510401282200231802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158409d3-519c-4520-82ea-f60b46281ef7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d88e5aaf-bdfe-4d6e-897e-4a2f027e96c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d88e5aaf-bdfe-4d6e-897e-4a2f027e96c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10989348567467716877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877109893485674677168771098934856746771687710989348567467716877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b540c790-3f0c-48d0-88c0-0916b394bd40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d210a0cf-b152-4324-bfdf-d7e8d506c084, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d210a0cf-b152-4324-bfdf-d7e8d506c084, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17210874664931399463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463172108746649313994631721087466493139946317210874664931399463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d88e5aaf-bdfe-4d6e-897e-4a2f027e96c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6399d898-03b6-48a4-ae1b-98a47e1d5085, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6399d898-03b6-48a4-ae1b-98a47e1d5085, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15804413949897175300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300158044139498971753001580441394989717530015804413949897175300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d210a0cf-b152-4324-bfdf-d7e8d506c084, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79be79de-3ae6-4fa6-b53a-f0dbc3c80bbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79be79de-3ae6-4fa6-b53a-f0dbc3c80bbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15836185778906025363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363158361857789060253631583618577890602536315836185778906025363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6399d898-03b6-48a4-ae1b-98a47e1d5085, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 408680bf-ffdf-4e5a-bd57-bd3e7ee8109f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79be79de-3ae6-4fa6-b53a-f0dbc3c80bbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 408680bf-ffdf-4e5a-bd57-bd3e7ee8109f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10661608914198564001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001106616089141985640011066160891419856400110661608914198564001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf6e6573-84de-465c-baba-18942759988d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6e6573-84de-465c-baba-18942759988d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9494474830553483684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684949447483055348368494944748305534836849494474830553483684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 408680bf-ffdf-4e5a-bd57-bd3e7ee8109f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91cbdb06-8797-4270-8b27-ce1ef960e43c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91cbdb06-8797-4270-8b27-ce1ef960e43c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17242069131783672221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221172420691317836722211724206913178367222117242069131783672221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6e6573-84de-465c-baba-18942759988d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43b0ebe6-45ee-47cd-94f0-abc58267e317, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b0ebe6-45ee-47cd-94f0-abc58267e317, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9438523975225241273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273943852397522524127394385239752252412739438523975225241273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91cbdb06-8797-4270-8b27-ce1ef960e43c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cd56ad9-61db-40e2-9873-129653b76a4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd56ad9-61db-40e2-9873-129653b76a4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1566498906931135576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576156649890693113557615664989069311355761566498906931135576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b0ebe6-45ee-47cd-94f0-abc58267e317, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f0a7bd2-e8ed-4270-92f1-4578ec98aacc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0a7bd2-e8ed-4270-92f1-4578ec98aacc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6110225558953937423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423611022555895393742361102255589539374236110225558953937423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd56ad9-61db-40e2-9873-129653b76a4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca213f24-a23e-4cfc-ba70-7e74e0918f57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca213f24-a23e-4cfc-ba70-7e74e0918f57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2125929565841054211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211212592956584105421121259295658410542112125929565841054211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0a7bd2-e8ed-4270-92f1-4578ec98aacc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04ec3781-bc62-4b22-b2f5-13f008d0221f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04ec3781-bc62-4b22-b2f5-13f008d0221f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9179757729484934503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503917975772948493450391797577294849345039179757729484934503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca213f24-a23e-4cfc-ba70-7e74e0918f57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 974159ae-02b2-42c2-87b3-4e389eb30987, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 974159ae-02b2-42c2-87b3-4e389eb30987, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5501657959470352493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493550165795947035249355016579594703524935501657959470352493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04ec3781-bc62-4b22-b2f5-13f008d0221f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, face4eac-6119-4acc-bd9e-4ff6ff675395, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, face4eac-6119-4acc-bd9e-4ff6ff675395, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3820394353983334479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479382039435398333447938203943539833344793820394353983334479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 974159ae-02b2-42c2-87b3-4e389eb30987, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c74adf79-8665-4c15-9466-5e7779ab99a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c74adf79-8665-4c15-9466-5e7779ab99a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9257440185164098788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788925744018516409878892574401851640987889257440185164098788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, face4eac-6119-4acc-bd9e-4ff6ff675395, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52fdd448-33bd-43c6-a045-3984d661a48d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fdd448-33bd-43c6-a045-3984d661a48d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8474338667200487074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074847433866720048707484743386672004870748474338667200487074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c74adf79-8665-4c15-9466-5e7779ab99a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72af3e18-75aa-4edd-aa3c-5e4e86e44713, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72af3e18-75aa-4edd-aa3c-5e4e86e44713, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10288634369343825504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504102886343693438255041028863436934382550410288634369343825504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fdd448-33bd-43c6-a045-3984d661a48d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20f5dce1-2bd1-4589-a694-2c41f0953eae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f5dce1-2bd1-4589-a694-2c41f0953eae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807570131898694201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201148075701318986942011480757013189869420114807570131898694201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72af3e18-75aa-4edd-aa3c-5e4e86e44713, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c042789-e682-46cd-9935-b4c5e16393f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c042789-e682-46cd-9935-b4c5e16393f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4277505692628967036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036427750569262896703642775056926289670364277505692628967036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f5dce1-2bd1-4589-a694-2c41f0953eae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acaabbd3-fce7-43f8-8c22-a8e621efb633, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acaabbd3-fce7-43f8-8c22-a8e621efb633, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457095875967334832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832445709587596733483244570958759673348324457095875967334832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c042789-e682-46cd-9935-b4c5e16393f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ff39ea6-e72e-412a-9616-cbec1a0e5c18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff39ea6-e72e-412a-9616-cbec1a0e5c18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1077569918261862922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922107756991826186292210775699182618629221077569918261862922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acaabbd3-fce7-43f8-8c22-a8e621efb633, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a15e4dab-c62e-4102-b651-6c248112da09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a15e4dab-c62e-4102-b651-6c248112da09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4320704012510056444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444432070401251005644443207040125100564444320704012510056444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff39ea6-e72e-412a-9616-cbec1a0e5c18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a15e4dab-c62e-4102-b651-6c248112da09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8af3dcde-638d-498f-a524-7b039f3e6d74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af3dcde-638d-498f-a524-7b039f3e6d74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6823243163712672943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943682324316371267294368232431637126729436823243163712672943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65d0ce70-cf48-49ab-8118-801582ef2dfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65d0ce70-cf48-49ab-8118-801582ef2dfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12002570337354564558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558120025703373545645581200257033735456455812002570337354564558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af3dcde-638d-498f-a524-7b039f3e6d74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 826829d8-3681-4e2b-8f04-026e15ff9662, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 826829d8-3681-4e2b-8f04-026e15ff9662, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16672535516068487437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437166725355160684874371667253551606848743716672535516068487437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65d0ce70-cf48-49ab-8118-801582ef2dfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3e25760-5bb5-4577-8bb1-c408c87761ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e25760-5bb5-4577-8bb1-c408c87761ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13624330165617216255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255136243301656172162551362433016561721625513624330165617216255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 826829d8-3681-4e2b-8f04-026e15ff9662, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 745f8c5e-0b6f-4302-8a99-2a90c9ca724c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 745f8c5e-0b6f-4302-8a99-2a90c9ca724c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7957199583187061844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844795719958318706184479571995831870618447957199583187061844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e25760-5bb5-4577-8bb1-c408c87761ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fb135a0-1ae2-4491-96a3-b79de018675d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb135a0-1ae2-4491-96a3-b79de018675d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16093550500707967351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351160935505007079673511609355050070796735116093550500707967351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 745f8c5e-0b6f-4302-8a99-2a90c9ca724c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e562daae-12ec-48ed-8c25-1e43ce5aa48a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e562daae-12ec-48ed-8c25-1e43ce5aa48a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9354634480782178504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504935463448078217850493546344807821785049354634480782178504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb135a0-1ae2-4491-96a3-b79de018675d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13ba4c9d-bae6-4848-a719-9e7ed933f4a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ba4c9d-bae6-4848-a719-9e7ed933f4a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546156717333470160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160135461567173334701601354615671733347016013546156717333470160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e562daae-12ec-48ed-8c25-1e43ce5aa48a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe6a27bd-b265-4fcb-ad90-d1bf5b21beef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe6a27bd-b265-4fcb-ad90-d1bf5b21beef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14667199248129263515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515146671992481292635151466719924812926351514667199248129263515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ba4c9d-bae6-4848-a719-9e7ed933f4a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018c14a5-e266-402a-a262-df525e14aa48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018c14a5-e266-402a-a262-df525e14aa48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3229687703510814813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813322968770351081481332296877035108148133229687703510814813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe6a27bd-b265-4fcb-ad90-d1bf5b21beef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4803eb3f-9109-44ba-9015-22d820ee20aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4803eb3f-9109-44ba-9015-22d820ee20aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16017698041127257526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526160176980411272575261601769804112725752616017698041127257526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018c14a5-e266-402a-a262-df525e14aa48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8d53296-e087-4926-86ee-2a2bdc39631b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d53296-e087-4926-86ee-2a2bdc39631b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8336424878081111774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774833642487808111177483364248780811117748336424878081111774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4803eb3f-9109-44ba-9015-22d820ee20aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e12dd0b-966b-46d9-a896-3d1ade7d03f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e12dd0b-966b-46d9-a896-3d1ade7d03f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1510409995224470772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772151040999522447077215104099952244707721510409995224470772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d53296-e087-4926-86ee-2a2bdc39631b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de849cd7-daf5-4c01-ab8b-0a1dbb4caf71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de849cd7-daf5-4c01-ab8b-0a1dbb4caf71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3728660374117210500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500372866037411721050037286603741172105003728660374117210500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e12dd0b-966b-46d9-a896-3d1ade7d03f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7bb2407-e471-4c40-8ff4-4795608aabf0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7bb2407-e471-4c40-8ff4-4795608aabf0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2966362028639246465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465296636202863924646529663620286392464652966362028639246465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de849cd7-daf5-4c01-ab8b-0a1dbb4caf71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e19b89d-f3f0-4d6d-bc3a-6c8655b59f7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e19b89d-f3f0-4d6d-bc3a-6c8655b59f7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 597149547151098746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746597149547151098746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7bb2407-e471-4c40-8ff4-4795608aabf0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bfea096-8268-47c6-915d-dc9369b68ca5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bfea096-8268-47c6-915d-dc9369b68ca5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4056209215060769591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591405620921506076959140562092150607695914056209215060769591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e19b89d-f3f0-4d6d-bc3a-6c8655b59f7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d267ceb-a463-4467-a997-e4f76a295e56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d267ceb-a463-4467-a997-e4f76a295e56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11733539242298782379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379117335392422987823791173353924229878237911733539242298782379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bfea096-8268-47c6-915d-dc9369b68ca5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c324ee9-d16d-4e29-a177-5fe58aa235dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c324ee9-d16d-4e29-a177-5fe58aa235dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6445907065734556652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652644590706573455665264459070657345566526445907065734556652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d267ceb-a463-4467-a997-e4f76a295e56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9aac9cd-c5be-4bd5-9c62-2dc29f566f40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9aac9cd-c5be-4bd5-9c62-2dc29f566f40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15334606880267452826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826153346068802674528261533460688026745282615334606880267452826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c324ee9-d16d-4e29-a177-5fe58aa235dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9aac9cd-c5be-4bd5-9c62-2dc29f566f40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24f2d829-0281-4743-91b6-c5f3d07ffe10, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24f2d829-0281-4743-91b6-c5f3d07ffe10, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14895844557329366743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743148958445573293667431489584455732936674314895844557329366743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58bfca75-3427-4705-b32c-b23dffb3a7c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58bfca75-3427-4705-b32c-b23dffb3a7c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11636216626596926798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798116362166265969267981163621662659692679811636216626596926798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24f2d829-0281-4743-91b6-c5f3d07ffe10, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58bfca75-3427-4705-b32c-b23dffb3a7c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8007d860-d738-4fb7-86b3-afa59c56fddd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8007d860-d738-4fb7-86b3-afa59c56fddd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12483763689385134005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005124837636893851340051248376368938513400512483763689385134005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29aebc3f-bdff-4ed2-878c-5777fd2b1602, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29aebc3f-bdff-4ed2-878c-5777fd2b1602, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9324643894760729664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664932464389476072966493246438947607296649324643894760729664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8007d860-d738-4fb7-86b3-afa59c56fddd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 840a8ccd-1a47-410c-813e-4f165be8b186, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 840a8ccd-1a47-410c-813e-4f165be8b186, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14863750552321122537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537148637505523211225371486375055232112253714863750552321122537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29aebc3f-bdff-4ed2-878c-5777fd2b1602, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2525ae7-986f-4454-9ce7-e6bc4c48415d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2525ae7-986f-4454-9ce7-e6bc4c48415d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 437906194067290413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413437906194067290413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 840a8ccd-1a47-410c-813e-4f165be8b186, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec14d5a1-4f44-4cb3-b769-b4077543a6ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec14d5a1-4f44-4cb3-b769-b4077543a6ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6791213467592541937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937679121346759254193767912134675925419376791213467592541937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2525ae7-986f-4454-9ce7-e6bc4c48415d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98eba4de-03b2-4693-8aae-e954f7acf906, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98eba4de-03b2-4693-8aae-e954f7acf906, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4301452983426920768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768430145298342692076843014529834269207684301452983426920768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec14d5a1-4f44-4cb3-b769-b4077543a6ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb9cf116-1328-4378-9227-d58caa7184b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb9cf116-1328-4378-9227-d58caa7184b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17208320955534411599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599172083209555344115991720832095553441159917208320955534411599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98eba4de-03b2-4693-8aae-e954f7acf906, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aed1b84-577c-4e7d-ad7d-383eae546150, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aed1b84-577c-4e7d-ad7d-383eae546150, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13850151655359898147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147138501516553598981471385015165535989814713850151655359898147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb9cf116-1328-4378-9227-d58caa7184b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6ac2312-aea0-4234-9554-7e5ad1aaf3f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ac2312-aea0-4234-9554-7e5ad1aaf3f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8606956435506239840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840860695643550623984086069564355062398408606956435506239840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aed1b84-577c-4e7d-ad7d-383eae546150, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0002d6eb-1542-47b4-a4e0-63c67c3cd831, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0002d6eb-1542-47b4-a4e0-63c67c3cd831, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6893870448888462680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680689387044888846268068938704488884626806893870448888462680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ac2312-aea0-4234-9554-7e5ad1aaf3f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18daa5fb-3de2-47ff-89bf-f612c3697f91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18daa5fb-3de2-47ff-89bf-f612c3697f91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13531373507078273934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934135313735070782739341353137350707827393413531373507078273934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0002d6eb-1542-47b4-a4e0-63c67c3cd831, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b52729a4-8ef6-4e7b-b1fe-7ae9fac44df6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52729a4-8ef6-4e7b-b1fe-7ae9fac44df6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5227065469091224090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090522706546909122409052270654690912240905227065469091224090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18daa5fb-3de2-47ff-89bf-f612c3697f91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e55c0123-34ee-49bd-86f2-f686a9c15aef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55c0123-34ee-49bd-86f2-f686a9c15aef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9726087497008000964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964972608749700800096497260874970080009649726087497008000964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52729a4-8ef6-4e7b-b1fe-7ae9fac44df6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 301b42c1-358e-403f-b9fc-0d76e7ef04f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301b42c1-358e-403f-b9fc-0d76e7ef04f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2434313572614027333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333243431357261402733324343135726140273332434313572614027333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55c0123-34ee-49bd-86f2-f686a9c15aef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301b42c1-358e-403f-b9fc-0d76e7ef04f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0888c94-4798-4850-954b-c0ce7a34c413, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0888c94-4798-4850-954b-c0ce7a34c413, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2612258438375482776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776261225843837548277626122584383754827762612258438375482776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a3f87d-a6f7-4e2a-aa29-0822ad22b7e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a3f87d-a6f7-4e2a-aa29-0822ad22b7e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6318103396439353132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132631810339643935313263181033964393531326318103396439353132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0888c94-4798-4850-954b-c0ce7a34c413, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03b76fa3-895a-4a4e-a740-e389d6cae73b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03b76fa3-895a-4a4e-a740-e389d6cae73b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862819049259043679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679178628190492590436791786281904925904367917862819049259043679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a3f87d-a6f7-4e2a-aa29-0822ad22b7e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4c01dce-3fb9-48a1-8ea7-a24601ea1242, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4c01dce-3fb9-48a1-8ea7-a24601ea1242, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12486774547656311441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441124867745476563114411248677454765631144112486774547656311441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03b76fa3-895a-4a4e-a740-e389d6cae73b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 081a3903-1882-4fd0-a885-060caaa13643, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 081a3903-1882-4fd0-a885-060caaa13643, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15353691586829166974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974153536915868291669741535369158682916697415353691586829166974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4c01dce-3fb9-48a1-8ea7-a24601ea1242, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de5c3acf-0dd8-436b-aa54-18002bcff2c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de5c3acf-0dd8-436b-aa54-18002bcff2c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13569453727257587431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431135694537272575874311356945372725758743113569453727257587431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 081a3903-1882-4fd0-a885-060caaa13643, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de5c3acf-0dd8-436b-aa54-18002bcff2c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed8234a-ce28-45e9-bac5-eb4119a4ffa6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed8234a-ce28-45e9-bac5-eb4119a4ffa6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5005673578912527252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252500567357891252725250056735789125272525005673578912527252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0606a212-558a-4de2-a203-96b2a8358661, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0606a212-558a-4de2-a203-96b2a8358661, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1682524200508340201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201168252420050834020116825242005083402011682524200508340201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed8234a-ce28-45e9-bac5-eb4119a4ffa6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08cabdfa-09ed-42d7-860e-3357b12a67db, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08cabdfa-09ed-42d7-860e-3357b12a67db, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17004577982283626897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897170045779822836268971700457798228362689717004577982283626897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0606a212-558a-4de2-a203-96b2a8358661, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4007dbcc-665d-40f5-9af5-4944f05a312d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4007dbcc-665d-40f5-9af5-4944f05a312d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14450357089930260792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792144503570899302607921445035708993026079214450357089930260792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08cabdfa-09ed-42d7-860e-3357b12a67db, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4007dbcc-665d-40f5-9af5-4944f05a312d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35f3fb45-9d6b-4619-b639-c4007b50811e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f3fb45-9d6b-4619-b639-c4007b50811e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2717013306762830420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420271701330676283042027170133067628304202717013306762830420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 840e7252-3b3f-4bdc-8fe3-42110d533347, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 840e7252-3b3f-4bdc-8fe3-42110d533347, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6200019123054580930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930620001912305458093062000191230545809306200019123054580930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f3fb45-9d6b-4619-b639-c4007b50811e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6fc7938-7712-430e-83fc-168a069840be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6fc7938-7712-430e-83fc-168a069840be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6852725699383006446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446685272569938300644668527256993830064466852725699383006446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 840e7252-3b3f-4bdc-8fe3-42110d533347, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, defee5df-a0a5-4de1-a157-951f66fcc3fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, defee5df-a0a5-4de1-a157-951f66fcc3fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5124372633810276410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410512437263381027641051243726338102764105124372633810276410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6fc7938-7712-430e-83fc-168a069840be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a41620d6-bd43-4a22-bbf3-cd0252c341c0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a41620d6-bd43-4a22-bbf3-cd0252c341c0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16236019795716768831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831162360197957167688311623601979571676883116236019795716768831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, defee5df-a0a5-4de1-a157-951f66fcc3fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a53728-4934-43a3-9be2-75894c84ecb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a53728-4934-43a3-9be2-75894c84ecb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9359672514258505674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674935967251425850567493596725142585056749359672514258505674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a41620d6-bd43-4a22-bbf3-cd0252c341c0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 405bd4cd-a75a-4fe4-bdfc-14d2622bcf66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405bd4cd-a75a-4fe4-bdfc-14d2622bcf66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9773654827656104945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945977365482765610494597736548276561049459773654827656104945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a53728-4934-43a3-9be2-75894c84ecb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53ab3b14-0fc6-4d8b-adb7-e1ac991aed0d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ab3b14-0fc6-4d8b-adb7-e1ac991aed0d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3041394971071833334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334304139497107183333430413949710718333343041394971071833334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405bd4cd-a75a-4fe4-bdfc-14d2622bcf66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4640a096-9969-4b46-8d23-73f3bf5bc325, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4640a096-9969-4b46-8d23-73f3bf5bc325, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2344711205587883760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760234471120558788376023447112055878837602344711205587883760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ab3b14-0fc6-4d8b-adb7-e1ac991aed0d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71629614-70a5-48f1-bac6-1537e7f537be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71629614-70a5-48f1-bac6-1537e7f537be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3680880865594224570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570368088086559422457036808808655942245703680880865594224570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4640a096-9969-4b46-8d23-73f3bf5bc325, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9175b76e-429f-47a5-bfa9-ae43fa8842d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9175b76e-429f-47a5-bfa9-ae43fa8842d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16798136110140520166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166167981361101405201661679813611014052016616798136110140520166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9175b76e-429f-47a5-bfa9-ae43fa8842d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b94cd2ca-e7ee-499f-8387-a57fc0cf37d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94cd2ca-e7ee-499f-8387-a57fc0cf37d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5075969723391614743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743507596972339161474350759697233916147435075969723391614743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71629614-70a5-48f1-bac6-1537e7f537be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b93efab-98e2-4a21-bd82-8692b909b39c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b93efab-98e2-4a21-bd82-8692b909b39c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13606411985745320887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887136064119857453208871360641198574532088713606411985745320887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94cd2ca-e7ee-499f-8387-a57fc0cf37d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 299259d8-2cb9-4bb3-87ac-08d7c1df0b61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 299259d8-2cb9-4bb3-87ac-08d7c1df0b61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12400377575738289648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648124003775757382896481240037757573828964812400377575738289648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b93efab-98e2-4a21-bd82-8692b909b39c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09efdaaa-776e-416f-aefe-2093f2ec567f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09efdaaa-776e-416f-aefe-2093f2ec567f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8132914815656350471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471813291481565635047181329148156563504718132914815656350471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 299259d8-2cb9-4bb3-87ac-08d7c1df0b61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a1a3729-4072-4d06-81ad-6008f01582f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a1a3729-4072-4d06-81ad-6008f01582f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10948189577602487675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675109481895776024876751094818957760248767510948189577602487675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09efdaaa-776e-416f-aefe-2093f2ec567f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2517873-5a81-476f-939e-6ba0aca2b90f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2517873-5a81-476f-939e-6ba0aca2b90f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12191110200347070776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776121911102003470707761219111020034707077612191110200347070776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a1a3729-4072-4d06-81ad-6008f01582f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ebf3c55-fe70-471d-bcce-8351d30d4912, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ebf3c55-fe70-471d-bcce-8351d30d4912, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10086723180872040129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129100867231808720401291008672318087204012910086723180872040129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2517873-5a81-476f-939e-6ba0aca2b90f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6204fa9-000c-4135-9834-23e8b05d26b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6204fa9-000c-4135-9834-23e8b05d26b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13725807077056891031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031137258070770568910311372580707705689103113725807077056891031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ebf3c55-fe70-471d-bcce-8351d30d4912, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdf2dc7d-01a7-45ca-ae85-94b8d4348a47, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6204fa9-000c-4135-9834-23e8b05d26b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdf2dc7d-01a7-45ca-ae85-94b8d4348a47, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11891068128034650793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793118910681280346507931189106812803465079311891068128034650793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc944fcc-4c30-4802-9d06-8d7aba927ea5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc944fcc-4c30-4802-9d06-8d7aba927ea5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1496071959665465062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062149607195966546506214960719596654650621496071959665465062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdf2dc7d-01a7-45ca-ae85-94b8d4348a47, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 084372d6-0456-4c44-8d27-a6bd29200a57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 084372d6-0456-4c44-8d27-a6bd29200a57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 919271273909991356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356919271273909991356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc944fcc-4c30-4802-9d06-8d7aba927ea5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e7d3512-8ace-4a7e-b155-33fb200ffd70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e7d3512-8ace-4a7e-b155-33fb200ffd70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 40920094387528964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4092009438752896440920094387528964409200943875289644092009438752896440920094387528964409200943875289644092009438752896440920094387528964409200943875289644092009438752896440920094387528964409200943875289644092009438752896440920094387528964409200943875289644092009438752896440920094387528964409200943875289644092009438752896440920094387528964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 084372d6-0456-4c44-8d27-a6bd29200a57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8448f9ba-e05f-42e3-af0b-c08bedadf64d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8448f9ba-e05f-42e3-af0b-c08bedadf64d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13253889942047355586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586132538899420473555861325388994204735558613253889942047355586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e7d3512-8ace-4a7e-b155-33fb200ffd70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b10dd824-f64b-433b-96a6-698987b3924c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b10dd824-f64b-433b-96a6-698987b3924c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10178186082279187287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287101781860822791872871017818608227918728710178186082279187287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8448f9ba-e05f-42e3-af0b-c08bedadf64d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d716e707-3218-42f2-8cf5-e8d20041e2ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d716e707-3218-42f2-8cf5-e8d20041e2ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10438527990885407897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897104385279908854078971043852799088540789710438527990885407897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d716e707-3218-42f2-8cf5-e8d20041e2ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb599574-50e5-459f-9b79-198169f811fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb599574-50e5-459f-9b79-198169f811fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8896443733142275444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444889644373314227544488964437331422754448896443733142275444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b10dd824-f64b-433b-96a6-698987b3924c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5d8c67e-9f91-4990-ab03-846689568921, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5d8c67e-9f91-4990-ab03-846689568921, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17412243429265594094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094174122434292655940941741224342926559409417412243429265594094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb599574-50e5-459f-9b79-198169f811fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d35ef3e-0cf7-450b-b049-a802b16055d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d35ef3e-0cf7-450b-b049-a802b16055d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4287528186332228878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878428752818633222887842875281863322288784287528186332228878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5d8c67e-9f91-4990-ab03-846689568921, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70199a92-7679-4a5f-b853-b2d77325f82f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70199a92-7679-4a5f-b853-b2d77325f82f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1400607776206985161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161140060777620698516114006077762069851611400607776206985161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d35ef3e-0cf7-450b-b049-a802b16055d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1934e308-eb5d-45a0-9f20-af86382a0e1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70199a92-7679-4a5f-b853-b2d77325f82f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef54c6df-aa68-4161-b766-7ad4a7aa1506, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1934e308-eb5d-45a0-9f20-af86382a0e1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7671911480048609322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322767191148004860932276719114800486093227671911480048609322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef54c6df-aa68-4161-b766-7ad4a7aa1506, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8677909398954363935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935867790939895436393586779093989543639358677909398954363935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1934e308-eb5d-45a0-9f20-af86382a0e1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef54c6df-aa68-4161-b766-7ad4a7aa1506, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abcabb10-a576-40ae-b83d-051d49f61a3e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcabb10-a576-40ae-b83d-051d49f61a3e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5163707984114414932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932516370798411441493251637079841144149325163707984114414932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1010a17b-bd38-4306-a72e-87e1f01d8807, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1010a17b-bd38-4306-a72e-87e1f01d8807, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10381974611801593505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505103819746118015935051038197461180159350510381974611801593505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcabb10-a576-40ae-b83d-051d49f61a3e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 303bfc53-ec66-4269-a4e9-8251caa11da8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 303bfc53-ec66-4269-a4e9-8251caa11da8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3726216201712974919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919372621620171297491937262162017129749193726216201712974919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1010a17b-bd38-4306-a72e-87e1f01d8807, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23f5cfb1-f19a-40bf-a18d-a539a9193b79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23f5cfb1-f19a-40bf-a18d-a539a9193b79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7461066125543224270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270746106612554322427074610661255432242707461066125543224270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 303bfc53-ec66-4269-a4e9-8251caa11da8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c116afd2-0ab7-471b-b1c8-05f35566b2ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c116afd2-0ab7-471b-b1c8-05f35566b2ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13769845647563664825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825137698456475636648251376984564756366482513769845647563664825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23f5cfb1-f19a-40bf-a18d-a539a9193b79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fb3e7ca-2297-44f9-a0f7-25a908395243, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb3e7ca-2297-44f9-a0f7-25a908395243, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17839147702313480223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223178391477023134802231783914770231348022317839147702313480223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c116afd2-0ab7-471b-b1c8-05f35566b2ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c8f9890-d540-4ebb-9ec8-739f6a776058, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c8f9890-d540-4ebb-9ec8-739f6a776058, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7072094456435270127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127707209445643527012770720944564352701277072094456435270127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb3e7ca-2297-44f9-a0f7-25a908395243, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7014f492-bd9a-40aa-be7a-87c5766ac7a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7014f492-bd9a-40aa-be7a-87c5766ac7a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4950635262582799172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172495063526258279917249506352625827991724950635262582799172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c8f9890-d540-4ebb-9ec8-739f6a776058, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73a69bf7-796a-4619-adb4-2ad5bbd502ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a69bf7-796a-4619-adb4-2ad5bbd502ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7856175015382219918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918785617501538221991878561750153822199187856175015382219918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7014f492-bd9a-40aa-be7a-87c5766ac7a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c08df6a4-7381-4c51-933b-66f3a0b84af3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08df6a4-7381-4c51-933b-66f3a0b84af3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10173189078612093247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247101731890786120932471017318907861209324710173189078612093247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a69bf7-796a-4619-adb4-2ad5bbd502ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87bc0436-9efc-42f0-9db2-f298f6d2cc51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bc0436-9efc-42f0-9db2-f298f6d2cc51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7448013470632714777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777744801347063271477774480134706327147777448013470632714777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08df6a4-7381-4c51-933b-66f3a0b84af3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 978e80f3-771b-4242-bb42-363a1ff398b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 978e80f3-771b-4242-bb42-363a1ff398b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9932987143775157314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314993298714377515731499329871437751573149932987143775157314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bc0436-9efc-42f0-9db2-f298f6d2cc51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cfc267d-754f-4605-9f96-0d574e441a7d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 978e80f3-771b-4242-bb42-363a1ff398b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cfc267d-754f-4605-9f96-0d574e441a7d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2482108071827439374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374248210807182743937424821080718274393742482108071827439374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f599a210-f467-46fa-a358-29a2c142b67b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f599a210-f467-46fa-a358-29a2c142b67b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13248477918882294417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417132484779188822944171324847791888229441713248477918882294417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cfc267d-754f-4605-9f96-0d574e441a7d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f599a210-f467-46fa-a358-29a2c142b67b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17ee4507-df78-477a-8373-4639e1cf98d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ee4507-df78-477a-8373-4639e1cf98d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9810788618271670654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654981078861827167065498107886182716706549810788618271670654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a5a317d-9387-443b-aafc-5651fc0ff510, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5a317d-9387-443b-aafc-5651fc0ff510, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7177350088084823417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417717735008808482341771773500880848234177177350088084823417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ee4507-df78-477a-8373-4639e1cf98d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eed21d0c-0c89-4292-acd4-f03b91316a13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eed21d0c-0c89-4292-acd4-f03b91316a13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8075107230859332846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846807510723085933284680751072308593328468075107230859332846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5a317d-9387-443b-aafc-5651fc0ff510, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43bc3ae2-792f-42f7-a746-ad2915cadee0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43bc3ae2-792f-42f7-a746-ad2915cadee0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10901116319781180032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032109011163197811800321090111631978118003210901116319781180032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eed21d0c-0c89-4292-acd4-f03b91316a13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74c416d9-b806-424a-ba53-73e627697b1e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74c416d9-b806-424a-ba53-73e627697b1e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4539576331919476652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652453957633191947665245395763319194766524539576331919476652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43bc3ae2-792f-42f7-a746-ad2915cadee0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b1adf48-0809-43f4-ae9b-c47c8278ee01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b1adf48-0809-43f4-ae9b-c47c8278ee01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4686535659207372367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367468653565920737236746865356592073723674686535659207372367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74c416d9-b806-424a-ba53-73e627697b1e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eefb7235-123d-4350-867d-2a05a9ebce0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eefb7235-123d-4350-867d-2a05a9ebce0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9297975122817772191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191929797512281777219192979751228177721919297975122817772191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b1adf48-0809-43f4-ae9b-c47c8278ee01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 973e6c8f-3244-48a9-b652-75f2cbc59a9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 973e6c8f-3244-48a9-b652-75f2cbc59a9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2880224438661435695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695288022443866143569528802244386614356952880224438661435695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eefb7235-123d-4350-867d-2a05a9ebce0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce05aac6-529a-4a34-923a-828fc374bc52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce05aac6-529a-4a34-923a-828fc374bc52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13264858336818208687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687132648583368182086871326485833681820868713264858336818208687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 973e6c8f-3244-48a9-b652-75f2cbc59a9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce05aac6-529a-4a34-923a-828fc374bc52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 469243b8-776a-4a40-a79f-e55cb1516dd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469243b8-776a-4a40-a79f-e55cb1516dd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1927147618120218339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339192714761812021833919271476181202183391927147618120218339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0e3c489-08b4-4c0f-acdb-544eb3f0ffa7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0e3c489-08b4-4c0f-acdb-544eb3f0ffa7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10165979503838958115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115101659795038389581151016597950383895811510165979503838958115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469243b8-776a-4a40-a79f-e55cb1516dd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58f2520c-c1ab-4050-8915-231b791cc2da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58f2520c-c1ab-4050-8915-231b791cc2da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7851868041814624315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315785186804181462431578518680418146243157851868041814624315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0e3c489-08b4-4c0f-acdb-544eb3f0ffa7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 345296e5-b7a8-4f82-ac1b-896f59442296, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345296e5-b7a8-4f82-ac1b-896f59442296, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4965208980381324849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849496520898038132484949652089803813248494965208980381324849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58f2520c-c1ab-4050-8915-231b791cc2da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e796cbb6-ba64-4f95-bf87-945707f07e5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e796cbb6-ba64-4f95-bf87-945707f07e5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 82461251100423601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8246125110042360182461251100423601824612511004236018246125110042360182461251100423601824612511004236018246125110042360182461251100423601824612511004236018246125110042360182461251100423601824612511004236018246125110042360182461251100423601824612511004236018246125110042360182461251100423601824612511004236018246125110042360182461251100423601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345296e5-b7a8-4f82-ac1b-896f59442296, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 530db519-ba34-464c-a092-dce062e4c180, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530db519-ba34-464c-a092-dce062e4c180, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210672925233801673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673721067292523380167372106729252338016737210672925233801673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e796cbb6-ba64-4f95-bf87-945707f07e5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1e6b68-dd93-48db-ae3b-69563f8e2808, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1e6b68-dd93-48db-ae3b-69563f8e2808, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3441134151964834327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327344113415196483432734411341519648343273441134151964834327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1e6b68-dd93-48db-ae3b-69563f8e2808, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4a471e8-7281-44ba-8949-ab4f0acbdddd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a471e8-7281-44ba-8949-ab4f0acbdddd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12368364974106473736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736123683649741064737361236836497410647373612368364974106473736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530db519-ba34-464c-a092-dce062e4c180, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 202c6e70-d59f-415c-a652-87d1ea3a777b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 202c6e70-d59f-415c-a652-87d1ea3a777b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8205765502208872291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291820576550220887229182057655022088722918205765502208872291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a471e8-7281-44ba-8949-ab4f0acbdddd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 202c6e70-d59f-415c-a652-87d1ea3a777b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 106c395f-252e-442f-a453-d544b49fbb97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 106c395f-252e-442f-a453-d544b49fbb97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449331853489871392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392134493318534898713921344933185348987139213449331853489871392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59255af1-15cd-4342-af39-df8bfb8972a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59255af1-15cd-4342-af39-df8bfb8972a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4985470019642054768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768498547001964205476849854700196420547684985470019642054768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 106c395f-252e-442f-a453-d544b49fbb97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959e9464-7e2b-40d6-8bb8-51b821bb250e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959e9464-7e2b-40d6-8bb8-51b821bb250e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8654657697050589019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019865465769705058901986546576970505890198654657697050589019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59255af1-15cd-4342-af39-df8bfb8972a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48c51648-81fc-48b7-90b0-703909683f74, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c51648-81fc-48b7-90b0-703909683f74, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9593528786724495152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152959352878672449515295935287867244951529593528786724495152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959e9464-7e2b-40d6-8bb8-51b821bb250e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e22cb122-e27f-4f33-8b48-6d39ef9882f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22cb122-e27f-4f33-8b48-6d39ef9882f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15193886362906018342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342151938863629060183421519388636290601834215193886362906018342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c51648-81fc-48b7-90b0-703909683f74, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 559dda81-c685-4483-9ffa-3175cea62795, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 559dda81-c685-4483-9ffa-3175cea62795, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16385017603942332183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183163850176039423321831638501760394233218316385017603942332183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22cb122-e27f-4f33-8b48-6d39ef9882f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2f508b8-eebc-4678-bc9b-4821fcfda0ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2f508b8-eebc-4678-bc9b-4821fcfda0ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15011259916584450835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835150112599165844508351501125991658445083515011259916584450835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 559dda81-c685-4483-9ffa-3175cea62795, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26c660ab-c14e-4e3b-a899-c3ed85fdabbd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26c660ab-c14e-4e3b-a899-c3ed85fdabbd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 939574118990428572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572939574118990428572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2f508b8-eebc-4678-bc9b-4821fcfda0ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79b1f975-5ab2-4d88-9a83-98efeb96626e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b1f975-5ab2-4d88-9a83-98efeb96626e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9996169879712268550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550999616987971226855099961698797122685509996169879712268550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26c660ab-c14e-4e3b-a899-c3ed85fdabbd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54fcc470-63c2-4471-a8ed-954a57e2441b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54fcc470-63c2-4471-a8ed-954a57e2441b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16069215668030104799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799160692156680301047991606921566803010479916069215668030104799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b1f975-5ab2-4d88-9a83-98efeb96626e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fc21a7f-5d86-44b7-bb9c-8f5c2a3b9108, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fc21a7f-5d86-44b7-bb9c-8f5c2a3b9108, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 747820600742851743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743747820600742851743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54fcc470-63c2-4471-a8ed-954a57e2441b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c83c2dfe-49f4-467a-ace7-30b4eb32f00e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83c2dfe-49f4-467a-ace7-30b4eb32f00e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15257388169029297896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896152573881690292978961525738816902929789615257388169029297896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fc21a7f-5d86-44b7-bb9c-8f5c2a3b9108, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c0d2323-2963-4a74-b286-fb944a7536f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c0d2323-2963-4a74-b286-fb944a7536f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17485412496382765948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948174854124963827659481748541249638276594817485412496382765948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83c2dfe-49f4-467a-ace7-30b4eb32f00e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee0a8209-319a-4c04-8852-477f449eae93, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee0a8209-319a-4c04-8852-477f449eae93, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6575447700494704283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283657544770049470428365754477004947042836575447700494704283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c0d2323-2963-4a74-b286-fb944a7536f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14f147de-a264-4e30-9025-21c71382e895, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f147de-a264-4e30-9025-21c71382e895, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13188722001564516675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675131887220015645166751318872200156451667513188722001564516675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee0a8209-319a-4c04-8852-477f449eae93, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94173d8d-509c-4f25-bf16-b27df3a84cb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94173d8d-509c-4f25-bf16-b27df3a84cb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3573672672477478482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482357367267247747848235736726724774784823573672672477478482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f147de-a264-4e30-9025-21c71382e895, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d52815e4-c12c-4137-b37c-b4e2f5ae6654, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d52815e4-c12c-4137-b37c-b4e2f5ae6654, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11463724169730079465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465114637241697300794651146372416973007946511463724169730079465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94173d8d-509c-4f25-bf16-b27df3a84cb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d52815e4-c12c-4137-b37c-b4e2f5ae6654, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d60c3a0d-c1e7-4fb2-8afa-5740f8d738ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d60c3a0d-c1e7-4fb2-8afa-5740f8d738ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634915240800312341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341116349152408003123411163491524080031234111634915240800312341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d489907-fcd3-4269-b819-7d517bc0deca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d489907-fcd3-4269-b819-7d517bc0deca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9017791737571668477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477901779173757166847790177917375716684779017791737571668477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d60c3a0d-c1e7-4fb2-8afa-5740f8d738ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e8bb818-9a54-43df-8bcc-e63d513ba31d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8bb818-9a54-43df-8bcc-e63d513ba31d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8765475053835520301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301876547505383552030187654750538355203018765475053835520301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d489907-fcd3-4269-b819-7d517bc0deca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b03722d3-91ec-412e-9229-d6e63c494f29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b03722d3-91ec-412e-9229-d6e63c494f29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2009490579070922243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243200949057907092224320094905790709222432009490579070922243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8bb818-9a54-43df-8bcc-e63d513ba31d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67390b41-0a9d-415d-9151-98853092461a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67390b41-0a9d-415d-9151-98853092461a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3233343222018532683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683323334322201853268332333432220185326833233343222018532683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67390b41-0a9d-415d-9151-98853092461a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26d48475-7e31-4f38-b096-ba93d5d7f747, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26d48475-7e31-4f38-b096-ba93d5d7f747, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1059216066595847780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780105921606659584778010592160665958477801059216066595847780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b03722d3-91ec-412e-9229-d6e63c494f29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c327a9c-05a3-4784-b1b0-ef4b127681b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c327a9c-05a3-4784-b1b0-ef4b127681b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13982139277993125978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978139821392779931259781398213927799312597813982139277993125978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26d48475-7e31-4f38-b096-ba93d5d7f747, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4189d886-1fc2-4159-ade6-8e97ee5bf0fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4189d886-1fc2-4159-ade6-8e97ee5bf0fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3660993172680979480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480366099317268097948036609931726809794803660993172680979480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c327a9c-05a3-4784-b1b0-ef4b127681b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ad8ddf6-999d-49ae-ac58-d619b3f4e7c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ad8ddf6-999d-49ae-ac58-d619b3f4e7c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3600195392360719461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461360019539236071946136001953923607194613600195392360719461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4189d886-1fc2-4159-ade6-8e97ee5bf0fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4daf4102-83ab-4a05-9139-1d2117a9c542, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daf4102-83ab-4a05-9139-1d2117a9c542, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776139969735825072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072177613996973582507217761399697358250721776139969735825072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ad8ddf6-999d-49ae-ac58-d619b3f4e7c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a86d830f-672c-4464-bff7-8648b087493d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a86d830f-672c-4464-bff7-8648b087493d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6514425066514652321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321651442506651465232165144250665146523216514425066514652321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daf4102-83ab-4a05-9139-1d2117a9c542, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f9aeecf-3a19-4780-88cb-36086ea4e977, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f9aeecf-3a19-4780-88cb-36086ea4e977, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8148185530527283895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895814818553052728389581481855305272838958148185530527283895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a86d830f-672c-4464-bff7-8648b087493d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9572854-3b23-44b9-b177-3f478d393b04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f9aeecf-3a19-4780-88cb-36086ea4e977, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9572854-3b23-44b9-b177-3f478d393b04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976169136710239478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478897616913671023947889761691367102394788976169136710239478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 672a2d78-6313-48f3-a926-f166d488c63e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 672a2d78-6313-48f3-a926-f166d488c63e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6549678081743849475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475654967808174384947565496780817438494756549678081743849475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9572854-3b23-44b9-b177-3f478d393b04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 672a2d78-6313-48f3-a926-f166d488c63e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebb69d0a-959c-4bf6-88c5-57032a14787e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebb69d0a-959c-4bf6-88c5-57032a14787e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8397160438424009072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072839716043842400907283971604384240090728397160438424009072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c2d716d-c8ff-4521-b8aa-00f2acd2dc80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c2d716d-c8ff-4521-b8aa-00f2acd2dc80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12824508931984773294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294128245089319847732941282450893198477329412824508931984773294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebb69d0a-959c-4bf6-88c5-57032a14787e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2692f630-bdf3-440c-833b-0e4b93cef8d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2692f630-bdf3-440c-833b-0e4b93cef8d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3989119388989121315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315398911938898912131539891193889891213153989119388989121315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c2d716d-c8ff-4521-b8aa-00f2acd2dc80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bac3328c-4c3f-4ee2-9591-2543e0e90218, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac3328c-4c3f-4ee2-9591-2543e0e90218, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11887048656363982566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566118870486563639825661188704865636398256611887048656363982566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2692f630-bdf3-440c-833b-0e4b93cef8d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 462523a7-7a35-4afe-8b28-21afe4db138a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 462523a7-7a35-4afe-8b28-21afe4db138a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1036661435529646918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918103666143552964691810366614355296469181036661435529646918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac3328c-4c3f-4ee2-9591-2543e0e90218, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41a1aaf8-1b59-4e3d-87b3-44844234b39f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41a1aaf8-1b59-4e3d-87b3-44844234b39f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10081517347192655374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374100815173471926553741008151734719265537410081517347192655374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 462523a7-7a35-4afe-8b28-21afe4db138a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97c39512-c323-4753-b844-615bf54240dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c39512-c323-4753-b844-615bf54240dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9176433906786032059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059917643390678603205991764339067860320599176433906786032059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41a1aaf8-1b59-4e3d-87b3-44844234b39f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 885155ef-8d6c-409a-8e2b-37d8f58e4ddb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885155ef-8d6c-409a-8e2b-37d8f58e4ddb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 51850045264251755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5185004526425175551850045264251755518500452642517555185004526425175551850045264251755518500452642517555185004526425175551850045264251755518500452642517555185004526425175551850045264251755518500452642517555185004526425175551850045264251755518500452642517555185004526425175551850045264251755518500452642517555185004526425175551850045264251755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c39512-c323-4753-b844-615bf54240dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 043f6a5b-bdd0-45a3-9843-28991b83abce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043f6a5b-bdd0-45a3-9843-28991b83abce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3440141989436641210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210344014198943664121034401419894366412103440141989436641210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885155ef-8d6c-409a-8e2b-37d8f58e4ddb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30293995-d495-4dd2-9c86-a77bc2e49078, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30293995-d495-4dd2-9c86-a77bc2e49078, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9813747453816544867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867981374745381654486798137474538165448679813747453816544867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043f6a5b-bdd0-45a3-9843-28991b83abce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e7471f9-c7d4-445c-9749-b6f1b2b3d832, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e7471f9-c7d4-445c-9749-b6f1b2b3d832, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317228117138517543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543331722811713851754333172281171385175433317228117138517543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30293995-d495-4dd2-9c86-a77bc2e49078, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed34dd7f-2250-4e07-b5a3-27d48f1b907e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed34dd7f-2250-4e07-b5a3-27d48f1b907e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11559983835336791225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225115599838353367912251155998383533679122511559983835336791225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e7471f9-c7d4-445c-9749-b6f1b2b3d832, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df76982e-f0e6-4168-bf99-cd2b1131a4b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df76982e-f0e6-4168-bf99-cd2b1131a4b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2890158840080661686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686289015884008066168628901588400806616862890158840080661686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed34dd7f-2250-4e07-b5a3-27d48f1b907e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79cbdf65-4462-427d-a6f6-3eae559bf490, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79cbdf65-4462-427d-a6f6-3eae559bf490, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4616585189012046113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113461658518901204611346165851890120461134616585189012046113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df76982e-f0e6-4168-bf99-cd2b1131a4b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d07b658c-00b8-447c-b7cf-8a04c01037ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07b658c-00b8-447c-b7cf-8a04c01037ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16538427092949165678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678165384270929491656781653842709294916567816538427092949165678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79cbdf65-4462-427d-a6f6-3eae559bf490, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 061e9994-584f-43c9-952b-5cc79132c4fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07b658c-00b8-447c-b7cf-8a04c01037ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 061e9994-584f-43c9-952b-5cc79132c4fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13724960809803828399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399137249608098038283991372496080980382839913724960809803828399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f82784f6-d084-4ba4-928b-ac16b7c3a759, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f82784f6-d084-4ba4-928b-ac16b7c3a759, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18390544454834496044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044183905444548344960441839054445483449604418390544454834496044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 061e9994-584f-43c9-952b-5cc79132c4fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f82784f6-d084-4ba4-928b-ac16b7c3a759, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be4975fc-0dea-45c9-98cd-3818cb6eac70, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be4975fc-0dea-45c9-98cd-3818cb6eac70, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6668347363396476174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174666834736339647617466683473633964761746668347363396476174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7588cf63-6437-4cf5-af66-b879ad5171e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7588cf63-6437-4cf5-af66-b879ad5171e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9174340315205932497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497917434031520593249791743403152059324979174340315205932497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7588cf63-6437-4cf5-af66-b879ad5171e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23bdcac2-95c3-4bbd-a162-7504b6e9fff9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23bdcac2-95c3-4bbd-a162-7504b6e9fff9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18176055103222638568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568181760551032226385681817605510322263856818176055103222638568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be4975fc-0dea-45c9-98cd-3818cb6eac70, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c33a88ec-d177-4153-b495-e4d9d9578f43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c33a88ec-d177-4153-b495-e4d9d9578f43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2045643768346171495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495204564376834617149520456437683461714952045643768346171495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23bdcac2-95c3-4bbd-a162-7504b6e9fff9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 019e7cf5-038a-4bb7-95a6-503b0e7cb0e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019e7cf5-038a-4bb7-95a6-503b0e7cb0e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17160395015290649654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654171603950152906496541716039501529064965417160395015290649654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c33a88ec-d177-4153-b495-e4d9d9578f43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b314696-efec-4b3e-aa18-880e110d623a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b314696-efec-4b3e-aa18-880e110d623a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2809108085060095068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068280910808506009506828091080850600950682809108085060095068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019e7cf5-038a-4bb7-95a6-503b0e7cb0e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af070ef5-53dd-4512-b4d5-6b78fe7b1a40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b314696-efec-4b3e-aa18-880e110d623a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59d5cfac-8e4f-4feb-bd89-720b7200f16f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af070ef5-53dd-4512-b4d5-6b78fe7b1a40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3730740990519347432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432373074099051934743237307409905193474323730740990519347432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d5cfac-8e4f-4feb-bd89-720b7200f16f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5370140903312686025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025537014090331268602553701409033126860255370140903312686025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af070ef5-53dd-4512-b4d5-6b78fe7b1a40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47c06d53-8c02-4b7c-944d-188faf06cea4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c06d53-8c02-4b7c-944d-188faf06cea4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12926206059005535688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688129262060590055356881292620605900553568812926206059005535688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d5cfac-8e4f-4feb-bd89-720b7200f16f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dff4b6a-57b5-4a01-b99a-0e0e2d8bc0e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dff4b6a-57b5-4a01-b99a-0e0e2d8bc0e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9212902452605127872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872921290245260512787292129024526051278729212902452605127872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c06d53-8c02-4b7c-944d-188faf06cea4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfcbe2af-3199-4951-99b0-cd229a9885e4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dff4b6a-57b5-4a01-b99a-0e0e2d8bc0e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfcbe2af-3199-4951-99b0-cd229a9885e4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9663496787621681991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991966349678762168199196634967876216819919663496787621681991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d37b963d-6226-45ab-bb77-688bf66bfc0b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d37b963d-6226-45ab-bb77-688bf66bfc0b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16075374545856857817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817160753745458568578171607537454585685781716075374545856857817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfcbe2af-3199-4951-99b0-cd229a9885e4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f15cabfe-445b-4e98-be7b-e6d4c0b28a2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f15cabfe-445b-4e98-be7b-e6d4c0b28a2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4380212246452764080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080438021224645276408043802122464527640804380212246452764080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d37b963d-6226-45ab-bb77-688bf66bfc0b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daab4f37-6715-42a5-a221-6a2e35f822fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daab4f37-6715-42a5-a221-6a2e35f822fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5287371543949909282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282528737154394990928252873715439499092825287371543949909282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f15cabfe-445b-4e98-be7b-e6d4c0b28a2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f007c32b-7cfb-452b-90b7-730d890fe093, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f007c32b-7cfb-452b-90b7-730d890fe093, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10262967531944925510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510102629675319449255101026296753194492551010262967531944925510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daab4f37-6715-42a5-a221-6a2e35f822fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fb44dcb-1a9a-49fd-a974-d2cb50bdfe61, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb44dcb-1a9a-49fd-a974-d2cb50bdfe61, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6801307761700641828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828680130776170064182868013077617006418286801307761700641828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f007c32b-7cfb-452b-90b7-730d890fe093, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43796387-3216-44c0-af53-0ee77c437fa0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43796387-3216-44c0-af53-0ee77c437fa0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12860230810892152639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639128602308108921526391286023081089215263912860230810892152639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb44dcb-1a9a-49fd-a974-d2cb50bdfe61, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2bd1baf-6a39-4944-bc47-6c43a1cddbdc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bd1baf-6a39-4944-bc47-6c43a1cddbdc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10057049451299793264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264100570494512997932641005704945129979326410057049451299793264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43796387-3216-44c0-af53-0ee77c437fa0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c7ed6d3-6007-4dcd-bb71-bb4cc33e4713, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c7ed6d3-6007-4dcd-bb71-bb4cc33e4713, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6111167163866163076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076611116716386616307661111671638661630766111167163866163076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bd1baf-6a39-4944-bc47-6c43a1cddbdc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6476a187-1056-4726-8c36-d3c4598eb137, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6476a187-1056-4726-8c36-d3c4598eb137, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11289970924417371288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288112899709244173712881128997092441737128811289970924417371288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c7ed6d3-6007-4dcd-bb71-bb4cc33e4713, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87b14701-9b52-4d40-850a-6b284da77723, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87b14701-9b52-4d40-850a-6b284da77723, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14497406983140220259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259144974069831402202591449740698314022025914497406983140220259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6476a187-1056-4726-8c36-d3c4598eb137, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 759dd594-e589-4482-9c90-177a49346a34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 759dd594-e589-4482-9c90-177a49346a34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1626536193232574947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947162653619323257494716265361932325749471626536193232574947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87b14701-9b52-4d40-850a-6b284da77723, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a49b37-c4a8-46b7-a014-d023f6b678a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a49b37-c4a8-46b7-a014-d023f6b678a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9325643185218219970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970932564318521821997093256431852182199709325643185218219970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 759dd594-e589-4482-9c90-177a49346a34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9d98683-d7ba-4e54-a684-07b5be85469c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d98683-d7ba-4e54-a684-07b5be85469c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8813797017964024631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631881379701796402463188137970179640246318813797017964024631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a49b37-c4a8-46b7-a014-d023f6b678a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158c8376-de16-4f35-b30c-975bc3cf2783, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158c8376-de16-4f35-b30c-975bc3cf2783, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5416158697300616310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310541615869730061631054161586973006163105416158697300616310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d98683-d7ba-4e54-a684-07b5be85469c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65c57c0c-6e35-4681-b42e-ae2bb3c7b3de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c57c0c-6e35-4681-b42e-ae2bb3c7b3de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2467492503176125821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821246749250317612582124674925031761258212467492503176125821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158c8376-de16-4f35-b30c-975bc3cf2783, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9660fdc9-cf15-4095-b68d-c43eefd407b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9660fdc9-cf15-4095-b68d-c43eefd407b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13149245549065138187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187131492455490651381871314924554906513818713149245549065138187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c57c0c-6e35-4681-b42e-ae2bb3c7b3de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3cd89c3-2c3b-4d4f-9962-89d3427ceeb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3cd89c3-2c3b-4d4f-9962-89d3427ceeb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9961497473267721605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605996149747326772160599614974732677216059961497473267721605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9660fdc9-cf15-4095-b68d-c43eefd407b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6735cd1f-17a6-4e15-a7ef-de9647feccd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6735cd1f-17a6-4e15-a7ef-de9647feccd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16713244328018767713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713167132443280187677131671324432801876771316713244328018767713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3cd89c3-2c3b-4d4f-9962-89d3427ceeb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaf09fcb-4c6e-425e-94e7-8a97242cc6d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaf09fcb-4c6e-425e-94e7-8a97242cc6d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13961931910937876371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371139619319109378763711396193191093787637113961931910937876371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6735cd1f-17a6-4e15-a7ef-de9647feccd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c446dd-d38a-4bae-80d3-c3b9195a685a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c446dd-d38a-4bae-80d3-c3b9195a685a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10725065274746041535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535107250652747460415351072506527474604153510725065274746041535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaf09fcb-4c6e-425e-94e7-8a97242cc6d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb47a395-5c5c-4d6a-be63-9a41b0759f96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb47a395-5c5c-4d6a-be63-9a41b0759f96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17983649500844724432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432179836495008447244321798364950084472443217983649500844724432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c446dd-d38a-4bae-80d3-c3b9195a685a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2abb84f4-81c2-4254-8568-1bf0fb8be65f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2abb84f4-81c2-4254-8568-1bf0fb8be65f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14643246310844861869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869146432463108448618691464324631084486186914643246310844861869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb47a395-5c5c-4d6a-be63-9a41b0759f96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 148dc624-7271-4239-8a9b-9ed3fb113849, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148dc624-7271-4239-8a9b-9ed3fb113849, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18398590585693890837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837183985905856938908371839859058569389083718398590585693890837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2abb84f4-81c2-4254-8568-1bf0fb8be65f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29aa0537-c85a-4e32-989e-6351335a4db4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29aa0537-c85a-4e32-989e-6351335a4db4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18284476588472268937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937182844765884722689371828447658847226893718284476588472268937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148dc624-7271-4239-8a9b-9ed3fb113849, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22c38d39-9284-4134-979d-53ba802a9558, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c38d39-9284-4134-979d-53ba802a9558, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11311057407450973488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488113110574074509734881131105740745097348811311057407450973488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29aa0537-c85a-4e32-989e-6351335a4db4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8273502-eadc-4177-abd3-4888a1f0e5d6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8273502-eadc-4177-abd3-4888a1f0e5d6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2295737936861470931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931229573793686147093122957379368614709312295737936861470931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c38d39-9284-4134-979d-53ba802a9558, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d39dc5d-e11f-496a-970b-d133c2af3ee0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d39dc5d-e11f-496a-970b-d133c2af3ee0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1547673266245403713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713154767326624540371315476732662454037131547673266245403713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8273502-eadc-4177-abd3-4888a1f0e5d6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9376af02-4f85-4db0-a231-74fc1fc2ec86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9376af02-4f85-4db0-a231-74fc1fc2ec86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1773968596621431735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735177396859662143173517739685966214317351773968596621431735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d39dc5d-e11f-496a-970b-d133c2af3ee0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d85d7cd-cc5c-47df-b5d3-62a7ec202589, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9376af02-4f85-4db0-a231-74fc1fc2ec86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d85d7cd-cc5c-47df-b5d3-62a7ec202589, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17218061870426032723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723172180618704260327231721806187042603272317218061870426032723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb068f3a-17da-41d8-9c7e-848c1f90fc6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb068f3a-17da-41d8-9c7e-848c1f90fc6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3123267499746192998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998312326749974619299831232674997461929983123267499746192998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d85d7cd-cc5c-47df-b5d3-62a7ec202589, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d8d969-db83-4ae5-82ce-ce078a327905, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d8d969-db83-4ae5-82ce-ce078a327905, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9720953000905778436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436972095300090577843697209530009057784369720953000905778436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb068f3a-17da-41d8-9c7e-848c1f90fc6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7be26d20-3dc8-493f-8063-89759c2feb18, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7be26d20-3dc8-493f-8063-89759c2feb18, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6866554709253946864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864686655470925394686468665547092539468646866554709253946864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d8d969-db83-4ae5-82ce-ce078a327905, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7be26d20-3dc8-493f-8063-89759c2feb18, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e00a3e9-17dd-401b-8bbe-9c9b2d9d42fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e00a3e9-17dd-401b-8bbe-9c9b2d9d42fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13300991881130945297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297133009918811309452971330099188113094529713300991881130945297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afc778eb-25f4-490d-9bf5-50a4babb266f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc778eb-25f4-490d-9bf5-50a4babb266f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10275806961984344381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381102758069619843443811027580696198434438110275806961984344381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc778eb-25f4-490d-9bf5-50a4babb266f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b604a783-3a29-4586-99a7-f61aea19253c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e00a3e9-17dd-401b-8bbe-9c9b2d9d42fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ee4f6a4-6e44-4651-9c72-8eb400c8594c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b604a783-3a29-4586-99a7-f61aea19253c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18071768535965223070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070180717685359652230701807176853596522307018071768535965223070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee4f6a4-6e44-4651-9c72-8eb400c8594c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10643714223769378525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525106437142237693785251064371422376937852510643714223769378525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b604a783-3a29-4586-99a7-f61aea19253c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a4b045d-aace-4822-9d46-e7db5576e5a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4b045d-aace-4822-9d46-e7db5576e5a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16902677925871252637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637169026779258712526371690267792587125263716902677925871252637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee4f6a4-6e44-4651-9c72-8eb400c8594c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e2c78e9-a72c-4500-a418-ca349f2dcb15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e2c78e9-a72c-4500-a418-ca349f2dcb15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14022716458965128831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831140227164589651288311402271645896512883114022716458965128831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4b045d-aace-4822-9d46-e7db5576e5a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9368d08a-7205-475c-946f-dc4a8f1a5877, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9368d08a-7205-475c-946f-dc4a8f1a5877, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7782830169986636061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061778283016998663606177828301699866360617782830169986636061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9368d08a-7205-475c-946f-dc4a8f1a5877, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16d08517-d590-4823-8c54-5574ef8e42c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d08517-d590-4823-8c54-5574ef8e42c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3714833913308706501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501371483391330870650137148339133087065013714833913308706501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e2c78e9-a72c-4500-a418-ca349f2dcb15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 740e38fa-2a73-4e17-a1b2-08f7323f7a1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 740e38fa-2a73-4e17-a1b2-08f7323f7a1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7674904163331663564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564767490416333166356476749041633316635647674904163331663564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d08517-d590-4823-8c54-5574ef8e42c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdef921d-f2c8-4b69-a849-408c286ccf88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdef921d-f2c8-4b69-a849-408c286ccf88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7856351212714345598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598785635121271434559878563512127143455987856351212714345598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 740e38fa-2a73-4e17-a1b2-08f7323f7a1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48875034-cfc0-4b79-8448-6573be2f149e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48875034-cfc0-4b79-8448-6573be2f149e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8378443193643605050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050837844319364360505083784431936436050508378443193643605050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdef921d-f2c8-4b69-a849-408c286ccf88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451b8f29-ded2-43e9-ba39-cdabf83d2514, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451b8f29-ded2-43e9-ba39-cdabf83d2514, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3790756781781631549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549379075678178163154937907567817816315493790756781781631549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48875034-cfc0-4b79-8448-6573be2f149e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e4cb56-c599-449a-8c07-a39f969ee239, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e4cb56-c599-449a-8c07-a39f969ee239, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4002442154379759523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523400244215437975952340024421543797595234002442154379759523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451b8f29-ded2-43e9-ba39-cdabf83d2514, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e284ab8-fa25-44e7-882c-cc7a1f07ac24, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e284ab8-fa25-44e7-882c-cc7a1f07ac24, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10684369172122446619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619106843691721224466191068436917212244661910684369172122446619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e4cb56-c599-449a-8c07-a39f969ee239, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e284ab8-fa25-44e7-882c-cc7a1f07ac24, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce4c894e-16a1-4709-87fc-7a8a943bced1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce4c894e-16a1-4709-87fc-7a8a943bced1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16091895152425049042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042160918951524250490421609189515242504904216091895152425049042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 081478a6-90cf-42be-9305-5171c7a4197c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 081478a6-90cf-42be-9305-5171c7a4197c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17850048928574922607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607178500489285749226071785004892857492260717850048928574922607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce4c894e-16a1-4709-87fc-7a8a943bced1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a52709c-bcce-48d1-9400-b81675ee193e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a52709c-bcce-48d1-9400-b81675ee193e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6276760721576088743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743627676072157608874362767607215760887436276760721576088743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 081478a6-90cf-42be-9305-5171c7a4197c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a64d98c2-c611-49ea-b21b-5e2731001892, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a64d98c2-c611-49ea-b21b-5e2731001892, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6558264061715487625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625655826406171548762565582640617154876256558264061715487625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a52709c-bcce-48d1-9400-b81675ee193e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e8bd88-72ce-4e02-9f2b-45b3a8b6fba3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e8bd88-72ce-4e02-9f2b-45b3a8b6fba3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1331128408767029108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108133112840876702910813311284087670291081331128408767029108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a64d98c2-c611-49ea-b21b-5e2731001892, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2117d4-e23d-4033-9890-fbcd9393cf63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2117d4-e23d-4033-9890-fbcd9393cf63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9206474167564578283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283920647416756457828392064741675645782839206474167564578283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e8bd88-72ce-4e02-9f2b-45b3a8b6fba3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c3805c0-c20c-42ab-adee-729655487b52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3805c0-c20c-42ab-adee-729655487b52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4463055797415254276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276446305579741525427644630557974152542764463055797415254276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2117d4-e23d-4033-9890-fbcd9393cf63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51dc4c23-479d-44e4-bcf8-c1ddb1f75396, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dc4c23-479d-44e4-bcf8-c1ddb1f75396, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14757237484029424394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394147572374840294243941475723748402942439414757237484029424394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3805c0-c20c-42ab-adee-729655487b52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741532c5-73da-4d28-a43c-b1f1c6c74f7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741532c5-73da-4d28-a43c-b1f1c6c74f7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1362049838714577869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869136204983871457786913620498387145778691362049838714577869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dc4c23-479d-44e4-bcf8-c1ddb1f75396, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a167666c-5c8c-4f35-a3ab-8d841b97465a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a167666c-5c8c-4f35-a3ab-8d841b97465a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717460203146788389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389771746020314678838977174602031467883897717460203146788389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741532c5-73da-4d28-a43c-b1f1c6c74f7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21745962-0af6-4b20-af72-aa70f48d067e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21745962-0af6-4b20-af72-aa70f48d067e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7850287545896802846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846785028754589680284678502875458968028467850287545896802846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a167666c-5c8c-4f35-a3ab-8d841b97465a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3ff5a60-e959-4919-ab3e-b6f529a36bbf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3ff5a60-e959-4919-ab3e-b6f529a36bbf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7493576389994389505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505749357638999438950574935763899943895057493576389994389505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21745962-0af6-4b20-af72-aa70f48d067e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1b97cfb-3184-487f-baa9-cf088902141c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b97cfb-3184-487f-baa9-cf088902141c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1238497639426296315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315123849763942629631512384976394262963151238497639426296315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3ff5a60-e959-4919-ab3e-b6f529a36bbf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2894e9c4-e310-4456-a4c7-b5f58bc57e8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2894e9c4-e310-4456-a4c7-b5f58bc57e8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14522995784687873190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190145229957846878731901452299578468787319014522995784687873190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b97cfb-3184-487f-baa9-cf088902141c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be104271-8f7b-4b3f-b0f6-7ef84a95bbe5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be104271-8f7b-4b3f-b0f6-7ef84a95bbe5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1335606449025688760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760133560644902568876013356064490256887601335606449025688760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2894e9c4-e310-4456-a4c7-b5f58bc57e8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b510684e-57ed-48c4-92e0-4332da3c64b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b510684e-57ed-48c4-92e0-4332da3c64b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9871404074325986333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333987140407432598633398714040743259863339871404074325986333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be104271-8f7b-4b3f-b0f6-7ef84a95bbe5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a5a2d3e-3ee2-432a-8c7f-fbb58a6deda6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5a2d3e-3ee2-432a-8c7f-fbb58a6deda6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10042866730835357572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572100428667308353575721004286673083535757210042866730835357572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b510684e-57ed-48c4-92e0-4332da3c64b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc6deeb8-4b31-42a2-b405-4b23f47ea6ec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc6deeb8-4b31-42a2-b405-4b23f47ea6ec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17106521357723219694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694171065213577232196941710652135772321969417106521357723219694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5a2d3e-3ee2-432a-8c7f-fbb58a6deda6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b69f9eda-097a-4e76-8b38-b5c4c36f5483, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b69f9eda-097a-4e76-8b38-b5c4c36f5483, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4366383975784133668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668436638397578413366843663839757841336684366383975784133668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc6deeb8-4b31-42a2-b405-4b23f47ea6ec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 401224c7-3b71-451e-8d67-03dc121ffb39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401224c7-3b71-451e-8d67-03dc121ffb39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4450849747129859299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299445084974712985929944508497471298592994450849747129859299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b69f9eda-097a-4e76-8b38-b5c4c36f5483, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76f471ca-4b0e-424c-a1fc-15ce9ac7b668, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f471ca-4b0e-424c-a1fc-15ce9ac7b668, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13219969246035439187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187132199692460354391871321996924603543918713219969246035439187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401224c7-3b71-451e-8d67-03dc121ffb39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c757120a-3d52-4b1f-b730-c83fc70479ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c757120a-3d52-4b1f-b730-c83fc70479ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10289614761822837332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332102896147618228373321028961476182283733210289614761822837332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f471ca-4b0e-424c-a1fc-15ce9ac7b668, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89de155e-8033-4cd9-a72a-0ba9f6a849d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89de155e-8033-4cd9-a72a-0ba9f6a849d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10128339203415333119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119101283392034153331191012833920341533311910128339203415333119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c757120a-3d52-4b1f-b730-c83fc70479ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 047051c1-f422-48c6-b65c-340978c2e80e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 047051c1-f422-48c6-b65c-340978c2e80e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2358750765337898471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471235875076533789847123587507653378984712358750765337898471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89de155e-8033-4cd9-a72a-0ba9f6a849d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3323e3ce-6c21-4d6b-b29c-57055ed59648, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3323e3ce-6c21-4d6b-b29c-57055ed59648, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10044144328842310685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685100441443288423106851004414432884231068510044144328842310685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 047051c1-f422-48c6-b65c-340978c2e80e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82d48c8a-2a02-41fc-ae1c-3f26cc416f2b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82d48c8a-2a02-41fc-ae1c-3f26cc416f2b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8142549165583106886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886814254916558310688681425491655831068868142549165583106886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3323e3ce-6c21-4d6b-b29c-57055ed59648, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecd0331b-ed7b-4c21-81bc-328ed1c9bc01, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecd0331b-ed7b-4c21-81bc-328ed1c9bc01, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14678638537024697120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120146786385370246971201467863853702469712014678638537024697120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82d48c8a-2a02-41fc-ae1c-3f26cc416f2b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76c1e0bb-3f66-4aa3-a83c-8789c1aa57c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c1e0bb-3f66-4aa3-a83c-8789c1aa57c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15991293133246094540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540159912931332460945401599129313324609454015991293133246094540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecd0331b-ed7b-4c21-81bc-328ed1c9bc01, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f1a28f3-aea3-4998-a854-5d5c7d6270f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c1e0bb-3f66-4aa3-a83c-8789c1aa57c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f1a28f3-aea3-4998-a854-5d5c7d6270f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 409184635390350411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411409184635390350411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98285c15-1632-4fbd-8672-4e6f6bae3894, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98285c15-1632-4fbd-8672-4e6f6bae3894, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11877951617244248783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783118779516172442487831187795161724424878311877951617244248783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f1a28f3-aea3-4998-a854-5d5c7d6270f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4493f50-1734-481f-84fd-98ca65db5147, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4493f50-1734-481f-84fd-98ca65db5147, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1729689919725811353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353172968991972581135317296899197258113531729689919725811353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98285c15-1632-4fbd-8672-4e6f6bae3894, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c84b527-8071-4afa-9aa8-884af58f0383, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c84b527-8071-4afa-9aa8-884af58f0383, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1103305702103250197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197110330570210325019711033057021032501971103305702103250197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4493f50-1734-481f-84fd-98ca65db5147, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b294d461-1676-47b0-8ea8-3cc69fc82837, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b294d461-1676-47b0-8ea8-3cc69fc82837, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6464905367682763356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356646490536768276335664649053676827633566464905367682763356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c84b527-8071-4afa-9aa8-884af58f0383, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8140d091-99cf-47d6-bfd3-f5b7dbb41d4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8140d091-99cf-47d6-bfd3-f5b7dbb41d4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16667035569950995086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086166670355699509950861666703556995099508616667035569950995086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b294d461-1676-47b0-8ea8-3cc69fc82837, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d82e97f3-b46b-4223-8769-72b538e20245, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d82e97f3-b46b-4223-8769-72b538e20245, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12126301172464101301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301121263011724641013011212630117246410130112126301172464101301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8140d091-99cf-47d6-bfd3-f5b7dbb41d4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d82e97f3-b46b-4223-8769-72b538e20245, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45fcfd46-42ea-4931-8272-35a9020eb92a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45fcfd46-42ea-4931-8272-35a9020eb92a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12006341349692753628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628120063413496927536281200634134969275362812006341349692753628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d71dde1-eda4-45af-b858-eddb5981d194, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d71dde1-eda4-45af-b858-eddb5981d194, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4952021721080958827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827495202172108095882749520217210809588274952021721080958827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45fcfd46-42ea-4931-8272-35a9020eb92a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b204618c-c3f3-4e09-8d13-ed59b7f189a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b204618c-c3f3-4e09-8d13-ed59b7f189a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14445130631710377295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295144451306317103772951444513063171037729514445130631710377295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d71dde1-eda4-45af-b858-eddb5981d194, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 746c4edc-2264-4c5b-9fa2-8ed25d0cbedc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 746c4edc-2264-4c5b-9fa2-8ed25d0cbedc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5106701531534349526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526510670153153434952651067015315343495265106701531534349526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b204618c-c3f3-4e09-8d13-ed59b7f189a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31a572ac-4b5b-4eb0-a2f9-3402ba3e9247, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a572ac-4b5b-4eb0-a2f9-3402ba3e9247, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9420649071791595271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271942064907179159527194206490717915952719420649071791595271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 746c4edc-2264-4c5b-9fa2-8ed25d0cbedc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d031157a-f9cb-448e-9531-dea26ec58250, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d031157a-f9cb-448e-9531-dea26ec58250, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17151380355229743098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098171513803552297430981715138035522974309817151380355229743098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a572ac-4b5b-4eb0-a2f9-3402ba3e9247, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a048e72b-bfe4-44dd-860a-99cada6f138d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a048e72b-bfe4-44dd-860a-99cada6f138d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5525952074452718266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266552595207445271826655259520744527182665525952074452718266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d031157a-f9cb-448e-9531-dea26ec58250, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e76bb61-81c0-4c96-8120-2c3e05943b7a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e76bb61-81c0-4c96-8120-2c3e05943b7a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6102029081779921265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265610202908177992126561020290817799212656102029081779921265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a048e72b-bfe4-44dd-860a-99cada6f138d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4faa73fb-e010-4761-82d4-7d64ff598f48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4faa73fb-e010-4761-82d4-7d64ff598f48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6445124005924375395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395644512400592437539564451240059243753956445124005924375395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e76bb61-81c0-4c96-8120-2c3e05943b7a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82d611d6-40d1-452c-baf4-0ab431404ea4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4faa73fb-e010-4761-82d4-7d64ff598f48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8d720ce-7e37-4f6b-bd51-fbbab77fd282, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8d720ce-7e37-4f6b-bd51-fbbab77fd282, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372522132250085210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210437252213225008521043725221322500852104372522132250085210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82d611d6-40d1-452c-baf4-0ab431404ea4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12012219461826891374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374120122194618268913741201221946182689137412012219461826891374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8d720ce-7e37-4f6b-bd51-fbbab77fd282, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1bc2dd1-9ba9-4b4d-9755-9fa07604dce6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bc2dd1-9ba9-4b4d-9755-9fa07604dce6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4501487662855765926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926450148766285576592645014876628557659264501487662855765926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82d611d6-40d1-452c-baf4-0ab431404ea4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a45768e1-11c7-4e49-b28e-3050cd3b5580, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a45768e1-11c7-4e49-b28e-3050cd3b5580, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6901149384313872524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524690114938431387252469011493843138725246901149384313872524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bc2dd1-9ba9-4b4d-9755-9fa07604dce6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a11fb86d-f64a-42f9-a580-30e1bf7bfa71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a45768e1-11c7-4e49-b28e-3050cd3b5580, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0740ab3e-a93f-4c81-a5e9-859b6902e1ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0740ab3e-a93f-4c81-a5e9-859b6902e1ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6570508971215208063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063657050897121520806365705089712152080636570508971215208063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11fb86d-f64a-42f9-a580-30e1bf7bfa71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9796064840897894183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183979606484089789418397960648408978941839796064840897894183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0740ab3e-a93f-4c81-a5e9-859b6902e1ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68943945-e2ed-48f9-b4b0-1ef92e8d372a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68943945-e2ed-48f9-b4b0-1ef92e8d372a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12720373248981260313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313127203732489812603131272037324898126031312720373248981260313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11fb86d-f64a-42f9-a580-30e1bf7bfa71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 529b3bdb-5e9d-412b-a6ee-940479e55f50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529b3bdb-5e9d-412b-a6ee-940479e55f50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13551172457032680277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277135511724570326802771355117245703268027713551172457032680277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68943945-e2ed-48f9-b4b0-1ef92e8d372a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7b89a3e-b1ed-4679-92ad-96729fc2aa48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b89a3e-b1ed-4679-92ad-96729fc2aa48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8882617237544479692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692888261723754447969288826172375444796928882617237544479692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529b3bdb-5e9d-412b-a6ee-940479e55f50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a42fdb7d-2c6c-4c80-b5a7-5ae64752dacc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a42fdb7d-2c6c-4c80-b5a7-5ae64752dacc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15613920748110358650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650156139207481103586501561392074811035865015613920748110358650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b89a3e-b1ed-4679-92ad-96729fc2aa48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00bca2f4-c03f-434d-9adb-2ac2d1b537b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00bca2f4-c03f-434d-9adb-2ac2d1b537b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16147826405282689948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948161478264052826899481614782640528268994816147826405282689948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a42fdb7d-2c6c-4c80-b5a7-5ae64752dacc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 152d7666-6cc4-4f9c-86eb-1f5ab4d4e755, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152d7666-6cc4-4f9c-86eb-1f5ab4d4e755, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3410423332216218811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811341042333221621881134104233322162188113410423332216218811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00bca2f4-c03f-434d-9adb-2ac2d1b537b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8da86660-4daa-43e1-ae2a-7d3f3d25b9af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da86660-4daa-43e1-ae2a-7d3f3d25b9af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1943862082253115721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721194386208225311572119438620822531157211943862082253115721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152d7666-6cc4-4f9c-86eb-1f5ab4d4e755, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abb3d893-c673-4b6a-86ee-29ec38025fbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb3d893-c673-4b6a-86ee-29ec38025fbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 369764547888144668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668369764547888144668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da86660-4daa-43e1-ae2a-7d3f3d25b9af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc82427-546e-426c-8cae-9fec8fadc109, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc82427-546e-426c-8cae-9fec8fadc109, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8342048250053457021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021834204825005345702183420482500534570218342048250053457021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb3d893-c673-4b6a-86ee-29ec38025fbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6f2f67d-09af-406c-9cf3-f84beabd3f6b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6f2f67d-09af-406c-9cf3-f84beabd3f6b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987636742930078410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410398763674293007841039876367429300784103987636742930078410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc82427-546e-426c-8cae-9fec8fadc109, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71aa323d-510f-4bc3-b809-a2cb7626861d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71aa323d-510f-4bc3-b809-a2cb7626861d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15371591661119340579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579153715916611193405791537159166111934057915371591661119340579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6f2f67d-09af-406c-9cf3-f84beabd3f6b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6261d313-4361-4fd6-a24f-8f31534a8d0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6261d313-4361-4fd6-a24f-8f31534a8d0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15377367456397225127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127153773674563972251271537736745639722512715377367456397225127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71aa323d-510f-4bc3-b809-a2cb7626861d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cd297f1-0f25-4cec-a941-81b4b9723911, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6261d313-4361-4fd6-a24f-8f31534a8d0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cd297f1-0f25-4cec-a941-81b4b9723911, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12215549010576560454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454122155490105765604541221554901057656045412215549010576560454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adb381e7-1e38-4e4d-b4d7-a475cff0e2da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adb381e7-1e38-4e4d-b4d7-a475cff0e2da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 510678609820418698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698510678609820418698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cd297f1-0f25-4cec-a941-81b4b9723911, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce27e2a9-4dd1-46ea-b35d-1a4a340d349d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce27e2a9-4dd1-46ea-b35d-1a4a340d349d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1534924777695677232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232153492477769567723215349247776956772321534924777695677232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adb381e7-1e38-4e4d-b4d7-a475cff0e2da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dfdc8fb-9c37-4995-b42b-1392b8fb5ea2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dfdc8fb-9c37-4995-b42b-1392b8fb5ea2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11208492237616876761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761112084922376168767611120849223761687676111208492237616876761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce27e2a9-4dd1-46ea-b35d-1a4a340d349d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81fe3624-cd60-43ef-b837-c432681a8cfb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81fe3624-cd60-43ef-b837-c432681a8cfb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12522211453605489250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250125222114536054892501252221145360548925012522211453605489250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dfdc8fb-9c37-4995-b42b-1392b8fb5ea2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7078fa7f-fce1-498c-b579-9fb4a9c39c78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7078fa7f-fce1-498c-b579-9fb4a9c39c78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5803838938526352852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852580383893852635285258038389385263528525803838938526352852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81fe3624-cd60-43ef-b837-c432681a8cfb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28bd4d0d-98a1-4f51-89ba-c30da87d86ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28bd4d0d-98a1-4f51-89ba-c30da87d86ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11849302863208682559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559118493028632086825591184930286320868255911849302863208682559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7078fa7f-fce1-498c-b579-9fb4a9c39c78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eee31664-291c-479e-8d75-4b063fe16ce4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee31664-291c-479e-8d75-4b063fe16ce4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11151044534625113023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023111510445346251130231115104453462511302311151044534625113023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28bd4d0d-98a1-4f51-89ba-c30da87d86ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 436706f9-e8df-4dc3-958d-5ff023345257, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee31664-291c-479e-8d75-4b063fe16ce4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 436706f9-e8df-4dc3-958d-5ff023345257, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13465887802222095902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902134658878022220959021346588780222209590213465887802222095902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a84beef-2cfa-4461-a89c-7b3220e969a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a84beef-2cfa-4461-a89c-7b3220e969a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7866757934469462920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920786675793446946292078667579344694629207866757934469462920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 436706f9-e8df-4dc3-958d-5ff023345257, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba9776bf-0c0d-4ca6-bbe3-c34e4c6cdf81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba9776bf-0c0d-4ca6-bbe3-c34e4c6cdf81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7987755578763365574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574798775557876336557479877555787633655747987755578763365574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a84beef-2cfa-4461-a89c-7b3220e969a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8220930d-03d5-495b-a617-d8577f046b4a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8220930d-03d5-495b-a617-d8577f046b4a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 728327445096446054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054728327445096446054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba9776bf-0c0d-4ca6-bbe3-c34e4c6cdf81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7ee602-d1ff-4903-90fc-fdb93ffdb9a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7ee602-d1ff-4903-90fc-fdb93ffdb9a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14055465593520489992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992140554655935204899921405546559352048999214055465593520489992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8220930d-03d5-495b-a617-d8577f046b4a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e29a57c3-b510-4c89-8033-d2bc5005fa1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29a57c3-b510-4c89-8033-d2bc5005fa1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2617629601427515012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012261762960142751501226176296014275150122617629601427515012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7ee602-d1ff-4903-90fc-fdb93ffdb9a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29a57c3-b510-4c89-8033-d2bc5005fa1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c50a7ff9-d34b-40cb-b8ae-013ed9a8b902, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50a7ff9-d34b-40cb-b8ae-013ed9a8b902, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5861647678612676724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724586164767861267672458616476786126767245861647678612676724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31eaf1e3-9aa5-406b-bef9-e4de322e7850, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31eaf1e3-9aa5-406b-bef9-e4de322e7850, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3234158723284164454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454323415872328416445432341587232841644543234158723284164454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50a7ff9-d34b-40cb-b8ae-013ed9a8b902, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f4fb6ef-b607-4e0e-aa2c-782b542e37f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4fb6ef-b607-4e0e-aa2c-782b542e37f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7099551703246745362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362709955170324674536270995517032467453627099551703246745362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31eaf1e3-9aa5-406b-bef9-e4de322e7850, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b398bd2-95cc-4b10-a9d3-920ffab0e25f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b398bd2-95cc-4b10-a9d3-920ffab0e25f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2516254767173044830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830251625476717304483025162547671730448302516254767173044830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4fb6ef-b607-4e0e-aa2c-782b542e37f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c5b2923-1620-499a-b775-b71bb2095bf9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5b2923-1620-499a-b775-b71bb2095bf9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11944632187476786468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468119446321874767864681194463218747678646811944632187476786468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b398bd2-95cc-4b10-a9d3-920ffab0e25f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3bde1b6-deb5-4f50-baa7-11f990263dcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3bde1b6-deb5-4f50-baa7-11f990263dcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6057324100804123015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015605732410080412301560573241008041230156057324100804123015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5b2923-1620-499a-b775-b71bb2095bf9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 957c33ba-0221-41ed-a469-f042c4a99666, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 957c33ba-0221-41ed-a469-f042c4a99666, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6687003486539877059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059668700348653987705966870034865398770596687003486539877059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3bde1b6-deb5-4f50-baa7-11f990263dcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17322cbd-bf7e-4287-910f-c8c1cb2d8106, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17322cbd-bf7e-4287-910f-c8c1cb2d8106, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274915120453295937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937527491512045329593752749151204532959375274915120453295937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 957c33ba-0221-41ed-a469-f042c4a99666, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d18f17fe-1d70-4714-905e-7835ac7a550b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d18f17fe-1d70-4714-905e-7835ac7a550b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 773236380762829265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265773236380762829265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17322cbd-bf7e-4287-910f-c8c1cb2d8106, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac4d9686-a721-4b9c-83ac-f6a77094a5cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4d9686-a721-4b9c-83ac-f6a77094a5cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16472077668804958181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181164720776688049581811647207766880495818116472077668804958181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d18f17fe-1d70-4714-905e-7835ac7a550b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cdd4a5a-2158-4ad8-a67f-d0612a42784d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cdd4a5a-2158-4ad8-a67f-d0612a42784d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17153257519013179181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181171532575190131791811715325751901317918117153257519013179181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4d9686-a721-4b9c-83ac-f6a77094a5cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7b7d632-1e08-4a55-8848-13e1fdc3b080, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b7d632-1e08-4a55-8848-13e1fdc3b080, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13595844350397773553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553135958443503977735531359584435039777355313595844350397773553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cdd4a5a-2158-4ad8-a67f-d0612a42784d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8778ff6-af14-4013-b7c4-065fabb7c63b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8778ff6-af14-4013-b7c4-065fabb7c63b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17083085074301617305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305170830850743016173051708308507430161730517083085074301617305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b7d632-1e08-4a55-8848-13e1fdc3b080, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a993d44-db08-483d-bdb4-e5b803c1f414, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a993d44-db08-483d-bdb4-e5b803c1f414, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 769367817632320484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484769367817632320484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8778ff6-af14-4013-b7c4-065fabb7c63b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ea99a46-9361-4357-b5df-4b98c0b3c398, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea99a46-9361-4357-b5df-4b98c0b3c398, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5838240662702959026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026583824066270295902658382406627029590265838240662702959026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a993d44-db08-483d-bdb4-e5b803c1f414, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f183ed02-ad32-493b-a554-aef70f3eb7fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f183ed02-ad32-493b-a554-aef70f3eb7fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 879560487186619739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739879560487186619739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea99a46-9361-4357-b5df-4b98c0b3c398, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a88f049-9f0f-4aa0-9ce9-01b90fe9ee91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a88f049-9f0f-4aa0-9ce9-01b90fe9ee91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16609026251794077269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269166090262517940772691660902625179407726916609026251794077269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f183ed02-ad32-493b-a554-aef70f3eb7fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a601ce59-0eb1-494b-ae59-2dc157f0610b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a601ce59-0eb1-494b-ae59-2dc157f0610b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6349886686273489074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074634988668627348907463498866862734890746349886686273489074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a88f049-9f0f-4aa0-9ce9-01b90fe9ee91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46d97aed-b678-4505-b6c6-ea521c1dba73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46d97aed-b678-4505-b6c6-ea521c1dba73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13777322999648702225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225137773229996487022251377732299964870222513777322999648702225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a601ce59-0eb1-494b-ae59-2dc157f0610b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e7e3474-f492-468b-b8ec-5f4b5a4f20e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7e3474-f492-468b-b8ec-5f4b5a4f20e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17665215221713510937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937176652152217135109371766521522171351093717665215221713510937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46d97aed-b678-4505-b6c6-ea521c1dba73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d721c79-a524-49cb-acfb-61db9e58d7ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d721c79-a524-49cb-acfb-61db9e58d7ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6363625047643770381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381636362504764377038163636250476437703816363625047643770381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7e3474-f492-468b-b8ec-5f4b5a4f20e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aeea950-e6d8-4984-b8fb-90fe46bd1416, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aeea950-e6d8-4984-b8fb-90fe46bd1416, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 588039502814921588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588588039502814921588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d721c79-a524-49cb-acfb-61db9e58d7ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93c38687-ffca-418b-bea7-14a9c844875c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93c38687-ffca-418b-bea7-14a9c844875c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13381213158138326011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011133812131581383260111338121315813832601113381213158138326011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aeea950-e6d8-4984-b8fb-90fe46bd1416, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3414837-99e0-4f20-a665-b28ece50c508, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3414837-99e0-4f20-a665-b28ece50c508, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9815180189938138604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604981518018993813860498151801899381386049815180189938138604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93c38687-ffca-418b-bea7-14a9c844875c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 056061bd-ade2-4bce-a493-d762c3149778, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 056061bd-ade2-4bce-a493-d762c3149778, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14404303362288766037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037144043033622887660371440430336228876603714404303362288766037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3414837-99e0-4f20-a665-b28ece50c508, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88ed7237-adbe-446c-8a8f-e005413ed91b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88ed7237-adbe-446c-8a8f-e005413ed91b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3319329680915490099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099331932968091549009933193296809154900993319329680915490099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 056061bd-ade2-4bce-a493-d762c3149778, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e88c4dd4-653c-41b4-b580-13abf571c443, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88c4dd4-653c-41b4-b580-13abf571c443, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7097539572435782867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867709753957243578286770975395724357828677097539572435782867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88ed7237-adbe-446c-8a8f-e005413ed91b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1915ed7d-1d4d-4376-ab1f-a62553659a43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1915ed7d-1d4d-4376-ab1f-a62553659a43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11002768323193707293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293110027683231937072931100276832319370729311002768323193707293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88c4dd4-653c-41b4-b580-13abf571c443, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3a30276-651a-455e-bb7c-ff7d3459460c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a30276-651a-455e-bb7c-ff7d3459460c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11746375240926299527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527117463752409262995271174637524092629952711746375240926299527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1915ed7d-1d4d-4376-ab1f-a62553659a43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e80959-08e0-424d-99ab-f734956ce30a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e80959-08e0-424d-99ab-f734956ce30a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15107269685190147938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938151072696851901479381510726968519014793815107269685190147938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a30276-651a-455e-bb7c-ff7d3459460c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8d6cff7-81c7-4c1e-8a3b-d529dd2b8eba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e80959-08e0-424d-99ab-f734956ce30a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d6cff7-81c7-4c1e-8a3b-d529dd2b8eba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607603368533046637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637136076033685330466371360760336853304663713607603368533046637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 021a1577-0b59-4dff-9150-8c4b7388e97d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021a1577-0b59-4dff-9150-8c4b7388e97d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4783992332310668906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906478399233231066890647839923323106689064783992332310668906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d6cff7-81c7-4c1e-8a3b-d529dd2b8eba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f2f5066-ae0e-49ef-a0fa-d34ea21d8f28, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f2f5066-ae0e-49ef-a0fa-d34ea21d8f28, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13709655762330910713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713137096557623309107131370965576233091071313709655762330910713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021a1577-0b59-4dff-9150-8c4b7388e97d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46036bff-4dfb-448c-a93d-a2ecd38dac62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f2f5066-ae0e-49ef-a0fa-d34ea21d8f28, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46036bff-4dfb-448c-a93d-a2ecd38dac62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4608831811107161763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763460883181110716176346088318111071617634608831811107161763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6692d69f-9a49-4e6c-affd-ce7ba2714ff6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6692d69f-9a49-4e6c-affd-ce7ba2714ff6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17326741022644344481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481173267410226443444811732674102264434448117326741022644344481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46036bff-4dfb-448c-a93d-a2ecd38dac62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceadfcec-b1a9-4448-85ec-fcb15e16029a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceadfcec-b1a9-4448-85ec-fcb15e16029a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2274832094435851142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142227483209443585114222748320944358511422274832094435851142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6692d69f-9a49-4e6c-affd-ce7ba2714ff6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc602f65-7519-4466-a318-4afc29ecdc11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc602f65-7519-4466-a318-4afc29ecdc11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9975650518799336822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822997565051879933682299756505187993368229975650518799336822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceadfcec-b1a9-4448-85ec-fcb15e16029a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df372b3d-1ebb-442f-af70-ba621d1076a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df372b3d-1ebb-442f-af70-ba621d1076a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 927848156756756849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849927848156756756849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc602f65-7519-4466-a318-4afc29ecdc11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 361d9cfa-3139-4da0-9f29-89b9ebdd5338, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df372b3d-1ebb-442f-af70-ba621d1076a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 361d9cfa-3139-4da0-9f29-89b9ebdd5338, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2627784085251979861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861262778408525197986126277840852519798612627784085251979861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e36f808e-43fb-49cc-b928-a24d8a7fc8e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36f808e-43fb-49cc-b928-a24d8a7fc8e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5043924363398521378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378504392436339852137850439243633985213785043924363398521378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36f808e-43fb-49cc-b928-a24d8a7fc8e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2a1849f-7670-49dc-8c06-37a8f3ed2fa8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a1849f-7670-49dc-8c06-37a8f3ed2fa8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5252522672820824421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421525252267282082442152525226728208244215252522672820824421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 361d9cfa-3139-4da0-9f29-89b9ebdd5338, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fe3fa3b-fa57-4eb2-8cee-332ac77d6e35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fe3fa3b-fa57-4eb2-8cee-332ac77d6e35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14518075610826175371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371145180756108261753711451807561082617537114518075610826175371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a1849f-7670-49dc-8c06-37a8f3ed2fa8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8d6fb80-5ce5-400b-93b7-d4d42bdfc529, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8d6fb80-5ce5-400b-93b7-d4d42bdfc529, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14088671386395317429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429140886713863953174291408867138639531742914088671386395317429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fe3fa3b-fa57-4eb2-8cee-332ac77d6e35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef6e0505-a20f-470c-86c2-a9cb1e1c169f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef6e0505-a20f-470c-86c2-a9cb1e1c169f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3146974463013471506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506314697446301347150631469744630134715063146974463013471506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8d6fb80-5ce5-400b-93b7-d4d42bdfc529, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 378c71ed-9b42-4cf1-a56b-05251b08dae1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 378c71ed-9b42-4cf1-a56b-05251b08dae1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14934737751720758229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229149347377517207582291493473775172075822914934737751720758229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef6e0505-a20f-470c-86c2-a9cb1e1c169f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a486c207-67e5-427e-833a-4bcf2d19f2d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a486c207-67e5-427e-833a-4bcf2d19f2d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4363259754932161778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778436325975493216177843632597549321617784363259754932161778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 378c71ed-9b42-4cf1-a56b-05251b08dae1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd225eae-55a1-4ac0-8060-ea9089476f42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd225eae-55a1-4ac0-8060-ea9089476f42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8682924802655555623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623868292480265555562386829248026555556238682924802655555623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a486c207-67e5-427e-833a-4bcf2d19f2d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2871ba4-e01b-4040-a03b-f5f315f3bb59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd225eae-55a1-4ac0-8060-ea9089476f42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 234c02e1-01b9-4cb2-9d98-37f7c61117a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 234c02e1-01b9-4cb2-9d98-37f7c61117a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6153217365883650398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398615321736588365039861532173658836503986153217365883650398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2871ba4-e01b-4040-a03b-f5f315f3bb59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18074766243068387785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785180747662430683877851807476624306838778518074766243068387785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 234c02e1-01b9-4cb2-9d98-37f7c61117a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff9568fd-132c-4ae8-97c9-589370d49376, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9568fd-132c-4ae8-97c9-589370d49376, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13030203328141568535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535130302033281415685351303020332814156853513030203328141568535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2871ba4-e01b-4040-a03b-f5f315f3bb59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d8754f6-b1f8-4268-9ce3-a6fad4455880, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d8754f6-b1f8-4268-9ce3-a6fad4455880, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3599672690290310090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090359967269029031009035996726902903100903599672690290310090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9568fd-132c-4ae8-97c9-589370d49376, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d94150b-1cde-44cd-8308-d2daa0f80e52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d94150b-1cde-44cd-8308-d2daa0f80e52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10011733331364546488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488100117333313645464881001173333136454648810011733331364546488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d8754f6-b1f8-4268-9ce3-a6fad4455880, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7a41e0b-4059-4c73-bf40-f80c59833406, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a41e0b-4059-4c73-bf40-f80c59833406, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10350316750586312859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859103503167505863128591035031675058631285910350316750586312859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d94150b-1cde-44cd-8308-d2daa0f80e52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8f20fc-d58b-4a3c-8b3a-23990396c23e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8f20fc-d58b-4a3c-8b3a-23990396c23e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13203586162751577273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273132035861627515772731320358616275157727313203586162751577273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a41e0b-4059-4c73-bf40-f80c59833406, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8666e846-0656-4525-aff5-8777741d5d59, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8666e846-0656-4525-aff5-8777741d5d59, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5278689571247153451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451527868957124715345152786895712471534515278689571247153451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8f20fc-d58b-4a3c-8b3a-23990396c23e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 624bc1c2-ba29-411e-b75e-d5fb790ad421, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 624bc1c2-ba29-411e-b75e-d5fb790ad421, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16046283441806364142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142160462834418063641421604628344180636414216046283441806364142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8666e846-0656-4525-aff5-8777741d5d59, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aab02d5-ad30-4387-8a18-72339463c86e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aab02d5-ad30-4387-8a18-72339463c86e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627313359436793090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090962731335943679309096273133594367930909627313359436793090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 624bc1c2-ba29-411e-b75e-d5fb790ad421, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aed767db-5d46-4211-a64c-e2aeaa2d5266, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed767db-5d46-4211-a64c-e2aeaa2d5266, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783997287119785220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220157839972871197852201578399728711978522015783997287119785220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aab02d5-ad30-4387-8a18-72339463c86e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10b1c585-fef5-4325-b055-3d54941a74d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10b1c585-fef5-4325-b055-3d54941a74d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14366765790936953805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805143667657909369538051436676579093695380514366765790936953805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed767db-5d46-4211-a64c-e2aeaa2d5266, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb0ade2e-79c5-4ba3-baaa-6be586016dce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb0ade2e-79c5-4ba3-baaa-6be586016dce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15178086420137453607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607151780864201374536071517808642013745360715178086420137453607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10b1c585-fef5-4325-b055-3d54941a74d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7346f47-fc1d-4bbb-8a4a-b07e092a7cb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7346f47-fc1d-4bbb-8a4a-b07e092a7cb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13595022309405449947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947135950223094054499471359502230940544994713595022309405449947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb0ade2e-79c5-4ba3-baaa-6be586016dce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c79dbd3a-2356-4529-af07-0a786dab43d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c79dbd3a-2356-4529-af07-0a786dab43d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5959235660765449005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005595923566076544900559592356607654490055959235660765449005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7346f47-fc1d-4bbb-8a4a-b07e092a7cb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21a6fcd0-ccd5-4991-ae93-f13bd352f9bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21a6fcd0-ccd5-4991-ae93-f13bd352f9bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109546904696699920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920910954690469669992091095469046966999209109546904696699920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c79dbd3a-2356-4529-af07-0a786dab43d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b6b935d-724b-4609-912e-8280857995c2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b6b935d-724b-4609-912e-8280857995c2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10164459570114972527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527101644595701149725271016445957011497252710164459570114972527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b6b935d-724b-4609-912e-8280857995c2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ace1069d-4a33-4dcb-9dfc-d2cd88168816, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ace1069d-4a33-4dcb-9dfc-d2cd88168816, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158116404012221491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491101581164040122214911015811640401222149110158116404012221491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21a6fcd0-ccd5-4991-ae93-f13bd352f9bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01e045fd-aad9-4f90-945c-7f1555144378, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e045fd-aad9-4f90-945c-7f1555144378, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283334902558213257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257228333490255821325722833349025582132572283334902558213257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ace1069d-4a33-4dcb-9dfc-d2cd88168816, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb8aa23-8945-463e-85f1-45b5e6bbb8a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb8aa23-8945-463e-85f1-45b5e6bbb8a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3519271525175298750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750351927152517529875035192715251752987503519271525175298750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e045fd-aad9-4f90-945c-7f1555144378, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 457686af-f98d-4690-9f0a-b3db19e53b9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457686af-f98d-4690-9f0a-b3db19e53b9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4917168003691804762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762491716800369180476249171680036918047624917168003691804762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb8aa23-8945-463e-85f1-45b5e6bbb8a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12f4dc62-41e7-424e-8185-84c59f37f2b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f4dc62-41e7-424e-8185-84c59f37f2b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11896159577957027308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308118961595779570273081189615957795702730811896159577957027308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457686af-f98d-4690-9f0a-b3db19e53b9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1fd0eac-20d4-49f4-85ee-a97555da50f2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fd0eac-20d4-49f4-85ee-a97555da50f2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2939132429884471271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271293913242988447127129391324298844712712939132429884471271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f4dc62-41e7-424e-8185-84c59f37f2b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e55109ee-e8bc-4e73-8011-b19b21b88efc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55109ee-e8bc-4e73-8011-b19b21b88efc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2021730226437506546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546202173022643750654620217302264375065462021730226437506546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fd0eac-20d4-49f4-85ee-a97555da50f2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c75d4374-8a0c-4903-8ddb-8aa5c50e6da0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c75d4374-8a0c-4903-8ddb-8aa5c50e6da0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17263675784575984149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149172636757845759841491726367578457598414917263675784575984149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55109ee-e8bc-4e73-8011-b19b21b88efc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1134bab8-94b5-4ec8-9d22-5ea625c427e5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1134bab8-94b5-4ec8-9d22-5ea625c427e5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16876642642761254190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190168766426427612541901687664264276125419016876642642761254190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c75d4374-8a0c-4903-8ddb-8aa5c50e6da0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeb0efee-f89b-4fdb-89f1-104b0a8450bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb0efee-f89b-4fdb-89f1-104b0a8450bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4097464087624018158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158409746408762401815840974640876240181584097464087624018158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1134bab8-94b5-4ec8-9d22-5ea625c427e5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6fc7c19-f311-4820-bf9a-d8b55a4b1b7e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6fc7c19-f311-4820-bf9a-d8b55a4b1b7e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12163257694611382570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570121632576946113825701216325769461138257012163257694611382570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6fc7c19-f311-4820-bf9a-d8b55a4b1b7e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 639e942d-bc89-42ad-9306-1c05476f25aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639e942d-bc89-42ad-9306-1c05476f25aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10982823842269562624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624109828238422695626241098282384226956262410982823842269562624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb0efee-f89b-4fdb-89f1-104b0a8450bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a78ff9cc-738f-4aae-9682-17dcff357dcb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a78ff9cc-738f-4aae-9682-17dcff357dcb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2040120438920240319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319204012043892024031920401204389202403192040120438920240319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639e942d-bc89-42ad-9306-1c05476f25aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f53bc50-c2df-4ef7-8108-3bfc6459afca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f53bc50-c2df-4ef7-8108-3bfc6459afca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8858184080788980247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247885818408078898024788581840807889802478858184080788980247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a78ff9cc-738f-4aae-9682-17dcff357dcb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32cff02c-218b-48c9-94a2-35d93f89216d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32cff02c-218b-48c9-94a2-35d93f89216d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2251812419613219145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145225181241961321914522518124196132191452251812419613219145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f53bc50-c2df-4ef7-8108-3bfc6459afca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68cc8400-e277-41b0-a91a-35ca6c4f1398, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68cc8400-e277-41b0-a91a-35ca6c4f1398, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1684736006295789918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918168473600629578991816847360062957899181684736006295789918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32cff02c-218b-48c9-94a2-35d93f89216d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c25687-8026-4c01-951f-d7137468c687, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c25687-8026-4c01-951f-d7137468c687, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3312784990937033220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220331278499093703322033127849909370332203312784990937033220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68cc8400-e277-41b0-a91a-35ca6c4f1398, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b517c3-08e8-42eb-917b-2c5e47626031, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b517c3-08e8-42eb-917b-2c5e47626031, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7919519863545030922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922791951986354503092279195198635450309227919519863545030922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c25687-8026-4c01-951f-d7137468c687, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcbca41e-b081-4d56-99de-9788963aba8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcbca41e-b081-4d56-99de-9788963aba8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5390983373633907180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180539098337363390718053909833736339071805390983373633907180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b517c3-08e8-42eb-917b-2c5e47626031, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad7a01ac-f783-476e-9330-ed8719c3485e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7a01ac-f783-476e-9330-ed8719c3485e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13531788495850478056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056135317884958504780561353178849585047805613531788495850478056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcbca41e-b081-4d56-99de-9788963aba8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27d25f50-637d-43ba-a07d-47b5840dbb99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27d25f50-637d-43ba-a07d-47b5840dbb99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9568928397837498468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468956892839783749846895689283978374984689568928397837498468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7a01ac-f783-476e-9330-ed8719c3485e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0940b5a2-65f5-4a08-b5fe-0ec15ac11e46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0940b5a2-65f5-4a08-b5fe-0ec15ac11e46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6124463529719190596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596612446352971919059661244635297191905966124463529719190596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27d25f50-637d-43ba-a07d-47b5840dbb99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a98b119-bd0a-48a3-b24c-aba712767cce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a98b119-bd0a-48a3-b24c-aba712767cce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9216781843235209933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933921678184323520993392167818432352099339216781843235209933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0940b5a2-65f5-4a08-b5fe-0ec15ac11e46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cd02bd5-3c60-432d-b26b-0bdeccbdc311, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd02bd5-3c60-432d-b26b-0bdeccbdc311, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3816265186549833969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969381626518654983396938162651865498339693816265186549833969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a98b119-bd0a-48a3-b24c-aba712767cce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a901fe9f-7fff-4018-a3f5-477961adb54c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a901fe9f-7fff-4018-a3f5-477961adb54c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2237882468386208232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232223788246838620823222378824683862082322237882468386208232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd02bd5-3c60-432d-b26b-0bdeccbdc311, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e73c0830-49c6-484a-ad72-165e0f6f655d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e73c0830-49c6-484a-ad72-165e0f6f655d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10095583896470900418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418100955838964709004181009558389647090041810095583896470900418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a901fe9f-7fff-4018-a3f5-477961adb54c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15ae4502-c58b-408e-8515-fcaa63948802, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15ae4502-c58b-408e-8515-fcaa63948802, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2950443734296757673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673295044373429675767329504437342967576732950443734296757673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e73c0830-49c6-484a-ad72-165e0f6f655d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8d5b69b-39df-4412-b8ca-e811ac8b1afb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8d5b69b-39df-4412-b8ca-e811ac8b1afb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12315139831018412464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464123151398310184124641231513983101841246412315139831018412464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15ae4502-c58b-408e-8515-fcaa63948802, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a031aff-3624-45c3-9af1-3914d0875b0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a031aff-3624-45c3-9af1-3914d0875b0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915248436205940107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107291524843620594010729152484362059401072915248436205940107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8d5b69b-39df-4412-b8ca-e811ac8b1afb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfdeaf6c-a9dd-457c-838a-02287f5b7f58, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfdeaf6c-a9dd-457c-838a-02287f5b7f58, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6924430437693750183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183692443043769375018369244304376937501836924430437693750183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a031aff-3624-45c3-9af1-3914d0875b0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 109c7cd4-32e5-4e1a-be17-63a71b54db20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 109c7cd4-32e5-4e1a-be17-63a71b54db20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1140481898585242857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857114048189858524285711404818985852428571140481898585242857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfdeaf6c-a9dd-457c-838a-02287f5b7f58, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aa78509-3c37-47ae-af75-4c9401778938, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa78509-3c37-47ae-af75-4c9401778938, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7671663772277569343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343767166377227756934376716637722775693437671663772277569343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 109c7cd4-32e5-4e1a-be17-63a71b54db20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1198e85-4672-4eb0-a0c0-67d9bcf3433f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1198e85-4672-4eb0-a0c0-67d9bcf3433f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 703012352388866176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176703012352388866176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa78509-3c37-47ae-af75-4c9401778938, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1198e85-4672-4eb0-a0c0-67d9bcf3433f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96bba9f2-d74f-4e59-a774-2b05e8ac9f03, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96bba9f2-d74f-4e59-a774-2b05e8ac9f03, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2512665474064645365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365251266547406464536525126654740646453652512665474064645365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f4104ca-d1ce-40dd-850a-0bea97cba5c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f4104ca-d1ce-40dd-850a-0bea97cba5c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2969341182640725896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896296934118264072589629693411826407258962969341182640725896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96bba9f2-d74f-4e59-a774-2b05e8ac9f03, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5afe3c1b-5877-4ecc-b7fc-19c432ab87aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5afe3c1b-5877-4ecc-b7fc-19c432ab87aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13933394766869748439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439139333947668697484391393339476686974843913933394766869748439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f4104ca-d1ce-40dd-850a-0bea97cba5c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42483cfb-a1eb-4596-8435-89dd633a378a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42483cfb-a1eb-4596-8435-89dd633a378a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7821204563572997875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875782120456357299787578212045635729978757821204563572997875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5afe3c1b-5877-4ecc-b7fc-19c432ab87aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5448e91e-7376-466e-86ea-56b02b235ea5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5448e91e-7376-466e-86ea-56b02b235ea5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6645020822715128276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276664502082271512827666450208227151282766645020822715128276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42483cfb-a1eb-4596-8435-89dd633a378a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f305c790-c76d-44cd-b3eb-9a680bc41fcd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f305c790-c76d-44cd-b3eb-9a680bc41fcd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2099622144058864939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939209962214405886493920996221440588649392099622144058864939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5448e91e-7376-466e-86ea-56b02b235ea5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a210483-cc2e-45f1-8a44-9b30de229497, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a210483-cc2e-45f1-8a44-9b30de229497, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7797796264907045987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987779779626490704598777977962649070459877797796264907045987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f305c790-c76d-44cd-b3eb-9a680bc41fcd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb7f059c-b98c-4664-97be-1a65ea4bd417, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb7f059c-b98c-4664-97be-1a65ea4bd417, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3155145846049153019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019315514584604915301931551458460491530193155145846049153019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a210483-cc2e-45f1-8a44-9b30de229497, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2edb653-07af-48c9-881a-26640e8656dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb7f059c-b98c-4664-97be-1a65ea4bd417, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2edb653-07af-48c9-881a-26640e8656dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9576839392459356777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777957683939245935677795768393924593567779576839392459356777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 099a6055-1e04-4f4e-bc76-720b0ee32d9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099a6055-1e04-4f4e-bc76-720b0ee32d9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047505719171458878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878104750571917145887810475057191714588781047505719171458878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2edb653-07af-48c9-881a-26640e8656dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca7aaf1c-14fe-4473-9189-d146936b3455, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099a6055-1e04-4f4e-bc76-720b0ee32d9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca7aaf1c-14fe-4473-9189-d146936b3455, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17774837147838271879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879177748371478382718791777483714783827187917774837147838271879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a832f4b7-07b6-41f2-b80a-9192c9455dfc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a832f4b7-07b6-41f2-b80a-9192c9455dfc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17997158920685242778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778179971589206852427781799715892068524277817997158920685242778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca7aaf1c-14fe-4473-9189-d146936b3455, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a3e6e10-fc9b-4810-b1a2-92036629b541, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3e6e10-fc9b-4810-b1a2-92036629b541, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 474362777258034601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601474362777258034601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a832f4b7-07b6-41f2-b80a-9192c9455dfc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1078d04-4f48-4617-b1e0-c36e7b650913, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1078d04-4f48-4617-b1e0-c36e7b650913, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1059586121919531789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789105958612191953178910595861219195317891059586121919531789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3e6e10-fc9b-4810-b1a2-92036629b541, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b96318-b660-4a69-8384-ec4ca9bbb994, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b96318-b660-4a69-8384-ec4ca9bbb994, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11184245808373609038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038111842458083736090381118424580837360903811184245808373609038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1078d04-4f48-4617-b1e0-c36e7b650913, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d44c498-65af-4b6b-8931-ab5e8248eb1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d44c498-65af-4b6b-8931-ab5e8248eb1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14763498912940914992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992147634989129409149921476349891294091499214763498912940914992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d44c498-65af-4b6b-8931-ab5e8248eb1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80d24552-a8f9-476b-94a4-54d5950fac9b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b96318-b660-4a69-8384-ec4ca9bbb994, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d24552-a8f9-476b-94a4-54d5950fac9b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9306720573417326699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699930672057341732669993067205734173266999306720573417326699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76ef1ad7-2796-406f-8015-8c5ac15b82e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76ef1ad7-2796-406f-8015-8c5ac15b82e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13138773059163470030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030131387730591634700301313877305916347003013138773059163470030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d24552-a8f9-476b-94a4-54d5950fac9b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c840f80-3678-4dd2-9691-961afeb4460e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c840f80-3678-4dd2-9691-961afeb4460e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17130643332893286821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821171306433328932868211713064333289328682117130643332893286821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76ef1ad7-2796-406f-8015-8c5ac15b82e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0132283e-ea79-4def-a86e-7bb778192aec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0132283e-ea79-4def-a86e-7bb778192aec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9980419798491679446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446998041979849167944699804197984916794469980419798491679446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c840f80-3678-4dd2-9691-961afeb4460e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97185adf-26c9-4bfa-b448-a6d422e24cde, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97185adf-26c9-4bfa-b448-a6d422e24cde, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7177412717201475530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530717741271720147553071774127172014755307177412717201475530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0132283e-ea79-4def-a86e-7bb778192aec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb279a3f-7a35-4e75-901d-9498a75a3839, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb279a3f-7a35-4e75-901d-9498a75a3839, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16901564572806517144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144169015645728065171441690156457280651714416901564572806517144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97185adf-26c9-4bfa-b448-a6d422e24cde, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 643add62-99c7-43e6-a323-e5a581e154b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643add62-99c7-43e6-a323-e5a581e154b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16979376791730055749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749169793767917300557491697937679173005574916979376791730055749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb279a3f-7a35-4e75-901d-9498a75a3839, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecbddad0-16c5-4304-8889-1c2ca4f25f72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecbddad0-16c5-4304-8889-1c2ca4f25f72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3908920464768455373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373390892046476845537339089204647684553733908920464768455373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643add62-99c7-43e6-a323-e5a581e154b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cf14ba8-c469-4df0-89cf-6cd40274e157, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cf14ba8-c469-4df0-89cf-6cd40274e157, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7178219587500249861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861717821958750024986171782195875002498617178219587500249861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecbddad0-16c5-4304-8889-1c2ca4f25f72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0bbf957-1fdb-4356-a861-973bcb3243a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0bbf957-1fdb-4356-a861-973bcb3243a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8844542788650731705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705884454278865073170588445427886507317058844542788650731705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cf14ba8-c469-4df0-89cf-6cd40274e157, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9981c90-3161-476a-b4b6-778d8614d650, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9981c90-3161-476a-b4b6-778d8614d650, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12618043783449773677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677126180437834497736771261804378344977367712618043783449773677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0bbf957-1fdb-4356-a861-973bcb3243a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22a17b55-5861-4b7a-8476-2307ad50607c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22a17b55-5861-4b7a-8476-2307ad50607c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 881743567980666421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421881743567980666421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9981c90-3161-476a-b4b6-778d8614d650, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72cb4096-47c8-4501-9572-a8868dd0b57d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72cb4096-47c8-4501-9572-a8868dd0b57d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1021304883150068370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370102130488315006837010213048831500683701021304883150068370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22a17b55-5861-4b7a-8476-2307ad50607c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aee67b86-c396-4601-b7af-05cb56dc7c2d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aee67b86-c396-4601-b7af-05cb56dc7c2d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7558748486009841703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703755874848600984170375587484860098417037558748486009841703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72cb4096-47c8-4501-9572-a8868dd0b57d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a16a44-74d4-4f17-879b-f4aeb887db45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a16a44-74d4-4f17-879b-f4aeb887db45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5106422175678265633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633510642217567826563351064221756782656335106422175678265633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aee67b86-c396-4601-b7af-05cb56dc7c2d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 668201e3-3872-43a8-a550-93cb990b022d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668201e3-3872-43a8-a550-93cb990b022d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18000441410285323109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109180004414102853231091800044141028532310918000441410285323109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a16a44-74d4-4f17-879b-f4aeb887db45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75588945-7f8e-47f7-a9dd-841cbd189ae3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75588945-7f8e-47f7-a9dd-841cbd189ae3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6137764831772164683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683613776483177216468361377648317721646836137764831772164683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668201e3-3872-43a8-a550-93cb990b022d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 239534af-3cb9-49db-982f-a53cbdb2e7d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 239534af-3cb9-49db-982f-a53cbdb2e7d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10490646250871638213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213104906462508716382131049064625087163821310490646250871638213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75588945-7f8e-47f7-a9dd-841cbd189ae3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 552e59ed-8269-49d2-8fd5-c28141db5f0e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 552e59ed-8269-49d2-8fd5-c28141db5f0e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3233490520722669392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392323349052072266939232334905207226693923233490520722669392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 239534af-3cb9-49db-982f-a53cbdb2e7d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05cc9701-9e9a-43fd-803a-47c3631d0b95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05cc9701-9e9a-43fd-803a-47c3631d0b95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18118213320211768888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888181182133202117688881811821332021176888818118213320211768888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 552e59ed-8269-49d2-8fd5-c28141db5f0e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5107ac42-1afb-4ee4-b756-b6ece75a5dc9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5107ac42-1afb-4ee4-b756-b6ece75a5dc9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6701241695857981000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000670124169585798100067012416958579810006701241695857981000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05cc9701-9e9a-43fd-803a-47c3631d0b95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 120618db-10f0-475e-99ed-05770e4bdacf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120618db-10f0-475e-99ed-05770e4bdacf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10859575087229303580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580108595750872293035801085957508722930358010859575087229303580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5107ac42-1afb-4ee4-b756-b6ece75a5dc9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6df9da19-610b-4a1d-87fb-447e57b24830, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df9da19-610b-4a1d-87fb-447e57b24830, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17062617529691176912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912170626175296911769121706261752969117691217062617529691176912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120618db-10f0-475e-99ed-05770e4bdacf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85477a0b-25da-4261-992f-4673746c7495, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85477a0b-25da-4261-992f-4673746c7495, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15836686071142423131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131158366860711424231311583668607114242313115836686071142423131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df9da19-610b-4a1d-87fb-447e57b24830, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cdd3846-ae9a-48f7-8116-d161932f73bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdd3846-ae9a-48f7-8116-d161932f73bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1345154767237843268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268134515476723784326813451547672378432681345154767237843268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdd3846-ae9a-48f7-8116-d161932f73bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee425871-9703-48e2-93cf-5225a30cb29f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee425871-9703-48e2-93cf-5225a30cb29f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11840141717708999683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683118401417177089996831184014171770899968311840141717708999683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85477a0b-25da-4261-992f-4673746c7495, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8393dde5-9a0c-4a46-b587-d9c90df2e469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8393dde5-9a0c-4a46-b587-d9c90df2e469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5977109965170801837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837597710996517080183759771099651708018375977109965170801837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee425871-9703-48e2-93cf-5225a30cb29f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f7c419b-16fb-45b3-bc3e-b61b462cc4c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7c419b-16fb-45b3-bc3e-b61b462cc4c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15954172449719501078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078159541724497195010781595417244971950107815954172449719501078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8393dde5-9a0c-4a46-b587-d9c90df2e469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a95a13-ffc4-456d-973a-695696209681, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a95a13-ffc4-456d-973a-695696209681, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15586048744559432439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439155860487445594324391558604874455943243915586048744559432439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7c419b-16fb-45b3-bc3e-b61b462cc4c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a4c0c01-7e21-49df-87cc-42634ce0b561, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a4c0c01-7e21-49df-87cc-42634ce0b561, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 338880941386847861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861338880941386847861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a95a13-ffc4-456d-973a-695696209681, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8adfd33c-0593-4a9e-a243-119cb04061a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8adfd33c-0593-4a9e-a243-119cb04061a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1705229415482729116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116170522941548272911617052294154827291161705229415482729116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a4c0c01-7e21-49df-87cc-42634ce0b561, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eeac93f-6802-4b87-9eda-fd6b09b8b412, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eeac93f-6802-4b87-9eda-fd6b09b8b412, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13080859815313774453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453130808598153137744531308085981531377445313080859815313774453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8adfd33c-0593-4a9e-a243-119cb04061a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84e6706f-ceb4-4ef0-bbd0-0d3e3ef8f1b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e6706f-ceb4-4ef0-bbd0-0d3e3ef8f1b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10209530626215096035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035102095306262150960351020953062621509603510209530626215096035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eeac93f-6802-4b87-9eda-fd6b09b8b412, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96b303d1-cd95-4852-b23b-116cee06acb4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b303d1-cd95-4852-b23b-116cee06acb4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14303855946184695994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994143038559461846959941430385594618469599414303855946184695994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e6706f-ceb4-4ef0-bbd0-0d3e3ef8f1b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a2384b7-8862-4c63-ac53-b869eea3b4c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2384b7-8862-4c63-ac53-b869eea3b4c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5728174458663900199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199572817445866390019957281744586639001995728174458663900199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b303d1-cd95-4852-b23b-116cee06acb4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2384b7-8862-4c63-ac53-b869eea3b4c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b70e1510-08fc-4551-9184-987883ae14ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b70e1510-08fc-4551-9184-987883ae14ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11390875685849455749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749113908756858494557491139087568584945574911390875685849455749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab366b86-1872-4709-a12c-cace0d4fadaa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab366b86-1872-4709-a12c-cace0d4fadaa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12899189379304011258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258128991893793040112581289918937930401125812899189379304011258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b70e1510-08fc-4551-9184-987883ae14ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 792cd4fc-98a1-483c-b750-7d54701ed50e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792cd4fc-98a1-483c-b750-7d54701ed50e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5249021624063554147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147524902162406355414752490216240635541475249021624063554147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab366b86-1872-4709-a12c-cace0d4fadaa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8327c78b-0f06-44ff-99c9-0da3a7970a33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8327c78b-0f06-44ff-99c9-0da3a7970a33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18156968510172620450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450181569685101726204501815696851017262045018156968510172620450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792cd4fc-98a1-483c-b750-7d54701ed50e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45f20ad5-4fd9-48b2-b40d-90b7c2b983e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45f20ad5-4fd9-48b2-b40d-90b7c2b983e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16484271099717237110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110164842710997172371101648427109971723711016484271099717237110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8327c78b-0f06-44ff-99c9-0da3a7970a33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 553c0a35-dd8b-4498-80de-6d9bc036dadc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 553c0a35-dd8b-4498-80de-6d9bc036dadc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17976981278150789666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666179769812781507896661797698127815078966617976981278150789666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45f20ad5-4fd9-48b2-b40d-90b7c2b983e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ffaad01-c917-4f65-9d43-428856ff52c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ffaad01-c917-4f65-9d43-428856ff52c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7424684134243131295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295742468413424313129574246841342431312957424684134243131295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 553c0a35-dd8b-4498-80de-6d9bc036dadc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f9dda41-d1d8-4f4a-9a56-3d78a008c542, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f9dda41-d1d8-4f4a-9a56-3d78a008c542, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2809075714381577400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400280907571438157740028090757143815774002809075714381577400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ffaad01-c917-4f65-9d43-428856ff52c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16399f2e-d16a-4c05-825f-931e4a446501, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16399f2e-d16a-4c05-825f-931e4a446501, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10684944352559955413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413106849443525599554131068494435255995541310684944352559955413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f9dda41-d1d8-4f4a-9a56-3d78a008c542, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb475c92-1623-4203-93d8-38ab47e9229a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb475c92-1623-4203-93d8-38ab47e9229a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8706131921973743428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428870613192197374342887061319219737434288706131921973743428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16399f2e-d16a-4c05-825f-931e4a446501, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9c92cc5-8256-4e1b-9955-e25c219d5563, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c92cc5-8256-4e1b-9955-e25c219d5563, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16833178207440896703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703168331782074408967031683317820744089670316833178207440896703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb475c92-1623-4203-93d8-38ab47e9229a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35c40daf-04e4-4d25-8011-775f9169cd0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35c40daf-04e4-4d25-8011-775f9169cd0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8982117721526722209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209898211772152672220989821177215267222098982117721526722209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c92cc5-8256-4e1b-9955-e25c219d5563, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c6d18be-a290-46d2-8050-f543e7a42450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c6d18be-a290-46d2-8050-f543e7a42450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2489176066607917902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902248917606660791790224891760666079179022489176066607917902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35c40daf-04e4-4d25-8011-775f9169cd0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72d8a1c9-7b20-4fcc-8ab4-f7a6aad8cfe1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c6d18be-a290-46d2-8050-f543e7a42450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d8a1c9-7b20-4fcc-8ab4-f7a6aad8cfe1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14537675669522284211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211145376756695222842111453767566952228421114537675669522284211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d133c0-32ec-455e-8a69-93c81f4769ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d133c0-32ec-455e-8a69-93c81f4769ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 894489562835908799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799894489562835908799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d8a1c9-7b20-4fcc-8ab4-f7a6aad8cfe1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72fc984d-a87f-483b-a5c0-4e87c7b95f6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72fc984d-a87f-483b-a5c0-4e87c7b95f6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2363169395363825332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332236316939536382533223631693953638253322363169395363825332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d133c0-32ec-455e-8a69-93c81f4769ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57ef64f-1b0e-4cef-bb2c-c16ea6bd9a49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57ef64f-1b0e-4cef-bb2c-c16ea6bd9a49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 194683360817591392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392194683360817591392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72fc984d-a87f-483b-a5c0-4e87c7b95f6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d836a724-dbab-4d65-87c9-2dd464ddf84b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d836a724-dbab-4d65-87c9-2dd464ddf84b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18315211334374123330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330183152113343741233301831521133437412333018315211334374123330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57ef64f-1b0e-4cef-bb2c-c16ea6bd9a49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d836a724-dbab-4d65-87c9-2dd464ddf84b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 830ad037-0604-449b-8a8d-5eea4fcf0469, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0e27bbc-6a08-4403-bd2f-6fd4cf0d79ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830ad037-0604-449b-8a8d-5eea4fcf0469, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8859236628530985627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627885923662853098562788592366285309856278859236628530985627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0e27bbc-6a08-4403-bd2f-6fd4cf0d79ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11316836660786503655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655113168366607865036551131683666078650365511316836660786503655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830ad037-0604-449b-8a8d-5eea4fcf0469, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0e27bbc-6a08-4403-bd2f-6fd4cf0d79ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b19fd15a-deec-4aec-a10c-1eeff67efba9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19fd15a-deec-4aec-a10c-1eeff67efba9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16184540460097732172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172161845404600977321721618454046009773217216184540460097732172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9541679c-0770-4641-bbaf-1a5570ee73eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9541679c-0770-4641-bbaf-1a5570ee73eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12457554784568344753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753124575547845683447531245755478456834475312457554784568344753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9541679c-0770-4641-bbaf-1a5570ee73eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19fd15a-deec-4aec-a10c-1eeff67efba9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07383f66-6be3-4e39-a3e4-3bd415905986, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07383f66-6be3-4e39-a3e4-3bd415905986, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4968135608287228283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283496813560828722828349681356082872282834968135608287228283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b7436dd-e7cd-456b-b148-dad613072f84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b7436dd-e7cd-456b-b148-dad613072f84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 391679554815778248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248391679554815778248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07383f66-6be3-4e39-a3e4-3bd415905986, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b7436dd-e7cd-456b-b148-dad613072f84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59630a6c-5852-4916-a6e7-4560aa35eb27, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59630a6c-5852-4916-a6e7-4560aa35eb27, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8985802735005347711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711898580273500534771189858027350053477118985802735005347711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8c091e5-0f62-437f-a524-60887e5fa5e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59630a6c-5852-4916-a6e7-4560aa35eb27, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62a812cc-2d44-49f6-aca4-5fccbd2be079, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c091e5-0f62-437f-a524-60887e5fa5e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5263291756916030089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089526329175691603008952632917569160300895263291756916030089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a812cc-2d44-49f6-aca4-5fccbd2be079, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 534919528122415212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212534919528122415212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c091e5-0f62-437f-a524-60887e5fa5e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a812cc-2d44-49f6-aca4-5fccbd2be079, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c8703e-e00b-48b0-bc37-d0936f11a9ad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3d2440d-5e21-4ded-92b5-1bcf725d5c5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c8703e-e00b-48b0-bc37-d0936f11a9ad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1015869359173066466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466101586935917306646610158693591730664661015869359173066466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d2440d-5e21-4ded-92b5-1bcf725d5c5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7296383568873421652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652729638356887342165272963835688734216527296383568873421652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c8703e-e00b-48b0-bc37-d0936f11a9ad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38ccbb67-7de4-4b57-9ea8-cb4d11f834ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ccbb67-7de4-4b57-9ea8-cb4d11f834ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14985038742851906770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770149850387428519067701498503874285190677014985038742851906770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d2440d-5e21-4ded-92b5-1bcf725d5c5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf6ebfea-8d1c-400c-8c81-0fa4ee9d4bcc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf6ebfea-8d1c-400c-8c81-0fa4ee9d4bcc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10026705003227730932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932100267050032277309321002670500322773093210026705003227730932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ccbb67-7de4-4b57-9ea8-cb4d11f834ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b3d49b4-5bb5-473b-bdbc-2f51f587ee84, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b3d49b4-5bb5-473b-bdbc-2f51f587ee84, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14464480830720066209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209144644808307200662091446448083072006620914464480830720066209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf6ebfea-8d1c-400c-8c81-0fa4ee9d4bcc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b3d49b4-5bb5-473b-bdbc-2f51f587ee84, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0d9843a-141b-43b0-9ffb-f42a07b694f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0d9843a-141b-43b0-9ffb-f42a07b694f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15334978818201953223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223153349788182019532231533497881820195322315334978818201953223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbb0848c-31ae-42b4-b024-d629de0ceebe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbb0848c-31ae-42b4-b024-d629de0ceebe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9917046477574503504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504991704647757450350499170464775745035049917046477574503504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0d9843a-141b-43b0-9ffb-f42a07b694f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbb0848c-31ae-42b4-b024-d629de0ceebe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f87487a7-2b84-47cf-881f-93536acc04bf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87487a7-2b84-47cf-881f-93536acc04bf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11022987572470300675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675110229875724703006751102298757247030067511022987572470300675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f99c558f-2ab1-438d-ab95-1ed1f1bc39f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f99c558f-2ab1-438d-ab95-1ed1f1bc39f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14258097194558675818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818142580971945586758181425809719455867581814258097194558675818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87487a7-2b84-47cf-881f-93536acc04bf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1104c78-8f97-430a-af42-59184d8902ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1104c78-8f97-430a-af42-59184d8902ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12048315281309973272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272120483152813099732721204831528130997327212048315281309973272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f99c558f-2ab1-438d-ab95-1ed1f1bc39f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b234e1-013f-4372-8d16-96224c71cc34, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b234e1-013f-4372-8d16-96224c71cc34, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17996003827276031312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312179960038272760313121799600382727603131217996003827276031312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1104c78-8f97-430a-af42-59184d8902ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ce288a-afe5-4091-a7fc-da36631c28d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ce288a-afe5-4091-a7fc-da36631c28d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10323463214042412656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656103234632140424126561032346321404241265610323463214042412656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b234e1-013f-4372-8d16-96224c71cc34, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d9a5839-3da0-4dfd-bda5-41774af91c95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d9a5839-3da0-4dfd-bda5-41774af91c95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565930867263342992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992145659308672633429921456593086726334299214565930867263342992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ce288a-afe5-4091-a7fc-da36631c28d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d590c578-9574-4d64-affc-da6b556a0b8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d590c578-9574-4d64-affc-da6b556a0b8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14838188484397745042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042148381884843977450421483818848439774504214838188484397745042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d9a5839-3da0-4dfd-bda5-41774af91c95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fde0284-1657-49cc-823b-be06ee187b72, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fde0284-1657-49cc-823b-be06ee187b72, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15897690058311430330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330158976900583114303301589769005831143033015897690058311430330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d590c578-9574-4d64-affc-da6b556a0b8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 163b79d6-f8c3-4500-a2ef-77d22818d7b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 163b79d6-f8c3-4500-a2ef-77d22818d7b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9253620593091141544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544925362059309114154492536205930911415449253620593091141544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fde0284-1657-49cc-823b-be06ee187b72, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 110c34aa-e701-4dde-a153-8268a5381594, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 110c34aa-e701-4dde-a153-8268a5381594, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9333630473276220117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117933363047327622011793336304732762201179333630473276220117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 163b79d6-f8c3-4500-a2ef-77d22818d7b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d953e67b-ef0a-4ed8-b181-2f37fc7f5214, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d953e67b-ef0a-4ed8-b181-2f37fc7f5214, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8960004465825320360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360896000446582532036089600044658253203608960004465825320360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 110c34aa-e701-4dde-a153-8268a5381594, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17cecdb5-6373-4709-ac6d-c085514a01a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17cecdb5-6373-4709-ac6d-c085514a01a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1908544850514367352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352190854485051436735219085448505143673521908544850514367352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d953e67b-ef0a-4ed8-b181-2f37fc7f5214, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 021c3962-91ff-4676-831c-58a40c151f1d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021c3962-91ff-4676-831c-58a40c151f1d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4027832128385752819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819402783212838575281940278321283857528194027832128385752819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17cecdb5-6373-4709-ac6d-c085514a01a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3099e979-803f-487c-9da4-86a8c6012e79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3099e979-803f-487c-9da4-86a8c6012e79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10468117065667553217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217104681170656675532171046811706566755321710468117065667553217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021c3962-91ff-4676-831c-58a40c151f1d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f8fc93-472b-4d25-a6e4-02dc0637b8a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f8fc93-472b-4d25-a6e4-02dc0637b8a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10328044621906133456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456103280446219061334561032804462190613345610328044621906133456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3099e979-803f-487c-9da4-86a8c6012e79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93899a82-cc80-4dbc-97cb-856f063c5adf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93899a82-cc80-4dbc-97cb-856f063c5adf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5408857947179862964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964540885794717986296454088579471798629645408857947179862964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f8fc93-472b-4d25-a6e4-02dc0637b8a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a2e7f29-a49a-4f60-8298-c9f94125c4e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2e7f29-a49a-4f60-8298-c9f94125c4e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13012167407967153870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870130121674079671538701301216740796715387013012167407967153870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93899a82-cc80-4dbc-97cb-856f063c5adf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afcfe0f4-f7e8-4d1b-b8b3-6699cf1dc65b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afcfe0f4-f7e8-4d1b-b8b3-6699cf1dc65b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3086504832257891839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839308650483225789183930865048322578918393086504832257891839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2e7f29-a49a-4f60-8298-c9f94125c4e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ef041c2-dab4-4179-8077-74f91f5c42ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef041c2-dab4-4179-8077-74f91f5c42ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9391526307760859966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966939152630776085996693915263077608599669391526307760859966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afcfe0f4-f7e8-4d1b-b8b3-6699cf1dc65b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b55174d7-346c-4f9c-849a-42b4893cd6b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b55174d7-346c-4f9c-849a-42b4893cd6b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7807668718427406319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319780766871842740631978076687184274063197807668718427406319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef041c2-dab4-4179-8077-74f91f5c42ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fa93ec3-b2e9-4c8a-8c16-3cda6d106d82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa93ec3-b2e9-4c8a-8c16-3cda6d106d82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17112518439566513058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058171125184395665130581711251843956651305817112518439566513058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b55174d7-346c-4f9c-849a-42b4893cd6b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeaae687-f82f-4b30-84bb-f5c3569c2acd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeaae687-f82f-4b30-84bb-f5c3569c2acd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9315222468031453618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618931522246803145361893152224680314536189315222468031453618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa93ec3-b2e9-4c8a-8c16-3cda6d106d82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffd83543-2c68-46b8-ac24-f49460ca7f80, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd83543-2c68-46b8-ac24-f49460ca7f80, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10163956154738246435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435101639561547382464351016395615473824643510163956154738246435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeaae687-f82f-4b30-84bb-f5c3569c2acd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97b75122-ec81-45fe-89f7-9385e1120b11, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b75122-ec81-45fe-89f7-9385e1120b11, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12601037584492670191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191126010375844926701911260103758449267019112601037584492670191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b75122-ec81-45fe-89f7-9385e1120b11, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6d4d763-4386-4881-8d8e-b0f26757200a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6d4d763-4386-4881-8d8e-b0f26757200a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5420503601412392652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652542050360141239265254205036014123926525420503601412392652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd83543-2c68-46b8-ac24-f49460ca7f80, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35cc455d-f749-4865-b555-2aa41dd082eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6d4d763-4386-4881-8d8e-b0f26757200a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35cc455d-f749-4865-b555-2aa41dd082eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1869358470572749079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079186935847057274907918693584705727490791869358470572749079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07aab486-ecd6-41d1-bfa9-924bff38b7fb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07aab486-ecd6-41d1-bfa9-924bff38b7fb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18425851330074151323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323184258513300741513231842585133007415132318425851330074151323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35cc455d-f749-4865-b555-2aa41dd082eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be00c64f-44fc-445d-b48d-fa76cfe0e49d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be00c64f-44fc-445d-b48d-fa76cfe0e49d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6044542057757605821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821604454205775760582160445420577576058216044542057757605821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07aab486-ecd6-41d1-bfa9-924bff38b7fb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37295056-ae6e-4ec1-a60e-4bbc668a65ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37295056-ae6e-4ec1-a60e-4bbc668a65ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17549756375954899758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758175497563759548997581754975637595489975817549756375954899758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be00c64f-44fc-445d-b48d-fa76cfe0e49d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f51f9264-ea00-4fc3-98b0-25471e99b134, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37295056-ae6e-4ec1-a60e-4bbc668a65ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f51f9264-ea00-4fc3-98b0-25471e99b134, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2874751657064533155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155287475165706453315528747516570645331552874751657064533155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf9b7d55-5579-4abc-8041-0c73bff13d14, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf9b7d55-5579-4abc-8041-0c73bff13d14, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7183248252217672715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715718324825221767271571832482522176727157183248252217672715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f51f9264-ea00-4fc3-98b0-25471e99b134, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaffce4a-3707-4628-862e-40130c008c4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaffce4a-3707-4628-862e-40130c008c4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893689117908743769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769489368911790874376948936891179087437694893689117908743769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf9b7d55-5579-4abc-8041-0c73bff13d14, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6462e846-37e2-422d-9be6-8560191f5ca3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6462e846-37e2-422d-9be6-8560191f5ca3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7613363803066475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76133638030664757613363803066475761336380306647576133638030664757613363803066475761336380306647576133638030664757613363803066475761336380306647576133638030664757613363803066475761336380306647576133638030664757613363803066475761336380306647576133638030664757613363803066475761336380306647576133638030664757613363803066475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaffce4a-3707-4628-862e-40130c008c4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c17013d3-65bb-4929-98a4-1c4576931042, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17013d3-65bb-4929-98a4-1c4576931042, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428928088194593376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376542892808819459337654289280881945933765428928088194593376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6462e846-37e2-422d-9be6-8560191f5ca3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 091bedfd-ab69-4f2d-87f9-a5d1544dd35b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 091bedfd-ab69-4f2d-87f9-a5d1544dd35b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12110448969591636156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156121104489695916361561211044896959163615612110448969591636156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17013d3-65bb-4929-98a4-1c4576931042, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 274e8121-cd9b-4b99-9fa9-d090792d8764, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274e8121-cd9b-4b99-9fa9-d090792d8764, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16965189348966851398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398169651893489668513981696518934896685139816965189348966851398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 091bedfd-ab69-4f2d-87f9-a5d1544dd35b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243b4c18-37a8-42a9-9f5b-fc50c45add94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243b4c18-37a8-42a9-9f5b-fc50c45add94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7492070065187122817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817749207006518712281774920700651871228177492070065187122817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274e8121-cd9b-4b99-9fa9-d090792d8764, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3edc455-182b-4184-8044-f29a6c25c0a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3edc455-182b-4184-8044-f29a6c25c0a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 613890052086972418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418613890052086972418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243b4c18-37a8-42a9-9f5b-fc50c45add94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47558585-678d-4960-ba2e-1712e8208262, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47558585-678d-4960-ba2e-1712e8208262, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11672888748467549197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197116728887484675491971167288874846754919711672888748467549197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3edc455-182b-4184-8044-f29a6c25c0a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a538c346-674b-470e-9749-5244bfcd75f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47558585-678d-4960-ba2e-1712e8208262, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e65209f2-6314-4e80-b95e-a8cf7de765e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a538c346-674b-470e-9749-5244bfcd75f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14753201021161629146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146147532010211616291461475320102116162914614753201021161629146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65209f2-6314-4e80-b95e-a8cf7de765e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9185780724747360782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782918578072474736078291857807247473607829185780724747360782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a538c346-674b-470e-9749-5244bfcd75f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aaa2f57-b644-4385-8e27-7d80cf36fa38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65209f2-6314-4e80-b95e-a8cf7de765e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09871da8-4455-4208-ab09-a29811fe13be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09871da8-4455-4208-ab09-a29811fe13be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3723101013078767474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474372310101307876747437231010130787674743723101013078767474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aaa2f57-b644-4385-8e27-7d80cf36fa38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4529087935694698433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433452908793569469843345290879356946984334529087935694698433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aaa2f57-b644-4385-8e27-7d80cf36fa38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58725519-d67f-481e-bf5f-81e7d589049f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58725519-d67f-481e-bf5f-81e7d589049f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2037975900708593984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984203797590070859398420379759007085939842037975900708593984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09871da8-4455-4208-ab09-a29811fe13be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66a3fc49-3c0f-4f22-b557-e21f70db006b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66a3fc49-3c0f-4f22-b557-e21f70db006b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18327149365435221698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698183271493654352216981832714936543522169818327149365435221698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58725519-d67f-481e-bf5f-81e7d589049f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34f99cf1-8c86-4d91-a8b6-679773dc36de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34f99cf1-8c86-4d91-a8b6-679773dc36de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15780938919632553773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773157809389196325537731578093891963255377315780938919632553773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66a3fc49-3c0f-4f22-b557-e21f70db006b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 529fb64f-4843-4bc4-a7f4-527923075981, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529fb64f-4843-4bc4-a7f4-527923075981, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11300801471950902809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809113008014719509028091130080147195090280911300801471950902809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34f99cf1-8c86-4d91-a8b6-679773dc36de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7f9265d-73f4-437c-a88a-6a83ac0f78e8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7f9265d-73f4-437c-a88a-6a83ac0f78e8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7391550827174525648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648739155082717452564873915508271745256487391550827174525648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529fb64f-4843-4bc4-a7f4-527923075981, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4f3341d-1e3e-4880-a7d8-88310250a8ee, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f3341d-1e3e-4880-a7d8-88310250a8ee, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4774976701462877409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409477497670146287740947749767014628774094774976701462877409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7f9265d-73f4-437c-a88a-6a83ac0f78e8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bd315b2-0d23-47ff-bcd4-42c753a28649, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f3341d-1e3e-4880-a7d8-88310250a8ee, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ffa1167-8a64-4774-a0ad-3d6bb0e05276, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffa1167-8a64-4774-a0ad-3d6bb0e05276, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10307609042400310541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541103076090424003105411030760904240031054110307609042400310541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd315b2-0d23-47ff-bcd4-42c753a28649, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15593130479882330290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290155931304798823302901559313047988233029015593130479882330290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffa1167-8a64-4774-a0ad-3d6bb0e05276, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afaadf77-ad81-4474-be72-7ae3c1681580, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afaadf77-ad81-4474-be72-7ae3c1681580, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8986380673037267505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505898638067303726750589863806730372675058986380673037267505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd315b2-0d23-47ff-bcd4-42c753a28649, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afaadf77-ad81-4474-be72-7ae3c1681580, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9d4761-7e15-43a9-a4f5-09a50904e4a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9d4761-7e15-43a9-a4f5-09a50904e4a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1403085741391581546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546140308574139158154614030857413915815461403085741391581546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac1bd0a-7e5c-4cd4-933d-a2b5fcc20024, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac1bd0a-7e5c-4cd4-933d-a2b5fcc20024, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4672555398141389013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013467255539814138901346725553981413890134672555398141389013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9d4761-7e15-43a9-a4f5-09a50904e4a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac1bd0a-7e5c-4cd4-933d-a2b5fcc20024, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 529826f3-df1a-4801-89b3-5de3b310d792, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529826f3-df1a-4801-89b3-5de3b310d792, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9261669181489026252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252926166918148902625292616691814890262529261669181489026252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bb2c70-fcad-4402-9cf5-200204a7d132, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bb2c70-fcad-4402-9cf5-200204a7d132, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 314327428997248153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153314327428997248153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529826f3-df1a-4801-89b3-5de3b310d792, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17b1f41b-c920-4106-bfa3-10eb0bcb3945, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17b1f41b-c920-4106-bfa3-10eb0bcb3945, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4435431541469235533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533443543154146923553344354315414692355334435431541469235533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bb2c70-fcad-4402-9cf5-200204a7d132, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fd04fbc-a7c5-467b-aac1-16d4d294968a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd04fbc-a7c5-467b-aac1-16d4d294968a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10011204985231390358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358100112049852313903581001120498523139035810011204985231390358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17b1f41b-c920-4106-bfa3-10eb0bcb3945, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 767235f8-3ffd-4ca9-ad1c-34126d3d1491, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767235f8-3ffd-4ca9-ad1c-34126d3d1491, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9623779654532176121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121962377965453217612196237796545321761219623779654532176121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd04fbc-a7c5-467b-aac1-16d4d294968a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7230fa3a-9611-4697-b271-b2f966b0f62c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7230fa3a-9611-4697-b271-b2f966b0f62c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3884053223739878528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528388405322373987852838840532237398785283884053223739878528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767235f8-3ffd-4ca9-ad1c-34126d3d1491, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6843b957-b09f-49de-a578-8216a19658e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6843b957-b09f-49de-a578-8216a19658e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1992888855469267203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203199288885546926720319928888554692672031992888855469267203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7230fa3a-9611-4697-b271-b2f966b0f62c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e98d8df-b262-4cfa-93c6-d0fbee13bfd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e98d8df-b262-4cfa-93c6-d0fbee13bfd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18067237848845684554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554180672378488456845541806723784884568455418067237848845684554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6843b957-b09f-49de-a578-8216a19658e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6badbd8-b9e1-4ef6-9acc-25a84a0fcfec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6badbd8-b9e1-4ef6-9acc-25a84a0fcfec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6381658240742016064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064638165824074201606463816582407420160646381658240742016064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e98d8df-b262-4cfa-93c6-d0fbee13bfd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3a0f2bd-7eab-46f1-bc6b-8c16016d4815, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3a0f2bd-7eab-46f1-bc6b-8c16016d4815, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4427099707202104220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220442709970720210422044270997072021042204427099707202104220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6badbd8-b9e1-4ef6-9acc-25a84a0fcfec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd5c24fe-4780-4236-8f6b-832baf259482, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5c24fe-4780-4236-8f6b-832baf259482, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8057913855733833263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263805791385573383326380579138557338332638057913855733833263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3a0f2bd-7eab-46f1-bc6b-8c16016d4815, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6419a32-6b7b-4e9c-bfe2-8c4e147e68da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6419a32-6b7b-4e9c-bfe2-8c4e147e68da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16096405320042831209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209160964053200428312091609640532004283120916096405320042831209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5c24fe-4780-4236-8f6b-832baf259482, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f5a6341-1c69-4fa0-ae3f-1e7b76f58ca6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f5a6341-1c69-4fa0-ae3f-1e7b76f58ca6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17044150119962033916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916170441501199620339161704415011996203391617044150119962033916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6419a32-6b7b-4e9c-bfe2-8c4e147e68da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b20d4f06-f440-41fc-8e9c-3ca1e4dfec4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20d4f06-f440-41fc-8e9c-3ca1e4dfec4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 677616429570738492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492677616429570738492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f5a6341-1c69-4fa0-ae3f-1e7b76f58ca6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20d4f06-f440-41fc-8e9c-3ca1e4dfec4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1bc901a-242c-41fa-9478-92fe3db63e43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1bc901a-242c-41fa-9478-92fe3db63e43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16632020725147665957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957166320207251476659571663202072514766595716632020725147665957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3cf8801-d23a-4707-a238-c27979d5e64c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3cf8801-d23a-4707-a238-c27979d5e64c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11314671921128016022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022113146719211280160221131467192112801602211314671921128016022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1bc901a-242c-41fa-9478-92fe3db63e43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc085938-c381-4496-b4bc-7130ed3f3015, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc085938-c381-4496-b4bc-7130ed3f3015, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17691841547403113475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475176918415474031134751769184154740311347517691841547403113475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3cf8801-d23a-4707-a238-c27979d5e64c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe6b7838-da51-490d-a2a3-ca6e723a3cfe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe6b7838-da51-490d-a2a3-ca6e723a3cfe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16433691371216340365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365164336913712163403651643369137121634036516433691371216340365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc085938-c381-4496-b4bc-7130ed3f3015, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004eb2aa-13b8-4afa-9a60-27ed557ce982, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004eb2aa-13b8-4afa-9a60-27ed557ce982, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9407349801333409257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257940734980133340925794073498013334092579407349801333409257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe6b7838-da51-490d-a2a3-ca6e723a3cfe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80bd7f9e-d611-4a88-bb69-9dbca38f3b90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80bd7f9e-d611-4a88-bb69-9dbca38f3b90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12932556292123572212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212129325562921235722121293255629212357221212932556292123572212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004eb2aa-13b8-4afa-9a60-27ed557ce982, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56f87991-8acf-4b27-b5c4-aa73edf439f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56f87991-8acf-4b27-b5c4-aa73edf439f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9678048671611145913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913967804867161114591396780486716111459139678048671611145913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80bd7f9e-d611-4a88-bb69-9dbca38f3b90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21eb142c-b101-4210-8244-4eba9da7bc92, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21eb142c-b101-4210-8244-4eba9da7bc92, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8610987601014799446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446861098760101479944686109876010147994468610987601014799446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56f87991-8acf-4b27-b5c4-aa73edf439f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 676852d3-f48f-456a-ae20-974817495a46, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 676852d3-f48f-456a-ae20-974817495a46, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3543998287904906898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898354399828790490689835439982879049068983543998287904906898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21eb142c-b101-4210-8244-4eba9da7bc92, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab16ccc3-cdc7-423f-93a5-765e76d500d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab16ccc3-cdc7-423f-93a5-765e76d500d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13849417884048648353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353138494178840486483531384941788404864835313849417884048648353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 676852d3-f48f-456a-ae20-974817495a46, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158f67da-5c32-4eed-b72c-1c1c7ef726dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158f67da-5c32-4eed-b72c-1c1c7ef726dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3968924873206578272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272396892487320657827239689248732065782723968924873206578272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab16ccc3-cdc7-423f-93a5-765e76d500d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82bcc70a-9bc7-43c6-926f-95442da9985d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158f67da-5c32-4eed-b72c-1c1c7ef726dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da2f62b9-60f0-48b9-a3ac-78f43f0dd374, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da2f62b9-60f0-48b9-a3ac-78f43f0dd374, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11301636456200206517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517113016364562002065171130163645620020651711301636456200206517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bcc70a-9bc7-43c6-926f-95442da9985d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6142121503847121763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763614212150384712176361421215038471217636142121503847121763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bcc70a-9bc7-43c6-926f-95442da9985d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da2f62b9-60f0-48b9-a3ac-78f43f0dd374, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48c5c798-de10-4712-8888-9ee1b82453d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41aec921-1bc3-42a0-8cb3-5dbab13ff995, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41aec921-1bc3-42a0-8cb3-5dbab13ff995, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7594607782066768049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049759460778206676804975946077820667680497594607782066768049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c5c798-de10-4712-8888-9ee1b82453d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 458631358283182601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601458631358283182601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41aec921-1bc3-42a0-8cb3-5dbab13ff995, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4a74e99-7570-4785-8ed2-5f009508af50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a74e99-7570-4785-8ed2-5f009508af50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11717851122940038950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950117178511229400389501171785112294003895011717851122940038950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c5c798-de10-4712-8888-9ee1b82453d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 007a399c-7753-4036-bef2-6b99537a1537, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007a399c-7753-4036-bef2-6b99537a1537, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17191292788444555778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778171912927884445557781719129278844455577817191292788444555778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a74e99-7570-4785-8ed2-5f009508af50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8163c652-2828-4dbc-bc10-d54e70ed7450, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8163c652-2828-4dbc-bc10-d54e70ed7450, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5335439374717934653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653533543937471793465353354393747179346535335439374717934653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007a399c-7753-4036-bef2-6b99537a1537, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a087536-19f7-4281-99eb-83e05947116d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a087536-19f7-4281-99eb-83e05947116d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1174019617457465449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449117401961745746544911740196174574654491174019617457465449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8163c652-2828-4dbc-bc10-d54e70ed7450, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d146740-5d41-47af-ab16-cde5c9fbfede, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d146740-5d41-47af-ab16-cde5c9fbfede, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 621459254470621982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982621459254470621982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a087536-19f7-4281-99eb-83e05947116d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f097d02f-ff81-4678-ab8c-219f08b1fad1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f097d02f-ff81-4678-ab8c-219f08b1fad1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17151173305160155494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494171511733051601554941715117330516015549417151173305160155494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d146740-5d41-47af-ab16-cde5c9fbfede, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb571ee4-ee14-4a19-8e06-47f08bcc9b0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb571ee4-ee14-4a19-8e06-47f08bcc9b0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 678081957925527672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672678081957925527672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f097d02f-ff81-4678-ab8c-219f08b1fad1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bcc80ce-9203-4551-8c51-509e13d0d74e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bcc80ce-9203-4551-8c51-509e13d0d74e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16627760184264396119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119166277601842643961191662776018426439611916627760184264396119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb571ee4-ee14-4a19-8e06-47f08bcc9b0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f96bf5b-7105-4b1f-863d-74a57918892b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f96bf5b-7105-4b1f-863d-74a57918892b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11593766424295681719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719115937664242956817191159376642429568171911593766424295681719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bcc80ce-9203-4551-8c51-509e13d0d74e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f10a96e3-f7e7-4353-ab29-9291eca89769, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f10a96e3-f7e7-4353-ab29-9291eca89769, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1150755398319117461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461115075539831911746111507553983191174611150755398319117461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f96bf5b-7105-4b1f-863d-74a57918892b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c90fe97e-5913-42e5-88e9-b586e5545da4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90fe97e-5913-42e5-88e9-b586e5545da4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2496713801712524754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754249671380171252475424967138017125247542496713801712524754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f10a96e3-f7e7-4353-ab29-9291eca89769, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3868a0-a02c-405f-beee-88baeac84306, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3868a0-a02c-405f-beee-88baeac84306, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14599146787639618054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054145991467876396180541459914678763961805414599146787639618054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90fe97e-5913-42e5-88e9-b586e5545da4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3868a0-a02c-405f-beee-88baeac84306, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80521378-926e-48a7-98f5-75865da98da2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80521378-926e-48a7-98f5-75865da98da2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8097926058601252551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551809792605860125255180979260586012525518097926058601252551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88e46cdd-3ba0-4b46-9199-361749313205, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e46cdd-3ba0-4b46-9199-361749313205, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12662708126784501952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952126627081267845019521266270812678450195212662708126784501952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80521378-926e-48a7-98f5-75865da98da2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d77602c-188c-4968-86da-bfd98bf2f8b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d77602c-188c-4968-86da-bfd98bf2f8b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11116823031904461140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140111168230319044611401111682303190446114011116823031904461140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e46cdd-3ba0-4b46-9199-361749313205, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a9af58a-2617-43a9-af9d-5332493bdf6d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9af58a-2617-43a9-af9d-5332493bdf6d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1907107908961635159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159190710790896163515919071079089616351591907107908961635159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d77602c-188c-4968-86da-bfd98bf2f8b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c94b8c5-0a00-432d-a9f0-4775d02bc4fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c94b8c5-0a00-432d-a9f0-4775d02bc4fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695672977824708618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618969567297782470861896956729778247086189695672977824708618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9af58a-2617-43a9-af9d-5332493bdf6d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34f7c8da-f27a-4b9d-aa13-5579eaa83d98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34f7c8da-f27a-4b9d-aa13-5579eaa83d98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8971954234378346807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807897195423437834680789719542343783468078971954234378346807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c94b8c5-0a00-432d-a9f0-4775d02bc4fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d84f253-a27c-4c1e-9ec2-86eeb4cb2037, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d84f253-a27c-4c1e-9ec2-86eeb4cb2037, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13398949890243474958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958133989498902434749581339894989024347495813398949890243474958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34f7c8da-f27a-4b9d-aa13-5579eaa83d98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c7de6dc-7959-4eb8-b0ae-1338d89cb0f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c7de6dc-7959-4eb8-b0ae-1338d89cb0f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11205267425025901928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928112052674250259019281120526742502590192811205267425025901928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d84f253-a27c-4c1e-9ec2-86eeb4cb2037, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 669e534e-0354-4295-b9dd-02e5429dfe9c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 669e534e-0354-4295-b9dd-02e5429dfe9c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9413875054243498952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952941387505424349895294138750542434989529413875054243498952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c7de6dc-7959-4eb8-b0ae-1338d89cb0f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d15c5002-0628-449b-9dc8-b026ef73d56e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d15c5002-0628-449b-9dc8-b026ef73d56e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435334850687487017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017543533485068748701754353348506874870175435334850687487017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 669e534e-0354-4295-b9dd-02e5429dfe9c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26832195-0c05-41c2-a4d2-97aa6eefb60a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26832195-0c05-41c2-a4d2-97aa6eefb60a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8449987832346149065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065844998783234614906584499878323461490658449987832346149065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d15c5002-0628-449b-9dc8-b026ef73d56e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10dba0cd-59fc-4dd2-8bc4-e033df4971b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10dba0cd-59fc-4dd2-8bc4-e033df4971b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16445802626190018093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093164458026261900180931644580262619001809316445802626190018093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26832195-0c05-41c2-a4d2-97aa6eefb60a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0ae770d-b25f-4ac5-8a02-e3d410e925b0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ae770d-b25f-4ac5-8a02-e3d410e925b0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10278751822878747560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560102787518228787475601027875182287874756010278751822878747560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10dba0cd-59fc-4dd2-8bc4-e033df4971b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea11d58e-a9e4-48c7-aff6-59baf45fc236, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea11d58e-a9e4-48c7-aff6-59baf45fc236, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8005940767968393757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757800594076796839375780059407679683937578005940767968393757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ae770d-b25f-4ac5-8a02-e3d410e925b0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0239933-e5f9-4d36-a734-b278dac7720b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0239933-e5f9-4d36-a734-b278dac7720b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6746066392139248807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807674606639213924880767460663921392488076746066392139248807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea11d58e-a9e4-48c7-aff6-59baf45fc236, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 639247d0-7c30-43d3-b3c4-1a2431ed43fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639247d0-7c30-43d3-b3c4-1a2431ed43fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16486481214177190064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064164864812141771900641648648121417719006416486481214177190064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0239933-e5f9-4d36-a734-b278dac7720b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd3a5f01-8a62-44d5-b7b2-4824800072b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd3a5f01-8a62-44d5-b7b2-4824800072b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15341747853107178007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007153417478531071780071534174785310717800715341747853107178007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639247d0-7c30-43d3-b3c4-1a2431ed43fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5572adcd-b1a4-41b1-9ae7-b2e4832ca0ca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5572adcd-b1a4-41b1-9ae7-b2e4832ca0ca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382989602403899695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695382989602403899695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd3a5f01-8a62-44d5-b7b2-4824800072b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c0d843b-40f7-4f5d-b0ff-2d53107f9e55, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c0d843b-40f7-4f5d-b0ff-2d53107f9e55, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 802737619920153746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746802737619920153746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5572adcd-b1a4-41b1-9ae7-b2e4832ca0ca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c9c4ff7-9578-4c3c-9ad4-12c713091fd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c9c4ff7-9578-4c3c-9ad4-12c713091fd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13943401727711262804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804139434017277112628041394340172771126280413943401727711262804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c0d843b-40f7-4f5d-b0ff-2d53107f9e55, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fca57e66-5976-47d2-ad0d-5302e189f4b6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fca57e66-5976-47d2-ad0d-5302e189f4b6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2411255105305162560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560241125510530516256024112551053051625602411255105305162560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c9c4ff7-9578-4c3c-9ad4-12c713091fd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5853e7d4-132e-492b-b43f-59f3366d13df, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5853e7d4-132e-492b-b43f-59f3366d13df, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11355602454957155752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752113556024549571557521135560245495715575211355602454957155752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fca57e66-5976-47d2-ad0d-5302e189f4b6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ee9a7b6-6bd7-4c89-8310-3a53359d4911, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee9a7b6-6bd7-4c89-8310-3a53359d4911, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7379758105448145049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049737975810544814504973797581054481450497379758105448145049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5853e7d4-132e-492b-b43f-59f3366d13df, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea7a1eb7-5c3d-41d6-9b24-f091f6fc56a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea7a1eb7-5c3d-41d6-9b24-f091f6fc56a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14841497712462080442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442148414977124620804421484149771246208044214841497712462080442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee9a7b6-6bd7-4c89-8310-3a53359d4911, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ba5fd9b-b26b-42c2-9c7e-eb045e3a9f94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ba5fd9b-b26b-42c2-9c7e-eb045e3a9f94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5856221995181870121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121585622199518187012158562219951818701215856221995181870121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea7a1eb7-5c3d-41d6-9b24-f091f6fc56a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bffa89c2-0f24-4069-a023-05cc2c0ef189, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffa89c2-0f24-4069-a023-05cc2c0ef189, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3288699692217425439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439328869969221742543932886996922174254393288699692217425439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ba5fd9b-b26b-42c2-9c7e-eb045e3a9f94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a491f36-bf47-449d-b988-787b4f5677c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a491f36-bf47-449d-b988-787b4f5677c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 978170674675124785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785978170674675124785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffa89c2-0f24-4069-a023-05cc2c0ef189, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce8ec09b-cc3b-443d-90d9-ff2a9fd95cca, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce8ec09b-cc3b-443d-90d9-ff2a9fd95cca, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10336455565426254480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480103364555654262544801033645556542625448010336455565426254480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a491f36-bf47-449d-b988-787b4f5677c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9374b17c-7475-4b5c-8ca9-039cb2bb1d35, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce8ec09b-cc3b-443d-90d9-ff2a9fd95cca, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa42c55f-1197-4932-9705-c8faeb37995b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa42c55f-1197-4932-9705-c8faeb37995b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13072207800966202490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490130722078009662024901307220780096620249013072207800966202490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9374b17c-7475-4b5c-8ca9-039cb2bb1d35, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6325382304760973999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999632538230476097399963253823047609739996325382304760973999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9374b17c-7475-4b5c-8ca9-039cb2bb1d35, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1efdf731-06dd-4faf-9886-10c08f5cb77f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa42c55f-1197-4932-9705-c8faeb37995b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1efdf731-06dd-4faf-9886-10c08f5cb77f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9495146066779941464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464949514606677994146494951460667799414649495146066779941464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d79f9d7d-33bd-4e8e-89da-714b6789ead8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79f9d7d-33bd-4e8e-89da-714b6789ead8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1671958076016494388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388167195807601649438816719580760164943881671958076016494388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1efdf731-06dd-4faf-9886-10c08f5cb77f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7709db97-8f96-469e-84ae-a6ecb402aec0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7709db97-8f96-469e-84ae-a6ecb402aec0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3166066702023354649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649316606670202335464931660667020233546493166066702023354649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79f9d7d-33bd-4e8e-89da-714b6789ead8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6b8093e-e431-4412-ae6d-75f8cc6c270a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6b8093e-e431-4412-ae6d-75f8cc6c270a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6739402905960025981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981673940290596002598167394029059600259816739402905960025981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7709db97-8f96-469e-84ae-a6ecb402aec0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cef1fc1-9036-4943-95a3-cde9bb31c61b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6b8093e-e431-4412-ae6d-75f8cc6c270a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3e29338-038f-42b9-a60f-85bc5ae69b1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e29338-038f-42b9-a60f-85bc5ae69b1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11815005639246693075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075118150056392466930751181500563924669307511815005639246693075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cef1fc1-9036-4943-95a3-cde9bb31c61b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10618434822676303557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557106184348226763035571061843482267630355710618434822676303557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e29338-038f-42b9-a60f-85bc5ae69b1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43d007d0-f689-48e6-be21-785a1ae008d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d007d0-f689-48e6-be21-785a1ae008d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9686029190700846514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514968602919070084651496860291907008465149686029190700846514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cef1fc1-9036-4943-95a3-cde9bb31c61b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ea1f776-f181-41d3-ad7e-013a33337b53, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ea1f776-f181-41d3-ad7e-013a33337b53, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11063042226173492130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130110630422261734921301106304222617349213011063042226173492130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d007d0-f689-48e6-be21-785a1ae008d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5097c804-1460-4784-b22d-7399ff9ca60b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5097c804-1460-4784-b22d-7399ff9ca60b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17924075539529402067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067179240755395294020671792407553952940206717924075539529402067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ea1f776-f181-41d3-ad7e-013a33337b53, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d87e8ac0-047b-41a2-aba4-7826cc2545f8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87e8ac0-047b-41a2-aba4-7826cc2545f8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14703149093451123410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410147031490934511234101470314909345112341014703149093451123410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5097c804-1460-4784-b22d-7399ff9ca60b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 838e4012-dd4d-4413-a506-b2632a66eeba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 838e4012-dd4d-4413-a506-b2632a66eeba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7003418501363980211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211700341850136398021170034185013639802117003418501363980211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87e8ac0-047b-41a2-aba4-7826cc2545f8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db8bfee6-5aa4-4292-9d8c-a88e418b3865, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db8bfee6-5aa4-4292-9d8c-a88e418b3865, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11188366159348466657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657111883661593484666571118836615934846665711188366159348466657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 838e4012-dd4d-4413-a506-b2632a66eeba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8560c173-55e2-4187-b5f8-43541993af83, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8560c173-55e2-4187-b5f8-43541993af83, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12847346891599768518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518128473468915997685181284734689159976851812847346891599768518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db8bfee6-5aa4-4292-9d8c-a88e418b3865, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84f7df28-de07-483d-8eb7-c5368ee4fd69, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f7df28-de07-483d-8eb7-c5368ee4fd69, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8233157225827925580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580823315722582792558082331572258279255808233157225827925580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8560c173-55e2-4187-b5f8-43541993af83, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f619ce8f-1697-4ac6-8ea5-2c3a2d0d016f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f619ce8f-1697-4ac6-8ea5-2c3a2d0d016f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12110893056093487275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275121108930560934872751211089305609348727512110893056093487275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f7df28-de07-483d-8eb7-c5368ee4fd69, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c34c953b-4b66-4f3d-9a04-302f91fcf2ba, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c34c953b-4b66-4f3d-9a04-302f91fcf2ba, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16666247844335583322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322166662478443355833221666624784433558332216666247844335583322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f619ce8f-1697-4ac6-8ea5-2c3a2d0d016f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0b25905-0190-467c-99c5-427ce846cf49, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0b25905-0190-467c-99c5-427ce846cf49, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11453257417089967125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125114532574170899671251145325741708996712511453257417089967125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c34c953b-4b66-4f3d-9a04-302f91fcf2ba, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f12f0338-be6d-4199-b974-8685cb9066a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f12f0338-be6d-4199-b974-8685cb9066a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17997290832641851256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256179972908326418512561799729083264185125617997290832641851256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0b25905-0190-467c-99c5-427ce846cf49, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7acbc442-f307-4b0f-a79d-57334b7e4027, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7acbc442-f307-4b0f-a79d-57334b7e4027, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5308216456898316212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212530821645689831621253082164568983162125308216456898316212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f12f0338-be6d-4199-b974-8685cb9066a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40bd0c3d-1303-4971-92f9-32f11215abec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40bd0c3d-1303-4971-92f9-32f11215abec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4018548998286698546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546401854899828669854640185489982866985464018548998286698546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7acbc442-f307-4b0f-a79d-57334b7e4027, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b412eaa2-a3f0-4241-8a8d-8c8ae5c24308, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b412eaa2-a3f0-4241-8a8d-8c8ae5c24308, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16349196929765013388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388163491969297650133881634919692976501338816349196929765013388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40bd0c3d-1303-4971-92f9-32f11215abec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b412eaa2-a3f0-4241-8a8d-8c8ae5c24308, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e3726d1-0e3e-4844-914e-47da8c4ca969, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3726d1-0e3e-4844-914e-47da8c4ca969, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16438082006678484770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770164380820066784847701643808200667848477016438082006678484770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5344ecd6-798c-4d5a-957b-0b8de967d2f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5344ecd6-798c-4d5a-957b-0b8de967d2f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17413138911094427449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449174131389110944274491741313891109442744917413138911094427449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3726d1-0e3e-4844-914e-47da8c4ca969, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 144092fd-4b43-402d-a4ee-4e44074f91ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144092fd-4b43-402d-a4ee-4e44074f91ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17966111495724185703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703179661114957241857031796611149572418570317966111495724185703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5344ecd6-798c-4d5a-957b-0b8de967d2f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcd0a088-4fb6-427d-88c7-fb5421891781, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcd0a088-4fb6-427d-88c7-fb5421891781, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403737926282381198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198164037379262823811981640373792628238119816403737926282381198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144092fd-4b43-402d-a4ee-4e44074f91ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e6e949-1c6e-45df-8288-4b40980ba8f5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e6e949-1c6e-45df-8288-4b40980ba8f5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5742716608856098788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788574271660885609878857427166088560987885742716608856098788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcd0a088-4fb6-427d-88c7-fb5421891781, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8231c7b-9514-4fd0-b3b3-babd577f1356, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8231c7b-9514-4fd0-b3b3-babd577f1356, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15335084805267453491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491153350848052674534911533508480526745349115335084805267453491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e6e949-1c6e-45df-8288-4b40980ba8f5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4bb2005-91c8-4670-b824-1d2cb5206f2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4bb2005-91c8-4670-b824-1d2cb5206f2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12941669469849429196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196129416694698494291961294166946984942919612941669469849429196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8231c7b-9514-4fd0-b3b3-babd577f1356, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4bb2005-91c8-4670-b824-1d2cb5206f2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc9cfbde-6be5-4468-bb38-97391fa3e3a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9cfbde-6be5-4468-bb38-97391fa3e3a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1085753903504074226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226108575390350407422610857539035040742261085753903504074226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de1a49f3-1a15-4b82-a567-3ada09fe2e48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de1a49f3-1a15-4b82-a567-3ada09fe2e48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15935832405431383788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788159358324054313837881593583240543138378815935832405431383788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9cfbde-6be5-4468-bb38-97391fa3e3a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dff0691c-70ae-406c-965f-5045bfc46cfd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff0691c-70ae-406c-965f-5045bfc46cfd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6367327124328585009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009636732712432858500963673271243285850096367327124328585009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de1a49f3-1a15-4b82-a567-3ada09fe2e48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0946163-df79-4d84-8ca6-9006a1d63e0f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0946163-df79-4d84-8ca6-9006a1d63e0f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14465459265572571584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584144654592655725715841446545926557257158414465459265572571584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff0691c-70ae-406c-965f-5045bfc46cfd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87aa258a-76a9-4c7c-b22b-53fac66e7b07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87aa258a-76a9-4c7c-b22b-53fac66e7b07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2611180784729646190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190261118078472964619026111807847296461902611180784729646190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0946163-df79-4d84-8ca6-9006a1d63e0f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b00ed51a-97f1-4142-9792-ed2fb4d8494c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b00ed51a-97f1-4142-9792-ed2fb4d8494c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16010171100805484220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220160101711008054842201601017110080548422016010171100805484220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87aa258a-76a9-4c7c-b22b-53fac66e7b07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43752818-0a8a-4f1f-901d-fb8efbfdb4b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43752818-0a8a-4f1f-901d-fb8efbfdb4b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2974924362653096414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414297492436265309641429749243626530964142974924362653096414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b00ed51a-97f1-4142-9792-ed2fb4d8494c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb449894-4340-49b7-80bf-915d30e45aa9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb449894-4340-49b7-80bf-915d30e45aa9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4986830718959250096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096498683071895925009649868307189592500964986830718959250096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43752818-0a8a-4f1f-901d-fb8efbfdb4b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1a0281e-ab41-40d9-8d00-facade377f13, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a0281e-ab41-40d9-8d00-facade377f13, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3989937554384442420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420398993755438444242039899375543844424203989937554384442420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb449894-4340-49b7-80bf-915d30e45aa9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 363ac489-d463-4209-afab-3df2afa46631, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363ac489-d463-4209-afab-3df2afa46631, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1836096340163833312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312183609634016383331218360963401638333121836096340163833312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a0281e-ab41-40d9-8d00-facade377f13, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25d1a1cd-a064-4a08-9859-6531be76d4c4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d1a1cd-a064-4a08-9859-6531be76d4c4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13944485142406905881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881139444851424069058811394448514240690588113944485142406905881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363ac489-d463-4209-afab-3df2afa46631, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9d5773f-03fb-488a-9e02-762847491167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9d5773f-03fb-488a-9e02-762847491167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3943340675342791272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272394334067534279127239433406753427912723943340675342791272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d1a1cd-a064-4a08-9859-6531be76d4c4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75c69c9-19bc-4d74-9e6c-8c504c5a9569, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75c69c9-19bc-4d74-9e6c-8c504c5a9569, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15810799669389993890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890158107996693899938901581079966938999389015810799669389993890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9d5773f-03fb-488a-9e02-762847491167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a2eca87-34ca-4cf5-89ce-fe0fdeb64dec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2eca87-34ca-4cf5-89ce-fe0fdeb64dec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9990003016360014473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473999000301636001447399900030163600144739990003016360014473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75c69c9-19bc-4d74-9e6c-8c504c5a9569, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76829e44-81ca-4d9a-bd8f-96b92fb401d1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76829e44-81ca-4d9a-bd8f-96b92fb401d1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7297571930970068213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213729757193097006821372975719309700682137297571930970068213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2eca87-34ca-4cf5-89ce-fe0fdeb64dec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d80a9ee7-babb-4a37-b535-0d2c8145f049, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80a9ee7-babb-4a37-b535-0d2c8145f049, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13127973770130208864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864131279737701302088641312797377013020886413127973770130208864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76829e44-81ca-4d9a-bd8f-96b92fb401d1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e809e13-960b-4348-9052-a6a25c56fcf3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e809e13-960b-4348-9052-a6a25c56fcf3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12522615498442259313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313125226154984422593131252261549844225931312522615498442259313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80a9ee7-babb-4a37-b535-0d2c8145f049, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1150252-fa79-4826-87f7-45310294703e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1150252-fa79-4826-87f7-45310294703e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6590645686856571958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958659064568685657195865906456868565719586590645686856571958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e809e13-960b-4348-9052-a6a25c56fcf3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84b037db-a7d7-4929-86f6-48bc94f2c0e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b037db-a7d7-4929-86f6-48bc94f2c0e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580004723649533098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098758000472364953309875800047236495330987580004723649533098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1150252-fa79-4826-87f7-45310294703e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9aa0d49-657e-4e6b-bc48-51c37b078bbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9aa0d49-657e-4e6b-bc48-51c37b078bbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17803413522280699605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605178034135222806996051780341352228069960517803413522280699605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b037db-a7d7-4929-86f6-48bc94f2c0e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 265f8139-b8fe-422f-964c-9e3f75e95c4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265f8139-b8fe-422f-964c-9e3f75e95c4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11400505874829973730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730114005058748299737301140050587482997373011400505874829973730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9aa0d49-657e-4e6b-bc48-51c37b078bbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5db68028-9c0c-4cff-ac4d-d3d7a50442ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265f8139-b8fe-422f-964c-9e3f75e95c4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5db68028-9c0c-4cff-ac4d-d3d7a50442ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12030141862622961269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269120301418626229612691203014186262296126912030141862622961269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11fd30fd-82c9-4d43-9eab-1382ea38f415, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11fd30fd-82c9-4d43-9eab-1382ea38f415, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8519918287254169125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125851991828725416912585199182872541691258519918287254169125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5db68028-9c0c-4cff-ac4d-d3d7a50442ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5048ce66-9e2d-44a3-85b1-5033fac42366, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5048ce66-9e2d-44a3-85b1-5033fac42366, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14609589985201442857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857146095899852014428571460958998520144285714609589985201442857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11fd30fd-82c9-4d43-9eab-1382ea38f415, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea613761-148c-4e68-be60-ccedd30e8f08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea613761-148c-4e68-be60-ccedd30e8f08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8201936463107958557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557820193646310795855782019364631079585578201936463107958557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5048ce66-9e2d-44a3-85b1-5033fac42366, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69c29c10-03db-42be-9292-0ddccd00bcbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c29c10-03db-42be-9292-0ddccd00bcbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15225034708299240644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644152250347082992406441522503470829924064415225034708299240644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea613761-148c-4e68-be60-ccedd30e8f08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4266fb9b-c85e-4918-b769-1a143c3b9a7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4266fb9b-c85e-4918-b769-1a143c3b9a7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14357971218770083282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282143579712187700832821435797121877008328214357971218770083282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c29c10-03db-42be-9292-0ddccd00bcbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ed3d4f-377d-4f6e-91da-646067d867a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ed3d4f-377d-4f6e-91da-646067d867a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5022189690200010702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702502218969020001070250221896902000107025022189690200010702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4266fb9b-c85e-4918-b769-1a143c3b9a7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6213a37c-164c-48bc-8205-1a17a4acc90a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6213a37c-164c-48bc-8205-1a17a4acc90a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13500672361012228996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996135006723610122289961350067236101222899613500672361012228996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ed3d4f-377d-4f6e-91da-646067d867a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907e68d5-a217-440b-8d78-902d4797681a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907e68d5-a217-440b-8d78-902d4797681a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17530261935858960841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841175302619358589608411753026193585896084117530261935858960841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6213a37c-164c-48bc-8205-1a17a4acc90a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb0d553b-8cb2-4e26-aba3-3eb8a7979e8e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb0d553b-8cb2-4e26-aba3-3eb8a7979e8e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8432485496706900710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710843248549670690071084324854967069007108432485496706900710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907e68d5-a217-440b-8d78-902d4797681a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c59b37a9-d278-440c-a6ec-0d352e29db4b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c59b37a9-d278-440c-a6ec-0d352e29db4b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1564852611094034365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365156485261109403436515648526110940343651564852611094034365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb0d553b-8cb2-4e26-aba3-3eb8a7979e8e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fb5d828-0685-426c-b869-6ee5109a2e90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fb5d828-0685-426c-b869-6ee5109a2e90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2641238617424460908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908264123861742446090826412386174244609082641238617424460908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c59b37a9-d278-440c-a6ec-0d352e29db4b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fb5d828-0685-426c-b869-6ee5109a2e90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3d41541-c4ee-490c-ac4c-90f600127d09, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d41541-c4ee-490c-ac4c-90f600127d09, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15683971250808664508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508156839712508086645081568397125080866450815683971250808664508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56248f98-1d34-473d-8614-52347ae6daf2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56248f98-1d34-473d-8614-52347ae6daf2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14928976682020955719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719149289766820209557191492897668202095571914928976682020955719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d41541-c4ee-490c-ac4c-90f600127d09, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5395d6-6c39-48e8-a4ce-7d17bffb417d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5395d6-6c39-48e8-a4ce-7d17bffb417d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1330511784374783637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637133051178437478363713305117843747836371330511784374783637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56248f98-1d34-473d-8614-52347ae6daf2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4c38f64-10d3-4e30-901c-4fb99292cf20, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4c38f64-10d3-4e30-901c-4fb99292cf20, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1086060739405576062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062108606073940557606210860607394055760621086060739405576062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5395d6-6c39-48e8-a4ce-7d17bffb417d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df76aef6-cc24-4432-b679-5d5e01531403, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4c38f64-10d3-4e30-901c-4fb99292cf20, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df76aef6-cc24-4432-b679-5d5e01531403, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1741718502322379318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318174171850232237931817417185023223793181741718502322379318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97daaee1-679a-4398-92bf-17c4a4ec83f3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97daaee1-679a-4398-92bf-17c4a4ec83f3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8593965229721835233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233859396522972183523385939652297218352338593965229721835233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df76aef6-cc24-4432-b679-5d5e01531403, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06aace67-1602-4763-877d-4f5ba666565b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06aace67-1602-4763-877d-4f5ba666565b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17355494945942701387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387173554949459427013871735549494594270138717355494945942701387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97daaee1-679a-4398-92bf-17c4a4ec83f3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 571705f3-da9c-49a1-9d58-ace1340697b7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 571705f3-da9c-49a1-9d58-ace1340697b7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2270419977937603066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066227041997793760306622704199779376030662270419977937603066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06aace67-1602-4763-877d-4f5ba666565b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0037765-4449-4d33-823b-cc489091a958, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0037765-4449-4d33-823b-cc489091a958, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115627568307953598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598711562756830795359871156275683079535987115627568307953598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 571705f3-da9c-49a1-9d58-ace1340697b7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a7a8fc9-1141-4f0c-aaf7-29a7a5bdfe07, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a7a8fc9-1141-4f0c-aaf7-29a7a5bdfe07, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9609929503694038576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576960992950369403857696099295036940385769609929503694038576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0037765-4449-4d33-823b-cc489091a958, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02b54d12-e059-466e-9861-e2e54b065e50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02b54d12-e059-466e-9861-e2e54b065e50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11468604502162386649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649114686045021623866491146860450216238664911468604502162386649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a7a8fc9-1141-4f0c-aaf7-29a7a5bdfe07, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b9cbe2-634f-47d1-8d94-9cac63cc08ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b9cbe2-634f-47d1-8d94-9cac63cc08ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5349755658633417585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585534975565863341758553497556586334175855349755658633417585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02b54d12-e059-466e-9861-e2e54b065e50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b9cbe2-634f-47d1-8d94-9cac63cc08ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21088e90-ba4d-477e-bb86-58548e39965c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 953411c9-e3ee-471b-8883-c79d68a64dbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 953411c9-e3ee-471b-8883-c79d68a64dbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5955408546187073250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250595540854618707325059554085461870732505955408546187073250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21088e90-ba4d-477e-bb86-58548e39965c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16969089766439309819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819169690897664393098191696908976643930981916969089766439309819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 953411c9-e3ee-471b-8883-c79d68a64dbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, def6d522-17af-4f14-aa34-83e6abaa1446, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, def6d522-17af-4f14-aa34-83e6abaa1446, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907045077486636956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956290704507748663695629070450774866369562907045077486636956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21088e90-ba4d-477e-bb86-58548e39965c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a294c862-95c4-4a56-a9e0-6444c915ae63, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a294c862-95c4-4a56-a9e0-6444c915ae63, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5814772688169541121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121581477268816954112158147726881695411215814772688169541121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, def6d522-17af-4f14-aa34-83e6abaa1446, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f0ad335-992c-4444-a48c-bd5c47d00eed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0ad335-992c-4444-a48c-bd5c47d00eed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154284030668719507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507101542840306687195071015428403066871950710154284030668719507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a294c862-95c4-4a56-a9e0-6444c915ae63, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff32d9b8-d9dd-4960-9410-b2736ed58a81, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff32d9b8-d9dd-4960-9410-b2736ed58a81, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101196376403463250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250510119637640346325051011963764034632505101196376403463250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0ad335-992c-4444-a48c-bd5c47d00eed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b72c1db7-2590-4345-a1ab-35c879779de1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b72c1db7-2590-4345-a1ab-35c879779de1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13189962782626313442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442131899627826263134421318996278262631344213189962782626313442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff32d9b8-d9dd-4960-9410-b2736ed58a81, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31d02673-d4b1-4c0f-b7ab-41cf543b2eed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31d02673-d4b1-4c0f-b7ab-41cf543b2eed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17125013410712447215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215171250134107124472151712501341071244721517125013410712447215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b72c1db7-2590-4345-a1ab-35c879779de1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3328da35-06f7-4b5d-81c2-880c017fdb1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3328da35-06f7-4b5d-81c2-880c017fdb1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1626824474921092730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730162682447492109273016268244749210927301626824474921092730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31d02673-d4b1-4c0f-b7ab-41cf543b2eed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e16a970f-62b5-46ae-8c29-189cbcb7062e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e16a970f-62b5-46ae-8c29-189cbcb7062e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10314736298347175898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898103147362983471758981031473629834717589810314736298347175898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3328da35-06f7-4b5d-81c2-880c017fdb1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 338b9b9d-7cd0-4ecc-b60b-9fb19636a403, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338b9b9d-7cd0-4ecc-b60b-9fb19636a403, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5073856672964478839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839507385667296447883950738566729644788395073856672964478839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e16a970f-62b5-46ae-8c29-189cbcb7062e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a06cb68-dd3c-463c-b5b3-ff0cfd316951, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a06cb68-dd3c-463c-b5b3-ff0cfd316951, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8010459605445312118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118801045960544531211880104596054453121188010459605445312118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338b9b9d-7cd0-4ecc-b60b-9fb19636a403, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62f73ad8-5e60-4bb3-9e3f-33c13c019e1a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f73ad8-5e60-4bb3-9e3f-33c13c019e1a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14597793091089989671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671145977930910899896711459779309108998967114597793091089989671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a06cb68-dd3c-463c-b5b3-ff0cfd316951, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f17ad70-0b10-485e-a7f8-2c0632c3dc8a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f17ad70-0b10-485e-a7f8-2c0632c3dc8a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4759048965843331308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308475904896584333130847590489658433313084759048965843331308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f73ad8-5e60-4bb3-9e3f-33c13c019e1a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06a2b7fc-d8e4-49b0-b7c5-4294d69230b5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a2b7fc-d8e4-49b0-b7c5-4294d69230b5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 121312335104824688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688121312335104824688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f17ad70-0b10-485e-a7f8-2c0632c3dc8a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cebccb68-6bce-4a4d-b16b-216733538ec3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cebccb68-6bce-4a4d-b16b-216733538ec3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14768001344956385429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429147680013449563854291476800134495638542914768001344956385429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a2b7fc-d8e4-49b0-b7c5-4294d69230b5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be0fcf76-4c8d-440a-bf40-85e4695a72fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be0fcf76-4c8d-440a-bf40-85e4695a72fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16134394281438620587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587161343942814386205871613439428143862058716134394281438620587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cebccb68-6bce-4a4d-b16b-216733538ec3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0378ddd2-3435-4d73-b6ec-5b56e0408a23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0378ddd2-3435-4d73-b6ec-5b56e0408a23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17489896935131274587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587174898969351312745871748989693513127458717489896935131274587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be0fcf76-4c8d-440a-bf40-85e4695a72fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d7ff588-04a6-436e-9ff0-4ea399404314, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7ff588-04a6-436e-9ff0-4ea399404314, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9687337448118459256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256968733744811845925696873374481184592569687337448118459256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0378ddd2-3435-4d73-b6ec-5b56e0408a23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc47d4f-5842-4a59-9e6a-ed936cc5747f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc47d4f-5842-4a59-9e6a-ed936cc5747f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14503789269760874431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431145037892697608744311450378926976087443114503789269760874431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7ff588-04a6-436e-9ff0-4ea399404314, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b02b8bd4-2bd7-402c-89cb-6a5bf29e3c5f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02b8bd4-2bd7-402c-89cb-6a5bf29e3c5f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9889646858275566556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556988964685827556655698896468582755665569889646858275566556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc47d4f-5842-4a59-9e6a-ed936cc5747f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c2b7a72-a8c8-4536-b1c0-3e3010012dbc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c2b7a72-a8c8-4536-b1c0-3e3010012dbc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5031458354758180500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500503145835475818050050314583547581805005031458354758180500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02b8bd4-2bd7-402c-89cb-6a5bf29e3c5f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e4e6574-bae0-4ccc-89a7-e974930f6e7f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4e6574-bae0-4ccc-89a7-e974930f6e7f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7109327427837301813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813710932742783730181371093274278373018137109327427837301813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4e6574-bae0-4ccc-89a7-e974930f6e7f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52f3e8a7-bf0f-43f4-9ef0-1de4ead3f4cd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c2b7a72-a8c8-4536-b1c0-3e3010012dbc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9c1219f-3696-42a4-b11b-469a68f1bbb7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52f3e8a7-bf0f-43f4-9ef0-1de4ead3f4cd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11401259900047670864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864114012599000476708641140125990004767086411401259900047670864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c1219f-3696-42a4-b11b-469a68f1bbb7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632004417920426379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379106320044179204263791063200441792042637910632004417920426379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52f3e8a7-bf0f-43f4-9ef0-1de4ead3f4cd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0d7b219-7e8e-4d20-be89-85ffd67a6d90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d7b219-7e8e-4d20-be89-85ffd67a6d90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6365895239679553410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410636589523967955341063658952396795534106365895239679553410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c1219f-3696-42a4-b11b-469a68f1bbb7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48486b73-d37c-4355-9143-353b708b0ba2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48486b73-d37c-4355-9143-353b708b0ba2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15697398605290171284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284156973986052901712841569739860529017128415697398605290171284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d7b219-7e8e-4d20-be89-85ffd67a6d90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1196b2d2-5817-4eaf-b005-ad9a6c50593f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1196b2d2-5817-4eaf-b005-ad9a6c50593f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632930592943229887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887106329305929432298871063293059294322988710632930592943229887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48486b73-d37c-4355-9143-353b708b0ba2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f76763fd-ceee-4bc3-be88-f5b5f851f6d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1196b2d2-5817-4eaf-b005-ad9a6c50593f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d4a74c0-8d93-44f8-834e-82fb9a10f385, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d4a74c0-8d93-44f8-834e-82fb9a10f385, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7829968216171828352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352782996821617182835278299682161718283527829968216171828352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f76763fd-ceee-4bc3-be88-f5b5f851f6d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3813677080904690578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578381367708090469057838136770809046905783813677080904690578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d4a74c0-8d93-44f8-834e-82fb9a10f385, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81e96502-3ba5-4610-bf11-288836a01f04, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f76763fd-ceee-4bc3-be88-f5b5f851f6d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f842ffef-8de4-4ec4-a984-ba0005ab84a0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e96502-3ba5-4610-bf11-288836a01f04, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8870760181492177458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458887076018149217745888707601814921774588870760181492177458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f842ffef-8de4-4ec4-a984-ba0005ab84a0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14991578634346268924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924149915786343462689241499157863434626892414991578634346268924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e96502-3ba5-4610-bf11-288836a01f04, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14430e1f-28ec-40a8-a7b9-e4e062a75e98, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14430e1f-28ec-40a8-a7b9-e4e062a75e98, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5842284400296311717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717584228440029631171758422844002963117175842284400296311717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f842ffef-8de4-4ec4-a984-ba0005ab84a0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95fa687e-b1e2-4d78-b4c0-bc491706a5c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95fa687e-b1e2-4d78-b4c0-bc491706a5c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14614098138070424498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498146140981380704244981461409813807042449814614098138070424498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14430e1f-28ec-40a8-a7b9-e4e062a75e98, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d355712a-67ee-4920-8cd4-233a5ba42b2c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d355712a-67ee-4920-8cd4-233a5ba42b2c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8481154684339508859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859848115468433950885984811546843395088598481154684339508859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95fa687e-b1e2-4d78-b4c0-bc491706a5c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77bb9abf-987a-4bec-8650-99521ee6d252, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77bb9abf-987a-4bec-8650-99521ee6d252, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18396072504623424699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699183960725046234246991839607250462342469918396072504623424699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d355712a-67ee-4920-8cd4-233a5ba42b2c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 640d8071-6b4d-4626-a91c-4633617b1057, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77bb9abf-987a-4bec-8650-99521ee6d252, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 640d8071-6b4d-4626-a91c-4633617b1057, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4796948312634436275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275479694831263443627547969483126344362754796948312634436275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91db0556-857f-4a25-bee6-af5e4d860c77, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91db0556-857f-4a25-bee6-af5e4d860c77, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6382055523513795365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365638205552351379536563820555235137953656382055523513795365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 640d8071-6b4d-4626-a91c-4633617b1057, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed2e163f-4cd7-4cf2-8aba-2f88ae0873cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed2e163f-4cd7-4cf2-8aba-2f88ae0873cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9048433480268864315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315904843348026886431590484334802688643159048433480268864315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91db0556-857f-4a25-bee6-af5e4d860c77, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f49931c-b129-4c01-a92f-15c34348e644, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f49931c-b129-4c01-a92f-15c34348e644, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4226328563385375614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614422632856338537561442263285633853756144226328563385375614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed2e163f-4cd7-4cf2-8aba-2f88ae0873cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c218352-8138-4730-a78f-3c0eb24dc246, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c218352-8138-4730-a78f-3c0eb24dc246, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17909309828884226511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511179093098288842265111790930982888422651117909309828884226511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f49931c-b129-4c01-a92f-15c34348e644, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500222c1-b995-4b76-be52-a49e14171798, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500222c1-b995-4b76-be52-a49e14171798, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18272891772098783000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000182728917720987830001827289177209878300018272891772098783000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c218352-8138-4730-a78f-3c0eb24dc246, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf524c32-b701-41dc-8420-f00bafdb04cb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf524c32-b701-41dc-8420-f00bafdb04cb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12902614690538745220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220129026146905387452201290261469053874522012902614690538745220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500222c1-b995-4b76-be52-a49e14171798, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 030f7cd9-2810-464a-b55d-60c53773e489, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 030f7cd9-2810-464a-b55d-60c53773e489, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4477385616480045180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180447738561648004518044773856164800451804477385616480045180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf524c32-b701-41dc-8420-f00bafdb04cb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5538574-73d9-428f-b29f-2a107a442b38, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5538574-73d9-428f-b29f-2a107a442b38, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2482219747532821948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948248221974753282194824822197475328219482482219747532821948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 030f7cd9-2810-464a-b55d-60c53773e489, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc78d007-e922-4318-a4ab-717fa3d3f4b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc78d007-e922-4318-a4ab-717fa3d3f4b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 947245019373542950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950947245019373542950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5538574-73d9-428f-b29f-2a107a442b38, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0d56826-4279-446c-bb4f-6f97025f12ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d56826-4279-446c-bb4f-6f97025f12ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15716631511498224904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904157166315114982249041571663151149822490415716631511498224904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc78d007-e922-4318-a4ab-717fa3d3f4b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b825a5e-5a6d-4933-bca6-40ccded55130, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b825a5e-5a6d-4933-bca6-40ccded55130, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4875528464945265083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083487552846494526508348755284649452650834875528464945265083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d56826-4279-446c-bb4f-6f97025f12ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22657855-c672-4586-84ba-c7f433b644b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22657855-c672-4586-84ba-c7f433b644b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13648120896961127115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115136481208969611271151364812089696112711513648120896961127115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b825a5e-5a6d-4933-bca6-40ccded55130, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc2b6b1f-bf50-405e-b327-a7f38a719fb9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2b6b1f-bf50-405e-b327-a7f38a719fb9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8421116825085485137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137842111682508548513784211168250854851378421116825085485137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22657855-c672-4586-84ba-c7f433b644b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 877e1fa9-8b4d-44de-912a-76f52b657aa4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 877e1fa9-8b4d-44de-912a-76f52b657aa4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8834498040933192567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567883449804093319256788344980409331925678834498040933192567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2b6b1f-bf50-405e-b327-a7f38a719fb9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe57e687-a5ba-48b0-b3ab-46e48ba94561, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe57e687-a5ba-48b0-b3ab-46e48ba94561, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8892932802947019951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951889293280294701995188929328029470199518892932802947019951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 877e1fa9-8b4d-44de-912a-76f52b657aa4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5d46adf-6442-4eab-9962-30494a34a242, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5d46adf-6442-4eab-9962-30494a34a242, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12917736435483058731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731129177364354830587311291773643548305873112917736435483058731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe57e687-a5ba-48b0-b3ab-46e48ba94561, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f99978c-6e9e-47de-a4d6-f4b5c612881f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f99978c-6e9e-47de-a4d6-f4b5c612881f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5116206603446359347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347511620660344635934751162066034463593475116206603446359347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, ce4ce4e5-76c9-44b0-9e71-ecfc9835614a, localhost:62007): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5d46adf-6442-4eab-9962-30494a34a242, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82813acf-1011-41c9-b2fa-f12dcf6718e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82813acf-1011-41c9-b2fa-f12dcf6718e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6254502978333643513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513625450297833364351362545029783336435136254502978333643513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f99978c-6e9e-47de-a4d6-f4b5c612881f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3e20a36-1d46-48c1-84c7-52645c4650e2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e20a36-1d46-48c1-84c7-52645c4650e2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1281775682840298761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761128177568284029876112817756828402987611281775682840298761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ce4ce4e5-76c9-44b0-9e71-ecfc9835614a, localhost:62007): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82813acf-1011-41c9-b2fa-f12dcf6718e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a007337-d8a0-4c32-937b-20ae7cc04bb5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a007337-d8a0-4c32-937b-20ae7cc04bb5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4234266423010761738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738423426642301076173842342664230107617384234266423010761738" } } } 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, ce4ce4e5-76c9-44b0-9e71-ecfc9835614a, localhost:62007): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riky6msjhe.auto.internal" port: 28913 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-riky6msjhe.auto.internal:28913, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:62007
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e20a36-1d46-48c1-84c7-52645c4650e2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10eb5ebb-7d7a-4e0d-9de6-6adcc008d337, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10eb5ebb-7d7a-4e0d-9de6-6adcc008d337, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13238019907363420449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449132380199073634204491323801990736342044913238019907363420449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a007337-d8a0-4c32-937b-20ae7cc04bb5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbc84814-5126-493b-9e10-22a00eba1c33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc84814-5126-493b-9e10-22a00eba1c33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6416292052985962853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853641629205298596285364162920529859628536416292052985962853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10eb5ebb-7d7a-4e0d-9de6-6adcc008d337, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90907587-650a-4d83-bd7e-09734eea1cd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90907587-650a-4d83-bd7e-09734eea1cd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1389839815203143383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383138983981520314338313898398152031433831389839815203143383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc84814-5126-493b-9e10-22a00eba1c33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f8c756d-1b43-48b5-8e19-1c9c6f489bf8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8c756d-1b43-48b5-8e19-1c9c6f489bf8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10730102127098234829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829107301021270982348291073010212709823482910730102127098234829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90907587-650a-4d83-bd7e-09734eea1cd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a6f812-69b3-4bd0-93c6-dd3e350ab926, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a6f812-69b3-4bd0-93c6-dd3e350ab926, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2786466357647494163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163278646635764749416327864663576474941632786466357647494163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8c756d-1b43-48b5-8e19-1c9c6f489bf8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8339068-f9b6-49e0-8559-9445f2a36c1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8339068-f9b6-49e0-8559-9445f2a36c1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11493117622741860928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928114931176227418609281149311762274186092811493117622741860928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a6f812-69b3-4bd0-93c6-dd3e350ab926, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a868dc2-9184-481b-80ef-ee8046ac4dec, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a868dc2-9184-481b-80ef-ee8046ac4dec, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1591612256894151030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030159161225689415103015916122568941510301591612256894151030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8339068-f9b6-49e0-8559-9445f2a36c1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa28ad08-d45a-486e-8ae4-65e6e93ab803, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa28ad08-d45a-486e-8ae4-65e6e93ab803, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5787861513117684598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598578786151311768459857878615131176845985787861513117684598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a868dc2-9184-481b-80ef-ee8046ac4dec, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29fb3b4a-06bf-4ece-8815-83b713d1db45, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29fb3b4a-06bf-4ece-8815-83b713d1db45, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12103013579669377608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608121030135796693776081210301357966937760812103013579669377608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa28ad08-d45a-486e-8ae4-65e6e93ab803, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be4ad6cc-250f-4480-977e-4d3a116a3fe3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be4ad6cc-250f-4480-977e-4d3a116a3fe3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2472919495962571547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547247291949596257154724729194959625715472472919495962571547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29fb3b4a-06bf-4ece-8815-83b713d1db45, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ec2fe4e-1179-4ebf-8ad1-8b9a3448243e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec2fe4e-1179-4ebf-8ad1-8b9a3448243e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 759783815941873793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793759783815941873793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be4ad6cc-250f-4480-977e-4d3a116a3fe3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57da9dbf-eae8-4172-9a4b-a6f97f13cba1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57da9dbf-eae8-4172-9a4b-a6f97f13cba1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8405443868692633194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194840544386869263319484054438686926331948405443868692633194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec2fe4e-1179-4ebf-8ad1-8b9a3448243e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 842f3975-aea3-4501-b12d-d7933208d376, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 842f3975-aea3-4501-b12d-d7933208d376, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8812577004283153990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990881257700428315399088125770042831539908812577004283153990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57da9dbf-eae8-4172-9a4b-a6f97f13cba1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e6761e3-a766-42ba-a605-89f3214d3518, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e6761e3-a766-42ba-a605-89f3214d3518, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12568794462329708830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830125687944623297088301256879446232970883012568794462329708830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 842f3975-aea3-4501-b12d-d7933208d376, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3c44e00-a022-4b72-83c6-94b56b5fb0d3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c44e00-a022-4b72-83c6-94b56b5fb0d3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14747894300686508307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307147478943006865083071474789430068650830714747894300686508307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e6761e3-a766-42ba-a605-89f3214d3518, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc115902-e2d8-428d-815d-e081bcfbc26b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc115902-e2d8-428d-815d-e081bcfbc26b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15497240604257034155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155154972406042570341551549724060425703415515497240604257034155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c44e00-a022-4b72-83c6-94b56b5fb0d3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebfb3cc5-495b-432d-9393-e180158fab08, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebfb3cc5-495b-432d-9393-e180158fab08, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12014674922896863716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716120146749228968637161201467492289686371612014674922896863716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc115902-e2d8-428d-815d-e081bcfbc26b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e44cdfb-8e91-4fb6-8d9d-7157db6f21d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e44cdfb-8e91-4fb6-8d9d-7157db6f21d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6660937142866813457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457666093714286681345766609371428668134576660937142866813457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebfb3cc5-495b-432d-9393-e180158fab08, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 079c4077-17b0-461e-9ce5-243c6835cc3f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 079c4077-17b0-461e-9ce5-243c6835cc3f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 754376925859453374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374754376925859453374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e44cdfb-8e91-4fb6-8d9d-7157db6f21d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e958ee2b-daf8-41a6-b604-385810294a9d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e958ee2b-daf8-41a6-b604-385810294a9d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16151978711627422911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911161519787116274229111615197871162742291116151978711627422911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 079c4077-17b0-461e-9ce5-243c6835cc3f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f4155d1-20d3-42d8-a841-a40aea7f224b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4155d1-20d3-42d8-a841-a40aea7f224b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8293451482990343416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416829345148299034341682934514829903434168293451482990343416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e958ee2b-daf8-41a6-b604-385810294a9d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eee415c-1c7b-4552-9027-c20da68ae03d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eee415c-1c7b-4552-9027-c20da68ae03d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10831068699341072270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270108310686993410722701083106869934107227010831068699341072270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4155d1-20d3-42d8-a841-a40aea7f224b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3abdf21-5049-4584-9764-584e5147c458, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3abdf21-5049-4584-9764-584e5147c458, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9755041190291165741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741975504119029116574197550411902911657419755041190291165741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eee415c-1c7b-4552-9027-c20da68ae03d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3571cf6d-8a7f-4c35-b424-8604687448c1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3571cf6d-8a7f-4c35-b424-8604687448c1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17962970829792038516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516179629708297920385161796297082979203851617962970829792038516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3abdf21-5049-4584-9764-584e5147c458, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 876ec4d5-efc0-40a2-8b4d-0c61ff45b119, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 876ec4d5-efc0-40a2-8b4d-0c61ff45b119, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14956443108126780105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105149564431081267801051495644310812678010514956443108126780105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3571cf6d-8a7f-4c35-b424-8604687448c1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38c84017-90d8-45d9-bd1e-38f15ad494a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38c84017-90d8-45d9-bd1e-38f15ad494a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431024346292878333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333114310243462928783331143102434629287833311431024346292878333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 876ec4d5-efc0-40a2-8b4d-0c61ff45b119, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1edd4238-4f2f-4930-a9b3-f6b34bab7fe4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1edd4238-4f2f-4930-a9b3-f6b34bab7fe4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 409387741376875997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997409387741376875997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38c84017-90d8-45d9-bd1e-38f15ad494a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 065340cb-1d26-4b47-96f5-1dfa56f9e2f0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065340cb-1d26-4b47-96f5-1dfa56f9e2f0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12984225953973961635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635129842259539739616351298422595397396163512984225953973961635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1edd4238-4f2f-4930-a9b3-f6b34bab7fe4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99982f30-80ea-4224-9838-a6580d649845, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99982f30-80ea-4224-9838-a6580d649845, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10896191541983471079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079108961915419834710791089619154198347107910896191541983471079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99982f30-80ea-4224-9838-a6580d649845, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f542010-51ba-4675-9419-20d9254aa4b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065340cb-1d26-4b47-96f5-1dfa56f9e2f0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35006173-86d8-45e4-a65f-829e6b9b2ee6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f542010-51ba-4675-9419-20d9254aa4b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1106885905603416098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098110688590560341609811068859056034160981106885905603416098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35006173-86d8-45e4-a65f-829e6b9b2ee6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3876447012088802593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593387644701208880259338764470120888025933876447012088802593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f542010-51ba-4675-9419-20d9254aa4b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32aafb17-99ac-4a39-b272-fcf6fb8c554a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32aafb17-99ac-4a39-b272-fcf6fb8c554a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2687474308035908185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185268747430803590818526874743080359081852687474308035908185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35006173-86d8-45e4-a65f-829e6b9b2ee6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16a0a828-0fe4-4eeb-95c5-b2c178c0fc51, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a0a828-0fe4-4eeb-95c5-b2c178c0fc51, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372500363889187581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581437250036388918758143725003638891875814372500363889187581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32aafb17-99ac-4a39-b272-fcf6fb8c554a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7106e8d0-6cd1-443c-a27e-e38de5d9399e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7106e8d0-6cd1-443c-a27e-e38de5d9399e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6710162369133241709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709671016236913324170967101623691332417096710162369133241709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a0a828-0fe4-4eeb-95c5-b2c178c0fc51, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ddc36ba-dfd4-4788-8231-94c9ed0b6965, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ddc36ba-dfd4-4788-8231-94c9ed0b6965, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3911768278224409213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213391176827822440921339117682782244092133911768278224409213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7106e8d0-6cd1-443c-a27e-e38de5d9399e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1eca044e-0ff4-4a49-a33d-3691563d368e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eca044e-0ff4-4a49-a33d-3691563d368e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9874350834830911968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968987435083483091196898743508348309119689874350834830911968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ddc36ba-dfd4-4788-8231-94c9ed0b6965, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a5145c-1a8e-443b-8d97-ffaf3df5be4e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a5145c-1a8e-443b-8d97-ffaf3df5be4e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4266326202981193380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380426632620298119338042663262029811933804266326202981193380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eca044e-0ff4-4a49-a33d-3691563d368e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d95e65-26a1-4c3f-90fc-2a0c52b66320, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d95e65-26a1-4c3f-90fc-2a0c52b66320, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12802177779203862705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705128021777792038627051280217777920386270512802177779203862705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a5145c-1a8e-443b-8d97-ffaf3df5be4e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d93e3b0c-c8ce-471d-8959-2d181ef04918, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d93e3b0c-c8ce-471d-8959-2d181ef04918, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10314369870321549472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472103143698703215494721031436987032154947210314369870321549472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d95e65-26a1-4c3f-90fc-2a0c52b66320, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddfdad16-fe42-44d7-93a0-f2ae2ee0f0a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddfdad16-fe42-44d7-93a0-f2ae2ee0f0a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15593187386024918864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864155931873860249188641559318738602491886415593187386024918864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d93e3b0c-c8ce-471d-8959-2d181ef04918, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e815aec-7d18-48af-9713-c56c40456df2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e815aec-7d18-48af-9713-c56c40456df2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9700959109956737392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392970095910995673739297009591099567373929700959109956737392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddfdad16-fe42-44d7-93a0-f2ae2ee0f0a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1584fcc5-c96b-4edb-831e-5a3bf97a9f86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1584fcc5-c96b-4edb-831e-5a3bf97a9f86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16143070703999330116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116161430707039993301161614307070399933011616143070703999330116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e815aec-7d18-48af-9713-c56c40456df2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a16707-d72f-42b8-b912-06f3e1d5d6fa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a16707-d72f-42b8-b912-06f3e1d5d6fa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15774000948391217497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497157740009483912174971577400094839121749715774000948391217497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1584fcc5-c96b-4edb-831e-5a3bf97a9f86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 983fa66e-b077-46df-83e8-af0b21e0bf91, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983fa66e-b077-46df-83e8-af0b21e0bf91, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4941837138958126640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640494183713895812664049418371389581266404941837138958126640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a16707-d72f-42b8-b912-06f3e1d5d6fa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e0dcd40-efe8-4bca-81f8-32c44c0be551, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e0dcd40-efe8-4bca-81f8-32c44c0be551, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10317548425404114904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904103175484254041149041031754842540411490410317548425404114904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983fa66e-b077-46df-83e8-af0b21e0bf91, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab146b81-7da2-4e8f-93f9-e89cc14d6733, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab146b81-7da2-4e8f-93f9-e89cc14d6733, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12699914011529911757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757126999140115299117571269991401152991175712699914011529911757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e0dcd40-efe8-4bca-81f8-32c44c0be551, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaa78e7b-3199-4034-bd44-924561e178e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaa78e7b-3199-4034-bd44-924561e178e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5748342690065068558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558574834269006506855857483426900650685585748342690065068558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab146b81-7da2-4e8f-93f9-e89cc14d6733, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a684ed2d-98e5-4c22-8fe6-4dc06882f8eb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a684ed2d-98e5-4c22-8fe6-4dc06882f8eb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315893720752512855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855143158937207525128551431589372075251285514315893720752512855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaa78e7b-3199-4034-bd44-924561e178e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e87e237-cae3-4760-a79c-6e65ab0ca5a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e87e237-cae3-4760-a79c-6e65ab0ca5a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6378501109576919815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815637850110957691981563785011095769198156378501109576919815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a684ed2d-98e5-4c22-8fe6-4dc06882f8eb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dfec0f5-b640-425e-b834-070156eb9032, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfec0f5-b640-425e-b834-070156eb9032, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3482069604543794903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903348206960454379490334820696045437949033482069604543794903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e87e237-cae3-4760-a79c-6e65ab0ca5a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec320a07-d28c-4890-80f8-af2258ac4185, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec320a07-d28c-4890-80f8-af2258ac4185, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 973789329591271453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453973789329591271453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfec0f5-b640-425e-b834-070156eb9032, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b651624-ead5-4486-9ff9-18c1ff82f4f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b651624-ead5-4486-9ff9-18c1ff82f4f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10470627312422316119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119104706273124223161191047062731242231611910470627312422316119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec320a07-d28c-4890-80f8-af2258ac4185, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e267e1e7-86f2-460f-822e-4d4533a1fe42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e267e1e7-86f2-460f-822e-4d4533a1fe42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1431503413002690805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805143150341300269080514315034130026908051431503413002690805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b651624-ead5-4486-9ff9-18c1ff82f4f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da527f3c-c26b-4ea6-9f82-2a73da6a4a48, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da527f3c-c26b-4ea6-9f82-2a73da6a4a48, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9115044245702302964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964911504424570230296491150442457023029649115044245702302964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e267e1e7-86f2-460f-822e-4d4533a1fe42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c62595c-9f90-4baa-9a20-245618cf99b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c62595c-9f90-4baa-9a20-245618cf99b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10450535388779357565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565104505353887793575651045053538877935756510450535388779357565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da527f3c-c26b-4ea6-9f82-2a73da6a4a48, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14e056a0-65b7-41b8-be61-53cd4864ae30, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e056a0-65b7-41b8-be61-53cd4864ae30, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13653081890521589620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620136530818905215896201365308189052158962013653081890521589620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c62595c-9f90-4baa-9a20-245618cf99b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6abfdc13-b5ca-4d86-bbee-937a8d09fe36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6abfdc13-b5ca-4d86-bbee-937a8d09fe36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9516672607967601978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978951667260796760197895166726079676019789516672607967601978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e056a0-65b7-41b8-be61-53cd4864ae30, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7720fc99-9640-423d-8020-1ea05906c1f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7720fc99-9640-423d-8020-1ea05906c1f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2685996153837608754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754268599615383760875426859961538376087542685996153837608754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6abfdc13-b5ca-4d86-bbee-937a8d09fe36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbab5df7-de2b-41b9-b324-1e73c0805d89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbab5df7-de2b-41b9-b324-1e73c0805d89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10072668928274658456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456100726689282746584561007266892827465845610072668928274658456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7720fc99-9640-423d-8020-1ea05906c1f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 936c0450-6945-42cc-9dfc-dd8dddf32e97, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 936c0450-6945-42cc-9dfc-dd8dddf32e97, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9763397119749158114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114976339711974915811497633971197491581149763397119749158114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbab5df7-de2b-41b9-b324-1e73c0805d89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5288649-abaf-4109-bdcd-a48141a3668e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5288649-abaf-4109-bdcd-a48141a3668e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7633032657122594735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735763303265712259473576330326571225947357633032657122594735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 936c0450-6945-42cc-9dfc-dd8dddf32e97, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c233d904-d123-48cb-b6d3-8104679bc6e9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c233d904-d123-48cb-b6d3-8104679bc6e9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11595375556710627947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947115953755567106279471159537555671062794711595375556710627947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5288649-abaf-4109-bdcd-a48141a3668e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34e47a53-4544-4fc5-a262-fbf28593d8c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e47a53-4544-4fc5-a262-fbf28593d8c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1567427866858157214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214156742786685815721415674278668581572141567427866858157214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c233d904-d123-48cb-b6d3-8104679bc6e9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 446bb0c1-dbd6-40fa-a10a-7a41cebe1426, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 446bb0c1-dbd6-40fa-a10a-7a41cebe1426, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941149779055147159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159169411497790551471591694114977905514715916941149779055147159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e47a53-4544-4fc5-a262-fbf28593d8c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ed7ceef-4a5c-4ee9-b906-28e43fe140d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ed7ceef-4a5c-4ee9-b906-28e43fe140d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733285575917302407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407973328557591730240797332855759173024079733285575917302407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 446bb0c1-dbd6-40fa-a10a-7a41cebe1426, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd7a010a-9765-4de2-b46c-860568b2b802, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd7a010a-9765-4de2-b46c-860568b2b802, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11011924843417228170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170110119248434172281701101192484341722817011011924843417228170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ed7ceef-4a5c-4ee9-b906-28e43fe140d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9940730-9f2c-4b76-900d-745f4fc08b86, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9940730-9f2c-4b76-900d-745f4fc08b86, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11382569210875720174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174113825692108757201741138256921087572017411382569210875720174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd7a010a-9765-4de2-b46c-860568b2b802, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b317800-0c3f-48e1-8f1d-d89087395bf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b317800-0c3f-48e1-8f1d-d89087395bf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5857613271356503007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007585761327135650300758576132713565030075857613271356503007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9940730-9f2c-4b76-900d-745f4fc08b86, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 372e7375-1a1f-4bf6-b402-06bf374877ae, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 372e7375-1a1f-4bf6-b402-06bf374877ae, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13813798112020078751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751138137981120200787511381379811202007875113813798112020078751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b317800-0c3f-48e1-8f1d-d89087395bf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25bc8309-2f5f-403c-bfd6-cbd5ce122523, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25bc8309-2f5f-403c-bfd6-cbd5ce122523, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18097201212689550488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488180972012126895504881809720121268955048818097201212689550488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 372e7375-1a1f-4bf6-b402-06bf374877ae, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0770c7b7-9f98-4227-adc1-2fec29c5a2a8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0770c7b7-9f98-4227-adc1-2fec29c5a2a8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7883602859168272190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190788360285916827219078836028591682721907883602859168272190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25bc8309-2f5f-403c-bfd6-cbd5ce122523, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ba3d023-2b3c-4743-812b-ad2e6cfce4ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ba3d023-2b3c-4743-812b-ad2e6cfce4ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10017878990235418621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621100178789902354186211001787899023541862110017878990235418621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0770c7b7-9f98-4227-adc1-2fec29c5a2a8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75822fc5-18b7-4702-b087-76122592bbb0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75822fc5-18b7-4702-b087-76122592bbb0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15965383095384876051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051159653830953848760511596538309538487605115965383095384876051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ba3d023-2b3c-4743-812b-ad2e6cfce4ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 153c8bc6-e13b-42f9-92c2-9c9d15680ca6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 153c8bc6-e13b-42f9-92c2-9c9d15680ca6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16544767346611963336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336165447673466119633361654476734661196333616544767346611963336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75822fc5-18b7-4702-b087-76122592bbb0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 153c8bc6-e13b-42f9-92c2-9c9d15680ca6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc422d29-b60d-415d-b8c0-816817fc21f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc422d29-b60d-415d-b8c0-816817fc21f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305725219240504910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910123057252192405049101230572521924050491012305725219240504910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70501a36-8f20-403c-93e4-07f901ebcce3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70501a36-8f20-403c-93e4-07f901ebcce3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2798433015519148523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523279843301551914852327984330155191485232798433015519148523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc422d29-b60d-415d-b8c0-816817fc21f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b6d8ed-ec9c-4dba-b4e2-5a8ee623fafb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b6d8ed-ec9c-4dba-b4e2-5a8ee623fafb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7701386950512865080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080770138695051286508077013869505128650807701386950512865080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70501a36-8f20-403c-93e4-07f901ebcce3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8f461ea-c627-4da0-9d1d-27518d17952c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8f461ea-c627-4da0-9d1d-27518d17952c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3753625226591857852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852375362522659185785237536252265918578523753625226591857852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b6d8ed-ec9c-4dba-b4e2-5a8ee623fafb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6ea7006-476b-4bc1-bb16-1ad73f50d381, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ea7006-476b-4bc1-bb16-1ad73f50d381, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3425026152392996240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240342502615239299624034250261523929962403425026152392996240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8f461ea-c627-4da0-9d1d-27518d17952c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44c862be-78b3-44a2-b5e0-5ee072f25ee1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44c862be-78b3-44a2-b5e0-5ee072f25ee1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16971115107472330153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153169711151074723301531697111510747233015316971115107472330153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ea7006-476b-4bc1-bb16-1ad73f50d381, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec860511-15d1-49f8-860e-212acdbd2849, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec860511-15d1-49f8-860e-212acdbd2849, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12823562349111291511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511128235623491112915111282356234911129151112823562349111291511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44c862be-78b3-44a2-b5e0-5ee072f25ee1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004ecdc0-c76c-408f-9b0c-7dc4f36ee932, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004ecdc0-c76c-408f-9b0c-7dc4f36ee932, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15393676040852941328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328153936760408529413281539367604085294132815393676040852941328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec860511-15d1-49f8-860e-212acdbd2849, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43f4c279-4989-4046-9f98-346d254db516, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f4c279-4989-4046-9f98-346d254db516, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7831075805364260749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749783107580536426074978310758053642607497831075805364260749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004ecdc0-c76c-408f-9b0c-7dc4f36ee932, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c167a8-7c6e-4c8e-9a1d-3b74e171d226, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c167a8-7c6e-4c8e-9a1d-3b74e171d226, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17966259709006460184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184179662597090064601841796625970900646018417966259709006460184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f4c279-4989-4046-9f98-346d254db516, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b973c817-0de2-47e0-bcf9-f94d0c568fac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b973c817-0de2-47e0-bcf9-f94d0c568fac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15543649677802325695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695155436496778023256951554364967780232569515543649677802325695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c167a8-7c6e-4c8e-9a1d-3b74e171d226, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a645608d-4b07-4a57-ad71-228bc60ef552, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a645608d-4b07-4a57-ad71-228bc60ef552, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6893084223662512657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657689308422366251265768930842236625126576893084223662512657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b973c817-0de2-47e0-bcf9-f94d0c568fac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75a72b7f-741c-46ef-b181-8ced1f0c1677, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a72b7f-741c-46ef-b181-8ced1f0c1677, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15024708647045122321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321150247086470451223211502470864704512232115024708647045122321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a645608d-4b07-4a57-ad71-228bc60ef552, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 034a0d1c-0b15-4f5d-aee0-98f9d5bb6c5a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 034a0d1c-0b15-4f5d-aee0-98f9d5bb6c5a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4437447439134846601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601443744743913484660144374474391348466014437447439134846601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a72b7f-741c-46ef-b181-8ced1f0c1677, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd4dc61b-8938-462a-a0d2-b1098e299e31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd4dc61b-8938-462a-a0d2-b1098e299e31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4511662357564534431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431451166235756453443145116623575645344314511662357564534431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 034a0d1c-0b15-4f5d-aee0-98f9d5bb6c5a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b57c4a5-9c9c-421f-bab5-534c429596a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b57c4a5-9c9c-421f-bab5-534c429596a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15017281027331486713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713150172810273314867131501728102733148671315017281027331486713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd4dc61b-8938-462a-a0d2-b1098e299e31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd2f604-2281-42bb-beb4-912ef8f5a3ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd2f604-2281-42bb-beb4-912ef8f5a3ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9468274374066147380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380946827437406614738094682743740661473809468274374066147380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b57c4a5-9c9c-421f-bab5-534c429596a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d155ebd3-3c2c-4118-b737-eb866372e28b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d155ebd3-3c2c-4118-b737-eb866372e28b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14229236084196760726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726142292360841967607261422923608419676072614229236084196760726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd2f604-2281-42bb-beb4-912ef8f5a3ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b5aa127-ca94-49f4-9fa7-35c42b3562ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5aa127-ca94-49f4-9fa7-35c42b3562ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8345497375417451686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686834549737541745168683454973754174516868345497375417451686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d155ebd3-3c2c-4118-b737-eb866372e28b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b34ed380-e650-4446-82e9-4997c4c3d4fd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34ed380-e650-4446-82e9-4997c4c3d4fd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11673125158247417949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949116731251582474179491167312515824741794911673125158247417949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5aa127-ca94-49f4-9fa7-35c42b3562ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 172e3d5b-54ce-4d82-ba94-3fd174480629, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 172e3d5b-54ce-4d82-ba94-3fd174480629, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3022006924578795621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621302200692457879562130220069245787956213022006924578795621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34ed380-e650-4446-82e9-4997c4c3d4fd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06af01b3-d86f-490a-8a02-232c5f64fc36, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06af01b3-d86f-490a-8a02-232c5f64fc36, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17722110531076302592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592177221105310763025921772211053107630259217722110531076302592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06af01b3-d86f-490a-8a02-232c5f64fc36, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3812c3c-71de-45cc-a03a-af84d1575afb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 172e3d5b-54ce-4d82-ba94-3fd174480629, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3812c3c-71de-45cc-a03a-af84d1575afb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12461717860390077755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755124617178603900777551246171786039007775512461717860390077755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7fc25e6-d72b-4ff6-82ee-9e6e7a8c5ad9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7fc25e6-d72b-4ff6-82ee-9e6e7a8c5ad9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2085707955230433701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701208570795523043370120857079552304337012085707955230433701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7fc25e6-d72b-4ff6-82ee-9e6e7a8c5ad9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b40554f-b2c2-40ed-a126-356fda0eb065, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3812c3c-71de-45cc-a03a-af84d1575afb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b40554f-b2c2-40ed-a126-356fda0eb065, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13024360427916665455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455130243604279166654551302436042791666545513024360427916665455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90268aeb-66ff-45ad-8161-d61b9656fc33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90268aeb-66ff-45ad-8161-d61b9656fc33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18277687837511589304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304182776878375115893041827768783751158930418277687837511589304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b40554f-b2c2-40ed-a126-356fda0eb065, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67974a09-2f03-4101-a3c6-881db12eb87b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67974a09-2f03-4101-a3c6-881db12eb87b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4120328366878304934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934412032836687830493441203283668783049344120328366878304934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90268aeb-66ff-45ad-8161-d61b9656fc33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b04a8105-ed4d-4ce8-8278-77ad12598a42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b04a8105-ed4d-4ce8-8278-77ad12598a42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14076942445009580238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238140769424450095802381407694244500958023814076942445009580238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67974a09-2f03-4101-a3c6-881db12eb87b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35d9f724-485a-4baf-87d1-8346ced4226a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d9f724-485a-4baf-87d1-8346ced4226a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17613280997565614790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790176132809975656147901761328099756561479017613280997565614790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b04a8105-ed4d-4ce8-8278-77ad12598a42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0ebb667-70c9-4b9d-a8df-dcaead5df7c9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0ebb667-70c9-4b9d-a8df-dcaead5df7c9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17429002589709733632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632174290025897097336321742900258970973363217429002589709733632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0ebb667-70c9-4b9d-a8df-dcaead5df7c9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9a626c3-1c72-44bc-8186-99acaceaa3d2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a626c3-1c72-44bc-8186-99acaceaa3d2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14429316203050356079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079144293162030503560791442931620305035607914429316203050356079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d9f724-485a-4baf-87d1-8346ced4226a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d10cac84-21ca-4fe4-b6b2-743ebcf6f2ce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10cac84-21ca-4fe4-b6b2-743ebcf6f2ce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17444238539635199008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008174442385396351990081744423853963519900817444238539635199008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a626c3-1c72-44bc-8186-99acaceaa3d2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9db6d442-c99a-4eb8-86e3-bc7a374db03e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db6d442-c99a-4eb8-86e3-bc7a374db03e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15361403422091782828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828153614034220917828281536140342209178282815361403422091782828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10cac84-21ca-4fe4-b6b2-743ebcf6f2ce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee94029-22f0-420a-94a7-d0715e4b7c31, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee94029-22f0-420a-94a7-d0715e4b7c31, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5457846221043304994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994545784622104330499454578462210433049945457846221043304994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db6d442-c99a-4eb8-86e3-bc7a374db03e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebfac3b3-f0a9-419b-b8b3-800cc2b283f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebfac3b3-f0a9-419b-b8b3-800cc2b283f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4864078586513563897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897486407858651356389748640785865135638974864078586513563897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee94029-22f0-420a-94a7-d0715e4b7c31, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7288e843-09d5-4e32-b27e-a4063a490501, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7288e843-09d5-4e32-b27e-a4063a490501, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17998039693506258416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416179980396935062584161799803969350625841617998039693506258416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebfac3b3-f0a9-419b-b8b3-800cc2b283f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 814e3067-a97d-494d-868f-c6d3fdadbd42, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 814e3067-a97d-494d-868f-c6d3fdadbd42, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16624648805481197833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833166246488054811978331662464880548119783316624648805481197833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 814e3067-a97d-494d-868f-c6d3fdadbd42, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7288e843-09d5-4e32-b27e-a4063a490501, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e97acd3c-4eb1-48a0-9816-96d9db90d42e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e97acd3c-4eb1-48a0-9816-96d9db90d42e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11049866692634341723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723110498666926343417231104986669263434172311049866692634341723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e9f9cbe-6df3-4cda-9c16-447d066bb37f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9f9cbe-6df3-4cda-9c16-447d066bb37f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9632461217544532583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583963246121754453258396324612175445325839632461217544532583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e97acd3c-4eb1-48a0-9816-96d9db90d42e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c939dff1-ef12-4ea8-ad9d-7f6a2309969d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c939dff1-ef12-4ea8-ad9d-7f6a2309969d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16776498450956257496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496167764984509562574961677649845095625749616776498450956257496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9f9cbe-6df3-4cda-9c16-447d066bb37f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9641d306-e770-4f22-8bea-c62d3cbd9f4f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9641d306-e770-4f22-8bea-c62d3cbd9f4f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8069852334628693251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251806985233462869325180698523346286932518069852334628693251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9641d306-e770-4f22-8bea-c62d3cbd9f4f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48de2592-9528-4021-b9b5-3e7dc38196fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48de2592-9528-4021-b9b5-3e7dc38196fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4919955695378793748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748491995569537879374849199556953787937484919955695378793748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c939dff1-ef12-4ea8-ad9d-7f6a2309969d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9a05e34-9565-4988-8f22-b40886c5ddbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9a05e34-9565-4988-8f22-b40886c5ddbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11945203800321747549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549119452038003217475491194520380032174754911945203800321747549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48de2592-9528-4021-b9b5-3e7dc38196fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9a05e34-9565-4988-8f22-b40886c5ddbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51edb3e0-5ea5-4c64-8a35-0c9a88a23610, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9ccb979-31a4-4de4-9257-5ea9bbcdb47b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51edb3e0-5ea5-4c64-8a35-0c9a88a23610, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4470511249161100257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257447051124916110025744705112491611002574470511249161100257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ccb979-31a4-4de4-9257-5ea9bbcdb47b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7034466449564217018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018703446644956421701870344664495642170187034466449564217018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51edb3e0-5ea5-4c64-8a35-0c9a88a23610, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aaa1d40-40eb-4bb9-9cce-19afffcbc017, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aaa1d40-40eb-4bb9-9cce-19afffcbc017, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6039012314223832999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999603901231422383299960390123142238329996039012314223832999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ccb979-31a4-4de4-9257-5ea9bbcdb47b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8ba1857-d6d6-4feb-8cd4-ec4ace65fc9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ba1857-d6d6-4feb-8cd4-ec4ace65fc9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12626062526915457023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023126260625269154570231262606252691545702312626062526915457023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aaa1d40-40eb-4bb9-9cce-19afffcbc017, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ebbb765-0039-488b-9074-f78bc5e1a1c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebbb765-0039-488b-9074-f78bc5e1a1c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8686900962636755505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505868690096263675550586869009626367555058686900962636755505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ba1857-d6d6-4feb-8cd4-ec4ace65fc9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f0db2ab-5ba4-4e76-aea0-b27a23b3a258, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0db2ab-5ba4-4e76-aea0-b27a23b3a258, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16279186031115178166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166162791860311151781661627918603111517816616279186031115178166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebbb765-0039-488b-9074-f78bc5e1a1c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1fe1321-5cbc-4fd2-ba83-6e05b3372beb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1fe1321-5cbc-4fd2-ba83-6e05b3372beb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13645080188774292737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737136450801887742927371364508018877429273713645080188774292737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0db2ab-5ba4-4e76-aea0-b27a23b3a258, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 989efee5-af3a-4fb9-b4f5-7b63eac77ef6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 989efee5-af3a-4fb9-b4f5-7b63eac77ef6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11376776437947060064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064113767764379470600641137677643794706006411376776437947060064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1fe1321-5cbc-4fd2-ba83-6e05b3372beb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a09cc9ea-12e0-4ab5-87f2-dfdde54cc2b8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a09cc9ea-12e0-4ab5-87f2-dfdde54cc2b8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3269694846083428351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351326969484608342835132696948460834283513269694846083428351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 989efee5-af3a-4fb9-b4f5-7b63eac77ef6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3eb58b4a-5f3b-4555-a6d8-69ffebd35dbb, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eb58b4a-5f3b-4555-a6d8-69ffebd35dbb, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16989017365111966202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202169890173651119662021698901736511196620216989017365111966202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a09cc9ea-12e0-4ab5-87f2-dfdde54cc2b8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 649262fe-011a-4459-b77b-65304452f569, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 649262fe-011a-4459-b77b-65304452f569, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18084902462887986004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004180849024628879860041808490246288798600418084902462887986004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eb58b4a-5f3b-4555-a6d8-69ffebd35dbb, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73a03440-1f56-4f46-9219-574e7e862b3d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a03440-1f56-4f46-9219-574e7e862b3d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10467796019160966205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205104677960191609662051046779601916096620510467796019160966205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 649262fe-011a-4459-b77b-65304452f569, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d341faf9-d614-4b34-800f-bda68139acc7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d341faf9-d614-4b34-800f-bda68139acc7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6142769840695388579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579614276984069538857961427698406953885796142769840695388579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a03440-1f56-4f46-9219-574e7e862b3d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6801fb7-7352-4a98-b61b-e1f2875020e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6801fb7-7352-4a98-b61b-e1f2875020e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18434335386353719859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859184343353863537198591843433538635371985918434335386353719859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d341faf9-d614-4b34-800f-bda68139acc7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1aa31f2-95bb-4c92-b2ed-b9299247c107, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1aa31f2-95bb-4c92-b2ed-b9299247c107, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7677152430560647414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414767715243056064741476771524305606474147677152430560647414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6801fb7-7352-4a98-b61b-e1f2875020e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ceedb05-02dd-4195-ad96-ec30600c9329, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ceedb05-02dd-4195-ad96-ec30600c9329, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4359207238242887760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760435920723824288776043592072382428877604359207238242887760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1aa31f2-95bb-4c92-b2ed-b9299247c107, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c689fe18-406a-4764-aa28-482b77850d57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c689fe18-406a-4764-aa28-482b77850d57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5857189053434680970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970585718905343468097058571890534346809705857189053434680970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ceedb05-02dd-4195-ad96-ec30600c9329, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2055d7a-a0d6-4db6-b0a6-5cdeedcba711, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2055d7a-a0d6-4db6-b0a6-5cdeedcba711, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2129133825707903301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301212913382570790330121291338257079033012129133825707903301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c689fe18-406a-4764-aa28-482b77850d57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 399540c9-9180-4640-bd84-78ebc403f2d8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 399540c9-9180-4640-bd84-78ebc403f2d8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11035179617960449800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800110351796179604498001103517961796044980011035179617960449800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2055d7a-a0d6-4db6-b0a6-5cdeedcba711, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4a0092d-e241-4aa9-98da-dbd3cc5be340, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a0092d-e241-4aa9-98da-dbd3cc5be340, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2339659132874406922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922233965913287440692223396591328744069222339659132874406922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 399540c9-9180-4640-bd84-78ebc403f2d8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac8fb95-fe45-4d08-aaad-e42745ac80f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac8fb95-fe45-4d08-aaad-e42745ac80f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 729707531460619075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075729707531460619075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a0092d-e241-4aa9-98da-dbd3cc5be340, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 193c0b39-7b9b-4678-84be-a42d85779aa1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 193c0b39-7b9b-4678-84be-a42d85779aa1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16184560662663660599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599161845606626636605991618456066266366059916184560662663660599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac8fb95-fe45-4d08-aaad-e42745ac80f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5202322a-57dc-4559-877f-c33faa15d459, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5202322a-57dc-4559-877f-c33faa15d459, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7772166428793111265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265777216642879311126577721664287931112657772166428793111265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 193c0b39-7b9b-4678-84be-a42d85779aa1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46b4c482-1aa3-461a-851c-b72941036372, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b4c482-1aa3-461a-851c-b72941036372, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4583007314875509220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220458300731487550922045830073148755092204583007314875509220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5202322a-57dc-4559-877f-c33faa15d459, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 875aa621-73fb-4e37-9e69-3ee89ac519ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b4c482-1aa3-461a-851c-b72941036372, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f632e0b-ed84-4c2e-97a8-18e1619a52b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 875aa621-73fb-4e37-9e69-3ee89ac519ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8746710634741957923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923874671063474195792387467106347419579238746710634741957923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f632e0b-ed84-4c2e-97a8-18e1619a52b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14098588861799165222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222140985888617991652221409858886179916522214098588861799165222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f632e0b-ed84-4c2e-97a8-18e1619a52b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 875aa621-73fb-4e37-9e69-3ee89ac519ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8fe91c6-c375-4dd2-ac94-0165e25b0b23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8fe91c6-c375-4dd2-ac94-0165e25b0b23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7560228805135657109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109756022880513565710975602288051356571097560228805135657109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93a1c1bb-73e3-4da8-956e-adbf3953157c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a1c1bb-73e3-4da8-956e-adbf3953157c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4071221450349800470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470407122145034980047040712214503498004704071221450349800470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8fe91c6-c375-4dd2-ac94-0165e25b0b23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a1c1bb-73e3-4da8-956e-adbf3953157c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdc89024-f361-410f-a808-6d66bd3f8f0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdc89024-f361-410f-a808-6d66bd3f8f0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16796785109710159244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244167967851097101592441679678510971015924416796785109710159244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 559edeb1-20d7-4d8e-baa4-fa2846f1fd32, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 559edeb1-20d7-4d8e-baa4-fa2846f1fd32, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 317157480420490593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593317157480420490593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 559edeb1-20d7-4d8e-baa4-fa2846f1fd32, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 895b8e35-fe3e-4ee9-9567-6de96d5cea79, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895b8e35-fe3e-4ee9-9567-6de96d5cea79, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4605396765670073181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181460539676567007318146053967656700731814605396765670073181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdc89024-f361-410f-a808-6d66bd3f8f0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 368fb5b6-71f5-43e9-9703-9b0f9d4836d9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 368fb5b6-71f5-43e9-9703-9b0f9d4836d9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152705163064176526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526161527051630641765261615270516306417652616152705163064176526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895b8e35-fe3e-4ee9-9567-6de96d5cea79, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fdbcc32-aece-4b2f-bf40-a838df646eff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fdbcc32-aece-4b2f-bf40-a838df646eff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11530775258175153414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414115307752581751534141153077525817515341411530775258175153414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fdbcc32-aece-4b2f-bf40-a838df646eff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 368fb5b6-71f5-43e9-9703-9b0f9d4836d9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5834072-8dbf-4d71-bc28-4e93d4d723a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f06e29c5-1c63-47af-a92e-8a1232d4c729, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5834072-8dbf-4d71-bc28-4e93d4d723a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6235644924869409765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765623564492486940976562356449248694097656235644924869409765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f06e29c5-1c63-47af-a92e-8a1232d4c729, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706065925548343581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581770606592554834358177060659255483435817706065925548343581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5834072-8dbf-4d71-bc28-4e93d4d723a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb49ecf2-4a31-4c8f-a69f-7384321f6323, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f06e29c5-1c63-47af-a92e-8a1232d4c729, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 806ce211-bd47-44ba-9b9c-cfdeeb686b73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 806ce211-bd47-44ba-9b9c-cfdeeb686b73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11922343338678504440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440119223433386785044401192234333867850444011922343338678504440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb49ecf2-4a31-4c8f-a69f-7384321f6323, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13829864151151125481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481138298641511511254811382986415115112548113829864151151125481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 806ce211-bd47-44ba-9b9c-cfdeeb686b73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8219f52-500b-4e78-92ed-df0c2c453583, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8219f52-500b-4e78-92ed-df0c2c453583, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 940640324081300286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286940640324081300286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb49ecf2-4a31-4c8f-a69f-7384321f6323, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f2522a1-570d-48de-a032-9f6250f07f15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2522a1-570d-48de-a032-9f6250f07f15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9705573124665370522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522970557312466537052297055731246653705229705573124665370522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8219f52-500b-4e78-92ed-df0c2c453583, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3914376e-984a-4776-b465-348c461bf195, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3914376e-984a-4776-b465-348c461bf195, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3271152635343252034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034327115263534325203432711526353432520343271152635343252034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2522a1-570d-48de-a032-9f6250f07f15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 495ca5aa-6570-463b-b706-9f60e714f0b1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495ca5aa-6570-463b-b706-9f60e714f0b1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7275534726451360321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321727553472645136032172755347264513603217275534726451360321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3914376e-984a-4776-b465-348c461bf195, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03e9707f-d3dc-48f8-b0c5-9180ea271416, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03e9707f-d3dc-48f8-b0c5-9180ea271416, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18166135267004014220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220181661352670040142201816613526700401422018166135267004014220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495ca5aa-6570-463b-b706-9f60e714f0b1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6154ea66-8f09-4708-8c67-9a8aa591ca2e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6154ea66-8f09-4708-8c67-9a8aa591ca2e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6656076251513931354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354665607625151393135466560762515139313546656076251513931354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03e9707f-d3dc-48f8-b0c5-9180ea271416, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b301a67-bf1d-44d2-8955-005bdd3dd5b2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b301a67-bf1d-44d2-8955-005bdd3dd5b2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5479813177596645834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834547981317759664583454798131775966458345479813177596645834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6154ea66-8f09-4708-8c67-9a8aa591ca2e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4632a239-16da-4877-a864-a68969a295e7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4632a239-16da-4877-a864-a68969a295e7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10598957985327674248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248105989579853276742481059895798532767424810598957985327674248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b301a67-bf1d-44d2-8955-005bdd3dd5b2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4431a7b7-33f6-4fbb-821e-922f715fa65d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4431a7b7-33f6-4fbb-821e-922f715fa65d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13181090615387600348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348131810906153876003481318109061538760034813181090615387600348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4632a239-16da-4877-a864-a68969a295e7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95b73a94-8073-4aff-aa2a-68c179342096, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b73a94-8073-4aff-aa2a-68c179342096, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 329710795472199152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152329710795472199152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4431a7b7-33f6-4fbb-821e-922f715fa65d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2ba2d79-0025-4577-8750-9765a7cd3dbe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2ba2d79-0025-4577-8750-9765a7cd3dbe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17739096245440710193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193177390962454407101931773909624544071019317739096245440710193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b73a94-8073-4aff-aa2a-68c179342096, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2ba2d79-0025-4577-8750-9765a7cd3dbe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47d8ae12-73a9-439b-b18e-1dc2f37abf0c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d8ae12-73a9-439b-b18e-1dc2f37abf0c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166561479176804216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216131665614791768042161316656147917680421613166561479176804216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c553f30-0a7b-4d04-a9c6-ec88e35f2cef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c553f30-0a7b-4d04-a9c6-ec88e35f2cef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3547218961310829046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046354721896131082904635472189613108290463547218961310829046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c553f30-0a7b-4d04-a9c6-ec88e35f2cef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d8ae12-73a9-439b-b18e-1dc2f37abf0c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d595a91a-6642-44ee-ac3e-b2e19c5cf3ea, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17078428-6fef-440c-9231-6b22c632f2a9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17078428-6fef-440c-9231-6b22c632f2a9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10249336493516105857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857102493364935161058571024933649351610585710249336493516105857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d595a91a-6642-44ee-ac3e-b2e19c5cf3ea, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15339568945944348704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704153395689459443487041533956894594434870415339568945944348704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d595a91a-6642-44ee-ac3e-b2e19c5cf3ea, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a8a9d74-5224-45c6-b6c9-e9bfdac01c4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a8a9d74-5224-45c6-b6c9-e9bfdac01c4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6567780756368104159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159656778075636810415965677807563681041596567780756368104159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17078428-6fef-440c-9231-6b22c632f2a9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29c9019a-b924-430e-b4ed-a6d8eddebe8f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c9019a-b924-430e-b4ed-a6d8eddebe8f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17064351049364225971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971170643510493642259711706435104936422597117064351049364225971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a8a9d74-5224-45c6-b6c9-e9bfdac01c4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68a0a7f9-71ee-4ce3-bccd-da31f331a3c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68a0a7f9-71ee-4ce3-bccd-da31f331a3c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6481839009255505597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597648183900925550559764818390092555055976481839009255505597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c9019a-b924-430e-b4ed-a6d8eddebe8f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e494714-67c3-431f-942f-5deaa86c91fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e494714-67c3-431f-942f-5deaa86c91fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7926558608270629563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563792655860827062956379265586082706295637926558608270629563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68a0a7f9-71ee-4ce3-bccd-da31f331a3c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6d1133a-79b9-4f64-bf98-0ce513ad8538, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d1133a-79b9-4f64-bf98-0ce513ad8538, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 622722045587361865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865622722045587361865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e494714-67c3-431f-942f-5deaa86c91fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d926e9fb-ed24-4b45-a850-51b032480786, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d926e9fb-ed24-4b45-a850-51b032480786, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15426818675521190150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150154268186755211901501542681867552119015015426818675521190150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d1133a-79b9-4f64-bf98-0ce513ad8538, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf71436c-d370-4ec3-90d9-ce7d9b6485a2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf71436c-d370-4ec3-90d9-ce7d9b6485a2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 450314410624169686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686450314410624169686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d926e9fb-ed24-4b45-a850-51b032480786, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb44f56-2b54-412a-9d50-73749bd39a89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb44f56-2b54-412a-9d50-73749bd39a89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9603899076886224488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488960389907688622448896038990768862244889603899076886224488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf71436c-d370-4ec3-90d9-ce7d9b6485a2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 693130d3-af13-47f9-9873-298f71ccd22d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 693130d3-af13-47f9-9873-298f71ccd22d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16047698069600348456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456160476980696003484561604769806960034845616047698069600348456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb44f56-2b54-412a-9d50-73749bd39a89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02aab9e2-6d5f-4d56-9fcb-4882384c081e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02aab9e2-6d5f-4d56-9fcb-4882384c081e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1024434217069763815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815102443421706976381510244342170697638151024434217069763815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 693130d3-af13-47f9-9873-298f71ccd22d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c7d55ce-70f0-41f5-9d22-7b2ad21e5d62, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c7d55ce-70f0-41f5-9d22-7b2ad21e5d62, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18351237888003480307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307183512378880034803071835123788800348030718351237888003480307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02aab9e2-6d5f-4d56-9fcb-4882384c081e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 977e2fbd-a85d-42df-aeb3-c7829ac7aadf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 977e2fbd-a85d-42df-aeb3-c7829ac7aadf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10506163276909823096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096105061632769098230961050616327690982309610506163276909823096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c7d55ce-70f0-41f5-9d22-7b2ad21e5d62, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1132b10f-54c8-484d-bb4c-37b3f2d82b4c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1132b10f-54c8-484d-bb4c-37b3f2d82b4c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5840707897314075201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201584070789731407520158407078973140752015840707897314075201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 977e2fbd-a85d-42df-aeb3-c7829ac7aadf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 289785e9-5791-4a66-bea3-1c31ab21e93b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 289785e9-5791-4a66-bea3-1c31ab21e93b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 112504772960396775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775112504772960396775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1132b10f-54c8-484d-bb4c-37b3f2d82b4c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb75d908-b7c4-44b6-9188-ab4dd85c431f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb75d908-b7c4-44b6-9188-ab4dd85c431f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10617579367321376118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118106175793673213761181061757936732137611810617579367321376118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 289785e9-5791-4a66-bea3-1c31ab21e93b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e22c57d-1356-4652-ae42-cd55e3b7ab9a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e22c57d-1356-4652-ae42-cd55e3b7ab9a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16829026951204079855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855168290269512040798551682902695120407985516829026951204079855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb75d908-b7c4-44b6-9188-ab4dd85c431f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39e20b49-f6a1-495c-9234-9564e2f29295, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e20b49-f6a1-495c-9234-9564e2f29295, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667592420144795905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905136675924201447959051366759242014479590513667592420144795905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e22c57d-1356-4652-ae42-cd55e3b7ab9a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7159fc-61e0-45fb-a317-0d0531df413d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7159fc-61e0-45fb-a317-0d0531df413d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1131715545220624197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197113171554522062419711317155452206241971131715545220624197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e20b49-f6a1-495c-9234-9564e2f29295, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 911312e8-8639-4b74-8124-281937f65c71, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911312e8-8639-4b74-8124-281937f65c71, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11520146117622808992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992115201461176228089921152014611762280899211520146117622808992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7159fc-61e0-45fb-a317-0d0531df413d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8848181c-b6cc-44c6-b88f-9e4ab88c19e6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8848181c-b6cc-44c6-b88f-9e4ab88c19e6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15901180687967831559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559159011806879678315591590118068796783155915901180687967831559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911312e8-8639-4b74-8124-281937f65c71, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53d060bf-d89c-4aea-a78a-53681384d343, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53d060bf-d89c-4aea-a78a-53681384d343, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11963525635992765097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097119635256359927650971196352563599276509711963525635992765097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8848181c-b6cc-44c6-b88f-9e4ab88c19e6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e692351-4625-4e53-8684-96b85c577a66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e692351-4625-4e53-8684-96b85c577a66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13176558939400126195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195131765589394001261951317655893940012619513176558939400126195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53d060bf-d89c-4aea-a78a-53681384d343, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb899f1f-7fe1-4e08-8cc7-dc5b35596b96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb899f1f-7fe1-4e08-8cc7-dc5b35596b96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13296213368053526395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395132962133680535263951329621336805352639513296213368053526395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e692351-4625-4e53-8684-96b85c577a66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1668932e-c7cc-489a-8717-59bcc7a7d8a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1668932e-c7cc-489a-8717-59bcc7a7d8a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1109797905672437785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785110979790567243778511097979056724377851109797905672437785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb899f1f-7fe1-4e08-8cc7-dc5b35596b96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22b0a273-9da7-4b90-8875-cbaa2ec33c33, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b0a273-9da7-4b90-8875-cbaa2ec33c33, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16052688495797166710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710160526884957971667101605268849579716671016052688495797166710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1668932e-c7cc-489a-8717-59bcc7a7d8a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8697dc03-f447-48dc-9841-2722fd62659f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8697dc03-f447-48dc-9841-2722fd62659f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12834584543157701282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282128345845431577012821283458454315770128212834584543157701282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b0a273-9da7-4b90-8875-cbaa2ec33c33, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfd2a8a6-1268-4cce-a881-afea24b063d4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd2a8a6-1268-4cce-a881-afea24b063d4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154980645856060892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892101549806458560608921015498064585606089210154980645856060892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8697dc03-f447-48dc-9841-2722fd62659f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ece197d5-9884-4746-9206-728e2a5f1796, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ece197d5-9884-4746-9206-728e2a5f1796, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4090956059318551800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800409095605931855180040909560593185518004090956059318551800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd2a8a6-1268-4cce-a881-afea24b063d4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b15e4ae-d528-4e4e-ba78-610b5416ddd7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b15e4ae-d528-4e4e-ba78-610b5416ddd7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8136951169110564094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094813695116911056409481369511691105640948136951169110564094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ece197d5-9884-4746-9206-728e2a5f1796, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84993e0c-c723-4c99-8ffd-5c83c3d4d456, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84993e0c-c723-4c99-8ffd-5c83c3d4d456, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8950897986131576858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858895089798613157685889508979861315768588950897986131576858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b15e4ae-d528-4e4e-ba78-610b5416ddd7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84993e0c-c723-4c99-8ffd-5c83c3d4d456, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18e5a7bb-b571-478c-82cb-56bcd97a1034, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2db70ed8-1268-4d62-902d-a2a664119e6e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db70ed8-1268-4d62-902d-a2a664119e6e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1010989467601127020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020101098946760112702010109894676011270201010989467601127020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e5a7bb-b571-478c-82cb-56bcd97a1034, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6342632718138355101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101634263271813835510163426327181383551016342632718138355101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db70ed8-1268-4d62-902d-a2a664119e6e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98782710-c9b3-4057-ae32-1e3ffbf1b98b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98782710-c9b3-4057-ae32-1e3ffbf1b98b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10988049746058102406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406109880497460581024061098804974605810240610988049746058102406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e5a7bb-b571-478c-82cb-56bcd97a1034, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b0d15a6-f86c-4766-901d-50637c26a79f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b0d15a6-f86c-4766-901d-50637c26a79f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3319114322497730131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131331911432249773013133191143224977301313319114322497730131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98782710-c9b3-4057-ae32-1e3ffbf1b98b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb547568-9b23-446f-b546-c779cc92b07d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b0d15a6-f86c-4766-901d-50637c26a79f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf008251-5c5e-4bf6-9d34-bebce6a595bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf008251-5c5e-4bf6-9d34-bebce6a595bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8023514950785771694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694802351495078577169480235149507857716948023514950785771694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb547568-9b23-446f-b546-c779cc92b07d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 197754879959439478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478197754879959439478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf008251-5c5e-4bf6-9d34-bebce6a595bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d3add91-d922-417b-a318-9253dc6587c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d3add91-d922-417b-a318-9253dc6587c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461123903915701190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190174611239039157011901746112390391570119017461123903915701190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb547568-9b23-446f-b546-c779cc92b07d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24b90073-ae3e-46ba-830e-de2f54c1379c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24b90073-ae3e-46ba-830e-de2f54c1379c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10126417260795653473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473101264172607956534731012641726079565347310126417260795653473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d3add91-d922-417b-a318-9253dc6587c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f319054-e208-46da-a3e8-9a15deb98bfa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f319054-e208-46da-a3e8-9a15deb98bfa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6057233204529792033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033605723320452979203360572332045297920336057233204529792033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24b90073-ae3e-46ba-830e-de2f54c1379c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dc1a841-37a7-42c0-ad96-89a99c1657a1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dc1a841-37a7-42c0-ad96-89a99c1657a1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3429997674514317359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359342999767451431735934299976745143173593429997674514317359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f319054-e208-46da-a3e8-9a15deb98bfa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cdbc746-af90-4233-ba73-2c3b982ff19e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdbc746-af90-4233-ba73-2c3b982ff19e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16104554060793427461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461161045540607934274611610455406079342746116104554060793427461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dc1a841-37a7-42c0-ad96-89a99c1657a1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c9a3875-04a5-4cb6-938e-e157a2aa5df9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c9a3875-04a5-4cb6-938e-e157a2aa5df9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6413339902397696609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609641333990239769660964133399023976966096413339902397696609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdbc746-af90-4233-ba73-2c3b982ff19e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86186c34-7168-4b08-8634-1e6fab7c3b0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86186c34-7168-4b08-8634-1e6fab7c3b0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12301355217670505174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174123013552176705051741230135521767050517412301355217670505174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c9a3875-04a5-4cb6-938e-e157a2aa5df9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fba4e752-34b5-48e7-aabd-3a0d24db1f21, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba4e752-34b5-48e7-aabd-3a0d24db1f21, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8715758554719084920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920871575855471908492087157585547190849208715758554719084920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86186c34-7168-4b08-8634-1e6fab7c3b0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de364cad-9e51-4f9a-8fa5-2df0f1646516, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de364cad-9e51-4f9a-8fa5-2df0f1646516, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6622540665142468136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136662254066514246813666225406651424681366622540665142468136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba4e752-34b5-48e7-aabd-3a0d24db1f21, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82750977-f84c-4f8c-8b67-7f9f36b86771, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82750977-f84c-4f8c-8b67-7f9f36b86771, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13978403047773645032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032139784030477736450321397840304777364503213978403047773645032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de364cad-9e51-4f9a-8fa5-2df0f1646516, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c95863a-2c08-4235-bb47-20f7903d6627, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c95863a-2c08-4235-bb47-20f7903d6627, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12080930257448817990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990120809302574488179901208093025744881799012080930257448817990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82750977-f84c-4f8c-8b67-7f9f36b86771, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f96c76f0-1e46-4c45-92f2-cb58be4b9ac8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f96c76f0-1e46-4c45-92f2-cb58be4b9ac8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950341741600295996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996149503417416002959961495034174160029599614950341741600295996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c95863a-2c08-4235-bb47-20f7903d6627, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ab4f1dc-3759-495e-90fa-0cdea0a1a829, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab4f1dc-3759-495e-90fa-0cdea0a1a829, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9661075500503877690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690966107550050387769096610755005038776909661075500503877690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f96c76f0-1e46-4c45-92f2-cb58be4b9ac8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e50495a-5f36-4f0d-beb5-7d72b85104a3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e50495a-5f36-4f0d-beb5-7d72b85104a3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9234049861733822802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802923404986173382280292340498617338228029234049861733822802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab4f1dc-3759-495e-90fa-0cdea0a1a829, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 532c2abc-0a53-4a22-b817-41b47c4b3c56, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 532c2abc-0a53-4a22-b817-41b47c4b3c56, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13439571464832193172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172134395714648321931721343957146483219317213439571464832193172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 532c2abc-0a53-4a22-b817-41b47c4b3c56, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58511d7d-8c51-4a07-9786-d9afd2db6515, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58511d7d-8c51-4a07-9786-d9afd2db6515, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371948430323986604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604837194843032398660483719484303239866048371948430323986604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e50495a-5f36-4f0d-beb5-7d72b85104a3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b14fa211-5038-45d3-b623-6ae67996cad1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b14fa211-5038-45d3-b623-6ae67996cad1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9646802826491230406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406964680282649123040696468028264912304069646802826491230406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58511d7d-8c51-4a07-9786-d9afd2db6515, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17ccac9a-9fc4-46cd-9465-68439a2ad171, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ccac9a-9fc4-46cd-9465-68439a2ad171, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003882341064683222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222100388234106468322210038823410646832221003882341064683222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b14fa211-5038-45d3-b623-6ae67996cad1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d37a8753-54bb-497d-abbc-b3765592c1ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d37a8753-54bb-497d-abbc-b3765592c1ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 488604490675478798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798488604490675478798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ccac9a-9fc4-46cd-9465-68439a2ad171, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56156988-eb2a-4fee-ac49-9b5f122670ef, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56156988-eb2a-4fee-ac49-9b5f122670ef, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13505313454479518690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690135053134544795186901350531345447951869013505313454479518690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d37a8753-54bb-497d-abbc-b3765592c1ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56f61149-cadc-4a7d-9926-66813486b884, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56f61149-cadc-4a7d-9926-66813486b884, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12552136057548985573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573125521360575489855731255213605754898557312552136057548985573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56156988-eb2a-4fee-ac49-9b5f122670ef, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c7295c-2407-4a29-85bc-321a6b9e2612, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c7295c-2407-4a29-85bc-321a6b9e2612, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 729285782644194099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099729285782644194099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56f61149-cadc-4a7d-9926-66813486b884, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c593749-1443-4914-b248-0083cd16abe9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c593749-1443-4914-b248-0083cd16abe9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13097472727972219313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313130974727279722193131309747272797221931313097472727972219313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c7295c-2407-4a29-85bc-321a6b9e2612, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90422379-598e-49fb-8bb4-c028011f5aa3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90422379-598e-49fb-8bb4-c028011f5aa3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10355778579325019730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730103557785793250197301035577857932501973010355778579325019730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c593749-1443-4914-b248-0083cd16abe9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb3d3aaf-ce30-461d-89cf-0238975acbce, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb3d3aaf-ce30-461d-89cf-0238975acbce, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17906394820737700473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473179063948207377004731790639482073770047317906394820737700473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90422379-598e-49fb-8bb4-c028011f5aa3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f16369f-fcc0-43f6-8a36-a3075eef9ff0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f16369f-fcc0-43f6-8a36-a3075eef9ff0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17821370510719987984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984178213705107199879841782137051071998798417821370510719987984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb3d3aaf-ce30-461d-89cf-0238975acbce, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ef8b0bd-3447-443a-ba50-095830bf8e5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ef8b0bd-3447-443a-ba50-095830bf8e5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372394831397932084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084437239483139793208443723948313979320844372394831397932084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f16369f-fcc0-43f6-8a36-a3075eef9ff0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8a381b3-aadd-45f3-a0e5-c689975aef00, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a381b3-aadd-45f3-a0e5-c689975aef00, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5358168523194128419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419535816852319412841953581685231941284195358168523194128419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a381b3-aadd-45f3-a0e5-c689975aef00, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58a676b7-e9d6-4dfd-a441-524195b3b4bd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a676b7-e9d6-4dfd-a441-524195b3b4bd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15965675699342255981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981159656756993422559811596567569934225598115965675699342255981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ef8b0bd-3447-443a-ba50-095830bf8e5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dce0e6bb-53f5-4581-b5f6-20131c5c1fd6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dce0e6bb-53f5-4581-b5f6-20131c5c1fd6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9956093873284445401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401995609387328444540199560938732844454019956093873284445401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a676b7-e9d6-4dfd-a441-524195b3b4bd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1762a10d-f380-4883-84bb-57a7fc296353, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1762a10d-f380-4883-84bb-57a7fc296353, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4003898870564749571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571400389887056474957140038988705647495714003898870564749571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dce0e6bb-53f5-4581-b5f6-20131c5c1fd6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb18d352-b2d5-418f-b1d8-46d1ef43080b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb18d352-b2d5-418f-b1d8-46d1ef43080b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9708483324192755675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675970848332419275567597084833241927556759708483324192755675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1762a10d-f380-4883-84bb-57a7fc296353, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eb6fc40-822a-431f-b227-a7a9ae76c3c7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb6fc40-822a-431f-b227-a7a9ae76c3c7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6710306247933639317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317671030624793363931767103062479336393176710306247933639317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb18d352-b2d5-418f-b1d8-46d1ef43080b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fec53b8-8eab-438e-a226-4fef7f3388dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fec53b8-8eab-438e-a226-4fef7f3388dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17307027556316207173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173173070275563162071731730702755631620717317307027556316207173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb6fc40-822a-431f-b227-a7a9ae76c3c7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f565a393-2e53-4342-a27a-b518745ee9b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fec53b8-8eab-438e-a226-4fef7f3388dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f565a393-2e53-4342-a27a-b518745ee9b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3255594407864490637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637325559440786449063732555944078644906373255594407864490637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 814237ba-20c0-4d0c-819e-fdf530e70280, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 814237ba-20c0-4d0c-819e-fdf530e70280, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8287118993286571319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319828711899328657131982871189932865713198287118993286571319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f565a393-2e53-4342-a27a-b518745ee9b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7783a03-15f3-4f5d-badb-e7c7b8c7ef57, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7783a03-15f3-4f5d-badb-e7c7b8c7ef57, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921883567976153510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510159218835679761535101592188356797615351015921883567976153510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 814237ba-20c0-4d0c-819e-fdf530e70280, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6b333fb-877e-457e-b9d3-36e57a0224c3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b333fb-877e-457e-b9d3-36e57a0224c3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1725930127880122551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551172593012788012255117259301278801225511725930127880122551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7783a03-15f3-4f5d-badb-e7c7b8c7ef57, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a5596f-3c9e-4b98-b311-9b9ede801b95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a5596f-3c9e-4b98-b311-9b9ede801b95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18443442018831671431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431184434420188316714311844344201883167143118443442018831671431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6b333fb-877e-457e-b9d3-36e57a0224c3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99838b1b-e656-4113-946b-2827624a2c94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99838b1b-e656-4113-946b-2827624a2c94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11836407784978289794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794118364077849782897941183640778497828979411836407784978289794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a5596f-3c9e-4b98-b311-9b9ede801b95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99838b1b-e656-4113-946b-2827624a2c94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43ba478f-8fe5-4a18-816c-fbeb6b18d140, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ba478f-8fe5-4a18-816c-fbeb6b18d140, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8245901545747484766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766824590154574748476682459015457474847668245901545747484766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c512a9d2-328e-4d1b-a493-f1a631eceb7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c512a9d2-328e-4d1b-a493-f1a631eceb7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1447601823565256632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632144760182356525663214476018235652566321447601823565256632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ba478f-8fe5-4a18-816c-fbeb6b18d140, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38e6306b-9621-44e0-a2fe-0e03862b4d65, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38e6306b-9621-44e0-a2fe-0e03862b4d65, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10294638865644887670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670102946388656448876701029463886564488767010294638865644887670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c512a9d2-328e-4d1b-a493-f1a631eceb7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a369ec48-ee18-4c46-b072-7a898309093f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a369ec48-ee18-4c46-b072-7a898309093f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15249789803791048786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786152497898037910487861524978980379104878615249789803791048786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38e6306b-9621-44e0-a2fe-0e03862b4d65, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642fbf65-980d-4aa5-8c7f-80768d2b943b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642fbf65-980d-4aa5-8c7f-80768d2b943b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15229076566289642571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571152290765662896425711522907656628964257115229076566289642571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a369ec48-ee18-4c46-b072-7a898309093f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0c3c789-152a-488b-bab7-d0514c9e0909, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c3c789-152a-488b-bab7-d0514c9e0909, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3876300783150009855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855387630078315000985538763007831500098553876300783150009855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642fbf65-980d-4aa5-8c7f-80768d2b943b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b158bb9-aea4-4707-ac13-f4598f85fdad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b158bb9-aea4-4707-ac13-f4598f85fdad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10988044664169177535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535109880446641691775351098804466416917753510988044664169177535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c3c789-152a-488b-bab7-d0514c9e0909, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc554dc9-fbc4-4fa2-9750-4e6d2f432467, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc554dc9-fbc4-4fa2-9750-4e6d2f432467, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3726067182646920711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711372606718264692071137260671826469207113726067182646920711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b158bb9-aea4-4707-ac13-f4598f85fdad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8db5c373-00b0-4065-a866-564adb726518, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db5c373-00b0-4065-a866-564adb726518, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11836324420216050109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109118363244202160501091183632442021605010911836324420216050109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc554dc9-fbc4-4fa2-9750-4e6d2f432467, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e75bca5-5ea1-4a60-8697-8ce01b25da02, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e75bca5-5ea1-4a60-8697-8ce01b25da02, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12148170798086280065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065121481707980862800651214817079808628006512148170798086280065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db5c373-00b0-4065-a866-564adb726518, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eb996d5-59d7-45d8-94aa-443fbb7a961a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eb996d5-59d7-45d8-94aa-443fbb7a961a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9946318311865574358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358994631831186557435899463183118655743589946318311865574358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e75bca5-5ea1-4a60-8697-8ce01b25da02, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b831992-76b6-4303-9b0c-f549fe350727, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b831992-76b6-4303-9b0c-f549fe350727, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838583610631250925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925158385836106312509251583858361063125092515838583610631250925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eb996d5-59d7-45d8-94aa-443fbb7a961a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6873fb77-5bf3-487f-b174-4f272d6dbf88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6873fb77-5bf3-487f-b174-4f272d6dbf88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11346364763406104942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942113463647634061049421134636476340610494211346364763406104942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b831992-76b6-4303-9b0c-f549fe350727, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b76a41b1-4b38-4abd-8207-f60aec8237de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76a41b1-4b38-4abd-8207-f60aec8237de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9016680255972346309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309901668025597234630990166802559723463099016680255972346309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76a41b1-4b38-4abd-8207-f60aec8237de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a30bb028-6730-475d-bb89-a871c4dfc210, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a30bb028-6730-475d-bb89-a871c4dfc210, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 27857266895567037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2785726689556703727857266895567037278572668955670372785726689556703727857266895567037278572668955670372785726689556703727857266895567037278572668955670372785726689556703727857266895567037278572668955670372785726689556703727857266895567037278572668955670372785726689556703727857266895567037278572668955670372785726689556703727857266895567037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6873fb77-5bf3-487f-b174-4f272d6dbf88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c669e58-fe26-48e3-b429-6c892f060820, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c669e58-fe26-48e3-b429-6c892f060820, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11033020789855538423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423110330207898555384231103302078985553842311033020789855538423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a30bb028-6730-475d-bb89-a871c4dfc210, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb739216-edb8-4fe5-b0f3-2a5787b4bf82, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb739216-edb8-4fe5-b0f3-2a5787b4bf82, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2322155271935865099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099232215527193586509923221552719358650992322155271935865099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c669e58-fe26-48e3-b429-6c892f060820, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fab111d2-3ea8-4871-a1a1-9c305951dd6f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab111d2-3ea8-4871-a1a1-9c305951dd6f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1732356113191091721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721173235611319109172117323561131910917211732356113191091721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb739216-edb8-4fe5-b0f3-2a5787b4bf82, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4377a333-acdf-4aba-8a95-15425108236f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4377a333-acdf-4aba-8a95-15425108236f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10456039378399854324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324104560393783998543241045603937839985432410456039378399854324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab111d2-3ea8-4871-a1a1-9c305951dd6f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34d6a016-370f-4124-81ee-81271feb7697, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d6a016-370f-4124-81ee-81271feb7697, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611525231893316309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309166115252318933163091661152523189331630916611525231893316309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4377a333-acdf-4aba-8a95-15425108236f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd83dd94-4d86-4197-9719-348e7df24a43, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d6a016-370f-4124-81ee-81271feb7697, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd83dd94-4d86-4197-9719-348e7df24a43, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5681293245450350490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490568129324545035049056812932454503504905681293245450350490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b40db177-611e-40d2-a5b4-83b4df5c75fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b40db177-611e-40d2-a5b4-83b4df5c75fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9085665334162605046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046908566533416260504690856653341626050469085665334162605046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd83dd94-4d86-4197-9719-348e7df24a43, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99e62e55-0210-4b93-8f53-cd8dc7f7d1a6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99e62e55-0210-4b93-8f53-cd8dc7f7d1a6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16558623661957941004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004165586236619579410041655862366195794100416558623661957941004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b40db177-611e-40d2-a5b4-83b4df5c75fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 179bb452-4f39-4ca7-80e3-3f03ffbcee23, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 179bb452-4f39-4ca7-80e3-3f03ffbcee23, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6933926955688951656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656693392695568895165669339269556889516566933926955688951656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99e62e55-0210-4b93-8f53-cd8dc7f7d1a6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30ee27f8-b227-4455-9c88-a13688ed7675, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 179bb452-4f39-4ca7-80e3-3f03ffbcee23, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ee27f8-b227-4455-9c88-a13688ed7675, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9640685330218900937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937964068533021890093796406853302189009379640685330218900937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96574c3e-6f5a-48f9-97a9-8563db1ec362, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96574c3e-6f5a-48f9-97a9-8563db1ec362, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16865992492930219994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994168659924929302199941686599249293021999416865992492930219994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ee27f8-b227-4455-9c88-a13688ed7675, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf8df76f-8c52-49af-974c-3217ac75ef9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf8df76f-8c52-49af-974c-3217ac75ef9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12886778378719179862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862128867783787191798621288677837871917986212886778378719179862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96574c3e-6f5a-48f9-97a9-8563db1ec362, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 404df2e0-bf5b-4b0e-afdb-70e396ca1327, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404df2e0-bf5b-4b0e-afdb-70e396ca1327, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14734371592133660645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645147343715921336606451473437159213366064514734371592133660645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404df2e0-bf5b-4b0e-afdb-70e396ca1327, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e0b7fa5-d848-4bd5-9c99-53c658817ca8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e0b7fa5-d848-4bd5-9c99-53c658817ca8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 964472832031649503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503964472832031649503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf8df76f-8c52-49af-974c-3217ac75ef9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da044443-b2ee-4fc2-a42b-b51c2b789f5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da044443-b2ee-4fc2-a42b-b51c2b789f5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4564327664612814152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152456432766461281415245643276646128141524564327664612814152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e0b7fa5-d848-4bd5-9c99-53c658817ca8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d897028-3386-4ec4-bcbd-4686ab7114ab, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d897028-3386-4ec4-bcbd-4686ab7114ab, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8489595865251268690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690848959586525126869084895958652512686908489595865251268690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da044443-b2ee-4fc2-a42b-b51c2b789f5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 659b6227-10bb-4eba-952c-fb340e02541c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 659b6227-10bb-4eba-952c-fb340e02541c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8769610584406457124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124876961058440645712487696105844064571248769610584406457124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d897028-3386-4ec4-bcbd-4686ab7114ab, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 659b6227-10bb-4eba-952c-fb340e02541c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85015bd3-0ae1-43f0-8b65-7c1470a8de9e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85015bd3-0ae1-43f0-8b65-7c1470a8de9e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9317446183396227152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152931744618339622715293174461833962271529317446183396227152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29241177-dfc4-472a-afb4-e48047e8fe1f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29241177-dfc4-472a-afb4-e48047e8fe1f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 141829404433969045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045141829404433969045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85015bd3-0ae1-43f0-8b65-7c1470a8de9e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d286b82-917b-4558-9784-3df11873fdd3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d286b82-917b-4558-9784-3df11873fdd3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15091797371473089345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345150917973714730893451509179737147308934515091797371473089345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29241177-dfc4-472a-afb4-e48047e8fe1f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48889312-619b-400d-ae9b-e81dbb86a520, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48889312-619b-400d-ae9b-e81dbb86a520, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5437657519535038215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215543765751953503821554376575195350382155437657519535038215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48889312-619b-400d-ae9b-e81dbb86a520, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6196957-4d74-4567-ac60-174d8a52916f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6196957-4d74-4567-ac60-174d8a52916f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14929709684899341431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431149297096848993414311492970968489934143114929709684899341431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d286b82-917b-4558-9784-3df11873fdd3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b46f75-7c07-4a09-9f09-33d73ce3bd88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b46f75-7c07-4a09-9f09-33d73ce3bd88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 196087660247392906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906196087660247392906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6196957-4d74-4567-ac60-174d8a52916f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a33b1dc-d43e-48b7-a9f4-20122d658f94, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a33b1dc-d43e-48b7-a9f4-20122d658f94, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14281812544665381608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608142818125446653816081428181254466538160814281812544665381608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b46f75-7c07-4a09-9f09-33d73ce3bd88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3452ebcf-73a0-4a62-8d6c-f53258905f6a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3452ebcf-73a0-4a62-8d6c-f53258905f6a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17699682894318587523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523176996828943185875231769968289431858752317699682894318587523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a33b1dc-d43e-48b7-a9f4-20122d658f94, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 955984b6-0fe7-47a0-815a-73b1a1f1dc2f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 955984b6-0fe7-47a0-815a-73b1a1f1dc2f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12441912403957803120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120124419124039578031201244191240395780312012441912403957803120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3452ebcf-73a0-4a62-8d6c-f53258905f6a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc4b1cdd-24a1-4daf-9698-78f438098fd2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc4b1cdd-24a1-4daf-9698-78f438098fd2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11821717525859099074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074118217175258590990741182171752585909907411821717525859099074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 955984b6-0fe7-47a0-815a-73b1a1f1dc2f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ff8f282-9765-465f-9cb6-c4672813571c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff8f282-9765-465f-9cb6-c4672813571c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 76570357428256461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7657035742825646176570357428256461765703574282564617657035742825646176570357428256461765703574282564617657035742825646176570357428256461765703574282564617657035742825646176570357428256461765703574282564617657035742825646176570357428256461765703574282564617657035742825646176570357428256461765703574282564617657035742825646176570357428256461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc4b1cdd-24a1-4daf-9698-78f438098fd2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04d3e75f-049a-4f5c-8a1f-d28c03135d40, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff8f282-9765-465f-9cb6-c4672813571c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04d3e75f-049a-4f5c-8a1f-d28c03135d40, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14347471104099758127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127143474711040997581271434747110409975812714347471104099758127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d8d3614-3b85-4a0d-b6bf-0aa6cbad63bc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d8d3614-3b85-4a0d-b6bf-0aa6cbad63bc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5076259895491375165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165507625989549137516550762598954913751655076259895491375165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04d3e75f-049a-4f5c-8a1f-d28c03135d40, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 291743a3-e279-4993-9024-6716db97c4dc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291743a3-e279-4993-9024-6716db97c4dc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2411316274640095347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347241131627464009534724113162746400953472411316274640095347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d8d3614-3b85-4a0d-b6bf-0aa6cbad63bc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c271af16-4a2d-4d26-bb95-233a56572175, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c271af16-4a2d-4d26-bb95-233a56572175, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9121374876469285355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355912137487646928535591213748764692853559121374876469285355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291743a3-e279-4993-9024-6716db97c4dc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bd4ed40-7984-4f1e-8a05-c9f2858ce424, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd4ed40-7984-4f1e-8a05-c9f2858ce424, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10506261512374956490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490105062615123749564901050626151237495649010506261512374956490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c271af16-4a2d-4d26-bb95-233a56572175, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f578c121-8975-4e98-8ded-00998d6aeece, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f578c121-8975-4e98-8ded-00998d6aeece, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2684643107193562752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752268464310719356275226846431071935627522684643107193562752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd4ed40-7984-4f1e-8a05-c9f2858ce424, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 302a585a-5d81-42b2-bad6-4e4dd340b887, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 302a585a-5d81-42b2-bad6-4e4dd340b887, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8797217812434788957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957879721781243478895787972178124347889578797217812434788957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f578c121-8975-4e98-8ded-00998d6aeece, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 302a585a-5d81-42b2-bad6-4e4dd340b887, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bd75f62-273d-4307-b2f2-5c3fc3af24f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd75f62-273d-4307-b2f2-5c3fc3af24f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7402669698882615752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752740266969888261575274026696988826157527402669698882615752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 566f8373-c705-4c88-ad3f-829cc390792e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566f8373-c705-4c88-ad3f-829cc390792e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12522579305236832909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909125225793052368329091252257930523683290912522579305236832909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd75f62-273d-4307-b2f2-5c3fc3af24f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a26f139-301a-4c25-bb12-3154d2e20c7b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566f8373-c705-4c88-ad3f-829cc390792e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a26f139-301a-4c25-bb12-3154d2e20c7b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2483358537025476882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882248335853702547688224833585370254768822483358537025476882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f8e9feb-7c45-4319-b79b-90d5e9584fe8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f8e9feb-7c45-4319-b79b-90d5e9584fe8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17056068614194831164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164170560686141948311641705606861419483116417056068614194831164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a26f139-301a-4c25-bb12-3154d2e20c7b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7908271f-08b0-4e76-aedb-88615e1f467a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7908271f-08b0-4e76-aedb-88615e1f467a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863084276595544241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241118630842765955442411186308427659554424111863084276595544241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f8e9feb-7c45-4319-b79b-90d5e9584fe8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9bafff0-9e63-481e-bf4f-ebfc71e84ba8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9bafff0-9e63-481e-bf4f-ebfc71e84ba8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 734103909385628579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579734103909385628579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7908271f-08b0-4e76-aedb-88615e1f467a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14d985e7-7121-4ec9-b556-80a80225df2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14d985e7-7121-4ec9-b556-80a80225df2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11401035175566537503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503114010351755665375031140103517556653750311401035175566537503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9bafff0-9e63-481e-bf4f-ebfc71e84ba8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c16fd90-28ec-4653-ae11-15bb8d2417f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c16fd90-28ec-4653-ae11-15bb8d2417f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6422092059021625194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194642209205902162519464220920590216251946422092059021625194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14d985e7-7121-4ec9-b556-80a80225df2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86fc6d57-f9b1-48cc-9bd3-eb6ac2e81206, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86fc6d57-f9b1-48cc-9bd3-eb6ac2e81206, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13354059556291940281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281133540595562919402811335405955629194028113354059556291940281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c16fd90-28ec-4653-ae11-15bb8d2417f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bd95a37-3be1-4b6f-97bd-e03c8de0eda9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd95a37-3be1-4b6f-97bd-e03c8de0eda9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874268402629078343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343148742684026290783431487426840262907834314874268402629078343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86fc6d57-f9b1-48cc-9bd3-eb6ac2e81206, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e17aaa4-1c13-46c8-83e4-04b134c04fd5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e17aaa4-1c13-46c8-83e4-04b134c04fd5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8320087228224650187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187832008722822465018783200872282246501878320087228224650187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd95a37-3be1-4b6f-97bd-e03c8de0eda9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48f3d637-de28-4506-ba7a-11c8c05b93dd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48f3d637-de28-4506-ba7a-11c8c05b93dd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10201532032313882640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640102015320323138826401020153203231388264010201532032313882640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e17aaa4-1c13-46c8-83e4-04b134c04fd5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 206a2818-272d-470f-a923-7d1f1be83859, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 206a2818-272d-470f-a923-7d1f1be83859, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 922712275541739147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147922712275541739147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48f3d637-de28-4506-ba7a-11c8c05b93dd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f9efea-1ac2-4270-8aca-14f294b623da, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f9efea-1ac2-4270-8aca-14f294b623da, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6823393589153247552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552682339358915324755268233935891532475526823393589153247552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 206a2818-272d-470f-a923-7d1f1be83859, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 988d081f-cec0-4e76-80e6-347b66502a8b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 988d081f-cec0-4e76-80e6-347b66502a8b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17352661682399069802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802173526616823990698021735266168239906980217352661682399069802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f9efea-1ac2-4270-8aca-14f294b623da, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f11ff41f-8b55-45bd-b592-38b342ea977f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11ff41f-8b55-45bd-b592-38b342ea977f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6241092804481621297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297624109280448162129762410928044816212976241092804481621297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 988d081f-cec0-4e76-80e6-347b66502a8b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1afe6510-3d51-4369-b712-7b80f5dbf65a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1afe6510-3d51-4369-b712-7b80f5dbf65a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 317376569676949531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531317376569676949531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11ff41f-8b55-45bd-b592-38b342ea977f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af18efe0-24dd-4958-8104-7e605c55871a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af18efe0-24dd-4958-8104-7e605c55871a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8686476292860098075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075868647629286009807586864762928600980758686476292860098075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1afe6510-3d51-4369-b712-7b80f5dbf65a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff566c54-ed8b-4e57-a370-1195fe3a19f6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff566c54-ed8b-4e57-a370-1195fe3a19f6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12197758198502669522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522121977581985026695221219775819850266952212197758198502669522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af18efe0-24dd-4958-8104-7e605c55871a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5ce91ee-c6a8-4942-92d6-67b4f72d5393, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ce91ee-c6a8-4942-92d6-67b4f72d5393, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10029580316687968046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046100295803166879680461002958031668796804610029580316687968046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff566c54-ed8b-4e57-a370-1195fe3a19f6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c679955-785a-422c-9a96-f1c9eed494fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c679955-785a-422c-9a96-f1c9eed494fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12441185003201757262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262124411850032017572621244118500320175726212441185003201757262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ce91ee-c6a8-4942-92d6-67b4f72d5393, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e64ef2d-ffeb-477e-a30d-7773a92e381f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e64ef2d-ffeb-477e-a30d-7773a92e381f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14545924440684215586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586145459244406842155861454592444068421558614545924440684215586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c679955-785a-422c-9a96-f1c9eed494fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bd6a9f-51fd-4274-87dc-6830319e7067, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bd6a9f-51fd-4274-87dc-6830319e7067, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17395582005812369130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130173955820058123691301739558200581236913017395582005812369130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e64ef2d-ffeb-477e-a30d-7773a92e381f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8179c14-c382-46d6-83a8-8f5a94a13e90, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8179c14-c382-46d6-83a8-8f5a94a13e90, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13073587299210985418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418130735872992109854181307358729921098541813073587299210985418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bd6a9f-51fd-4274-87dc-6830319e7067, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 257ff34d-9933-47bf-a12b-84f2b291a00e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257ff34d-9933-47bf-a12b-84f2b291a00e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2166906125808768282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282216690612580876828221669061258087682822166906125808768282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8179c14-c382-46d6-83a8-8f5a94a13e90, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b57ce418-ecb2-417b-b6ca-2bf6a8a59820, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57ce418-ecb2-417b-b6ca-2bf6a8a59820, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471982959079035667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667114719829590790356671147198295907903566711471982959079035667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257ff34d-9933-47bf-a12b-84f2b291a00e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66349e92-f4d0-44da-8d16-48b320a7f70e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66349e92-f4d0-44da-8d16-48b320a7f70e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14872013334107336129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129148720133341073361291487201333410733612914872013334107336129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57ce418-ecb2-417b-b6ca-2bf6a8a59820, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe0ba6c9-d473-4aa1-a078-415f4397f3c6, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0ba6c9-d473-4aa1-a078-415f4397f3c6, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14748232755198077205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205147482327551980772051474823275519807720514748232755198077205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66349e92-f4d0-44da-8d16-48b320a7f70e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0ba6c9-d473-4aa1-a078-415f4397f3c6, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6cae8a6-bab9-4f9d-9239-630856c96468, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6321a878-6f22-4a38-a780-9e7baddbbb44, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6321a878-6f22-4a38-a780-9e7baddbbb44, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15266202528700840242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242152662025287008402421526620252870084024215266202528700840242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6cae8a6-bab9-4f9d-9239-630856c96468, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6111409826071395657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657611140982607139565761114098260713956576111409826071395657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6321a878-6f22-4a38-a780-9e7baddbbb44, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f320b56-6360-460f-912d-6008f0266550, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f320b56-6360-460f-912d-6008f0266550, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635143620351712981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981106351436203517129811063514362035171298110635143620351712981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6cae8a6-bab9-4f9d-9239-630856c96468, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38771f39-3cbb-4917-bd7d-23738cc387c5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38771f39-3cbb-4917-bd7d-23738cc387c5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16385303839650304239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239163853038396503042391638530383965030423916385303839650304239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f320b56-6360-460f-912d-6008f0266550, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c2b9a03-73ec-4d06-8c24-f6698d8d2db7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c2b9a03-73ec-4d06-8c24-f6698d8d2db7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17888203186260076927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927178882031862600769271788820318626007692717888203186260076927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38771f39-3cbb-4917-bd7d-23738cc387c5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 426046e4-a0d5-4952-8814-a6178449dd54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 426046e4-a0d5-4952-8814-a6178449dd54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1208548425881585508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508120854842588158550812085484258815855081208548425881585508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c2b9a03-73ec-4d06-8c24-f6698d8d2db7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fb2299b-511b-4f96-b9f1-4c37fdb8b397, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb2299b-511b-4f96-b9f1-4c37fdb8b397, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16483223825722927021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021164832238257229270211648322382572292702116483223825722927021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 426046e4-a0d5-4952-8814-a6178449dd54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e966c35f-aba0-4087-8a0f-34bca1223061, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e966c35f-aba0-4087-8a0f-34bca1223061, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5670202752746255068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068567020275274625506856702027527462550685670202752746255068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb2299b-511b-4f96-b9f1-4c37fdb8b397, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab6d272b-7c8f-4389-aa52-1012683f6686, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab6d272b-7c8f-4389-aa52-1012683f6686, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3507443716445806328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328350744371644580632835074437164458063283507443716445806328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e966c35f-aba0-4087-8a0f-34bca1223061, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 782e5ba4-6772-408d-a7cd-b576f974b05c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 782e5ba4-6772-408d-a7cd-b576f974b05c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12590128545762500697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697125901285457625006971259012854576250069712590128545762500697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab6d272b-7c8f-4389-aa52-1012683f6686, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9847287b-68e8-4947-907c-64155df3cc88, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9847287b-68e8-4947-907c-64155df3cc88, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2664888536558524453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453266488853655852445326648885365585244532664888536558524453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 782e5ba4-6772-408d-a7cd-b576f974b05c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a89cc5a-af77-4344-80d9-8ff940df123e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a89cc5a-af77-4344-80d9-8ff940df123e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15821630785353674752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752158216307853536747521582163078535367475215821630785353674752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9847287b-68e8-4947-907c-64155df3cc88, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a89cc5a-af77-4344-80d9-8ff940df123e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b914f02-d386-49f3-a04a-3c6a0d681a95, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b914f02-d386-49f3-a04a-3c6a0d681a95, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3500444300782394781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781350044430078239478135004443007823947813500444300782394781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b21fb2c5-4927-4c19-9fe5-ecd4ed58a738, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b21fb2c5-4927-4c19-9fe5-ecd4ed58a738, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 167664273075824224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224167664273075824224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b914f02-d386-49f3-a04a-3c6a0d681a95, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea2faf0-706d-437c-b016-b7e3c1373876, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea2faf0-706d-437c-b016-b7e3c1373876, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6214007835910843187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187621400783591084318762140078359108431876214007835910843187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b21fb2c5-4927-4c19-9fe5-ecd4ed58a738, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b7da326-6ee0-4ad2-9f23-59fabb27a492, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b7da326-6ee0-4ad2-9f23-59fabb27a492, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7514251153071966193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193751425115307196619375142511530719661937514251153071966193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea2faf0-706d-437c-b016-b7e3c1373876, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee95cf3a-df7f-45f4-93af-ee616801930e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b7da326-6ee0-4ad2-9f23-59fabb27a492, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d570127f-af6d-4968-a12d-fe5e3da5ac52, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee95cf3a-df7f-45f4-93af-ee616801930e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6417832883148485262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262641783288314848526264178328831484852626417832883148485262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d570127f-af6d-4968-a12d-fe5e3da5ac52, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5194089966205661920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920519408996620566192051940899662056619205194089966205661920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee95cf3a-df7f-45f4-93af-ee616801930e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46c1136f-44aa-43fc-8eb0-f1d1d8e1ad0a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c1136f-44aa-43fc-8eb0-f1d1d8e1ad0a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5993760979671721690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690599376097967172169059937609796717216905993760979671721690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d570127f-af6d-4968-a12d-fe5e3da5ac52, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f31eb2a-95e7-4f6b-b0f4-033e76757e96, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f31eb2a-95e7-4f6b-b0f4-033e76757e96, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6784319275414059199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199678431927541405919967843192754140591996784319275414059199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c1136f-44aa-43fc-8eb0-f1d1d8e1ad0a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 286d45bd-6743-4732-a79a-9d9a8ca3ff66, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286d45bd-6743-4732-a79a-9d9a8ca3ff66, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13452122689896457276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276134521226898964572761345212268989645727613452122689896457276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f31eb2a-95e7-4f6b-b0f4-033e76757e96, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46794d06-230d-4a19-8d4d-aec08f063d54, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46794d06-230d-4a19-8d4d-aec08f063d54, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12847327285657690140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140128473272856576901401284732728565769014012847327285657690140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 286d45bd-6743-4732-a79a-9d9a8ca3ff66, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 034b63a1-0644-40df-88dc-84a98b6bb700, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 034b63a1-0644-40df-88dc-84a98b6bb700, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6100887675251012550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550610088767525101255061008876752510125506100887675251012550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46794d06-230d-4a19-8d4d-aec08f063d54, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d38d960d-f243-4eb2-8372-13d8b014016b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d38d960d-f243-4eb2-8372-13d8b014016b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11957534878446655945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945119575348784466559451195753487844665594511957534878446655945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 034b63a1-0644-40df-88dc-84a98b6bb700, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ce1ebf9-6cf8-459d-bfcb-b8cbcc3890a7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce1ebf9-6cf8-459d-bfcb-b8cbcc3890a7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12601972376864361171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171126019723768643611711260197237686436117112601972376864361171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d38d960d-f243-4eb2-8372-13d8b014016b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5365617-771a-438d-81df-03b87849ec29, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5365617-771a-438d-81df-03b87849ec29, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4801328726293848545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545480132872629384854548013287262938485454801328726293848545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce1ebf9-6cf8-459d-bfcb-b8cbcc3890a7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6e4910c-7ad4-485a-8017-16d4c06b03de, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6e4910c-7ad4-485a-8017-16d4c06b03de, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5319185438601548714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714531918543860154871453191854386015487145319185438601548714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5365617-771a-438d-81df-03b87849ec29, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 234c1385-82f9-408d-8021-02b863b92cf1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 234c1385-82f9-408d-8021-02b863b92cf1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6329130944630023209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209632913094463002320963291309446300232096329130944630023209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6e4910c-7ad4-485a-8017-16d4c06b03de, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 234c1385-82f9-408d-8021-02b863b92cf1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2957c497-a949-47b3-b1f8-90734df50944, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2957c497-a949-47b3-b1f8-90734df50944, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17300387409803073129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129173003874098030731291730038740980307312917300387409803073129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 960b1048-c9a9-4f00-8f69-214895f1a0fe, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960b1048-c9a9-4f00-8f69-214895f1a0fe, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12875390119189695983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983128753901191896959831287539011918969598312875390119189695983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2957c497-a949-47b3-b1f8-90734df50944, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3048169-1f32-4205-aad2-f84a9aa39b2a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3048169-1f32-4205-aad2-f84a9aa39b2a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13477911998251955060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060134779119982519550601347791199825195506013477911998251955060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960b1048-c9a9-4f00-8f69-214895f1a0fe, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 709340bc-efec-4f1c-8b67-eefd5637dc99, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 709340bc-efec-4f1c-8b67-eefd5637dc99, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14432352358558230158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158144323523585582301581443235235855823015814432352358558230158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3048169-1f32-4205-aad2-f84a9aa39b2a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0888ec4-657b-492e-b94a-a4cd55a75c5e, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0888ec4-657b-492e-b94a-a4cd55a75c5e, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4148793042316577524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524414879304231657752441487930423165775244148793042316577524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 709340bc-efec-4f1c-8b67-eefd5637dc99, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb641b8-149b-49be-aabd-a73f707ebdd4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb641b8-149b-49be-aabd-a73f707ebdd4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11927985701162430276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276119279857011624302761192798570116243027611927985701162430276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0888ec4-657b-492e-b94a-a4cd55a75c5e, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffbc2eb3-6235-45f1-871b-8a976bb0ed05, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffbc2eb3-6235-45f1-871b-8a976bb0ed05, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12141403691198249844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844121414036911982498441214140369119824984412141403691198249844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb641b8-149b-49be-aabd-a73f707ebdd4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2aa8ed-4968-4058-b4dc-e09c8dc2b105, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2aa8ed-4968-4058-b4dc-e09c8dc2b105, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16998749718934072287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287169987497189340722871699874971893407228716998749718934072287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffbc2eb3-6235-45f1-871b-8a976bb0ed05, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2bae4e-4920-498a-822f-2e17912856f9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2bae4e-4920-498a-822f-2e17912856f9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13949274038582828234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234139492740385828282341394927403858282823413949274038582828234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2aa8ed-4968-4058-b4dc-e09c8dc2b105, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0aa0b2a-8f40-4659-aec9-ad4cd7c5eed8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0aa0b2a-8f40-4659-aec9-ad4cd7c5eed8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8108238877262656470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470810823887726265647081082388772626564708108238877262656470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2bae4e-4920-498a-822f-2e17912856f9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a03a02-bde1-4362-b91f-4b7b62194b78, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a03a02-bde1-4362-b91f-4b7b62194b78, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2291152321184194729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729229115232118419472922911523211841947292291152321184194729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0aa0b2a-8f40-4659-aec9-ad4cd7c5eed8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e60f18-0b15-43ee-a574-b1abf44e0956, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e60f18-0b15-43ee-a574-b1abf44e0956, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8404823473104075772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772840482347310407577284048234731040757728404823473104075772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a03a02-bde1-4362-b91f-4b7b62194b78, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f02a06d6-eb06-44a0-abfe-ea1762d5b47d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f02a06d6-eb06-44a0-abfe-ea1762d5b47d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2491160171521076599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599249116017152107659924911601715210765992491160171521076599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e60f18-0b15-43ee-a574-b1abf44e0956, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c42ef9dc-5b99-4a58-8b39-68951da27c73, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c42ef9dc-5b99-4a58-8b39-68951da27c73, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 468269105369785711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711468269105369785711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f02a06d6-eb06-44a0-abfe-ea1762d5b47d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59421202-395a-4e7c-816b-f560cdd25fb2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59421202-395a-4e7c-816b-f560cdd25fb2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13912186577287032733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733139121865772870327331391218657728703273313912186577287032733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c42ef9dc-5b99-4a58-8b39-68951da27c73, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 480c0917-b38c-48e1-8da6-3f85e7b111be, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 480c0917-b38c-48e1-8da6-3f85e7b111be, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3175132735125991746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746317513273512599174631751327351259917463175132735125991746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59421202-395a-4e7c-816b-f560cdd25fb2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edf3e3b7-ba48-4fb3-8e47-573e569250d5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf3e3b7-ba48-4fb3-8e47-573e569250d5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16402595858477025135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135164025958584770251351640259585847702513516402595858477025135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 480c0917-b38c-48e1-8da6-3f85e7b111be, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d8d2b04-9ecc-4752-b239-1466e9f341a4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d8d2b04-9ecc-4752-b239-1466e9f341a4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14963790970046307655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655149637909700463076551496379097004630765514963790970046307655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf3e3b7-ba48-4fb3-8e47-573e569250d5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc9c1127-a6f1-4e9a-a6fc-e9c1c36a74b9, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9c1127-a6f1-4e9a-a6fc-e9c1c36a74b9, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7152128260337915760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760715212826033791576071521282603379157607152128260337915760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d8d2b04-9ecc-4752-b239-1466e9f341a4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 992f7ee6-102a-4647-89ba-8547747fc3aa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 992f7ee6-102a-4647-89ba-8547747fc3aa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9873697478264205451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451987369747826420545198736974782642054519873697478264205451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9c1127-a6f1-4e9a-a6fc-e9c1c36a74b9, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eeacb12-3160-411f-bee1-c55449e23f1b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eeacb12-3160-411f-bee1-c55449e23f1b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12909493914112937385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385129094939141129373851290949391411293738512909493914112937385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 992f7ee6-102a-4647-89ba-8547747fc3aa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a2567d5-ad3d-4adb-b694-7062beb1456c, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2567d5-ad3d-4adb-b694-7062beb1456c, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7172962759808890453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453717296275980889045371729627598088904537172962759808890453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eeacb12-3160-411f-bee1-c55449e23f1b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd50159d-ddfa-4636-8c36-400cc11047e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd50159d-ddfa-4636-8c36-400cc11047e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8439160301616285993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993843916030161628599384391603016162859938439160301616285993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2567d5-ad3d-4adb-b694-7062beb1456c, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a72f28ec-b3ac-4b24-ba7a-8bcd2eed55fc, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a72f28ec-b3ac-4b24-ba7a-8bcd2eed55fc, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6453708089899012420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420645370808989901242064537080898990124206453708089899012420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd50159d-ddfa-4636-8c36-400cc11047e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fc8c9e9-e0a6-4226-b14a-6ca4a7961ecf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc8c9e9-e0a6-4226-b14a-6ca4a7961ecf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15801553913340634845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845158015539133406348451580155391334063484515801553913340634845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a72f28ec-b3ac-4b24-ba7a-8bcd2eed55fc, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac30c21d-dc91-40ed-bc98-b7efef7eab89, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac30c21d-dc91-40ed-bc98-b7efef7eab89, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 94632875814425479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9463287581442547994632875814425479946328758144254799463287581442547994632875814425479946328758144254799463287581442547994632875814425479946328758144254799463287581442547994632875814425479946328758144254799463287581442547994632875814425479946328758144254799463287581442547994632875814425479946328758144254799463287581442547994632875814425479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc8c9e9-e0a6-4226-b14a-6ca4a7961ecf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b624f5ea-0ac5-4f13-a8ff-a884b4698c9f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b624f5ea-0ac5-4f13-a8ff-a884b4698c9f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14152250451675571111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111141522504516755711111415225045167557111114152250451675571111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac30c21d-dc91-40ed-bc98-b7efef7eab89, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac4c7b61-ec09-48f6-8e67-c53806850f39, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4c7b61-ec09-48f6-8e67-c53806850f39, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3926785338593126528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528392678533859312652839267853385931265283926785338593126528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b624f5ea-0ac5-4f13-a8ff-a884b4698c9f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 436f922b-907d-4b0f-b48d-ad0ef8ed986d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 436f922b-907d-4b0f-b48d-ad0ef8ed986d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17095639929459323669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669170956399294593236691709563992945932366917095639929459323669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4c7b61-ec09-48f6-8e67-c53806850f39, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db46102b-15e3-4464-949f-ad64caf49164, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 436f922b-907d-4b0f-b48d-ad0ef8ed986d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 560fe314-1499-449a-bb95-768595b8751d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 560fe314-1499-449a-bb95-768595b8751d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13761514178948547573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573137615141789485475731376151417894854757313761514178948547573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db46102b-15e3-4464-949f-ad64caf49164, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13620864791707637115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115136208647917076371151362086479170763711513620864791707637115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 560fe314-1499-449a-bb95-768595b8751d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db46102b-15e3-4464-949f-ad64caf49164, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38789251-8137-482e-bffe-61224632aefa, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d881463-3477-46de-8015-ae902022f125, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38789251-8137-482e-bffe-61224632aefa, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8649724037136043072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072864972403713604307286497240371360430728649724037136043072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d881463-3477-46de-8015-ae902022f125, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 73232870065717933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7323287006571793373232870065717933732328700657179337323287006571793373232870065717933732328700657179337323287006571793373232870065717933732328700657179337323287006571793373232870065717933732328700657179337323287006571793373232870065717933732328700657179337323287006571793373232870065717933732328700657179337323287006571793373232870065717933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38789251-8137-482e-bffe-61224632aefa, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01b2a28b-09bd-41d7-9737-76eac19819b3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01b2a28b-09bd-41d7-9737-76eac19819b3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14772464814783996284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284147724648147839962841477246481478399628414772464814783996284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d881463-3477-46de-8015-ae902022f125, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb551d45-1546-47c4-a72f-88d1f5ad3e50, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb551d45-1546-47c4-a72f-88d1f5ad3e50, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7443962051067361973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973744396205106736197374439620510673619737443962051067361973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01b2a28b-09bd-41d7-9737-76eac19819b3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b7c79f-5568-40f2-a721-b4a1120a52ac, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b7c79f-5568-40f2-a721-b4a1120a52ac, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4021154793772409297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297402115479377240929740211547937724092974021154793772409297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb551d45-1546-47c4-a72f-88d1f5ad3e50, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d40bb4af-4fd1-4603-92be-e1a9984fbaad, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40bb4af-4fd1-4603-92be-e1a9984fbaad, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7382519953319469558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558738251995331946955873825199533194695587382519953319469558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b7c79f-5568-40f2-a721-b4a1120a52ac, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87e661f2-bf73-4c86-9123-e0313745a268, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e661f2-bf73-4c86-9123-e0313745a268, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13412201418599191913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913134122014185991919131341220141859919191313412201418599191913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40bb4af-4fd1-4603-92be-e1a9984fbaad, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34f460fb-d02a-466e-bc64-826e19dcdecd, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34f460fb-d02a-466e-bc64-826e19dcdecd, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12169308936719722321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321121693089367197223211216930893671972232112169308936719722321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e661f2-bf73-4c86-9123-e0313745a268, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7a288b-3613-4467-9491-c9db3931fc15, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7a288b-3613-4467-9491-c9db3931fc15, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10540388511454072252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252105403885114540722521054038851145407225210540388511454072252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34f460fb-d02a-466e-bc64-826e19dcdecd, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c2ea82-0ddb-4f36-a8ca-2cde08306ae2, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c2ea82-0ddb-4f36-a8ca-2cde08306ae2, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9202794569452550768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768920279456945255076892027945694525507689202794569452550768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7a288b-3613-4467-9491-c9db3931fc15, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53db3c35-8206-4944-93ba-b3d09e6ec941, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53db3c35-8206-4944-93ba-b3d09e6ec941, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1640792098049724795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795164079209804972479516407920980497247951640792098049724795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c2ea82-0ddb-4f36-a8ca-2cde08306ae2, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e64e5a36-eb09-4bff-9c9c-0cadc0d23167, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64e5a36-eb09-4bff-9c9c-0cadc0d23167, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 982425188644177206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206982425188644177206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53db3c35-8206-4944-93ba-b3d09e6ec941, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 104a95b1-5b14-4558-8caa-6c0582ffc1f1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 104a95b1-5b14-4558-8caa-6c0582ffc1f1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17597774689119130095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095175977746891191300951759777468911913009517597774689119130095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64e5a36-eb09-4bff-9c9c-0cadc0d23167, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1fcd78e-78d4-454a-a40f-7a1f0665f674, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1fcd78e-78d4-454a-a40f-7a1f0665f674, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16072819284233471953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953160728192842334719531607281928423347195316072819284233471953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 104a95b1-5b14-4558-8caa-6c0582ffc1f1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a301095-a2b9-4677-ae86-7dfa076e41ff, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1fcd78e-78d4-454a-a40f-7a1f0665f674, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a301095-a2b9-4677-ae86-7dfa076e41ff, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4789795823445275312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312478979582344527531247897958234452753124789795823445275312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b95ca58d-afed-4bcc-9368-c15edea294cf, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a301095-a2b9-4677-ae86-7dfa076e41ff, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ab4d883-ba1a-4701-88fb-58357e2c1310, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b95ca58d-afed-4bcc-9368-c15edea294cf, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10838086600774431315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315108380866007744313151083808660077443131510838086600774431315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab4d883-ba1a-4701-88fb-58357e2c1310, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8834256871574368077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077883425687157436807788342568715743680778834256871574368077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b95ca58d-afed-4bcc-9368-c15edea294cf, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46736c19-419e-415d-8330-fee350c69c4d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46736c19-419e-415d-8330-fee350c69c4d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14751969409549362638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638147519694095493626381475196940954936263814751969409549362638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab4d883-ba1a-4701-88fb-58357e2c1310, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b888438-1dad-44c6-b3b3-10ac522d8933, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b888438-1dad-44c6-b3b3-10ac522d8933, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4983462201538238434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434498346220153823843449834622015382384344983462201538238434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b888438-1dad-44c6-b3b3-10ac522d8933, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46736c19-419e-415d-8330-fee350c69c4d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56cfa2ee-c9d2-402d-a1ce-1a41acc071af, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56cfa2ee-c9d2-402d-a1ce-1a41acc071af, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15447040804299569168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168154470408042995691681544704080429956916815447040804299569168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d8ec5e-0403-4150-926d-d77b4ce573f4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d8ec5e-0403-4150-926d-d77b4ce573f4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18422917766465421558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558184229177664654215581842291776646542155818422917766465421558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d8ec5e-0403-4150-926d-d77b4ce573f4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3bc036d-66bd-4b86-a10f-4dc2575776e3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3bc036d-66bd-4b86-a10f-4dc2575776e3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17586856060171351687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687175868560601713516871758685606017135168717586856060171351687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56cfa2ee-c9d2-402d-a1ce-1a41acc071af, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306ee419-69a5-49e7-9b35-cfc89f16a498, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306ee419-69a5-49e7-9b35-cfc89f16a498, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6945814324700325188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188694581432470032518869458143247003251886945814324700325188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3bc036d-66bd-4b86-a10f-4dc2575776e3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdc0ea3e-1815-430a-9efd-a648617e1fb3, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdc0ea3e-1815-430a-9efd-a648617e1fb3, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9890775026685943405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405989077502668594340598907750266859434059890775026685943405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdc0ea3e-1815-430a-9efd-a648617e1fb3, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0190c69-c3de-4d25-a6ca-aab4f6c898e0, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306ee419-69a5-49e7-9b35-cfc89f16a498, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0190c69-c3de-4d25-a6ca-aab4f6c898e0, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16290088971421599999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999162900889714215999991629008897142159999916290088971421599999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5cf9e5f-9193-41f8-9856-07d0580366d7, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5cf9e5f-9193-41f8-9856-07d0580366d7, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5661432969451172157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157566143296945117215756614329694511721575661432969451172157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5cf9e5f-9193-41f8-9856-07d0580366d7, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b466842-63a1-4423-8454-8fd8d318858a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0190c69-c3de-4d25-a6ca-aab4f6c898e0, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b466842-63a1-4423-8454-8fd8d318858a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2951319162818715264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264295131916281871526429513191628187152642951319162818715264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26cac0a4-cbe1-472c-885e-0ebc56d7327b, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26cac0a4-cbe1-472c-885e-0ebc56d7327b, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12585413297427204523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523125854132974272045231258541329742720452312585413297427204523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26cac0a4-cbe1-472c-885e-0ebc56d7327b, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc22c8e3-90a5-4b82-935c-73264a36e725, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc22c8e3-90a5-4b82-935c-73264a36e725, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1686553724261046178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178168655372426104617816865537242610461781686553724261046178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b466842-63a1-4423-8454-8fd8d318858a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 682dda9d-89a9-4387-a134-99848e03dc5d, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 682dda9d-89a9-4387-a134-99848e03dc5d, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9558204977215965660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660955820497721596566095582049772159656609558204977215965660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc22c8e3-90a5-4b82-935c-73264a36e725, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 682dda9d-89a9-4387-a134-99848e03dc5d, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6ec7a81-9e9c-4d8e-ac8f-eddb9ca05183, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6ec7a81-9e9c-4d8e-ac8f-eddb9ca05183, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14740573010964046284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284147405730109640462841474057301096404628414740573010964046284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 832fe8aa-d747-4234-85e4-a3fbdf9bb9a5, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 832fe8aa-d747-4234-85e4-a3fbdf9bb9a5, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2368655143606317591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591236865514360631759123686551436063175912368655143606317591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 832fe8aa-d747-4234-85e4-a3fbdf9bb9a5, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6ec7a81-9e9c-4d8e-ac8f-eddb9ca05183, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9659d532-8abb-40e4-b3e7-93766e47f92a, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89e4c245-989e-4b59-a9ee-5c29936dd476, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9659d532-8abb-40e4-b3e7-93766e47f92a, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7089021315270316625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625708902131527031662570890213152703166257089021315270316625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89e4c245-989e-4b59-a9ee-5c29936dd476, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7389581313683555264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264738958131368355526473895813136835552647389581313683555264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9659d532-8abb-40e4-b3e7-93766e47f92a, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89e4c245-989e-4b59-a9ee-5c29936dd476, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a78a0ac-e64f-4e7c-b78f-d925f7155ed1, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a78a0ac-e64f-4e7c-b78f-d925f7155ed1, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3412929393036988241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241341292939303698824134129293930369882413412929393036988241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73082170-0aa5-4f38-8440-a12fd6d7004f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73082170-0aa5-4f38-8440-a12fd6d7004f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7846950692072423921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921784695069207242392178469506920724239217846950692072423921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a78a0ac-e64f-4e7c-b78f-d925f7155ed1, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73082170-0aa5-4f38-8440-a12fd6d7004f, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a57203b-9923-464d-8007-e0fbf559a8ed, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eafb6d87-e727-4001-9da1-0491516c08b4, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a57203b-9923-464d-8007-e0fbf559a8ed, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2269435393536320671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671226943539353632067122694353935363206712269435393536320671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eafb6d87-e727-4001-9da1-0491516c08b4, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16416155406833079585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585164161554068330795851641615540683307958516416155406833079585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a57203b-9923-464d-8007-e0fbf559a8ed, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eafb6d87-e727-4001-9da1-0491516c08b4, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5a9ffbd2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b5aa0456df0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ca9cb32-6116-4b1d-b8d7-ee79478180c8, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ca9cb32-6116-4b1d-b8d7-ee79478180c8, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=MzUyZWRjNmQtZmQyYzZlZWEtNzA5ZjM0MTktNzcyY2IwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3949992151231978916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916394999215123197891639499921512319789163949992151231978916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de2f021d-699c-4fae-ba54-481715cb580f, ghrun-riky6msjhe.auto.internal:28913): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2f021d-699c-4fae-ba54-481715cb580f, ghrun-riky6msjhe.auto.internal:28913): request = { session_id: "ydb://session/3?node_id=50003&id=Y2M1ZTcyMWQtZDExMDNhMmItMTdmZjk5MTItZjYyNTVjNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14961069438698654227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227149610694386986542271496106943869865422714961069438698654227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ca9cb32-6116-4b1d-b8d7-ee79478180c8, ghrun-riky6msjhe.auto.internal:28913): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=60fe3fad-58c5e7df-19e5ce46-4db10465" 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:14525/3
============================== slowest durations ===============================
248.74s call     test_encryption.py::TestEncryption::test_simple_encryption
128.36s teardown test_encryption.py::TestEncryption::test_simple_encryption
37.52s 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/2i5p/000b12/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/2i5p/000b12/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, not started yet
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: 3.409339 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 6.802476 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 10.147891 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 13.56866 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 16.973152 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 20.309471 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 23.601519 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 26.96775 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.009658 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1451047==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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034cf3052 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034cf3052 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034cf3052 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034cf3052 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034cf3052 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034cf3052 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034cf3052 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x000034cf3052 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x000034cf3052 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034d01cce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003b58bb07 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003b57d484 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#18 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#19 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#20 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#21 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#22 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034cf2f6c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034cf2f6c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034d01cce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003b58bb07 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003b57d484 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#11 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#12 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#13 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#14 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#15 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c1f5ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c1f5ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c1f5ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c1f5ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c1f5ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c1f5ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c1f5ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c1f5ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c1f5ab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c1f5ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034cf68cc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034cf68cc 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 0x000034cf68cc 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#21 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#22 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#23 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#24 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#25 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c1f5a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c1f5a34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c1f5a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034cf68cc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034cf68cc 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 0x000034cf68cc 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#14 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#15 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#16 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#17 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#18 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034cf68ba 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 0x000034cf68ba 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#10 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#11 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#12 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#13 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#14 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000344754e4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000344754e4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000344754e4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000344754e4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000344754e4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x0000344754e4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x0000344754e4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x0000344754e4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x0000344754e4 in TBasicString /-S/util/generic/string.h:491:18
#10 0x0000344754e4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x0000344754e4 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 0x0000344742b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x0000344742b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x00003447a7d0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x0000344d6a18 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 0x000034d01606 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003b586cfb 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 0x00003b57cb62 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#24 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#25 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#26 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#27 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#28 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034475442 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000034475442 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000034475442 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000034475442 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 0x0000344742b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x0000344742b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x00003447a7d0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x0000344d6a18 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 0x000034d01606 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003b586cfb 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 0x00003b57cb62 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#17 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#18 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#19 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#20 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#21 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f932aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 256 byte(s) in 4 object(s) allocated from:
#0 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034d55bd0 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034d55bd0 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034d55bd0 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034d55bd0 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
#5 0x000034d55bd0 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
#6 0x000034d55bd0 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 0x0000423d430b in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
#8 0x0000423d430b in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
#9 0x0000423d430b in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
#10 0x0000423d430b in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
#11 0x0000423d430b in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
#12 0x0000423d430b 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 0x0000423c403d 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 0x0000423c63e0 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 0x00003b5750ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#16 0x00003b5750ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#17 0x00003b5750ac 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 0x00003b5750ac 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 0x00003b5750ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#20 0x00003b5750ac 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 0x00002209624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#22 0x00002209624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#23 0x00002209624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#24 0x0000220967ac in Execute /-S/util/thread/factory.h:15:13
#25 0x0000220967ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#26 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#27 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027b3a9d8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027b3a9d8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027b3a9d8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027b3a9d8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027b3a9d8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027b3a9d8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027b3a9d8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027b3a9d8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027b3a67f 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 0x000027b394d8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b63162a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b63162a 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 0x00003b63162a 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 0x00003b63162a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003b63162a 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 0x00001fa0681f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
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/2i5p/000b12/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/2i5p/000b12/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: 3.506945 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 6.667111 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 9.814423 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 12.985828 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 16.163834 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 19.263724 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 22.386477 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 25.516722 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 28.634246 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.003152 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1440047==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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034cf3052 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034cf3052 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034cf3052 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034cf3052 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034cf3052 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034cf3052 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034cf3052 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x000034cf3052 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x000034cf3052 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034d01cce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003b58bb07 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003b57d484 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#18 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#19 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#20 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#21 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#22 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034cf2f6c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034cf2f6c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034d01cce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003b58bb07 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003b57d484 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#11 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#12 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#13 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#14 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#15 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c1f5ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c1f5ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c1f5ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c1f5ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c1f5ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c1f5ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c1f5ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c1f5ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c1f5ab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c1f5ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034cf68cc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034cf68cc 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 0x000034cf68cc 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#21 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#22 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#23 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#24 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#25 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034cf68ba 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 0x000034cf68ba 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#10 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#11 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#12 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#13 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#14 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c1f5a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c1f5a34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c1f5a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034cf68cc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034cf68cc 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 0x000034cf68cc 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 0x00003b5899ff 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 0x00003b57d0f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#14 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#15 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#16 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#17 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#18 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000344754e4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000344754e4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000344754e4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000344754e4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000344754e4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x0000344754e4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x0000344754e4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x0000344754e4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x0000344754e4 in TBasicString /-S/util/generic/string.h:491:18
#10 0x0000344754e4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x0000344754e4 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 0x0000344742b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x0000344742b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x00003447a7d0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x0000344d6a18 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 0x000034d01606 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003b586cfb 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 0x00003b57cb62 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#24 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#25 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#26 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#27 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#28 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034475442 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000034475442 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000034475442 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000034475442 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 0x0000344742b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x0000344742b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x00003447a7d0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x0000344d6a18 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 0x000034d01606 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003b586cfb 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 0x00003b57cb62 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003b56cdd9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x0000420eef39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x0000420edf90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x0000420edf90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x00002241517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#17 0x0000224ccf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#18 0x0000224d6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#19 0x0000224d611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#20 0x0000224d818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#21 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000022511436 in MakeIntrusive<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>, NMonitoring::TDynamicCounters *> /-S/util/generic/ptr.h:834:12
#2 0x000022511436 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 0x00003b63903b in NKikimr::NGRpcService::TResponseStatusCounter::operator+=(unsigned long) /-S/ydb/core/grpc_services/counters/counters.cpp:65:34
#4 0x00003b62105a in NKikimr::NGRpcService::TYdbCounterBlock::FinishProcessing(unsigned int, unsigned int, bool, unsigned int, TDuration) /-S/ydb/core/grpc_services/counters/counters.cpp:232:49
#5 0x00004518e6e7 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 0x00003b5750ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#7 0x00003b5750ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#8 0x00003b5750ac 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 0x00003b5750ac 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 0x00003b5750ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#11 0x00003b5750ac 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 0x00002209624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#13 0x00002209624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#14 0x00002209624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#15 0x0000220967ac in Execute /-S/util/thread/factory.h:15:13
#16 0x0000220967ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#17 0x00001fc951e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#18 0x00001f932aa6 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 0x00001f96ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027b3a9d8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027b3a9d8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027b3a9d8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027b3a9d8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027b3a9d8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027b3a9d8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027b3a9d8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027b3a9d8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027b3a67f 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 0x000027b394d8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b63162a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b63162a 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 0x00003b63162a 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 0x00003b63162a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003b63162a 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 0x00001fa0681f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003b620691 in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00003b620691 in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
#19 0x00003b620691 in NKikimr::NGRpcService::TYdbCounterBlock::StartProcessing(unsigned int, TInstant) /-S/ydb/core/grpc_services/counters/counters.cpp:195:9
#20 0x00004517f2cb in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:430:24
#21 0x00003b5750ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#22 0x00003b5750ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#23 0x00003b5750ac 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 0x00003b5750ac 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 0x00003b5750ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#26 0x00003b5750ac 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
==================== 1 failed, 1 error in 418.16s (0:06:58) ====================

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